body {
	background-color: silver;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	line-height: 140%;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}


h1 {
		font-size: 14pt;
		font-weight: bold;
		margin-bottom: 8px;
		margin-left: 10px;
		color: #0052a2;
}

h3 {
		color: #0052a2;		
}

.mainheading {
		font-size: 22pt;
		font-weight: bold;
		color: #0052a2;
}

.blueheading {
		font-size: 12pt;
		font-weight: bold;
		color: #0052a2;
}

.blackheading {
		font-size: 12pt;
		font-weight: bold;
		color: #474747;
}

.blackheading2 {
		font-size: 10pt;
		font-weight: bold;
		color: #474747;
}

.whiteheading {
		font-size: 12pt;
		font-weight: bold;
		color: white;
}

.greytext {
		color: #828282;
}

.smalltext {
		font-size: 8pt;
}

.smalltext2 {
		font-size: 7pt;
		padding-top: 5px;
		padding-bottom: 5px;
}

.text3 {
		font-size: 10pt;
		padding-top: 5px;
		padding-bottom: 5px;
}


.questionheading {
		font-size: 12pt;
		font-weight: bold;
		color: #0052a2;
		margin-bottom: .5em;
		margin-top: 2em;
		margin-left: .3em;
}

.questiontext {
		font-size: 10pt;	
		margin-bottom: .5em;
		margin-left: 4em;
}

.choicestext {
		font-size: 10pt;	
		margin-bottom: .3em;
		margin-left: 3.5em;
		color: #0283ff;
		}



a {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}


a:hover {
	text-decoration: none;
}

img {
	border: none;
}


table.templatetable td {
	vertical-align: top;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


table.quickaccessbar td {
		font-size: 7pt;		
}

table.quickaccessbar a {
	text-decoration: none;	
	color: #5c5c5c;	
}

table.quickaccessbar a:visited {
	text-decoration: none;
}

table.quickaccessbar a:hover {
	text-decoration: underline;
}




/* ListTable */

/* Class used for content of table */
table.listtable {
	background-color: white;
	border: 1px solid #536777;
	border-collapse: collapse;
	color: black;
}

/* main font & grid borders for grid */
table.listtable td {
	font-size: 8pt;
	border-left: 1px solid #627888;
	border-right: 1px solid #627888;
}

		/* Table toolbar */
		table.listtable tr.toolbar td {
			background-color: #cbd3dc;
			border: 1px solid #627888; 
			height: 26px;
		}
		
				/* Table title */
				table.listtable td.title {
					font-size: 12pt;
					font-weight: bold;
					color: #0053a3;
				}
				
				/* Paging controls (effectively current page) */
				table.listtable .paginglinks {
					color: #dc143c;
					font-size: 8pt;
					font-weight: bold;
				}
				
				/* Paging control links */
				table.listtable .paginglinks a {
					color: #446c88;
					font-size: 8pt;
					font-weight: bold;
				}
				
				/* Paging controls links visited */
				table.listtable .paginglinks a:visited {
					color: #446c88;
					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: #556977;
			border-left: 1px solid #627888; 
			border-right: 1px solid #627888; 
			font-weight: bold;
			color: white;
			background-image: url(images/gridtitlesbkg.gif);
			background-repeat: repeat-x;
		}
		
		table.listtable tr.titlebar td a {
			color: white;
		}
		
		table.listtable 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.listtable tr.contentrows td {
		   background-color: #FFFFFF;
		}
		
		/* Style for striped/alternate content rows */
		table.listtable tr.alternaterows td {
		   background-color: #F0F1F2;
		}
		
		table.listtable tr.groupheadings {
			background-color: #c6daec; 
			height: 18px;
			cursor: pointer;
		}
		
		table.listtable tr.groupheadings td {
			border-top: 1px solid #b6b6b6;	
			border-bottom: 1px solid #b6b6b6;
			padding-left: 0px;
			font-weight: bold;
			color: black;
		}

		table.listtable tr:hover.groupheadings td {
			color: #fe4040 ;
			background-color: #c6daec; 
			cursor: pointer;
		}

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;
}



/* listtable2 */


/* Class used for content of table */
table.listtable2 {
	background-color: white;
	border: 1px solid #878787;  
	border-collapse: collapse;
	color: #474747;
}

/* main font & grid borders for grid */
table.listtable2 td {
	font-size: 8pt;
}

