body
{
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	background-color: #efecda;
	font-family: tahoma;
	font-size: 12px;
	text-align: center;
}

#listItemTemplate, #contentTemplate, #panelTemplate, #popupTemplate
{
	display: none;
}

#dataTemplate, #dataFrame
{
	display: none;
	height: 0px;
	width: 0px;
}

div#container
{
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

#uiPanel
{
	width: 1024px;
	margin: 0 auto;
}

div.content
{
	border:	1px solid rgb( 145, 155, 156 );
	background: white;
	margin: 0 auto;
	margin-bottom: 10px;
	position: relative;
}

div.content img.button, img.button_off
{
	padding-top: 1px;
	margin: 0px;
	background: url(images/bg.png) repeat-x;
	float: right;
}

div.content div.titleBar
{
	background: url(images/bg.png) repeat-x;
	height: 20px;
}

div.content div.combine
{
	width: 200px; 
	height: 150px; 
	border: solid 1px black; 
	background-color: white;
	float: left; 
	position: absolute; 
	top: 20px; 
	left: 0px; 
	display: none;
}

div.suppviewer
{
	width: 50px; 
	height: 50px; 
	border: none; 
	background-color: white;
	float: left; 
	position: absolute; 
	top: 20px; 
	left: 0px; 
	visibility: hidden;
	z-index: 97;
}

div.suppnodl
{
	width: 300px; 
	height: 150px; 
	/*border: solid 1px black; */
	background-color: white;
	float: right; 
	position: absolute; 
	top: 20px; 
	left: 0px;
	visibility: hidden;
	z-index: 96;
}

div.content h1
{
	display: inline;
	padding-left: 6px;
	font-family: tahoma;
	font-size: 14px;
	color: white;
}

div.content h1.min
{
	display: inline;
	padding-left: 3px;
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: white;
}
				
div.topBar
{
	width: 1024px;
	font-weight: bold;
	border:	1px solid rgb( 145, 155, 156 );
	background: url(images/bg.png) repeat-x;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	color: white;
	font-size: 18px;
	font-family: Verdana;
	text-align: center;
}

div.dataPanel
{
	float: left;
	border:	1px solid rgb( 145, 155, 156 );
	background: #ece9d8;
	width: 160px;
	padding: 4px;
	font-family: tahoma;
	font-size: 12px;
	padding-bottom: 0px;
}

div.openPanel
{
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
	border:	1px solid rgb( 145, 155, 156 );
	background: #ece9d8;
	width: 664px;
	height: 320px;
	padding: 4px;
}

div#timePanel
{
	background: #ece9d8;
	height: 300px;
	float: left;
	margin: 0px;
	margin-left: 5px;
	border:	1px solid rgb( 145, 155, 156 );
	width: 159px;
	padding: 4px;
}			

div#timePanel p
{
	margin: 2px;
}

div.dataPanel h2
{
	font-size: 14px;
	font-family: Verdana;
	background: url(images/bg.png) repeat-x;
	color: white;
	margin: 0px;
	margin-bottom: 4px;
	padding: 2px 0px 2px 28px;
	border: 1px solid #ddd;
	text-align: left;
}

ul.menu
{
	width: 100%;
	padding: 0px;
	margin: 0px;
}

ul.menu li
{
	text-decoration: none;
	list-style-type: none;
	margin-bottom: 5px;
	padding: 0px;
	font-size: 14px;
	font-family: Tahoma;
}

ul.subMenu
{
	display: block;
	padding-left: 0px;
	margin-left: 0px;
	background-color: white;
	border: 1px solid #ddd;
}

ul.subMenu li
{
	background-color: white;
	border: 0px;
	padding-left: 10px;
	margin: 0px;
}

ul.hiddenSubMenu
{
	display: none;
}

ul h1
{
	font-size: 13px;
	font-family: Verdana;
	padding-left: 5px;
	margin: 0px;
	cursor: pointer;
	color: white;
	background: url(images/bg.png) repeat-x;
}

ul.subMenu li.selected
{
	background: #888888;
	color: #FFFFFF;
}

ul.subMenu li.hover
{
	background: url(images/bg.png) repeat-x;
	color: #FFFFFF;
	cursor: pointer;
}

div.dataPanel p
{
	margin: 0px;
	margin-bottom: 2px;
}

h5
{
	font-weight: normal;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 2px;
}

h1.filter
{
	padding: 2px;
	color: white;
	background: url(images/bg.png);
	font-size: 12px;
	font-family: Verdana;
	padding-top: 2px;
	margin: 0px;
}

select
{
	background: #fefefe;
	border: 1px solid #ddd;
	font-size: 100%;
}

input
{
	vertical-align: middle;
	font-size: 100%;
	margin: 0px;
	padding: 1px;
}

label
{
	vertical-align: middle;
}

a#nowLink
{
	cursor: pointer;
	text-decoration: underline;
}

img.button
{
	border: 0px;
	float: right;
}

img.helpimg
{
	padding: 2px;
}

.clear img.helpimg {
	padding-right: 0px;
}

form
{
	margin: 0px;
	padding: 0px;
}

div.boxContainer
{
	background: #eee;
	padding: 3px;
	width: 800px;
	height: 300px;
	text-align: left;
}

div.box
{
	border: 1px solid #aca899;
	margin: 3px 3px 6px 3px;
	padding: 0px 3px 0px 3px;
	background: white;
}

div.box h1
{
	cursor: default;
	padding: 2px;
	color: white;
	background: url(images/bg.png) repeat-x;
	font-size: 12px;
	font-family: Verdana;
	margin: 0px -3px 0px -3px;
}

div.box input
{
	margin: 0px;
	padding: 0px;
}

div.box p
{
	margin: 3px 0px 3px 0px;
	padding: 0px;
	/*font-size: 12px;*/
	font-family: Verdana;
}

div.minmax label
{
	display: block;
	float: left;
	width: 35px;
}

.columns { font-size: 10px; }

.p0 { padding: 0px; }
.m0 { margin: 0px; }
.m2 { margin: 2px; }
.m4 { margin: 4px; }
.m6 { margin: 6px; }
.mlr4 { margin: 0px 4px; }
.ml4 { margin: 0px 0px 0px 4px; }
.mr4 { margin: 0px 4px 0px 0px; }
.mr8 { margin: 0px 8px 0px 0px; }
.w75 { width: 75px; }
.w80 { width: 80px; }
.w90 { width: 90px; }
.w100 { width: 100px; }
.w110 { width: 110px; }
.w120 { width: 120px; }
.w135 { width: 135px; }
.w140 { width: 140px; }
.w145 { width: 145px; }
.w150 { width: 150px; }
.w155 { width: 155px; }
.w160 { width: 160px; }
.w164 { width: 164px; }
.w180 { width: 180px; }
.w184 { width: 184px; }
.w185 { width: 185px; }
.w200 { width: 200px; }
.w220 { width: 220px; }
.w229 { width: 229px; }
.w240 { width: 240px; }
.w260 { width: 260px; }
.w280 { width: 280px; }
.w290 { width: 290px; }
.w295 { width: 295px; }
.w300 { width: 300px; }
.w310 { width: 310px; }
.w320 { width: 320px; }
.w330 { width: 330px; }
.w340 { width: 340px; }
.w360 { width: 360px; }
.w380 { width: 380px; }
.w400 { width: 400px; }
.w420 { width: 420px; }
.w440 { width: 440px; }
.w460 { width: 460px; }
.w470 { width: 470px; }
.w480 { width: 480px; }
.w500 { width: 500px; }
.w100p { width: 100%; }
.w90p { width: 90%; }
.mono { font-family: monospace; }
.center { text-align: center; }
.right { text-align: right; }
.left { text-align: left; }
.fl { float: left; }
.fr { float: right; }
.clear {clear: both; border: 0px none; margin: 0px; padding: 0px; }
.hide { display: none; }
.pointer { cursor: crosshair; }
.abs { position: absolute; }

div#timeShortcutPanel
{
	position: absolute;
	top: 50px;
	left: 775px;
	border:	1px solid rgb( 145, 155, 156 );
	width: 140px;
	height: 260px;
	display: none;	
}

div.listbox
{
	position: absolute;
	top: 100px;
	left: 100px;
	text-align: left;
	padding-bottom: 2px;
}

div.listbox p
{
	cursor: pointer;
	margin: 1px 0px 0px 0px;
	padding: 0px;
	font-family: verdana;
	font-size: 10px;
	padding: 1px 3px 1px 3px;
}

div.listbox hr
{
	padding: 0px;
	margin: 3px 0px 3px 0px;
}

div.listbox p:hover
{
	background: #3151c5;
	color: white;
}

#redLine1, #redLine2
{
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1px;
	height: 1px;
	background-color: red;
	z-index: 100;
	font-size: 1px;
	visibility: hidden;
}


#redMark, #greenMark
{
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 31px;
	z-index: 99;
	font-size: 1px;
	visibility: hidden;
}

div.suppdataline
{
	visibility:visible; 
	top:20px; 
	width:1px; 
	z-index:98; 
	position:absolute;
}

div.suppdataanchor
{
	visibility:visible; 
	height:20px; 
	width:20px; 
	z-index:98; 
	position:absolute;
}


/* Scrollable table */

/* define height and width of scrollable area. Add 16px to width for scrollbar          */
div.tableContainer {
	clear: both;
	border: 1px solid black;
	height: 150px;
	overflow: auto;
	width: 316px
}

/* Reset overflow value to hidden for all non-IE browsers. */
html>body div.tableContainer {
	overflow: hidden;
	width: 300px
}

/* define width of table. IE browsers only                 */
div.tableContainer table {
	float: left;
	width: 300px
}

/* define width of table. Add 16px to width for scrollbar.           */
/* All other non-IE browsers.                                        */
html>body div.tableContainer table {
	width: 316px
}

/* 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
}

/* make the TH elements pretty */
thead.fixedHeader th {
	background: #CCC;
	border: 1px solid black;
	font-weight: normal;
	padding: 4px 3px;
	text-align: left
}

/* 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                     */
html>body tbody.scrollContent {
	display: block;
	height: 62px;
	overflow: auto;
	width: 100%
}

/* make TD elements pretty. Provide alternating classes for striping the table */
/* http://www.alistapart.com/articles/zebratables/                             */
tbody.scrollContent td, tbody.scrollContent tr.normalRow td {
	background: #FFF;
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #CCC;
	border-top: 1px solid #DDD;
	padding: 2px 3px 3px 4px
}

tbody.scrollContent tr.alternateRow td {
	background: #EEE;
	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: 216px
}

html>body thead.fixedHeader th + th {
	width: 266px
}

html>body thead.fixedHeader th + th + th {
	width: 66px
}

/* 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: 200px
}

html>body tbody.scrollContent td + td {
	width: 250px
}

html>body tbody.scrollContent td + td + td {
	width: 50px
}

/* end scrollable table */