@charset "utf-8";
/* CSS Document */

html {
	height:100%;    
}

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #f2f2f2;
	width: 100%;
	padding:0px;
	margin:0px;
}
 
img {
	border: none;
	margin:0px;
	padding:0px;
	vertical-align: middle;
}

#contDiv {
	width: 980px;
	margin: 0px auto;
	border: none;
	position: relative;
}

#header {
	width: 100%;
}

#logoLeftDesc h3 {
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
	color: #fff;
	margin: 3px 5px;
}

.sigleContainer {
    padding: 15px 10px;
     background-color: #fff;

}

.sigleContainer a{
    margin: 15px 110px;
}

.footerTitleContainer {
	display: block;
	background: none repeat scroll 0 0 #afb6bf;	
	padding: 1px 10px;
}

.footerTitleContainer h4 {
	color: #fff;
	font-size: 16px;	
	line-height: 27px;
	font-weight: normal;
	margin: 2px 10px;	
	text-align: center;
}

.headerBannerContainer {
    display: inline-table;
    width: 980px;
    height: 90px;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

#logoContainer {
    display: table-cell;
    width: 284px;
    height: 90px;
    background-color: #fff;
    vertical-align: middle;
    text-align: center;
}

#logoContainer a{
   
}


#logoContainer a img{
    width: 250px;
}

#bannerContainer {
    display: table-cell;
    width: 695px;
    height: 90px;
}

#bannerContainer div {
    float: left;
    width: 695px;
    height: 90px;
}

#bannerContainer img {
    display: inline;
    width: 694px;
    height: 90px;
}


.headerTitleContainer {
	display: block;
	background: none repeat scroll 0 0 #4498f6;	
	padding: 1px 10px;
}

.headerTitleContainer h1 {
	color: #fff;
	font-size: 29px;	
	font-weight: normal;
	margin: 15px 10px 5px;	
}

.headerTitleContainer h3 {
	color: #fff;
	font-size: 18px;	
	font-weight: normal;
	margin: 0px 22px 5px;	
	display: block;
	text-align: center;
}

.subHeaderTitleContainer {
	display: block;
	background: none repeat scroll 0 0 #afb6bf;	
	padding: 3px 10px;
}

.subHeaderTitleContainer h6 {
	color: #fff;
	font-size: 15px;	
	font-weight: normal;
	margin: 2px 10px;	
	line-height: 20px;
	text-align: center;
}

.subHeaderTitleContainer h5 {
	color: #fff;
	font-size: 14px;	
	font-weight: normal;
	margin: 2px 10px;	
	line-height: 20px;
	text-align: center;
}

.headerTitleContainer h4 {
	color: #fff;
	font-size: 18px;	
	font-weight: normal;
	margin: 4px 10px;	
	text-align: center;
}

.subHeaderTitleContainer a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    margin: 0px 5px;
}

.subHeaderTitleContainer a:hover {
    text-decoration: underline;
}

#searchContainer {
	padding: 0px;
	width: 100%;	
	height: 50px;
}

#searchCont {
    border: 1px solid #ccc;
    float: right;
    width: 280px;
    height: 22px;
    margin: 15px 0px;
    background-color: #fff;
}

#inputSearch {
    border: none;
    width: 252px;
    height: auto;
    font-size: 13px;
    color: #555; 
    float: left;
    padding: 1px 3px;
}

#buttSearch {
    width: auto;
    height: auto;
    font-size: 0px;
    cursor: pointer;
    float: right;
	margin: 3px 3px 1px 2px;
}

.sectionUl{
	list-style: none;
	margin:0px;
	white-space: nowrap;
	width: auto;
	padding:0px;
	height: 51px;
	display:table;
}
.sectionUl li {
	display: table-cell;
	padding: 0 10px 0 0;
	height: 51px;
	margin: 0;
}

.sectionUl li a{
	outline: none;
	height: 51px;
	width:51px;
	margin: 0 3px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#content {
    padding: 10px 0px 15px;
    vertical-align: top;
    display: table;
	width: 100%;
}

#leftColContainer {
    display: table-cell;
    width: 260px;
    min-height: 300px;
    padding: 0px 5px;
    vertical-align: top;
}

