html{

}

body{
    font-family: verdana;
    font-size: 12px;
    color: #000000;
    margin: 0;
    padding: 0;
    background-image: url('../../images/bgrad.jpg');
    background-repeat: repeat-x;
    font-size: 12px;
    /*color: #D0D0D0;*/
}

input.button, input.submit, input[type=button], input[type=submit]{
    background-color: #DDD;
    color:#333; border:1px solid;
    border-color: #999 #666 #666 #999;
    font: bold 90% 'trebuchet ms',helvetica,sans-serif;
    cursor: pointer;
}

input.normal{
    color: #000;
}

input.required{
    border: 2px solid #61B72E;
    color: #000;
    background-color: #d5fabf;
}

input.required_wrong{
    border: 2px solid #D42D08;
    color: #000;
    background-color: #FD5F5F;
}

input.disabled{
    border: 0px solid #ebecec;
    color: #ebecec;
    background-color: #ebecec;
}

input.login{
    height: 10px;
    font-size: 9px;
    width: 100px;
}

.normal{
    color: #000;
}

.required{
    border: 2px solid #61B72E;
    color: #000;
    background-color: #d5fabf;
}

.required_wrong{
    border: 2px solid #D42D08;
    color: #000;
    background-color: #FD5F5F;
}

.disabled{
    border: 0px solid #ebecec;
    color: #ebecec;
    background-color: #ebecec;
}

.selectedDate{
	background-color:#009900;
	font-weight: bold;
	color: #FFFFFF;
}

.unselectedDate{	
	font-weight: normal;
	color: #000000;
}


a{
    text-decoration: none;
    color: #5E00FF;
}

a:hover{
    text-decoration: underline;
    color: #5E00FF;
}

a:visited{
    color: #5E00FF;
}

.error{
    color: #FD5F5F;
}

td.bgTitle{
    background-color: #d5fabf;
    border: 2px solid #61B72E;
    color: #000;
    font-weight: bold;
    font-size: 11px;
}

td.bgContent1{
    background-color: #CFCFCF;
    font-size: 11px;
}

td.bgContent2{
    background-color: #C0C0C0;
    font-size: 11px;
}

#sTop{
    position: relative;
    width: 900px;
    height: 200px;
    margin: 0 auto;
    border: 0px solid;
}

#mainLogo{
    /*img size = 250px;*/
    width: 280px;
    height: 180px;
    float: left;
    background-image: url('../../images/main-logo.png');
    background-repeat: no-repeat;
    margin-top: 20px;
}

#advertise{
    width: 400px;
    height: 120px;
    float: left;
    border: 0px solid;
    margin-left: 10px;
    margin-top: 20px;
    /*background-image: url('../../images/advBg.png');*/
}

#ano20{
    width: 680px;
    height: 150px;
    float: left;
    background-image: url('../../images/sesmt20anosB.png');
    background-repeat: no-repeat;
    background-size: cover;
    /*margin-left: 10px;
    margin-top: 20px;*/
}

#logInBox{
    width: 200px;
    height: 120px;
    float: right;
    border: 0px solid;
    margin-top: 20px;
}

#logInBox div.register{
    display: inline;
    font-size: 10px;
}

#logInBox td.little{
    font-size: 10px;
}

.texto{  
	position:relative; 
	top:0; 
	left:0;
	color:#000000;
	background:#CCCCCC; 
}

.curhand{
   cursor: pointer;
}

/* 900 - 250 - 615 = 35px between logo and menu*/
/****************************************************************************************************************/
/* --> [TOP MAIN MENU]*/
/****************************************************************************************************************/
#bgMainMenu{
    width: 615px;
    margin-left: 5px;
    height: 50px;
    float: right;
    background-image: url('../../images/bgMainMenu.png');
    background-repeat: no-repeat;
    text-align: center;
}

#menuOptionsContainer{
    margin: 0 auto;
    margin-left: 7px;
}

.menuOptions{
    display: inline;
    float: left;
    margin-top: 2px;
    height: 40px;
    padding: 0px 12px;
    cursor: pointer;
    vertical-align: text-bottom;
    line-height: 40px;
    /*background-color: #E1E1E1;*/
    color: #57921C;
    /*font-family: 'Bookman Old Style',Bookman,'URW Bookman L',serif;*/
    font-family: 'Verdana';
    font-weight: bold;
}

.menuOptions:hover{
    display: inline;
    float: left;
    margin-top: 2px;
    height: 40px;
    padding: 0px 12px;
    cursor: pointer;
    vertical-align: text-bottom;
    line-height: 40px;
    /*background-color: #E1E1E1;*/
    color: #57921C;
    /*font-family: 'Bookman Old Style',Bookman,'URW Bookman L',serif;*/
    font-family: 'Verdana';
    font-weight: bold;
}

.menuSep{
    display: inline;
    float: left;
    margin-top: 10px;
}

/****************************************************************************************************************/
/* --> [SITE CONTENT]*/
/****************************************************************************************************************/
#siteContent{
    width: 900px;
    margin: 0 auto;
    margin-top: 20px;
}

#leftContent{
    width: 250px;
    float: left;
    border: 0px solid;
}

ul.items{
    font-size: 11px;
    margin-left: 0px;
    margin-top: 2px;
    padding: 0 0 0px 0;
    display:block;
    list-style-type: none;
    list-style: none;
}

ul.items li{
	color:#5C9721;
	margin-left: 0px;
	display:block;
    line-height: 15px;
    padding-left: 0px;
}
ul.items li a{
	color:#000000;
	text-decoration:none;
	margin-left: 0px;
	padding: 3px 0 3px 20px;
    margin: .4em 0;
}
ul.items li a:hover{
    /*
    background-image: url('../../images/link-il-bg.png');
    background-repeat: repeat-y;
    */
	color:#5C9721;
    text-decoration: none;
    margin-left: 10px;
    background-image: url('../../images/select-icon.jpg');
    background-repeat: no-repeat;
    background-position: 0px 3px;
    padding: 3px 0 3px 20px;
    margin: .4em 0;
}

#centerContent{
    width: 615px;
    float: right;
    border: 0px solid;
}

.cbl1{
    margin-right: 10px;
}

.novidades_text{
    text-indent: 50px;
}
/****************************************************************************************************************/
/* --> [FOOTER]*/
/****************************************************************************************************************/
#footer{
    font-size: 12px;
    font-family: Arial;
    color: #ffffff;
    width: 100%;
    height: 150px;
    clear: both;
    min-width: 900px;
    background-color: #000000;
    background-color: #008000;
    background-repeat: repeat-x;
    border: 0px solid #00FF00;
}

#footer a{
    color:#fff;
	text-decoration:none;
    font:normal 12px/12px Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
    border: 0px solid #FFF;
}

#footer a:hover{
	color:#E9E617;
	color:#FFF;
    font:normal 12px/12px Arial, Helvetica, sans-serif;
}

#footer .copy{
    font:normal 11px/11px Arial, Helvetica, sans-serif;
	float:right;
    color:#fff;
}

#footer .address{
    font:normal 20px/20px Arial, Helvetica, sans-serif;
    border: 0px solid #FFF;
}

.menu_low_items{
    font-size: 11px;
}
