@import url("cam_spry.css");


body  {
	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: #363734;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #363734;
	background-image: url(../images/layout/layout_top_bg.jpg);
	background-repeat: repeat-x;
}
p {
	font-size:11px;
}
.topHeader #top_container{
	width: 980px;
	text-align:center;
	margin: auto;
	margin-top:2px;
	height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#FFFFFF;
}
.topHeader a:link {
	color: #FFFFFF;
	text-decoration:none;
}
.topHeader a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
.topHeader a:hover {
	color:  #FFFFFF;
	text-decoration:underline;
}
.topHeader a:active {
	color: #FFFFFF;
	text-decoration:none;
}


.topHeader #url{
	float:left;
	margin-left:20px;
}
.topHeader #top_menu{
	float:right;
	margin-right:20px;
}

.twoColFixRtHdr #container {
	width: 980px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 1px solid #CCCCCC;
	background-color:#FFFFFF;
} 
.twoColFixRtHdr #header {
	margin: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(../images/layout/header_logo.jpg);
	background-repeat: no-repeat;
	height: 188px;
}
.twoColFixRtHdr #headerAdmin {
	margin: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(../images/layout/header_logoAdmin.jpg);
	background-repeat: no-repeat;
	height: 188px;
}
.twoColFixRtHdr #banner{
	float:right;
	/*background-color:#009933;*/
	/*margin-top:8px;*/
}
.twoColFixRtHdr #nav_menu{
	/*float:right;*/
	position: absolute;
	/*left:300px;*/
	top: 182px;	
	height:24px;
	width:800px;
	
}
.twoColFixRtHdr #header h1 {
	margin:10px 0 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px 0;
}
#contentContainer {
	background-image:url(../images/layout/contentContainer_bg.jpg);
	background-repeat:repeat-y;
	height:100%;
	padding:0px;
	margin:0px;
}
#contentContainer2 {
	/*one column and restricted template*/
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
/*	background-image:url(../images/layout/layout_right_sideBar_bg.jpg);
	background-repeat: repeat-y;*/
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	padding:0px 10px;
	margin:5px 0 0 0;
	vertical-align:top;
}

#sidebar1 a:link {
	color: #FFFFFF;
	text-decoration:none;
}
#sidebar1 a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
#sidebar1 a:hover {
	color:  #FFFFFF;
	text-decoration:underline;
}
#sidebar1 a:active {
	color: #FFFFFF;
	text-decoration:none;
}
#sidebar1 h3{
	background-image: url(../images/layout/sidebar_header3_bg.gif);
	background-repeat: no-repeat;
	height:23px;
	padding: 5px;
	margin:5px 0 0 0;
	font-size: 90%;
	text-transform: uppercase;

}
#sidebar1 p{
	padding:0px;
	margin:0px;
}
#sidebar1 img{
	border:none;
}
.twoColFixRtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 120px; /* the background color will be displayed for the length of the content in the column, but no further */
	/*	background-image:url(../images/layout/layout_right_sideBar_bg.jpg);
	background-repeat: repeat-y;*/
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	padding:0px 10px;
	margin:5px 0 0 0;
	vertical-align:top;
}
#sidebar2 a:link {
	color: #FFFFFF;
	text-decoration:none;
}
#sidebar2 a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
#sidebar2 a:hover {
	color:  #FFFFFF;
	text-decoration:underline;
}
#sidebar2 a:active {
	color: #FFFFFF;
	text-decoration:none;
}
#sidebar2 h3{
	background-image: url(../images/layout/sidebar_header3_bg.gif);
	background-repeat: no-repeat;
	height:23px;
	padding: 5px;
	margin:5px 0 0 0;
	font-size: 90%;
	text-transform: uppercase;

}
#sidebar2 p{
	padding:0px;
	margin:0px;
}
#sidebar2 img{
	border:none;
}
.twoColFixRtHdr #mainContent {
	margin: 0px 220px 0 150px; /* the right margin on this div element creates the column down the right 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: 8px 10px 0 10px;
} 
#mainContent a:link {
	color: #DE6422;
	text-decoration:none;
}
#mainContent a:visited {
	color: #DE6422;
	text-decoration:none;
}
#mainContent a:hover {
	color:  #DE6422;
	text-decoration:underline;
}
#mainContent a:active {
	color: #DE6422;
	text-decoration:none;
}
.destaque_img {
	border:none;
	/*float:left;*/
	padding:0 5px 5px 0;
	text-align:left;
}
.twoColFixRtHdr #mainContentAdmin { 
	margin: 10px 20px 20px 10px; /* the right margin on this div element creates the column down the right 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 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#FFFFFF;
	font-size:80%;
}
#mainContentAdmin a:link {
	color: #00778F;
	text-decoration:none;
}
#mainContentAdmin a:visited {
	color: #00778F;
	text-decoration:none;
}
#mainContentAdmin a:hover {
	color:  #00778F;
	text-decoration:underline;
}
#mainContentAdmin a:active {
	color: #00778F;
	text-decoration:none;
}
.twoColFixRtHdr #mainContent h1{
	margin: 0;/* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding: 0px 0 0 0;
}

#mainContentAdmin fieldset {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}
#mainContentAdmin legend {
	margin: 5px;
	padding: 5px 10px;
	border:none;
}
#mainContentAdmin form{
	margin:0;
	padding:0;
}
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #DDDDDD;
	background-image: url(../images/layout/layout_bottom_bg.jpg);
	background-repeat: repeat-x;	
	height:25px;
	font-size:80%;
	color:#FFFFFF;
	text-align:center;
} 
.twoColFixRtHdr #top_container{
	width: 980px;
	text-align:center;
	margin: auto;
	margin-top:2px;
	height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#FFFFFF;
}
#footer a:link {
	color: #FFFFFF;
	text-decoration:none;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
#footera:hover {
	color:  #FFFFFF;
	text-decoration:underline;
}
#footer a:active {
	color: #FFFFFF;
	text-decoration:none;
}
.twoColFixRtHdr #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:4px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.publicFieldset{
	font-size:11px;
}
.publicFieldset legend{
	font-size:12px;
	font-weight:bold;
	color:#00815E;
}
.publicForm{
	
}
textarea {
	width: 100%;
}

