﻿body
{
    background-color: Black;
}

.Page
{
    background-color: Black;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.HeaderPanel
{
    position: absolute;
    top: 10px;
    right: 10px;
    height: 210px;
    width: 200px;
    background-color: Black;
}

.Logo
{
    float: right;
}

/*****Menu*****/
.MenuPanel
{
    position: absolute; /*top: 200px;*/
    left: 0px;
    width: 150px;
    background-color: Black;
    text-align: center;
}

.SemiCircle
{
    position: absolute;
    top: 24px;
    left: 0px;
}
.Forums
{
    position: absolute;
    top: 0px;
    left: 0px;
}
.News
{
    position: absolute;
    top: 40px;
    left: 23px;
}
.Events
{
    position: absolute;
    top: 121px;
    left: 37px;
}
.AboutUs
{
    position: absolute;
    top: 187px;
    left: 22px;
}
.Links
{
    position: absolute;
    top: 248px;
    left: 0px;
}
/*****Menu*****/

/*****Content*****/
.ContentPanel
{
    position: absolute;
    left: 230px;
    right: 205px;
}
/*****Content*****/

/*****Sub-Content*****/
.SubMasterHeaderPanel
{
    background-color: Black;
    width: 100%;
    height: 50px;
    text-align: center;
    color: Green;
    font-size: xx-large;
}
/*****Sub-Content*****/

/*Rounded Box*/
.roundedBox
{
    width: 100%;
    position: absolute;
    top: 50px;
}
.boxTopLeft
{
    background-image: url( '../images/box_tl.gif' );
    background-repeat: no-repeat;
    width: 100%;
}
.boxTopRight
{
    background-image: url( '../images/box_tr.gif' );
    background-position: right top;
    background-repeat: no-repeat;
    height: 15px;
    width: 100%;
}
.boxBottomLeft
{
    background-image: url( '../images/box_bl.gif' );
    background-repeat: no-repeat;
    width: 100%;
}
.boxBottomRight
{
    background-image: url( '../images/box_br.gif' );
    background-position: right top;
    background-repeat: no-repeat;
    height: 14px;
    width: 100%;
}
.boxContentLeft
{
    background-image: url( '../images/box_cl.gif' );
    background-position: left top;
    margin: -3px 0px 0px 0px;
    padding: 0px 0px 0px 5px;
    background-repeat: repeat-y;
    height: 100%;
}
.boxContentRight
{
    background-image: url( '../images/box_cr.gif' );
    background-position: right top;
    background-repeat: repeat-y;
    margin: -3px 0px 0px 0px;
    padding: 0px 5px 0px 0px;
    height: 100%;
}

/*Menu*/
.SimpleEntertainmentMenu ul.AspNet-Menu /* Tier 1 */
{
    /*width: 13;  This is more than (6em x 2) because we want to leave room for borders around the <li> elements that are selected */
    width: 130px;
    height: 50px;
    color: Green;
}

.SimpleEntertainmentMenu ul.AspNet-Menu ul /* Tier 2 */
{
    /*width: 6em;*/
    width: 130px;
    height: 50px;
    top: 100%;
    left: 0;
    color: Green;
}

.SimpleEntertainmentMenu ul.AspNet-Menu ul ul /* Tier 3+ */
{
    top: -0.5em;
    left: 6em;
    color: Green;
}

.SimpleEntertainmentMenu li /* all list items */
{
    /*width: 6em;*/
    width: 130px;
    height: 50px;
    background: url('../images/buttonGreen.png') left center no-repeat;
    color: Green;
}

.SimpleEntertainmentMenu li:hover, /* list items being hovered over */ .SimpleEntertainmentMenu li.AspNet-Menu-Hover
{
    /*background: Black;*/
    background: url('../images/buttonRed.png') left center no-repeat;
    height: 50px;
}

.SimpleEntertainmentMenu a, /* all anchors and spans (nodes with no link) */ .SimpleEntertainmentMenu span
{
    padding-top: 15px;
    text-align: center;
    color: Green; /*padding: 4px 2px 4px 8px;*/ /*border:1px solid #cccccc;*/
    height: 35px; /*background: transparent url(arrowRight.gif) right center no-repeat;*/
}

.SimpleEntertainmentMenu li.AspNet-Menu-Leaf a, /* leaves */ .SimpleEntertainmentMenu li.AspNet-Menu-Leaf span
{
    background-image: none !important;
}

.SimpleEntertainmentMenu li:hover a, /* hovered text */ .SimpleEntertainmentMenu li:hover span, .SimpleEntertainmentMenu li.AspNet-Menu-Hover a, .SimpleEntertainmentMenu li.AspNet-Menu-Hover span, .SimpleEntertainmentMenu li:hover li:hover a, .SimpleEntertainmentMenu li:hover li:hover span, .SimpleEntertainmentMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a, .SimpleEntertainmentMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span, .SimpleEntertainmentMenu li:hover li:hover li:hover a, .SimpleEntertainmentMenu li:hover li:hover li:hover span, .SimpleEntertainmentMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a, .SimpleEntertainmentMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span
{
    color: Green;
    font-weight: bold;
    height: 50px; /*background: transparent url(activeArrowRight.gif) right center no-repeat;*/
    background: transparent url('../images/buttonRed.png') left center no-repeat;
}

.SimpleEntertainmentMenu li:hover li a, /* the tier above this one is hovered */ .SimpleEntertainmentMenu li:hover li span, .SimpleEntertainmentMenu li.AspNet-Menu-Hover li a, .SimpleEntertainmentMenu li.AspNet-Menu-Hover li span, .SimpleEntertainmentMenu li:hover li:hover li a, .SimpleEntertainmentMenu li:hover li:hover li span, .SimpleEntertainmentMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a, .SimpleEntertainmentMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span
{
    color: Black; /*background: transparent url(arrowRight.gif) right center no-repeat;*/
    background: transparent url('../images/buttonRed.png') left center no-repeat;
}

.SimpleEntertainmentMenu .AspNet-Menu-Selected /* this tier is selected */
{
    color: White; /*border: solid 1px #00ff00 !important;*/
    background: transparent url('../images/buttonBlue.png') left center no-repeat;
}

.SimpleEntertainmentMenu .AspNet-Menu-ChildSelected /* a tier below this one is selected */
{
    border: solid 1px #ff0000 !important;
}

.SimpleEntertainmentMenu .AspNet-Menu-ParentSelected /* a tier above this one is selected */
{
    border: solid 1px #0000ff !important;
}

.SimpleEntertainmentMenu .static-menu-item
{
    background-color: Red;
}

