body { background-image: url(../images/background.jpg); margin: 0; }
p { }
td { }
a:link { color: #0015cd; text-decoration: none; }
a:visited { color: #0015cd; text-decoration: none; }
a:hover { color: #0015cd; text-decoration: underline; }
a:active { color: #0015cd; text-decoration: none; }


/*===========================================================*/

body {
	font-family: Verdana;
	font-size: 11px;
	color: #444;
}

#nav {
	color: #c3c3c3;
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
	padding: 0 16px 0 16px;
	font-weight: bold;
}

#nav a:link, #nav a:visited {
	color: #c3c3c3;
	text-decoration: none;
}
#nav a:hover, #nav a:active, #nav a:visited:hover {
	color: #fff;
	text-decoration: underline;
}

#nav a.on:link, #nav a.on:visited {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
}
#nav a.on:hover, #nav a.on:active, #nav a.on:visited:hover {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
}

.formText {
	font-family: Verdana;
	font-size: 11px;
	padding: 2px;
	border: 1px solid #555;
	background-color: #f0f0f0;
}

.formSelect {
	font-family: Verdana;
	font-size: 11px;
	padding: 2px;
	background-color: #f0f0f0;
}

.formButton {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 16px 3px 16px;
	background-color: #ddd;
	border: 1px solid #555;
	cursor: pointer;
}

#content {
	text-align: left;
	font-size: 11px;
	padding-top: 25px;
	padding-bottom: 25px;
}

#login {
	width: 500px;
}
#login .label {
	padding: 10px 10px 10px 10px;
	text-align: right;
	width: 38%;
}
#login .value {
	padding: 10px 10px 10px 10px;
	text-align: left;
}
#login .error {
	padding: 10px 10px 10px 10px;
	text-align: center;
	color: #900000;
	font-weight: bold;
}

table.formTable {
	width: 100%;
}
table.formTable .label {
	padding: 10px 10px 10px 10px;
	text-align: right;
}
table.formTable .value {
	padding: 10px 10px 10px 10px;
	text-align: left;
}
table.formTable .success {
	padding: 10px 10px 10px 10px;
	text-align: left;
	color: #009900;
	font-weight: bold;
	font-size: 12px;
}
table.formTable .error {
	padding: 10px 10px 10px 10px;
	text-align: left;
	color: #900000;
	font-weight: bold;
}

div.header {
	font-size: 15px;
	font-weight: bold;
}
div.subHeader {
	margin-top: 3px;
}
table.header {
	width: 100%;
}
table.header td.options {
	text-align: right;
	vertical-align: middle;
}

table.listing {
	width: 100%;
	border: 1px solid #ccc;
}

.center {
	text-align: center;
}

table.listing td.header {
	padding: 7px 5px 7px 5px;
	font-weight: bold;
	background-color: #f5f5f5;
	background-image: url(../images/row_bg_01.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #ccc;
}

table.listing .noLeftBorder {
	border-left: 0;
}
table.listing .noRightBorder {
	border-right: 0;
}
table.listing .noTopBorder {
	border-top: 0;
}
table.listing .noBottomBorder {
	border-bottom: 0 !important;
}
table.listing td.row {
	padding: 7px 5px 7px 5px;
	border-bottom: 1px dotted #ccc;
}
table.listing td.alt {
	background-color: #f4f4f4;
}