﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
body  {
	background: #ffffff url("../../images/bgroundAdmin.gif");
	background-repeat: repeat-x;
	background-position: top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	line-height: 14px; 
	color: #333333;	
}
.thrColLiqHdr #container { 
	width: auto;
	min-width: 1024px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.thrColLiqHdr #header { 
	width: 100%;
	height: 50px;
	padding: 0;
} 

#hLeft {
	width: 196px;
	height: 63px;
	position: absolute;
	float: left;
}

#hMid {
	width: 192px;
	height: 34px;
	position: absolute;
	float: left;
	top: 29px;
	left: 196px
}

#hRight {
	height: 50px;
	position: relative;
	float: right;
	top: 0;
	text-align: right;
}

.thrColLiqHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColLiqHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.thrColLiqHdr #sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 88px; /* since this element is floated, a width must be given */
	padding: 0; /* top and bottom padding create visual space within this div  */
}
.thrColLiqHdr #sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 133px; /* since this element is floated, a width must be given */
	padding: 0; /* top and bottom padding create visual space within this div */
}

/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
#mainContent { 
	margin: 0 153px 0 118px;
}

h1 { font: bold 16px/18px Arial, Helvetica, sans-serif; color: #6D92AB; margin: 0 0 15px 0;}
h2 { font: bold 14px/16px Arial, Helvetica, sans-serif;  margin: 0 0 8px 0;}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#search {
	width: 1024px;
	text-align: right;
	margin: 25px 10px 10px 0;
}
#menu {
	padding-left: 0;
	margin-left: 0;
	left: 0;
	min-width: 1024px;
}

ol.menu {
	height: 20px;
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
    font-size: 12px;
	color: #333333;
}

ol.menu a {
	background: url(../../images/tab.png);
	color: #333333;
	display: block;
	float: left;
	height: 20px;
	padding-left: 10px;
	text-decoration: none;
}

td.homeTable {
	vertical-align: top;
	padding: 0 15px 15px 0;
}

ol.menu a:hover {
	background-position: 0 -20px;
}

ol.menu a:hover span {
	background-position: 100% -20px;
}

ol.menu li {
	float: left;
	margin: 0 1px 0 0;
}

ol.menu li.current a {
	background-position: 0 -20px;
	color: #333333;
}

ol.menu li.current span {
	background-position: 100% -20px;
}

ol.menu span {
	background: url(../../images/tab.png) 100% 0;
	cursor: pointer;
	display: block;
	float: left;
	line-height: 20px;
	padding-right: 10px;
}
.subContent {
    border-top: #cfcfcf solid 1px;
    padding: 10px;
	min-width: 1024px;
}

td.alphaList {
	text-align: left;
}

td.alphaList ul {
	padding-bottom: 8px;
}

td.alphaList ul li {
	font-weight: bold;
}

td.alphaList ul ul li {
	font-weight: normal;
	padding-left: 15px;
}

td.rightSideUL {
	text-align: left;
	font-size: 11px;
	line-height: 14px;
}

td.rightSideUL ul {
	padding: 0 10px 10px;
}

td.rightSideUL ul li {
	padding-bottom: 2px;
}

.mainTable, .billTable {
	padding: 3px;
}

