/****** Elements *******/
body
{
	font-family: Arial;
	font-size: .8em;
	background-color: #EFEFEF;
	margin: 0 0 0 0;
}
td{
	font-family: Arial;
	font-size: .8em;
}
input {
	font-size: 0.9em;
	border: solid 1px #C7C8CA;
}


img {
	border: none;
}
a {
	text-decoration: none;;
	color: #993333;
}

a:active {
}

a:hover {
	text-decoration: underline;

}

a:link {
}

a:visited {
	
}
H4 {
	width: 100%;
	border-bottom: solid 1px #993333;
}
/***** Classes  ******/
.filePreviewContainer {
	font-style: italic;
	
}
.filePreviewContainer A {
	color: Black;
	font-style: italic;
	
}

.backLinkContainer {
	margin-bottom: 5px;
}
.backLinkContainer a {	color: #ff6600; font-weight:bolder;}

.noResultsCell{
	color: Red;
	padding: 3px;
	text-align: center;
}

.required {
	color: Red;
	font-style: italic;
	font-weight: normal;
}
.message {color: Red;}
.label {
	font-weight: bold;
}
.field {
}
.bold {
	font-weight: bold;
}
.longtext {
	width: 300px;
}

Table.radioButtonList TD Input {
	border: none;
}

.file {
	width: 300px;
}
.formTable {
	width: 550px;
}
.button {
	padding-right: 1px;
	padding-left: 1px;
	font-weight: bold;
	padding-bottom: 1px;
	color: #c7c8ca;
	padding-top: 1px;
	letter-spacing: 2px;
	background-color: #993333;
	font-size: .85em;
}
.italic {
	font-style: italic
}
.underline {
	text-decoration: underline;
}
.dg {
}


.dgHeader {
	text-align: left;
	font-weight: bold;
	border-bottom: solid 1px #c7c8ca;
}

.dgHeaderCenter {
	text-align: center;
	font-weight: bold;
	border-bottom: solid 1px #c7c8ca;
}

.dgItem {
	border-bottom: solid 1px #c7c8ca;
}

.dgItemCenter {
	text-align: center;
	border-bottom: solid 1px #c7c8ca;
}
.whiteCell {
	background-color: #FFFFFF;
}
.grayCell {
	background-color: #EFEFEF;
}
.darkGrayCell {
	background-color: #C7C8CA;
}
.clear {clear: both;}
.centeredDiv {
	text-align: center;
	margin: 0px auto;
}
/******* Element Id's ********/
#mainTable {
	width: 750;
	height: 630;
}

