/****************************************************************************
Standard escapement page stuff:
*/
#divForm
{
  width: auto ;
  height:750px;
  background-position:center;
  background-color: #ddd ;   
  font-family: Verdana, Arial, sans-serif ;
  font-size: 10px ;
  padding: 3px ; 
  /* border: solid 1px black ; /* only for testing purposes  */
}

divImgHeader
{
    position:absolute;
    top:0px;
    left:0px;
}

imgHeader
{
    position:absolute;
    top:0px;
    left:0px;
    width:895px;    
    height: 85px; 
}

/* column layout */
#divLeftCol 
{
    /* left column contains divFilter, divEscSeries, divControls */
    position:absolute;
    background-color: #ddd;
    width: 178px ;
    height:750px;
    left: 10px;
    top: 90px;
    border-spacing:10px;
}

#divFilter
{
  background-color: #ddd;
  width: 178px ;
  height: 200px;
}

#divEscSeries
{
  background-color: #ddd;
  width: 178px ;
  height: 196px;
}

#divControls
{
    background-color:#ddd;
    width: 178px ;
    height: 180px;
}

#divCenterCol /* contains divInputs */
{
    height:750px; 
    position:absolute;   
    left:194px;
    top: 93px;
    width: 350px;    
    z-index:500;
}

#divInputs
{
  height:750px;
  background-color: #ddd;
}

#divRightCol /* contains divResultColumn */
{
    top: 90px;
    position: absolute;
    display:none;    
    left: 614px;    
    height:600px;
    width: 110px;
    z-index:0;
}

#divResultColumn
{
  height:950px;
  background-color: #ddd;
  float:right;
  position:absolute;
  left: 355px; 
  width:405px; 
  /*min-width:200px;
  max-width:600px;*/
}

.colBorder
{
  float: left;
  border: solid 1px black ;
  padding:0px 0px 10px; /*10px 20px;*/
}

.colNoBorder
{
  float: left;
  border:none ;  
}

.detailsConfigButton
{
    border-style: outset;
    border-color: #C0C0C0;
    height: 24px;
    width: 24px;
}
.detailsConfigButtonOver
{
    border-style: outset;
    border-color: #FFCC66;
    height: 24px;
    width: 24px;
}

/* column two stuff */
#divInputsC2
{
   display:none;
}

#divResultSetC2
{
    display:none;
}

divPageControls
{
    background-color: #bbb;
    width: 178px ;
    height:200px;
}

#divResultColumnC2
{
  width: 250px ;
}

#flashcontent
{
    display:block;
}




.boldLabel
{
    font-weight:bold;
}

img
{
    border:0px;
}







.ucPopStyle
{
  font-size: 10px ;
  font-family: Verdana, Arial, sans-serif ;
  background-color: #fff ;
  visibility: hidden ;
  padding: 2px ;
  position: absolute ;
  width: 100px ;
  border: solid 1px black ;
  z-index: 10000 ;
}



.button
{
    width: 75px; 
    height: 24px;
    margin: 3px;
}

.smallButton
{
    width: 75px; 
    height: 24px;
    margin: 3px;
}

