/*****************************************
* Basic Style
*****************************************/
body {
	margin: 0;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana;
	font-size: 1em;
}

td {
	font-family: Arial, Verdana;
	font-size: 85%;
	color: #111111;
}

table {
	border-collapse: collapse;
	border-width: 0;
}

img {
	border: 0;
}

.hide {
	display: none;
}

.main {
	width: 771px;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
	background-color: #ffffff;
}

.mainW {
	width: 995px;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
	background-color: #ffffff;
}

.page {
	width: 771px;
}

.pageW {
	width: 995px;
}

a {
	text-decoration: none;
	color: #003399;
}

a:hover {
	text-decoration: underline;
	color: #ff3300;
}

/*****************************************
* Banner Style
*****************************************/
.BannerTd {
	background-color: #efeff9;
	filter: progid :   DXImageTransform .   Microsoft . 
		 Gradient(startColorStr =      '#fffffa', endColorStr =     '#e7e7f0',
		gradientType =     '0');
	display: none;
}

/*****************************************
* Menu Style
*****************************************/
.NavTd {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	filter: progid :   DXImageTransform .   Microsoft . 
		 Gradient(startColorStr =      '#caccf4', endColorStr =     '#cadef4',
		gradientType =     '0');
	background-color: #CCCCCC;
	display: none;
}

.NavTd2 {
	border-top: 2px solid #9999a9;
	border-bottom: 1px solid #999999;
	background-color: #ececee;
	height: 22px;
	font-size: 70%;
	display: none;
}

/*****************************************
* Dropdown Menu Style
*****************************************/
#nav,#nav ul {
	border: 0px solid #ffffff;
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 100%;
	font-family: verdana, arial, helvetica, sans-serif, pragmatica;
	float: left;
	width: 1000px;
	display: none;
}

/* all list items */
#nav li {
	border: 0px solid #ffffff;
	position: relative;
	float: left;
	width: 150px;
	display: none;
}

/* second-level lists */
#nav li ul {
	border: 0px solid #ffffff;
	position: absolute;
	left: -1000px;
	margin-left: 0px;
	margin-top: 0px;
	width: 100px;
	display: none;
}

/* third-and-above-level lists */
#nav li ul ul {
	left: -1000px;
	display: none;
}

#nav li a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	font: 1em Verdana, Arial;
	margin: 0;
	background: #e5e5e7;
	text-shadow: 0px 1px 1px rgb(250, 250, 250);
	display: none;
}

#nav a {
	border: 0px solid #ffffff;
	cursor: pointer;
	display: block;
	color: #000000;
	padding: 2px 4px 4px 8px;
	margin: 1px 0;
	display: none;
}

#nav a:hover {
	border: 1px solid #cccccc;
	margin: 0;
	background-color: #f1f1f1;
	text-decoration: none;
	color: #23a556;
	text-shadow: 0px 0px 3px rgb(250, 250, 250);
	display: none;
}

#nav li a {
	border: 1px solid #f1f1f1;
	padding: 2px 4px 4px 7px;
	display: none;
}

#nav a.encl {
	background: #f1f1f1 url(encl.gif) center right no-repeat;
	display: none;
}

#nav a.encl:hover {
	background: rgb(100, 100, 100) url(enclover.gif) center right no-repeat;
	display: none;
}

#nav li:hover ul ul,#nav li:hover ul ul ul,#nav li:hover ul ul ul ul,#nav li.iehover ul ul,#nav li.iehover ul ul ul,#nav li.iehover ul ul ul ul
	{
	left: -1000px;
	display: none;
}

#nav li:hover ul,#nav li li:hover ul,#nav li li li:hover ul,#nav li li li li:hover ul,#nav li.iehover ul,#nav li li.iehover ul,#nav li li li.iehover ul,#nav li li li li.iehover ul
	{ /* lists nested under hovered list items */
	left: auto;
	display: none;
}

/** Support for the "iehover-fix.js" **/
#nav iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid :   DXImageTransform .   Microsoft . 
		 Alpha(style =   0, opacity =   0);
	display: none;
}

/*****************************************
* Sortable Table Style
*****************************************/
.sort-table {
	font: Icon;
	border: 2px Solid ThreeDShadow;
	background: Window;
	color: WindowText;
}

.sort-table thead {
	background: ButtonFace;
}

.sort-table td {
	padding: 2px 5px;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #111111;
	border: 1px solid;
	border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
}

.sort-table thead td {
	font-size: 110%;
	color: #1111CF;
	border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
	cursor: default;
}

.sort-table thead td:active {
	border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
	padding: 3px 4px 1px 6px;
}

.sort-table thead td [_sortType=None]:active {
	border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
	padding: 2px 5px;
}

.sort-arrow {
	width: 11px;
	height: 11px;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 2px;
}

.sort-arrow .descending {
	background-image: url( "../images/downsimple.png" );
}

.sort-arrow .ascending {
	background-image: url( "../images/upsimple.png" );
}

.FormTag {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: x-small;
	font-weight: bold;
	color: #003399;
	text-align: left;
}

/*****************************************
* Button Style
*****************************************/
.btn-submit {
	border-top-color: #FAA880;
	border-left-color: #FAA880;
	border-bottom-color: #95370A;
	border-right-color: #95370A;
	background-color: #F55B11;
	color: white;
	font: bold 14px Verdana;
	line-height: 20px;
}

