a img  
{  
border: none;  
} 


table.questionnaire_table textarea{
	width:	300px;
	height:	100px;
}

table.thin_table input {
	width: 100%;
}

.services_table tr {
	height: 24px;
}

.services_table tr td {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}


.left_light {
	background-color: #ffffff;
	border-left: 1px solid #053c72;
	text-align: left !important;
}

.left_light_services {
	background-color: #ffffff;
	border-left: 1px solid #053c72;
	text-align: right !important;
}

.right_light {
	background-color: #d7d7d7;
	border-right: 1px solid #053c72;
}

.right_dark {
	background-color: #cccfd2;
	border-right: 1px solid #053c72;
}

.middle_light {
	background-color: #f1f1f1;
}

.middle_dark {
	background-color: #e5e8eb;
}

.left_dark {
	background-color: #f2f5f8;
	border-left: 1px solid #053c72;
	text-align: left !important;
}

.left_bottom {
	background-color: #4c6e91;
	font-weight: bold;
	border-left: 1px solid #053c72;
	text-align: right !important;
}

.middle_bottom {
	background-color: #476a8d;
}


.right_bottom {
	border-right: 1px solid #053c72;
	background-color: #406286;
}

tr.total, tr.grand_total {
	height: 36px;
}

tr.total td, tr.grand_total td {
	color: #003163;
}

tr.grand_total td {
	border-top: 2px solid #053c72;
	color: white;	
}

tr.top {
	background-color: #c6bd8c;
}

tr.top td {
	border-bottom: 1px solid #053c72;
	border-top: 1px solid #053c72;
}

#services td{
	border-top: 1px solid #053c72;
}

.services_light{
	background-color: #f9f9f9 !important;
}

.services_dark{
	border-right: 1px solid #053c72;
	background-color: #ededed !important;
}

tr.bottom_orders {
	background: url("../images/services_bottom.gif") top left repeat-x;
}

tr.bottom_orders td {
	border-top: 1px solid #053c72;
	height: 36px;
	vertical-align: bottom;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

#top_left {
	border-left: 1px solid #053c72;
}

#top_right {
	border-right: 1px solid #053c72;
}

#left_bottom {
	vertical-align: top;
	text-align: left !important;
	padding: 0px;
}

#services_right {
	background: url("../images/services_right.gif") left top repeat-y;
	background-color: White;
	border: none;
	vertical-align: top;
	text-align: left !important;
	padding: 0;
}

#right_bottom2 {
	padding: 0;
	background: White;
	vertical-align: top;
	text-algin: left;
	border: none;
}

.lf_button {
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana;
	padding: 3px;
}

table.ordered_services {
	border-collapse: collapse;
	border: 1px solid #004179;
}
table.ordered_services td {
	font: 9pt Arial;
}

table.ordered_services #top_tr {
	background-color: #C7BD8C;
	color: black;
}
table.ordered_services #top_tr td {
	background-color: #C7BD8C;
	font-weight: bold;
}

table.ordered_services tr.dark {
	background-color: #F2F6F9;
}

table.ordered_services tr td.total_fee {
	background-color: #4C6E91;
	color: white;
	font-weight: bold;
	border-top: 1px solid white;
	border-right: 1px solid #004179;
}

#total_top td {
	border-top: 1px solid #FFFFFF;
}

td.block_header {
	background-color: #E5EACA;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: none;
	border-right: none;
	padding: 5px;
}

td.block_header span.title {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif; color: black; text-decoration: none
}

td.block_header span.comment {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif; color: #013368; text-decoration: none
}

table.form_table {
	 background-color: #F9FAFC;
	 width: 80%;
}

table.form_table tr td {
	padding: 3px;
}

table.form_table tr td.left {
	text-align: right;
	width: 240px;
}

table.form_table input[type="text"] {
	width: 160px;
}

table.form_table input[type="password"] {
	width: 160px;
}

td.search_container {
	text-align: right;
}

td.search_container input {
	width: 130px;
}

.uploading_message{
	clear: both;
	color: red;
	font-weight: bold;
	height: 2em;
	line-height: 2em;
	text-align: center;
}

a.question:hover 
{
	position: relative;
	text-decoration:none;
}
			
a.question span 
{	
	display: none;
	text-decoration:none;
	width:375px;
}

a.question:visited span 
{	
	display: none;
	text-decoration:none;
}
			
a.question:hover span 
{
	font-size:11px; 
	color:#000000; 
	font-weight:normal; 
	text-decoration:none;
	float:left;
	background-color:#f4f7fb; 
	border: 2px solid #6aa4d5; 
	display: block;   	
	position: absolute; 
	top: -125px; 
	left: 0;	
	padding: 10px; 
	margin: 10px; 
	z-index: 100;
}