/* General CSS ------------------- */
body,th,td{
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link { text-decoration: none; color:  #235150;  }
a:visited { text-decoration: none; color:  #235150;	 }
a:active { text-decoration: none; color:  #235150;  }
a:hover { text-decoration: none; color:  #CC6912;  }


hr 
{
	color: #b0b0b0; 
	background-color: #ffffff; 
	border-style: none none dotted; 
}

.path_text
{
	font-size:10px;
}

.clear_style
{
	font-weight:normal;
	padding:0px;
	font-size:11px;
	border-bottom: 0px solid #FFFFFF;
	color:#000000;
}

.category_description
{

}

.main_position
{
	padding-top:6px;
	padding-left:22px;
	padding-right:22px;
	padding-bottom:10px;
	height:300px;
	vertical-align:top;
}

.main_position_path
{
	padding-top:2px;
	padding-left:22px;
	padding-right:22px;
	padding-bottom:0px;
}

.main_position_lastnews
{
	padding-top:6px;
	padding-left:0px;
	padding-right:22px;
	padding-bottom:10px;
	font-size:10px;
}


.title_category
{
	font-size:12px;
	font-weight:bold;
	color:#003366;
	border-bottom:1px solid #285A93;
	padding-bottom:3px;
}

.title_date
{
	font-size:10px;
	font-weight:normal;
	color:#6D7271;
}

.print_icon_css
{
	border:0px solid #BCBCBC;
	padding-top:2px;
	/*background:#888888;*/
}
/* ---------------------------------------------- */

/* Form elements  ------------------------------- */
span.checkbox {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}

span.radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(../images/system/radio.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}

span.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(select.gif) no-repeat;
	overflow: hidden;
}


/* -------------------------------------------------------- */

/* Button  ------------------------------------------------ */
button { 
	position: relative;
	border: 0; 
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
}

button::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}

button span { 
	position: relative;
	display: block; 
	white-space: nowrap;	
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button span {
		margin-top: -1px;
	}
}


/* OPTIONAL BUTTON STYLES for applying custom look and feel: */		
button.submitBtn { 
	padding: 0 7px 0 0; 
	margin-right:2px; 
	font-size: 10px; 
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center; 
	background: transparent url(../images/general_button.gif) no-repeat right -70px; 
}
	
button.submitBtn span {
	padding: 6px 0px 0px 8px; 
	height:20px; 
	background: transparent url(../images/general_button.gif) no-repeat left top; 
	color:#fff; 
}
	
button.submitBtn:hover, button.submitBtnHover { /* the redundant class is used to apply the hover state with a script */
	background-position: right -105px; 
}
	
button.submitBtn:hover span, button.submitBtnHover span {
	background-position: 0 -35px;
}
/* ----------------------------------------- */

/* Menu horizontal  ------------------------ */
.menu_position
{
	padding-left:30px;
	padding-right:4px;
}

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30;
}

#sddm li  /*First Menu*/
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: 11px Verdana;
	font-weight: normal;

}

#sddm li a  /*First Menu*/
{	
	display: block;
	padding: 10px;
	padding-right: 12px;
	padding-left:12px;
	width: 100px;
	color: #FFFFFE;
	text-align: center;
	text-decoration: none;
	font-weight: normal;

}

#sddm li a:hover  /*First Menu*/
{	
	/*background: #F8901F;*/
	background: url(../images/b_up_menu_roll.gif) no-repeat;
	color: #fff;
}

#sddm div   /*Second Menu*/
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #FFFFFE;
	border: 1px solid #FFFFFF;
}

#sddm div a   /*Second Menu*/
{	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #FFFFFE;
	color: #FFF;
	font: 10px Verdana;
	font-weight:bold;
}

#sddm div a:hover   /*Second Menu*/
{	
	background: #F8901F;
	color: #FFF;

}

.menu_hover
{
	/*background-color: #F8901F;*/
	background: url(../images/b_up_menu_roll.gif) no-repeat;
	color: #FFFFFF !important;
}

/* --------------------------------------- */

/* Menu Vertical  ------------------------ */

.menu_vertical_general
{
	background: url('../images/menu_buttons_up.gif') no-repeat;
	cursor:pointer;
	color:#FFFFFF;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:40px;
	font-size: 11px;
}

.menu_vertical_general_up
{
	background: url('../images/menu_buttons_roll.gif') no-repeat;
	cursor:pointer;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:40px;
	font-size: 11px;
}
/* ------------------------------------------- */

/* Sub Menu Vertical  ------------------------ */

