 /*
	Basic CSS Style Sheet 
	
	version:	1.0
	author:		GEOVoucher OÜ
	email:		info@geovoucher.com
	website:	http://www.geovoucher.com
*/

/* =General
-----------------------------------------------------------------------------*/

/* Remove padding and margin 
----------------------------*/
* {
  margin: 0;
	padding: 0;
}

/* Holly Hack Targets IE Win only \*/
* html .clear {height:1%;}
.clear {display:block;}
/* End Holly Hack */

.clear:after {
	content:".";
	height:0;
	visibility:hidden;
	display:block;
	clear:both;
}

/* Remove border around linked images 
----------------------------*/
img {
	border: 0;
}

/* Define general size of document
----------------------------*/
body{
	min-width: 1024px;
	background: white;
	color: #4b6375;
}

iframe html body{
	min-width: auto;
	background: none;
	color: #666;	
}

body.outline{
	min-width:512px;
}

iframe html body.outline{
	min-width:auto;
}

p{
	margin-bottom: 1em;
	line-height:1.2em;
}

a{
	outline-style: none;
 	color: #4B6375;
/*	text-decoration: none;*/
}

a:active{
outline: none;
}

a:hover{
	text-decoration: underline;
}

/* =Typography
-----------------------------------------------------------------------------*/
body {
  	font: 9pt "Helvetica", "HelveticaNeue-Light", "Helvetica Neue Light", "Arial", sans-serif;
}

h1{
	font-size: 20px;
	font-weight: normal;
}

h2{
	font-size: 130%;
	text-align:left;
	font-weight: bold;
	padding: 0;
	margin-bottom: 5px;		
}

h3{
	font-size: 125%;
	font-weight: normal;	
}


ul {
	float: left;
	margin-right: 10px;
}

ul li{
	list-style: none;
}

ol li.more{
/*	margin-left: 12px !important;*/
	list-style: none !important;	
}

ol li.more a{
	color: #666;
	font-weight: bold;	
}

li .list-numbering{
	float:left;
	margin-right: 7px;
	font-weight: bold;
/*	width: 20px;*/
	text-align:right;
}


input, select, textarea{
	border:0;
	border-color: #d6d6d6;
	color: #4B6375;
	padding: 2px 0 2px 0;		
}

input{
	overflow: visible;
}

input.disabled{
	color: #999;
}

form .input.text{
	width:190px;
}

form .input.text input,
form .input.password input,
form .input.select select,
form .input.date select,
form .input.time select,
form .input.textarea textarea{
/*	background: #FAFAFA;*/
/*	border: 1px solid #d6d6d6;*/
/*	float:left;*/
	font: 9pt "Helvetica", "HelveticaNeue-Light", "Helvetica Neue Light", sans-serif;
	background: transparent url(../img/inputs/text-bg.png) no-repeat left top;	
	height: 13px;
	line-height: 13px;
	padding: 5px;
}

form .input.time select{
	display:inline-block;
	float: none;
}

form .input.time select,
form .input.date select{
	height:22px !important;
	line-height:30px;
	padding: 4px 0 4px 0;
}

form .input.select select{
	height: 25px !important;
	line-height: 20px;
	width: 190px;
	padding: 4px 7px 5px 5px;
}

form .input.select select{
	padding: 3px 7px 5px 5px\9
}

form select option{
	background: white;
}

/* IE  only */ 
*+html body form .input.select select,
* html body form .input.select select{
	padding: 0;
	height: 50px;
}

form .input textarea,
form .input.text input,
form .input.password input{
		width: 180px;
}

form .input.textarea textarea{
	height: 96px;
	width: 264px;
	background: transparent url(../img/inputs/text-area-bg-274x106px.png) no-repeat left top;	
}


/* =Quotations 
----------------------------*/
span.quotation-mark{
	font-family: 'Verdana';
	line-height: 20px;
}

/* =Lists 
-----------------------------------------------------*/
ul.anchor li,
ul.notice li,
ul.benefit li,
ul.reference li{
	padding: 0 0 0 18px !important;
	margin-left:5px;
	margin-bottom: 4px;	
}

ul.info li:first-child,
ul.benefit li:first-child,
ul.reference li:first-child{
	margin-top: 0;
}

ul.benefit li{
	background: transparent url(../img/bullets/hook-white-11x11.png) no-repeat top left;
}

