﻿/* MAIN HTML CLASSES */
HTML, BODY, FORM
{		
	font-family: Arial;
	color: #014584;
	font-size: 12px;
	background-color: white;
	margin: 0px; 
	height: 100%;
	min-height: 100%;
}

H1
{
	font-family: Arial;
	font-size: 17px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #014584;
}

H2
{
	font-family: Arial;
	font-size: 15px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #014584;
}

H3
{
	font-family: Arial;
	font-size: 15px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #e2001a;
}

UL
{
	margin: 0px 0px 8px 20px;
	padding: 0px 0px 0px 0px;
}

LI
{
	line-height: 17px;
}

P
{
	margin: 10px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 17px;
}

/* INPUT classes */
.SearchText
{
	font-family: Arial;
	color: black;
	font-size: 12px;
	width: 150px;
	margin-bottom: 8px;
	margin-top: 4px;
}

.SearchButton
{
	font-family: Arial;
	color: white;
	font-size: 11px;
	width: 150px;
	border: solid 1px silver;
	background-color: #014584;
	padding: 2px;
}


.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
}

SELECT
{
	font-family: Arial;
	font-size: 12px;
	border: solid 1px dimgray;
}

.Textbox
{
	font-family: Arial;
	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: Arial;
	font-size: 12px;
	padding: 2px 3px 2px 3px;
	border: solid 1px dimgray;
	width: 250px;
	background-image: url(Images/bg-txt.gif);
	background-repeat: repeat-x;
}

.Button
{
	font-family: Arial;
	font-size: 11px;
	color: White;
	font-weight: bold;	
	padding: 3px 3px 3px 3px;
	border: solid 1px dimgray;
	width: 208px;
	background-color: #014584;
}

.ButtonDelete
{
	font-family: Arial;
	font-size: 11px;
	color: White;
	font-weight: bold;	
	padding: 3px 3px 3px 3px;
	border: solid 1px dimgray;
	width: 208px;
	background-color: darkred
}



/* link classes */
A.MenuLink 
{
	color: white;
	text-decoration: underline;
	font-size: 12px;
}

A.MenuLink:Hover
{
	color: #919ca6;
	text-decoration: none;
	font-size: 12px;
}

A.FooterLink 
{
	color: #165193;
	text-decoration: underline;
	font-size: 10px;
}

A.FooterLink:Hover
{
	color: #919ca6;
	text-decoration: none;
	font-size: 10px;
}

A.BodyLink 
{
	color: #165193;
	text-decoration: underline;
}

A.BodyLink:Hover
{
	color: #919ca6;
	text-decoration: none;
}

A
{
	color: #e2001a;
	text-decoration: underline;
}

A:Hover
{
	color: #e2001a;
	text-decoration: none;
}


A.SubMenu
{	
	color:white;
	font-size: 10px;
	text-decoration:none;
}

A.SubMenu:hover	
{	
	color:#165193;
	text-decoration: underline;
}

/* PlaceHolding Classes */
.MenuLeft
{
	width: 187px;background-image: url(Images/default_menu_bg.jpg); background-repeat: no-repeat; background-position: left top
}

.MenuRight
{
	width: 143px
}

.MenuCenter
{
	width: 440px
}

.Main
{
	margin: 0px auto;
	width: 770px;
	height: 100%;
	min-height: 100%;
}

.Body
{
	width: 765px;
	background-color: #e7ebee;
	padding-bottom: 10px;
}

.Footer
{
	width: 765px;
	background-color: #e7ebee;
}

.BodyHolder
{
	padding-top: 20px;
	margin-left: 23px;
	width: 735px;
	height: 100%;	
	background-color: #e7ebee;
}

.SmallWidth
{
	width: 485px;	
}

/* 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;
}


/* 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;
}



.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;
}