body
{
	background-color: #666666;
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	min-height:600px;
}

#wrapper
{
    background-color: #be0101;
    color: #FFFFFF;
    text-decoration: none;
}

.tableheader
{
	background-color: #aa0000;
    COLOR: #FFFFFF;
    FONT-WEIGHT: bolder;
    text-align: center;
}

.header
{
    COLOR: #000000;
    FONT-SIZE: small;
    FONT-WEIGHT: bolder;
}

.header2
{
    COLOR:Red;
    FONT-SIZE: small;
    FONT-WEIGHT: bolder;
}

.navheader
{
    COLOR: #ffff99;
    FONT-SIZE: smaller;
    FONT-WEIGHT: bolder
}

a img, a:link img, a:visited img, a:hover img, a:active img { border:0 !important; }  

A:link
{
	COLOR: #000000;
    TEXT-DECORATION: none;
    border:0;
}
A:visited
{
	COLOR: #000000;
    TEXT-DECORATION: none;
    border:0;
}

A:active
{
	COLOR: #000000;
    TEXT-DECORATION: none;
    border:0;
}
A:hover
{
	COLOR: #cc0000;
    TEXT-DECORATION: underline;
    border:0;
}

a.bottom:link
{
	color:#999999;
	text-decoration:none;
	border:0;
}
a.bottom:visited
{
	color:#999999;
	text-decoration:none;
	border:0;
}
a.bottom:active
{
	color:#999999;
	text-decoration:none;
	border:0;
}
a.bottom:hover
{
	color:#ffffff;
	text-decoration:none;
}

a.page:link
{
	color:#0000CC;
	text-decoration:underline;
	border:0;
}
a.page:visited
{
	color:#0000CC;
	text-decoration:underline;
	border:0;
}
a.page:active
{
	color:#0000CC;
	text-decoration:underline;
	border:0;
}
a.page:hover
{
	color:#cc0000;
	text-decoration:underline;
}

.StaticMenuItem
{
	border: Solid 1px White;
	background-color: #aa0000;
	background-image: url(images/toolgrad_obsidian.gif);
	background-position: center center;
	background-repeat: repeat-x;
}

.DynamicMenuItem
{
	border: Solid 1px White;
	background-color: #aa0000;
	background-image: url(images/toolgrad_obsidian.gif);
	background-position: center center;
	background-repeat: repeat-x;
	text-align: left;
}

.Grid
{
    border: solid 3px #e3e7f1;
    margin: 3px 3px 3px 3px;
    font-family: Tahoma;
    padding: 5px 5px 5px 5px;
    text-align: center;
    
}

.GridHeader
{
	font-weight: bold;
	background-color: #aa0000;
}

.GridFooter
{
	font-weight: bold;
	background-color: #aa0000;
}

.GridItem
{
	background-color: #ffffff;
    text-align:left;  
}

.GridAltItem
{
    background-color:  #dcdcdc;
    text-align:left;
}

.Button
{
	font-family: Tahoma;
	font-weight: bold;
	height: 22px;
	vertical-align: middle;
	text-align: center;
	background-image: url(images/toolgrad_obsidian.gif);
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#000000;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #000000;
    border: 0px #4e667d solid;
    color: #FFFFFF;
    font-weight:bold;
    line-height: 2em;
    padding: 5px 42px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #be0101;
    color: #FFFFFF;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #666666;
    color: #CCCCCC;
    text-decoration: none;
}


