﻿body
{
    margin: 0;
    padding: 0;
    height: 100%;
    background-image: url(../../Images/bg_page.jpg);
    background-repeat: repeat-y;
    background-color: #FFFFFF;
    font-family: Arial;
    color: #5D5D5D;
}

img 
{
    border: 0;
}

.CheckBox 
{
    font-size: 11px;
}

.SubHeader 
{
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 2px;
	display: block;
}

A 
{
    color: #3F9316;
}

A:HOVER 
{
    color: #666666;
}

h2 
{
	font-size: 20px;
	font-weight: normal;
	color: #3F9316;
	margin-bottom: 0px;
	margin-top: 5px;
	padding-bottom: 0px;
}

.TextHeader, h1
{
	padding: 0px 10px 0px 10px;
	font-size: 22px;
	font-weight: bold;
	color: #3F9316;
	display: block;
	margin-bottom: 10px;
}

.TextBody 
{
    width: 760px;
	padding: 0px 10px 0px 10px;
	margin-bottom: 10px;
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	display: block;
}

.TextBody img 
{
    padding: 10px;
    margin-left: 10px;
    border: 1px solid #CCCCCC;
}

.TextSmall
{
	padding: 20px 10px 0px 10px;
	margin-bottom: 10px;
	font-family: Arial;
	font-size: 11px;
	line-height: 18px;
	color: #999999;
	display: block;
}

.PushLink A
{
    color: #DA2151;
    text-decoration: none;
}

.PushLink A:HOVER
{
    color: #666666;
    text-decoration: none;
}

.ImageRotator 
{
    background-image: url(../../Images/start_image_bg.gif);
    background-repeat: no-repeat;
    width: 345px;
    height: 270px;
    padding-left: 10px;
    padding-top: 10px;
    z-index: 500;
}

/* Page layout columns */
.PageLeftCol 
{
}

.PageMidCol 
{
    margin-left: 10px;
}

.PageRightCol 
{
    margin-left: 10px;
}

.PageRightCol .TopBanner, .BottomBanner
{
    background-image: url(../../Images/banner_bg.gif);
    background-repeat: no-repeat;
    width: 190px;
    height: 130px;
    padding: 6px 0px 4px 6px;
}

.PageRightCol .Module
{
    margin-top: 20px;
}

/* Background for showing top fade */
.BgPage 
{
    height: 100%;
    width: 100%;
    position: absolute;
    background-image: url(../../Images/bg_fade.jpg);
    background-repeat: no-repeat;
    z-index: 0;
    top: 0px;
    left: 0px;
}

/* Header */
.Header
{
    position: absolute;
    width: 800px;
    height: 95px;
    left: 38px;
    top: 0px;
    clear: both;
    z-index: 100;
}

    .Header .Logo 
    {
        padding: 20px;
        float: left;
    }
    
    .Header .Search 
    {
        padding-top: 20px;
        float: right;
    }
    
        .Header .Search .SearchBox
        {
            border: 1px solid #CCCCCC;
            font-size: 11px;
            float: left;
        }
        
        .Button
        {
            float: left;
            margin-left: 5px;
        }
        

/* Menu */
.MenuTabs
{
    position: absolute;
    width: 800px;
    left: 40px;
    top: 95px;
    clear: both;
    z-index: 100;
}

    .MenuTabs .ActiveTab
    {
        position: absolute;
        width: 105px;
        height: 33px;
        padding-left: 22px;
        padding-top: 10px;
        background-image: url(../../Images/menu_tab_active.gif);
        background-repeat: no-repeat;
    }
    
    .MenuTabs .InactiveTab
    {
        position: absolute;
        width: 105px;
        height: 33px;
        padding-left: 22px;
        padding-top: 10px;
        background-image: url(../../Images/menu_tab_inactive.gif);
        background-repeat: no-repeat;
    }
    
    .MenuTabs .ActiveTab A
    {
        font-weight: bold;
        font-size: 12px;
        color: #FFFFFF;
        text-decoration: none;
    }
    
    .MenuTabs .ActiveTab A:HOVER
    {
        color: #4B660C;
    }

    .MenuTabs .InactiveTab A
    {
        font-weight: bold;
        font-size: 12px;
        color: #4B660C;
        text-decoration: none;
    }
    
    .MenuTabs .InactiveTab A:HOVER
    {
        color: #FFFFFF;
    }
    
    .MenuTabs .CurrentDate 
    {
        position: absolute;
        left: 680px;
        width: 120px;
        padding-top: 18px;
        font-size: 10px;
        color: #666666;
        text-align: right;
    }