ul.reference li{
	background: transparent url(../img/bullets/arrow-white-right-11x10.png) no-repeat top left;
}

ul.notice li{
	background: transparent url(../img/bullets/info-white-13x13.png) no-repeat top left;
}

ul.anchor li{
	background: transparent url(../img/bullets/magnifier-white-13x13.png) no-repeat top left;
}

#secondary-content .inner-box ul li{
	background: transparent url(../img/bullets/arrow-blue-right-11x10.png) no-repeat top left;
}



ul.clover-status li{
	float:left;
}

ol li{
	margin-left: 2em;
  display: list-item;
	vertical-align: top;
}

/* =Content 
----------------------------------------------------*/
#content{
	float:left;
	position: relative;
	width: 100%;
	min-height: 10em;
	height: auto !important;
	height: 10em;
}

#wrapper{
	position: relative;
	margin: 0 auto;
	width: 984px;	
	text-align: left;	
	height: 100%;
}

#wrapper.outline{
	width: 512px;	
}

/* =Headings
-----------------------------------------------------------------------------*/
#header{
	float:left;
	width: 100%;
	margin: 0 0 25px 0;
	color: #fff;
}

/* =Footer
-----------------------------------------------------------------------------*/
#footer{
	float:left;
	width: 100%;
	font-size: 8.8pt;
	margin-top: 20px;
	padding: 1em 0 1em 0;
	border-top: 1px solid; 
	border-bottom: 1px solid;
	border-color: #a4bac5;
	text-align: center;
	color: #4b6375;
}

#footer a{
	text-decoration: none;
}

#footer a{
	color: #4b6375;
}

#footer a:hover{
	text-decoration: underline;
}

#footer-info{
	margin-top: 0.5em;
}

/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}

form{
	float:left;
}

form label{
	width: 100%;
	margin-right: .5em;
	display:block;
}

form .input{
	margin: 0 5px 4px 0;
	float:left;;
}

span.edit,
span.hint,
label span.required{
	font-style:italic;
	font-size: 8pt;
	font-weight: normal;
}

span.price,
span.status{
	font-size: 90%;
}

h3 span.required{
	font-style:italic;
	font-size: 80%;	
	font-weight: normal;
}


/* =Radiobuttons
--------------------------------*/
.input .radio input,
.input.radio input{
	float:left;
	display:inline-block;
	margin:2px 0;
}

*+html .input .radio input,
*+html .input.radio input{
	margin-top /*\**/:0px\9	
}


*+html #header a.boxy_help{
	margin-top /*\**/:2px\9	
}

.input .radio label,
.input.radio label{
	float:left;
	display:inline-block;
	width:auto;
	height:15px;
	line-height: 15px;
	margin: 2px 5px 2px 3px;
}


/* =Checkboxes
--------------------------------*/
.input.checkbox{
	float:left;
	display:inline-block;
}

.input.checkbox > input,
#content form .input.select .checkbox input{
	width: auto;
	vertical-align: middle;
}

*+html body .input.checkbox input,
* html body .input.checkbox input{
	padding-top:0px;
}

.input .checkbox label,
.input.checkbox label{
	display:inline;
	font-weight: normal;
	margin: 0 0 0 3px;
}


*+html body .input.checkbox label{
	margin-top: 5px;
}

/* =Date input fields
---------------------------*/
#content form .input.date select{
	width: auto;
	height:22px;
}

#content form .input.date .separator{
/*	float:left;*/
	height:24px;
	line-height:24px;
	margin:0 5px;
	text-align:center;
}

/* =Submit Button
-----------------------------------------------------------------------------*/
.category,
.submit{
	float:left;
	display: block;

}

.submit{
	padding: 0 15px 0 0px;
	cursor: pointer
}
	
.submit.save{
	background: url(../img/buttons/submit-right.png) no-repeat right bottom;		
	position: relative;
}

.submit.cancel{
	background: url(../img/buttons/submit-right.png) no-repeat right bottom;			
}

form div.submit{
	margin-top: 0.5em;
	position:relative;
	float:left;
}

.box-footer .toolbar span.submit{
	margin-left:0;
	position:relative;
}

img.ajax-loader{
	position:absolute;
	margin: 2px 4px 0 0;
	top:0;
	left:3px;
}

