﻿/*
----------------------------------------------------------------
Specific Styles for calculator
----------------------------------------------------------------
*/

#form_container {
	margin-bottom: 20px;
	background-color: #F7F7F7;
	width: 80%;
	color: #333;
}

#form_container_body {
	border: 1px solid #CC4E00;
	position:relative;
}

#form_container_body h3 { margin:0; }

#form_container h2 {
	float:left;
	display:inline;
	color:#FFFFFF;
	padding-top: 6px;
	text-align:left;
	margin:0px;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
}

.alignleft
{
	float:left;
	display:inline;
	color:#FFFFFF;
	padding-top: 6px;
	text-align:left;
	margin:0px;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
}

.alignright
{
	float:right;
	display:inline;
	color:#FFFFFF;
	padding-top: 6px;
	margin-right: 15px;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
}

#form_container h3 {
	font-size: 12px;
	font-weight: bold;
	font-family:Verdana, Helvetica, sans-serif;
}
#form_container .box_error {
	background-color: #cc4400;
	font-style:italic;
	color:#fff;
	padding-top: 6px;
	padding-left: 15px;
	padding-bottom: 6px;
	padding-right: 5px;
	border-top: 1px solid #FFFFFF;
}

#form_container .box_dark {
	background-color: #EAEAE0;
	width: 100%;

/*	font-weight: bold;
	background-color:#EAEAE0;
	padding-top:  3px;
	padding-left: 15px;
	padding-bottom: 3px;
	padding-right: 5px;
	border-top: 1px solid #ffffff;*/
}
#form_container .box_heading {
	font-weight: bold;
	background-color: #F7F7F7;
	padding-top: 3px;
	padding-left: 15px;
	padding-bottom: 3px;
	padding-right: 5px;
	border-top: 1px solid #FFFFFF;

}
#form_container .box_heading h3 {
	color:#FFFFFF;
}

#form_container .box_light {
	/*background-color: #F7F7F7;*/
	width: 100%;
}

#form_container p {
	margin-bottom: 5px;
}


#form_container_body .box_light a  { color: #CC4E00;font-weight: normal; text-decoration: none;	border-bottom: 1px dashed; }*/
#form_container_body .box_light a:link 	{  }
#form_container_body .box_light a:hover {  }
#form_container_body .box_light a:visited  {  }
#form_container_body .box_light a:active { }


#form_container_results {
	margin-bottom: 20px;
	background-color: #F7F7F7;
	width: 80%;
	color: #333;
}

#titlebar {
	background-image: url(/images/calculator/titlebar_btm_bg.jpg);
	background-repeat: repeat-x;
	background-color: #CC4E00;
	padding: 0px;
	margin: 0px;
	height: 28px;
}
#titlebar .bg_left {
	float: left;
	width: 15px;
	/*background-image: url(/images/calculator/titlebar_btm_bg_left.jpg);
	background-repeat: no-repeat;*/
	padding: 0px;
	margin: 0px;
	height: 28px; 
}
#titlebar .bg_right {
	font-weight:bold;
	float: right;
	width: 15px;
	/*background-image: url(/images/calculator/titlebar_btm_bg_right.jpg);
	background-repeat: no-repeat;*/
	padding: 0px;
	margin: 0px;
	height: 28px; 
}

#titlebarResults {
	/*background-image: url(/images/calculator/titlebar_bg.jpg);
	background-repeat: repeat-x;*/
	background-color: #CC4E00;
	padding-left: 9px;
	margin: 0;
	height: 28px;
}

/* spacing*/

.width_30pc_left
{
	width: 30%;
	float: left;
	height: 30px;
	padding-top: 5px;
	padding-left: 7px;
	background-color:  #F7F7F7;
}	

.width_30pc_right
{
	width: 36.7%;
	float: right;
	height: 30px;
	padding-top: 7px;
	padding-left: 7px;
	background-color:  #F7F7F7;
}	


.width_30pc_dark_left
{
	width: 32%;
	height: 25px;
	float: left;
	padding-top: 3px;
	background-color:  #EAEAE0;
}	

.width_30pc_dark_right
{
	width: 36%;
	height: 25px;
	float: right;
	padding-top: 5px;
	background-color:  #EAEAE0;
}	


