@charset "UTF-8";
/* CSS Document */
/* project website: SOBREA - Sociedade Brasileira de Engenharia de Avaliações */

/* BODY ----------------------------------------------------- */
body {
	background-image: url(..//images/SiteBackground.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

/* COLORS --------------------------------------------------- */

.bgBlue 		{background-color: #014189;}
.bgBottom 		{background-color: #fbfbfb;}
.bgLine 		{background-color: #CCCCCC;}
.bgBox			{background-color: #F6F6F6;}
.bgLigthBlue	{background-color: #EAF3FA;}
.bdDotLine	{
	background-image:url(..//images/defaultDotLine.gif);
	background-repeat:repeat-y;	
	}
.bgCalendar{
	background-color:#FFF;
	border-color: #989898;
	border-style:solid;
	border-width: 1px;
	}

/* LINKS ---------------------------------------------------- */
a:link, a:active, a:visited 	{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px; 
	color: #001338; 
	font-weight: normal; 
	text-decoration: none;
	}
a:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px; 
	color: #001338; 
	font-weight: normal; 
	text-decoration: underline;
	}
	
a.bottom:link, a.bottom:active, a.bottom:visited 	{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px; 
	color: #3387AC; 
	font-weight: normal; 
	text-decoration: none;
	}
a.bottom:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px; 
	color: #3387AC; 
	font-weight: normal; 
	text-decoration: underline;
	}

a.page:link, a.page:active, a.page:visited 	{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px; 
	color: #3387AC; 
	font-weight: normal; 
	text-decoration: none;
	}
a.page:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px; 
	color: #3387AC; 
	font-weight: normal; 
	text-decoration: underline;
	}
	
a.day:link, a.day:active, a.day:visited 	{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px; 
	color: #001338; 
	font-weight: normal; 
	text-decoration: none;
	}
a.day:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px; 
	color: #001338; 
	font-weight: normal; 
	text-decoration: underline;
	}
	
a.credit:link, a.credit:active, a.credit:visited 	{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px; 
	color: #CCCCCC; 
	font-weight: normal; 
	text-decoration: none;
	}
a.credit:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px; 
	color: #333333; 
	font-weight: normal; 
	text-decoration: none;
	}
a.submenu:link, a.submenu:active, a.submenu:visited 	{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px; 
	color: #999999; 
	font-weight: normal; 
	text-decoration: none;
	}
a.submenu:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px; 
	color: #999999; 
	font-weight: normal; 
	text-decoration: underline;
	}

/* FORMS ---------------------------------------------------- */

form {
	margin: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

.input	{font-family: Tahoma, Geneva, sans-serif; font-size: 10px; color: #333333; font-weight: normal;}

.inputForm	{font-family: Tahoma, Geneva, sans-serif; font-size: 20px; color: #333333; font-weight: normal;}

/* TEXTS ---------------------------------------------------- */

.text10 {font-family: Tahoma, Geneva, sans-serif; font-size: 10px; color: #999999; font-weight: normal;}
.text11 {font-family: Tahoma, Geneva, sans-serif; font-size: 11px; color: #666666; font-weight: normal;}
.text12 {font-family: Tahoma, Geneva, sans-serif; font-size: 12px; color: #666666; font-weight: normal; line-height:18px; }

.title12 {font-family: Tahoma, Geneva, sans-serif; font-size: 12px; color: #666666; font-weight: bold; }
.title13 {font-family: Tahoma, Geneva, sans-serif; font-size: 13px; color: #004088; font-weight: bold;}
.title16 {font-family: Tahoma, Geneva, sans-serif; font-size: 16px; color: #CCCCCC; font-weight: bold;}

.textForms	{font-family: Tahoma, Geneva, sans-serif; font-size: 12px; color: #000000; font-weight: normal;}
.textAtmr 	{font-family: Tahoma, Geneva, sans-serif; font-size: 11px; color: #CCCCCC; font-weight: normal;}
.textMonth 	{font-family: Tahoma, Geneva, sans-serif; font-size: 12px; color: #001338; font-weight: bold;}
.textDay 	{font-family: Tahoma, Geneva, sans-serif; font-size: 10px; color: #666666; font-weight: normal;}
.textEvent 	{font-family: Tahoma, Geneva, sans-serif; font-size: 10px; color: #001338; font-weight: bold;}

/* BUTTONS -------------------------------------------------- */

.button {
	border: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px; 
	color: #3387AC; 
	font-weight: normal;
	padding: 6px;
}

/* Message Box */
#message_box { 
	position: absolute; 
	top: 0; left: 0; 
	z-index: 10; 
	padding:5px;
	margin: auto;
	text-align:center; 
	font-weight:bold; 
	width:99%;
}

/* Error Mensage */
.boxError 	{background-color: #EBCCCC; border-color:#990000; border-style: solid; border-width: 1px;
			font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 11px; font-weight:normal; color: #990000;
}

/* Sucess Mensage */
.boxSucess 	{background-color: #D0E6D1; border-color:#0E6112; border-style: solid; border-width: 1px;
			font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 11px; font-weight:normal; color: #0E6112;
}

