﻿html, body
{
	height: 100%;
	max-height: 100%;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
}
html, body, input, textarea, select
{
	font-family: Arial;
	font-size: 11px;
}
div.OuterContainer, div.OuterContainerAdmin
{
	overflow: auto;
	width: 100%;
	height: 100%;
}
div.OuterContainer
{
	width: 698px;
	height: 526px;
}
div.InnerContainer
{
	width: auto;
	margin-top: 29px;
	margin-right: 35px;
	margin-bottom: 10px;
	margin-left: 35px;
}
/* IE <7 */
* html div.InnerContainer
{
	width: auto;
}
div.SmallPageHeading, div.LargePageHeading
{
	color: #6f2e8f;
	text-transform: uppercase;
	font-weight: bold;
}
div.SmallPageHeading
{
	font-size: 11px;
}
div.TopMenu
{
	float: right;
	color: #aaaaaa;
}
a.TopMenu
{
	color: #aaaaaa;
	text-decoration: none;
}
a.TopMenu:hover
{
	color: #afc311;
	text-decoration: underline;
}
a.TopMenuActive
{
	color: #6f2690;
}
div.LargePageHeading
{
	font-size: 14px;
	margin-bottom: 11px;
}
div.hr
{
	height: 4px;
	width: auto;
	background-image: url(../images/hr.png);
	background-repeat: repeat-x;
	background-position: center left;
}
div.Content
{
	margin-top: 28px;
	margin-bottom: 18px;
}
div.ContentLogin, div.ContentEvents
{
	height: 368px;
}
td.TableHeading
{
	text-transform: uppercase;
	vertical-align: top;
}
td.TableHeading, td.ValidationSummary, td.Label, td.TextAreaLabel, td.Button, input.Fields, textarea.Fields
{
	font-weight: bold;
	color: #505050;
}
td.ValidationSummary
{
	vertical-align: top;
}
td.Label, td.TextAreaLabel
{
	width: 206px;
}
td.Label
{
	vertical-align: bottom;
}
td.TextAreaLabel, td.ErrorIndicatorTextArea
{
	vertical-align: top;
	padding-top: 7px;
}
td.ErrorIndicator, td.ErrorIndicatorTextArea, sup.star
{
	font-weight: bold;
	color: #8c8c8c;
	font-size: 18px;
}
td.ErrorIndicator
{
	vertical-align: baseline;
}
td.Text, td.TextArea, td.Button
{
	text-align: left;
}
td.TextLabel
{
	width: 335px;
	padding-left: 10px;
}
input.Fields, textarea.Fields, select.Fields, input.FileUpload
{
	border: 0;
	background-color: #f0f0f0;
	border-right: solid 2px #d8d8d7;
	border-bottom: solid 2px #e6e6e5;
	width: 323px;
	padding-left: 9px;
}
textarea.Fields, textarea.FieldsDouble
{
	height: 78px;
	overflow: auto;
}
textarea.FieldsDouble
{
	height: 225px;
}
textarea.MediumHeight
{
	height: 30px;
}
a.Files
{
	float: right;
	text-decoration: none;
}
#fu, input.FileUpload
{	
	width: 335px;
}
select.Fields
{
	padding-left: 0px;
	border: 0;
	border-left: solid 9px #f0f0f0;
	width: 335px;
}
td.Button
{
	padding-top: 14px;
}
input.Button, img.Button
{
	padding-left: 2px;
	float: right;
}
img.Button
{
	border: 0;
}
span.madeBy
{
	float: right;
}
span.madeBy, span.madeBy a
{
	color: #505050;
}
