@CHARSET "UTF-8";

body {
	border: 0px;
}

h1 {
	color: #951f14;
	font-size: 23px;
	font-weight: bold;
	margin: 10px 90px 10px 0;
}

h2 {
	text-align: left;
	padding: 20px;
}

input[type=text], input[type=password] {
	color: #666666;
}

textarea {
	color: #666666;
	padding: 5px;
	font-size:12px;
	font-family:tahoma;
	vertical-align:middle;
}

a:link, a {
	cursor: pointer;
    color: #901100;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

a:visited {
    color: #901100;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

a:active {
    color: #901100;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #901100;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}


/* Main Layout */
#mainTable {
	border: 1px solid #000000;
	width: 838px;
	vertical-align: top;
	font-size: 12px;
	font-family: Calibri,Helvetica,arial,sans-serif;
	color: #000000;
	margin: auto;
	text-align: center;
}

#header {
	background-image: url(../../images/header.jpg);
	background-repeat: no-repeat;
	width: 880px;
	height: 54px;
	cursor: pointer;
}

#redBar {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #951F15;
	width: 100%;
	height: 100%;
}

#topNav {
	background-color: #FFFFFF;
	padding-right: 10px;
	width: 100%;
	text-align: right;
}

#content {
	height: 200px;
}

#content td {
	padding: 4px;
}

.label {
	font-weight: bold;
	text-align: left;
}

.input {
	text-align: left;
}

.submit {
	text-align: right;
	padding: 10px;
}

.copyright {
	color:#666666;
	font-size:10px;
	font-family:tahoma;
	padding-top:3px;
}

.required {
	font-weight: bold;
	color: #7fb2cc;
	font-size:12px;
}

.alert {
	font-size: 14px;
	color: #CC0000;
}

.ajax-loading {
	text-align: center;
	padding: 40px;
	background: url(../../images/spinner.gif) no-repeat center;
}

.exportImage:hover {
	text-decoration: none;
}

