﻿/*insurance.aspx*/
.EuropeTravelInsuranceClass
{
	background:transparent url(../../Resources/Images/Web/sk-SK/europe_travel_insurance.jpg) no-repeat scroll 0 0;
	width:335px;	
	height:195px;
}

.InsuranceFormClass
{
	margin-bottom:11px;
	background-color:#DEDAC0;
}

.InsuranceFormClass_Top
{
	background-image: url(../../Resources/Images/Web/sk-SK/bg_insurance_form_top.gif);	
	background-repeat: no-repeat;
	width:335px;	
	height:30px;
}
.InsuranceFormClass_Bottom
{
	background-image: url(../../Resources/Images/Web/sk-SK/bg_insurance_form_bottom.gif);	
	background-repeat: no-repeat;
	width:335px;	
	height:14px;
}
.InsuranceFormClass_Top_Header
{
	color:White;	
}
.InsuranceFormContent2
{
	background-color:#e6e3cf;
}
.InsuranceFormSelectBox
{
	margin-left:20px;
}
.InsuranceFormLine
{
	background-image:url(../../Resources/Images/Web/sk-SK/bg_insurance_form_line.gif);	
	background-repeat:repeat-x;
	height:2px;
	font-size:2px;
	width:100%;
}
.InsuranceFormBoldLabel
{
	display:block;
	margin-bottom:7px;
	font-weight:bold;
	padding-left:20px;
}
.InsuranceFormContent2 table
{
	margin:5px;	
	margin-left:16px;
}
.InsuranceFormContent2 table .secondTd
{
	padding-left:5px;
	line-height:1.5em;
}
.InsuranceFormSubmitButton
{
	display:block;
	background-image:	url(../../Resources/Images/Web/sk-SK/btn_insurance_submit.gif);	
	background-repeat:no-repeat;
	width:124px;
	height:41px;
}


/*Content*/

.InsuranceContentContainer
{
	background-color:#f7f5f4;
	border-left:1px solid #c5c5c5;
	border-right:1px solid #c5c5c5;	
	width:448px;
}
.InsuranceContentContainerBottom
{
	background-image:url(../../Resources/Images/Web/sk-SK/bg_insurance_content_bottom.gif);
	background-repeat:no-repeat;
	width:450px;
	height:10px;
}
.InsuranceContentContainerTop
{
	background-image:url(../../Resources/Images/Web/sk-SK/bg_insurance_content_top.gif);	
	background-repeat:no-repeat;	
	width:450px;
	height:31px;
}

.InsuranceContentContainer ul
{
	list-style-type:disc;
	padding-left:25px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:20px;
}

.InsuranceContentContainer ul li
{
	color:#ff9900;
	border-bottom:1px solid white;
	padding:7px;
	padding-left:0px;
}
.InsuranceContentContainer ul li.last
{
	border:0px;
}

a.InsuranceContentContainerLink 
{
	color:#ff9900;
	font-weight:bold;
	margin-bottom:5px;
	text-decoration:underline;
}

.InsuranceContentContainer ul li div 
{
	margin-top:7px;
}

/*DETAIL*/
.InsuranceDetailBody
{
	width:100%;
	height:100%;
}
.InsuranceDetailCenterContainer h3, .InsurancePopUpCenterContainer h3
{
	height: 29px;	
	padding: 20px 0 13px 37px;
	margin: 0 0 2px 0;
	background: transparent url(../../Resources/Images/Web/bg_title_left.gif) no-repeat 0 20px;
}
.InsuranceDetailCenterContainer h3 span, .InsurancePopUpCenterContainer h3 span
{
	display: block;
	line-height: 28px;
	text-transform: uppercase;
	color: #fff;
	height: 29px;	
	padding-right: 27px;
	background: transparent url(../../Resources/Images/Web/bg_title_right.gif) no-repeat 100% 0;
	float: left;
}
.InsuranceDetailCenterContainer
{
	width:950px;
	text-align:left;		
}
.InsuranceDetailCenterContainer .table
{
	overflow-x:auto;	
}
.InsurancePopUpCenterContainer
{
	width:95%;
	text-align:left;		
}
.InsurancePopUpCenterContainer .table ul
{
	padding-left:40px;
	padding-right:40px;
	list-style-type:disc;	
	border-bottom:1px solid rgb(200,200,200);		
}
.InsurancePopUpCenterContainer .table li
{
	list-style-image:url(../../Resources/Images/Web/insurance_list_circle.gif);
	padding-left:10px;
	padding:10px;
}
.InsurancePopUpCenterContainer .table .bg
{
	background-color:rgb(240,240,240);
	border-bottom:1px solid rgb(200,200,200);	
}
/*END DETAIL*/


/*START TABLE*/
.InsuranceDetailTable
{
	border:1px solid white;
}
.InsuranceDetailTable td
{
	background-color:#fff5ea;
	padding-left:10px;
}
.InsuranceDetailTable .titleLeft
{
	padding:10px;
	background-color:#f2e9de;
	color:#ff9900;
	font-weight:bold;
	text-transform:uppercase;
}
.InsuranceDetailTable .titleRight,
.InsuranceDetailTable .title2Right,
.InsuranceDetailTable .title3Right,
.InsuranceDetailTable .title4Right
{
	background-color:#f29130;
	color:White;
}

.InsuranceDetailTable .headerLeft
{
	font-weight:bold;
}
.InsuranceDetailTable .headerRight
{
	background-color:#ff9933;
	font-weight:bold;
	text-align:center;
}
.InsuranceDetailTable .header2Right
{
	background-color:#ff7711;
	font-weight:bold;
	text-align:center;
}
.InsuranceDetailTable .header3Right
{
	background-color:#FF8D99;
	font-weight:bold;
	text-align:center;
}
.InsuranceDetailTable .header4Right
{
	background-color:#C69BE3;
	font-weight:bold;
	text-align:center;
}


.InsuranceDetailTable .valueLeft,.InsuranceDetailTable .valueRight
{
	background-color:#ff9933;
	color:White;	
	text-align:center;
}
.InsuranceDetailTable .value2Left,.InsuranceDetailTable .value2Right
{
	background-color:#ff7711;
	color:White;	
	text-align:center;
}
.InsuranceDetailTable .value3Left,.InsuranceDetailTable .value3Right
{
	background-color:#FF8D99;
	color:White;	
	text-align:center;
}
.InsuranceDetailTable .value4Left,.InsuranceDetailTable .value4Right
{
	background-color:#C69BE3;
	color:White;	
	text-align:center;
}

#InsuranceDetailTableBig .valueLeft,#InsuranceDetailTableBig .valueRight,
#InsuranceDetailTableBig .value2Left,#InsuranceDetailTableBig .value2Right,
#InsuranceDetailTableBig .value3Left,#InsuranceDetailTableBig .value3Right,
#InsuranceDetailTableBig .value4Left,#InsuranceDetailTableBig .value4Right
{
	/*white-space:nowrap;*/
}


.InsuranceDetailTable .footerLeft,.InsuranceDetailTable .footerRight
{
	background-color:white;
	font-weight:bold;
	color:Black;	
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}

/*END TABLE*/