﻿/* bof shared */

.Forward {
	float: right;
    }
	
.Back {
	float: left;
    }

.ClearBoth {
	clear: both;
    }

.InputWrapper {
	padding-bottom: 3px;
	}
	
.InputLabel {
	width: 100px;
	float: left;
	padding-top: 4px;
	}

.InputTextBox {
	width: 160px;
	}

.Bold {
	font-weight: bold;
	}

.Required {
	color: #970E4C;
	font-size: 11px;
	font-weight: bold;
	}

html { /*always show vertical scroll bar */
	min-height: 100%;
	margin-bottom: 1px;
	}

body {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background: url(../../App_media/Images/BodyBGMain.png) repeat-y center;
	}
	
a {
	color: #FFFFFF;
	text-decoration: none;
	}

a:hover {
	color: #8E171E;
	text-decoration: underline;
	}
	
hr {
	border: 2px solid #CFCFCF;
	border-bottom: none;
	color: #BAB8A9;
	}

.AdminNav {
	border: 1px dotted #00AA00;
	background: #C0FFC0;
	Color: #6AB86A;
	padding: 1em;
	margin-bottom: 1em;
	}

.AdminNav a {
	color: #016101;
	}

.MainWrapper {
    width: 753px;
    margin-left: auto;
    margin-right: auto;
	}

.HeaderNavWrapper {
	}

.BodyWrapper {
	background: #74A3D0 URL(../../App_Media/Images/BodyBG.png) no-repeat top;
	padding: 0px 20px 20px 20px;
	min-height: 475px;
	}
	
.BodyLeft {
	padding-top: 20px;
	}

.BodyRight {
	width: 314px;
	margin-top: 1px;
	background: url(../../App_Media/Images/LinkMenuBG.png);
	margin-bottom: 20px;
	}

.BodyRightL {
	background: url(../../App_Media/Images/LinkMenuBG-L.png) no-repeat bottom left;
	}
.BodyRightR {
	background: url(../../App_Media/Images/LinkMenuBG-R.png) no-repeat bottom right;
	min-height: 400px;
	padding: 20px;
	}

/* eof shared */

.MenuLinkList {
	line-height: 15px;
	}

.BodyContact, .BodyImage, .BodyEmail {
	padding: 20px;
	height: 113px;
	width: 340px;
	margin-bottom: 20px;
	}

.BodyImage {
	padding: 0px;
	height: 170px;
	}

.BodyContact {
	background: url(../../App_Media/Images/ContactBG.png) no-repeat;
	text-transform: uppercase;
	line-height: 15px;
	}

.BodyEmail {
	background: url(../../App_Media/Images/EmailBG.png) no-repeat;
	}