body {
	text-align: center;
	background-color: #29207b;	
	margin: 0;
	font-family: Arial;
	font-size: 12px;	
}

#container {
	width: 980px;
	border: 1px solid #29207b;
	text-align: left;
	background-color: white;
	/* Margin setting to compensate for centering of div in Firefox */
	margin: 0 auto; 
}

	#header {
		width: auto;
	}
	
	#adminheader {
		width: auto;		
		text-align: right;
		height: 80px;
	}
	
	#admintitleimage {
		float: left;
	}
	
	#adminquickaccessmenu {
		float: right;			
	}
	
	#loginarea {
		width: auto;		
		padding: 4px 0px 4px 0px;
		background-color: #c8c8c8;
	}
	
	#admincontent {
		width: auto;
	}
	
	#sidemenuarea {
		width: 170px;
		float: left;	
	}	
	
	#admincontentcontainer {
		width: 810px;
		float: right;	
	}
	
	#contentarea {
		width: auto;
		font-family: Arial;
		background-color: white;
		padding: 0px 0px 0px 0px;
		text-align: left;
		line-height: 150%;
		font-size: 12px;
		color: black;
	}
	
	#footer {
		width: auto;
	}
	
	


h1 {
		font-size: 2em;
		font-weight: bolder;
		color: black;
		text-align: left;
		margin: 0em 0em .67em 0em;
}

h2 {
		font-size: 1.5em;
		font-weight: bolder;
		color: black;
		text-align: left;
		margin: 0em 0em .75em 0em;
}

h3 {
		font-size: 1.17em;
		font-weight: bolder;
		color: black;
		text-align: left;
		margin: 0em 0em .83em 0em;
}

h4 {
		font-size: 1em;
		font-weight: bolder;
		color: black;
		text-align: left;
		margin: 0em 0em 1.2em 0em;
}

h5 {
		font-size: 0.83em;
		font-weight: bolder;
		color: black;
		text-align: left;
		margin: 0em 0em 1.5em 0em;
}

h6 {
		font-size: 0.75em;
		font-weight: bolder;
		color: black;
		text-align: left;
		margin: 0em 0em 1.67em 0em;
}

hr {
	color: #001454;
	height: 1px;
}

/* Remove margin & padding around form tag */
form {
	margin: 0px;
	padding: 0px;
}


a {
	color: black;
	text-decoration: none;
}

a:visited {
	color: black;
	text-decoration: none;
}

.smalltext {
	font-size: 7pt;
}

.errortext {
	color:red;
	font-size: 8pt;
}

a:hover {
	text-decoration: none;
}

.asholder
	{
		position: relative;
	}


img {
	border: none;
}

td {
	font-family: Arial;
	font-size: 12px;
}

table.templatetable td {
	vertical-align: top;
}

input {
	font-family: Arial;
	font-size: 12px;
	color: #3e3e3e;
}

textarea {
	font-family: Arial;
	font-size: 12px;
	color: #3e3e3e;
}

select {
	font-family: Arial;
	font-size: 12px;
	color: #3e3e3e;
}











.loginlogoutbar {
	margin-top: 6px;
	text-align: center;	
	font-size: 7pt;
	color: white;
}

.loginlogoutbar .usernameinput,.passwordinput,.lostpasswordemailinput {
	font-size: 7pt;
	border: 0px solid gray;
}

