html, body {
	height: 100%;
	}
	
/* =LINKS */
a {
	text-decoration:none;
	color: #FF3300;
	}
a:visited { text-decoration:none;}

a:hover {
	text-decoration:none;
	}
a:active {
	text-decoration:underline;
	}

body{
	margin: 10px 0 10px 0;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background-color: #eee;
	}	
		
h1, h2, h3, h4, h5, h6 { margin:0; padding: 0;}
	
h1 {font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 22px;
	color: #CC3300; }	
		
	

* html #tudo, {
	height: 100%; /* hack para IE6 hq trata height como min-height */
	}	
	
#tudo {
	width:758px;
	background-color: #fff;
	text-align:left;
	margin:0 auto;
	padding: 5px;
	position: relative;
	padding-bottom: 65px;
	min-height: 100%;
		}

	
#topo {	
	height:110px;
	clear: both;
	margin-bottom: 5px;
	}
	

#conteudo {
	background: url(imagens/bg_conteudo.jpg) repeat-y; 
	*background: url(imagens/bg_conteudo_ie.jpg) repeat-y; /* linha para o ie */
	}





#principal {
	float:left;
	width: 443px;
	padding: 10px;
	}	

#esquerda {
	width:153px;
	background-color:#eee;
	float:left;
	border-right: 1px solid #dadada;
	border-left: 1px solid #dadada;
	border-top: 1px solid #dadada;
	text-align: center;
	padding-bottom: 10px;
	}
		
#direita {
	width: 140px;
	background-color: #f6f6f6; 
	text-align: center;
	float:right;
	}	
	

.clear {
	clear: both;
	border-top: 1px solid #dadada;
	width: 758px;
	background-color: #fff;
	}	

#rodape {
	position: absolute;
	height: 55px;
	clear: both;
	bottom: 5px;
	font-size: 10px;
	color: #999;
	text-align: left;
	background-color: #fff;
	}

#rodape p{
	line-height: 28px;

}


.center {text-align:center;}



#menu {
	width:139px;
	padding-bottom: 10px;
	font-size: 10px;
	top:0;
	left:0;
	padding: 7px;
}

#menu ul  {
	margin: 0px;
	width:135px;
	list-style-type:none;
	background-color: #fafafa;
	margin-bottom: 8px;
	padding: 2px;
}


#menu ul li {
	font-weight: normal;
	color: #FFF;
	list-style:none;
	_height:2em;
	
}

#menu ul li a:link, #menu ul li a:visited {
	text-align: left;
	display:block;
	height:1%;
	text-decoration:none;
	color: #666;
	text-indent: 0px;
	_height:1%;
	padding:0.3em 0.4em;
	padding/*hack ie5.5*/:0.4em 0.4em;
}

#menu ul li a:hover {
	background-color:#F4F4F4;
	color: #555;
}

#menu .item {
	margin: 0;
	padding: 0;
	height:1%;
	_height:1%;
	text-align: left;
	margin-top: 2px;
	color: #FF0000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 4px 2px 3px 2px;
	border-bottom: solid 1px #FF0000;
}

a.emedia:link, a.emedia:visited {color: #0066CC;}

a.emedia:hover, a.emedia:active {color: #3366FF;}

a img {
	border: none;
	}

#esquerda .bn, #direita .bn {margin-bottom: 10px; }  

p {margin:0; padding: 0}


#principal p, #principal ul li, #principal ol li {font-size: 11px; line-height: 150%; text-align: justify; color: #666666;}



#principal h1 {font-size: 18px; color: #CC3300; margin-top: 15px; margin-bottom: 20px;}

#principal h2 {font-size: 15px; color: #333333; margin-top: 15px; margin-bottom: 5px;}

#principal h3 {font-size: 15px; color: #FF6600; margin-top: 15px; margin-bottom: 5px;}

#principal h4 {font-size: 12px; color: #666666; margin-top: 5px; margin-bottom: 2px;}

#principal h5 {font-size: 11px; color: #CC3300; margin-top: 5px; margin-bottom: 2px;}

#principal .tabela, #principal .tabela a  {font-size: 11px; color: #333333;}



.chamada_video {
font: italic bold 12px Verdana, Arial, Helvetica, sans-serif ;
color: #999999;

}
	

	
	
 #login form{
	        font-size: 11px;
			text-align: center;
			
        }
        
        #login fieldset{
	        padding: 20px;
	        border: 1px solid #ccc;
            width: 400px;
			text-align: left;
        }
        
        #login legend{
	        font-weight: bold;
	        color: #CC3300;
	        font-size: 12px;
	        letter-spacing: 1px;
        }
        
        
        /* HACK PARA CORRIGIR O MARGIN-BOTTOM*/
        html>body #login legend{
        	margin-bottom: 0px;
        }
        
        #login input{
	        border-top: 1px solid #333;
	        border-left: 1px solid #333;
	        border-bottom: 1px solid #ccc;
	        border-right: 1px solid #ccc;
	        font-size: 11px;
	        margin-bottom: 10px;
	        color: #666666;
        }
        
        #login select{
	        border: 1px solid #333;
	        font-size: 9px;
	        margin-bottom: 10px;
	       	color: #FF0000;
        }
        
        #login label{
	        display: block;
	        width: 140px;
	        float: left;
	        color: #000;
	        border-bottom: 1px solid #f1f1f1;
       }
        
        #login span{
	        color: #999;
	        font-size: 10px;
        }
		
		
        #login .botao{
	        font-size: 12px;
	        background: #f1f1f1;
	        margin: 15px 0px 0px 0px;
        }
		
		#login .tit {
	        font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	        color: #666666;
        }      
		


.calendar-table {text-align: center; vertical-align: middle;}

.calendar-dias {color: #CC3300; font-weight: bold; font-size: 10px; background-color: #FDE3E3; }

.calendar-mes {color: #fff; font-weight: bold; font-size: 11px; background-color: #CC3300; }

.calendar-links {width: 18px; height: 16px; color: #C5C5C5; font-weight: bold; font-size: 10px;  background-color: #eeeeee; }

.calendar-links a, .calendar-links a:visited {padding: 2px; color: #CC3300; font-weight: bold; font-size: 10px; display: block; text-decoration: none;}

.calendar-links a:hover {color: #fff; font-weight: bold; font-size: 10px; background-color: #cc3300; text-decoration: none; display: block; }