.smenu_vertical_general
{
	background: url('../images/sub_menu_buttons_up.gif') no-repeat;
	cursor:pointer;
	color:#003366;
	padding-left:40px;
	padding-top:5px;
	padding-bottom:5px;
	font-size: 11px;
}

.smenu_vertical_general_up
{
	background: url('../images/sub_menu_buttons_up.gif') no-repeat;
	cursor:pointer;
	padding-left:40px;
	padding-top:5px;
	padding-bottom:5px;
	font-size: 11px;
}
/* --------------------------------------- */

/* ----- Polls  -------------------------- */

.polls_table 
{
	border-collapse: collapse;
}
.polls_table th 
{

}
.polls_table td 
{
	padding-top: 3px;
	border-bottom:1px solid #dddddd;
}
/* --------------------------------------- */

/* ----- Module  ------------------------- */

.module_header
{
	background: url(../images/module_header.gif) no-repeat;
	height:28px;
}
.module_header_text
{
	padding-left:20px;
	padding-right:20px;
	padding-bottom:8px;
	color:#FFFFFF;
	font-weight:bold;
}

.module_pattern
{
	background: url(../images/module_pattern.gif) repeat-y;
	padding-left:38px;
	padding-right:36px;
}

.module_footer
{
	background: url(../images/module_footer.gif) no-repeat;
	height:18px;
}

/* --------------------------------------- */

/* ----- Gallery ------------------------- */

.select_gallery
{
	border:1px solid #AFAFAF;
	font-size:11px;
}

.img_general
{
	background:#FFF;
	border:1px solid  #A8B3C4;
	padding:4px;
}

.title_general
{
	background:#EFEFF1;
	border:1px solid #A8B3C4;
	margin:2px 0px 5px 0px;
	padding:4px;
}

/* --------------------------------------- */

/* Search  ------------------------------- */

.frame_search
{
	background: url('../images/frame_search.gif') no-repeat;
	background-position:top right;
	height:33px;
	#height:30px;
}
.search_container
{
	padding-top:9px;
	padding-right:12px;
}

.search_textbox
{	
	padding-top:0px;
	font-size:11px;
	width:136px;
	height:13px;
	border:0px;
}

.search_button_style 
{
	background:url("../images/b_search_pattern.gif") repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color:#FFFFFF;
	border:0px;
	padding:0px;
	width:67px;
	cursor: pointer;

}

.search_div_position
{
	position:relative;
	top:85px;
	#top:96px;
}
/* ------------------------------------------- */

/* Contact ----------------------------------- */
.contact_textbox_small
{
	width:210px;
	border:1px solid #AFAFAF;
}

.contact_textbox_big
{
	width:455px;
	border:1px solid #AFAFAF;
}

.contact_textbox_captcha
{
	width:100px;
	border:1px solid #AFAFAF;
}

.contact_newsletter
{
	width:180px;
	border:1px solid #AFAFAF;
}

/* ------------------------------------------- */

/* Date -------------------------------------- */
.date_module
{
	color: #6B6D60;
	font-size:10px;
	background:url("../images/header5.gif") no-repeat;
}
/* ------------------------------------------- */

