﻿.SignIn
{
	font-family: Tahoma;
	font-size: 9pt;
	border: solid 1px black;
	margin: 10px 0px 10px 0px;
	background-color: White;
}

.SignIn .Username
{
	background-color: #DDE4EA;
}

.SignIn .Password
{
	background-color: #DDE4EA;
}

.ContentHeaderPurple
{
	background: url(../images/Purple/UpperPixel.jpg) repeat-x;
	height: 35px;
}
.ContentFooterPurple
{
	background: url(../images/Purple/BottomPixel.jpg) repeat-x;
	height: 1px;
}
.ContentBodyPurple
{
	background-color: #e8e9f1;
	width: 100%;
}
.ContentHeaderBlue
{
	background: url(../images/blue/UpperPixel.jpg) repeat-x;
	height: 35px;
}
.ContentFooterBlue
{
	background: url(../images/blue/BottomPixel.jpg) repeat-x;
	height: 1px;
}
.ContentBodyBlue
{
	background-color: #eef9ff;
	width: 100%;
}
.ContentHeaderAzure
{
	background: url(../images/Azure/UpperPixel.jpg) repeat-x;
	widows: 165px;
	height: 30px;
}
.ContentFooterAzure
{
	background: url(../images/Azure/BottomPixel.jpg) repeat-x;
	height: 19px;
}
.ContentBodyAzure
{
	background-color: #E1EFFF;
	width: 100%;
}
.PollHeader
{
	text-decoration: underline;
	color: rgb(140, 144, 183);
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}
.PollText
{
	color: rgb(140, 144, 183);
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-align: right;
}
.TopicControl .TopicTitle
{
	font-family: Arial;
	font-size: 18pt;
	text-align: center;
	font-weight: bold;
}

.TopicControl .Comments
{
	font-size: 8pt;
	font-family: Tahoma;
	font-style: italic;
}

.TopicControl
{
	width: 618px;
}

.TopicControl .Text
{
	border: dashed 1px #085B9F;
	width: 618px;
}

.TopicControl .Controls .Links
{
	text-align: left;
}

.TopicControl .CreatePost
{
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: right;
	border: solid 1px #085B9F;
}

.TopicControl .CreatePost .EditField
{
	width: 115px;
	font-family: Arial;
	font-size: 12pt;
	text-align: right;
	font-weight: bold;
}

.TopicControl .CreatePost .TopicTitle
{
	text-align: right;
}
