body, td {
	background-color: White;
	font-family: Verdana;
	font-size: 8pt;
}

body, td, a, a:visited {
	color: Black;
}

img, table {
	border: 0;
	border-collapse: collapse;
}

h2 {
	color: #7D3735;
}

h2, form {
	margin-bottom: 0px;
	margin-top: 0px
}

input.button {
	background-color: #EDEDED;
	border: solid #586058 1px;

	font-size: 13pt;
	padding: 5px;
	font-weight: bold;
	-moz-box-shadow: 2px 2px 10px #999;
	-webkit-box-shadow: 2px 2px 10px #999;
	box-shadow: 2px 2px 10px #999;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}

input.small {
	font-size: 7pt
}

div#overDiv {  /* To remove the thick border from the overlib popup */
	border: solid gray 1px;
}

div#overDiv td {  /* To remove the thick border from the overlib popup */
	border: none;
	padding: 1px;
	background-color: White;
}

a:link {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #566058;
}
a:active {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:visited:hover {
	text-decoration: underline;
	color: #566058;
}

.highlight {
	color: #8B0000;
	/*font-variant: small-caps;*/
	font-weight: bold;
}

.dimmed, .dimmed a, .dimmed a:visited {
	color: #636F65;
}
.dimmedsmall, .dimmedsmall a, .dimmedsmall a:visited {
	color: #636F65;
	font-size: xx-small;
}

/*
.grid {
	border: 1px solid #586058;
}
*/

.grid td {
/*
	border-left: 1px solid #C7C7C7;
	border-right: 1px solid #C7C7C7;
	border-top: 1px solid #939393;
	border-bottom: 1px solid #939393;
*/
	border-left: 5px solid white;
	border-right: 5px solid white;
	border-top: 5px solid white;
	border-bottom: 5px solid white;

	background-color: #E6E6E6;
	padding: 8px;
}
td.gridheader {
	/* NOTE: for some strange reason the background color only works when the "td" is added in front of the class name (both IE and Opera)!! Maybe because of ".grid td" above... */
	background-color: #C7C7C7;
	font-weight: bold;
	vertical-align: bottom;
}

td.gridlabel {
	background-color: #D1D1D1;
	vertical-align: top;
	text-align: right;
	padding-top: 12px;
}

.table_toplinks {
	padding-bottom: 15px
}

td.field_section {
	/*background-color: #CCCCCC;*/
	background-color: #5970A7;
	font-weight: bold;
	padding-left: 15px;
}

/* CUSTOMIZATION */
td.field_section {
	font-size: 120%;
}
td.field_section, td.field_section a {
	color: #1C1D33;
	/*color: #73838E;*/
}
.infield_label, .field_desc {
	padding-bottom: 3px;
}

.field_desc {
	color: #2F4F4F;
}

.fielderror_msg { /* form fields that contain error will have error message written next to them with this style */
	color: #8B0000;
}

.fielderror_bg { /* form fields that contain error in value will be marked with this style */
	background-color: #EEA5A5;
}


td.filterindicator {
	padding-left: 10px;
	vertical-align: middle;
}
td.filterindicator div {
	padding: 1px 4px 1px 4px;
	background-color:#ffff6c;
	border: solid #e7ea73 1px;
}

.credit, .credit a, .credit a:visited {
	color: #919D94;
	text-decoration: none;
}
.credit a:hover {
	text-decoration: underline;
}

.credit_alt, .credit_alt a, .credit_alt a:visited {
	color: Black;
	padding-right: 5px;
}
.popup_calendar td {
	/* nullify inherited attibutes */
	border: none;
	background-color: transparent;
}

/* popup menu next to mouse position - belongs to popup_menu_prepare() and popup_menu() */
#popup_menu {
	position: absolute;
	background-color: white;
	border:1px solid black;
	font: normal 8pt Tahoma, Arial, Helvetica, sans-serif;
	line-height: 16px;
	z-index: 100;
	visibility: hidden;
}
#popup_menu a {
	text-decoration: none;
	padding-left: 6px;
	padding-right: 2px;
	color: black;
	display: block;
}
#popup_menu a:hover { /*hover background color*/
	background-color: #DCDCDC;
}

/* CUSTOMIZATION: */
tr.onwaitlist td {
	background-color: yellow;
}