﻿body,html
{
border:0;
padding:0;
margin:0;
font-family: arial, helvetica, Sans-Serif;
font-size:10pt;
}

/* ------ Containers ----------------------------*/
#wrapper 
{
	width:900px;
	margin:0 auto 0 auto;	
}
#header 
{
	width:900px;
	float:left;	
	margin:0;
	padding:0;
	border:0;
}

#footer 
{
	width:900px;
	padding:0;
	margin:0 auto 0 auto;
	text-align:left;
	position:relative;
	float:left;
	clear:both;
	background-color: #7cb0d5;
	color:White;
	font-size:8pt;
}
#container 
{
	width:900px;
	position:relative;
	float:left;
	margin-top:0;
	/*display:inline-block;*/
}
#contentHeader 
{
	width:460px;
	margin:5px auto 5px auto;
	text-align:right;
	
}

#content, .content
{
	border-top: solid 4px #7cb0d5;
}

#left 
{
	
}
#accordionContainer 
{
	margin-top:-2px;
}


#right, .right
{
	border-top: solid 4px #7cb0d5;
	padding-top:10px;
}



/* ------ Nav Accordion --------------------------*/
#blueSwish 
{
	margin-bottom:2px;
}
.menuLeftButton 
{
	/*background-color: #7cb0d5;*/
	padding:2px 0 2px 25px;
	color:White;
	margin-bottom:2px;
	background-image:url("../Images/left_nav_bkgrnd.gif");
}
.menuLoginLeftButton 
{
	padding:2px 0 2px 25px;
	color:White;
	margin-bottom:2px;
	background-image:url("../Images/left_nav_bkgrnd.gif");
}
.mainNavLink 
{
	padding:3px 0 3px 35px;
}
.mainNavLink a 
{
	text-decoration:none;
	color:#586576;
	font-size:8pt;
}
.subNavLink 
{
	padding:0 0 0 10px;
}
.subNavLink a
{
	text-decoration:none;
	color: #7cb0d5;
	font-size:8pt;
}

/* ----- Other Navigation --------------------------*/

#diaryViewNavControls 
{
	padding:5px 5px 5px 5px;
}
#inboxNavControls, #inboxHeader
{
	padding: 5px 5px 5px 5px;
}

#testYourselfControlStrip 
{
	width:460px;
	margin:0 auto 0 auto;
	border-top:solid 1px #586576;
	border-bottom:solid 1px #586576;
}


/* ----- Panels ------------------------------------*/
.helpPanel
{
	width:460px;
	margin:0 auto 0 auto;
	/*border-bottom:solid 1px black;*/	
	overflow:hidden;
}
.bodyPanel
{
	width:460px;
	margin:0 auto 0 auto;
	border-top:solid 1px black;
}
.answerPanel 
{
	width:460px;
	margin:0 auto 0 auto;
	overflow:hidden;
}

.textPanel 
{
	width:460px;
	margin:0 auto 0 auto;	
}
#answerButton
{
	text-align:right;
}

/* ---------- calendar popup (ajax) ------ */

.ajax__calendar_container 
{
	border:solid 1px black;
}



/* ------------------------------------------------- */
#breadcrumbs 
{
	float:left;
}
#revealHelp 
{
	float:right;	
}
.sideBarHeader
{
	/*background-color:#eff9ee;*/
	padding:5px 0 5px 10px;
	border:solid 1px #586576;
	background-image:url("../Images/right_nav_buttons.gif")	;
}
#login 
{
	margin-left:200px;
	width:500px;
	float:left;
	text-align:left;
}

/* Text Styles */
.nonDecLink, .nonDecLink8
{
	text-decoration:none;
	color:#586576;
}
.nonDecLinkWhite, .nonDecLinkWhiteBold8 
{
	text-decoration:none;
	color:White; 	
}
.nonDecLink8 
{
	font-size:8pt;
}
.nonDecLinkWhiteBold8
{
	font-weight:bold;
	font-size:8pt;
}
.sansSerifTextBox 
{
	font-family:Arial;	
	font-size:10pt;
}
.blueText 
{
	color:#7cb0d5;
	text-decoration: none;
}
h1 
{
	font-size:16px;
	color:#586576;
}
h2 
{
	font-size:12px;
	color:#586576;
}
body
{
	color:#586576;
}
a
{
	color: #7cb0d5;
	text-decoration:none;
}
.replyText
{
	color:Black;	
}
.bold
{
}
