/**************************************************************************************
*     HTML TAGS                                                                      *
**************************************************************************************/
BODY {
	background: url(../img/pagebg.png) center repeat-y black;
	font-family: Verdana;
	font-size: 8pt;
}
A {
	color: blue;
	text-decoration: none;
}
A:hover {
	color: red;
}
P {
	padding: 10px 8px 0px 5px;
}
P.nogap {
	padding: 2px 5px 1px 5px;
}
UL LI {
	padding: 1px 30px 0px 0px;
	margin-left: 44px;
	list-style: url(../img/bullet.png);
	font-size: 7pt;
}
OL LI {
	padding: 1px 30px 0px 0px;
	margin-left: 44px;
	font-size: 7pt;
}
UL.inline LI, OL.inline LI {
	padding: 1px 8px 0px 0px;
	margin-left: 24px;
}
TD SELECT {
	width: 100%;
	padding: 1px;
	border: 1px solid #cccccc;
	font-family: Verdana;
	font-size: 8pt;
	background: #e1e1ea;
}
SELECT:hover, SELECT:focus {
	border: 1px solid #999999;
}
SELECT OPTION {
	padding: 0px 1px 1px 1px;
}


/**************************************************************************************
*     ONE-OFF CLASSES                                                                *
**************************************************************************************/

A.addtocart {
	display: block;
	width: 120px;
	height: 20px;
	padding: 0px;
	font-family: Century Gothic, Verdana;
	font-size: 9pt;
	color: black;
	text-decoration: none;
	text-indent: 7px;
	background: url('../img/addtocart.png') center no-repeat;
}
A.addtocart:hover {
	background: url('../img/addtocart_hover.png') center no-repeat;
}

.submissionError {
	font-size: 9pt;
	font-weight: 700;
	color: red;
}
.hiddenList {
	display: none;
	margin: 0px 5px 0px 5px;
	padding: 12px 22px 12px 22px;
	background: #d5dfeb;
}
.hiddenList INPUT {
	padding: 5px;
	border: 1px solid #ccc;
	color: #333333;
}
.nonreplyersTextarea {
	padding: 5px;
	width: 488px;
	height: 70px;
	border: 1px solid #ccc;
	background: #f4f4f4;
	font-family: Verdana;
	font-size: 8pt;
	color: #333333;
}
.pollOptions {
	display: block;
	margin: 5px auto;
	width: 90%;
}
.pollInfo {
	display: block;
	margin: 10px 0px 0px auto;
	text-align: right;
	font-size: 7pt;
	font-style: italic;
}
INPUT.pollBtn[type="radio"] {
	margin: 2px 3px 2px 2px;
}
INPUT.pollBtn[type="submit"] {
	display: block;
	margin: 0px auto;
	text-align: center;
	width: 50px;
	height: 17px;
	border: 1px solid #999999;
	background: #e1e1ea;
	font-family: Century Gothic, Verdana;
	font-size: 7pt;
	color: #454545;
}
INPUT.pollBtn[type="submit"]:hover {
	border: 1px solid #666666;
	color: black;
}
TABLE.pollResults {
	margin: 5px auto 0px auto;
	text-align: center;
	width: 180px;
}
TABLE.pollResults TD {
	text-align: left;
}
TABLE.pollResults TD.option {
	width: 100px;
}
TABLE.pollResults TD.percent {
	width: 20px;
	text-align: right;
}


/**************************************************************************************
*     HEADERS AND TITLES                                                             *
**************************************************************************************/

.sectionTitle {
	display: block;
	width: 100%;
	height: 19px;
	padding: 1px 0px 3px 0px;
	border-bottom: 2px solid #d5dfeb;
	font-family: Century Gothic, Verdana;
	font-size: 14pt;
	color: #3e0c0d;
	text-align: left;
	text-indent: 10px;
}
.subsectionTitle {
	display: block;
	width: 80%;
	height: 14px;
	padding: 1px 0px 2px 0px;
	border-bottom: 1px solid #cccccc;
	font-family: Century Gothic, Verdana;
	font-size: 10pt;
	color: #333333;
	font-weight: 700;
	text-align: left;
	text-indent: 15px;
}
.listitemTitle {
	display: block;
	width: 100%;
	border-bottom: 1px solid #cccccc;
	font-family: Century Gothic, Verdana;
	font-size: 10pt;
	color: #333333;
	font-weight: 700;
	text-align: left;
	text-indent: 2px;
}


/**************************************************************************************
*     LOGIN BOX TABLE                                                                *
**************************************************************************************/

