﻿body 
{
    margin: 0px;
    text-align: left;
    font-size: 10px;
    font-family: Verdana, Tahoma, Arial;
    background-image: url('../Images/PageBuild/BG_Rolls_2.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #F0F0F0;
}

a:link 
{
	text-decoration: none;
    color: #000000;
    font-weight: bold;
}

a:visited 
{
	text-decoration: none;
    color: #000000;
    font-weight: bold;
}

a:active 
{
	text-decoration: none;
    color: #000000;
    font-weight: bold;
}

a:hover {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    cursor: hand;
}

H1
{
    font-family: Trebuchet MS, Tahoma, Verdana, Arial;
    font-weight: bold;
    font-size: 12px;
    margin: 0px;
    color: #000000;
}

H2
{
    font-family: Trebuchet MS, Tahoma, Verdana, Arial;
    font-weight: bold;
    font-size: 12px;
    margin: 0px;
    color: #000000;
}

.ContentHeader_1
{
    font-family: Trebuchet MS, Tahoma, Verdana, Arial;
    font-weight: bold;
    font-size: 12px;
}

div.Content_FlashPlayerContainer
{
    position: absolute;
    top: 90px;
    left: 50%;
    margin-left: -350px;
    width: 700px;
    z-index: 100;
    background-color: #000000;
    
    /*border-top: 4px solid #FFFFFF;
    border-left: 4px solid #FFFFFF;
    border-right: 4px solid #FFFFFF;*/
    
    /*border: 10px solid #FFFFFF;*/
}

div.Content_TopMenuContainer
{
    position: absolute;
    top: 316px;
    right: 50%;
    margin-right: -350px;
    z-index: 600;
}

div.Content_TopMenuBG
{
    background-color: #FFFFFF;
    height: 24px;
    
    filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

div.Content_TopMenuLargeButtonsContainer
{
    position: absolute;
    /*top: 339px;*/
    top: 270px;
    left: 50%;
    margin-left: -200px;
    width: 670px;
    z-index: 200;
}

div.Content_TopMenuLargeButtonsSubMenuContainer
{
    position: absolute;
    top: 337px;
    left: 50%;
    margin-left: -200px;
    width: 670px;
    z-index: 300;
}

div.Content_PageContent
{
    position: absolute;
    top: 339px;
    left: 50%;
    margin-left: -350px;
    width: 680px;
    z-index: 200;
    background-color: #CFCFCF;
    padding-left: 20px;
    padding-top: 0px;
    
    /*border-bottom: 5px solid #FFFFFF;
    border-left: 5px solid #FFFFFF;
    border-right: 5px solid #FFFFFF;*/
}

div.Content_InnerPageContent
{
     position: relative;
     top: 0px;
     left: 0px;
     overflow: auto;
     width: 460px;
}

div.Content_Logo
{
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: 200px;
    z-index: 220;
    /*background-color: #FFFFFF;*/
    padding: 5px;
    /*visibility: hidden;*/
}

div.LargeButton_Background
{
    background-color: #FFFFFF;
    width: 100px;
    height: 100px;
    
    filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

div.LargeButtonSubMenuActive_Background
{
    background-color: #F0F0F0;
    width: 100px;
    height: 2px;
}

div.LargeButtonSubMenuInActive_Background
{
    width: 100px;
    height: 2px;
}

div.TopMenuSubMenuItem_Container
{
    height: 1px;
    background-color: #E0E0E0;
    overflow: hidden;
    padding: 5px;
    
    border-bottom: 3px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    
    filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}

div.LargeButtonSubMenu_Content
{
    padding: 3px;
    
    filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}

div.LargeButton_Content
{
    width: 100px;
    height: 100px;
    vertical-align: bottom;
}

.Images_CutOuts
{
    border: 1px solid #FFFFFF;
}

div.Sidebar_Container
{
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: 130px;
    z-index: 500;
    
    width: 212px;
    height: 100%;
    /*border: 10px solid #FFFFFF;*/
    padding-left: 7px;
    background-color: #E0E0E0;
    /*background-color: #CFCFCF;*/
    color: #000000;
    overflow: auto;
    /*border-left: 1px solid #FFFFFF;*/
}

div.Content_Header
{
    position: absolute;
    top: 15px;
    left: 50%;
    margin-left: -350px;
    width: 680px;
    height: 100px;
    z-index: 200;
    /*background-color: #CFCFCF;*/
    background-color: #E0E0E0;
    padding-left: 20px;
    padding-top: 5px;
    
    filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

div.Content_PageFooter
{
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -330px;
    z-index: 900;
    width: 680px;
}

div.PageFooter_Container
{
    width: 100%;
    background-color: #E0E0E0;
    text-align: left;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: -20px;
    font-size: 9px;
}

/*Table schemas*/
.Schema_Border_Bottom
{
    border-bottom: 1px solid #9F9F9F;
}

.Schema_Border_Right
{
    border-right: 1px solid #9F9F9F;
}

/*Tmp classes*/
.transparent_class {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