#leftColContainer a {
    display: block;
    padding: 10px 10px 7px 12px;
    color: #3f93f1;
    border: 1px solid #e2effd;
    font-size: 16px;
    margin: 12px 2px;
    text-decoration: none;
    min-height: 22px;
    vertical-align: middle;
    font-weight: bold;
}

#leftColContainer a:hover {
    background-color: #4498f6;
    color: #fff;
}

.activeMenu {
	background-color: #4498f6;
	color: #fff!important;
}

#rightColContainer {
    display: table-cell;
    width: 696px;
    float: right;
    padding: 5px;
}

#rightColContainer div{
    display: block;
}

.generalText {
	font-size: 14px;
	color: #555;
	padding: 10px;
}

.tableGrid {
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin: 15px 0px 10px;
}

.tableGrid th {
    width: auto;
    background-color: #e0e0e0;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 4px 5px;
    text-align: left;
}

.tableGrid .oddRow {
    background-color: #fff;
}

.tableGrid .evenRow {
    background-color: #f3f3f3;
}

.tableGrid td {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 2px 5px;
}

#contentContainerExt {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	border: 1px solid #e2e2e2;
}

#contentContainerInt {
	margin: 0px;
	background-color: #fff;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	min-height: 200px;
}

#pageTitle {
	background-color: #e3e3e3;
	text-align:center;
	font-size:24px;
	font-style:italic;
	line-height: 34px;
	color: #800020;
}

.casetaContainer {
	width: auto;
	height: auto;
	min-height: 100px;
	margin: 5px;
	background-color: #fff;
	border: 1px solid #90a3b0;
	border-radius: 4px;	
}

.casetaTitle {
	background-color: #90a3b0;
	text-align:left;
	font-size:14px;
	font-style:italic;
	font-weight: bold;
	line-height: 22px;
	padding: 0px 10px;
	white-space:nowrap;
	color: #fff;
}

.casetaContent {
	padding: 5px 7px;
}

.lineRightButt {
    text-align: right;
	padding: 5px 0px;
}

.formCont  {
	margin: 10px auto;
	display: table;
	list-style:none;
	padding: 0px;
}

.formCont li {
	display:table-row;
}

.formCont li label{
	font-weight: bold;
	white-space: nowrap;
	font-size: 11px;
	padding:  6px 12px 3px 2px;
	display: block;
	position: relative;
}

.formCont li p{
	padding:  2px 10px 7px 2px;
	display:table-cell;
	vertical-align: middle;
}

.ui-dialog .formCont li p{
	width: 265px;
}

.formCont li .errMess{
	padding:  0px 5px;
	margin: 0px;
	color: #FF0000;
    font-size: 0.8em;
	display:inline-block;
}

.formCont input[type='text'], input[type='password'] {
    border: 1px solid #d0d0d0;
    border-style: solid;
    border-width: 1px;
	border-radius: 3px;
    font-size: 12px;
    height: 18px;
    margin: 0 0 2px 0;
    padding: 2px 1px 2px 4px!important;
    width: 260px;
	font-family: inherit;
}

.formCont input[type='text']:hover, input[type='password']:hover {
    border: 1px solid #f1ca7f;
}

.formCont input[type='text']:focus, input[type='password']:focus {
    border: 1px solid #f1ca7f;
	box-shadow: 0px 0px 1px 0px #f1ca7f;
}

.formCont input[type='text'], input[type='text'] {
    border: 1px solid #d0d0d0;
    border-style: solid;
    border-width: 1px;
	border-radius: 3px;
    font-size: 12px;
    height: 18px;
    margin: 0 0 2px 0;
    padding: 2px 1px 2px 4px!important;
    width: 260px;
	font-family: inherit;
}

.formCont input[type='text']:hover, input[type='text']:hover {
    border: 1px solid #f1ca7f;
}

.formCont input[type='text']:focus, input[type='text']:focus {
    border: 1px solid #f1ca7f;
	box-shadow: 0px 0px 1px 0px #f1ca7f;
}

.formCont input[type='radio'] {
	vertical-align:middle;
    margin: 0px 2px 3px 10px;
	background-repeat: repeat-x;
}

.formCont input[type='checkbox'] {
	vertical-align:middle;
    margin: 0px 2px 3px 0px;
	background-repeat: repeat-x;
}

.formCont button {
    margin-bottom: 2px;
}

