/* defaults */
A:link {COLOR: marron}
A:visited {COLOR: purple}
A:active {COLOR: #ff3300 }
A:hover {COLOR: red }

BODY {COLOR: black; FONT-FAMILY: sans-serif,Arial}
BODY.small {COLOR: black; FONT-FAMILY: sans-serif,Arial; font : smaller;}
BODY.smallRed {COLOR: red; FONT-FAMILY: sans-serif,Arial; 	font : smaller;}

TABLE {
   table-border-color-light: rgb(51,153,102);
   table-border-color-dark: rgb(0,0,51)
}

TABLE.small
{
	COLOR: black;
	table-border-color-light: rgb(51,153,102);
	table-border-color-dark: rgb(0,0,51);
	font-size : 10px
   font-family: sans-serif,Arial,Helvetica;
}

TABLE.medium
{
   COLOR: black;
   table-border-color-light: rgb(51,153,102);
   table-border-color-dark: rgb(0,0,51);
	font-size : 12px
   font-family: sans-serif,Arial,Helvetica;
}

TABLE.smallRed
{
	COLOR: red;
	table-border-color-light: rgb(51,153,102);
	table-border-color-dark: rgb(0,0,51);
	font-size : 10px
   font-family: sans-serif,Arial,Helvetica;
}

TABLE.story
{
	COLOR: black;
	font-size : 12;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;

}
TABLE.storyHeader
{
	COLOR: black;
	font-size : 16;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
TH.story
{
	COLOR: black;
	font-size : 16;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

TABLE.footerline
{
	COLOR: black;
	font-size : 10;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;

}
A.footerline:link
{
	COLOR: gray;
	text-decoration : none;
	font-size : 10;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
A.footerline:visited
{
	COLOR: gray;
	text-decoration : none;
	font-size : 10;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
A.footerline:active
{
	COLOR: gray;
	text-decoration : none;
	font-size : 10;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

A.footerline:hover
{
	COLOR: red;
	text-decoration : none;
	font-size : 10;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
H1 {COLOR: #0066cc; font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; }
H2 {COLOR: #0066cc; font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; }
H3 {COLOR: #0066cc; font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; }
H4 {COLOR: #0066cc; font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; }
H5 {COLOR: #0066cc; font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; }
H6 {COLOR: #0066cc; font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; }

ul.small
{
	font : smaller;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
}
input, textarea, select {
 background-color: #eeeeee;
 font-family: verdana, arial, sans-serif;
 font-size: 10px;
 color: #333;
 padding: 0px;
}
input.button { border:2px outset #999; background-color: #ccc; }

.mandatory {
	/*intentionally left blank will fill in in code as needed*/
}

.small
 {
 font-family: verdana, arial, "ms sans serif", sans-serif;
 font-size: 10px;
 font-weight: normal;
 line-height: 14px;
 color: #333333;
 }
 .smallRed
 {
 font-family: verdana, arial, "ms sans serif", sans-serif;
 font-size: 10px;
 font-weight: normal;
 line-height: 14px;
 padding-left: 10px;
 color: red;
 }
.smallGray
 {
 font-family: verdana, arial, "ms sans serif", sans-serif;
 font-size: 10px;
 font-weight: normal;
 line-height: 14px;
 padding-left: 10px;
 color: gray;
 }

/* left nav */
  a.navtxt {font-size: 12; font-weight: bold; color: #FFFFFF; text-decoration: none;}
  a.navtxt:link {font-size: 12; font-weight: bold; color: #FFFFFF; text-decoration: none;}
  a.navtxt:visited {color:#FFFFFF;}
  a.navtxt:hover {color:#FFCC00;}

  a.navtxtyellow {font-size:12; font-weight:bold; color:#FFFF33; text-decoration:none;}
  a.navtxtyellow:hover {color:#FFCC00;}
  a.navtxtyellow:visited {color:#FFFF33;}

  a.navtxtblack {font-size:12; font-weight:bold; color:#000000; text-decoration:none;}
  a.navtxtblack:hover {color:#FFCC00;}
  a.navtxtblack:visited {color:#FFFF33;}

  .pt {font-family:Verdana,arial,sans-serif; font-size:10px; font-weight:normal; color:#A5C3E0;}
  .redtext {font-family:Verdana,Arial,Sans-serif; font-size:14px; font-weight:bold; color:yellow;}
  .smallarticle  {font-size:8pt; font-weight:normal; color:#003366; text-decoration:none;}

 /* section headers text on forms */
   .sectionHeader {font-size:12pt; font-weight:bold; color:#444444; text-decoration:none;}

  th.grid {font-size: 10; font-weight: bold; color: #FFFFFF; background-color: #315381}
  a.grid {font-size: 10; font-weight: bold; color: #FFFFFF; }
  a.grid:link {color: #EEEEEE;}
  a.grid:visited {color: #FFFFFF;}
  a.grid:hover {color: #FFCC00;}

 standard { /*white text to psyc the engines*/
    font-family: verdana, arial, "ms sans serif", sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 14px;
    padding-left: 10px;
    color: #FFFFFF;
 }

 /*article */
.article-normal {
   background-repeatbackground-color: transparent;
   color: #000000;
   font-family: Tahoma, Verdana, sans-serif;
   font-size: 11px;
   font-weight: normal;
   text-decoration: none;
}

.article-normal A:link {
   background-repeatbackground-color: transparent;
   color: #000000;
   font-family: Tahoma, Verdana, sans-serif;
   font-size: 11px;
   text-decoration: underline;
}

.article-normal A:visited {
   background-color: transparent;
   color: #000000;
   font-family: Tahoma, Verdana, sans-serif;
   font-size: 11px;
   text-decoration: underline;
}

.article-normal A:hover {
   background-color: transparent;
   color: #000000;
   font-family: Tahoma, Verdana, sans-serif;
   font-size: 11px;
   text-decoration: underline;
}

.article-normal A:active {
background-color: transparent;
color: #000000;
font-family: Tahoma, Verdana, sans-serif;
font-size: 11px;
text-decoration: none;
}

.article-title {
background-color: transparent;
color: #0000cc;
font-family: Tahoma, Verdana, sans-serif;
font-size: 16px;
font-weight: bold;
text-decoration: none;
}

.article-title A:link {
background-color: transparent;
color: #000000;
font-family: Tahoma, Verdana, sans-serif;
font-size: 16px;
font-weight: bold;
text-decoration: underline;
}

.article-title A:visited {
background-color: transparent;
color: #000000;
font-family: Tahoma, Verdana, sans-serif;
font-size: 16px;
font-weight: bold;
text-decoration: underline;
}

.article-title A:hover {
background-color: transparent;
color: #000000;
font-family: Tahoma, Verdana, sans-serif;
font-size: 16px;
font-weight: bold;
text-decoration: none;
}

.article-title A:active {
background-color: transparent;
color: #000000;
font-family: Tahoma, Verdana, sans-serif;
font-size: 16px;
font-weight: bold;
text-decoration: none;
}

.article-sub {
background-color: transparent;
color: #000000;
font-family: Tahoma, Verdana, sans-serif;
font-size: 10px;
font-weight: normal;
text-decoration: none;
}

.article-sub A:link {
background-color: transparent;
color: #000000;
font-family: Tahoma, Verdana, sans-serif;
font-size: 10px;
font-style: normal;
text-decoration: underline;
}

.article-sub A:visited {
background-color: transparent;
color: #000000;
font-family: Tahoma, Verdana, sans-serif;
font-size: 10px;
font-style: normal;
text-decoration: underline;
}

.article-sub A:hover {
background-color: #FFFFFF;
color: #000000;
font-family: Tahoma, Verdana, sans-serif;
font-size: 10px;
font-style: normal;
text-decoration: none;
}

.article-sub A:active {
background-color: transparent;
color: #FF0000;
font-family: Tahoma, Verdana, sans-serif;
font-size: 10px;
font-style: normal;
text-decoration: underline;
}

.errortext {font-family:verdana,arial,helvetica,sans-serif; font-size:10pt; color:red;}


/*Classes for the Scrollable Table*/
.scrollTable {
   border-left: 1px solid buttonshadow;
   border-right: 1px solid buttonshadow;
   border-top: 1px solid buttonshadow;
   border-bottom: 1px solid buttonshadow;
   background: window;

   width: 100%;
   height: 80%;
   overflow: hidden
}

.scrollTableHead {
   width: 100%;
   overflow: hidden;
}

.scrollTableHead table {
   empty-cells: show;
   table-layout: fixed;
}

.scrollTableHead td,
.scrollTableBody td {
   color: windowtext;
   font-family:sans-serif,arial;
   padding: 2px;
}

.scrollTableBody {
   overflow: auto;
   width: 100%;
}

.bodyTableResultsEven{
background-color:#F7FBDF
}
.bodytitleArea{
color:#5A5531;
font-family:sans-serif,arial;
font-size:16px;
font-weight:600;
text-decoration:none;
line-height:30px
}

/* Body Classes */
.bodyDividerTable{
border-style:solid solid solid solid;
border-width:1px 1px 1px 1px;
border-color:#808080 #808080 #808080 #808080;
padding-left:5px
}
.bodyDividerTableHeader{
background-color:#EFEFCE;
color:#000000;
font-family:sans-serif,arial;
font-size:11px;
line-height:20px;
vertical-align:middle;
}

/* Search Results Classes */
.searchResultsBody{
padding-left:0px;
color:#000000;
font-family:sans-serif,Arial; /* "Lucida Console"; */
font-weight:normal;
font-size:11px;
text-align : left;
}

#scroll
{
   height:100%;
   overflow:auto;
}

.absoluteUpperRightBox {
   position: absolute;
   top: 0px;
   left: 600px;
   border-width: 1px;
   border-style: solid;
}
