/* 
    Document   : default
    Created on : 03/10/2013, 18:56:11
    Author     : flavio
    Description:
        Purpose of the stylesheet follows.
*/
body {  
     margin: 0px;  
     padding: 0;  
     color: #616161; 
     background:  #E7EFD1;
     /*background-image: url("../img/background_degrade_fatia.gif");
     background-repeat: repeat-x;*/
     font-family: Verdana;
 }  
 
 h1, h2, h3 {  
     margin-top: 0;  
 }  
 
 h1 {  
     font-size: 1.6em;
     font-weight: normal;
 }  
 h2 {  
     font-size: 1.6em;  
 }  
 h3 {  
     font-size: 1em;  
     margin-top:20px;  
 }  
 ul {  
 }  
 a {  
     text-decoration: none;  
 }  
 a:hover {  
     text-decoration: underline;  
 }  
 a img {  
     border: none;  
 }  
 img.left {  
     float: left;  
     margin: 0 20px 0 0;  
 }  
 img.right {  
     float: right;  
     margin: 0 0 0 20px;  
 }  
 /* Header */  
 #header {  
   padding: 4px 0px;  
   height: 75px;  
   position: relative; 
 }  
 
 #logo {  
   text-align: left;  
 }  
 /* Menu */  
 #menu {  
   position: absolute;  
   top:25px;  
   right:15px;  
     padding: 0;  
     height: 59px;  
   overflow: hidden;  
 }  
 #menu ul {  
     margin: 0;  
     list-style: none;  
 }  
 #menu li {  
     display: inline;  
 }  
 #menu li a {  
     display: block;  
     float: left;  
     height: 42px;  
     margin: 0;  
     padding: 18px 40px 0 40px;  
     text-decoration: none;  
     font-size: 20px;  
 }  
 #menu li a:hover {  
     text-decoration: underline;  
 }  
 #globalthemeswitcher {  
   position:absolute;  
   top:5px;  
   right:50px;  
 }  
 /* Page */  
 #page {  
     padding: 10px 0px;  
     background: #FFFFFF;  
 }  
 /* Content */  
 #content {  
     width: 70%;  
   float:left;  
 }  
 .post {  
     padding-bottom: 15px;  
 }  
 .post h1 {  
     font-weight: normal;  
 }  
 .title {  
     height: 30px;  
     margin-left: 10px;  
     padding: 8px 0 0 20px;  
 }  
 .title a {  
     border-bottom: none;  
     color: #FFFFFF;  
 }  
 .title a:hover {  
     border-bottom: 1px dotted #000000;  
 }  
 .submenu-title {  
   padding: 4px 10px;  
 }  
 .submenu-content {  
   text-align:center;  
 }  
 .byline {  
     margin: -60px 20px 20px 20px;  
 }  
 .byline a {  
     color: #DC8700;  
 }  
 .tag {  
     padding: 0 15px;  
 }  
 .entry {  
     padding: 0 20px;  
 }  
 .entry p {  
     line-height: 200%;  
 }  
 .links {  
     padding: 4px 0px;  
     text-align: right;  
     font-weight: bold;  
 }  
 .links a {  
     border: none;  
 }  
 .links a:hover {  
 }  
 #sidebar {  
     float: left;  
     width: 25%;  
     padding: 0 10px;  
     margin-left: -1px;  
   overflow: hidden;  
 }  
 #sidebar a.ui-state-hover,   
 #sidebar a.ui-state-highlight {  
   border:0 none;  
   text-decoration: none;  
   font-weight: normal;  
 }  
 #sidebar table {  
   width: 100%;  
 }  
 #sidebar table td {  
   vertical-align: top;  
 }  
 #sidebar ul {  
   padding: 0;  
   margin: 0;  
 }  
 #sidebar ul li {  
   list-style-type: none;  
   padding: 1px;  
 }  
 /* Footer */  
 #footer {  
     height: 70px;  
     margin: 0 auto;  
     padding: 0 20px;  
   font-size: 14px;  
 }  
 #footer p {  
     margin: 0;  
     padding: 25px 0 0 0;  
     text-align: center;  
 }  
 #footer a {  
 }  
 #footer .link {  
     float: right;  
 }  
 #footer .copyright {  
     float: left;  
 }  
 .homeText {  
     line-height: 175%;  
 }  
 .homeMenu {  
     width:200px;  
     float:left;  
     margin-right:10px  
 }  
 .themeMenu {  
   overflow: auto;  
   height:300px;  
   width:200px;  
 }  
 .dp-xml {  
   width:1000px;  
 }  
 .ui-themeswitcher a.ui-selectonemenu-label-container {  
   text-decoration: none !important;  
 }  
 
 /*.ui-widget {  
   font-size: 12px !important;  
 } */ 
 
 
 #container{
    width: 1000px;
    height: 100%;
    margin: 0 auto;    
}

