.shade {
	background: #ebebeb;
}

.leftside {
	width: 175px;
	background-image: url(../../shared/images/index_02.jpg);
	background-repeat: repeat-y;
	height: 100%;
}

.left-teal {
	width: 150px;
	/* height: 100%;*/
	background: #419D92;
}

.rightside {
	width: 150px;
	background-image: url(../../shared/images/index_04.jpg);
	background-repeat: repeat-y;
	height: 100%;
}

.right-orange {
	width: 138px;
	background: #fe671d;
	height: 100%;
}

.info {
	border-spacing: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
}
.records table {
	width: 138px;
	margin: 2px;
	padding: 1px;
	font-size: 7pt;
}
.records td {
	font-size: 7pt;
	color: White;
	border-color: #000042;
	border-width: 1px;
	border-style: solid;
	background-color: #5A5C60;
	padding: 2px;
	margin: 2px;
	text-align: center;
}

td.recordheading {
	font-weight: normal;
	background-color: #419d92;
}

td.boldfont {
	font-weight: bold;
}

td.size10 {
	font-size: 10pt;
}

.colhead td {
	background-color: #c1c1c1;
}
.whitebg td {
	background-color: white;
}
.USERNAME {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

.schedule table {
	width: 435px;
	font-size: 7pt;

}

.username {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.signin {
	background-color: #5c5d61;
	width:149;
	height:106;
	text-align:center;
	padding:2px;
}

table.poll  {
	background-color: #5c5d61;
    background-image: url( ../../public/images/FANSPOLL_01.gif);
    background-repeat: no-repeat;
    height: 300px;
    width: 150px;
    color:white;
}

div.poll {
	margin-top:240px;
}
.poll ul {
	list-style: none;
	margin-left: 1em;
	padding-left: 1em;
	text-indent: -2em;
}

* form.poll li label { display: inline; }


/* Submit Button Area */
form.poll li.submit { text-align: center; }
 