﻿body
{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #444;
}

#header
{
    background: #444 url('images/headerText.gif') no-repeat 0 0;
    height: 135px;
    padding: 0;
}

#rootMasterTable 
{
    border: 0;
    border-collapse: collapse;
    width: 100%;
}

#rootMasterLeftCol
{
    width: 190px;
    background: #444 url('images/leftColLogo.gif') no-repeat;
    padding: 120px 0;
    vertical-align: top;
}

#rootMasterRightCol
{
    background: #fff url('images/midColCornerTL.gif') no-repeat;
    width: auto;
    vertical-align: top;
    padding: 8px;
}



#footer
{
    color: #FFF;
    font-size: 12px;
    text-align: center;
    background-color: #444;
    padding: 0;
}

#footerPrelude
{

    height: 24px;
    background: #fff url('images/footerCornerTL.gif') no-repeat;
}

#footer a:link
{
    color: white;
}

h1
{
    margin: 8px -8px;
    padding: 4px 24px;
    font-size: 150%;
    color: #333;
    border-bottom: 2px solid #333;
    /*border-right: 190px solid #fff;*/
    background: url('images/H1CornerTL.gif') no-repeat;
}

h1 a:visited, a:link
{
    color: inherit !important;
    text-decoration: none;
}

h1 a:hover {
	text-decoration: underline;
}
h1.first
{
    margin-top: -8px;
    background: url('images/H1CornerTLFirst.gif') no-repeat;
}

p
{
    color: #333;
}

img {
	border: none;
}

/* ########################################## */
/* CSS FRIENDLY ADAPTER CSS FROM HERE ON DOWN */
/* ########################################## */


/* ##############  MENU  #################### */

.MenuLeftCol ul.AspNet-Menu /* Tier 1 */
{
    background: url('images/navTop.gif') repeat-x;
    width: 160px;
    margin-left: 12px;
    padding-top: 10px;
}

.MenuLeftCol ul.AspNet-Menu:after /* Tier 1 */
{
    content: url('images/navBot.gif');
    margin-left: -2px;
}

.MenuLeftCol ul.AspNet-Menu ul /* Tier 2 */
{
    width: 6em;
    top: 100%;
    left: 0;
}

.MenuLeftCol ul.AspNet-Menu ul ul /* Tier 3+ */
{
    top: -0.5em;
    left: 8em;
}

.MenuLeftCol li /* all list items */
{
    height: 30px;
    background-color: #7CC6ED;
    border-bottom: 1px solid #666;
    border-right: 6px solid #333;
}

.MenuLeftCol li:hover, /* list items being hovered over */ .MenuLeftCol li.AspNet-Menu-Hover
{
    background-color: #085072;
    /*background: url('images/navDownBg.gif') repeat-y;*/
}

.MenuLeftCol a, .MenuLeftCol span
{
    color: #333;
    font-size: 120%;
    font-weight: bold;
    font-variant: normal;
    padding: 5px 2px 4px 12px;
    text-transform: lowercase;
}

.MenuLeftCol li.AspNet-Menu-Leaf a, /* leaves */ .MenuLeftCol li.AspNet-Menu-Leaf span
{
    background-image: none !important;
}

.MenuLeftCol li:hover a, /* hovered text */ .MenuLeftCol li:hover span, .MenuLeftCol li.AspNet-Menu-Hover a, .MenuLeftCol li.AspNet-Menu-Hover span, .MenuLeftCol li:hover li:hover a, .MenuLeftCol li:hover li:hover span, .MenuLeftCol li.AspNet-Menu-Hover li.AspNet-Menu-Hover a, .MenuLeftCol li.AspNet-Menu-Hover li.AspNet-Menu-Hover span, .MenuLeftCol li:hover li:hover li:hover a, .MenuLeftCol li:hover li:hover li:hover span, .MenuLeftCol li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a, .MenuLeftCol li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span
{
    color: #CCC;
    border-bottom: 1px solid #F93;
    background: transparent url(activeArrowRight.gif) right center no-repeat;
}

.MenuLeftCol li:hover li a, /* the tier above this one is hovered */ .MenuLeftCol li:hover li span, .MenuLeftCol li.AspNet-Menu-Hover li a, .MenuLeftCol li.AspNet-Menu-Hover li span, .MenuLeftCol li:hover li:hover li a, .MenuLeftCol li:hover li:hover li span, .MenuLeftCol li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a, .MenuLeftCol li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span
{
    color: Black;
    background: transparent url(arrowRight.gif) right center no-repeat;
}

.MenuLeftCol .AspNet-Menu-Selected /* this tier is selected */
{
    background-color: #085072;
    /*background: url('images/navDownBg.gif') repeat-y;*/
    border-bottom: 1px solid #F93;
    color: #CCC;
}

.MenuLeftCol .AspNet-Menu-ChildSelected /* a tier below this one is selected */
{
    border: solid 1px #ff0000 !important;
}

.MenuLeftCol .AspNet-Menu-ParentSelected /* a tier above this one is selected */
{
    border: solid 1px #0000ff !important;
}

#EntertainmentMessage
{
    padding-top: 2em;
    clear: both;
}

.MenuLeftCol .static-menu-item
{
    background-color: Red;
}

/* ##############  GRID-VIEW  #################### */

div.AspNet-GridView table
{
    border: solid 1px black;
}
caption.AspNet-GridView-Caption
{
    padding: 4px;
    background-color: black;
    color: white;
}
div.AspNet-GridView tr
{
    background-color: White;
}
tr.AspNet-GridView-Alternate
{
    background-color: Gray;
}
div.AspNet-GridView td, div.AspNet-GridView th
{
    padding: 2px;
    border: solid 1px #333333;
    border-collapse: collapse;
}
.gvTitle
{
    color: Red;
}
.gvRow
{
    color: Green;
}
.gvAltRow
{
    color: Blue;
}


