/* HTML Tags */
A:Link, A:Visited, A:Active
{
	color: #990000;
}

A:Hover
{
	background-color: #FFCC99;
}

Body
{
	margin: 0px;
}

/* Site Wide Classes */
.CentreContent
{
	width: 100%;
	vertical-align: top;
}

.CoverBody
{
	background-image: none;
	background-repeat: no-repeat;
	height: 200px;
	vertical-align: top;	
}

.LeftMargin
{
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
}

.LeftMenu
{
	width: 182px;
	vertical-align: top;
}

.LeftMenuItem
{
	height: 25px;
	vertical-align: middle;
}

.PageTitle 
{
	background-color: #FFCC99;
	color: #990000;
	font-size: 12px;
	font-weight: normal;
	padding-left: 13px;
	padding-right: 5px;
	padding-top: 2px;
	text-align: left;	
}

.AlternateRowStyle
{
	background-color: palegoldenrod;
}

.NormalRowStyle
{
	background-color:lightgoldenrodyellow;
}

.GridStyle
{
	font-size: x-small;
	font-family: Verdana;
	border-collapse: collapse;
	background-color: white;	
}
.LabelText 
{	
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	text-align: left;	
}

.PageWidth
{
	width: 100%;
}

.SectionTitle 
{
	background-color: #FFCC99;
	color: #990000;
	font-size: 12px;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	text-align: left;
	width: 100%;
}

.SectionBody
{
	margin-left: 10px;
	margin-right: 10px;
	vertical-align: top;
	width: 100%;
}

.ScrollBar 
{
	SCROLLBAR-BASE-COLOR: #990000;
	SCROLLBAR-ARROW-COLOR: #F4E3DC;
	SCROLLBAR-3DLIGHT-COLOR: #FF9900;
	SCROLLBAR-HIGHLIGHT-COLOR: #FF9900;
	SCROLLBAR-SHADOW-COLOR: #FF9900;
	SCROLLBAR-DARKSHADOW-COLOR: #FF9900;
	SCROLLBAR-FACE-COLOR: #F56120;
	SCROLLBAR-TRACK-COLOR: #FD7E02;
}

.SiteBody
{
	background-image: url('../images/bg.gif');
	background-repeat: repeat-y;
	background-position: top left;
	height: 399px;
	vertical-align: top;
}

.SiteFooter
{
	background-image: url('../images/footer.gif');
	background-repeat:no-repeat;
	background-position: top left;
	width: 996px;
	height: 32px;
}

.SiteHeader
{
	background-image: url('../images/header.gif');
	background-repeat:no-repeat;
	background-position: top left;
	width: 996px;
	height: 91px;
}

.SiteStyle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	vertical-align: top;
}

/* Specific Classes */

.LoginLabel
{
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
}

.LoginLabelDivider
{
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.LoginTextBox
{
	font-size: 10pt;
	text-align: left;
}

.Message
{
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
}

.MessageBoardBottom
{
	background-image: url('../images/MessageBoardBottom.gif');
	background-repeat: repeat-x;
	background-position: bottom center;
	height: 31px;
}

.MessageBoardBottomLeft
{
	background-image: url('../images/MessageBoardBottomLeft.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 31px;
	width: 50px;
}

.MessageBoardBottomLeftBorder
{
	background-image: url('../images/MessageBoardBottomLeftBorder.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 31px;
	width: 2px;
}

.MessageBoardBottomRight
{
	background-image: url('../images/MessageBoardBottomRight.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 31px;
	width: 350px;
}

.MessageBoardBottomRightBorder
{
	background-image: url('../images/MessageBoardBottomRightBorder.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 31px;
	width: 2px;
}

.MessageBoardMiddle
{
	background-image: url('../images/MessageBoardMiddle.gif');
	background-repeat: repeat;
	background-position: centre; 
}

.MessageBoardMiddleLeft
{
	background-image: url('../images/MessageBoardMiddleBorder.gif');
	background-repeat: repeat-y;
	background-position: top left;
}

.MessageBoardMiddleRight
{
	background-image: url('../images/MessageBoardMiddleBorder.gif');
	background-repeat: repeat-y;
	background-position: top right;
	padding-right: 2px;
}

.MessageBoardTop
{
	background-image: url('../images/MessageBoardTop.gif');
	background-repeat: repeat-x;
	background-position: top center;
	height: 58px;
}

.MessageBoardTopLeft
{
	background-image: url('../images/MessageBoardTopLeft.gif');
	background-repeat: no-repeat;
	background-position: top left;
	height: 58px;
	width: 350px;
}

.MessageBoardTopLeftBorder
{
	background-image: url('../images/MessageBoardTopLeftBorder.gif');
	background-repeat: no-repeat;
	background-position: top left;
	height: 58px;
	width: 2px;
}

.MessageBoardTopRight
{
	background-image: url('../images/MessageBoardTopRight.gif');
	background-repeat: no-repeat;
	background-position: top right;
	height: 58px;
	width: 50px;
}

.MessageBoardTopRightBorder
{
	background-image: url('../images/MessageBoardTopRightBorder.gif');
	background-repeat: no-repeat;
	background-position: top right;
	height: 58px;
	width: 2px
}

.MessageDate
{	
	background-position: right;
	background-repeat: no-repeat;
	color: #FF0000;
	font-size: 7pt;
	font-weight: bold;		
	position: left;
	text-align: right;
	vertical-align:top	
}
.MessagePosted
{	
	color: #FF0000;
	font-size: 7pt;
	font-weight: bold;		
	position: left;
	text-align: left;
	vertical-align:top	
}
.MessageDateSpacing
{
	height: 20px;
	width: 100%;
}

.MessageDescription 
{
	border-color: #990000;
	border-width: 2px;
	border-style: solid;
	color: #000000;
	font-size: 8pt;
	padding: 10px;
	width: 100%;	
}

.MessageDescriptionSpacing
{
	height: 15px;
	width: 100%;
}

.MessageTitle
{
	background-color: #FFCC99;
	color: #990000;
	font-size: 12pt;
	font-weight: bold;
	padding-left: 10px; 
	padding-right: 10px;
	width: 100%;
	height: 10px
}

.MessageTitleSpacing
{
	height: 15px;
	width: 100%;
}

.personal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	height: 25px;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
}
.title2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
	padding-top: 2px;
	height: 20px;

}
.FieldLabel
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
	padding-top: 2px;
	height: 20px;
}

.TableHeader
{
	background-color:#990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFCC;
	padding-left: 5px;
}
.TableNormalColumn
{
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color:#330099;
	padding-left: 5px;
}

.TableStyle
{
	font-size: x-small;
	border-left-color: #cc9966;
	border-bottom-color: #cc9966;
	border-top-color: #cc9966;
	font-family: Verdana;
	border-right-color: #cc9966;
}

#MessageLayer
{
	height: 300px; 
	overflow: auto;
	padding-bottom: 20px;
	padding-top: 20px;
	position: relative; 
	width: 100%;
	padding-left: 8px;
	padding-right: 8px;
	z-index: 1; 
}
.MenuStyle
{
	font-weight: bold;
	font-size: xx-small;
	font-family: Verdana;
}

