﻿/* MAIN HTML CLASSES */
HTML, BODY, FORM
{
	font-family: Tahoma;
	color: #3f3f3f;
	font-size: 12px;
	background-color: white;
	margin: 0px;
	height: 100%;
	min-height: 100%;
	background-image: url(Images/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

H1
{
	font-family: Tahoma;
	font-size: 16px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	color: crimson;
}

H2
{
	font-family: Tahoma;
	font-size: 15px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #162a83;
}

UL
{
	margin: 0px 0px 8px 20px;
	padding: 0px 0px 0px 0px;
}

LI
{
	line-height: 17px;
}

P
{
	margin: 15px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 17px;
}

/* INPUT classes */
.SearchText
{
	font-family: Tahoma;
	color: black;
	font-size: 11px;
	width: 85px;
}

.SearchButton
{
	font-family: Tahoma;
	color: white;
	font-size: 11px;
	width: 25px;
	border: solid 1px silver;
	background-color: crimson;
	padding: 2px;
}

SELECT
{
	font-family: Tahoma;
	font-size: 12px;
	border: solid 1px dimgray;
}

.Textbox
{
	font-family: Tahoma;
	font-size: 12px;
	padding: 2px 3px 2px 3px;
	border: solid 1px dimgray;
	width: 200px;
	background-image: url(Images/bg-txt.gif);
	background-repeat: repeat-x;
}

.TextboxBig
{
	font-family: Tahoma;
	font-size: 12px;
	padding: 2px 3px 2px 3px;
	border: solid 1px dimgray;
	width: 450px;
	background-image: url(Images/bg-txt.gif);
	background-repeat: repeat-x;
}

.Button
{
	font-family: Tahoma;
	font-size: 11px;
	color: White;
	font-weight: bold;	
	padding: 3px 3px 3px 3px;
	border: solid 1px dimgray;
	width: 208px;
	background-color: #162a83;
}

.ButtonDelete
{
	font-family: Tahoma;
	font-size: 11px;
	color: White;
	font-weight: bold;	
	padding: 3px 3px 3px 3px;
	border: solid 1px dimgray;
	width: 208px;
	background-color: darkred
}


.ButtonSml
{
	font-family: Tahoma;
	font-size: 11px;
	color: White;
	font-weight: bold;	
	padding: 3px 3px 3px 3px;
	border: solid 1px dimgray;
	background-color: #162a83;
}

.ButtonDeleteSml
{
	font-family: Tahoma;
	font-size: 11px;
	color: White;
	font-weight: bold;	
	padding: 3px 3px 3px 3px;
	border: solid 1px dimgray;
	background-color: darkred
}


/* link classes */
A
{
	color: #162a83;
	text-decoration: underline;
}

A:Hover
{
	color: crimson;
	text-decoration: none;
}

/* PlaceHolding Classes */
.Main
{
	margin: 0px auto;
	width: 778px;
	height: 100%;
	min-height: 100%;
}

.Body
{
	width: 778px;
	padding-bottom: 10px;
}

.Footer
{
	width: 778px;
}

.BodyHolder
{
	width: 778px;
	height: 100%;	
}

.SmallWidth
{
	width: 485px;	
}

.MenuLeft
{
	width: 131px;
	height: 100%;
	background-image: url(Images/menu_bg.jpg);
	background-repeat: repeat;
	background-position: left top;
}

.MenuRight
{
	width: 145px;
	height: 100%;
}

.Header
{
	width: 778px;
	height: 21px;
	background-image: url(Images/header_background.jpg);
	background-repeat: no-repeat;
}

.HeaderMenu
{
	float:right;
	margin-right: 25px;
	margin-top: 5px;
	color: White;
	font-weight: bold;
	font-size: 11px;
}

.AddNewArea
{
	background-color: #e4fce4;
	border: solid 1px darkgreen;
	padding: 5px;
	width: 90%;
}

/* MISC ITEMS */
.NoBorder
{
	border: none;
}

.PageImage
{
	border: solid 1px silver;
	float: left;
	margin-right: 10px;
}

.PageImageR
{
	border: solid 1px silver;
	float: right;
	margin-left: 10px;
}

.PageImageRNoBorder
{
	float: right;
	margin-left: 10px;
}

.Asterix
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 18px;
    COLOR: #0f7aaa
}

.HelpText
{
	color: dimgray;
	font-size: 10px;
}

.TxtCtr
{
	text-align: center;
}

.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;
}

/* IndicaTION cLASSES */
.Error
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
	color: darkred;
	padding-top: 5px;
}

.Success
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
	color: darkgreen;
	padding-top: 5px;
}
	
	