﻿html{
	background-image: url(../Image/global/bg.gif);
	font-size:10pt;
	font-family:Arial, Helvetica, sans-serif;
}

body{
	margin:0px;
	min-height:100%;
	height:auto !important;
	background: url('../Image/global/body-bg.gif') repeat-x 50% top;
}

#slHost{
}

h1{
	font-size:16pt;
	color:#4C5D97;
	border-bottom:1px #4C5D97 solid;
	font-weight:normal;
	margin-top:5px;
}

h2{
	font-size:12pt;
	color:#4C5D97;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:20px;
}

.h2{
	font-size:12pt;
	color:#4C5D97;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:20px;
	display:block;
}

h3{
	font-size:10pt;
	color:#4C5D97;
	font-weight:normal;
	margin-bottom:10px;
	margin-top:15px;
}

.h3{
	font-size:10pt;
	color:#4C5D97;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:5px;
	display:block;
}

.a
{
    display:block;
    margin-bottom:5px;
}

p{
	margin-top:10px;
	margin-bottom:10px;
	font-size:10pt;
	text-align:justify;
}

.p{
	margin-top:10px;
	margin-bottom:10px;
	font-size:10pt;
	text-align:justify;
	display:block;
}

ul{
	list-style-image: url('../Image/global/list-arrow.bmp');
	margin-top:5px;
	margin-bottom:10px;
}

ol{
	list-style-image:none;
}

li{
	margin-top:5px;
	margin-bottom:5px;
	padding-left:5px;
	text-align:justify
}

a[href]:link{
	color:#4C5D97;
}

a[href]:focus{
	color:#4C5D97;
}

a[href]:visited{
	color:#4C5D97;
}

a[href]:hover{
	color:#D79A5E;
}

a[href]:active{
	color:#4C5D97;
}

hr{
	border-top:1px #666 dotted;
	border-left-style:none;
	border-right-style:none;
	border-bottom-style:none;
	margin:10px 0px 10px 0px;
	height:1px;
}

table{
	width:100%;	
}

.bold{
	font-weight:bold;
}

.text-align-left{
	text-align:left;	
}

.center{
	text-align:center;
}

.center-bold{
	text-align:center;
	font-weight:bold;
}

.blue-bold{
	color:#00387F;
	font-weight:bold;
}

.required{
	color:Red;
	font-size:8pt;
	font-weight:normal;
}

.errors{
	color:Red;
}

.input-300px{
	width:310px;	
	border: 1px solid #c0c4ca;
}

.text-header{
	float:left;
	text-align:center;
	font-size:8pt
}

/*Headered Box*/
.header-box{
	border:1px #666 solid;
	margin-top:10px;
	padding-bottom:10px;
}

.header-box h3, 
.header-box th{
	background-color:#CFC9C9;
	border-bottom:1px #666 solid;
	margin:0px;
	padding:2px 10px 2px 10px;
	color:#4C5D97;
	font-size:12pt;
	text-align:left;
}

.header-box p{
	padding-left:10px;
}

.header-box ul{
	list-style:none;
	list-style-image:none;
	margin:10px;
	padding:0px;
}

.header-box ul li { 
	clear: both; 
	overflow: hidden;
	padding:0px!important;
}

.header-box label { 
	width: 136px;
	float: left;
	margin: 0 10px 0 0;
	padding: 3px 0 5px;
	font-weight: bold;
	text-align: right;
	background: url('../Image/global/underline.gif') bottom repeat-x;
}

.header-box label.result { 
	text-align: left;
	width:450px;
	font-weight:normal;
	background-image:none;
}

.header-box .text,
.header-box textarea {
	width: 430px;
	margin: 4px 0 0;
	border: 1px solid #c0c4ca;
}

.header-box .text-short{
	width: 150px;
	margin: 4px 0 0;
	border: 1px solid #c0c4ca;
}

.header-box table{
	margin:10px;
}

.header-box td {
	vertical-align:top;
	padding: 2px 5px 2px 5px;
}

.disclaimer{
	font-size: 10px;
}

.validation-summary{
	margin-top:20px;
	margin-bottom:20px;
}

.validation-summary ul{
	list-style:disc;
	list-style-image:none;
}

.middle-align{ vertical-align:middle; }