﻿HTML, BODY, FORM
{		
	font-family: Arial, Sans-Serif;
	color: black;
	font-size: 12px;
	background-color: white;
	margin: 3px 0px 0px 0px;
	background-image: url(Images/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

H1
{
	color: #060C80;
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

H2
{
	color: #060C80;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

UL
{
	margin: 0px 0px 0px 9px;
	padding-left: 9px;
}

P
{
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}


/* link classes */
A 
{
	color: #E53B3C;
	text-decoration: underline;
}

A:Hover
{
	color: #060C80;
	text-decoration: none;
}

A.Letter
{
	margin-left: 0px;
	font-weight: bold;
	font-size: 12px;
	color: white
}

A:Hover.Letter
{
	margin-left: 0px;
	font-weight: bold;
	font-size: 12px;
	color: white
}

A.LetterAlt
{
	margin-left: 0px;
	font-weight: bold;
	font-size: 12px;
	color: white
}

/* link classes */
A.FooterLink 
{
	color: #b2d3e3;
	text-decoration: none;
	font-size: 9px;
}

A.FooterLink:Hover
{
	color: #76ab43;
	text-decoration: underline;
	font-size: 9px;
}

.FBlue
{
	color: #303C8D
}

.LBlue
{
	color: #35adde;
}

/* Input Classes */
.Textbox
{
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	padding: 3px;
	border: solid 1px dimgray;
	width: 145px;
	background-image: url(Images/bg-txtslider.gif);
	background-repeat: repeat-x;
}

.TextboxBig
{
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	padding: 3px;
	border: solid 1px dimgray;
	width: 225px;
	background-image: url(Images/bg-txtslider.gif);
	background-repeat: repeat-x;
}

.TextboxBigBig
{
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	padding: 3px;
	border: solid 1px dimgray;
	width: 425px;
	background-image: url(Images/bg-txtslider.gif);
	background-repeat: repeat-x;
}

.LoginButton
{
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;	
	padding: 3px 3px 2px 3px;
	border: solid 1px dimgray;
	width: 60px;
	background-image: url(Images/bg-butLogin.gif);
	background-repeat: repeat-x;
}

.Button
{
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;	
	padding: 3px 3px 2px 3px;
	border: solid 1px dimgray;
	background-color: #060C80;
	color: White;
}

.ButtonDelete, .DeleteButton
{
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;	
	padding: 3px 3px 2px 3px;
	border: solid 1px dimgray;
	background-color: crimson;
	color: White;
}

.ButtonSendEmail
{
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;	
	padding: 3px 3px 2px 3px;
	border: solid 1px dimgray;
	width: 60px;
	background-image: url(Images/bg-butsend.gif);
	background-repeat: repeat-x;
}


/* PlaceHolding Classes */
.Main
{
	margin: auto auto;
	width: 810px;
}

.Body
{
	width: 800px;
}

.BodyHolder
{
	width: 800px;
}

.NoBorder
{
	border: none;
}

.Error
{
	color: Crimson;
}


.Success
{
	color: ForestGreen;
}



.AdminHeader
{
	background-color: #162a83;
	color: White;
	border: solid 1px dimgray;
	font-weight: bold;
	font-size: 12px;
}

.AdminRow
{
	background-color: White;
}
.AdminRowAlt
{
	background-color: aliceblue;
}

.AdminCell
{
	border: solid 1px dimgray;
}