body {
	behavior:url('/cssfocusandhover.htc');
	font-family:Tahoma;font-size:10px;
	background-color: #E4E4E4;
	margin:0px;
	background-image:url(/images/back.gif)

}

        td      {font-size:11px}
        th      {font-size:10px;background:#0E07AF;color:#ffffff}
        .in1    {width:160px;font-size:11px;border-style:outset}
        .td1    {background:grey}
        .td2    {background:#4e618d;color:#ffffff;text-align:right}
        .submit {background:#eeeeff;width:120px;font-size:11px}
        .reset {background:#eeeeff;width:120px;font-size:11px}
        .small  {font-size:11px}
        .error  {background:darkred;color:white;font-size:11px;letter-spacing:3}
		
.tableborder {
	border: 1;
	cellpadding: 2;
	cellspacing: 0;
	bordercolor: #999999;
	bordercolordark: #0E07AF;
}

.style1 {font-size: 20px}

.caption {font-size: 20px;
	padding-bottom: 0px;}

#qnxmenu {
	background: #DDD;
	border: 1px solid #000;
	color: #000;
	font: normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	width: 215px
}

#qnxmenu dl, #qnxmenu ul {
	background: #DDD;
	border-bottom: 1px solid #BBB;
	border-left: 1px solid #FFF;
	border-right: 1px solid #BBB;
	border-top: 1px solid #FFF;
	color: #000;
	display: block;
	list-style: none outside none;
	margin: 0px;
	padding: 0px 1px 0px 1px;
	width: auto
}

#qnxmenu dd, #qnxmenu dt, #qnxmenu li {
	display: block;
	list-style: none outside none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: auto
}

#qnxmenu a, #qnxmenu a:link, #qnxmenu a:visited {
	background: #CCC;
	color: #000;
	display: block;
	outline: none;
	padding: 1px;
	text-decoration: none;
	width: auto
}

#qnxmenu a>img, #qnxmenu a:link>img, #qnxmenu a:visited>img {
	outline: none;
/*	-moz-outline: none; */
}

#qnxmenu a:hover {
	background: #8AC;
	color: #000;
	display: block;
	outline: none;
	padding: 2px;
	text-decoration: underline;
	width: auto
}

#qnxmenu a:active, #qnxmenu a:focus {
	background: #999;
	border-bottom: 1px solid #EEE;
	border-left: 2px solid #666;
	border-right: 1px solid #EEE;
	border-top: 2px solid #666;
	color: #000;
	display: block;
	margin: 0;
	outline: none;
	padding: 1px 0px 0px 1px;
	text-decoration: none;
	width: auto;
}

#qnxmenu .qnxmenu-separator {
	background: #000;
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #BBB;
	color: inherit;
	display: block;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	margin: 1px 0px 1px 0px;
	padding: 0px;
	vertical-align: middle;
	width: auto
}

#qnxmenu .qnxmenu-separator/* */ {
	line-height: 3px;
}

#qnxmenu .qnxmenu-selected {
	background: #999;
	border-bottom: 1px solid #EEE;
	border-left: 2px solid #666;
	border-right: 1px solid #EEE;
	border-top: 2px solid #666;
	color: #000;
	cursor: default;
	display: block;
	margin: 1px 0px 1px 0px;
	padding: 1px;
	width: auto
}

#qnxmenu .qnxmenu-tab {
	background: #DDD;
	color: #000;
	display: inline;
	font: normal bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: auto;
}

/* define height and width of scrollable area. Add 16px to width for scrollbar          */
div.tableContainer {
	clear: both;
	border: 1px solid #DDD;
	height: 215px;
	overflow: auto;
	width: 756px
}

/* Reset overflow value to hidden for all non-IE browsers. */
html>body div.tableContainer {
	/*overflow: hidden;*/
	width: 756px
}

/* define width of table. IE browsers only                 */
div.tableContainer table {
	float: left;
	width: 756px
}

/* define width of table. Add 16px to width for scrollbar.           */
/* All other non-IE browsers.                                        */
html>body div.tableContainer table {
	width: 756px
}

/* set table header to a fixed position. WinIE 6.x only                                       */
/* In WinIE 6.x, any element with a position property set to relative and is a child of       */
/* an element that has an overflow property set, the relative value translates into fixed.    */
/* Ex: parent element DIV with a class of tableContainer has an overflow property set to auto */
thead.fixedHeader tr {
	position: relative
}

/* set THEAD element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
html>body thead.fixedHeader tr {
/*	display: block */
}

html>body tr:hover {
	text-decoration: underline;
}

/* make the TH elements pretty */
thead.fixedHeader th {
	background: #0066CC;
	border-left: 1px solid #0033CC;
	border-right: 1px solid #0033CC;
	border-top: 1px solid #0033CC;
	font-weight: normal;
	font:13px verdana, sans-serif;
	padding: 2px 0px;
	text-align: center
}