.loginlogoutbar .button {
	font-family: Arial, Helvetica, sans-serif;	
   font-size: 11px;
	color: white;
	border: 0px solid gray;
	background-image: url(images/smallbtnbkg.gif); 
	background-repeat: repeat-x;
	height: 16px;
	padding: 0px 8px 0px 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.loginlogoutbar .button:hover {
   cursor: pointer;
}
















/* ListTable */


/* Class used for content of table */
table.listtable {
	background-color: white;
	border: 1px solid #434343;
	border-collapse: collapse;
	color: black;
}

/* main font & grid borders for grid */
table.listtable td {
	font-size: 8pt;
	border-left: 1px solid #434343;
	border-right: 1px solid #434343;
}

		/* Table toolbar */
		table.listtable tr.toolbar td {
			background-color: #434343;
			border: 1px solid #434343; 
			height: 26px;
			color: white;
		}
		
				/* Table title */
				table.listtable td.title {
					font-size: 12pt;
					font-weight: bold;
				}
				
				/* Paging controls (effectively current page) */
				table.listtable .paginglinks {
					color: #d85008;
					font-size: 8pt;
					font-weight: bold;
				}
				
				/* Paging control links */
				table.listtable .paginglinks a {
					color: white;
					font-size: 8pt;
					font-weight: bold;
				}
				
				/* Paging controls links visited */
				table.listtable .paginglinks a:visited {
					color: white;
					font-size: 8pt;
					font-weight: bold;
				}
				
				/* Paging info (ie. Page x of y (z rows) */
				table.listtable .paginginfo {
					font-style: italic;
				}
				
				/* "Add new" button */
				table.listtable .addnewbutton,
				table.listtable .deletebutton,
				table.listtable .savebutton,
				table.listtable .exportbutton,
				table.listtable .searchbutton
				 {
				/*	background-image: url(images/btnbkg.gif); 
			      text-decoration: none;
					border: none;
					height: 18px;
					background-position: center;
					background-color: transparent;
			      color: #FFFFFF;
					font-size: 8pt;
					padding-left: 2px;
					padding-right: 2px;
					background-repeat: repeat-x; */
				}
				
				table.listtable .addnewbutton:hover,
				table.listtable .deletebutton:hover,
				table.listtable .savebutton:hover,
				table.listtable .exportbutton:hover,
				table.listtable .searchbutton:hover {
				/*	background-image: url(images/btnbkg_down.gif); 
			      text-decoration: none;
					border: none;
					height: 18px;
					background-position: center;
					background-color: transparent;
			      color: #FFFFFF;
					font-size: 8pt;
					padding-left: 2px;
					padding-right: 2px;
					background-repeat: repeat-x; */
				}
				
				
		
		/* Titlebar of table & column headings */
		table.listtable tr.titlebar td {
			background-color: #434343;
			border-left: 1px solid #434343; 
			border-right: 1px solid #434343; 
			font-weight: bold;
			color: white;
		}
		
		table.listtable tr.titlebar td a {
			color: white;
		}
		
		table.listtable tr.searchbar td {
			background-color: #d0d0d0;
			border-left: 1px solid #434343; 
			border-right: 1px solid #434343; 
			border-bottom: 1px solid #434343;
			font-weight: bold;
		}

		/* Style for content rows */
		table.listtable tr.contentrows td {
		   background-color: #FFFFFF;
		}
		
		/* Style for striped/alternate content rows */
		table.listtable tr.alternaterows td {
		   background-color: #F0F1F2;
		}

table.listtable a {
	text-decoration: none;
	color: black;
}

table.listtable a:visited {
	text-decoration: none;
	color: black;
}

table.listtable a:hover {
	text-decoration: underline;
}

table.listtable input {
	font-size: 8pt;
}

table.listtable select {
	font-size: 8pt;
}











/* EditTable */

table.edittable {
	background-color: white;
	font-size: 10pt;
	border: 1px solid gray;
	border-collapse: collapse;
}


.small_submitbutton {
		height: 19;
		font-size: 11px;
}

/* top menu */

.topmenu {	
	margin-left: 0px;
	background-color: #607b8e;
	border-top: 0px solid white;
	border-bottom: 1px solid white;
}

.topmenu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

.topmenu li {
	display: inline;
}

.topmenu a {
	background-color: #607b8e;
	border-right: 1px solid white;
	border-top: 1px solid white;
	color: white;
	display: block;
	float: left;
	line-height: 20px;
	padding: 0 18px;
	text-decoration: none;
	font-size: 8pt;
	font-family: Arial;
}

.topmenu a:hover {
   background-color: #8aaec6;
}



/* side menu */

.sidemenu {
	width: 160px;
	background-color: #dbdbd9;
	height: 100%;
   border-left: 1px solid #dbdbd9;
	border-right: 1px solid #dbdbd9;
	border-bottom: 1px solid #dbdbd9;
	margin-left: 0px;
	padding-left: 0px;
}

.sidemenu li {
	margin: 0;
	padding: 0 0;
	font-size: 8pt;
	font-family: Arial;
	list-style-type: none;
}


.sidemenu a {
	text-decoration: none;
	display:block;
	text-align: left;
	padding-left: 10px; 

	margin-top: 0;
	height: 20px;
	line-height: 20px;
	font-weight:normal;
	background-color: #f0f0f0 ;
	border-bottom: none;
	color: #444444 ;
}

.sidemenu a:hover {
   background: #d1d1d1; 
	color: black;
	text-decoration: none;
}

.sidemenu .selected {
	text-decoration: none;
	display:block;
	text-align: left;
	padding-left: 10px; 

	margin-top: 0;
	height: 20px;
	line-height: 20px;
	font-weight:normal;
	background-color: #d2e6c7 ;
	border-bottom: none;
	color: #3e5a27 ;
}

.sidemenu .title {
	padding: 0 4px;
	height: 20px;
	line-height: 20px;
	color: #cccccc;
	font-weight: bold;
/*	border-top: 1px solid #dbdbd9; */
	background: #708090 url(images/glass.png) repeat-x 50% 50%;
} 

.sidemenu .title a {
	font-weight: bold;
	background-color: #EAF4F6;
	color: #000000;
	display:inline;
} 



}





