/*
Color scheme:

Burgundy: 			#831d35
Gold: 				Very light gold:	#f9f5ee
Light gold hover: #eee4d2
Black: 				#000000

*/


body {
	background-color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	margin: 10px auto;
	line-height: 150%;
}

hr {
	height: 1px;
}

h1 {
	   font-family: Arial, Helvetica, sans-serif;
		font-size: 14pt;
		font-weight: bold;
		color: Black;
		margin: 0px;
		padding: 0px;
		margin-bottom: 6px;
}

h2 {
	   font-family: Arial;
		font-size: 12pt;
		font-weight: bold;
		margin: 4px;
		color: Black;
		margin: 0px;
		padding: 0px;
		margin-bottom: 6px;
}

h3 {
		font-family: Arial;
		font-size: 12pt;
		font-weight: bold;
		color: Black;
		margin: 0px;
		padding: 0px 0px 6px 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;
}


/* loginlogout bar */ 
table.loginlogoutbar 
{
	border: none;
	color: #b8860b;
	text-align: left;
	height: 24px;
	vertical-align: middle;
}

table.loginlogoutbar td
{
	font-size: 7pt;
	padding: 2px;
}

table.loginlogoutbar input
{
	font-size: 7pt;
	border: 1px solid #242424;
	background-color: #151515;
	color: white;
}

table.loginlogoutbar .btn2 { 
}


table.loginlogoutbar .btn { 
/*	   background-image: url(images/redbtn_100x18.gif); */
      text-decoration: none;
		border: none;
/*		width: 100px; */
		height: 18px;
		background-position: center;
		background-color: transparent;
      color: gray;
		font-size: 8pt;
/*		padding-left: 14px;
		padding-right: 14px; */
		background-repeat: no-repeat;
}

table.loginlogoutbar .btn:hover { 
	   /*	   background-image: url(images/redbtn_100x18.gif); */
      text-decoration: underline;
		border: none;
/*		width: 100px; */
		height: 18px;
		background-position: center;
		background-color: transparent;
      color: gray;
		font-size: 8pt;
/*		padding-left: 14px;
		padding-right: 14px; */
		background-repeat: no-repeat;
		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: #f3e9dc ;
	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: black;
	font-weight: bold;
	background: #dab78f;
} 

.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;
	color: black;
}

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

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

		/* Table toolbar */
		table.adminlisttable tr.toolbar td {
			background-color: black;
			height: 26px;
		}
		
				/* Table title */
				table.adminlisttable td.title {
					font-size: 12pt;
					font-weight: bold;
					color: white;
				}
				
				/* 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: #484848;
					font-size: 11px;
					padding-left: 14px;
					padding-right: 14px;					
					padding-top: 4px;	
				}
				
				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: black;
					font-size: 11px;
					padding-left: 14px;
					padding-right: 14px;
					background-repeat: no-repeat;
					cursor: pointer;
					padding-top: 4px;	
				}
				
				
		
		/* Titlebar of table & column headings */
		table.adminlisttable tr.titlebar td {
			background-color: #dab78f;
			font-weight: bold;
			color: black;			
		}
		
		table.adminlisttable tr.titlebar td a {
			color: black;
		}
		
		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 black;
			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 #4B4B4B;
	border-collapse: collapse;
}




table.admineditarea {
	border: 0px solid #4B4B4B;
	background-color: white;
}

	
	
	
table.admineditareaframe2 {
	border: 1px solid #4B4B4B;
	border-top: none;
	border-collapse: collapse;
}
	
	
	
	
	
	
	
#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.quickaccessbar td {
	width: 70px;
}

table.quickaccessbar td a {
	font-size: 10pt;
	color: white;
}



.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: #484848;
	font-size: 11px;
	padding-left: 14px;
	padding-right: 14px;					
	padding-top: 4px;	
}

.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: black;
	font-size: 11px;
	padding-left: 14px;
	padding-right: 14px;
	background-repeat: no-repeat;
	cursor: pointer;
	padding-top: 4px;	
}