A.loginLink {
	color: black;
	text-decoration: none;
}
A.loginLink:HOVER {
	color: #CD3575;
	text-decoration: underline;
}
A.boxLink {
	color: #3C3C3C;
	font-weight: bold;
	text-decoration: underline;
}
A.boxLink:HOVER {
	color: #CD3575;
	font-weight: bold;
	text-decoration: underline;
}
A {
	outline: none;
}
A:LINK, A:VISITED {
	text-decoration: underline;
	color: #404040;
}
A:HOVER, A:ACTIVE {
	text-decoration: underline;
	color: #CD3575;
}
A IMG {
	border: 0px none;
}
BODY {
	margin: 0px;
	padding: 0px;
	background-color: white;
}
FORM {
	margin: 0px;
	padding: 0px;
}
UL, OL {
	margin: 0px;
	padding: 0px;
	font: 13px Arial,Helvetica,sans-serif;
	color: #404040;
}
UL.innerText {
	margin: 5px 0px 10px 18px;
}
UL.leftMenu {
	margin: 0px 0px 9px 0px;
}
UL.leftMenu LI {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 1px 8px;
}
UL.leftMenu LI A {
	color: #3C3C3C;
	text-decoration: none;
}
UL.leftMenu LI A:HOVER {
	color: #CD3575;
	text-decoration: none;
}
OL.innerList {
	font: bold 14px Arial,Helvetica,sans-serif;
	color: #CD3575;
	margin: 2px 10px 14px 42px;
	cursor: default;
}
OL.innerList LI {
	list-style: decimal;
	padding: 1px 0px;
}
OL.innerList LI SPAN {
	font: normal 13px Arial,Helvetica,sans-serif;
	color: #353535;
}
H1 {
	font: bold 28px Arial,Helvetica,sans-serif;
	color: #CD3575;
	margin: 8px 0px 12px 0px;
	cursor: default;
}
H2 {
	font: bold 22px Arial,Helvetica,sans-serif;
	color: #CD3575;
	margin: 6px 0px 10px 0px;
	cursor: default;
}
H3 {
	font: bold 18px Arial,Helvetica,sans-serif;
	color: #CD3575;
	margin: 6px 0px 10px 0px;
	cursor: default;
}
H4 {
	font: bold 15px Arial,Helvetica,sans-serif;
	color: #6C6C6C;
	margin: 6px 0px 10px 0px;
	cursor: default;
}


#page-wrap {
	position: relative;
	width: 960px;
	margin: 0px auto;
	padding: 25px 0px;
}
#page-header {
	position: relative;
	width: 960px;
	margin-bottom: 11px;
}
#page-header-top {
	position: relative;
	width: 960px;
	height: 70px;
}
#page-logo {
	position: absolute;
	left: 0px;
	top: 0px;
	padding-top: 7px;
}
#page-login {
	position: absolute;
	top: 0px;
	right: 0px;
}
#page-content {
	position: relative;
	width: 960px;
	margin: 0px;
}
#page-left-column {
	position: relative;
	width: 168px;
	top: 0px;
	left: 0px;
}
#page-home-content {
	position: relative;
	top: 0px;
	right: 0px;
}
#inner-page-middle {
	position: relative;
	width: 572px;
	padding: 5px 0px;
}

.messageWrap {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	background-color: #FFEFBF;
	overflow: hidden;
	border-bottom: 1px solid #DCDCDC;
}
.messageWrapHidden {
	position: relative;
	visibility: hidden;
	height: 1px;
	left: 0px;
	top: 0px;
	width: 100%;
	background-color: #FFEFBF;
	overflow: hidden;
	border-bottom: 1px solid #DCDCDC;
}
.pageMessage {
	position: relative;
	width: 956px;
	margin: 0px auto;
	padding: 36px 0px 36px 36px;
	background: url('/images/msgIcon.png') no-repeat left center;
	font: bold 16px Arial,Helvetica,sans-serif;
	cursor: default;
}

A.footer_link {
	text-decoration: none;
	color: #404040;
}
A.footer_link:HOVER {
	text-decoration: underline;
	color: #CD3575;
}

.uiText {
	font: 13px Arial,Helvetica,sans-serif;
	color: #757575;
	cursor: default;
}
.uiTextDark {
	font: 13px Arial,Helvetica,sans-serif;
	color: #3C3C3C;
	cursor: default;
}
.uiTextMd {
	font: 12px Arial,Helvetica,sans-serif;
	color: #757575;
	cursor: default;
}
.uiTextSm {
	font: 11px Tahoma,Arial,Helvetica,sans-serif;
	color: #757575;
	cursor: default;
}
.uiError {
	font: bold 13px Arial,Helvetica,sans-serif;
	color: #CE3974;
	background: white url('/images/frmErrorArrow.png') no-repeat center left;
	cursor: default;
	padding-left: 18px;
}
.uiErrorOk {
	font: 13px Arial,Helvetica,sans-serif;
	color: #404040;
	cursor: default;
	padding-left: 18px;
}

.overlayDiv {
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	width: 100%;
	height: 500px;
	background-color: #000000;
	opacity: 0.72;
	filter: alpha(opacity=72);
	-moz-opacity: 0.72;
}
.flyboxDiv {
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 900;
	width: 400px;
	height: 300px;
	background-color: #FFFFFF;
}
.voteStarG {
	width: 18px;
	height: 18px;
	cursor: pointer;
	background: url('/images/voteStar.png') no-repeat 0px 0px;
}
.voteStarR {
	width: 18px;
	height: 18px;
	cursor: pointer;
	background: url('/images/voteStar.png') no-repeat -18px 0px;
}

.votbar {
	position: relative;
	width: 300px;
	height: 25px;
	background-color: #d0d0d0;
	margin-bottom: 10px;
}
.votbar b {
	position: absolute;
	width: 9px;
	height: 9px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.votbar b.vot_ctl {
	background-image: url('/images/vot_ctl.png');
	top: 0px;
	left: 0px;
}
.votbar b.vot_ctr {
	background-image: url('/images/vot_ctr.png');
	top: 0px;
	right: 0px;
}
.votbar b.vot_cbl {
	background-image: url('/images/vot_cbl.png');
	bottom: 0px;
	left: 0px;
}
.votbar b.vot_cbr {
	background-image: url('/images/vot_cbr.png');
	bottom: 0px;
	right: 0px;
}