.text { font: normal 11px/14px Arial, Helvetica, sans-serif; color: #333333; text-align: left;}
.textI { font: italic 11px/14px Arial, Helvetica, sans-serif; color: #333333}
.textB { font: bold 11px/14px Arial, Helvetica, sans-serif; color: #333333; text-align: left;}
.highlight { font: normal 11px/14px Arial, Helvetica, sans-serif; color: #B5B036}
.highlightB { font: bold 11px/14px Arial, Helvetica, sans-serif; color: #B5B036}
.blue { font: normal 11px/14px Arial, Helvetica, sans-serif; color: #6F93AC}
.blueB { font: bold 11px/14px Arial, Helvetica, sans-serif; color: #6F93AC}
.note { font: italic 11px/14px Arial, Helvetica, sans-serif; color: #999999; padding: 3px 8px;}
.tableText { font: normal 11px/14px Arial, Helvetica, sans-serif; color: #333333}
.tableTextB { font: bold 11px/14px Arial, Helvetica, sans-serif; color: #333333; margin: 2px}
.error { font: normal 12px/12px Arial, Helvetica, sans-serif; color: red; padding-bottom: 2px}
.errorInd { font: bold 18px/12px Arial, Helvetica, sans-serif; color: red; padding-top: 0px}
.textLogin { font: normal 12px/18px Arial, Helvetica, sans-serif; color: #333333; text-align: left;}

a { text-decoration: underline; font-size: 11px; line-height: 14px; color: #036EB8}
a:hover { text-decoration: none;}

a.login { text-decoration: underline; font: 12px/18px Arial, Helvetica, sans-serif; color: #036EB8}
a.login:visited { text-decoration: underline; font: 12px/18px Arial, Helvetica, sans-serif; color: #036EB8}
a.login:hover { text-decoration: none; font: 12px/18px Arial, Helvetica, sans-serif; color: #036EB8}
a.login:active { text-decoration: underline; font: 12px/18px Arial, Helvetica, sans-serif; color: #036EB8}

a.mail { text-decoration: underline; font: 11px/14px Arial, Helvetica, sans-serif; color: #036EB8}

a.link { text-decoration: underline; font: 11px/14px Arial, Helvetica, sans-serif; color: #036EB8}
a.link:visited { text-decoration: underline; font: 11px/14px Arial, Helvetica, sans-serif; color: #036EB8}
a.link:hover { text-decoration: none; font: 11px/14px Arial, Helvetica, sans-serif; color: #036EB8}
a.link:active { text-decoration: underline; font: 11px/14px Arial, Helvetica, sans-serif; color: #036EB8}

a.ad_link { text-decoration: underline; font: 11px/14px Arial, Helvetica, sans-serif; color: #000000}
a.ad_link:visited { text-decoration: underline; font: 11px/14px Arial, Helvetica, sans-serif; color: #000000}
a.ad_link:hover { text-decoration: none; font: 11px/14px Arial, Helvetica, sans-serif; color: #FFFFFF}
a.ad_link:active { text-decoration: underline; font: 11px/14px Arial, Helvetica, sans-serif; color: #000000}

a.linkPages { text-decoration: none; font: 11px/14px Arial, Helvetica, sans-serif; color: #666666}
a.linkPages:visited { text-decoration: none; font: 11px/14px Arial, Helvetica, sans-serif; color: #666666}
a.linkPages:hover { text-decoration: none; font: 11px/14px Arial, Helvetica, sans-serif; color: #666666; background-color: #FFFF66}
a.linkPages:active { text-decoration: none; font: 11px/14px Arial, Helvetica, sans-serif; color: #666666}
.textPages { font: normal 11px/14px Arial, Helvetica, sans-serif; color: #666666}

form { padding:0; border:0; margin:0; }
input.text, option.text, select.text, select.textDate, select.textA { color: #000000; background-color: #ffffff; font: normal 11px/14px Arial, Helvetica, sans-serif; }
select.text { width: 200px; }
textarea.text { color: #000000; background-color: #ffffff; border-width: 1px; border-style: solid; border-color: #000000; font: normal 11px/14px Arial, Helvetica, sans-serif; }
input.disabledText, option.disabledText, select.disabledText, select.disabledTextA { color: #000000; background-color: #ffffff; font: normal 11px/14px Arial, Helvetica, sans-serif;border: 1px solid #000000; }
disabled {
	background-color: #cfcfcf;
	color: #666666;
}

textarea.textWide { color: #000000; background-color: #ffffff; border-width: 1px; border-style: solid; border-color: #cfcfcf; font: normal 11px/14px Arial, Helvetica, sans-serif; width: 670px; }

TD.pctgrey { background-color: #D2DFE4 }

.mainTable td {
	border: 1px solid #cccccc;
}

.mainTable td.blankRow {
	border: 0;
	padding: 0 10px;
	text-align: center;
}

.mainContentTable {
	margin: 0 0 15px 0;
}

.billTable td, th {
	border: none;
}

.billTable {
	width: 100%;
}

td.grey { background-color: #cccccc; text-align: left; }
td.table_top { background-image: url(../../images/table_top.gif); background-repeat: repeat-x; margin: 0; padding: 0; }
td.table_bot { background-image: url(../../images/table_bottom.gif); background-repeat: repeat-x; margin: 0; padding: 0; }
td.table_left { background-image: url(../../images/table_left.gif); background-repeat: repeat-y; margin: 0; padding: 0; }
td.table_right { background-image: url(../../images/table_right.gif); background-repeat: repeat-y; margin: 0; padding: 0; }

td.con_table_top { background-image: url(../../images/contentTop.gif); background-repeat: repeat-x; margin: 0; padding: 0; }
td.con_table_bot { background-image: url(../../images/contentBottom.gif); background-repeat: repeat-x; margin: 0; padding: 0; }
td.con_table_left { background-image: url(../../images/contentLeft.gif); background-repeat: repeat-y; margin: 0; padding: 0; }
td.con_table_right { background-image: url(../../images/contentRight.gif); background-repeat: repeat-y; margin: 0; padding: 0; }

td.white { background-color: #ffffff; text-align: left; }
TD.yellow { padding: 3px 8px; font: normal 11px/12px Arial, Helvetica, sans-serif; color: #333333; background-color: #ffff00 }
TD.yellowTitle { padding: 3px 8px; font: bold 11px/12px Arial, Helvetica, sans-serif; color: #333333; background-color: #ffff00 }
th.tableTitle { padding: 3px 8px; text-align: left; background-color: #D2DFE4; font: bold 11px/12px Arial, Helvetica, sans-serif; color: #333333; border: 1px solid #cccccc; }
TD.tableArrow     { padding: 3px 8px; background-color: #D2DFE4; font: bold 11px/12px Arial, Helvetica, sans-serif; color: #333333; text-align:right;}
TD.tableText      { padding: 3px 8px; font: normal 11px/12px Arial, Helvetica, sans-serif; color: #333333; border-right: 1px solid #cccccc; }
td.tableTextA { padding: 3px 8px; background-color: #ffffff; font: normal 11px/12px Arial, Helvetica, sans-serif; color: #333333; vertical-align: middle; }
td.tableTextATop { padding: 3px 8px; background-color: #ffffff; font: normal 11px/12px Arial, Helvetica, sans-serif; color: #333333; vertical-align: top; }
td.tableTextABot { padding: 3px 8px; background-color: #ffffff; vertical-align: bottom; }
td.tableTextAL { padding: 3px 8px 3px 0; background-color: #ffffff; font: normal 11px/12px Arial, Helvetica, sans-serif; color: #333333; vertical-align: middle; }
.billTable td.tableTextA { padding: 3px 8px; background-color: #ffffff; font: normal 11px/12px Arial, Helvetica, sans-serif; color: #333333; vertical-align: middle; }
.billTable td.tableTextABill { padding: 3px 8px 3px 0; background-color: #ffffff; font: normal 11px/12px Arial, Helvetica, sans-serif; color: #333333; vertical-align: middle; }
TD.tableTextB { padding: 3px 8px; background-color: #E4EBEF; font: normal 11px/12px Arial, Helvetica, sans-serif; color: #333333;
vertical-align: middle; }
TD.tableTextACen     { padding: 3px 8px; background-color: #ffffff; font: normal 11px/12px Arial, Helvetica, sans-serif; color: #333333; text-align: center; vertical-align: middle;}
TD.tableTextBCen     { padding: 3px 8px; background-color: #E4EBEF; font: normal 11px/12px Arial, Helvetica, sans-serif; color: #333333; text-align: center; vertical-align: middle;}
TD.tableTextLinkA   { padding: 3px 8px; background-color: #ffffff; font: normal 11px/12px Arial, Helvetica, sans-serif; color: #036EB8}
TD.tableTextLinkB   { padding: 3px 8px; background-color: #E4EBEF; font: normal 11px/12px Arial, Helvetica, sans-serif; color: #036EB8}
TD.tableTextBold   { padding: 3px 8px; background-color: #ffffff; font: bold 11px/12px Arial, Helvetica, sans-serif; color: #333333}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table.webfocusTables {
  border:0pt; border-collapse:collapse; border-spacing:0pt; width:100%;
}

.horzHR {
	background-image: url(../../images/spacer.gif);
	height: 1px;
	width: 100%;
	border: 0;
}

.vertHR {
	background-image: url(../../images/spacer.gif);
	height: 7px;
	width: 1px;
	border: 0;
}

.recov {
	float: right;
}

form { padding:0; border:0; margin:0; }

textarea.text { color: #000000; background-color: #ffffff; border-width: 1px; border-style: solid; border-color: #000000; font: normal 11px/14px Arial, Helvetica, sans-serif; }

#loginContent {
	clear: both;
	position: absolute;
	top: 97px;
	left: 0;
	width: 100%;
}


#login {
	width: 200px;
	display: block;
	text-align: center;
	margin: 0 auto;
}

#forgot {
	width: 500px;
	text-align: center;
	margin: 0 auto;
}

#login td {
	vertical-align: top;
}

.confirmPopup {
	width: 350px;
	background: #ffffff;
	border: 1px solid #000000;
	display: block;
	z-index: 20;
	position: absolute;
	top: 205px;
	margin: 0 auto;
	left: 215px;
	padding: 25px;
}
.confirmPopup p {
	padding-bottom: 15px;
}

.dataTable td, th
{		
	padding-left:5px;
	padding-right:5px;

	line-height:175%;	
	border: 1px solid #cccccc;
}

.dataTable th
{
	font-weight:bold;
	color: white;
	text-align:left;
	background-color:#7e8f9f;
}

.dataTable th a { color:#ffffff; }

.mainTable ul {
	list-style: disc;
	list-style-image: url(../../images/bullet.png);
	margin: 0 0 0 16px;
	line-height: 14px;
}

.mainTable ul.open {
	list-style: disc;
	list-style-image: url(../../images/bullet_open.png);
	margin: 0 0 0 16px;
	line-height: 14px;
}


.mainTable ul ul {
	list-style: disc;
	list-style-image: url(../../images/bullet_sub.gif);
	margin: 0 0 0 16px;
}

 .AutoComp_Button
 {
	position:absolute; left:25em; margin-left:1em;
 }

#eulaContent {
	clear: both;
	position: absolute;
	top: 97px;
	left: 0;
	width: 80%;
}

/* BACKGROUND */
.bg_yellow { background-color:#FFFFCC; }
.bg_grey  { background-color:#e7ebf9 }
th.grid_header { background-color: #D2DFE4; font: bold 11px/12px Arial, Helvetica, sans-serif; color: #333333; padding: 3px 8px; }
th.grid_header a { color: Black}

/* BORDERS*/
.bd_grey { border:solid 1px #CCCCCC; }
.bd_top_grey { border-top:solid 1px #CCCCCC; }

/* Status Message */
div#statusarea{ margin: 0 1%;background: #FFF2A4}
b.rtop, b.rbottom{display:block;background: #FFF;}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #FFF2A4}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}
.status {margin: 0 7px; font-family: Arial; font-weight: bold; font-size: 8pt}

/* ETC. */
.padded { padding:4px; }
.nopad { padding:0px; }
.larger { font-size:larger; }
.bold { font-weight: bold; }
.w100 { width: 100%; }