TABLE.loginBox {
	width: 100%;
	background: transparent;
}
TABLE.loginBox TD.loginHeader {
	height: 9px;
	padding: 4px 6px 6px 6px;
	background: #8c1e29;
	font-family: Century Gothic, Verdana;
	font-size: 10pt;
	color: white;
}
.loginError {
	font-family: Century Gothic, Verdana;
	font-size: 10pt;
	color: yellow;
}
TABLE.loginBox TD.loginFields {
	height: 90px;
	padding: 0px 6px 6px 6px;
	background: #8c1e29;
	font-size: 7pt;
	color: #d5dfeb;
}

TABLE.loginBox TD.loginFields INPUT[type=text], TABLE.loginBox TD.loginFields INPUT[type=password] {
	width: 180px;
	padding: 1px;
	font-size: 7pt;
	background: #efefef;
}
TABLE.loginBox TD.loginFields INPUT[type=text]:hover, TABLE.loginBox TD.loginFields INPUT[type=text]:focus,
		TABLE.loginBox TD.loginFields INPUT[type=password]:hover, TABLE.loginBox TD.loginFields INPUT[type=password]:focus {
	background: white;
}
TABLE.loginBox TD.loginFields TABLE TD {
	padding: 1px;
	font-size: 7pt;
	color: #d5dfeb;
}
TABLE.loginBox TD.loginFields TABLE TD A {
	font-size: 7pt;
	color: white;
	text-decoration: none;
}
TABLE.loginBox TD.loginFields TABLE TD A:hover {
	color: yellow;
}
TABLE.loginBox TD.loginFields TABLE TD A.btn {
	display: inline-block;
	width: 134px;
	padding: 1px 0px 1px 0px;
	border: 1px dotted #d5dfeb;
	font-family: Century Gothic, Verdana;
	font-size: 9pt;
	color: white;
	text-align: center;
}
TABLE.loginBox TD.loginFields TABLE TD A.btn:hover {
	background: #a22230;
}
TABLE.loginBox TD.bottomBar {
	width: 100%;
	height: 25px;
	padding: 0px 0px 0px 35px;
	background: url(../img/logindown.png) center no-repeat;
}
TABLE.loginBox TD.bottomBar A {
	font-size: 7pt;
	color: white;
	text-decoration: none;
}
TABLE.loginBox TD.bottomBar A:hover {
	color: yellow;
}


/**************************************************************************************
*     LOGOUT BOX TABLE                                                               *
**************************************************************************************/

TABLE.logoutBox {
	width: 100%;
	background: transparent;
}
TABLE.logoutBox TD.logoutHeader {
	height: 9px;
	padding: 6px 6px 6px 6px;
	background: #8c1e29;
	font-family: Century Gothic, Verdana;
	font-size: 10pt;
	color: white;
}
TABLE.logoutBox TD.logoutText {
	padding: 0px 6px 6px 6px;
	background: #8c1e29;
	font-size: 7pt;
	color: #d5dfeb;
}
TABLE.logoutBox TD.bottomBar {
	width: 100%;
	height: 25px;
	padding: 2px 0px 0px 35px;
	background: url(../img/logindown.png) top no-repeat;
}
TABLE.logoutBox TD A {
	font-size: 7pt;
	color: white;
	text-decoration: none;
}
TABLE.logoutBox TD A:hover {
	color: yellow;
}


/**************************************************************************************
*     FOOTER LINKS                                                                   *
**************************************************************************************/

#footerBox TABLE TD {
	font-size: 7pt;
	color: #d5dfeb;
}
#footerBox A {
	font-size: 7pt;
	color: white;
}
#footerBox A:hover {
	color: yellow;
}


/**************************************************************************************
*     TOOLTIPS                                                                       *
**************************************************************************************/

.tooltipSpot {
	color: black;
	padding-top: 1px;
}
.tooltipSpot:hover {
	color: black;
	border-bottom: 1px dotted black;
	cursor: pointer;
}
#tooltip {
	position: absolute;
	display: block;
	background: url('../img/tooltip_left.gif') top left no-repeat;
}
#tooltipTop {
	display: block;
	height: 5px;
	margin-left: 5px;
	background: url('../img/tooltip_top.gif') top right no-repeat;
	overflow: hidden;
}
#tooltipCont {
	display: block;
	padding: 2px 12px 3px 7px;
	margin-left: 5px;
	background: #666666;
	color: white;
}
#tooltipBottom {
	display: block;
	height: 5px;
	margin-left: 5px;
	background: url('../img/tooltip_bottom.gif') top right no-repeat;
	overflow: hidden;
}


/**************************************************************************************
*     DATA SUBMISSION TABLES                                                         *
**************************************************************************************/

