﻿/************************************************************/
/* ELEMENT (TD,H1,BODY,UL,INPUT,SELECT,etc.) BASED STYLES	*/
/************************************************************/


/* TOP LEVEL STYLES */
BODY {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  margin-top: 0px; 
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  color: #f0f0f0;
}

TD
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14pt;
	text-decoration: none;
	vertical-align : top;
	text-align: left;
}

TH
{
   font-family: Verdana, Geneva, sans-serif;
   font-size: 10pt;
   text-decoration: none;
   vertical-align : top;
   color=black;
}



/************************************************************/
/* ANCHOR STYLES											*/
/************************************************************/

A:link {
	color: #003366;
	text-decoration: none;
	text-align: left;
}

A:visited {
	color: #003366;
	text-decoration: none;
}

A:active {
	color: #003366;
	text-decoration: none;
}

A:hover {
	color: #3366CC;
	text-decoration: none;
}

A.dark:link {
	color: #1e3f6a;
	text-decoration: none;
}

A.dark:visited {
	color: #1e3f6a;
	text-decoration: none;
}

A.dark:active {
	color: #1e3f6a;
	text-decoration: none;
}

A.dark:hover {
	color: #3366CC;
	text-decoration: none;
}

P{
	font-family: Verdana, Geneva, sans-serif; 
    font-size: 14pt; 
    font-style: normal;       
}
/************************************************************/
/* HEADER STYLES											*/
/************************************************************/

H2 {
	color: #0054A5;
	font-family: Arial;
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	margin-bottom: 5px;
	margin-top: 2px;
	margin-left: 5px;
	margin-right: 5px;
}

H3  {
	color: #36b34c;
	font-family: Arial;
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	margin-bottom: 5px;
	margin-top: 2px;
	margin-left: 5px;
	margin-right: 5px;
}

H4 {
	color: #36b34c;
	font-family: Arial;
	font-size: 8pt;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	margin-bottom: 1px;
	margin-top: 1px;
	margin-left: 5px;
	margin-right: 5px;
}

H5 {
	color: #36b34c;
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	margin-bottom: 1px;
	margin-top: 2px;
	margin-left: 5px;
	margin-right: 5px;
}

H6 {
	color: #36b34c;
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	margin-bottom: 1px;
	margin-top: 1px;
	margin-left: 5px;
	margin-right: 5px;
}

/************************************************************/
/* INPUT Styles												*/
/************************************************************/


INPUT.littleButton {
	cursor: hand;
	font-size: 8.5pt;
	font-family: Arial;
	font-weight: bold;
	width: 75;
	color: black;
	background: #C0C0C0;
	border: 2 outset #808080;
	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: left;
  font-family: Arial;
  font-size: 110%;
}


/************************************************************/
/* TEXTAREA Styles											*/
/************************************************************/

TEXTAREA { 
  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: 14px;
	font-family: Verdana;

}

td.DisplayCellLines
{
border-bottom : 1px solid #DDDDDD;
}
td.ftext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
td.ftext2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: right;
	vertical-align: top;
}
.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;
}

/************************************/
/***********Other Styles*************/
/************************************/

.style1 {
	text-align: center;
}
.rainbow{
    behavior:url(rainbow.htc)
} 
.menu_header {
	color: #1e3f6a;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
}
.style6 {
	border: 1px solid #29166F;
}
.style7 {
	text-align: center;
	vertical-align: middle;
}
.style8 {
	text-align: center;
	color: #003366;
	font-size: x-small;
}
.style12 {
	text-align: center;
	font-size: x-small;
}
.fhead {
	text-align: center;
	color: #1e3f6a;
	background-color: #000000;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.flabel {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-align: right;
	color: #000;
}
.flabel1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
}
.flabel2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}
.ftext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
.ftext2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: right;
	vertical-align: top;
}

}
.fmini {
	font-family: Verdana, Geneva, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

.fsu
{
	font-family: Arial-Narrow;
	font-size: 10pt;
	text-decoration: none;
	vertical-align : top;

   color=black;
	text-align: left;
}

.mybutton
{
	width: 15em;
}