/*****************************/

/*** Core html setup stuff ***/

/*****************************/



input.Large {

	width: 400px;

}

input.Medium {

	width: 200px;

}

input.Small {

	width: 50px;

}

input.Auto {

	width: auto;

}



.SpacerRow {

	height: 5px;

}


.GoodNews,
#GoodMessage {

	text-align: left;

	font-size: 12px;

	font-weight: bold;

	color: green;

}


.BadNews,
#BadMessage {

	text-align: left;

	font-size: 12px;

	font-weight: bold;

	color: red;

}



.Notification {

	text-align: left;

	font-size: 12px;

	color: red;

}

.LeftCell {
	font-weight: bold;
	padding-right: 2px;
	text-align: right;
	width: 125px;
	background: #F6F6F6;
}

.RightCell {
	padding-left: 2px;
	width: auto;
	background: #FFFFFF;
}

#ComponentTitle {
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 10px;
}



#ContentTable {

	clear: both;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	line-height: 16px;

	color: #333333;

	width: 100%;

	border: 1px solid #999999;

	margin-bottom: 15px;

}

#ContentTable th {
	text-align: left;
	background: #D3D3D3;
	font-weight: bold;
	font-size: 13px;
	padding-left: 5px;
}

#ContentTable td {

	padding: 5px;

	border-right-width: 1px;

	border-bottom-width: 1px;

	border-right-style: solid;

	border-bottom-style: solid;

	border-right-color: #CCCCCC;

	border-bottom-color: #CCCCCC;

}

#ContentTable td.TableHeadline {

	font-weight: bold;

	font-size: 14px;

	color: #146A71;

	background-color: #D5ECEA;

	border-bottom-width: 2px;

	border-bottom-style: solid;

	border-bottom-color: #007C84;

}




