body {
	background: #FFFFFF;
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.screen #container {
	width: 90%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.screen #header {
	/*padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../public/images/layout/header_bg.jpg);
	background-repeat: repeat;
	font-size: 70%;
	color:#2F90A0;
}
.screen #header p{
	margin: 2px 5px 2px 2px;
	padding: 0;
}
.screen #mainmenu {
	/*background: #006633;*/
	margin: 5px 0;
	padding: 5px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border: 1px solid #EAF8FB;
}
.screen #mainContent {
	padding: 10px 20px 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.screen #mainContent #breadCrumb{
	font-size:70%;
}
.screen #mainContent #contentBody{
	font-size: 95%;


}
.screen #mainContent #contentBody ul{
    padding: 0 0 20px 20px;
    margin: 0;
}
.screen #mainContent #contentBody li{
    list-style-type: none;
    padding: 0 0 10px 0;
}
.screen #mainContent #contentBody #infoTree{
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #CCCCCC;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 3px 10px 15px 0px;
}
/*.screen #mainContent #contentBody #infoTree img{
	border: 0px solid #EAF8FB;
	margin: 0;
	float: none;
}
.screen #mainContent #contentBody #infoContent{
	margin: 0 0 0 250px;  the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. 
	padding: 0 0px 10px 0;  remember that padding is the space inside the div box and margin is the space outside the div box 
	background-color:#00CC00;
}
.screen #mainContent #contentBody img{
	border: 2px solid #EAF8FB;
	margin: 0 5px 5px 0;
	float:left;
}
*/
.imgHome{
	border: 2px solid #EAF8FB;
	margin: 0 5px 5px 0;
	float:left;
}
.screen #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 10px 0 0 0;
	/*background:#DDDDDD;*/
	background-image: url(../public/images/layout/header_bg.jpg);
	background-repeat: repeat-x;
}
.screen #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 80%;
}
.just-modal {
    padding: 10px;
    height:100%;
    background:#FFFFFF;
    border: 1px solid #CCC;
}
.modal {
    padding: 10px;
    height:100%;
    background:#FFFFFF;
    border: 1px solid #CCC;
}

.modal input {

    background:#EFEFEF;
    border: 1px solid #CCCCCC;
    width: 100px;
    height: 15px;
    font-size: 18px;
    margin: 5px 10px;
}
.modal:hover {
   /* background:url(submit-btn-bg-hover.gif)
        repeat-x 0 0;*/
    color:#ffffff;
    border:1px solid #5f5f5f;
    background-color: #00cccc;
}

.modals {
    padding: 10px;
    height:100%;
    background:#FFFFFF;
    border: 1px solid #CCC;
}

.modals input {

    background:#EFEFEF;
    border: 1px solid #CCCCCC;
    width: 200px;
    height: 50px;
    font-size: 18px;
    margin: 5px 10px;
}

/* Miscellaneous classes for reuse */
.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: 3px 0 0 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;
}

/*LINKS*/
.screen #header a:link,
.screen #mainContent a:link,
.screen #footer a:link{
	color: #1B6679;
}
.screen #header a:visited,
.screen #mainContent a:visited,
.screen #footer a:visited{
	color: #1B6679;
}
.screen #header a:hover,
.screen #mainContent a:hover,
.screen #footer a:hover{
	color: #1B6679;
}
.screen #header a:active,
.screen #mainContent a:active,
.screen #footer a:active{
	color: #1B6679;
}
/*LINKS*/

/*TEXT STRYLES*/
h1{
    font-size: 150%;
}
.clean-yellow{
		border:solid 1px #DEDEDE;
		background:#FFFFCC;
		color:#222222;
		padding:4px;
		text-align:center;
	}


.clean-yellow-left{
 /*   border:solid 1px #DEDEDE;
    background:#FFFFCC;
    color:#222222;
    padding:4px;
    text-align:left;*/
}

.screen #div-infodetail{
    margin-left:30px;

}

.screen #div-infodetail h4{

    margin-bottom: 0px;
    margin-top: 25px;
}

.required {
    color: #ff0000;
}


.screen #container #footer ul{
    list-style-type: none;
    display: inline;
    margin: 10px 20px 0 0;
    padding-bottom: 10px;
    padding-left: 13px;
    padding-top: 3px;
    vertical-align: bottom;
}

.screen #container #footer ul li{
    color: #000000;
    float: left;
    list-style-type: none;
}

.screen #container #footer ul li a{
    color: #000000;
    text-decoration: none;
}

.AccordionPanelTab{
    clear: both;
    float: left;
    width: 700px;
}

.AccordionPanelContent{
   overflow: auto;
    margin: 0px;
    padding: 0px;
    height: 200px;
    width: 700px;
    clear: both;
    float: left;
}

#showForm a{
        width: 700px;
    clear: both;
    float: left;
}
.screen #container #mainContent #contentBody{
    font-size: 12px;
    margin-top: 30px;
    float: left;
    clear: both;
    width: 100%;
}

.screen #container #mainContent #contentBody .clean-blue #pesquisa p .button{
    clear:both;
    float: left;
    margin-top:20px;
}

.screen #container #mainContent #contentBody #infoTree{
    clear: both;
    float: left;
    padding: 3px 10px 15px 0;
    margin-right: 15px;
    width: 200px;
}
.screen #mainContent #contentBody #infoTree img{
    border: 0px solid #EAF8FB;
    margin: 0;
    float: none;
}
.screen #container #mainContent #contentBody #infoContent{
    clear: none;
    float: left;
    margin: 0px 0px 0px 250px;
    padding: 0 0 10px;
    width: 74%;
}

.screen #container #mainContent h1{
    clear: both;
    float: left;
/*    margin-top: 2em;*/
}

.screen #container #mainContent #contentBody p,
.screen #container #mainContent #contentBody li
{
    clear: both;
    float: left;
    width: 100%;
}

.screen #container #mainContent #contentBody div ul li{
    width: 700px;
}