/*
 * CATS
 * Login CSS Library
 *
 * Portions Copyright (C) 2005 - 2006 Cognizo Technologies, Inc.
 *
 *
 * The contents of this file are subject to the CATS Public License
 * Version 1.1 (the "License"); you may not use this file except in
 * compliance with the License. You may obtain a copy of the License at
 * http://www.catsone.com/.
 *
 * Software distributed under the License is distributed on an "AS IS"
 * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
 * License for the specific language governing rights and limitations
 * under the License.
 *
 * The Original Code is "CATS Standard Edition".
 *
 * The Initial Developer of the Original Code is Cognizo Technologies, Inc.
 * Portions created by the Initial Developer are Copyright (C) 2005 - 2006
 * (or from the year in which this file was created to the year 2006) by
 * Cognizo Technologies, Inc. All Rights Reserved.
 *
 *
 * $Id: main.css 742 2005-10-24 22:08:19Z will $
 */


/*** Begin Generic Tag Rules ***/
*{
    margin: 0;
    padding: 0;
}

body {
    height: 100%;
    padding: 0px 0px 0px 0px;
   
}

a{
	font-weight: bold;
	color: #1F4D5D;
	text-decoration: none;
}

a:visited{
	font-weight: bold;
	color: #1F4D5D;
	text-decoration: none;
}

a:hover{
	font-weight: bold;
	color: red;
	text-decoration: none;
}



p
{
    color: #000;
}

form
{
    margin: 0px;
    padding: 0px;
}

a:link, a:visited
{
    color: #00008B;
    text-decoration: none;
    font: normal normal normal 12px/130% Arial, Tahoma, sans-serif;
}

a:hover
{
    text-decoration: underline;
    font: normal normal normal 12px/130% Arial, Tahoma, sans-serif;
}
/*** End Generic Tag Rules ***/


/*** Header / Footer ***/
div#headerBlock
{
    
    margin: 0 auto;
    text-align: center;
}

div#headerBlock span#mainLogo
{
    color: #2f4f88;
    position: relative;
    margin: 0 auto -5 auto;
    text-align: center;
    font: normal normal bold 38px veranda, Tahoma, sans-serif;
    xbackground-color: orange;
}

#footerBlock
{
    margin-top: 10px;
    text-align: center;
}

#footerBlock p#footerQuotation
{
    font: italic normal normal 8pt/130% Arial, Tahoma, sans-serif;
}

#footerBlock p#footerText
{
    font: normal normal normal 8pt/130% Arial, Tahoma, sans-serif;
}

#footerBlock span#footerCopyright
{
    font: normal normal normal 8pt/130% Arial, Tahoma, sans-serif;
}
/*** End Header / Footer ***/

p.failure
{
    background: #ec3737;
    padding: 4px;
    margin-top: 0;
    font: normal normal bold 12px/130% Arial, Tahoma, sans-serif;
}

p.success
{
    background: #419933;
    padding: 4px;
    margin-top: 0;
    font: normal normal bold 12px/130% Arial, Tahoma, sans-serif;
}


div#contents
{
    text-align: center;
    font: normal normal normal 12px Arial, Tahoma, sans-serif;
    xborder: solid 1px black;
}

div#login
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    padding: 15px;
    border: 1px solid #ccc;
    width: 400px;
    background: #f1f3f5;
    xbackground-color: orange;
}
div#loginannc{
    margin-left: auto;
    margin-right: auto;
    margin-top: 11px;
    padding: 15px;
    border: 1px solid #ccc;
    width: 500px;
    background: #f1f3f5
}
div#formBlock
{
    text-align: left;
    float: right;
    width: 60%;
   xbackground-color: orange;
}

div#subFormBlock
{
    border: 1px solid #ccc;
    background: #e9ecef;
    padding: 15px 10px 10px 10px;
}

div#loginText
{
    text-align: left;
    width: 40%;
    float: left;
}

form#loginForm label
{
    font-weight: bold;
    text-align: left;
}

form#loginForm input.login-input-box
{
    width: 150px;
    margin: 0px 0px 1em 0px;
    border: 1px solid #ccc;
}

form#loginForm .login-input-box:focus
{
    background-color: #f9f9d9;
}

div.clear
{
    clear: both;
}

#warning{
padding-top: 5px;
	font-size: 12px;
	color: red;
	font-weight: bold;
}


#loginwindowwrapper{
	width: 1000px;
	background-color: orange;
}
#loginPanel{ 	
 	float: left;
 	width: 500px;
 	xbackground-color: red;
}

#announcementPanel{
 	float: right;
 	width: 500px;
 	margin-top: 5px;
 	background-color: yellow;

}

#announcement_date{
	text-align: right;
	font-weight: bold;
	font-size: 10px;
	color: gray;
	
}

#announcement_title{

	font-weight: bold;
	font-family: verdana;
	font-size: 13px;
}

#defaultfont{
	font-family: verdana;
	font-size: 12px;
}
