﻿body
{
	margin: 0;
	padding: 0;
	font: 85% arial, hevetica, sans-serif;
	text-align: center;
	color: #343031;
	background-color: #ffffff;	
}

.errorText
{
    color: Red;
}

#container
{
	margin: 1em auto;
	width:870px;
	text-align: left;
	background-color: #fff;	
	border: 1px solid #343031;
}

#header
{
	width: 100%;
	position: relative;
	border: 1px none #000;
	padding: 10px;	
}

#header H1
{
	margin-bottom:0;
	font-size:xx-large;
}

#loginNav
{
    float: right;
    margin-right: 200px;
    margin-top: 50px;
    width: 300px;
}

#loginBox
{
    font-size: 18px;
    width:300px;
    padding:20px;
    
}

a:link
{
	color: #3b6b9c;
	font-weight:bold;
}

a:visited
{
	color: #343031;
	font-weight:bold;
}

a:hover
{
	color: #343031;
	font-weight:bold;
}

/*****************************************
    Right Panel
******************************************/

#rightPanel
{
	float: right;
	width: 220px;	
	padding-left: 30px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
}

#rightPanel div
{
    margin: 5px 0;
	font-size: 95%;
	color: #84888b;
	text-align:center;
}

#rightPanel a
{

}

#rightPanel label
{
    width: 165px;
	padding-top: 2px;
}

#rightPanel .textBox
{
    width: 150px;
	padding: 2px;
	border: 1px solid #84888b;
}

#rightPanel .buttons
{
    float: right;
	margin-right: 30px;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	background: #3b6b9c;
}


/*****************************************
    Contents
******************************************/

#contents 
{ 
    margin:  10px;
}

#contents H1
{
	color: #ff7e08;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#contents H2
{     
    color: #343031;
    margin-bottom: 0px;
}

#contents H3
{
	margin-bottom: 0px;
}

#contents P
{

}

#contents P .accented
{
	color: #343031;
	font-weight: bold;
	font-size: 105%;
	font-variant: small-caps;
}

#contents UL LI
{
	margin-bottom: 5px;
}

#leftDiv
{
	float:left;
	padding:10px;
}

.tripleDisplay
{
	width:100%;
	text-align:center;	
}

.tripleDisplay div
{
	color: White;
	width: 170px;
	height: 100px;
	padding: 10px;
	text-align: left;
}

.tripleDisplay .bluePanel
{
	background-color: #06b6f2;	
}

.tripleDisplay .orangePanel
{
	background-color: #ff7e08;	
}

.tripleDisplay .greenPanel
{
	background-color: #a7e81c;	
}


/*****************************************
    Footer
******************************************/

#footer
{
	height:80px;
	clear: both;
	color: #ffffff;
	text-align: left;
	background-color: #343031;
	font-size: 90%;
	padding: 10px;
}

#footer div
{
	padding-top: 40px;
}

/*****************************************
    Module List
******************************************/

#moduleList
{
    width: 650px;
}

#moduleList .moduleDisplay
{

}

#moduleList img
{
    float: left;
    margin-right:10px;
}

#moduleList .moduleDisplayText
{
    min-height: 100px;
}

#moduleList h3
{
    margin: 0 0 5px 0;
    padding: 0;
}

#moduleList p
{
   margin: 0;
    padding: 0;
}

#moduleList .moduleDisplayButton
{
    float:right;
    margin-left: 10px;
    width:100px;
}

.moduleDisplayButton div
{
    padding: 10px;
    min-height: 30px;    
    background-color: #DDDDDD;
}

.moduleDisplayButton img
{
    margin-top:5px;
}