.formCont select {
    border-style: solid;
    border-width: 1px;
    font-size: 12px;
    height: 23px;
    margin: 0;
    padding: 1px;
    width: 306px;
	font-family: inherit;
}

.formCont textarea {
    border-style: solid;
    border-width: 1px;
    font-size: 12px;
    height: 36px;
    margin: 0;
    padding: 2px 1px 1px 3px;
    width: 300px;
	font-family: inherit;
}

.mandatoryLeft:after {
    content: '*';
    color: #FF0000;
    margin-left: 3px;
	position: absolute;
	right: 2px;
    top: 3px;
	font-size: 0.9em;
}

.counterContainer {
     text-align: center;
     padding: 15px;
}

\\=============
.separator{
	height:30px;
	background-position:center;
	background-image:url(../images/separator.png);
	background-repeat:no-repeat;	
}

.infoTitle{
	font-size: 14px;
	color: #555;
	font-weight: bold;
	padding-bottom: 3px;
}

.infoDescription{
	font-size: 14px;
	color: #555;
}
\\=============

.subsecCont {
    margin: 15px 10px;
}

.subsecCont div {
    background-image: url('../images/arrow.png');
    background-position: left;
    background-repeat: no-repeat;
    padding: 1px 1px 1px 15px ;
    margin: 10px 2px;
}

.generalText {
	font-size: 14px;
	color: #555;
	padding: 10px 10px 10px 10px;
}

.generalText .contLink {
    margin: 18px 10px;
}

.generalText a {    
   color: #3F93F1;
   font-size: 16px;
   text-decoration: none;
   display: block;
}

.generalText a:hover {    
   color: #255b97;
   font-size: 16px;
   text-decoration: underline;
}


#detailsPageTitle {
    color: #3388FF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
}

#modalDiv {
	background-image: url('../images/bkModal.png');
	width:100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	display:none;
	margin:0;
}

#popup{
	width: 350px;
	margin:auto;
	position: relative;
	top: 20%;
	bottom: 20%;
	background-color: #ffffff;
	border: 1px solid #004246;
}

#bkHeaderPopup {
	background-color: #0266A0;
	width: 100%;
	height: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 3px;
}

#contTxtPopup {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1A1816;
	margin:20px 10px;
	max-width: 600px;
	max-height: 350px;
	overflow:auto;
}

#contBtnClsPopup {
	width: 100%;
	text-align:center;
	margin-bottom: 10px;
	margin-top: 10px;
}

.submitBtn {
    background-color: #0266A0;
    border-color: #8096A4 #536B7B #536B7B #8096A4;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    font-family: Arial,Verdana,GillSans,Arial;
    font-size: 11px;
    font-weight: bold;
    margin: 0 0 0 0px;
    outline: medium none;
    padding: 0;
	height: 19px;
	vertical-align:middle;
	padding-left:5px;
	padding-right: 5px;
}

#titlePopup {
	float:left;
	margin-left:4px;
}

#contCloseBtn {
	float:right;
	width: 15px;
	height:15px;
	margin-right:3px;
}




/* slider */

#bannerContainer div, #bannerContainer, #bannerContainer img {
	height: 120px;
} 

#logoContainer {
	vertical-align: middle;
}

.banner {
    background: none repeat scroll 0 0 #fff;
    font-size: 14px;
    overflow: auto;
    position: relative;
    text-align: center;
    width: 694px!important;
    padding-bottom: 0px;
    margin: 0px;
}
.banner ul {
    list-style: none outside none;
    width: 100%;
    margin: 0px;
    padding: 0px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.banner ul li {
    box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.1) inset;
    display: block;
    float: left;
    height: 120px;
    padding: 0px;
    width: 0%;
}

.banner ul li img{
    height: 120px;
    width: 694px;
}

/*
.banner .dots {
    bottom: -5px;
    left: 0;
    position: absolute;
    right: 0;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
}
.banner .dots li {    
	cursor: pointer;
    display: inline-block;
    height: 11px;
    margin: 0 6px;
    text-indent: -999em;
    background-image: url('../images/circle_dis.png');
    background-position:center;
    background-repeat: no-repeat;
    width: 10px;
}
.banner .dots li.active {
    background-image: url(../'images/circle_act.png');
}

#topLinePageMain {
	background-image: url("../images/top_underline_bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 7px;
}
*/
