h1{
	font-size:24px;
	font-weight:bold;
	color:#32221A;
	font-style:italic;
}

h2{
	font-size:18px;
	font-weight:bold;
	color:#103027;
	margin-bottom:5px;
}

body{
	text-align:center;
	background-image:url('../images/greyfade1.png');
	background-repeat: repeat-x;
	background-color: #7C7C7C;
}

#main{
	text-align:left;
	width: 800px;
	border: 1px solid #6A7A8D;
	margin-left: auto;
	margin-right:auto;
	background-color:#ffffff;
}

#maincenter{
	padding: 0px 10px 10px 10px;
	/*position:relative;*/
}

#loginLink{
	padding-left:20px;
	padding-top:20px;
	display:inline;
	text-align:right;
}
#loginLink a{
	font-size:10px;
	color:#C8BA8E;
}

.field{
	margin:10px 0px;
}
.field label{
	font-weight:bold;
	margin-right: 10px;
	display:block;
}

.fieldGroup {
	margin-left:5px;
    border-top: 1px dashed #000;
	border-left: 1px dashed #000;
	padding:5px 10px;
}

.fieldGroupTitle{
	font-weight:bold;	
}

.standardInputLabel{
	font-weight:bold;
	margin-right: 10px;
	font-size:14px;
}
.standardInput{
	font-size:14px;
}
.standardInputInstruction{
	font-size:11px;
	font-style:italic;
}

.standardInputButton{
	font-size:12px;
	background-image: url('../images/buttonback1.png');
	color:#ffffff;
	border: solid 1px #5D5B45;
	margin-top:10px;
}

.addNewLink{
	font-size:12px;
	float:right;
}

.centerWrapper{
	text-align:center;
}

/* format the edit content link */
a.editLink{
	float:right;
	font-size:10px;
	margin-top:10px;
}

/* reduce the size of <p> in the content body */
#contentBody {
	/*position:relative;*/
}


.feeBox{
	padding:10px;
	margin-top:0px;
}
.feeBox .label{
	font-size:12px;
	font-weight:bold;
	padding-right:10px;
}
.feeBox .value{
	font-size:12px;
	font-style:normal;
	text-align:right;
}

.registerDateBox{
	background-image: url('../images/calendar-empty-64x64.png');
	background-repeat: no-repeat;
	height:64px;
	width:64px;
	text-align:center;
	font-size:12px;
	padding-top:12px;
}
.registerDateBox div.dateInset{
	border-top: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #eeeeee;
	border-bottom: solid 1px #eeeeee;
	margin-left:auto;
	margin-right:auto;
	width:40px;
	padding:1px;
	text-align:left;
}
.registerDateBox div.deactive{
	text-decoration: line-through;
	color:#808080;
	background-color: #dddddd;
}
.registerDateBox div.current{
	text-decoration: line-through;
	color:#808080;
	background-color: #FFFFDC;
}
.registerDateBox div.active{
	text-decoration: none;
	background-color: #65730F;
	color:#ffffff;
}
.registerDateBox a{
	text-decoration: none;
	color:#ffffff;
}
.registerDateBox a:hover{
}

.spacer{
	height:5px;
}

.optionBox{
	background-color:#ECE2BB;
	border-top: solid 1px #FFF6CF;
	border-left: solid 1px #FFF6CF;
	border-right: solid 1px #CCBF97;
	border-bottom: solid 1px #CCBF97;
	font-size:12px;
	text-align:left;
	padding:3px;
}
.optionBoxTitle{
	padding:7px 2px 2px 37px;
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
	background-color:#65730F;
	font-style:italic;
	height:23px;
}


/* css for the start screen */
table.functionTable td{
   border-top:1px dashed #DDDDDD;
   padding-bottom:10px;
}
.fuctionTitleBox{
   font-size:14px;
   padding-top:5px;  
}
.functionDescriptionBox{
   font-size:14px;
   padding-top:5px; 
   padding-left:5px;  
}
.slRow{
   background-color:#ffffff;  
}
.sdRow{
   background-color:#ffffff;   
}

.buttonRow{
	margin-top:20px;
}

.numCell{
	text-align:right;
}

input.numeric{
	text-align:right;
}

.applicationMessage{
	color:#798912;
	font-weight:bold;
	padding:5px;
	margin-top:10px;
	margin-bottom:10px;
	background-color:#F8FBE1;
}

.homeFeaturedLink{
	font-size:18px;
	font-weight:bold;
	width:150px;
	height:50px;
	padding:2px 2px 2px 48px;
	margin-top:40px;
}
.homeFeaturedLink a{
	color:#000000;
}