.submit input,
.submit a{
	font-family: 'Helvetica';	
	color:#fff !important;
	float:left;
	display:block;
	width:auto;
  height: 20px;
	line-height: 20px;
	padding:0 0 0 18px;
	border:0;
	font-size: 11px;
	font-weight: bold;
	text-align:center;
	cursor:pointer;
}

.submit.save input,
.submit.save a{
	background: url(../img/buttons/submit-left.png) no-repeat left bottom;
}

.submit.cancel input,
.submit.cancel a{
	background: url(../img/buttons/submit-left.png) no-repeat left bottom;
}

.submit a{
	line-height: 21px !important;
	position: relative;
}

/* =Tables
-----------------------------------------------------------------------------*/
table { 
	table-layout: auto;
	float: left;
	width: 100%;
	border: none;
  border-spacing: 0;
	border-collapse: collapse;
	margin-bottom: 1em;
}

td, th {
	vertical-align: top;
  text-align: left;
	font-weight: normal;
	overflow:hidden;
}

th {
	background: #FDFDFD;
}

table tr.header{
	border-bottom: 1px solid #999;
}


/* =Javascript
-------------------------------------------------------------------*/
.hidden{
	display:none !important;
}


/* =NoAccess page 
--------------------------------------------*/
#content.error-infos .box .box-content{
	background: transparent;
	color:#fff;
}

#content.error-infos .box .box-footer{
	background: transparent;
	color:#fff;
}


/* =Error messages 
-----------------------------------------------------------------*/
body #wrapper form div.error input,
body #wrapper form div.error select,
body #wrapper form div.error textarea,
.boxy-wrapper form div.error input,
.boxy-wrapper form div.error select,
.boxy-wrapper form div.error textarea{
/*	background: #feeeec;*/
}

body #wrapper form div.error-message,
.boxy-wrapper form div.error-message{
	display:block;
	color: #E71E29;
	font-style: italic;
	font-size: 8pt;
	font-weight: bold;
	clear:left;
/*	background: #fff;*/
}

/* =Flash messages
----------------------------------------------------------------*/

#flash-message-box{
	float:left;
	margin: 10px 0 3px 0;
}

#flash-message-box #flashMessage{
	float:left;
	width: 927px;
	padding: 6px 10px 4px 52px;
	line-height: 25px;
	font-weight: bold;
}

#flash-message-box #flashMessage.message{
	background: transparent url(../img/flash_message/info-blue-25x25.png) no-repeat 20px 4px;
	color: #00a7e6;
}

#flash-message-box #flashMessage.error{
	background: transparent url(../img/flash_message/info-red-25x25.png) no-repeat 20px 4px;
	color: #e71e29;
}

/* =NoJavascript
-----------------------------------------------*/
#statusbar-navigation #CompanyActivationStatus,
#statusbar-navigation #AgencyImpersonator,
#statusbar-navigation #raffle-expired-info,
#statusbar-navigation #NoJavaScriptInfo{
	background: transparent url(../img/navigation/no-javascript-info-bg.png) no-repeat left top;
	width: 100%;
	height: 34px;
	float:left;
	color: #fff;
}

#statusbar-navigation #CompanyActivationStatus p,
#statusbar-navigation #AgencyImpersonator p,
#statusbar-navigation #raffle-expired-info p,
#statusbar-navigation #NoJavaScriptInfo p{
	background:transparent url(../img/boxes/header/info-red-25x25.png) no-repeat scroll left top;
	height:22px;
	line-height:28px;
	margin:4px 0 0 20px;
	padding:0 0 0 34px;
}

#statusbar-navigation #CompanyActivationStatus a,
#statusbar-navigation #AgencyImpersonator a,
#statusbar-navigation #raffle-expired-info a,
#statusbar-navigation #NoJavaScriptInfo a{
	display: inline-block;
	padding: 0;
	color: white;
	text-decoration: underline;	
}

/* =Flash/Embedded stuff */
object,
embed{
	position: relative;
	z-index: 1;
}

/* =Ajax default loader
------------------------------------------------*/
.box-content-ajax-loader{
	float: left;
	position: absolute;
	height: 450px;
	width: 100%;
	background: #002D3F;
	opacity: 0.9;
	z-index: 1;
	vertical-align: middle;
}

.box-content-ajax-loader img{
	margin-top: 65%;
	margin-left: 45%;
}