/* Other link -------------------------------- */
.footer_link:link { text-decoration: none; color:  #EFEFEF; }
.footer_link:visited { text-decoration: none; color:  #EFEFEF; }
.footer_link:active { text-decoration: none; color:  #EFEFEF; }
.footer_link:hover { text-decoration: underline; color:  #EFEFEF; }
/* ------------------------------------------- */






/* CSS used Only by this template ------------ */
.main_table
{
	height:100%;
	background: url('../images/header_pattern.gif') repeat-x;

}

.frame_pattern_left
{
	height:100%;
	background: url('../images/frame_pattern_left.gif') repeat-y;
}

.frame_pattern_right
{
	height:100%;
	background: url('../images/frame_pattern_right.gif') repeat-y;
}


.footer_pattern
{
	background: url('../images/footer_pattern.gif') repeat-x;
}


.footer_pattern2
{
	background: url('../images/footer2.gif') no-repeat;
	background-position:top left;
}

.main_frame_header
{
	background: url('../images/main_frame_header.gif') no-repeat;
}

.title_main_frame_header
{
	font-size:12px;
	font-weight:normal;
	color:#CC6912;
	padding-bottom:1px;
}

.site_footer
{
	background: url('../images/footer1.gif') no-repeat;
}

.copyright
{
	color:#77787F;
	font-size:10px;
}

.poweredby
{
	color:#AFAFAF;
	font-size:10px;
	padding-left:18px;
	padding-top:6px;
}

/* ------------------------------------------- */


/* ----- Login  -------------------------- */
.login_table 
{
	border-collapse: collapse;
	width:234px;
}
.login_table th 
{

}
.login_table td 
{
	border: 3px solid #FFFFFF;
	padding: 24px;
	background-color: #E0E0EF;
}

.login_form_input
{
	width: 90%;
	margin: 4px 0 2px 0;
}

.login {
	text-align:left;
	color:#fff;
}

.login h2 {
	font-weight: normal;
	font-size: 13px;
	margin: 0;
	margin-bottom: 7px;
}

.login label {
	font-size: 12px;
}

.login a {
	color:#fff;
}

.login a:hover {
	color:override;
}

.login_list_ul
{
	margin: 0;
	margin-left: 12px;
	padding: 0;
}


.login_list_ul li 
{
	color:#fff;
	padding: 2px 0 2px 0;
}


/* --------------------------------------- */

/* fee calculator */

#docs {
	position:relative;
	height: 68px;
}

.manual {
	width: 260px; 
	height: 36px; 
	border: 1px solid #ccc; 
	padding: 0px;
	position:absolute; 
}

.manual:hover {
	background: #f4f4f4;
}

.guidetext {
	position:absolute; 
	top: 4px;
	left: 45px;
}

#calculator {
	background: #fff;
	text-align:center;
}

.loader {
	border:0;
	margin: 5px;
	display:none;
}

.step {
	float:left;
	width: 100%;
}

.headerbar {
	width: 100%; 
	height: 40px;
	background: #214C81;
}

.step_txt {
	float:left;
	width: 110px; 
	font-size: 22px; 
	font-family:Arial;
	background: #285993;
	line-height: 40px;
	color:#fff;
	font-weight:bold;
	text-align:left;
	text-indent: 25px;
}

.result_txt {
	float:left;
	width: 140px; 
	font-size: 22px; 
	font-family:Arial;
	background: #285993;
	line-height: 40px;
	color:#fff;
	font-weight:bold;
	text-align:left;
	text-indent: 25px;
}

.num {
	float:left;
	width: 55px; 
	font-size: 22px; 
	font-family:Arial;
	line-height: 40px;
	color:#F65A0F;
	font-weight:bold;
	background: url(../images/icon_circle.gif) no-repeat;
	background-color: #285993;
	text-align:left;
	text-indent: 11px;

}

.step_inner {
	text-align:left;
	padding: 20px;
	position:relative;
	padding-bottom: 50px;
}

.footerbar {
	width: 100%; 
	height: 20px;
	background: #E9E9E9;
	border-top: 1px dashed #000;
}

.item {
	width: 100%;
	padding: 7px 0;
	display:block;
	text-align:left;
}

.item:hover {
	background: #f4f4f4;
}

.item label {
	display:inline-block;

	width:170px;
	margin: 2px 4px 4px 0;
	color: #163F73;
	font-weight:bold;
	text-align:right;
}

.label {
	text-align:left;
	color: #163F73;
	font-weight:bold;
	font-size: 11px;
}

.s3 .item label {
	width: 260px;
}

.item select {
	display:inline-block;
}

table.radio_list {
	border-collapse:separate;
	border-spacing:4px;
	width:100%;
}

table.radio_list td label {
	color: #000;
	text-align:left;
	font-weight: normal;
	width: auto;
}

.button_container {
	position:absolute;
	bottom: 10px;
	right: 20px;
}

#search_details, #pricing_details, #overpricing_details {
	width: 100%;
	float:left;
	margin: 5px 0;

	border: 1px solid #ccc;
	border-collapse:separate;
	border-spacing:2px;
}

#overpricing_details {
	border-collapse:collapse;
	border-spacing:20px;
	margin-bottom: 10px;
}

tr.even th, tr.even td{
	background: #eee;
}

tr.odd th, tr.odd td {
	background: #fff;
}

.cellleft {
	padding: 4px;
	width: 50%;
	font-size: 11px;
	text-align:right;
}

.cellright {
	padding: 5px;
	width: 50%;
	font-size: 11px;
	text-align:left;
	font-weight:bold;
}

#overpricing_details th, #overpricing_details td {
	font-size: 11px;
	text-align: center;
	border: 1px solid #ccc;
	padding: 3px 3px;
}

#overpricing_details th.firstcol {
	text-align: left;
	font-weight:normal;
}

.clear {
	clear:both;
}