/*****************************************************/
/* DEFAULT ELEMENT STYLES */
/*****************************************************/
 
html, body 
{
  FONT-FAMILY: verdana, arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

h1
{
  FONT-FAMILY: verdana, arial, helvetica, sans-serif;
  FONT-SIZE: 18px;
  FONT-WEIGHT: bold;
  padding-bottom: 0px;
}

h2
{
  FONT-FAMILY: verdana, arial, helvetica, sans-serif;
  FONT-SIZE: 14px;
  FONT-WEIGHT: bold;
}

h3
{
  FONT-FAMILY: verdana, arial, helvetica, sans-serif;
  FONT-SIZE: 10px;
  FONT-WEIGHT: bold;
}

td, textarea, select, input
{
  FONT-FAMILY: verdana, arial, helvetica, sans-serif;
  FONT-SIZE: 10px;
  FONT-WEIGHT: normal;
  LETTER-SPACING: normal;
  TEXT-TRANSFORM: none;
  WORD-SPACING: normal;
}

img
{
  border: 0;
}

/*
THESE STYLES ARE NOT RELIABLE AND ARE THEREFORE HANDLED VIA TABLE TAG PROPERTIES
table
{
	border: none;
	margin: 0px;
	padding: 0px;
}
*/

A:link
{
    COLOR: blue;
    TEXT-DECORATION: underline
}

A:visited
{
    COLOR: blue;
    TEXT-DECORATION: underline
}

A:active
{
    COLOR: blue;
    TEXT-DECORATION: underline
}

A:hover
{
    COLOR: red;
    TEXT-DECORATION: underline
}

/*****************************************************/
/* DIALOG BOX STYLES */
/*****************************************************/

.DialogBoxTitle
{
    BACKGROUND-COLOR: navy;
    BORDER-BOTTOM: thick;
    BORDER-LEFT: thick;
    BORDER-RIGHT: thick;
    BORDER-TOP: thick;
    COLOR: white;
    FONT-WEIGHT: bold;
    PADDING-BOTTOM: 5px;
    PADDING-LEFT: 5px;
    PADDING-RIGHT: 5px;
    PADDING-TOP: 5px
}
.DialogBoxBody
{
    BACKGROUND-COLOR: silver;
    PADDING-BOTTOM: 5px;
    PADDING-LEFT: 5px;
    PADDING-RIGHT: 5px;
    PADDING-TOP: 5px
}
.DialogBox
{
    BORDER-BOTTOM: black thin outset;
    BORDER-LEFT: black thin outset;
    BORDER-RIGHT: black thin outset;
    BORDER-TOP: black thin outset
}

/*****************************************************/
/* FOOTER STYLES */
/*****************************************************/

.footer {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 10px;
  color: #666666;
}

.footerLink:link {
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  text-decoration: none;
  letter-spacing: 2px;
  font-weight: bold;
  color: #666666
}

.footerLink:visited {
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  text-decoration: none;
  letter-spacing: 2px;
  font-weight: bold;
  color: #666666
}

.footerLink:active {
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  text-decoration: none;
  letter-spacing: 2px;
  font-weight: bold;
  color: #666666
}

.footerLink:hover {
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  text-decoration: none;
  letter-spacing: 2px;
  font-weight: bold;
  color: #000000
}

/*****************************************************/
/* NAVIGATION BAR STYLES */
/*****************************************************/

td.NavBarTop {
  background-color: #336699;
}

td.NavBarTopLink {
  background-color: #336699;
  padding-bottom: 2px;
  padding-top: 2px;
  vertical-align: baseline;
}

A.NavBarTopLink {
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #CCCCCC;
  text-decoration: none;
  background-color: #336699;
}

A.NavBarTopLink:visited {
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #CCCCCC;
  text-decoration: none;
  background-color: #336699;
}

A.NavBarTopLink:hover {
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  background-color: #336699;
}
td.NavBarBottom {
  background-color: #CCCCCC;
}
td.NavBarBottomBorder {
	background-color: #999999;
}
td.NavBarBottomText {
  background-color: #CCCCCC;
  color: #666666;
  font-family: arial, helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
}
td.NavBarBottomHeading {
  background-color: #CCCCCC;
  color: #336699;
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}
A.NavBarBottomLink {
  color: #666666;
  font-family: arial, helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  text-decoration: underline;
}
A.NavBarBottomLink:visited {
  color: #666666;
  font-family: arial, helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  text-decoration: underline;
}
A.NavBarBottomLink:hover {
  color: #000000;
}

/*****************************************************/
/* PERMISSION GRID STYLES */
/*****************************************************/

table.Perm
{
	border: 1;
}

td.MainTitle {
  font-size: 16pt;
  padding-bottom: 10px;
	padding-top: 10px;
}

td.SectionTitle
{
	font-size: 10pt;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #e4ddbb;
}

td.SeperatorPartOne
{
	border-bottom: black thin solid;
	height: 15px;
}

td.SeperatorPartTwo 
{
	height: 15px;
}

td.TopBorder
{
	border-bottom: #CCCCCC 1px solid;
}

td.PermProgramHeading 
{
	height: 24px;
	background-color: #FFFFCC;
	border-top: #CCCCCC 2px solid;
	border-bottom: #CCCCCC 2px solid;
	border-left: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
}

/*****************************************************/
/* GENERAL GRID STYLES */
/*****************************************************/

.Grid
{
    font-size: 12px;
		color: Black;
		border-width: thin;
		border-color: #FFFFFF;
}
.GridHeader
{
    background-color: #DDDDDD;
		border-color: #DDDDDD;
    font-weight: bold;
		vertical-align: sub;
    COLOR: #000000;
    TEXT-DECORATION: none;
}

.GridItem
{
		background-color: #FFFFFF;
		vertical-align: super;
}
.GridAlternatingItem
{
		background-color: #EEEEEE;
		
		vertical-align: super;
		border-color: Red;
}
.GridEditItem
{
		background-color: #FFFFFF;
		
		vertical-align: super;
		border-color: Red;
}
.GridSelectedItem
{
		
		background-color: DarkSlateBlue;
		vertical-align: super;
		border-color: Red;
}

/*****************************************************/
/* MISCELLANEOUS STYLES */
/*****************************************************/

table.criteria
{
	background-color: white;
}

body.help {
  BACKGROUND-COLOR: #ffffcc;
  FONT-FAMILY: verdana, arial, helvetica, sans-serif;
  FONT-SIZE: 10px;
  FONT-WEIGHT: normal;
  LETTER-SPACING: normal;
  TEXT-TRANSFORM: none;
  WORD-SPACING: normal;
	margin: 0;
	padding: 0;
}

input.TextBoxNum {
  border: #666699 1px solid;
  text-align: right;
}

input.TextBoxAlpha {
  border: #666699 1px solid;
  text-align: left;
}