/* adminlisttable */

/* Class used for content of table */
table.adminlisttable {
	background-color: white;
	border: 0px solid #536777;
	border-collapse: collapse;
	color: black;
}

/* main font & grid borders for grid */
table.adminlisttable td {
	font-size: 8pt;
}

table.adminlisttable tr {
		   background-color: #f0f0f0;
			border-bottom: 1px solid white;
}

table.adminlisttable tr:hover {
	background-color: #e0e0e0;
}

		/* Table toolbar */
		table.adminlisttable tr.toolbar td {
			background-color: white;
			height: 26px;
		}
		
				/* Table title */
				table.adminlisttable td.title {
					font-size: 12pt;
					font-weight: bold;
					color: black;
				}
				
				/* Paging controls (effectively current page) */
				table.adminlisttable .paginglinks {
					color: #dc143c;
					font-size: 8pt;
					font-weight: bold;
				}
				
				/* Paging control links */
				table.adminlisttable .paginglinks a {
					color: #446c88;
					font-size: 8pt;
					font-weight: bold;
				}
				
				/* Paging controls links visited */
				table.adminlisttable .paginglinks a:visited {
					color: #446c88;
					font-size: 8pt;
					font-weight: bold;
				}
				
				/* Paging info (ie. Page x of y (z rows) */
				table.adminlisttable .paginginfo {
					font-style: italic;
				}
				
				
				
				
				/* "Add new" button */
				table.adminlisttable .addnewbutton,
				table.adminlisttable .deletebutton,
				table.adminlisttable .savebutton,
				table.adminlisttable .exportbutton,
				table.adminlisttable .searchbutton
				 {
					background-image: url(images/btn_108x22.gif); 
					background-repeat: no-repeat;
			      text-decoration: none;
					border: none;
					height: 22px;
					width: 108px;
					background-position: center;
					background-color: transparent;
			      color: white;
					font-size: 11px;
					padding-left: 14px;
					padding-right: 14px;
					font-family: Arial, Helvetica, sans-serif;
				}
				
				table.adminlisttable .addnewbutton:hover,
				table.adminlisttable .deletebutton:hover,
				table.adminlisttable .savebutton:hover,
				table.adminlisttable .exportbutton:hover,
				table.adminlisttable .searchbutton:hover {
					background-image: url(images/btn_108x22.gif); 
			      text-decoration: underline;
					border: none;
					height: 22px;
					width: 108px;
					background-position: center;
					background-color: transparent;
			      color: white;
					font-size: 11px;
					padding-left: 14px;
					padding-right: 14px;
					background-repeat: no-repeat;
					cursor: pointer;
					font-family: Arial, Helvetica, sans-serif;
				}
				
				
		
		/* Titlebar of table & column headings */
		table.adminlisttable tr.titlebar td {
			background-color: #001454;
/*			border-left: 1px solid white; 
			border-right: 1px solid white;  */
			border-bottom: 2px solid white;  
			font-weight: bold;
			color: white;			
		}
		
		table.adminlisttable tr.titlebar td a {
			color: white;
		}
		
		table.adminlisttable tr.headerbar td {
			background-color: #be9d67;
			border-left: 1px solid white; 
			border-right: 1px solid white; 
			border-bottom: 1px solid white;  
			font-weight: bold;
			color: #831d35;
		}
		
		table.adminlisttable tr.searchbar td {
			background-color: #92a4b1;
			border-left: 1px solid #627888; 
			border-right: 1px solid #627888; 
			border-bottom: 1px solid #536777;
			font-weight: bold;
		}

		/* Style for content rows */
		table.adminlisttable tr.contentrows td {
		   border-bottom: 2px solid white;
		}
		
		/* Style for striped/alternate content rows */
		table.adminlisttable tr.alternaterows td {
		   border-bottom: 2px solid white;
		}
		
		table.adminlisttable tr.selectedrow {
		   border-bottom: 2px solid white;
			font-weight: bold;
		}
		
		table.adminlisttable tr.groupheadings {
			background-color: #eee4d2; 
			height: 18px;
			cursor: pointer;			
		}
		
		table.adminlisttable tr.groupheadings td {
			border-top: 2px solid white;
			border-bottom: 2px solid white;
			padding-left: 4px;
			padding-right: 4px;
			font-weight: bold;
			font-size: 10pt;
			color: black;			
		}

		table.adminlisttable tr:hover.groupheadings td {
			color: #831d35 ;
			background-color: #eee4d2; 
			cursor: pointer;
		}