TABLE.listTable {
	width: 580px;
	padding: 3px;
	border: 1px solid #cccccc;
	background: #f4f4f4;
}
TABLE.listTable TD {
	word-wrap: break-word;
	text-align: justify;
}
TABLE.listTable TD.head {
	font-weight: 700;
}
TABLE.listTable TD.links {
	width: 100px;
	font-size: 7pt;
	text-align: right;
}
TABLE.listTable TD.leftinfo {
	width: 150px;
	font-size: 7pt;
	color: #666666;
}
TABLE.listTable TD.leftinfo A {
	color: #333333;
}
TABLE.listTable TD.leftinfo A:hover {
	border-bottom: 1px dotted #333333;
}
TABLE.listTable TD.uploadinfo {
	font-size: 7pt;
	color: #666666;
	text-align: right;
}
TABLE.listTable TD.uploadinfo A {
	color: #333333;
}
TABLE.listTable TD.uploadinfo A:hover {
	border-bottom: 1px dotted #333333;
}
TABLE.listTable TD.sideimg {
	width: 152px;
	height: 153px;
	padding: 3px 2px 0px 0px;
}
TABLE.listTable TD.rightinfo {
	width: 120px;
	padding: 0px 5px 0px 10px;
}
TABLE.formTable {
	width: 580px;
	padding: 0px 3px 3px 3px;
	border: 1px solid #cccccc;
	background: #f4f4f4;
}
TABLE.formTable TD {
	padding: 3px;
	border-top: 3px solid #f4f4f4;
	text-align: left;
}
TABLE.formTable TD.left {
	width: 150px;
	padding: 3px;
	border-top: 3px solid #f4f4f4;
	font-weight: 700;
}
TABLE.formTable TD.error {
	width: 150px;
	padding: 3px;
	border-top: 3px solid #f4f4f4;
	font-weight: 700;
	background-color: lightcoral;
}
TABLE.formTable TD.left A, TABLE.formTable TD.error A {
	cursor: pointer;
}
TABLE.formTable TD.errorinput {
	padding: 3px;
	border-top: 3px solid #f4f4f4;
	text-align: left;
	background: lightcoral;
}
TABLE.formTable  TD.errorinput A {
	color: #710d0d;
}
TABLE.formTable TD.errorinput A:hover {
	color: #121212;
}
TABLE.formTable TD.successinput {
	padding: 3px;
	border-top: 3px solid #f4f4f4;
	text-align: left;
	background: yellowgreen;
}
TABLE.formTable TD.successinput A {
	color: darkgreen;
}
.formTableSubinfo {
	color: #333333;
	font-style: italic;
	font-size: 6pt;
	font-weight: 300;
}
.formTableHTMLLinks {
	color: #333333;
	font-size: 6pt;
	font-weight: 300;
}
.formTableHTMLLinks A {
	font-size: 6pt;
}
.formTableHTMLLinks B {
	font-size: 7pt;
}
TABLE.formTable TD INPUT[type=text], TABLE.formTable TD INPUT[type=password] {
	width: 406px;
	padding: 1px;
	border: 1px solid #cccccc;
	font-family: Verdana;
	font-size: 8pt;
	background: #e1e1ea;
}
TABLE.formTable TD TEXTAREA {
	width: 406px;
	padding: 1px;
	border: 1px solid #cccccc;
	font-family: Verdana;
	font-size: 8pt;
	background: #e1e1ea;
}
TABLE.formTable TD INPUT[type=text]:hover, TABLE.formTable TD INPUT[type=text]:focus,
						TABLE.formTable TD INPUT[type=password]:hover, TABLE.formTable TD INPUT[type=password]:focus,
						TABLE.formTable TD TEXTAREA:hover, TABLE.formTable TD TEXTAREA:focus {
	border: 1px solid #999999;
}
TABLE.formTable TD.search INPUT[type=submit] {
	width: 50px;
	height: 17px;
	border: 1px solid #999999;
	background: #e1e1ea;
	font-family: Century Gothic, Verdana;
	font-size: 7pt;
	color: #454545;
}
TABLE.formTable TD.search INPUT[type=submit]:hover, TABLE.formTable TD.search INPUT[type=submit]:focus {
	border: 1px solid #666666;
	color: black;
}
TABLE.formTable TD.btn {
	padding: 10px 0px 4px 0px;
	text-align: center;
}
TABLE.formTable TD.btn INPUT {
	width: 60px;
	padding: 3px;
	border: 1px solid #999999;
	background: #e1e1ea;
	font-family: Century Gothic, Verdana;
	font-size: 8pt;
	color: #454545;
}
TABLE.formTable TD.btn INPUT:hover, TABLE.formTable TD INPUT:focus {
	border: 1px solid #666666;
	color: black;
}