@charset "utf-8";
/* CSS Document */

html {
    position: relative;
    min-height: 100%;
}

/* rev ... */
body { 
	padding: 0;
	font-family: Open Sans, Arial, sans-serif; 
	font-size: 16px; 
	line-height: 1.0em; overfl ow:scroll; 
	background: #ffffff; 
}

p { margin: 0 0 24px 0;}

h1,h2,h3,h4,h5,h6 { 
	line-height: 1;
	margin: 0 0 24px 0; 
}
h1{ font-size: 3.75em; 
	font-family: ”DomaineDisplay-Web-Bold”, sans-serif; 
	color: #000000; 
	} /*60px*/
h2{ font-size: 3em; 
	font-family: “Open Sans”, sans-serif; color: #000000;
	} /*48px*/
h3{ font-size: 2.25em } /*36px*/
h4{ font-size: 1.875em; } /*30px*/
h5{ font-size: 1.4em ; 
	font-family: “Open Sans”, sans-serif; 
    } /*24px*/
    
img {
    vertical-align: top;
    border:none;
}




a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

input, textarea {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
input, textarea, .uneditable-input {
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #000000;
	display: inline-block;
	font-size: 13px;
	margin-bottom: 9px;
	padding: 1px 3px 1px 3px;
}
input:focus {
	outline:none;
	border-color:#9ecaed;
	box-shadow:0 0 10px #9ecaed;
}
:-ms-input-placeholder {
   color: #999999;
}

:required {
  background: #fff5f7;
}

/* style all input elements with a required attribute */
input:required {
  border: 1px solid #faa8a8;;
/*  box-shadow: 4px 4px 20px rgba(200, 0, 0, 0.85); */
}

/**
 * style input elements that have a required
 * attribute and a focus state
 */
input:required:focus {
  border: 1px solid red;
  outline: none;
}

/**
 * style input elements that have a required
 * attribute and a hover state
 */
input:required:hover {
  opacity: 1;
}

form input[type="email"] {
text-transform: lowercase;
}

select {
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #000000;
	display: inline-block;
	font-size: 14px;
	height: 28px;
	margin-bottom: 8px;
	padding: 2px;
    box-shadow: inset 1px 1px 1px 2px rgba(137, 193, 254, 0.23);
}


/* big check_box */
.big_checkbox {
	height: 20px;
	width: 20px;
    box-shadow: inset 2px 2px 1px 0px rgba(0, 0, 0, 0.3);
}

.big_checkbox:checked:after {
	height: 20px;
	width: 20px;
	background-color: #FFFFFF;
    border: 2px solid #009900;
	color: #009900;
    font-weight:bold;
    font-size: 16px;
	content: '\2714';
	padding: 1px 4px 0px 4px;
}

a.navlink:link {
	color: #000000;
	}
a.navlink:visited {
	color: #000000;
	}
a.navlink:hover {
	color: #000000;
	}


/* Padding */
.pad5 { padding-top:5px; }
.pad10 { padding-top:10px; }
.pad20 { padding-top:20px; }
.pad30 { padding-top:30px; }
.pad40 { padding-top:40px; }
.pad50 { padding-top:50px; }
.pad100 { padding-top:100px; }
.bottom-pad10 { padding-bottom:10px; }
.bottom-pad20 { padding-bottom:20px; }
.bottom-pad30 { padding-bottom:30px; }
.bottom-pad90 { padding-bottom:90px; }
.pad-left0 { padding-left:0px; }
.pad-right0 { padding-right:0px; }    

/* Font Size */
.font8 { font-size: 8px; }
.font9 { font-size: 9px; }
.font10 { font-size: 10px; }
.font12 { font-size: 12px; }
.font14 { font-size: 14px; }
.font16 { font-size: 16px; }
.font18 { font-size: 18px; }
.font24 { font-size: 24px; }
.font28 { font-size: 28px; }
.font36 { font-size: 36px; }

/* Font Family */
.font_Arial { font-family: Arial, Helvetica, sans-serif; }
.font_Arial_Black { font-family: 'Arial Black', Gadget, sans-serif; }


/* Font Colors */	
.fc_blk { color: #000000; }	
.fc_blu { color: #000099; }	
.fc_red { color: #990000; }	
.fc_gry { color: #666666; }	
.fc_grn { color: #00B900; }	
.fc_dgrn { color: #008600; }	


/* Font Style */
.bold { font-weight:bold; }
.semibold { font-weight:600; }
.normal { font-weight:normal; }

/* Font Shadow */
.shadow3 { text-shadow: 3px 3px 3px #aaa; }
.shadow4 { text-shadow: 4px 4px 4px #aaa; }
	
	
	

/* Normal Font Sizes */	
/*
.n8px { font-size: 8px; font-family: Arial, Helvetica, Verdana, sans-serif;}
.n9px { font-size: 9px; font-family: Arial, Helvetica, Verdana, sans-serif;}
.n10px { font-size: 10px; font-family: Arial, Helvetica, Verdana, sans-serif;}
.n12px { font-size: 12px; font-family: Arial, Helvetica, Verdana, sans-serif;}
.n14px { font-size: 14px; font-family: Arial, Helvetica, Verdana, sans-serif;}
.n16px { font-size: 16px; font-family: Arial, Helvetica, Verdana, sans-serif;}
.n18px { font-size: 18px; font-family: Arial, Helvetica, Verdana, sans-serif;}
.n22px { font-size: 22px; font-family: Arial, Helvetica, Verdana, sans-serif;}
.n28px { font-size: 28px; font-family: Arial, Helvetica, Verdana, sans-serif;}
*/

/* Bold Font Sizes */	
/*
.n8bpx { font-size: 8px; font-family: Arial, Helvetica, Verdana, sans-serif; font-weight: bold;}
.n9bpx { font-size: 9px; font-family: Arial, Helvetica, Verdana, sans-serif; font-weight: bold;}
.n10bpx { font-size: 10px; font-family: Arial, Helvetica, Verdana, sans-serif; font-weight: bold;}
.n12bpx { font-size: 12px; font-family: Arial, Helvetica, Verdana, sans-serif; font-weight: bold;}
.n14bpx { font-size: 14px; font-family: Arial, Helvetica, Verdana, sans-serif; font-weight: bold;}
.n16bpx { font-size: 16px; font-family: Arial, Helvetica, Verdana, sans-serif; font-weight: bold;}
.n18bpx { font-size: 18px; font-family: Arial, Helvetica, Verdana, sans-serif; font-weight: bold;}
.n22bpx { font-size: 22px; font-family: Arial, Helvetica, Verdana, sans-serif; font-weight: bold;}
.n28bpx { font-size: 28px; font-family: Arial, Helvetica, Verdana, sans-serif; font-weight: bold;}

*/


.center {
  margin: auto;
  width: 50%;
  border: 3px solid green;
  padding: 10px;
}

/* Buttons */
.btn {
	border-radius: 5px;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #000 !important;
	line-height: 16px;
	margin-bottom: 0;
	padding: 6px 10px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	}

.btn-bc1 {
	color: white; 
	border: none;
	background: #e9640b; 
	font-size: 18px; 
	line-height: 1.33333; 
	padding: 4px 24px; 
	font-weight: bold;
	text-align:center;
	display: inline-block; 
	border-radius: 7px; 
	-webkit-transition: background .3s linear;
	-o-transition: background .3s linear;
	-moz-transition: background .3s linear;
	text-decoration: none;
}

.btn-bc1:hover,
.btn-bc1:focus,
.btn-bc1.active {
	background-color: #418FDE;
	color: white; 
	text-decoration: none;
}


.btn-bc2 {
	font-family: Arial;
	color: #ffffff !important;
	font-size: 13px;
	font-weight: bold;
	padding: 4px 6px 4px 6px;
	text-decoration: none;
	background: #3498db;
	background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
	background-image: -moz-linear-gradient(top, #3498db, #2980b9);
	background-image: -ms-linear-gradient(top, #3498db, #2980b9);
	background-image: -o-linear-gradient(top, #3498db, #2980b9);
	background-image: linear-gradient(to bottom, #3498db, #2980b9);
	-webkit-border-radius: 4;
	-moz-border-radius: 4;
	border-radius: 4px;
	-webkit-box-shadow: 4px 4px 8px #777777a6;
	-moz-box-shadow: 4px 4px 8px #777777a6;
	box-shadow: 4px 4px 8px #777777a6;
}

.btn-bc2:hover,
.btn-bc2:focus,
.btn-bc2.active {
	background: #3cb0fd;
	background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
	background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
	text-decoration: none;
}

.btn-bc2lnk {
	font-family: Arial;
	color: #ffffff !important;
	font-size: 13px;
	font-weight: bold;
	padding: 7px 15px 7px 15px;
	text-decoration: none;
	background: #3498db;
	background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
	background-image: -moz-linear-gradient(top, #3498db, #2980b9);
	background-image: -ms-linear-gradient(top, #3498db, #2980b9);
	background-image: -o-linear-gradient(top, #3498db, #2980b9);
	background-image: linear-gradient(to bottom, #3498db, #2980b9);
	-webkit-border-radius: 6;
	-moz-border-radius: 6;
	border-radius: 6px;
	-webkit-box-shadow: 4px 4px 8px #e6e6e6;
	-moz-box-shadow: 4px 4px 8px #e6e6e6;
	box-shadow: 4px 4px 8px #e6e6e6;
}

.btn-bc2lnk:hover,
.btn-bc2lnk:focus,
.btn-bc2lnk.active {
	background: #3cb0fd;
	background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
	background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
	text-decoration: none;
}


.btn-bc3 {
	color: #000000 !important; 
	border: 1px solid #7ea5ff;
	background: #004bf226; 
	font-size: 11px; 
	padding: 4px 8px; 
	font-weight: normal;
	text-align:center;
	display: inline-block; 
	border-radius: 4px; 
	-webkit-transition: background .3s linear;
	-o-transition: background .3s linear;
	-moz-transition: background .3s linear;
	text-decoration: none;
	-webkit-box-shadow: 3px 3px  3px #e0e0e0;
	-moz-box-shadow: 3px 3px  3px #e0e0e0;
	box-shadow: 3px 3px 3px #e0e0e0;
}
.btn-bc3:hover,
.btn-bc3:focus,
.btn-bc3:active,
.btn-bc3.active {
	background-color: #418FDE;
	color: white !important; 
	text-decoration: none;
}


.btn-recall-sm {
    color: white;
    border: none;
    background: #007fff8c;
    font-size: 10px;
    line-height: 1.0;
    padding: 4px 4px;
    font-weight: normal;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
}
.btn-recall-sm:hover,
.btn-recall-sm:focus,
.btn-recall-sm.active {
    background-color: #007fff;
    color: #ffffff;
	cursor: pointer;
}


/* UI Tabs, Datepicker */
.ui-tabs{ font-size:12px; }
.ui-tabs .ui-tabs-hide { display: none; }
.ui-datepicker {font-size:11px;}


/* Page */
#mainWrapper {
	text-align:center;
	}

#pageHeader {
	background-color:#FFF;
	float:left;
	width:100%;
	clear:both;
	border-bottom: 1px solid #CCF;
}
#pageContent {
	background-color:#FFF;
	width:1100px;
	float:left;
	clear:both;
	padding:0px 0px 20px 5px;
	text-align:left;
	line-height:normal;
}

#pageFooter{ 
	float:left;
	clear: both;
	display:block;
	background:#FFFFFF;
	padding:5px;
	text-align:center; 
	float:left; 
	width:100%; 
	bottom:0px; 
	position:relative;
	}
.footer{ display:block; font-size:12pt; color:#767676 }
.footer ul{ position:relative; margin:0px auto; padding:0px; }
.footer li{ list-style-type:none; display:inline-block; padding-right:8px}
.footer li a{ font-size:10pt; color:#767676; text-decoration:none}
.footer li a:hover{color:#666666;}

.copyright{ 
	display:block; 
	text-align:center; 
	font-size:10px;  
	font-family:arial; 
	color:#767676;
	padding-top: 0px;
	}









/* .check_box */
/*
input[type=checkbox] {
	height: 20px;
	width: 20px;
	background-color: #EEEEEE;
    box-shadow: inset 2px 2px 1px 0px rgba(0, 0, 0, 0.3);
}

input[type=checkbox]:checked:after {
	background-color: #ffffff;
    border: 3px solid #09b500;
	color: #09b500;
    font-weight:bold;
    font-size: 14px;
	content: '\2714';
	padding: 0px 4px 1px 4px;
}
*/

/* .radio */
input[type=radio] {
	/*	
	height: 20px;
	width: 20px;
    box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
	*/
}

/* input[type=radio]:checked:after {
	background-color: #ffffff;
	padding: 0px 4px 1px 4px;
}
 */



.data2 {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	color:#000000;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	line-height: 18px;
	vertical-align: top;
}
.alert {
	background-color: #FFF0F0;
	border: 1px solid #FF0000;
	border-radius: 10px;
	padding: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: auto;
	width: auto;
}
.caution { background-color: #FFFFD0; border: 1px solid #FFCC00;
	border-radius: 10px;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: auto;
	width: auto;
}
.success { background-color: #F0FFF0; border: 1px solid #00CC00;
	border-radius: 10px;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006600;
	height: auto;
	width: auto;
}
.textarea1 {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	vertical-align: top;
}


.loadimg {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding:50px;
	border: 3px solid #ababab;
	box-shadow:1px 1px 10px #ababab;
	border-radius:20px;
	background-color: #FFFFFF;
	z-index: 1002;
	text-align:center;
	overflow: auto;
	}


.info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555555;
	text-align: left;
	}
.head_white {
	font-size: 8pt; font-family: Arial, Helvetica; font-weight:bold;
	color: #FFFFFF; background-color: #0033CC; text-indent: 5px; line-height: 20px;
}
.lb_shade1 { font-size:12px; font-weight:bold; color:#000000;
	text-align: left; line-height: 18px; background-color: #e0e0ff;
}
.lb_shade2 { font-size:10px; font-weight:normal; color:#999999;
	text-indent: 25px; text-align: left; line-height: 16px; background-color: #ffffff;
}
.lb_shade3 { font-size:10px; font-weight:normal; color:#006600; 
	text-indent: 25px; text-align: left; line-height: 16px; background-color: #e0ffe0;
}
a.bluelink:link {
	color: #0000CC;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}
a.bluelink:visited {
	color: #0000CC;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}
a.bluelink:hover {
	color: #CC00CC;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}
.footnavlink {	font-size: 9px; color: #666666; font-family: arial, helvetica, verdana; }
a.footnavlink:hover { color: #000000; }

.formright {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	position: relative;
	right: auto;
	left: auto;
	float: none;
	clear: right;
	text-align: right;
}
.topnavlinkAT {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #0033FF;
	LINE-HEIGHT: normal;
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	TEXT-DECORATION: underline;
	font-style: normal;
}
A.topnavlinkAT:hover {
	COLOR: #330099;
	background-color: #EEECFD;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}

.imgshow {
	position: relative;
	right: 0px;
	left: 0px;
	float: none;
	clear: right;
	text-align: center;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	margin: 3px;
	padding: 4px;
	border-top-color: #0066CC;
	border-right-color: #0066CC;
	border-bottom-color: #0066CC;
	border-left-color: #0066CC;
}

.yes { font-family: Arial, Verdana, sans-serif; font-weight: bolder; color:#00AA00; font-size: 15px; }
.no { font-family: Arial, Verdana, sans-serif; font-weight: bolder; color:#DD0000; font-size: 15px; }
.sep_line1 { padding-top:5px; padding-bottom:5px; }

.cusnavbar {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	color: #000000;
	letter-spacing: 0.05em;
	padding-top: 15px;
}
.cusnavbar:visited {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	color: #000000;
	letter-spacing: 0.05em;
	padding-top: 15px;
}
.cusnavbar:hover {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	color: #000000;
	letter-spacing: 0.05em;
	padding-top: 15px;
}
legend {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C74300;
	background-color: #FFFFFF;
	padding: 0px 10px 0px 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	}


.cusnavbar2 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 7pt;
	color: #000000;
	letter-spacing: 0.05em;
	text-align: left;
	text-decoration: none;
}
.cusnavbar2:visited {
	text-decoration: none;
}
.cusnavbar2:hover {
	text-decoration: none;
}
.frms {
	background-color: #FFFFFF;
	display: width: 100%;
	padding: 10px 0px 70px 0px;
	margin-bottom: 20px;
	min-height: 600px;
	overflow: auto;
	clear: both;
}
.frms input, textarea {
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
.frms input {
	border: 1px solid #ACACAC;
	border-radius: 5px;
	color: #000000;
	display: inline-block;
	font-size: 13px;
	height: 22px;
	margin-bottom: 8px;
	padding: 1px 3px 1px 3px;
	text-transform: capitalize;
}
.frms input:focus {
	outline:none;
	border-color:#9ecaed;
	box-shadow:0 0 10px #9ecaed;
}
:-ms-input-placeholder {
   color: #999999;
}
.frms select {
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #000000;
	display: inline-block;
	font-size: 13px;
	height: 22px;
	margin-bottom: 9px;
	padding: 2px;
}
.frms input[type='radio'] {
	margin-top: -4px;
	vertical-align: text-top;
}

.frmgrp {
	float:left;
	margin-left: 0px;
	padding: 10px 15px 15px 15px;
	background-color: rgba(141, 197, 251, 0.29);
	border: 1px solid #9DBAF7;
	border-radius: 8px;
	-webkit-box-shadow: 4px 3px 12px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 4px 3px 12px 2px rgba(0,0,0,0.15);
	box-shadow: 4px 3px 12px 2px rgba(0,0,0,0.15);
	}

	
/*  New button - standard size */	
.btn2 {
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	padding:4px 15px;
	text-decoration:none;
	color:#ffffff;
	background: #3498db;
	background-color:#3498db;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	border:1px solid #337fed;
	display:inline-block;
	text-shadow:1px 1px 0px #1570cd;

	cursor:pointer;
}
.btn2:hover {
background-color:#3cb0fd;
	background: #3cb0fd;
}
.btn2:active {
	position:relative;
	top:1px;
}
	
.btn2_sm {
	font-size:12px;
	padding:2px 2px;
}	
	
	
	
/* ... Nav button ... */
.buttonwrapper {
	overflow: hidden;
	width: 100%;
}
a.button_blue {
    background: transparent url('/images/main/btn_vlblue_a.png') no-repeat scroll top right;
    color: #000055;
    display: block;
    float: left;
    font: normal 13px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 14px;
    text-decoration: none;
}
a.button_blue span {
    background: transparent url('/images/main/btn_vlblue_span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 14px;
}
a.button_blue:hover {
    background-position: center right;
    color: #000055;
    outline: none;
    font: normal 13px arial, sans-serif;
    text-decoration: none;
}
a.button_blue:hover span {
    background-position: center left;
    padding: 5px 0 5px 14px;
}
a.button_blue:active, a.button_green:focus {
    background-position: bottom right;
    color: #000055;
    outline: none;
    font: normal 13px arial, sans-serif;
    text-decoration: none;
}
a.button_blue:active span, a.button_green:focus span {
    background-position: bottom left;
    padding: 6px 0 4px 14px;
}



/*-----------------   Tables   -----------------*/

table.eform
{
	font-size:10px;
	background-color:#FFFFFF;
	width:100%;
	border: thin solid #E1E4FF;
	text-align: left;
	vertical-align: middle;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	height: auto;
    padding: 0px;
	text-indent: 5px;
}
th.eform
{
	font-size:10px;
	color:white;
	background-color: #0033CC;
	font-weight: bold;
	font-style: normal;
	text-indent: 5px;
	line-height: 18px;
	text-decoration: none;
}

tr.eform
{
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	line-height: normal;
	background-color: #FFFFFF;
}


/* 
table tr.even td	{
	background-color: #f9f9f9;
}
 */

#addr_selectedms2side__sx {
	height: 300px;
	}
#addr_selectedms2side__dx {
	height: 300px;
	}

/*-----------------   DataTable Tables   -----------------*/
/*	Add class dtable to each DataTable	*/
/*	
.dtable tbody th, table.dataTable tbody td {
    padding: 3px 3px;
}	
table.dataTable>tbody>tr>th, table.dataTable>tbody>tr>td {
    padding: 5px 5px;
}
*/

.dtable thead, .dtable th {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	padding: 3px 5px 3px 5px;
	border: 1px solid #c0c0c0;
	background-color: #e1ebff;
	font-weight: bold;
	color: #000000;
	vertical-align: middle;
}

.dtable td {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	padding: 3px 3px 3px 3px;
	border: 1px solid #c0c0c0;
	background-color: #FFFFFF;
	color: #000000;
	vertical-align: middle;
}

.dtable tr.even{ background-color: #F0F0FF; }
.dtable a:link { text-decoration: underline; }


/*-----------------   Misc.   -----------------*/
.qtip { max-width: 200px; min-width: 50px;
	font-size: 8pt; font-family: Arial, Verdana, sans-serif;
	border-color: #669;
	}
.libimg {
	background-color: #FFF0F0;
	border: 1px solid #9999FF;
	padding: 2px;
	}

.ui-dialog {
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	}

.ui-tabs { font-size:12px; }
.ui-tabs, .ui-tabs-nav { background: lightblue; }
.ui-tabs, .ui-tabs-panel { background: #FFFFFF; }
.ui-widget-content { background: #FFFFFF; }

 
.ui-button{ font-size: 11px;}
.ui-button-text-only .ui-button-text { padding: .2em .5em; text-align: center;}

div.ui-datepicker{ font-size:10px; }
#ui-datepicker-div {display: none;}

/* .ui-widget-overlay { opacity: .90;filter:Alpha(Opacity=90); background-color: #CCCCEE; background-image: none; position:fixed;}
 */

/* DataTables Button */
a.DTTT_button { margin: 0 3px 0 20px; }


#dlg_save_yes{
	position:relative;
	z-index:800;
	text-align:left;
	font-family: Arial, Verdana, sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 35px;
	background-color: #FFFFFF;
	padding: 20px;
	vertical-align: middle;
	text-align: center;
	}

/* Main Menu */
#main-menu {
	position:relative;
	z-index:80;
	width:auto;
	text-align:left;
	}
#main-menu ul {
	width:12em; /* fixed width only please - you can use the "subMenusMinWidth"/"subMenusMaxWidth" script options to override this if you like */
	}
	


/* Errors */
form.form1 div.error, div.error {
    color: red;
    font-style: italic;
    font-size: 10pt;
    margin-bottom:15px;
}


