/* CSS Document */
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

form
{
	padding: 0;
	margin: 0;
}

img
{
	border: none;
}

h4
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #da0202;
	font-weight: normal;
	line-height: 1.1;
}

#AM_Table {
	width: 100%;
	border: 1px solid black;
	margin: 0 auto;
}

#AM_Table caption {
	caption-side: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.5;
	margin: 0 auto;
}

#AM_Table thead tr {
	background-color: #484141;
}

#AM_Table thead tr td {
	color: white;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	vertical-align: middle;
	padding: 2px 0;
}

#AM_Table thead tr td a:link, #AM_Table thead tr td a:visited, #AM_Table thead tr td a:hover, #AM_Table thead tr td a:active {
	color: white;
}

#AM_Table tfoot tr td {
	color: white;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	vertical-align: middle;
	padding: 2px 0;
	background-color: black;
}

#AM_Table tfoot tr td a:link, #AM_Table tfoot tr td a:visited, #AM_Table tfoot tr td a:hover, #AM_Table tfoot tr td a:active {
	color: white;
}

#AM_Table tbody tr td {
	padding: 2px 0;
}

.editColumn {
	text-align: center;
	width: 50px;
}

.deleteColumn {
	text-align: center;
	width: 65px;
}

#addDiv {
	width: 100%;
	text-align: right;
}

#addDiv a:link, #addDiv a:visited, #addDiv a:hover, #addDiv a:active {
	color: black;
	text-decoration: underline;
}

.whiteTableRow {

	color: black; background-color: white;

}

.lightGreyTableRow {

	color: black; background-color: #DDDDDD;

}

.inputTextBox, .defaultTextArea
{
	width: 190px;
}

.largeText
{
	font-size: 12px;
}
