/*****************************************************************************
 Set defaults for most commonly used HTML tags                             
*****************************************************************************/
body, p, a, td, th, li, input, select, textarea
{
  font-family: verdana, helvetica, sans-serif;
  font-size: 8pt;
}

body
{
  color: #325E9E;
  background-color: White;
  margin: 0px;
  padding: 0px;
  font-size: x-small;
}

A:visited{ text-decoration:	none;      color:	#333399;}
A:active{  text-decoration:	none;	     color:	#333399;}
A:hover{   text-decoration:	underline; color:	#3333cc;}
A:link{    text-decoration:	none;   	 color:	#3333cc;}

A.MM{         COLOR: #000000; TEXT-DECORATION: none; }
A.MM:visited{ COLOR: #000000; TEXT-DECORATION: none; }
A.MM:hover{   COLOR: #000000; TEXT-DECORATION: none; }

/* Classes */
.MMR  
{ 
	border: solid 1px #d4d0c8; 
	font-family: Verdana; 
	font-size: 8pt; 
	color: black; 
}



/*****************************************************************************
 Define styles used to format the logical sections of the screen
*****************************************************************************/
.success
{
  font-weight:bold;
  color:Green;
}

.error
{
  font-weight:bold;
  color:Red;
}

#bodyMenu
{
  font-family: verdana, helvetica, sans-serif;
  font-size: 8pt;
  text-align: left;
  background-color: Silver;
  border-bottom: solid 1px Black;
  padding: 2pt;
}

img
{
  vertical-align: middle;
  margin-right: 3px;
}

#bodyMenu img
{
  vertical-align: middle;
  margin-right: 3px;
}

#bodyContent
{
  vertical-align: top;
  width: 100%;
  height: 100%;
}

#bodyContentLeft
{
  padding: 3px;
  vertical-align: top;
  background-color: #BFC4CB;  
}

#bodyContentRight
{
  padding: 3px;
  vertical-align: top;
  margin-bottom: 1px;
}

/*****************************************************************************/
.subheader
{
  COLOR: #274B5C;
  height: 20px;
  FONT-SIZE: 8pt;
  FONT-FAMILY:  Verdana; padding-left:4px; 
  padding-right:4px; 
  padding-top:1px; 
  padding-bottom:1px; 
  background-color: #BFC4CB;  /*CadetBlue; #274B5C;*/
  text-align: left;
}

table.DialogTable
{
  border-width: 1;
  border-style: solid;
  border-color: Black;
}

table.DialogTable th, td.DialogHeader
{
  border-bottom: solid 1 Black;
  background-color: #274B5C;
  color: White;
  font-weight: bold;
  font-size: 10pt;
  font-family: verdana, helvetica, sans-serif;
  text-align: left;
  padding: 3;
  height: 10px;
} 

table.DialogTable td
{
  padding: 2;
  background-color: #FFFFFF;
}

table.aspCheckList td
{
  padding: 0;
  margin: 0;
}


