.hidden 
{
	display: none;
}
.shown 
{
	display: block;
}
.inline
{
	display: inline;
}

.bold { font-weight: bold; }
.underline { text-decoration: underline; }

.nowrap
{
	white-space: nowrap;
}

html, body
{
	height: 100%;
	width: 100%;
	background-color: #808284;
	margin: 0;
	padding: 0;
}


.defaultFont, table
{
	font-family: Arial;
	font-size:	9pt;
	font-style:normal ;
	font-weight: normal;
	color: #696969;
	text-decoration: none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}

input,textarea,select 
{
	font-family: Arial;
	font-size: 10px;
	font-style: normal ;
	text-decoration: none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: #696969;	
}
textarea,select,input.text,input.submit,input.reset,input.button,input.password,input.file
{
	border: solid 1px #004000;
}
input.requiredField, textarea.requiredField, select.requiredField
{
	background-color: #ffffc0;
	border: solid 1px #004000;	
}

input.button
{
	color: #ffffff;
	background-color: #f04e23;
	width: 100px;
	height: 23px;
}

.errorContainer
{
	color: Red;
	background-color: #ffffc0;
	border: solid 1px black;
	margin: 5px;
}
.error
{
	color: Red;
}

.horizontalSeparatorWhite
{
	background-image: url("/images/separatorBullet-ffffff.gif");
	background-repeat: repeat-x;
	background-position: left center;
	width: 100%;
	height: 2px;
}
.horizontalSeparatorLightGrey
{
	background-image: url("/images/separatorBullet-cccccc.gif");
	background-repeat: repeat-x;
	background-position: left center;
	width: 100%;
	height: 2px;
}
.horizontalSeparatorDarkGrey
{
	background-image: url("/images/separatorBullet-414244.gif");
	background-repeat: repeat-x;
	background-position: left center;
	width: 100%;
	height: 2px;
}

.basePostingsGrid
{
	font-size: 8pt;
	width: 100%;
}
.baseDataGridHeader
{
	background-color: #eeeded;
	font-weight: bold;
	height: 30px;
}
.baseDataGridHeader td, .baseDataGridHeader th
{
	vertical-align: bottom;
	padding: 0 15px 0 5px;
	border-bottom: solid 5px #f04e23;
	white-space: nowrap;
}
.baseDataGridHeader td img
{
	vertical-align: middle;
	margin: 0 0 0 2px;
}
.baseDataGridItem
{
}
.baseDataGridItemAlternate
{
	background-color: #eeeded;
}
.baseDataGridItem td, .baseDataGridItemAlternate td
{
	padding: 5px;
}

.baseDataGridItem input.img
{
	border-width: 0;
}