.width_50pc_left_image {	
	width: 48%;
	float: left;
	height: 25px;
	padding-top: 5px;
}

.width_50pc_right_image {	
	width: 50%;
	float: right;
	padding-top: 5px;
	height: 25px;
}	

.width_50pc_left {	
	width: 48%;
	float: left;
	height: 25px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #F7F7F7;
	border-right: 1px solid #F7F7F7;
	padding-left: 7px;
	padding-top: 5px;
	background-color: #F7F7F7;
}

.width_50pc_right {	
	width: 50%;
	float: right;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #F7F7F7;
	border-left: 1px solid #F7F7F7;
	padding-top: 5px;
	height: 25px;
	background-color: #F7F7F7;
}	

.backgroundimage
{
	float: right;
	background-position: right;
	background-image: url(/images/lbp-logo-sm.gif);
	background-repeat: no-repeat;
	background-color: #F7F7F7;
	height: 120px;
	width: 99%;
	
}

.width_55pc {	width: 55%;	float: left;	}	
.width_60pc {	width: 60%;	float: left;	}	
.width_65pc {	width: 65%;	float: left;	}	
.width_70pc {	width: 70%;	float: left;	}	
.width_75pc {	width: 75%;	float: left;	}	
.width_80pc {	width: 80%;	float: left;	}	
.width_85pc {	width: 85%;	float: left;	}	
.width_90pc {	width: 90%;	float: left;	}	
.width_95pc {	width: 95%;	float: left;	}	
.width_100pc 
{	
	width: 98.8%; 
	float: left;
	padding-left: 7px;
	padding-top: 5px;
	padding-bottom: 7px;
	background-color: #F7F7F7;
}	
.width_100pc_dark
{	
	width: 98.8%; 
	float: left;
	padding-left: 7px;
	padding-top: 9px;
	height: 25px;
	background-color: #EAEAE0;
}

.width_20	{	width: 20px;	}
.width_50	{	width: 50px;	}
.width_75	{	width: 75px;	}
.width_100	{	width: 100px;	}
.width_125	{	width: 125px;	}
.width_140	{	width: 140px;	}


.clear-both {	height: 1px;	font-size: xx-small;	clear: both;	}
.clearfix:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* inline-block fix for IE7 \*/
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.align-right {	text-align: right; width:80%;	}

/*
----------------------------------------------------------------
Specific Styles for Building Practitioners Register
----------------------------------------------------------------
*/
.width_50pc_image {
	width: 50%;
	float: right;
	text-align: right;
}	

#form_container_results {
	margin-bottom: 20px;
	background-color: #ffffff;
	width: 80%;
	color: #333;
}

#form_container .box_light_image {
	background-color: #F7F7F7;
	padding-top: 3px;
	padding-left: 15px;
	padding-bottom: 3px;
	padding-right: 5px;
	border-top: 1px solid #FFFFFF;
	
	}

#form_container .box_light_image span{
	font-size:small;
	font-weight:bold;
	/*border: 1px purple solid;*/

}

/* table styles for content pages*/
#textual .grvthreedtable {
	background-color: #F7F7F7;
	width: 100%;
	padding-top: 3px;
	padding-left: 15px;
	padding-bottom: 3px;
	border: 1px solid #CC4E00;
	}
#textual .grvthreedtable th {
	text-align: left;
	/*background-image: url(/images/calculator/titlebar_bg.jpg);*/
	vertical-align: bottom;
	padding: 0.5em 2em 0.5em 0.2em;
	background-color:  #CC4E00;
	border-right: 0px solid #CC4E00;
	border-left: 0px solid #CC4E00;
	color: #FFFFFF;
	}
#textual .grvthreedtable td 
{
	background-color: #F7F7F7;
	border-top: 1px solid #FFFFFF;
	border-bottom: 0;
	border-left: 0;
	vertical-align: top;
	padding: 0.5em 2em 0.5em 0.2em;
}

#textual .btnclass
{
	background-color: #FFFFFF;
	font-family: Verdana;
	border:0;
	color:#CC4E00;
	font-weight:bold;
	font-size: small;
	cursor: hand;
}

.backgroundheader {
	width: 99%;
	float: left;
	padding-left: 7px;
	height: 28px;
	background-color: #CC4E00;
	
}

.printimage
{
	display: none;
}
