﻿body 
{
	color:#3d6496;
	font-size :small ;
}
h1
{
	color:#3d6496;
	font-size :large;
	height: 19px;
	margin-bottom:0px;
}
h2
{
	color:#3d6496;
	font-size :medium;
	height: 20px;
}
table
{
	color :#3d6496;
	margin-left: 4px;
	font-size :medium;
	width: 819px;
}

div
{
	padding-left:10px;
	padding-top :5px;
	top: 96px;
	left: 93px;
	height: 446px;
	width: 798px;
}
.LoginButton
{
	background-color: #3D98D4;
	color: #e1e1e1;
	border-style: none;
	vertical-align :top ;
}
.VoteFrame
{
	background-color : #e1e1e1;
}
.DrawResult
{
	color :#aeaaaa;
	font-size :larger;
	border :1px;
}
.drawFrame
{
	border: thin solid #3d6496;
	float: right;
		display: inline;
		height: 320px;
		position: absolute;
	top: 331px; 
	left: 886px; 
		width: 144px;
		background-color :#e1e1e1;
}
.drawVotesWinners
{
	float: right;
		display: inline;
		height: 303px;
		position: absolute;
	top: 15px; 
	left: 884px; 
		width: 144px;
		background-color :#3d6496;
		color:White;
}
.drawNotDecided
{
	color :Red ;
}
.drawDecided
{
	color:#3d6496;
}
.predictionHeader
{
	color:white;
	font-size :small;
	font-weight:bold;
}
.predictionResult
{
	color:White ;
	font-size :small;
	font-weight:normal;
}
.votelabel
{
	color:#3d6496;
	font-size :small;
	font-weight:normal;
	white-space:pre-line;
	margin-left :8px;
}
.voteTextbox
{
	border-style :none;
	width:12px ;
	color:#3d6496;
	font-size :small;
	font-weight:normal;
	white-space:pre-line;
}
.voteError
{
	color:#FF0000;
	font-size :medium ;
	font-weight:normal;
	white-space:pre-line;
	margin-left :8px;
}

.dropdown
{
	font-size :small;
	color:#3d6496;
	
}
.inlineHeader
{
	font-size :large;
	color:#3d6496;
}
.tableSubHeader
{
	background-color: #3D98D4;
	color: #FFFFFF;
	font-size :small ;
}
.tablerow1
{
	background-color: #96c8ff;
	color: #FFFFFF;
	font-size :medium ;
}