body {margin: 0px ; padding: 2px ; background-color: #ccc ; }

a.menuLink {display: block ;  padding: 2px 4px ; }
a.menuLink:link {color: #000000 ;  text-decoration: none ; }
a.menuLink:visited {color: #000000 ; text-decoration: none ; }
a.menuLink:hover {color: #ffffff ; background-color: #000000 ; text-decoration: none ; }
a.menuLink:active {color: #ffffff ; background-color: #663399 ; text-decoration: none ; }

label
{
    text-align: right;  
    font-size: 10px ;
}

.printSmall2
{
    /*color:Black;*/
    text-align: right;  
    font-size: 12px ;
}

.printSmall
{
    /*color:Black;*/
    text-align: left;  
    font-size: 12px ;
}


span
{
    cursor:default;
    font-size: 10px;
}


.tdNoWrap
{
    white-space:nowrap;
}

td
{   
     font-size: 10px;
}

select
{
    font-size: 10px;
}



.tableLabel
{
    text-align:center;
    font-weight:bold;
}



/*////////////////////////////////////////////////////////////////////*/

/* Basic settings */

body
{
	background-color: #DCDCE1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	/* color: #666666;*/
	margin-left: 5px;
}
td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	/* color: #666666;*/
}
td.tabs
{
	background-color: #DCDCE1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	/* color: #666666;*/
}
td.ytabs
{
	background-color: #ffe4a7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*color: #666666;*/
}
.menubar
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: White;
	background-color: #999999; /* #999999 */
	white-space:nowrap;
	width:auto;
	border-collapse: collapse;
}


table.tabopen
{
	display: block;
	position: absolute;
	background-color: #d0d0d0;
	border-collapse: collapse;
	border-bottom: solid 0px #ffffff;
	border-right: solid 0px #ffffff;
	border-left: solid 0px #999999;
}
table.tab
{
	display: none;
	position: absolute;
	background-color: #d0d0d0;
	border-collapse: collapse;
	border-bottom: solid 0px #ffffff;
	border-right: solid 0px #ffffff;
	border-left: solid 0px #999999;
}
table
{
    width:100%; 
	background-color: #ddd; /*d0d0d0 */
	/* border-collapse: collapse;*/
	border-bottom: solid 0px #ffffff;
	border-right: solid 0px #ffffff;
	border-left: solid 0px #999999;
}

table.header
{
	background-color: #dcdce1;
	border: none;
}

h1
{
	font-family: Arial;
	font-size: 16px;
	color: black;
	font-weight: lighter;
}
hr.heading
{
	color: Black;
	height: 1.5px;
	width: 66%;
}
.header
{
	font-family: Arial;
	font-size: 8px;
}
.footer
{
	font-family: Arial;
	font-size: 8px;
}

td.requiredfield
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: red;
}

.pushbtn
{
	font-family: Verdana;
	height: 20px;
	font-size: 10px;
	color: black;
	border-style: outset;
	border-color: #ffffff;
	background-color: #d0d0d0;
}


th
{
    text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #e0711a;
}
h2
{
	color: #6365CE;
	text-decoration: none;
	font-size: medium;
}
h3
{
	font-family: Arial;
	font-size: 11px;
}
.black8bold
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -.5px;
	font-size: 8px;
	/* color: #666666;*/
	text-decoration: none;
}
.black9
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: -.5px;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
}
.black10
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: -.5px;
	font-size: 10px;
	/* color: #666666;*/
	text-decoration: none;
}
.black12
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: -.5px;
	font-size: 12px;
	/* color: #666666;*/
	text-decoration: none;
}
.black10bold
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -.5px;
	font-size: 10px;
	/* color: #666666;*/
	text-decoration: none;
}
.black12bold
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -.5px;
	font-size: 12px;
	/* color: #666666;*/
	text-decoration: none;
}
.blue10bold
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -.5px;
	font-size: 10px;
	color: #006db6;
	text-decoration: none;
}
.blue12bold
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -.5px;
	font-size: 12px;
	color: #006db6;
	text-decoration: none;
}
.black14bold
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -.5px;
	font-size: 14px;
	/* color: #666666;*/
	text-decoration: none;
}
.white14bold
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -.5px;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
.red8
{
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -.5px;
	font-size: 10px;
	color: #FF0000;
	text-decoration: none;
}
.red12bold
{
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -.5px;
	font-weight: bold;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
.headerstuff1
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -.5px;
	font-size: 10px;
	color: #6365CE;
	text-decoration: none;
}

a:link, a:link:visited
{
	color: #006db8;
	text-decoration: none;
	font-weight: bold;
}

a:link:hover
{
	color: #878c7c;
	text-decoration: underline;
	font-weight: bold;
}

a.headerlinks, a:visited.headerlinks
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -.5px;
	font-size: 11px;
	color: black;
	text-decoration: none;
}
a.headerlinks:hover
{
	color: #878c7c;
	text-decoration: none;
}
a.linktitle, a.linktitle:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #006DB8;
	text-decoration: none;
}
a.linktitle:hover
{
	/* color: #666666;*/
	text-decoration: none;
}
a.product, a.product:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
a.product:hover
{
	color: #878c7c;
	text-decoration: none;
}
a.general, a.general:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	/* color: #666666;*/
	text-decoration: none;
}
a.general:hover
{
	color: #006DB8;
	text-decoration: none;
}


a.menu, a.menu:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a.menu:hover
{
	color: white;
	text-decoration: underline;
}
a.submenu, a.submenu:active, a.submenu:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-left: 6px;
}
a.submenu:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: normal;
	color: #FFFFFF	;
	text-decoration: underline;
	margin-left: 6px;
}

.noprint
{
    visibility:visible;
}


.serTd
{    
    text-Align:center;
    vertical-Align:top;
}

