/* CSS Document */
ol, ul {
	margin-left:22px;
}
#faq ul, #termsAndConditions ul, #privacyPolicy ul, #highRiskSportsCover ul {
	margin-bottom:15px;
}
.listUpperAlpha {
	list-style-type:upper-alpha;
}
.listLowerAlpha {
	list-style-type:lower-alpha;
}
.listSquare {
	list-style-type:square;
}
.listLowerRoman {
	list-style-type:lower-roman;
}
.formSeperator {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d1d1d1;
	margin-bottom:10px;
}
#help #header,
#help #subHeader,
#help #footer {
	display:none;
}
.errormessage, .redtext {
	font-weight: bold;
	color: #FF0000;
}
#strContact {
	width:130px;
}
#strComments {
	width:125px;
}


/*added by tim, sorry ;-)*/
form {
	padding:0px 0px 5px 0px;
	margin:0px 0px 0px 0px;

}

label
{
width: 150px;/*102*//*140px*/
float: left;
text-align:left;
margin-right: 0.5em;
padding:2px 0px 20px 0px;
display: block
}
#fcoverType label,
#ftravelArea label,
#ffromDate label,
#ftoDate label,
#ftripLength label {
	width: 100px;
}

#step3 label
{
width: 0;/*102*/
float: left;
text-align:left;
margin-right: 0.5em;
padding:2px 0px 20px 0px;
display: block;
/*	border: 1px solid #ff0000;
*/}

#fpersonalPossessions label, #fhighRiskSportsCover label
{
width: 160px;
float: left;
text-align:left;
margin-right: 0.5em;
padding:2px 0px 10px 0px;
display: block;

}
#fwheelChair label
{
width: 160px;
float: left;
text-align:left;
margin-right: 0.5em;
padding:2px 0px 10px 0px;
display: block;

}
#fextendTrip label
{
width: 160px;
float: left;
text-align:left;
margin-right: 0.5em;
padding:2px 0px 10px 0px;
display: block;

}

#ftravellingAs label
{
width: 70px;
float: left;
text-align:left;
margin-right: 0.5em;
padding:2px 0px 20px 0px;
display: block
}

#fresidency label
{
width: 290px;
float: right;
text-align:left;
margin-right: 0.5em;
padding:2px 0px 20px 0px;
display: block
}

.travellersContainer{
	width:300px;/*width: 200px;*/ /*155*/
	float: left;
	padding-right:20px;
/*	border: 1px solid #ff0000;
*/}

.clear {
	clear:both;
	margin:0px;
	padding:0px;
	font-size: 1px;
	}
input.checkbox, input.radio {
	width: 20px;

}

#fsportsCover input, textarea {
	width: 300px;
}

#fsportsCover  textarea {
	margin-top:10px;
	margin-bottom:10px;
}

#fsportsCover input.addSport {
	width: 30px;
}

#step4 input {

	width:120px;
}

input.small {
	width:80px;
}
input.large {
	width:170px;
}
input.medium {

}
input.button, input.largeButton, input.smallButton, input.backButton, #step4 input.button {
	padding:0px;
	margin:0px;
	border:0px none #000000;
	color:#FBB11E;
	font-weight:normal;
	
	font-size:100%;
	text-align:left;
	
	padding-left:10px;
	
	padding-bottom:1px;
	
	background-color:#004040;
	width:121px;
	height:22px;
} 
input.button {
	background-image:  url("../images/buttons/T4S000_btn_standard_green.gif");
	background-repeat:no-repeat;	
} 
input.backButton {
	background-image:  url("../images/buttons/T4S000_btn_back_green.gif");
	background-repeat:no-repeat;	
	padding-left:22px;
} 
input.smallButton {
	background-image:  url("../images/buttons/T4S000_btn_small_green.gif");
	background-repeat:no-repeat;
	width:80px;
} 
input.largeButton {
	background-image:  url("../images/buttons/T4S000_btn_large_green.gif");
	background-repeat:no-repeat;
	width:200px;
} 




.errorMessage {
	color:#FF0000;
	margin-top:5px;
	font-weight:bold;
}

/* tables */
table.textContent {
	border-collapse: collapse;
	margin:0px;
	padding:0px;
	width:100%;
}
table.textContent td {
	margin:0px;
	padding: 2px 5px 2px 0px;
	vertical-align:top;
}

.yourPremium {
	font-size: 130%;
	color: #FF0000;
}

table.data td {
	margin:0px;
	padding: 2px 10px 2px 0px;
	vertical-align:top;
}
#contactus  textarea {
	width: 300px;
}

#contactus label
{
	width: 140px;
	float: left;
	text-align:left;
	margin-right: 0.5em;
	padding:2px 0px 20px 0px;
	display: block
}
.searchHighlight {
	background-color: #FFFF00;
}

table#confirmReadTerms {
	border-collapse:separate;
	background-color:#004040;
	color:#ffffff;
}
table#confirmReadTerms td {
	vertical-align:top;
	padding: 6px 0px 6px 6px;
}
/* tooltips */
#ToolTip{position:absolute; width: 300px; top: 0px; left: 0px; z-index:4; visibility:hidden;}
/*#ToolTip { visibility:hidden;position:absolute;z-index:1000;top:-100 };*/

#ToolTip {
	font-size:80%;
	background-color:#FFFFFF;
	padding:15px;
	border:1px solid #000000;
}
#ToolTip h1 {
	font-size:110%;
}

label.normal {
	width: auto;
	float: none;
	margin-right: 0px;
	padding:0px;
	display: inline;
}


