/* 
    Document   : sitc_login
    Created on : 10/09/2009, 11:30:30
    Author     : cripac
    Description:
        CSS para login.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body, td, th {
    border-style: none;
    margin: 0px;
    font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #000000;
}

#login_form {
    margin: 0 auto;
    display: none;
}

.ThemeOfficeMainItem
{
	font-size: 12px;
	background-color:	#67A8C6;
	height: 25;
}

.FormularioHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-align: left;
	background-color: #D9EEFF;
	height: 40;
	font-weight: lighter;
}

.Titulo1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 20px;
	font-weight: 200;
	font-variant: normal;
	color: #333333;
	text-align: left;
}

.FormularioFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
	background-color: #D9EEFF;
	height: 40;
	border-top-width: 1px;
	border-top-style:  solid;
	border-top-color: #5B98B7;
}

.FormularioRow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #D9EEFF;
	font-weight: bold;
}

/* Alertas */
.alerta {
	font-size: 12px;
    background-color: #CC3300;
    color: #FFFFFF;
    font-weight: bold;
}
