﻿body {
	background: #333333 url(Images/TopBackground.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	margin: 0;
	padding: 0;
	text-align: left;
}

input, select, textarea, button
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2 {
	margin-top: 0;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.0em;
	font-weight: normal;
}

a {
	color: #990000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #333333;
}

#TopLogo {
	width: 750px;
	height: 65px;
	margin: 0 auto;
}

#TopLogo h1 {
	margin: 0;
	color: #FFFFFF;
}

#TopLogo h1 {
	float: left;
	padding-top: 25px;
}

#TopMenu {
	width: 778px;
	height: 45px;
	margin: 0 auto;
	background: #F6F6F6 url(Images/Menu.gif) no-repeat;
}

#TopMenu ul {
	margin: 0;
	padding: 5px 0 0 14px;
	list-style: none;
}

#TopMenu li {
	display: inline;
}

#TopMenu a {
	display: block;
	float: left;
	height: 29px;
	padding: 11px 15px 0 15px;
	text-decoration: none;
	font-weight: bold;
	color: #990000;
}

#TopMenu a:hover {
	text-decoration: none;
	color: #333333;
}

#TopMenu .MenuCurrent a {
	background: url(Images/MenuCurrent.gif) repeat-x;
	color: #333333;
}

#MainPage {
	width: 778px;
	margin: 0 auto;
	background: #FFFFFF url(Images/PageBackground.gif) repeat-y;
}

#MainPageBg {
	padding: 11px 24px;
	background: url(Images/PageBgBackground.jpg) no-repeat;
}

#ContentContainer {
	float: left;
	width: 535px;
	padding: 10px 0 0 10px;
}

#ContentContainerArticle {
	float: left;
	width: 700px;
	padding: 10px 0 0 10px;
}

.Content {
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.ContentTitle {
	margin: 0;
}

.ContentItself {
}

#RightNav {
	float: right;
	width: 150px;
	padding-right: 20px;
}

#RightNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#RightNav li {
}

#RightNav li ul {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#RightNav li li {
	padding: 5px 20px 5px 20px;
}

#RightNav h2 {
	margin: 0;
	padding: 10px 0 5px 20px;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
}

#RightNav a {
	text-decoration: none;
}

#RightNav a:hover {
	text-decoration: underline;
}

#BottomFooter {
	width: 750px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(Images/Footer.gif) no-repeat;
}

#BottomFooter p {
	margin: 0;
	text-align: center;
	color: #666666;
}

#BottomFooter a {
	color: #666666;
}

.QuestionsList
{
	border: solid 1px #999999;
    border-collapse:collapse;	
}

.QuestionsList th 
{
    background: url(Images/Sprite.png) repeat-x 0px 0px;
    border-color: #999999 #CBCBCB #999999 #999999;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    color: #333333;
    padding: 5px 5px 5px 10px;
    text-align: left;
    vertical-align: middle;
}  

.QuestionsList th a
{
    font-weight: normal;
	text-decoration: none;
	text-align: left;
    color: #990000;
	display: block;
    padding-right: 10px;
}

.QuestionsList th a:hover {
	text-decoration: underline;
	color: #333333;
}

.QuestionsList th.sortasc, .QuestionsList th.sortdesc
{
    background: url(Images/Sprite.png) repeat-x 0px -100px;
}  

.QuestionsList th.sortasc a
{
    background: url(Images/ArrowUp.gif) no-repeat right 50%;
}  

.QuestionsList th.sortdesc a
{
    background: url(Images/ArrowDown.gif) no-repeat right 50%;
}  

.QuestionsList td 
{
    padding: 5px 10px 5px 10px;
    border-right: solid 1px #CBCBCB;
}

.QuestionsList .altrow, .QuestionsList .row .sort
{
    background-color: #DDDDDD;
} 

.QuestionsList .altrow .sort
{
    background-color: #CCCCCC;
} 

.QuestionsList .row
{
    background-color: #FFFFFF;
}
