﻿/* 
=============================================================================================
 Framework layout styles.
============================================================================================= 
*/

html
{
}

a 
{
    text-decoration:none;
}

body
{
	font-family: Tahoma;
	padding: 0px;
	margin: 0px;
	background-color: #EEEEEE;
	line-height: 15px;
	color: #333;
	font-size: 12px;
	background-repeat: repeat;
}

form
{
    height: 100%;
    width:100%;
    FILTER: Glow(Color=#afafaf, Strength=5);
    padding-bottom:4px;
}

input 
{
    font-size: 12px;
    font-family: Arial, sans-serif !important;
}
 
 
#page
{
    margin-left:auto;
    margin-right:auto;
    background-color:White;
    width:980px;
    -moz-box-shadow: 0px 0px 12px rgba(102,102,102,0.5);
    -webkit-box-shadow: 0px 0px 12px rgba(102,102,102,0.5); 
    box-shadow: 0px 0px 12px rgba(102,102,102,0.5); 
    
}
 
 
#pageHeader
{
    background-color:Navy;
    color:White;
	height: 110px;
    position:relative;

} 

#pageFooter
{
    background-color:Navy;
    color:White;
	height: 80px;
}

#pageHeader a, #pageFooter a
{
    color:White;
    font-weight:bold;
}

.clear
{
    clear:both;
}



/* 
=====================================================================================================================
Container/Column Layout
=====================================================================================================================
*/

.threeColumnWrapper, .twoColumnLeftWrapper, .twoColumnRightWrapper, .twoColumnRightWrapper,  .singleColumnWrapper,
.twoColumnWideLeftSidebar
{
	margin:4px;
	clear: both;
}

.navZone, .contentZone, .sidebarZone, .bannerZone
{
	overflow: hidden;
	padding-bottom:0px;
}

.navZone
{
    float:left;
}

.sidebarZone
{
    float:right;
}

.contentZone
{
    float:left;
}

.bannerZone
{
    float:left;
}
/* ---[3 Column template]--------------------- */

.threeColumnWrapper div.navZone 
{
	width:240px;
}

.threeColumnWrapper div.contentZone
{
    width:500px;
}

.threeColumnWrapper div.sidebarZone
{
	width:240px;
}

/* ---[2 Column with left NavZone]------------ */

.twoColumnLeftWrapper div.navZone 
{
	width:240px;
}

.twoColumnLeftWrapper div.contentZone 
{
    width:740
}

/* ---[2 Column with wide left NavZone]------------ */
.twoColumnWideLeftSidebar div.navZone
{
    width:320px;
}

.twoColumnWideLeftSidebar div.contentZone 
{
    width:660px;
}

/* ---[2 Column with right AdZone]----------- */

.twoColumnRightWrapper div.contentZone 
{
    width:740px;
}

.twoColumnRightWrapper div.sidebarZone 
{
	width: 240px;
}

/* ---[1 Column template]--------------------- */

.singleColumnWrapper div.contentZone 
{
	width:auto;
	float:none;
}

.contentSubZones .leftSubZone
{
    float:left;
    width:50%;
}

.contentSubZones .rightSubZone
{
    float:right;
    width:50%;
}

div.contentSubZones
{
    padding-top:4px;
}

#ContentZoneBottomLeft
{
    width:auto;
    margin-right:2px;
}

#ContentZoneBottomRight
{
    width:auto;
    margin-left:2px;
}

/* ---[centered input form (login, etc)]--------------------- */
.centeredInputForm
{
    width:500px;
    margin-left:auto;
    margin-right:auto;
    margin-top:75px;
    margin-bottom:75px;
}
/* 
=====================================================================================================================
Container/Column Layout
=====================================================================================================================
*/

#headerLogo
{
    position:absolute;
    top:8px;
    left:8px;
    height: 92px;
    width: 92px;
    background-color:Blue;
    line-height:92px;
    text-align:center;
    font-size: 1.5em;
}

#loginStatus
{
    position:absolute;
    top:8px;
    right:8px;
}

#searchBox
{
    position:absolute;
    top:40px;
    right:8px;
    padding:8px;
    border:solid 1px gray;
}

.profileLink
{

}

/*
=====================================================================================================================
Left Nav
=====================================================================================================================
*/

ul.leftNav
{
    margin:8px;
    border:solid 1px silver;
}


ul.leftNav a
{
    display:block;
    line-height:22px;
    background-color:White;
    padding:0 4px 0 4px;
}

ul.leftNav a:hover
{
    background-color:Silver;
    color:Black;
    text-decoration:none;
}

ul.leftNav a.L0
{
    border-top:solid 1px silver;
}

ul.leftNav a.selected
{
    font-weight:bold;
    color:Black;
}

ul.leftNav li.childSelected a.L0
{
    font-weight:bold;
}

ul.leftNav li.first a.L0
{
    border-top:none;
}

ul.leftNav a.L1
{
    padding-left:20px;
}

ul.leftNav a.L2
{
    padding-left:40px;
}

ul.leftNav a.L3
{
    padding-left:60px;
}


/*
=====================================================================================================================
Login
=====================================================================================================================
*/

.loginForm
{
    border: solid 1px navy;
    margin:0px;
    padding: 0px;
}

.loginForm .padding
{
    padding: 10px;
}


.loginForm h1
{
    margin:0xp;
    padding-left:8px;
    line-height: 28px;
    height:28px;
    font-size:18px;
    color:White;
    background-color:Navy;
}

.boxAlert
{
    background: url('WebResource.axd?d=ETNjnWpLxtEV8pzzko8we1-OZd8SVQjKvNK-uI8fJ46Oj7jnmmVHr8LZSAegbaXmiqtMMs_CtNI44Q7pNFDOeQ2&t=634094400571333829') no-repeat  -12px -11px #E7E7E7;   
    border:1px solid #CDCCCA;
    color:#3D2409 !important;
    margin:0 auto 10px;
    padding:10px 10px 10px 80px;
}

.loginForm .tableRow
{
    padding-top: 3px;
    clear: both;
}

.loginForm .tableRow div
{
    float: right;
    display: inline;
    width: 300px;
    text-align: left;
    height: 20px;
}

.loginForm .tableRow label
{
    float: left;
    width: 100px;
    text-align: right;
    height: 20px;
}


.loginForm .tableRow div label
{
    float: none !important;
    width: auto !important;
    text-align: left !important;
}

.fileNotFoundPanel 
{
    padding:32px;
    min-height:350px;
    text-align: center;
}

.fileNotFoundPanel .cmsHTMLSnippet
{
    background: url('WebResource.axd?d=ETNjnWpLxtEV8pzzko8we8bjFVfEk5WdDBRk4Xyq5DnhaOOxAr7vhYCYtkxdVhti0&t=634094400571333829') no-repeat 0px 0px;  
    font-size: 13px;
    width: 450px;
    margin: 0 auto;
    text-align: left;
    line-height: 14px;
    padding: 10px 20px 20px 70px;
}

.fileNotFoundPanel .cmsHTMLSnippet h1 
{
    font-weight: normal;
    font-size: 20px !important;
    margin-bottom: 30px;
    line-height: 25px;
}


.critialErrorPanel
{
    margin:30px;
    font-size:10pt;
    padding:45px 30px 40px 125px;
    background: url('WebResource.axd?d=ETNjnWpLxtEV8pzzko8we1-OZd8SVQjKvNK-uI8fJ46Oj7jnmmVHr8LZSAegbaXmiqtMMs_CtNI44Q7pNFDOeQ2&t=634094400571333829') no-repeat 0px 0px #E7E7E7;   
}

.critialErrorPanel h1
{
    font-size:1.6em;
    font-weight:bold;
    padding-bottom:6px;
    color:#AA211B;
}

.critialErrorPanel h2
{
    font-size:1.1em;
    font-weight:bold;
}

.critialErrorPanel em
{
    color:#AA211B;
}

