html {
	overflow-y: scroll; /* This line is used to always show the scroll bar in firefox */
} 

html, body {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial;
	font-size: 12px;
}
 
p {
	margin: 0;
	padding: 0 0 13px 0;
	color: #666666;
	font-size: 15px;
	line-height: 20px;
	text-align: left;
	padding-left: 20px;
	margin-right: 60px;
}

form p {
	padding-left: 0;
	margin-right: 0;
}
 
img {
	border: 0;
}

a {
	color: inherit;
	font-weight: bold;
	color: #ff9900;
	font-style: normal;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

span.small {
	font-size: 13px;
	line-height: 18px;
}

#pageContainer {
	width: 749px;
}

#header {
	border: #efefef solid 6px;
	height: 147px;
	width: 737px;
}

#content {
	width: 737px;
	border: #efefef solid 4px;
	border-bottom-width: 5px;
	margin-top: 5px;
	background: #ffffff url(../images/content-bk.gif) repeat-x;
}

p.count { 
	display: none;
}

#title {
	width: 692px;
	height: 32px;
	background: url(../images/title.gif) no-repeat;
	margin-top: 16px;
	text-align: left;
}
p.title {
	font-size: 17px;
	font-weight: bold;
	color: #006699;
	padding: 0;
	padding-left: 14px;
	padding-top: 8px;
}
span.title {
	font-size: 17px;
	color: #000000;
}

table.contestants {
	width: 692px;
	margin-top: 20px;
}

img.pic {
	border: #cccccc solid 3px;
}

td.websiteBig,
td.website {
	font-size: 10px;
	font-weight: bold;
	padding-top: 3px;
	text-align: center;
}
td.websiteBig {
	text-align: left;
}

a.links {
	font-size: 12px;
	font-weight: bold;
	color: #ff9900;
	font-style: normal;
}

table.votes {
	border: #e6e6e6 solid 1px;
	width: 692px;
	margin-top: 20px;
	margin-bottom: 20px;
}

table.votes tr td {
	text-align: center;
}

table.votes tr.leftalign td {
	text-align: left;
	background: #ffffff url(../images/gradient.gif) repeat-x;
}

input.leftside {
	float: left;
	margin-right: 5px;
}

p.sites {
	color: #006699;
	font-weight: bold;
	font-size: 13px;
	float: left;
	margin: 0;
	padding: 0;
	width: 195px;
}

td.option {
	width: 33%;
	vertical-align: top;
}

td.optionCenter {
	width: 33%;
	border-left: #e6e6e6 solid 1px;
	border-right: #e6e6e6 solid 1px;
	vertical-align: top;
}

td.topline {
	border-top: #e6e6e6 solid 1px;
	background: #ffffff url(../images/gradientLarge.gif) repeat-x;
}

a.vote {
	text-decoration: none;
	cursor: pointer;
}

a.vote img {
	margin-top: 3px;
}

span.smallNotice {
	color: #818181;
	font-size: 10px;
	padding-top: 0;
}

table.votes tr td.pad {
	padding-left: 20px;
	padding-top: 20px;
	text-align: left;
	background: #ffffff url(../images/gradient.gif) repeat-x;
}

span.subTitle {
	font-size: 17px;
	line-height: 23px;
	color: #006699;
	font-weight: bold;
}

span.bigTitle {
	font-size: 19px;
	line-height: 25px;
	color: #006699;
	font-weight: bold;
}

table.votes tr td ul {
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 15px;
}

table.votes tr td li {
	text-align: left;
	color: #666666;
	font-size: 15px;
	line-height: 20px;
}

.bold {
	font-weight: bold;
}

.downloads {
	text-decoration: none;
	color: blue;
}
.downloads:hover {
	text-decoration: underline;
}

.blue {
	color: #006699;
}

.noscriptvote {
	padding-top: 3px;
	padding-bottom: 3px;
	width: 80px;
	font-size: 17px;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 1px;
}

.nostyles {
	color: #006699;
	text-decoration: none;
	cursor: pointer;
}
.nostyles:hover {
	text-decoration: none;
}