﻿/* Top elements */
	/** { margin:0; padding: 0; }*/
/* links */
/*check*/
a {
	color: #213540;
	background: inherit;
	text-decoration: none;
}

a:hover {
	color: #3e4255;
	text-decoration: underline;
	background: inherit;
}

/* headers */
h1,h2,h3 {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 1.5em;
	margin: 10px 15px;
}

h2 {
	font-size: 1.3em;
	text-transform: uppercase;
	color: #339900;
	margin: 10px 15px;
}

h3 {
	font-size: 12px;
	color: #333;
	margin: 13px 0 0 18px;
}

h1,h2,h3 {
	padding: 0;
}

p {
	line-height: 1.4em;
	padding: 0 15px;
}

p.error {
	color: #CC0033;
}

ul,ol {
	/*margin: 10px 6px;*/
	color: #006699;
}

ul span,ol span {
	color: #666666;
}

/* images */
img {
	/*border: 2px solid #CCC;*/
}

img.float-right {
	margin: 5px 0px 10px 10px;
}

img.float-left {
	margin: 5px 10px 10px 0px;
}


acronym {
	cursor: help;
	border-bottom: 1px solid #777;
}

blockquote {
	margin: 15px;
	padding: 0 0 0 32px;
	background: #FAFAFA url(quote.gif) no-repeat 5px 10px !important;
	background-position: 8px 10px;
	border: 1px solid #EAEAEA;
	border-left: 5px solid #72A545;
	font-weight: bold;
}

/* form elements */
fieldset {
	margin: 12px 12px 18px;
	padding-left: 6px;
	border: 1px solid #c0c0c0;
	color: #006699;
}

fieldset fieldset {
	border: 1px solid #c0c0c0;
	margin: 10px 10px;
}

form {
	/*margin: 10px 10px;*/
	padding: 0;
}



legend {
	font-size: 1.2em;
	padding: 0 12px;
	font-weight: 900;
	background-color: #F9F9F9;
}

fieldset fieldset legend {
	font-size: 1em;
	color: #1a2129;
	padding: 0 18px;
	margin-left: 75px;
}

#mainContent input {

	border: 1px solid #CFCED3;
	font: normal 11px Verdana, sans-serif;
	color: #777;
	/*the line below can be removed */
	padding: 3px;
}

select {
	font: normal 11px Verdana, sans-serif;
	padding-top: 2px;
	padding-bottom: 1px;
	border: 1px solid #CFCED3;
}

option {
	font: normal 11px Verdana, sans-serif;
}

textarea {
	width: 400px;
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	border: 1px solid #eee;
	height: 100px;
	display: block;
	color: #777;
}

input.button {
	margin: 0;
	font: bold 12px Arial, Sans-serif;
	border: 1px solid #EAEAEA;
	padding: 0px;
	background: #CCC url(buttonbg.gif) repeat-x left bottom;
	color: #333; /* color: #339900; */
	cursor: pointer;
}

input.submitbutton {
	background-color: #006699;
	color: #FFF;
	background-image: none;
	font-weight: 900;
	border: 1px solid #EAEAEA;
	margin: 0 0 0 200px;
}



/*****************************
      LAYOUT 
******************************/
#wrap {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: #FFF;
	width: 800px;
	height:600px;
	overflow: inherit;
}


/* main content */
#main {
	width: 800px;
	margin: 0;
	padding: 8px 16px;
	background-color: #F9F9F9;
	height:100%;
	overflow: inherit;
}


/* alignment classes */
.float-left {
	float: left;
}

.float-right {
	float: right;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

/* additional classes */
.clear {
	clear: both;
}

.hide {
	display: none;
}



html {
	min-height: 100.1%;
}

/* ------ one ------------*/
body .mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}



/* ------------- form specific styles are here  -------------- */
fieldset {
	margin: 0;
	padding: 10px;
	/*border:none;
padding:0;*/
	color: #7563A5;
}

legend {
	background-color: #FFFFFF;
	text-align: center;
	color: #000000;
	padding: 0 12px;
}

label {
	text-align: right;
	width: 250px;
	border-right: 1px dotted #099;
	padding-right: 5px;
	margin: 0 0 8px 0;
	float: left;
	clear: left;
	display: block;
	color: #7563A5;
	font-weight: bold;
	float: left;
	
}

label.checkbox,label.textarea {
	border: none;
}

label.lgfield {
	border: none;
	text-align: center;
	clear: both;
	float: none;
	width: 100%;
}

fieldset input,fieldset select,fieldset textarea, label {
	margin-left: 10px;
	margin-bottom: 8px;

}

select.longfield {
	margin: 0 0 0 115px;
}

input [type="radio"],input [type="checkbox"] {
	margin: 2px 0 0 4px;
	vertical-align:middle;
}

textarea {
	width: 250px;
	float: left;
}

/*Get Help Form Styles*/
p.formDisclaimer {
	text-align: center;
	margin: 32px 24px 12px 0;
	font-style: italic;
}

div.buttonWrapper {
	margin: 28px 0 14px 0;
	clear: both;
	text-align: center;
}

.formspacer {
	height: 1em;
	clear: both;
}

.hideField {
	display: none;
}

.pushOpen {
	height: 18em;
}

/* ----- error message for field validation ----- */
#stepForm label.warning {
	text-align: left;
	width: auto;
	padding: 0;
	margin: 0 0 0 10px;
	float: none;
	clear: none;
	display: inline;
	color: #CC3366;
	font-size: 10px;
	border: none;
	vertical-align:text-top;
}

div.requiredNotice {
	width: 140px;
	float: right;
	margin: 0 24px 0 0;
	padding: 0;
}


h3.stepHeader {
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 24px 24px;
}

ul#stepForm,ul#stepForm li {
	margin: 0;
	padding: 0;
}

ul#stepForm li {
	list-style: none;
}

/* Form Buttons  */
input.submitbutton,.nextbutton,.prevbutton {
	width: 100px;
	height: 30px;
	background-color: #c0c0c0;
	padding: 0px;
	border: 1px solid #000000;
	cursor: pointer;
	text-align: center;
	color: #000000;
	margin: 0px;
	font-weight: bold;
}


/*---------------Autocomplete--------------*/
#ac_country {
	background:transparent none no-repeat scroll 5px 5px;
	padding:3px 3px 3px 27px;
}

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	text-align:left;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

/*----------TABS------------*/
ul.tabNavigation {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.tabNavigation li {
    display: inline;
}

ul.tabNavigation li a {
    padding: 3px 15px;
    background-color: #ccc;
    color: #000;
    text-decoration: none;
}

ul.tabNavigation li a.selected,
ul.tabNavigation li a:hover {
    background-color: #333;
    color: #fff;
    padding-top: 7px;
}

ul.tabNavigation li a:focus {
        outline: 0;
}

div.tabs > div {
        padding: 5px;
        margin-top: 0px;
        border: 1px solid #333;
}

div.tabs > div h2 {
        margin-top: 0;
}

#first {
    background-color: #ffffff;
}

#second {
    background-color: #ffffff;
}
#recaptcha_area {
    margin-left:auto; 
    margin-right:auto;
    margin-bottom: 20px;
}