/* make the A elements pretty. makes for nice clickable headers                */
thead.fixedHeader a, thead.fixedHeader a:link, thead.fixedHeader a:visited {
	color: #FFF;
	display: block;
	text-decoration: none;
	width: 100%
}

/* make the A elements pretty. makes for nice clickable headers                */
/* WARNING: swapping the background on hover may cause problems in WinIE 6.x   */
thead.fixedHeader a:hover {
	color: #FFF;
	display: block;
	text-decoration: underline;
	width: 100%
}

/* define the table content to be scrollable                                              */
/* set TBODY element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
/* induced side effect is that child TDs no longer accept width: auto                     */
/* 262 */

.PastEta {
	background: "red";
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #CCC;
	border-top: 1px solid #DDD;
	padding: 2px 3px 3px 4px
}
.noEta {
	background: "grey";
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #CCC;
	border-top: 1px solid #DDD;
	padding: 2px 3px 3px 4px
}

/* define width of TH elements: 1st, 2nd, and 3rd respectively.          */
/* Add 16px to last TH for scrollbar padding. All other non-IE browsers. */
/* http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors        */
html>body thead.fixedHeader th {
	width: 100px
}

html>body thead.fixedHeader th + th {
	width: 100px
}

html>body thead.fixedHeader th + th + th {
	width: 150px
}

html>body thead.fixedHeader th + th + th + th {
	width: 168px
}
/* define width of TD elements: 1st, 2nd, and 3rd respectively.          */
/* All other non-IE browsers.                                            */
/* http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors        */
html>body tbody.scrollContent td {
	width: 100px
}

html>body tbody.scrollContent td + td {
	width: 100px
}

html>body tbody.scrollContent td + td + td {
	width: 150px
}
html>body tbody.scrollContent td + td + td + td{
	width: 168px
}

#header a {
	font:15px verdana, sans-serif;
	font-size:0px;
	text-indent:-100em ! important;
}
body h2 {
	font:15px verdana, sans-serif;
	letter-spacing:.2em;
	font-weight:bold;
	border-top:0;
	background:transparent;
	color:#273C28;
	margin-right:5px;
	margin-left:5px;
}
h3 {
	font: 10px verdana, sans-serif;
	border-top:0;
        background:transparent;
        color:#273C28;
	margin-bottom:0px;
	margin-top:0px;
	margin-right:0px;
	margin-left: 0px;
}
#focusexampletwo a {
	margin:0;
	display:block;
	width:198px;
	padding:2px;
	text-decoration:none;
	border:1px solid #ddd;
	background:#f6f6f6;
	font:10px verdana, sans-serif;
	color:#000;
}
div#focusexampletwo a:focus, div#focusexampleone a:hover {
	background:#5D8733;
	color:#fff;
	border-color:#1F3522;
	text-decoration:underline;
}
#focusexampletwo input, #focusexampletwo textarea {
	margin:0px;
	padding:0px;
	border:2px solid #ddd;
	background:#fafafa;
	clear:left;
}

form#focusexampletwo input:focus, form#focusexampletwo textarea:focus {
	border-color:#0066CC;
	background:#fff;
}

#focusexampletwo fieldset {
	border:0px solid #ddd;
	padding:0px;
}
#focusexampletwo fieldset table {
	margin:0;
	padding:0;
}
#focusexampletwo fieldset td {
	margin:0;
	padding:0;
}
#focusexampletwo label {
	margin:0px;
	clear:left;
	font:10px verdana, sans-serif;
	float:left;
}
#focusexampletwo p {
	margin:3px;
	clear:left;
	font:10px verdana, sans-serif;
	float:left bottom;
}
#focusexampletwo input,#focusexampletwo textarea {
	float:left;
}
#hoverexampletwo {
	padding:5px;
	border:1px solid #eee;
}
#hoverexampletwo:hover {
	border-color:#bbb;
}
body p {
	margin:10px;
	font:12px/17px verdana, helevetica, arial, sans-serif;
	letter-spacing:.1em;
	padding-bottom:10px;
}
body #content ul {
	font:12px/17px verdana, helevetica, arial, sans-serif;
	letter-spacing:.1em;
	list-style:circle;
}
body #content ol {
	font:12px/17px verdana, helevetica, arial, sans-serif;
	letter-spacing:.1em;
}

#rowstyle tr:hover {
	color: yellow
}

#menu_text a {
        margin:0px;
        clear:left;
        font:12px verdana, sans-serif;
        float:left;
}

.ui-accordion .ui-accordion-content  {
    padding: .5em 1.2em;
    padding-top: 1em;
    padding-right: 2.2em;
    padding-bottom: 1em;
    padding-left: 1.2em;
    border-top: 0;
    overflow: auto;
}