.MenuBg 
{
    position: absolute;
    left: 40px;
    top: 128px;
    clear: both;
    z-index: 100;
    background-image: url(../../Images/menu_bg.gif);
    background-repeat: no-repeat;
    width: 800px;
}

    .MenuBg .SubMenu 
    {
        height: 25px;
    }
    
    .MenuBg .SubMenu .Divider
    {
        font-size: 10px;
        padding-left: 20px;
        color: #FFFFFF;
    }

    .MenuBg .SubMenu A
    {
        padding-left: 20px;
        text-decoration: none;
        font-size: 11px;
        line-height: 25px;
        color: #FFFFFF;
    }

    .MenuBg .SubMenu A:HOVER
    {
        text-decoration: underline;
        line-height: 25px;
        color: #4B660C;
    }
    
    .MenuBg .SubMenu .ActiveLink
    {
        line-height: 25px;
        color: #4B660C;
    }


/* Fake layer to position content */
.PositionContent
{
    position: relative;
    margin-left: 40px;
    width: 800px;
    height: 170px;
}

/* Content */
.Content 
{
    position: relative;
    min-height: 300px;
    margin-left: 40px;
    z-index: 5000;
}

.ContentInner
{
	padding: 0px 10px 0px 10px;
}

.ContentInfoContainer table 
{
    font-size: 12px;
    border: 0px;
    padding: 2px;
}

.ContentInfoContainer table.tbody
{
    background-color: #CCCCCC;
}

.ContentInfoContainer td
{
    background-color: #FFFFFF;
    line-height: 22px;
}

/* Footer */
.Footer 
{
    position: relative;
    width: 800px;
    margin-top: 50px;
    margin-left: 40px;
    border-top: 2px solid #CECECE;
    z-index: 1000;
}

    .Footer .FooterText 
    {
        width: 800px;
        padding-top: 5px;
        font-size: 11px;
        text-align: center;
        line-height: 25px;
        color: #999999;
    }
    
    .Footer A
    {
        text-decoration: underline;
        color: #999999;
    }
    
    .Footer A:HOVER
    {
        color: #666666;
    }


/* Buttons */
A.ButtonText
{
    float: left;
    margin-left: 2px;
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    text-decoration: underline;
    color: #3F9316;
}

A:HOVER.ButtonText 
{
    color: #5D5D5D;
}

A.ButtonTextSmall
{
    float: left;
    margin-left: 2px;
    font-size: 11px;
    line-height: 18px;
    text-decoration: underline;
    color: #3F9316;
}

A:HOVER.ButtonTextSmall
{
    color: #5D5D5D;
}

.ButtonIcon  
{
    float: left;
    padding-right: 2px;
}

.EmptyRepeater 
{
    padding-left: 5px;
    font-size: 11px;
    margin-top: 5px;
}

.Debug 
{
    font-size: 11px;
    margin-top: 20px;
    color: #FF0000;    
}

.BtnMini 
{
	background-image: url(../../Images/btn_navigation.gif);
	background-repeat: no-repeat;
	width: 75px;
	height: 17px;
	border: 0;
	color: #FFFFFF;
	font-size: 11px;
}

.BtnSml
{
	width: 84px;
	height: 23px;
	background-image: url(../../Images/btn_bg_sml.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	color: #FFFFFF;
	font-family: arial;
	font-weight: bold;
	font-size: 11px;
	border: 0px;
}

.RequiredField 
{
	color: #990000;
	padding-left: 5px;
	height: 22px;
	line-height: 22px;
}

/* Top user fields */
.UserLabel 
{
	font-size: 11px;
}

.UserLogon 
{
	font-size: 11px;
}

.UserLogon div
{
	float: left;
	padding-right: 5px;
}

.UserLogon .BtnContainer
{
	padding-top: 12px;
}

.UserLogon input 
{
	padding: 2px;
}

.UserLogon .Member
{
	padding-top: 5px;
	clear: both;
}

.UserInfo 
{
	clear: both;
	display: block;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 2px;
}

.UserInfoLinks 
{
	padding-top: 2px;
	clear: both;
	display: block;
}

.UserInfoContainer
{
	float: left;
	margin-right: 10px;
}

a.UserInfoHref 
{
	display:block;
	padding: 7px;
	border: 1px solid #CDCDCD;
}

a:hover.UserInfoHref 
{
	border: 1px solid #c4f04d;
}

.Updating 
{
	position: absolute;
	background-image: url(../../Images/loading.gif);
	background-repeat: no-repeat;
	padding: 5px;
	margin-left: 10px;
	height: 20px;
	width: 50px;
}

.ImgLargeView 
{
	position: absolute;
}