/* 
    Document   : layout
    Created on : Sep 14, 2007, 3:51:32 PM
    Author     : Winston Prakash
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
        background-image: url(../figuras/bg.png);
        background-repeat: repeat-x;
        background-color: #66ff9a;
}

h1 {
	margin: 0; 
	padding: 10px 0;  
}

#container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */ 
} 

.header{
     
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000;
    border-right-color: #000000;
} 
 
h1 {
	margin: 0; 
	padding: 10px 0;  
}

a {
        color: #336666;
	text-decoration: none;
	}
        	
a:hover {
	color: #336666;
	text-decoration:underline;
	}
      
.topNavigationBar {
	background-color: #CCCC99;
	/*padding-left: 150px;*/
	text-align: center;
}

.topNavigationBar a {
	margin: 0 1px;
        color: #4d5e4e;
	padding: 5px;
	border: 1px solid #cc9;
	display: block;
	text-decoration: none;
        font-weight: bold;
}

.topNavigationBar a:hover {
	color: #eec;
	text-decoration: none;
	background-color: #664;
	border: 1px solid #cc9;
}

.leftNavigationBar {
	float: left;  
	width: 150px;  
	background: #EBEBEB;  
}  

.leftNavigationBar h3 {
	margin: 0; 
	padding: 10px 0;  
        font-size: small;
        font-weight: bold;
        text-align: center;
}

.leftNavigationBar a {
	font:11px georgia;
	color: #99CCFF;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding:10px;
	border: 1pt solid rgb(20,40,95);
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
.leftNavigationBar a:hover {
	color:#ffffff;
	border: 1pt dotted red;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}        

.leftSidebar {
	float: left;  
	width: 150px;  
	background: #EBEBEB;  
	padding: 15px 10px 15px 20px;  
}

.rightSidebar {
	float: right;  
	width: 160px;  
	background: #EBEBEB;  
	padding: 15px 10px 15px 20px;  
}
.mainContent { 
	  
    font-size: 10px;
    font-family: sans-serif;
    margin-top: 1px;
    margin-bottom: 1px;
    margin-left: 1px;
    margin-right: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
} 
.footer { 
    background-color: #ffffff;
    background-image: url(rodape.png);
    width: 780px;
    height: 28px;
    background-position: center;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000;
    border-right-color: #000000;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
} 
 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.geral  #conteudo {
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
        margin-right: 10px;
        margin-left: 0px;
        margin-top: 5px;
        margin-bottom: 5px;
}
.geral  #logo {
	background-image: url(../figuras/Box_ceres.jpg); 
	background-repeat: no-repeat;
	background-position:left;
	height: 147px;

}
.geral #logo h2 {
	text-align: right;
	text-indent: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	font-weight: bold;
}
.geral #logo p {
	text-align: right;
	color: #000;
	padding-top: 10px;
}
.geral #logo a {
	color: #5ca972;
	text-decoration: none;
}
.geral #implante p{
	text-align: center;
}
.geral #desc {
	text-align: left;
	font-size: 10.5px;
}
.geral #desc ul {
	text-decoration: none;
	list-style: none;
	margin: 10px;
	padding: 10px 20px;
}
.geral #menutipos {
	height: 140px;
}
.geral #menutipos h4 {
	text-align: center;
}
.geral #menutipos li {
	display:inline;
	float: left;
	border-right: 1px solid #000000;
	padding: 1px;
	margin-bottom: 10px;
}
.geral #menutipos li a {
	color: #000000;  
	padding: 10px;
	margin-bottom: 10px;
	text-decoration:none;
}
.geral #menutipos li a:hover {
	color: #5ca972;
	text-decoration: underline;
}
.folder {
    border: 1px solid #000;
    background-color: #CAD8D8;
}
.list-header {
  background-color: #eeeeee;
  font-size: larger;
  font-weight: bold;
}

.list-paging-header {
  background-color: white;
}

.list-paging-footer {
  background-color: white;
}

.list-row-even { 
}

.list-row-odd { 
  background-color: #eeeeee;
}

/* Style rules for message severity levels */

.infoMessage {
  color: black;
}

.warnMessage {
  color: orange;
  font-weight: bold;
}

.errorMessage {
  color: red;
  font-weight: bold;
}

.fatalMessage {
  color: red;
  font-style: italic;
  font-weight: bold;
}
.chat {
    width: 170px;
    text-align: center;
}
