Body
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	background-image: url(/images/bg_body.gif);
	font-size: 10px;
	color: #000000;
	font-family: Arial;
}
.Content
{
	font-size: 11px;
}
.Error
{
	/*font-size: 11px;*/
	color: #ff0000;
}
.ErrorCell
{
	/*font-size: 11px;*/
	background: #ff0000;
}
#tbody_GeneralCommitteeCriterias input
{
	width: 28px;
	height: 18px;
	padding: 1px 1px 2px 1px;
	border-style: solid;
	border-width: 1px;
	border-color: #7F9DB9;
}
#tbody_GeneralCommitteeCriterias input.ErrorInput
{
	border-color: #ff0000;
}
.RestrictiveDirection
{
	color: #ff0000;
	font-weight: normal;
	font-size: 10px;
}
.Information
{
	font-weight: normal;
	font-size: 12px;
	color: green;
}
.SortIndicator
{
	font-size: 8px;
	color: #ffffff
}
.Button_Disabled,
.NavigationButton_Disabled
{
	border: #a9a9a9 1px outset;
	height: 20px;
	background-color: #D3DBC4;
	font-size: 12px;
	color: #9f9f9f;
	text-align: center;
}
.Button_Enabled,
.NavigationButton_Enabled
{
	border: #000000 1px outset;
	height: 20px;
	background-color: #B4C29F;
	font-size: 12px;
	color: #000000;
	text-align: center;
}
.Button_Highlight,
.NavigationButton_Highlight
{
	border: #000000 1px outset;
	height: 20px;
	background-color: #9DA785;
	font-size: 12px;
	color: #000000;
	text-align: center;
	cursor: pointer;
}
.FormHeader
{
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: right;
	vertical-align: top;
}
.FormItem
{
	font-size: 11px;
	color: #000000;
	text-align: left;
	vertical-align: top;
}
.ListHeader
{
	background-color: #6D7CB7;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	vertical-align: top;
	padding: 3px;
}
.ListHeader_Highlight
{
	background-color: #0E2688;
	font-weight: bold;
	font-size: 11px;
	vertical-align: top;
	color: #ffffff;
	text-align: Left;
	cursor: pointer;
	padding: 3px;
}
.ListItem
{
	background-color: #C7D4E7;
	font-family: Arial;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
}
.ListItem_Selected
{
	background-color: #7392C1;
	font-size: 11px;
	font-family: Arial;
	text-align: left;
	vertical-align: top;
}
.ListItem_Highlight
{
	background-color: #9EB2D5;
	font-size: 11px;
	font-family: Arial;
	vertical-align: top;
	text-align: Left;
	cursor: pointer;
}

input, select 
{
	font-size: 11px;	
}
/* Craig's added code start */

td#toplinks_bkend a {
	background: url("/images/bg_toplinks.gif") no-repeat;
	font: 9px Verdana, sans-serif;
	height: 36px;
}

/* Craig's added code end */

.MoreOptions {
	border: solid 1px #000000;
	padding: 3px 3px 0px 3px;
	background-color: #C7D4C4;
	position: absolute;
}

.MoreOptions input {
	margin: 0px 0px 3px 0px;
}