BODY 
{
    background: White URL(Body_Tile.png) repeat-x;
}

.Main_Container
{
    width: 1025px;
    background: URL(Main_Tile.png) repeat-y;
    }
    


.Main_LHS
{

    background: URL(LHS_BG.png) no-repeat;
    width: 208px;
    padding-top: 209px;

    }


    
.Main_RHS
{
    background: URL("RHS_BG.png") no-repeat;
    width: 208px;
    padding-top: 127px;
    
   }
   
   

.Main_Center
{
    background: URL(Center_BG.png) no-repeat;
    width: 609px;
    height: 136px;

    
    }

.Main_Bottom
{
  
    width: 1025px;
    height: 96px;
    background: URL("Bottom_BG.png") no-repeat;
}

.Main_Body 
{
    padding-left: 30px;
    padding-top: 28px;
    
}

.Main_Nav 
{
    height: 30px;
    margin-top: 96px;
    
}

.Below_Table
{
    width: 1025px;
    text-align: center;
}

.PageTitle
{
    height: 28px;
    color: white;
    font-size: 14px;
    font-weight: bold;
    font-family: Arial;



}


.Normal
{
    color: #000000;
    font-size: 14px;
    font-family: Arial, helvetica;
    text-align: left;
}

.spacer 
{
    background: URL("Spacer.gif");
    float: left;
}

/* NAV */

.main_dnnmenu_rootitem
{

    height: 26px;
    display: block;
    width: 90px;
    float: left;
    text-align: center;
                padding-top: 0px;

}

.main_dnnmenu_rootitem_hover
{
    background: URL(Button_Over.png);
        display: block;
        width: 90px;
            height: 26px;
            float: left;
            text-align: center;
            padding-top: 0px;

}



.main_dnnmenu_rootitem_selected
{
    background: URL(Button_Selected.png);
        display: block;
        width: 90px;
            height: 26px;
            float: left;
            text-align: center;
                        padding-top: 0px;
                        color: black;

}



.main_dnnmenu_submenu
{
    background-color: #4965D5;
    color: White;
    font-size: 10px;
}

.main_dnnmenu_itemhover
{
    background: black;
    
}

.main_dnnmenu_itemselected
{

}

.main_dnnmenu_container
{
}
.main_dnnmenu_bar
{
        font-family: Arial;
    color: White;

}

.main_dnnmenu_break{
}



/* END NAV */

.footer
{
    font-family: Arial;
    font-size: 10px;
}

/*--------- pane style ----------
.ContentPane, .TopPane, .BottomPane{ padding:0px; margin:0px; }
.LeftPane{ padding:0px 10px 0px 0px; width:10em; margin:0px; }
.RightPane{ padding:0px 0px 0px 10px; width:10em; margin:0px; }

/*------------ Breadcrumb Style --------------
.Breadcrumb,a.Breadcrumb:link,a.Breadcrumb:active,a.Breadcrumb:visited{ color:#4F839F; font-size:13px; }
a.Breadcrumb:hover{color:#C00;}

/*-------------- Link Style --------------
.links {text-align:center;}
.links,a.links:link,a.links:active,a.links:visited{ font-weight:bold; color:#4F839F; font-size:11px; text-transform:uppercase; }
a.links:hover{color:#C00;}

/*-------------- User Style --------------
.user,a.user:link,a.user:active,a.user:visited { color:#4F839F; font-size:12px;}
a.user:hover{color:#C00;}

/*-------------- Footer Style --------------
.footer,a.footer:link,a.footer:active,a.footer:visited { color:#4F839F; font-size:12px;}
a.footer:hover{color:#C00;}

/*-------------- Search SkinObject Styles --------------
div.SearchContainer{position:relative; white-space: nowrap;}
div.SearchBorder{width: 200px; height: 20px; border: solid 1px #e0e0e0; position:absolute; right:35px; background-color: White; white-space: nowrap; margin-top: 2px;}
div.SearchContainer a{padding: 0px 5px; position:relative; display: block;}
div.SearchIcon{float: left; width: 31px; height: 20px; cursor: pointer; z-index: 11; background: no-repeat 2px 2px; text-align:right;}
div.SearchIcon img{margin-top: 3px;}

input.SearchTextBox{float: left; z-index: 10; border: 0px; width:150px; height:18px; margin-left:3px;}

#SearchChoices{clear: both; display: none; border: solid 1px #C3D4DF; z-index: 2000; cursor: pointer; margin: 0; padding: 0; text-align:left; font-size:12px; background-color: #F3F7FA; position:absolute; top: 22px; left: 0px;}
#SearchChoices li{cursor: pointer; margin: 0; padding: 2px 2px 0 2px; padding-left: 25px; height: 18px; text-align:left; background-color: #F3F7FA; background-repeat: no-repeat; background-position: 2px center; list-style: none; list-style-image: none; border: none; display:block;}
#SearchChoices li.searchHilite{background-color: #CE0D0D;	color:#ffffff; border: none;}
#SearchChoices li.searchDefault{background-color: #F8FAFF; border: none;}
*/

.user 
{
    font-family: Arial;
    font-size: 12px;
}