table.adminlisttable a {
	text-decoration: none;
	color: black;
}

table.adminlisttable a:visited {
	text-decoration: none;
	color: black;
}

table.adminlisttable a:hover {
	text-decoration: underline;
}

table.adminlisttable input {
	font-size: 8pt;
}

table.adminlisttable select {
	font-size: 8pt;
}




table.admineditareaframe {
	border: 1px solid #d6dada;
	border-collapse: collapse;
	background-color: #f0f0f0;
}




table.admineditarea {
	border: 0px solid #536777;
	background-color: #f0f0f0;
}

	
	
	
table.admineditareaframe2 {
	border: 1px solid #8e8e8e;
	border-top: none;
	border-collapse: collapse;
	background-color: #f0f0f0;
}
	
	
	
	
	
	
	
#tabs4 {
      float: left;
      width: 100%;
      line-height: normal;
      border-bottom: 1px solid #8e8e8e;
}

#tabs4 ul {
          margin: 0;
			 margin-left: -40px;
          padding: 10px 10px 0 50px;
          list-style: none;
}

#tabs4 li {
      display: inline;
      margin: 0;
      padding: 0;
}

#tabs4 a {
      float: left;
      background: url("images/tab4_left.gif") no-repeat left top;
      margin: 0;
      padding: 0 0 0 3px;
      text-decoration: none;
      margin-left: 1px;
}

#tabs4 a span {
      float: left;
      display: block;
      background: url("images/tab4_right.gif") no-repeat right top;
      padding: 5px 10px 4px 6px;
      color: #626262;
      }

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs4 a span {float:none;}

/* End IE5-Mac hack */
#tabs4 a:hover span {
      color: #831d35;
}

#tabs4 a:hover {
      background-position:0% -42px;
}

#tabs4 a:hover span {
      background-position:100% -42px;
}

#tabs4 #current a {
      background-position:0% -42px;
}

#tabs4 #current a span {
      background-position:100% -42px;
		color: #831d35;
		font-weight: bold;
}

#tabs4 #link a {
		background-image: url(images/redbtn_100x18.gif); 
		background-repeat: no-repeat;		
		background-position: center;
		height: 18px;
		width: 100px;
		margin-left: 10px;
      text-decoration: none;	
      color: #FFFFFF;
		padding-left: 0px;
		padding-top: 2px;
		font-size: 8pt;
		text-align: center;
}

#tabs4 #link a:hover {
      background-image: url(images/redbtn_100x18.gif); 
		background-repeat: no-repeat;
		background-position: center;
		color: #be9d67;
		height: 18px;
		width: 100px;
		font-size: 8pt;
		padding-left: 0px;
		text-align: center;
}








table.reportsectionstable {
	background-color: #f3f3f3;
	border: 1px solid #9c9c9c;
	border-collapse: collapse;
	color: black;	
}

table.reportsectionstable tr.items td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

table.reportsectionstable tr.selected td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #dc143c;
}

table.reportsectionstable tr.highlight td {
	font-weight: bold;
	color: #00008b;
}



