/* CASCADING STYLE SHEET - CP Login Template |  Compiled by Roderick Sutherland.  Date: 12th Mar 2007 -    */
html	{
	font-size:100%; /* IE hack */
}	
html,body	{
	margin:0;
	padding:0
}
body	{
	font:0.75em arial,sans-serif; /*This synchs em sizes with pixels: 1em is 10px, 0.8em is 8px */	
	/*background:url(../images/fade.gif) repeat-x;*/	
	background-color:#FFFFFF;
}
h1, h2, h3, h4, h5, p	{
	margin:0;
	padding:0;
	border:0;		
}
table, select, input { 
	font-size:100%; /* IE hack */ 
}
h1 {
	font-size:1.5em;
    letter-spacing: -.05em; 
}
h2 {
	font-size:1.2em;	 
}
div#container	{	
	width:780px;
	margin:0 auto;	
	text-align:left;
}
div#header 	{	
	height:120px;
	margin:10px;   		
	background:url(../images/cp_logo.gif) no-repeat;*/	
}
div#header h1	{	
	margin: 0px;
	border: 0px;	
	padding: 0px;	
/*	background : url(../images/cp_logo.gif) no-repeat;*/
	width: 250px;
	height: 120px;	
}
div#wrapper	{
	margin: 0px;	
	float:left;
	width:780px;		
}
a:link	{		
	color:#308bd9;	
}
a:visited	{		
	color:#800080;	
}
a:active	{		
	color:#308bd9;	
}
a:hover	{		
}

div#content	{	
	margin: 10px;
	padding-left: 120px;
	padding-right: 150px;	
	border: 2px solid #bebebe;			
	float:left;
	background-color: #eeeeee;			
}
div#content h1	{
	margin: 10px 0 0 0;		
}
div#content h2	{
	margin: 15px 0 -8px 0;	
}
div#content p	{
	margin: 10px 0 10px 0;	
	color:#666666;	
}
div#content p.alerttext	{
	color:#FF0000;	
}
div#content ul, div#content ol	{
	color:#666666;
}
div#content .line	{
	margin-top: 30px;
	margin-right: 20px;	
	border-bottom: 1px solid #bcb9b9;	
	width: 96.2%;
	height: 0px;
	background-color: transparent;
	font-size: 0;
}
/*
div#extra_column	{	
	margin: 10px;
	float:left;	
	width:120px;
	border: 1px dotted #bebebe;	
}
div#extra_column h3	{
	font-size:1.0em;
	margin-left: 20px;
	margin-bottom: 0;
}
div#extra_column p	{
	padding:10px;
	line-height:1.7;
	color: #666666;
	font-size:0.9em;
	margin-right: 20px;
	margin-top: -5px;	
}
div#extra_column p, div#extra_column	h1 {
	padding-left:20px;	
}
div#extra_column table {	
	margin-left: 20px;	
}
div#extra_column table input {	
	font-size:0.9em;	
}
div#extra_column table p {
	margin-bottom: -5px;
	margin-top: 7px;
	border: -10px;
	padding: 0;	
}
div#extra_column li	{
	padding-right:20px;
	line-height:1.7;
	font-size:0.9em;
	color: #666666;
}
div#extra_column ul	{
	margin-top: 8px;
	margin-bottom: -5px;	
}
div#extra_column a:link, div#extra_column a:visited {	
	font-weight:bold;		
}
div#extra_column a:hover	{	
}
div#extra_column a:active	{	
}
div#extra_column .line	{
	margin-left: 20px;	
	border-bottom: 1px solid #bcb9b9;	
	width: 150px;
	height: 0;
	background-color: transparent;
	font-size: 0;
}
*/


/*FOOTER SECTION*/

div#footer	{	
	padding-top: 30px;	
	border: 0;
	width:100%;	
	text-align: center;	
	clear: both;	
}
div#footer h1	{	
	margin: 0px;
	border: 1px;	
	padding: 0px;
	text-align: center;		
	/*background : url(../images/cp_logo.gif) no-repeat;*/
	width: 250px;
	height: 120px;	
}
div#footer img	{	
	border: 0;
	margin-bottom: 8px;
}
div#footer p	{	
	font-size:0.8em;
	line-height: 4em;
	background-color: #FFFFFF;	
}
/*This div is not displaying because unfortunately the option of inserting text from css is not supported in IE yet :(*/
div#footer span:before {
	content: "Put Company Name Here";
	display: none;
}
.mcfield	{
	width: 180px;
}
.rcfield	{
	width: 120px;
}
form	{
	
	margin:15px 0;
	margin-top: 0;
}
input	{
	margin: 0px;
	padding: 0px;	
}
.right	{
	text-align: right;
}
.bold	{
	font-weight:bold;
}


