/*

	Copyright (c) 2007 Business Solutions
	Themes CSS

*/

body {
	background-color: #BED4E2;
	background-image: url(../site_images/bg.jpg);
	background-repeat: repeat-x;
}

img {
	border: 0px;
}

.footer-nav {
	background-color: #F8F8FC;

	padding:3px;    
}


.content-header {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold; 
	color: #6A6A6A; 
	text-align:right;

	padding-right:18;     
}

.content-footer {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold; 
	color: #6A6A6A; 
	text-align:right;

	padding-right:18; 
}

.content-all {
	padding-right:14;
}

.navi-footer {
	margin-right:9px;
}

.content-text {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #36587C; 
	line-height:170%;
	text-align:justify;

	padding-right:4;
	padding-left:6;
	padding-bottom:8;
	padding-top:8;
}

.content-text ul {
	margin-left: 5px;
	list-style: none;
	margin-top: 0;
	color: #444444; 
}

.content-text ul li {
	padding-left: 12px;
	background-image: url("../site_images/shortListArrow.gif");
	background-repeat: no-repeat;
	background-position: 0 .5em;
	line-height:140%;
	margin-top: 3px
}

.content-text A {
	color: #444444; 
	text-decoration: underline;
}

#login_name, #passwd {
	border: 1px solid #44A444;
	background-color: #FFFFFF;
	background-image: url(../site_images/corners.gif);

	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #757575;

	width:130px;
	height:19px;
	padding-left: 4px;
	padding-right: 4px;
	margin-right:3px;
}

#LoginForm {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #515151;
}

#password_rec {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #737373;
	padding-bottom:4px;
}

/* Content */

.table_prices {
	font-family: Tahoma;
	font-size: 11px;
	padding: 5px;
	width: 100%
}

.td_prices_head {
	color: #555555;
	padding: 9px;
	background-color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	border-right: 1px solid #E9ECF2;		
	border-bottom: 2px solid #CCCCCC;
}

.td_prices_text {
	padding: 6px;
	font-size: 10px;	
	background-color: #FFFFFF;
	border-bottom: 1px solid #E9ECF2;	
	border-right: 1px solid #E9ECF2;		
	text-align: center;	
}

.td_prices_subs {
	color: #777777;
	font-size: 10px;
	padding: 6px;
	padding-right: 10px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #E9ECF2;	
	border-right: 1px solid #E9ECF2;		
	text-align: right;
}

.td_prices_hint {
	color: #777777;
	font-size: 10px;
	text-align: right;
	padding: 6px;
	padding-right: 5px;
	border-bottom: 1px solid #E9ECF2;	
	border-right: 1px solid #E9ECF2;		
	background-color: #FFFFFF;
}

.td_form_contents {
	padding: 6px;
	font-size: 10px;	
	background-color: #FFFFFF;
	border-bottom: 1px solid #E9ECF2;	
	border-right: 1px solid #E9ECF2;		
}

.asterix {
	color: red;
}


.inp {

	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #000000;

	margin-left: 3px;
	margin-right: 3px;
}

.submit {
	border: 1px solid #D7D7E1;

	height: 23px;
	background-image: url(../site_images/background_form_element.gif); 
	background-repeat: repeat-x; 
	color: #757575; 
	font-size: 11px; 
	font-weight: bold;
	font-family: Tahoma;
	

}

.box_more {
	background-color: #FFFFFF;
	border: 1px solid #D9DEE2;

	padding: 10px;
	
	margin-top: 15px;	
	margin-bottom: 5px;		

	line-height: 100%;
	
	background-image: url(../site_images/box_bg.jpg); 
	background-repeat: repeat-x; 	
	background-position: bottom;
}

.box_more span {
	padding-left: 2px;
}

.box_more ul {
	margin-top: 7px;
	margin-bottom: 5px;	
}

.box_more ul li {
	background-image: url("../site_images/arrowGreen2.gif");
	background-repeat: no-repeat;
	background-position: 0 .5em;
	line-height:140%;	
}

.box_more p {
	padding-left: 5px
}

.box_hr {
	margin-top: 1px;
	margin-bottom: -8px;
	width: 100%;
	height: 1px;
}

.box_hr hr {
	color: #D9DEE2;
	height: 1px;
}