﻿html,body
{
    margin: 0px;
}

body,table,tr,th,td
{
	font-family: Arial;
	font-size: 9pt;
	color:#666666;
}

img
{
	border: 0px;
}

a:link, a:visited, a:active {
	color: #004f92;
	text-decoration: none;
}

a:hover {
	color: #006BC4;
}

.MenuItem
{
    cursor:pointer; 
    cursor:hand; 
    width: 78px; height:26px;
    color: #ffffff; text-align: center;
}

.MenuItem:Hover
{
    cursor:pointer; 
    cursor:hand; 
}

.MenuItemSelected
{
    width: 78px; height:26px;
    color: #ffffff; text-align: center;
	background: url(../../Images/Menu_Selected.gif);
}

/* Data Web Control Styles */

.DataWebControlStyle
{
    font-size: 90%;
}

.HeaderStyle
{
    background-color: #006699;
    color: White;
    font-weight: bold;
}

.HeaderStyle a
{
    color: White;
    font-weight: bold;
}

.AlternatingRowStyle
{
    background-color: #f3f3f3;
}

.RowStyle:hover, .AlternatingRowStyle:hover
{
	background-color: #FF9900;
	color: #ffffff;
	background: url(../../Images/RowBg.gif);
}

.FooterStyle
{
    background-color: #a33;
    color: White;
    text-align: right;
}

.PagerStyle
{
    font:10px Arial;
    color:#666666;
    background-color: #f8f8f8;
	border-top:1px solid #333333;
}

h1
{
    font-family:Arial;
    font-size:16px;
    font-weight:bold;
    color:#4f66bb;
    margin-bottom:10px;
}
