﻿/*Header and Footer*/
body {
	position: absolute;
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	width: 100%;
	height: 100%;
	font-family: Verdana,Arial, sans-serif;
	font-size: 11px;
    font-weight:normal;
}
#center {
	position: absolute;
	left: 50%;
	top:  198px;
}
#holder {
	position: absolute;
	width: 820px;
	left: -430px;
	top: -186px;
	overflow: hidden;
	border: 2px solid #ffffff;
}

.welcome {
	font-family:Verdana;
    font-size:13px;
    color:#ffffff;
    text-decoration:none; 
    border: 1px solid #2574b3;
    background-color: #2574b3;
}
.headermenu {
    font-family:Verdana;
    font-size:13px;
    color:#2574b3;
    text-decoration:none; 
}

.headerbar{
    color:#2574b3;
    height:1px; 
    background-color: #2574b3; 
    font-weight: bold; 
    border-left-color: #2574b3; 
    border-bottom-color: #CDCECF; 
    border-top-style: double; 
    border-top-color: #2574b3; 
    border-right-style: double; 
    border-left-style: double; 
    border-right-color: #2574b3; 
    border-bottom-style: double;
    }

.footermenu {
    font-family:Verdana;
    font-size:11px;
    color:#2574b3;
    text-decoration:none; 
}

.footerbar{
    color:#2574b3;
    height:1px; 
    background-color: #CDCECF; 
    font-weight: bold; 
    border-left-color: #CDCECF; 
    border-bottom-color: #EEEFF0; 
    border-top-style: double; 
    border-top-color: #CDCECF; 
    border-right-style: double; 
    border-left-style: double; 
    border-right-color: #CDCECF; 
    border-bottom-style: double;
    }  
    
#copyright {
    font-family:Verdana;
    font-size:11px;
    color:#CDCECF;
    text-decoration:none;
}

#copyright a 
{
	color:#CDCECF;
}

.link {
    font-family:Verdana;
    font-size:11px;
    color:#2574b3;
    text-decoration:none; 
    cursor:pointer
}

/* Master Page Layout */

#master_page
{
	margin: 5px auto 20px auto;
	width: 800px;
}

#master_menu
{
	float: left;
	width: 240px;
	padding-right: 10px;
	padding-left:7px;
}

.sidebar
{
	width: 100%;
	margin-bottom: 10px;
}

.sidebarheader
{
	height: 24px;
	padding: 10px 0 0 35px;
	background-color: #fcfcfc;
	color: #2574b3;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	/*border: 1px solid #2574b3;*/
	border-left: 1px solid #fcfcfc;
	border-right: 1px solid #fcfcfc;
	border-top: 1px solid #fcfcfc;
}

.toollist
{
	padding-top: 0px;
	padding-bottom:10px;
	color:#2574b3;
	font-family: Verdana;
	font-weight:bold;
	font-size:14px;
}

.sidebarcontent
{	
	/*border: 1px solid #2574b3;*/
	border-left: 1px solid #2574b3;
	border-right: 1px solid #2574b3;
	border-top: 1px solid #2574b3;
	border-bottom: 1px solid #2574b3;
	padding: 20px 20px 20px 10px;
	line-height: 1.5em;
	font-weight: bold;
}


#master_content
{
	float: left;
	width: 550px;
	margin-right: -550px;
	color: #ffffff;
}


#master_content ul
{
	margin: 0 25px 0 30px;
}

#master_content ul li ul li
{
	list-style-type: disc;
}

#master_contentheader
{
	/*height: 34px;*/
	height: 0px;
}

#master_contentplaceholder
{
	padding: 10px 20px 40px 20px;
	border-left: 1px solid #2574b3;
	border-right: 1px solid #2574b3;
	border-bottom: 1px solid #2574b3;
	border-top: 1px solid #2574b3;
	background-color: #ffffff;
	line-height: 1.5em;
}


/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}


/* DropShadow */

#master_content .dropShadowPanel span {color:#666666;text-decoration:underline;}
#master_content .dropShadowPanel span:hover {text-decoration:none;}


.dropShadowPanel 
{
	width:300px;
	background-color:#EFEFEF;
	color:#666666;
	font-weight:bold;
}

.signinPannelText
{
	font-weight:normal;
}

#master_contentSigninPannel
{
	position:absolute;
	top: -8888px;
	clear: both;
}

.search 
{
	Width:121px;
	Height:14px;
	border: 1px solid #2574b3;
}