/************************************************************/
/* ELEMENT (TD,H1,BODY,UL,INPUT,SELECT,etc.) BASED STYLES	*/
/************************************************************/


/* TOP LEVEL STYLES */
BODY {
  background-color: #FFFFFF;
  font-family: Verdana;
  font-size: 12px;
  margin-top: 5px; 
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 5px;
}

TD
{
   background-color : #eef3f8;
   font-family: Arial-Narrow;
   font-size: 8pt;
   text-decoration: none;
   vertical-align : top;
   color=#000080;
}

TH
{
   font-family: Arial-Narrow;
   font-size: 8pt;
   text-decoration: none;
   vertical-align : top;
   color=blue;
}



/************************************************************/
/* ANCHOR STYLES											*/
/************************************************************/

A {
   cursor: hand;
   color: #003366;
   font-family:Arial-Narrow;
   FONT-SIZE: 8pt; 
   text-decoration: underline;
}

A:link A:visited {
   cursor: hand;
   text-decoration: none;
   color: #003366;
}

A:hover {
   color: maroon;
}

A.Link {
  text-decoration: underline;
}

A.listTableHeaderAnchorStyle {
  color: black;
  text-decoration: none;
  cursor: hand;
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
}

P{
	font-family: Arial; 
    font-size: 8pt; 
    font-style: normal;       
}
/************************************************************/
/* HEADER STYLES											*/
/************************************************************/

H2 {
    color: white;
    background-color: #0066CC;
    font-family: Arial; 
    font-size: 11pt; 
    font-style: normal; 
    font-weight: bold; 
    text-align: center;
    vertical-align: top;
    border-top: 1px black solid; 
    border-right: 1px black solid; 
    border-bottom: 1px black solid; 
    border-left: 1px black solid;
    margin-bottom: 5px;
    margin-top: 2px;
    margin-left: 1px;
    margin-right: 1px;
}

/************************************************************/
/* INPUT Styles												*/
/************************************************************/


INPUT.littleButton {
   cursor: hand;
   font-size: 8.5pt;
   font-family: Arial;
   font-weight: bold;
   width: 75;
   color: black;
   background: #6699CC;
   border: outset 2 #9999cc;
   line-height: 11pt;
   align: center;
}

SELECT {
  border-top: 1pt black solid;
  border-right: 1pt black solid;
  border-bottom: 1pt black solid;
  border-left: 1pt black solid;
  text-align: center;
  font-family: Arial;
  font-size: 110%;
}


/************************************************************/
/* TEXTAREA Styles											*/
/************************************************************/

TEXTAREA { 
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  text-align: left;
  font-family: Arial;
  font-size: 10pt;
}

/************************************************************/
/* Html lists												*/
/************************************************************/
UL {
  text-align: left;
  font-weight: normal;
  margin-left: 15px;
  margin-bottom: 0px;
}


/************************************************************/
/* FORM														*/
/************************************************************/


FORM {
  margin-top: 0px; 
  margin-right: 0px; 
  margin-left: 0px; 
  margin-bottom: 0px;
}


/************************************************************/
/* STATUS BAR Style											*/
/* Use an image, transparent, background color will be the  */
/* status bar.												*/
/************************************************************/

.statusBarStyle {
	background-color: #6699CC;
}

.button {
  background-color: #31669A;
  color: #000000;
  font-family: Arial;
}


/************************************/
/*********ListView Styles************/
/************************************/
th.ViewHeaderStyle
{
  border-top: 1px black solid;
  border-bottom: 1px black solid;
  border-left: 1px black solid;
  border-right: 1px black solid;
  padding-left: 5px;
  padding-right: 2px;
  font-famliy: Arial;
  font-weight: bold;
  font-size: 70%;
  text-align: left;
  text-decoration: none;
}

table.ViewTableStyle
{
  width:100%;
}

td
{
font-size: 12px;
font-family: Arial;
}

td.DisplayCellLines
{
border-bottom : 1px solid #DDDDDD;
}

.ViewRowSelectedStyle {
  color: highlighttext;
  background: highlight;
  text-align: left;
  font-family: Verdana, Arial;
  padding-left: 5px;
  padding-right: 2px;
  cursor: hand;
}

.subheader
{
font-family: Verdana;
font-size: 12pt;
background-color: #6699CC;
width: 25%;
color: white;
border-top: 1px black solid; 
border-right: 1px black solid; 
border-bottom: 1px black solid; 
border-left: 1px black solid;
margin-bottom: 5px;
margin-top: 2px;
margin-left: 1px;
margin-right: 1px;
}
