﻿/*************************************/
/*              GridView             */
/*************************************/
.GridviewTable {
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-size: 10pt;
    margin: 20px 0px 0px 20px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}
.GridviewHeader {
    border-bottom: solid thin black;
}
.GridviewTable th {
    color: Black;
    border-bottom: solid thin black;
    text-align: left;
}
.GridviewTable td {
    padding: 5px 0px;
}
.GridviewTable tr {
}
.Row {
    color: black;
    background-color: white;
}
.AlternatingRow {
    color: Black;
    background-color: #f6f6f6;
}
.EditRow {
}
.Footer {
}
.PagerRow {
}
/*************************************/
/*              VRAMenu              */
/*************************************/
.Menu {
/*static menu background color can be set here or .StaticMenuStyle
  Does not affect popout menu */
width: 140px;
}
.StaticMenuStyle { /* set bkgrnd color of static menu */
background: black;
}
.StaticMenuItemStyle {
color: White;
height: 1.6em;
padding-left: 6px;
padding-right: 6px;
border-bottom: solid 1px #161616;
border-top: solid 1px #161616;
}
.StaticHoverStyle {
    background-color: #161616;
    color: #ffcc00;
    border-bottom: solid 1px #eee;
    border-top: solid 1px #eee;
}
.StaticSelectedStyle {
    color: #ffcc00;
}
.DynamicMenuStyle 
{
    z-index: 100;  /* fixes IE8 white bkgrnd error -> http://blogs.msdn.com/giorgio/archive/2009/02/01/asp-net-menu-and-ie8-rendering-white-issue.aspx */
}
.DynamicMenuItemStyle { /* set background color of flyout menu */
padding-left: 7px;
padding-right: 10px;
background: Black;
color: White;
height: 1.6em;
border-bottom: solid 1px #161616;
border-top: solid 1px #161616;
}
.DynamicHoverStyle {
    background-color: #161616;
    color: #ffcc00;
    border-bottom: solid 1px #eee;
    border-top: solid 1px #eee;
}
.DynamicSelectedStyle {
    color: #ffcc00;
}
/*************************************/
/*           Common Control          */
/*************************************/
.ControlCSS {
    margin: 10px auto;
    border-top: solid thin #ddd;
    border-left: solid thin #ddd;
    border-right: solid thin #999;
    border-bottom: solid thin #999;
    background-color: #fafafa;
}
.ControlHeader {
    background-color:#003366;
    color: #ffcc00;
    padding: .2em;
    font-weight:bold;
}
.ControlHyperLink:link {}
.ControlLabel{}
.ControlText {}
.ControlErrorMessage {}
.ControlTextBox {}
.ControlButton {}