.btn-border {
	border: 1px solid #333333;
	width: 80px;
}

.btn-nav {
	background-color: #D7E0EB;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #788FAC;
	border-right: 1px solid #788FAC;
	color: #333333;
	font-family: verdana, arial, helvetica, sans-serif, pragmatica;
	font-weight: bold;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 10px;
	width: 60px;
}

/*****************************************
* Form Style
*****************************************/
.textBoxName {
	border: 1px solid #ffffff;
	border-left: 10px solid #ffffff;
	background-color: #c3c3d5;
	font-size: 80%;
	font-weight: bold;
	margin: 8px 0 2px 0;
	color: #036;
	width: 120px;
}

.textBoxName2 {
	border: 1px solid #ffffff;
	border-left: 10px solid #ffffff;
	background-color: #c3d3f5;
	font-size: 85%;
	font-weight: bold;
	padding: 3 3 3 3;
	margin: 8px 5 2px 5;
	color: #039;
	width: 100px;
}

.textInputField {
	height: 20px;
	font-size: 11px;
	color: #333333;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	width: 145px;
}

.textInputField2 {
	height: 18px;
	font-size: 11px;
	color: #333333;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	width: 45px;
}

.textInputField3 {
	height: 20px;
	font-size: 11px;
	color: #333333;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	width: 424px;
}

.ltsep {
	font: 70% Verdana;
	color: #1F1F1F;
	padding: 0 1px;
}

.textTitle2 {
	font-size: 90%;
	font-weight: bold;
	padding: 3 3 3 3;
	margin: 8px 5 2px 5;
	color: #039;
}

/*
.hFade{background-color:#f5f5f5;height:8px;filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr= '#d1d3d4',endColorStr= '#ffffff',gradientType= '0');}
#nh{background-color:#1F1F1F;color:#FFFFFF;font-size:100%;padding:8px 11px 9px 11px;}
#nh span{font-weight:bold;color:#FF3300;}
.nTable{width:591px;background:#333;}
.nTableW{width:815px;background:#333;}
#newsHeadlineLTR,#newsHeadline{padding:5px 5px 5px 10px;color:#fff;filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#333333',endColorStr='#6c6c6c',gradientType='1');font-family:Verdana,Arial;}
#newsHeadlineRTL{padding:5px 10px 5px 5px;color:#fff;filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#6c6c6c',endColorStr='#333333',gradientType='1');font-family:Tahoma;}
.nTable a,.nTable a:hover,.nTableW a,.nTableW a:hover{color:#fff;}
#newsHeadlineTitleLTR,#newsHeadlineTitle{padding:5px 7px 5px 12px;border-right:1px dotted #999;color:#fdcd00;font-weight:bold;font-family:Verdana,Arial;}
#newsHeadlineTitleRTL{padding:5px 12px 5px 7px;border-left:1px dotted #999;color:#fdcd00;font-weight:bold;font-family:Tahoma;}
.rotatingSection{width:180px;padding:0 15px 25px 10px;}
.rotatingSectionW{width:251px;padding:0 15px 25px 10px;}
.popDest{width:390px;padding:0 15px 25px 10px;background-color:#f5f5f5;}
.popDestW{width:543px;padding:0 15px 25px 10px;background-color:#f5f5f5;}
.vSep{background-color:#d2d3d6;width:1px;}
.alw{display:block;font-family:Verdana;font-size:100%;}
*/
SELECT {
	height: 18px;
	font-size: 11px;
	color: #333333;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	scrollbar-face-color: #CEB397;
	scrollbar-arrow-color: #6A6A6A;
}

.submit {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: xx-small;
	background: #CEB397 border :   1px;
}

.LoginBox {
	background-color: #EEEEFE;
	color: black;
	border-width: 1px;
	width: 150px;
}

.loginbutton {
	background-image: url(../images/loginBtn.gif);
	width: 65;
	height: 13;
	border: none;
	font-weight: bold;
	cursor: hand;
}

.pagelist {
	font-family: "Geneva", "Arial", "Helvetica", "san-serif";
	font-size: 14px;
	color: #0000FF;
}

.pagelist a:visited {
	color: #0000FF;
	text-decoration: none;
}

.pagelist a:hover {
	color: #FFFF00;
	text-decoration: none;
}

.filterName {
	font-family: "Geneva", "Arial", "Helvetica", "san-serif";
	font-size: 14px;
	color: #003399;
	font-weight: bold;
}

.filterBox {
	font-family: "Geneva", "Arial", "Helvetica", "san-serif";
	font-size: 12px;
	color: #0000FF;
	background-color: #F2F2F2;
}

.error {
	color: #EE0000;
	font: bold 10pt Arial;
}

.usersession_Text_large {
	font-family: "sans-serif", "Arial", "Helvetica", "Verdana";
	font-size: 115%;
	font-weight: bold;
	color: #3344BF;
}

.usersession_Text_medium {
	font-family: "sans-serif", "Arial", "Helvetica", "Verdana";
	font-size: 101%;
	font-weight: bold;
	color: #BF44BF;
}
