/***********************************************************************************************************
-----Filename: TemplateLayout.css

-----Purpose:  This file is to be used ONLY for styles directly related to the masterpages 
               of the website/application. Any layout styles related to the Content should be placed in the
               ContentLayout.css file
***********************************************************************************************************/

/*General**************************************************************************************************/
body
{
    margin:30px 0 30px 0;
    padding: 0;
    background: white;
    
}
/**********************************************************************************************************/



/*Layout Template******************************************************************************************/
.FrameTable
{
    margin: 0 auto;
    text-align:center; 
    width:960px;
}


/*TopSection~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.FrameTable .TopSection
{
    height:130px;
    background:url(Images/Header.png) no-repeat center top;
}


/*HeaderArea*/
.HeaderArea
{    
    float:left;
    width:100%;
    margin-top:10px;
}


.HeaderArea .ApplicationLogo
{
    float:left;
    margin: 60px 0 0 60px;
    
}

.HeaderArea .ApplicationLogo a
{
    text-decoration:none;
}

.HeaderArea .ApplicationLogo a img
{
    border:none;
    float:left;
}
.HeaderArea .ApplicationLogo .LogoText
{
    
    float:left;
    clear:left;
    margin-left:3px;
    margin-top:-23px;
}

/*RightArea*/
.HeaderArea .RightArea
{
    float:right;
    margin: 100px 60px 0 0;
    text-align:right;
}

.HeaderArea .RightArea .StatusArea
{
    padding-bottom:15px;
    font-family:Tahoma;
    font-size:13px;
    text-decoration:none;
    color:#000000;
    height:10px;

}

.HeaderArea .RightArea .StatusArea a
{
    color: #00a0c6;
    font-family:Tahoma;
    font-size:13px;
    text-decoration:none;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*MiddleSection~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.MiddleSection
{
    padding-top:25px;
}

/*Content*/
.MainContentArea
{
    padding-bottom:50px;
    text-align: left;    
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*BottomSection~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.FrameTable .BottomSection 
{
    height:150px;
    background:url(Images/Footer.png) no-repeat center bottom;
}



/*FooterArea*/
.FooterArea
{
    vertical-align:top;
    height:110px;
    padding-left:55px;
    color: white;
    font-family: arial;
    font-size: 11px;
}

.FooterArea .LeftLinks
{
    float:left;
    margin-left:-10px !important;
    padding-left:0;
    height:20px;
    vertical-align:top;
    display:inline;
    
}
.FooterArea .LeftLinks .LinksMenu
{
    float:left;
    height:30px;
}
.FooterArea .LeftLinks .LanguageMenu
{
    float:left;
    height:27px;
    padding-top:4px;
    text-align:left;
}


.FooterArea .Disclaimer
{
    clear:both;
    float:left;
    text-align:left;
    vertical-align:top;   
    margin-top:60px;
    width:280px;
}

.FooterArea .Disclaimer a
{
    color:#ffffff;
    text-decoration:none;
}

.FooterArea .Disclaimer a:hover
{
    text-decoration:underline;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/**********************************************************************************************************/


/*Content Template*****************************************************************************************/
.ContentLayoutTable
{
    text-align:center;    
    height:550px ;
    width:860px;   
    margin-left:30px;
}

.ContentLayoutTable .LeftContent
{
    vertical-align: top;
    border-right: solid 1px #999999;
    padding: 0 10px 0 28px;
    text-align:left;
    width:80%;
    
}

.ContentLayoutTable .LeftContentWrapper
{
    width:560px;
}

.ContentLayoutTable .RightContent
{
    vertical-align:top;
}

.ContentLayoutTable .RightTopContent
{
    width:200px;
    vertical-align:top;
    padding-left:15px;    
}

.ContentLayoutTable .RightBottomContent
{
    vertical-align:top;
    margin-top:30px;
    padding-left:5px;    
}
/**********************************************************************************************************/


