﻿BODY

{
	margin: 0px;
	font-family: Arial, Verdana;
	font-size: 11px;
	text-align: justify;
}

.navigation
{
	font-weight: bold;
	font-size: 11px;
	background-color: #8d0036;
	color: #ffffff;
	background-repeat: repeat-x;
}
.navigation A
{
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
.navigation A:hover
{
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
}

/*Modal Popup*/
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70); /*opacity:0.7;*/
}

.modalPopup
{
	background-color: #ffffde;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
}

A
{
	color: #8d0036;
	text-decoration: underline;
}

A.text
{
	color: #8d0036;
	text-decoration: underline;
}

A:hover.text
{
	text-decoration: none;
}


.TextWhite
{
	color: #ffffff;
	font-size: 12px;
	line-height: 21px;
	text-decoration: none;
}

.textBold
{
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
	color: Black;
	line-height: 21px;
}

.buttonGo
{
	background-image: url(images/button_go.png);
}

.Seperator
{
	padding-right: 0px;
	padding-left: 5px;
	background-image: url(images/SeperatorDel.gif);
	background-repeat: repeat-y;
	background-position-x: center;
}

.PageBox
{
	border-right: dimgray 1px solid;
	border-top: dimgray 1px solid;
	border-left: dimgray 1px solid;
	border-bottom: dimgray 1px solid;
}
.HomePageText
{
	font-size: 10px;
	color: #000000;
	font-family: Arial;
}

.HomePageArticleNameText
{
	font-size: 12px;
	color: #000000;
	font-family: Verdana;
}

.HeaderLinkText
{
	font-size: 12px;
	color: #000000;
	font-family: Arial Narrow;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

.HeaderLinkBox
{
	border-right: darkgray 0px solid;
	border-top: darkgray 1px solid;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
}

.SisterSitesLinkText
{
	font-size: 10px;
	color: #990000;
	font-family: Verdana;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}
.SisterSitesLinkBox
{
	border-right: #990000 1px solid;
	border-top: #990000 0px solid;
	border-left: #990000 0px solid;
	border-bottom: #990000 0px solid;
	padding-right: 5px;
	padding-left: 5px;
}


table
{
	font-family: Arial, Verdana;
  font-size: 12px;
}

.Bold
{
	font-weight: bold;
}

.LightShade
{
	background-color: pink;
}
.PageHeading
{
	font-weight: bold;
	font-family: Arial, Verdana;
	font-size: 12pt;
	text-align: center;
	color: darkred;
	text-decoration: none;
}

.Grid
{
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
	font-size: 9pt;
}

.HeaderStyle
{
	background-color: #a91f11;
	color: snow;
	height: 20px;
}

.RowStyle
{
	background-color: whitesmoke;
	color: #333333;
}
.AlternatingRowStyle
{
	background-color: Silver;
	color: #284775;
}

.FooterStyle
{
	background-color: lightsalmon;
	color: #c10c28;
	height: 20px;
}

.SelectedRowStyle
{
	font-weight: bold;
	background-color: #009999;
}
.PagerStyle
{
	background-color: lightsalmon;
	text-align: left;
	color: #ffffff;
}
.EditRowStyle
{
	background-color: #999999;
}

.ArticleHeading
{
	font-family: Arial, Verdana;
	font-size:12px;
	color:#990000;
	
	}