﻿body {
}
.centerDiv
{
background-position: center; 
background-image: url('http://www.rratccc.com/images/IMG_0224-watermark-small.jpg'); 
background-repeat: no-repeat;
}

.centerDivNoWatermark
{
background-position: center; 
}

.errorText
{
	color:Red;
}

.headerText
{
    color: #CC3300;
}

.bodyText
{
	text-align:center;
	font-weight:bolder;
}

.textCenterBold
{
	text-align:center;
	font-weight:bolder;
}

.eventDescription
{
	text-align:center;
}

.leftAlignBodyText
{
	text-align:justify;
	font-weight:bolder;
}

.copyrightText
{
	font-size: x-small;
}

.backGrounColor
{
	background-color:#FFCC99;
}
p.bodyText
{
	text-align:center;
	font-weight:bolder;
}
h3.centerH3
{
	text-align:center;
}

.emphasize
{
    font-style: italic;
    font-weight: 900;
    text-decoration: underline;
}

table.responseTallyTable
{
	width: 66%;
	border-style: solid;
	border-width: 1px;
}
tr.responseTallyHeader
{
	border-style: solid;
	border-width: 1px;
	background-color: #CCCCCC;
}
tr.responseTallySubHeader
{
	border-style: solid;
	border-width: 1px;
	background-color: #DDDDDD;
}
th.responseTallyHeaderVotes
{
}
th.responseTallyHeaderResponse
{
}
tr.responseTallyTableRow
{
}
td.responseTallyRowVotes
{
}
td.responseTallyRowResponse
{
	text-align: left;
}

tr.TableRow
{
	border-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
td.Action
{
	border: 1px solid #000000;
}
td.Row
{
	border-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
a.actionLinkButton
{
	border-color: #FFDDAA #808080 #808080 #FFDDAA;
	background-color: #FF8822;
	border-style: solid;
	padding-right: 24px;
	padding-left: 24px;
	text-decoration: none;
	width: 120px;
	height: 30px;
	margin: 0px;
	font-family: Arial;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
a.actionLinkButtonNoPad
{
	border-color: #FFDDAA #808080 #808080 #FFDDAA;
	background-color: #FF8822;
	border-style: solid;
	text-decoration: none;
	width: 32px;
	height: 30px;
	margin: 0px;
	font-family: Arial;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
.SubmitButton
{
	border-color: #FFDDAA #808080 #808080 #FFDDAA;
	background-color: #FF8822;
	border-style: solid;
	padding-right: 24px;
	padding-left: 24px;
	text-decoration: none;
	width: 120px;
	height: 30px;
	margin: 0px;
	font-family: Arial;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
label.inline
{
}
