body {
	margin: 0px 0px 50px 0px;
	text-align: center;
	background-color: #333333;
	background-image: url(../images/shell/page_bkg.gif);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
/*
h1 {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0081C5;
	margin-bottom: -10px;
}
*/
/*
h2 {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-bottom: -10px;
}
*/
.right {
	float: right;
	padding-right: 15px;
}
.disable {
	color:#787878;
}
a {
  text-decoration: none;
}
a:link {
  color: #ED4B41;
}
a:visited {
  color: #ED4B41;
}
a:hover {
  color: #ED4B41;
  text-decoration: underline;
}
/* top nav bar */
.topNav{
  font-size: 10px;
  color:#ffffff;
  padding-right:5px;
  vertical-align:middle;
}
.topNav a:link{
  color:#333;
  text-decoration:none;
}
.topNav a:visited{
  color:#303030;
  text-decoration:none;
}
.topNav a:hover{
  color:#ffffff;
  text-decoration:none;
}
/* Center Welcome section */
.centerWelcome{
  font-size:10px;
  color:#717171;
}
.centerWelcome a:link{
  color:#717171;
  text-decoration:underline;
}
.centerWelcome a:visited{
  color:#717171;
  text-decoration:underline;
}
.centerWelcome a:hover{
  color:#717171;
  text-decoration:underline;
}
.welcomeHighlight{
  font-size:10px;
  color:#F36921;
}
.searchText{
  font-size:10px;
  color:#717171;
}
/* Content Sections */
.centerTitles{
  padding-left:45px;
  font-size:14px;
  font-weight:bold;
  color:#ffffff;
}
.leftTitles{
  padding-left:10px;
  font-size:14px;
  font-weight:bold;
  color:#ffffff;
}
.sectioner {
	height: 7px;
	font-size: 5px;
}
td.orangetitle {
	padding-top: 10px;
	color: #fe6601;
	font-size: 14px;
	font-weight: bold;
}
td.logos {
	padding-top: 15px;
}
td.text {
	padding-top: 15px;
}
td.text a {
	color: #839d9e;
	font-weight: bold;
	text-decoration: underline;
}
td.text a:hover {
	color: #fe6601;
}
.upper {
	padding: 10px;
	color: #ffffff;
}
.upper h1 {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}
.copyright{
  font-size: 10px;
  color: #cccccc;
  text-align: right;
}

.g td  {
	color: #ffffff;
}
.g a  {
	color: #ffffff;
	text-decoration: underline;
}
.g a:hover  {
	color: #676767;
}
.g h1, .g h1 a {
	margin: 0px 0px 3px 0px;
	color: #006600;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.g h1 a:hover {
	color: #ffffff;
}
.b td  {
	color: #ffffff;
}
.b a  {
	color: #ffffff;
	text-decoration: underline;
}
.b a:hover  {
	color: #676767;
}
.b h1, .b h1 a {
	margin: 0px 0px 3px 0px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.b h1 a:hover {
	color: #ffffff;
    text-decoration: underline;
}
.o td  {
	color: #ffffff;
}
.o a  {
	color: #ffffff;
	text-decoration: underline;
}
.o a:hover  {
	color: #676767;
}
.o h1, .o h1 a {
	margin: 0px 0px 3px 0px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.o h1 a:hover {
	color: #ffffff;
    text-decoration: underline;
}
.y {
	margin-top: 10px;
}
.y td  {
	color: #676767;
}
.y a  {
	color: #676767;
	text-decoration: underline;
}
.y a:hover  {
	color: #ffffff;
}
.y h1, .y h1 a {
	margin: 0px 0px 3px 0px;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
.y h1 a:hover {
	color: #ffffff;
    text-decoration: underline;
}
#container {
	clear: both;
	margin-top: 15px;
}
#border, #number, #answer {
	float: left;
}
#border {
	margin-right: 15px;
	padding: 2px;
	width: 250px;
	background-color: #ffffff;
	border: 1px solid #000000;
}
#percentage {
	background-color: #ff6600;
}
#number {
	margin-right: 15px;
	width: 50px;
}
#answer {
	width: 225px;
}
#votes {
	float: right;
	padding-top: 5px;
	padding-bottom: 35px;
	font-size: 11px;
}
#question {
	clear: both;
}
