﻿* { font-family:Arial; color: #002997; }

body {
}

.error { color:Red; }

h1 { margin:.2em; font-size:2em; }

h2 { margin: .2em; font-size:1.3em; font-weight:normal; }

.regsection { border:1px solid black; padding:3px; margin:1em; padding-bottom:1em; }

.sectionTitle { background-color:#C9A001; font-weight:bold; padding:3px; border-bottom:1px solid #999; margin-bottom:1em; }

.notice { padding:1em; background-color:#002997; color:White; margin:1em 0 1em 0; }
.infoNotice{font-size:0.8em;color:Blue}
.confirmNotice { padding:1em; margin:1em 0 1em 0; text-align:center; margin-bottom:1em; }


.memberHead { font-weight:bold; text-decoration:underline; text-align:center;  }

.paylabel { text-align:right; font-weight:bold; padding-right:1em;}

.footer { font-size:smaller; text-align:center; } 
.loginButton
{
	width: 100%;
	text-align: center;
}
.resultTable
{
	border: thin solid #C0C0C0;
	table-layout: fixed;
	border-collapse: collapse;
	empty-cells: show;
	border-spacing: 3px;
	width: 90%;
}
.editBox
{
	padding: 1px;
	background-color: #0000FF;
	color: #FFFFFF;
}  
.fixedButton
{
	position: fixed;
	top: 200px;
	right: 35px;
	width:100px;
} 
.hiddenRow
{
	display: table-row;
}
.aPDF
{
	color:Red;
	font-weight:bolder;
}
.aPDF :link
{
	color:Red;
	font-weight:bolder;
}
.aPDF :visited
{
	color:Red;
	font-weight:bolder;
}
.aPDF :hover
{
	color:Red;
	font-weight:bolder;
}
.aPDF :active
{
	color:Red;
	font-weight:bolder;
}
.PromptPanel
{
	border: thin ridge #C9A001;
	position:absolute;
	background-color: #FFFFCC;
	padding-top: 3px;
	padding-left: 3px;
	color:Red;
	width:300px;
	display:block;
}
.PromptPanelHeader
{
	background-color:#C9A001;
	color:White;
}
.PromptPanelDetail
{

}
.LeftPanel
{
	border: thin solid #008080;
	width: 300px;
	float: left;
	margin-left: 10px;
	margin-right: 30px;
	height:100%;
	min-height: 400px;
	overflow:auto;
}
.RightPanel
{
	border-style: solid;
	border-width: thin;
	border-color: #008080 #008080 #008080 #008080;
	width: 500px;
	float: none;
		height:100%;

	min-height: 400px;
}
.StandardText
{
	font-family: Times New Roman, Times, Serif;
	color:#336699;
}
.SectionHeader
{
	color: White;
	text-decoration: underline;
}
.ColumnHeader
{
	color: White;
}
.SearchResults
{
	border-style: solid outset outset solid;
	border-width: thin medium medium thin;
	border-color: #C0C0C0 #000000 #000000 #C0C0C0;
	background-color: #c9a001;
	color: Black;
	position: absolute;
	left: 150px;
	top: 350px;
}
.PlayerQuestion
{
	color:Green;
}
.PlayerAnswer
{
	padding-left:15px;
}
.SuperScript
{
	font-size:small;
	vertical-align: super;
}
.SubmittedPoll
{
	color:Gray;
}
.LeftPollPanel
{
	width: 300px;
	float: left;
	margin-left: 10px;
	margin-right: 30px;
	height:100%;
	min-height: 400px;
	overflow:auto;
}
.RightPollPanel
{
	border-style: solid;
	border-width: thin;
	border-color: #008080 #008080 #008080 #008080;
	width: 500px;
	float: none;
		height:100%;

	min-height: 400px;
}
.PollAcknowlegmentShow
{
	position:relative;
	left:30px;
	top:50px;
	width:250px;
	display:block;
}
.PollAcknowlegmentHide
{
	display:none;
}
.GridViewEdit
{
	border: thin solid #C0C0C0;
	background-color: Yellow;
	border-collapse: collapse;
	empty-cells: show;
}
.Error
{
	color:Red;
}