
body {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font: 13px Arial, Helvetica, sans-serif;
	color: black;
	background-color: #CCCCCC;
}
table, tr, th, td {
    margin: 0px; 
	font: 13px Arial, Helvetica, sans-serif;
    border-collapse: collapse;
}
.heading {    
    COLOR: #000000;
	font-size: 18px;
	font-weight: bold;
	padding: 20px 0px 10px 0px;
}
.subheading {    
    COLOR: #000000;
	font-size: 13px;
	font-weight: bold;
}
.leftcolumn {
	padding: 0px 6px 6px 0px;
}
.maincolumn {
	padding: 6px 0px 6px 6px;
}

.HeaderRow {
	background-color: #cccccc;
}
.HeaderCellFirst {
	padding: 2px 10px 2px 10px;
	font-weight: bold;

	background-image: url('images/tableheader_left.gif');
	background-repeat: no-repeat;
	background-position: left top;
}
.HeaderCellMiddle {
	padding: 2px 10px 2px 10px;
	font-weight: bold;
}
.HeaderCellLast {
	padding: 2px 10px 2px 10px;
	font-weight: bold;

	background-image: url('images/tableheader_right.gif');
	background-repeat: no-repeat;
	background-position: right top;
}

.ShadedRow {
	background-color: #cccccc;
}
.ShadedCell {
}

/* form table attributes */
.FormTable {
	padding: 0px 0px 0px 0px;
}
.FormRow {
}
.FormCell {
	padding: 2px 6px 2px 6px;
}
/* // form table attributes */

/* data table attributes */
.DataTable {
	padding: 0px 0px 0px 0px;
}
.DataRow {
}
.DataCell {
	padding: 2px 6px 2px 6px;
}
/* // data table attributes */

/* history table attributes */
.HistoryTable {
	padding: 0px 0px 0px 0px;
}
.HistoryRow {
}

.HistoryCell0 {
	padding: 2px 6px 2px 6px;
	background-color: #EEE8E8;
}
.HistoryCell1 {
	padding: 2px 6px 2px 6px;
	background-color: #F8F7F7;
}
.HistoryCellWinner {
	padding: 2px 6px 2px 6px;
	background-color: #EEE8E8;
}
/* // data table attributes */
.message {
	color: #ff0000;
    font-weight:bold; 
}
.yellow {
	color: #FFFFFF;
}
.leftemail {
	font-weight: bold;
	padding: 6px 6px 6px 6px;
	text-align: right;
}
.rightemail {
	padding: 6px 6px 6px 6px;
	text-align: left;
}
A:link { color: #0000ff; font-weight:bold; text-decoration: underline; }
A:active { color: #0000ff; font-weight:bold; text-decoration: underline; }
A:visited { color: #0000ff; font-weight:bold; text-decoration: underline; }
A:hover { color: #0000ff; font-weight:bold; text-decoration: underline; }

A.yellow:link { color: #FFCC00; font-weight:bold; text-decoration: underline; }
A.yellow:active { color: #FFCC00; font-weight:bold; text-decoration: underline; }
A.yellow:visited { color: #FFCC00; font-weight:bold; text-decoration: underline; }
A.yellow:hover { color: #FFFFFF; font-weight:bold; text-decoration: underline; }
/*	padding: top right bottom left;*/
/*	border: solid 1px black; */
input.submitbluebg {background-color: #666666; font-family: arial, sans-serif; font-size: 12px; font-weight: bold; color: #FFCC00; border:1px solid #FFCC00;}
input.submitwhitebg {background-color: #666666; font-family: arial, sans-serif; font-size: 12px; font-weight: bold; color: #FFCC00; border:1px solid #003399;}

.closingtime {
	text-align: right;
	font-weight: bold;
	font-size: 11px;
	color: #666666;
}


