/* 
	Evandro Gomes 	
	Copyright c 2010
	Time Leverage Capital
	June 2010

*/ 
 
 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
h1{
	background-image:url(images/bg_footer.jpg);
	background-repeat:repeat-x;
	margin:5px 0;
	padding: 5px;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	text-transform:capitalize;
	color:white;
	text-align:center;
	position:relative;
}
 h1 span{
	position:absolute;
	display:block;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:url(images/gradient_1.png) repeat-x;
} 
* html h1 span{
	background-color:#fff;
	back\ground-color:transparent;
	background-image: url(images/none.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="gradient_1.png", sizingMethod="scale");
}

#pagewidth{ 
 width:1000px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto; 
 border:#4A7816 solid 3px;
} 
 
#header{
 position:relative; 
 height:136px; 
 background-color:#FFFFFF; 
 width:100%;
 background-image:url(images/bg.jpg);
 background-repeat:repeat-x;
 
} 
 
#menu {
	height:19px;
	text-align:center;
	font-size:16px;
	padding:6px 0;
}
 
#maincol{background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 width:700px; 
 padding:15px;
 }
 
 #rightcol{
 float:left; 
  width:250px;
  height:100%;
  padding:15px;
  
 padding-left:0;
   } 
 
 
#footer{
 height:15px; 
  background-image:url(images/bg_footer.jpg);
  background-repeat:repeat-x;
 clear:both;
 font-size:11px;
 padding:8px 0;
 text-align:center;
} 
 

 
 /* *** Float containers fix:*/ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

 
#under_cons {
	position: fixed;
	top:0;
	right:0;
	height:150px;
	width:150px;


}
 
/*BOX AROUND FORM  */
.cbrpttxt								{ padding: 10px 30px; font-size: 13px; border-bottom: 1px solid #CCC; border-left: 1px solid #CCC; border-right: 1px solid #CCC; margin: 0px 9px; position:relative; top:-5px;}
.cbrpttxt_head							{ padding: 10px 30px; font-size: 13px; border-top: 1px solid #CCC; border-left: 1px solid #CCC; border-right: 1px solid #CCC; margin: 0px 9px; }
#content_utility_2a						{ border:1px solid #D0CFCB; width:350px; right:0px; margin:auto;  text-align:left; }
#content_utility_2a p					{ font-size: 10pt; line-height: 130%; }
.hdrtext2CBR							{ font-size: 16px; color: #1F559F; font-weight: bold; }
.hdrtextCBR								{ font-size: 13pt; color: #1F559F; font-weight: bold; padding: 10px; margin-top: 10px; }


.utility_activeCBR						{ color:#000000;  margin:0; padding: 10px 5px 5px 5px; border:1px solid #1F559F; background:#FFF; }

/*FORM LAYOUTS*/
form div								{ margin: 0 0 0.25ex 0;	clear: left; padding-top: 0.3em;  }
form div.right							{ margin-left: 4em;}
label									{ width: 7em;  padding-left: 0em; padding-top: 0.0em; }
label.secondary					 		{ float: none; width: auto; font-weight: normal; margin: 0.25em 0 0 9em; padding-left: 1.5em; }
form div.actions						{ margin-left: 7em; padding-left: 0em; padding-bottom: 15px; }
form div.actions2						{ margin-left: 0em; padding-left: 0em; }

 
 
 
 
 
 
 /*printer styles*/ 
 @media print{ 
/*hide the right column when printing*/ 
#twocols, #maincol{width:100%; float:none;}
}
