/*------------------------------------------------------------------------------*\
	Stylesheet for H2H Registration Software
	Author:		Ben Keen [ben.keen@gmail.com]
\*------------------------------------------------------------------------------*/

/* styles for main pages layout */
.origTopBanner { background-color: #000F83; }	/* for login screen */
.topBanner	{ background-color: #8A8FBB; }
.leftColumn { background-color: #DED7CD; }

.navCurrPage { color: black; font-weight: bold; }
.indent	     { padding-left: 20px; }

td, th, p, input, textarea, select, ul, li { 
	font-family: tahoma, arial; 
	color: black;
	font-size: 8pt;
}

#button {
	font-family: tahoma, arial;
	color: #003300;
	font-size: 10pt;
}
#button_blue {
	font-family: arial, courier;
	color: #003366;
	font-size: 8pt;
}
img { border: none; }

.highlighted_text { color: #990000; }

table td.nav {
  font-family: verdana;
}

a { color: #3333cc; }

.delete_col { 
	background-color: #990000;
	color: white;
}

.inputFieldCheckLink {
  color: black;
  text-decoration: none;
}

/*-------------- page titles ---------------*/
.title {
	font-family: arial;
	font-size: 8pt;
	color: #6B0E71;
	font-weight: bold;
	letter-spacing: 4px;
}
.subtitle {
	font-family: arial;
	font-size: 7pt;
	color: #6B0E71;
	font-weight: bold;
	letter-spacing: 4px;
}

/*-------------- list tables ---------------*/
.listTable {
  border: 1px solid #999999;
}
.lightHeading {
  background-color: #DDD2E1;
}
.darkHeading {
  background-color: #996699;
  color: white;
}
.greyCell {
  background-color: #F0EBE4;
  padding-left: 4px;
}
.th {
  background-color: #DED7CD;
}

.commonWidth {
  width: 500px;
}

.help_link {
  text-align: center;
  font-size: 10pt;
  font-weight: bold;
  background-color: #8BBF92;
}
.help_link a {
  color: #004109;
  text-decoration: none;
}

.errorMessage
{
	border: 1px solid #990000;
	background-color: #FFFFCC;
	color: red;
	width: 400px;
	padding: 10px;
}

/*-------------- reports ---------------*/
.report_table {
	border: 1px solid #333333;
}
.report_table td {
	background-color: #efefef;
}
.report_table th {
	background-color: #cccccc;
}

.vol_report {
	border: 1px solid #333333;
}
.vol_report th {
	background-color: #cccccc;
}