#form{
     padding-left: 280px;
     padding-right: 70px;
     padding-top: 150px;
     font-size: 16px;  
}

#formAdm{
     padding-left: 70px;
     padding-right: 70px;
     padding-top: 15px;
     font-size: 14px;
}

#cabecalho{
    /*background: url("../../img/fundo_barra_cabecalho_IFSP.png") repeat-x;*/
    background: url("../img/IFSP.png") no-repeat;
    height: 120px;         
    border-top: 2px solid #aade64;
    border-left: 2px solid #aade64;
    border-right: 2px solid #aade64;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
}

#logotipo{
    text-align: right;
    float: right;        
}

.imglogo{
    /*margin-top: 10px;*/
    width:300px; 
    height:80px;    
}


/*.texto{
    font-family: Verdana;    
    margin-top: 5px;       
    padding: 10px;
}*/

#titulo{    
    float: left;
    font-size: 25pt;
    font-variant: small-caps;
    font-weight: bold;
    padding-top: 55px;
    margin-left: 250px;
}

#barra_menu{
    background: url("../img/fundo_barra_menu_IFSP.png") repeat-x;
    min-height: 25px;
    padding: 5px;
    /*border-left: 2px solid #aade64;
    border-right: 2px solid #aade64;*/
    clear: both;
    background: linear-gradient(top,  #AADE64,  #FFFFFF);
    background: -ms-linear-gradient(top,  #AADE64,  #FFFFFF);
    background: -webkit-gradient(linear, left top, left bottom, from(#AADE64), to(#FFFFFF));
    background: -moz-linear-gradient(top,  #AADE64,  #FFFFFF);    
    border: solid 2px #aade64;
    border-top: 2px #fff;
}

#corpo{    
    min-height: 500px;
    background: #FFFFFF;    
    border-left: 2px solid #aade64;
    border-right: 2px solid #aade64;
    display: block;
	overflow: auto;
}

#rodape{
    background: #f7faef;
    border-left: 2px solid #aade64;
    border-right: 2px solid #aade64;
    border-bottom: 2px solid #aade64;    
    border-bottom-left-radius: 17px;
    border-bottom-right-radius: 17px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 10px;
    text-align: center;
}

/*senha*/
.formulario{
		/*width:320px;*/
		height:auto;
		position:absolute;
		left:38%;
		top:20%;
		/*margin-left:-150px;*/
		background-color: #FFFFFF;
		border:solid 1px #d7d7d7;
		padding-bottom:6px;
                margin-top: 130px;
		/*padding-left:4px;*/	
                
                padding-left: 8px;
                padding-right: 8px;
                /*padding-top: 150px;*/
                font-size: 16px;
		}

.formulario p {
		margin:5px;
		padding-bottom:0px;
		font-size:13px;
		font-weight:bold;
		text-align:left;
		
}

.formulario label {
		width:280px;
		height:auto;
 		margin-bottom:4px;
		float: left;
		text-align:right;

}

.botao {
		margin:10px;
		
}

.mensagem{
		/*width:320px;*/
		height:auto;
		position:absolute;
		left:25%;
		top:30%;
		/*margin-left:-150px;*/
		background-color: #FFFFFF;
		/*border:solid 1px #d7d7d7;*/
		padding-bottom:6px;
                margin-top: 130px;
		/*padding-left:4px;*/	
                
                padding-left: 8px;
                padding-right: 8px;
                /*padding-top: 150px;*/
                font-size: 16px;
}