table.reportsectionstable tr.selected td a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #dc143c;
}

table.reportsectionstable tr.title td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	background-color: #afc8e0;
	color: black;
}


#reportcontent {
	font-family: Arial;
	font-size: 10pt;		
	color: black;
	text-align: left;
	background-color: white;
	padding: 0;
	margin: 0;
}



.justbutton  {
	background-image: url(images/btn_108x22.gif); 
	background-repeat: no-repeat;
   text-decoration: none;
	border: none;
	height: 22px;
	width: 108px;
	background-position: center;
	background-color: transparent;
   color: white;
	font-size: 11px;
	padding-left: 14px;
	padding-right: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.justbutton:hover {
	background-image: url(images/btn_108x22.gif); 
     text-decoration: underline;
	border: none;
	height: 22px;
	width: 108px;
	background-position: center;
	background-color: transparent;
   color: white;
	font-size: 11px;
	padding-left: 14px;
	padding-right: 14px;
	background-repeat: no-repeat;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
}


.reportheading {
		font-family: Arial;
		font-size: 12pt;
		font-weight: bolder;
		color: red;
		text-align: left;
		margin: 0em 0em 2em 0em;
		text-transform: uppercase;
}

.reportsubheading {
		font-family: Arial;
		font-size: 11pt;
		font-weight: bolder;
		color: #002060;
		text-align: left;
		margin: 0em 0em .25em 0em;
}

.pbreak {
	page-break-after: always;
}










.iform {
	margin:0px auto;
}

.iform .titlebar {
	background-color: #dbe7f2;
	border-bottom: 3px solid #264973;
	padding: 0px;
	margin-bottom: 30px;
	height:64px;
	background-image: url(images/formheaderbkg.gif);
	background-repeat: repeat-x;
}

.iform .titlebar .backicon {
	float: left;
	padding-top: 6px;
	padding-left: 4px;
}

.iform .titlebar .titletext {
	float: left;
	margin-left: 10px;
}

.iform .titlebar .titletext .title {
	color: black;
	font-size: 1.5em;
	font-weight: bolder;
	text-align: left;
	padding-top: 12px;
}

.iform .titlebar .titletext .instructions {
	color: #5c5c5c;
	font-size: 10px;
	text-align: left;
}


.iform .titlebar .titleicon {
	float: right;
	margin-top: 6px;
	margin-right: 14px;
}



.iform .footerbar {
	background-color: white;
	border-top: 3px solid #264973;
	padding: 2px;
	margin-top: 30px;
}


.iform ul { 
	margin:0; 
	margin-left: 30px;
	padding:0; 
	list-style:none;
}

.iform ul ul { 
	overflow:auto
}

.iform li { 
	padding-bottom:8px;
}

.iform label { 
	display:block; 
	float:left; 
	line-height:26px;
}

.iform .separator { 
	border-bottom: 2px solid #264973;
	position: relative;
	top:-6px;
}

.iform .caption { 
	font-size:14px;
	font-weight:bold;
}

.iform .notes { 
	font-size:8pt;
	color: #757575;
}

.iform label.ilabel { 
	width:auto; 
	display:inline; 
	float:none; 
	line-height:26px; 
	padding:0 5px
}

.iform .ierrormessage {
	color: #dc143c;
	margin-left:10px;
	top:-2px;
	font-size: 8pt;
	position: relative;
}

.iform .itext,.iform .itextarea,.iform .iselect,.iform .ibutton { 	
	border:1px solid #999; 
	margin:0;
	padding:3px;
	background: #fff;
}

.iform .itext:hover,.iform .itextarea:hover,.iform .iselect:hover,.iform .ibutton:hover,
.iform .itext:focus,.iform .itextarea:focus,.iform .iselect:focus,.iform .ibutton:focus {
	border-color: #2f4f4f;
	background:#fff;
}

.iform .itext_error,.iform .itextarea_error,.iform .iselect_error,.iform .ibutton_error { 	
	border:1px solid #dc143c; 
	margin:0;
	padding:3px;
	background: #fff;
}

.iform .itext_error:hover,.iform .itextarea_error:hover,.iform .iselect_error:hover,
.iform .itext_error:focus,.iform .itextarea_error:focus,.iform .iselect_error:focus {
	border-color: #dc143c;
	background:#fff;
}
