/* 
    Document   : StyleSheet
    Created on : Mar 16, 2009, 10:15:54 PM
    Author     : bwojack
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
    font-family:Tahoma, Arial, Verdana;
    font-size:13px;
    line-height:20px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    text-align:center;
}

body
{
    background-color:#3399cc;
    font-family:Tahoma, Arial, Verdana;
    font-size:13px;
    line-height:20px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    text-align:center;
}

p
{
    font-family:Tahoma, Arial, Verdana;
    font-size:13px;
    line-height:20px;
    text-align:left;
}

th
{
    color:#0066CC;
    font-family:Tahoma, Arial, Verdana;
    font-size:11px;
    font-weight:bold;
    text-align:left;
    background-color:#DDDDDD;
}

td
{
    font-family:Tahoma, Arial, Verdana;
    font-size:11px;
}
a href
{
    border-style:none;
    text-decoration:none;
}

.MainMenuDiv
{
    background-image:url('images/nav/3x20_blue_div.gif');
    background-repeat:no-repeat;
    height:20px;
    width:3px;
}

.MainMenu
{
    color:White;
    font-family:Tahoma, Arial, Verdana;
    font-size:11px;
    font-weight:bold;
    padding:3px 20px 0px 20px;
    text-decoration:none;
    height:20px;
}

a:link.MainMenu
{
    text-decoration:none;
}
a:visited.MainMenu
{
    text-decoration:none;
}
a:active.MainMenu
{
    text-decoration:none;
}
a:hover.MainMenu
{
    background-color:#ff0000;
    text-decoration:none;
}

.MainMenuOn
{
    background-color:#ff0000;
    color:White;
    font-family:Tahoma, Arial, Verdana;
    font-size:11px;
    font-weight:bold;
    padding:3px 20px 0px 20px;
    text-decoration:none;
    height:20px;
}

a:link.MainMenuOn
{
    background-color:#ff0000;
    text-decoration:none;
}
a:visited.MainMenuOn
{
    background-color:#ff0000;
    text-decoration:none;
}
a:active.MainMenuOn
{
    background-color:#ff0000;
    text-decoration:none;
}
a:hover.MainMenuOn
{
    background-color:#ff0000;
    text-decoration:none;
}

.SubMenu
{
    color:White;
    font-family:Tahoma, Arial, Verdana;
    font-size:11px;
    font-weight:bold;
    padding:3px 10px 0px 10px;
    text-decoration:none;
    height:20px;
}

a:link.SubMenu
{
    text-decoration:none;
}
a:visited.SubMenu
{
    text-decoration:none;
}
a:active.SubMenu
{
    text-decoration:none;
}
a:hover.SubMenu
{
    text-decoration:underline;
}


.logobg
{
    background-image:url('images/bgs/1x170_logo_bg.gif');
    background-repeat:repeat-x;
    height:170px;
}
.logored
{
    background-image:url('images/bgs/5x170_red.gif');
    background-repeat:no-repeat;
    height:170px;
    width:5px;
}

.left_shadow
{
    background-image:url('images/bgs/1x40_left_shadow.gif');
    background-repeat:repeat-y;
    width:40px;
}
.right_shadow
{
    background-image:url('images/bgs/1x40_right_shadow.gif');
    background-repeat:repeat-y;
    width:40px;
}

.mainbg
{
    background-color:#ffffff;
    width:825px;
}

.contentbg
{
    background-image:url('images/bgs/825x420_content_bg.gif');
    background-repeat:no-repeat;
    width:825px;
    height:100%;
}

.nav_blue_bg
{
    background-image:url('images/nav/1x20_blue_bg.gif');
    background-repeat:repeat-x;
    height:20px;
    width:825px;
}

.nav_red_bg
{
    background-image:url('images/nav/1x27_red_bg.gif');
    background-repeat:repeat-x;
    height:27px;
    width:825px;
}

.PageHeader
{
    color:#0066CC;
    font-family:Arial, Tahoma, Verdana;
    font-size:15px;
    font-weight:bold;
    line-height:30px;
    padding:0px 0px 0px 0px;
}

.SubPageHeader
{
    color:#0066CC;
    font-family:Arial, Tahoma, Verdana;
    font-size:13px;
    font-weight:bold;
    line-height:27px;
    padding:0px 0px 0px 0px;
}

.Content
{
    color:#000000;
    font-family:Arial, Tahoma, Verdana;
    font-size:13px;
    font-weight:normal;
    line-height:20px;
    padding:0px 0px 0px 0px;
}

.ContentBold
{
    color:#000000;
    font-family:Arial, Tahoma, Verdana;
    font-size:11px;
    font-weight:bold;
    line-height:20px;
    padding:0px 0px 0px 0px;
}