table.listtable2 tr {
		   background-color: white;
}

		/* Table toolbar */
		table.listtable2 tr.toolbar td {
			background-color: #d7d7d7;
			height: 30px;
		}
		
				/* Table title */
				table.listtable2 td.title {
					font-size: 12pt;
					font-weight: bold;
					color: #474747;
				}
				
				/* Paging controls (effectively current page) */
				table.listtable2 .paginglinks {
					color: #004c39;
					font-size: 8pt;
					font-weight: bold;
				}
				
				/* Paging control links */
				table.listtable2 .paginglinks a {
					color: #264c99;
					font-size: 8pt;
					font-weight: normal;
				}
				
				/* Paging controls links visited */
				table.listtable2 .paginglinks a:visited {
					color: #264c99;
					font-size: 8pt;
					font-weight: normal;
				}
				
				/* Paging info (ie. Page x of y (z rows) */
				table.listtable2 .paginginfo {
					font-style: italic;
				}
				
				/* "Add new" button */
				table.listtable2 .addnewbutton {
				}
				
				/* "Delete" button */
				table.listtable2 .deletebutton {
				}
				
				/* "Save" button */
				table.listtable2 .savebutton {
				}
				
				/* "Search" button */
				table.listtable2 .searchbutton {
				}
				
				/* "Export" button */
				table.listtable2 .exportbutton {
				}
		
		/* Titlebar of table & column headings */
		table.listtable2 tr.titlebar td {
			background-color: #d7d7d7;
		   border-bottom: 1px solid #7c7c7c;  
			font-weight: bold;
			color: #133c53;
			height: 20px;
		}

		/* Searchbar */
		table.listtable2 tr.searchbar td {
			background-color: #8aaec6;
		   border-bottom: 1px solid #bababa;  
			font-weight: bold;
		}

		/* Style for content rows */
		table.listtable2 tr.contentrows td {
  		   border-bottom: 1px solid #bababa; 
		}
		
		/* Style for striped/alternate content rows */
		table.listtable2 tr.alternaterows td {
			border-bottom: 1px solid #bababa; 
		}
		
		table.listtable2 tr.selectedrow td {
			border-bottom: 1px solid #bababa;
			background-color: #ff8455;
		}
		
		table.listtable2 tr.groupheadings {
			background-color: #3ca4e2; 
			height: 20px;
			cursor: pointer;
		}
		
		table.listtable2 tr.groupheadings td {
			border-bottom: 1px solid #99cfee; 
			padding-left: 0px;
			font-weight: bold;
		}

table.listtable2 a {
	text-decoration: none;
	color: #474747;
	font-weight: bold;
}

table.listtable2 a:visited {
	text-decoration: none;
	color: #474747;
	font-weight: bold;
}

table.listtable2 a:hover {
	text-decoration: underline;
}

table.listtable2 tr:hover {
	background-color: #f2f2f2;
	border-bottom: 1px solid white; 
}

table.listtable2 tr:hover.groupheadings {
			background-color: #3ca4e2; 
			color: #c7ff00;
			cursor: pointer;
		}

table.listtable2 input {
	font-size: 8pt;
}

table.listtable2 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;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #26303a;
}

.topmenu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

.topmenu li {
	display: inline;
}

.topmenu a {
	background-color: #26303a;
	/* border-right: 2px solid #78bee6; */
	border-top: 2px solid #26303a;
	color: white;
	display: block;
	float: left;
	line-height: 22px;
	padding: 0 16px;
	text-decoration: none;
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold;
}

.topmenu a:hover {
	border-top: 2px solid #c7ff00;
}



/* side menu */

.sidemenu {
	width: 160px;
	background-color: #dadada;
	height: 100%;
   border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	margin-left: 0px;
	padding-left: 0px;
}

.sidemenu li {
	margin: 0;
	padding: 0 0;
	font-size: 11px;
	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: #f2f6f9 ;
	border-top: 1px solid #dadada;
	border-bottom: none;
	color: #556379 ;
}

.sidemenu a:hover {
	color: black ;
	background: #b7cee2;
}

.sidemenu .title {
	padding: 0 4px;
	height: 20px;
	line-height: 20px;
	background-color: #8aaec6;
	color: #264c99;
	border-top: 1px solid #dadada;
} 

.sidemenu .title a {
	font-weight: bold;
	background-color: #EAF4F6;
	color: #000000;
	display:inline;
} 









/* loginlogout bar */ 
table.loginlogoutbar 
{
	background-color: #9dd000;
	border: none;
	color: black;
	text-align: right;
	vertical-align: middle;	
}

table.loginlogoutbar td
{
	font-size: 7pt;
	padding: 2px;
}

table.loginlogoutbar input
{
	font-size: 7pt;
}


table.loginlogoutbar .btn { 
	   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.loginlogoutbar .btn: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;
}





/* 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: #F0F1F2;
			border-bottom: 1px solid white;
}

table.adminlisttable tr:hover {
	background-color: #dfe2e2;
}

		/* 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: #0053a3;
				}
				
				/* 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/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.adminlisttable .addnewbutton:hover,
				table.adminlisttable .deletebutton:hover,
				table.adminlisttable .savebutton:hover,
				table.adminlisttable .exportbutton:hover,
				table.adminlisttable .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.adminlisttable tr.titlebar td {
			background-color: #c3c9c9;
			border-left: 1px solid white; 
			border-right: 1px solid white; 
			border-bottom: 2px solid white;  
			font-weight: bold;
			color: #00305d;			
		}
		
		table.adminlisttable tr.titlebar td a {
			color: #00305d;
		}
		
		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.groupheadings {
			background-color: #c6daec; 
			height: 18px;
			cursor: pointer;
		}
		
		table.adminlisttable tr.groupheadings td {
			border-top: 1px solid #b6b6b6;	
			border-bottom: 1px solid #b6b6b6;
			padding-left: 0px;
			font-weight: bold;
			color: black;
		}

		table.adminlisttable tr:hover.groupheadings td {
			color: #fe4040 ;
			background-color: #c6daec; 
			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: #F0F1F2;
}




table.admineditarea {
	border: 0px solid #536777;
	background-color: #F0F1F2;
}

