﻿/* Styles for HTML Elements */
html, body, form, .Primary, .PrimaryContent
{
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	vertical-align: top;
}

.Primary
{
	margin: 0 auto;
	width: 1052px;
}

.PrimaryContent
{
	margin: 0 auto;
	width: 1024px;
	background-image: url('/Images/Pages/Common/FooterBG.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
	vertical-align: top;
}

.Content
{
	text-align: left;
	vertical-align: top;
	background-color: White;
	width: 1024px;
	height: 100%;
}

.Content2
{
	text-align: left;
	vertical-align: top;
	width: 1024px;
}

/*Setup the body tag*/
body 
{
	font-family: Helvetica;
	font-size: 12px;
	line-height: 20px;
}

.BodyBG
{
	background-color: #153774;
	background-image: url('/Images/Pages/Common/Background.jpg');
	background-repeat: repeat-x;
}

/*Text not in the main body tag will be in one of the following, so set defaults */
p, span, td
{
	font-family: Helvetica;
	font-size: 12px;
	line-height: 20px;
}

.BC
{
	width: 14px;
	height: 100%;
	vertical-align: top;
	background-repeat: repeat-y;
}

.LB { background-image: url('/Images/Pages/Common/LeftBorder2.jpg'); }
.RB { background-image: url('/Images/Pages/Common/RightBorder2.jpg'); }

#RootTable
{
	width: 1024px;
	height: 100%;
}

#TDContent
{
	width: 1024px;
	height: 100%;
	background-color: red;
	vertical-align: top;
	text-align: left;
}

.P20
{
	padding-top: 20px;
}

/*By default, no borders on tables or images*/
table, img
{
	border: none;
}

h1, .h1
{
	font-family: Georgia;
	color: #152860;
	font-size: 16px;
	font-weight: bold;
}




.btn
{
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	color: #FFFFFF;
	border: solid 1px #96826C;
	background-color: Black;
}



.Footer
{
	font-family: Helvetica;
	width: 761px;
	padding-left: 20px;
	color: #756848;
	padding-bottom: 10px;
	vertical-align: top;
}

#Header
{
	width: 744px;
	height: 350px;
	padding: 0px 8px 0px 9px;
	vertical-align: top;
}

#Height
{
	height: 100%;
	background-color: Red;
}


/*Shorthand helpers*/
.R { text-align: right; }
.B { font-weight: bold; }


/*Modal Popup*/
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup
{
	background-color: #FFFFFF;
	border: solid 3px Gray;
	padding: 3px;
	width: 250px;
}



.AdminTable
{
	border: solid 1px Grey;
	border-collapse: collapse;
}

/*Admin CSS*/
.HeaderRow
{
	background-color: #756848;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px 4px 4px 8px;
}
