/* CSS Document */
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 10px;
	padding: 0px;
	background-color: #CCCCCC;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
}
h1 {
	color: #000000;
	font-size: 21px;
	border-bottom: 1px solid #666666;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}
h2 {
	color: #666666;
	font-size: 17px;
	margin: 10px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}
.mainTable {
	width: 900px;
	border: 1px solid #666666;
	padding: 0px 0px 20px 0px;
	background-color: #FFFFFF;
}
.header {
	background-image: url(../images/menu-bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.stdTableWidth {
	width: 860px;
}
.outContent{
	padding: 20px 0px 20px 0px;
}
.content {
	padding: 10px;
	text-align: justify;
}
.profile {
	line-height: 22px;
}
.loadLarge {
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.errorText {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	width: 100%;
	white-space: nowrap;
}
.errorBorder {
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 20px 0px;
	width: 40%; 
	border: 2px solid #880000;
	background-color: #cc0000;
}
.errorUL {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 15px;
	line-height: 16px;
}

/* TABLE BACKGROUNDS */
.leftBG {
	background-image: url(../images/vertical-bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.rightBG {
	background-image: url(../images/vertical-bg.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.topBG {
	background-image: url(../images/horizontal-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 860px;
}
.bottomBG {
	background-image: url(../images/horizontal-bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 860px;
}
.footer {
	background-image: url(../images/footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #FFFFFF;
	font-size: 10px;
}

a.menu {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:hover {
	color: #000000;
}
.bordered{
	border:1px solid #e5358d;
	margin-bottom: 5px;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
a img.bordered {
	border:1px solid #e5358d;
}
a:hover img.bordered {
	border: 1px solid #666666
}
.maleBordered{
	border:1px solid #000000;
	margin-bottom: 5px;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
a img.maleBordered {
	border:1px solid #000000;
}
a:hover img.maleBordered {
	border: 1px solid #666666
}
a {
	color: #e5358d;
	text-decoration: none;
}
a:hover {
	color: #666666;
}
