/***********************************************************************************************************
-----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;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/**********************************************************************************************************/

/*FrontPage Template***************************************************************************************/
.PictureHeaderRow td
{
    font-family: Tahoma;
    font-size: 16px;
    color: #ffffff;
}

.MainTable
{
    margin-left: 60px;    
    width: 890px;
}

/*CenterTopText*/
.CenterTopText
{
    float: left;
}




/*MainBackground image*/
.MainTable .PictureHeaderRow .FirstTD
{
}

.MainTable .PictureHeaderRow .SecondTD
{
}

.MainTable .PictureHeaderRow .ThirdTD
{
}

.MainTable .PictureHeaderRow .FourthTD
{
    vertical-align: bottom !important;
}



/*PictureHeaderRow properties*/
.MainTable .FirstTD, .MainTable .SecondTD, .MainTable .ThirdTD
{
    padding-right: 20px;
    vertical-align: top;
    width: 200px;
}

.MainTable .FourthTD
{
    width: 230px;
}

.MainTable .PictureHeaderRow td
{
    height: 200px;
    vertical-align: top;
    padding-top: 15px;
}

.MainTable .PictureHeaderRow .FirstTD a
{
    padding-top: 18px;
    padding-left: 13px;
    background: url(Images/Guide-01.png) no-repeat -20px top;
    height: 140px;
    width: 190px;
    display: block;
    text-decoration: none;
    color: white;
}

.MainTable .PictureHeaderRow .FirstTD a:hover
{
    background: url(Images/Guide-01.png) no-repeat -20px -160px;
    color: white;
}

.MainTable .PictureHeaderRow .SecondTD a
{
    padding-left: 13px;
    padding-top: 19px;
    background: url(Images/Guide-02.png) no-repeat -20px top;
    height: 145px;
    width: 190px;
    display: block;
    text-decoration: none;
    color: white;
}
.MainTable .PictureHeaderRow .SecondTD a:hover
{
    background: url(Images/Guide-02.png) no-repeat -20px -160px;
    display: block;
    color: white;
}

.MainTable .PictureHeaderRow .ThirdTD a
{
    padding-left: 16px;
    padding-top: 18px;
    background: url(Images/Guide-03.png) no-repeat -20px top;
    height: 135px;
    width: 170px;
    color: white;
    display: block;
    text-decoration: none;
}

.MainTable .PictureHeaderRow .ThirdTD a:hover
{
    background: url(Images/Guide-03.png) no-repeat -20px -160px;
    display: block;
    color: white;
}

.MainTable .PictureHeaderRow .FourthTD .Splash
{
    float: right;
    background: url(Images/Splash-Blue.png) no-repeat left top;
    width: 140px;
    height: 140px;
    text-align: center;
    margin: 0 !important;
}

.MainTable .PictureHeaderRow .FourthTD .Splash:hover
{
    float: right;
    background: url(Images/Splash-Green.png) no-repeat left top;
    width: 140px;
    height: 140px;
    text-align: center;
    margin: 0 !important;
}

.MainTable .PictureHeaderRow .FourthTD .Splash a
{
    font-family: Tahoma;
    font-size: 14px;
    color: white;
    text-decoration: none;
    height: 100px;
    padding-top: 35px;
}

/*HeaderRow properties*/
.MainTable .HeaderRow td p, .MainTable .HeaderRow td h4
{
    margin: 0;
}
.MainTable .HeaderRow td h4
{
    vertical-align: top;
    padding-bottom: 10px;
}
/**********************************************************************************************************/

/*Content Template*****************************************************************************************/
.ContentLayoutTable
{
    text-align: center;
    height: 350px;
    width: 860px;
    margin-left: 33px;
}

.ContentLayoutTable .LeftContent
{
    vertical-align: top;
    border-right: solid 1px #CCCCCC;
    padding: 0 20px 0 28px;
    border-right-color: #999999;
    text-align: left;
    width: 80%;
}

.ContentLayoutTable .LeftContentWrapper
{
    width:590px;
}

.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;
}
/**********************************************************************************************************/

/*Information Template*************************************************************************************/
.InformationLayoutTable
{
    text-align: left;
    height: 350px;
    width: 856px; 
    margin-left: 59px;
    margin-top: 30px;
}
/**********************************************************************************************************/

































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
