/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 11px;
	margin: 0px;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: #004080;  
	text-align: left;
}

.Page
{
	background-color: white;
}

.MainColumn
{
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-top: 15px;
}

TABLE TD
{
	font-weight: normal;
	font-size: 11px;
	word-spacing: normal;
	text-transform: none;
	letter-spacing: normal;
}

H1, H2, H3, H4, H5
{
	color: #004080;
}
H1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H4
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H5, DT
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}


A:link
{
	color: navy;
	text-decoration: underline;
}

A:visited
{
	text-decoration: underline;
	color: navy;
}

A:active
{
	text-decoration: underline;
	color: navy;
}

A:hover
{
	text-decoration: underline;
	color: navy;
	font-weight: bold;

}

SMALL
{
	font-size: 10px;
}

BIG
{
	font-size: 15px;
}

BLOCKQUOTE, PRE
{
	font-family: Courier New, monospace;
}


UL LI
{
	list-style-type: disc;
}

UL LI LI
{
	list-style-type: square;
}

UL LI LI LI
{
	list-style-type: circle;
}

OL LI
{
	list-style-type: decimal;
}

OL OL LI
{
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	list-style-type: lower-roman;
}

LABEL{
	font-weight: bold;
}

/* Input Formats */
.Label
{
	font-weight: bold;
}
.Input50
{
	width: 50px;
}
.Input100
{
	width: 100px;
}
.Input125
{
	width: 125px;
}
.Input150
{
	width: 150px;
}
.Input200
{
	width: 200px;
}
.Input250
{
	width: 250px;
}
.Input300
{
	width: 300px;
}
.Input350
{
	width: 350px;
}
.Input400
{
	width: 400px;
}
.Input450
{
	width: 450px;
}
.Input500
{
	width: 500px;
}
.Input550
{
	width: 550px;
}
.Input600
{
	width: 600px;
}
.Input650
{
	width: 650px;
}

.Validation
{
	color: tomato;
}
.Footnote
{
	vertical-align: super;
	font-size: 10px;
	font-weight: normal;
}

/* Title Bar on page header */
TABLE.TitleBar
{
}
TABLE.TitleBar TD
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 2px;
	padding-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}
/* Menu Bar on page header */
TABLE.MenuBar
{
	background-color: #004080;
}
TABLE.MenuBar TD
{
	color: white;
	font-size: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 1px;
	padding-top: 1px;
	border-right: silver thin inset;
}
A.MenuLink:link
{
	color: white;
	text-decoration: none;
}

A.MenuLink:visited
{
	text-decoration: none;
	color: white;
}

A.MenuLink:active
{
	color: #ffcc00;
	text-decoration: none;
}

A.MenuLink:hover
{
	font-weight: bold;
	color: #ffcc00;
	text-decoration: underline;
}


TABLE.NavBar
{
	background-color: #cccc99;
}
TABLE.NavBar TD
{
	color: black;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: normal;
	font-size: 10px;
	word-spacing: normal;
	text-transform: none;
	border-bottom: white 1px solid;
	letter-spacing: normal;
}

TABLE.NavButton TD
{
	border-right: buttonshadow 1px solid;
	padding-right: 1px;
	border-top: buttonhighlight 1px solid;
	padding-left: 1px;
	font-weight: bold;
	font-size: 13px;
	background: buttonface;
	padding-bottom: 1px;
	border-left: buttonhighlight 1px solid;
	cursor: hand;
	color: black;
	padding-top: 1px;
	border-bottom: buttonshadow 1px solid;
	font-family: Verdana, Arial, sans-serif;
	height: 12px;
	text-align: left;
}



A.NavLink:link
{
	color: maroon;
	text-decoration: underline;
}

A.NavLink:visited
{
	text-decoration: underline;
	color: maroon;
}

A.NavLink:active
{
	color: maroon;
	text-decoration: underline;
}

A.NavLink:hover
{
	font-weight: bold;
	color: maroon;
	text-decoration:underline;
}

/* Login Bar on page header */
TABLE.LoginBar
{
	background-color: red;
}
TABLE.LoginBar TD
{
	color: white;
	font-size: 10px;
	padding-right: 0px;
	padding-left: 10px;
	padding-bottom: 1px;
	padding-top: 1px;
}

/* Penline borders */
.PenLine1
{
	background-color: black;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.PenLine2
{
	background-color: white;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.PenLine3
{
	background-color: blue;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}


.quote
{
	color: #004080;
	font-size: 11px;
	font-style: italic;
}
.footer
{
	font-size: 10px;
}

/* Photo Gallery */
.PhotoGalleryTable
{
	background-color: #cccc99;
}
.PhotoGalleryCell
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.PhotoGalleryTitle
{
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
	color: white;
	background-color: #003366;
}
.PhotoGalleryHeader
{
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

/* Data Table layout */
Table.Data
{
}
Table.Data TH
{
	font-weight: bold;
	font-size: 11px;
	word-spacing: normal;
	vertical-align: baseline;
	text-transform: none;
	font-family: Arial, Helvetica;
	letter-spacing: normal;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom: #003366 2px solid;
}
Table.Data TD
{
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-weight: normal;
	font-size: 11px;
	word-spacing: normal;
	vertical-align: top;
	text-transform: none;
	border-bottom: lightsteelblue 1px solid;
	font-family: Arial, Helvetica;
	letter-spacing: normal;
}

/* Feature Table layout */
Table.Feature1
{
	border-right: navy 1px solid;
	border-left: navy 1px solid;
	border-bottom: navy 1px solid;
}
Table.Feature1 TH
{
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 2px;
	word-spacing: normal;
	vertical-align: baseline;
	text-transform: none;
	color: #004080;
	padding-top: 2px;
	border-top: navy 1px solid;
	border-bottom: #004080 1px solid;
	font-family: Arial, Helvetica;
	letter-spacing: normal;
	background-color: beige;
}
Table.Feature1 TD
{
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-weight: normal;
	font-size: 11px;
	word-spacing: normal;
	vertical-align: top;
	text-transform: none;
	font-family: Arial, Helvetica;
	letter-spacing: normal;
	BORDER-TOP: navy 1px solid;
}


A.Feature1:link
{
	color: #004080;
	font-weight: normal;
	text-decoration: none;
}

A.Feature1:visited
{
	color: #004080;
	font-weight: normal;
	text-decoration: none;
}

A.Feature1:active
{
	color: #004080;
	font-weight: normal;
	text-decoration: none;
}

A.Feature1:hover
{
	font-weight: bold;
	color: #004080;
	text-decoration: none;
}


/* Input Form  */

Table.Input1
{
	border-right: navy 1px solid;
	border-top: navy 1px solid;
	border-left: navy 1px solid;
	border-bottom: navy 1px solid;
}
Table.Input1 TH
{
	padding-right: 3px;
	padding-left: 3px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 3px;
	word-spacing: normal;
	vertical-align: baseline;
	text-transform: none;
	color: white;
	padding-top: 3px;
	border-bottom: #004080 1px solid;
	font-family: Arial, Helvetica;
	letter-spacing: normal;
	background-color: #004080;
}
Table.Input1 TD
{
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-weight: normal;
	font-size: 11px;
	word-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica;
	letter-spacing: normal;
	background-color: beige;
}

/* Sort Grid */
/*Table.Data2 TH*/
.tableheaderbuttoncell
{
	border-right: buttonshadow 1px solid;
	border-top: buttonhighlight 1px solid;
	font-weight: bold;
	font-size: 8pt;
	background: beige;
	border-left: buttonhighlight 1px solid;
	color: #004080;
	padding-top: 0px;
	border-bottom: buttonshadow 1px solid;
	font-family: Verdana, Arial, sans-serif;
	height: 16px;
	text-align: center;
}
/* Table.Data2 TD */
.contentcell
{
	background:#ffffff;
	border-bottom:#cccccc 1px solid;
	border-right:#cccccc 1px solid;
	font-family : Verdana, Arial, sans-serif;
	font-size : 7pt;
	font-weight: normal;
	padding-top : 0px;
	padding-left: 2px;
}

/* Special View Table layout */
Table.Special1
{
	/*
border-right: navy 1px solid;
	border-left: navy 1px solid;
	border-bottom: navy 1px solid;
*/
}
Table.Special1 TH
{
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 2px;
	word-spacing: normal;
	vertical-align: baseline;
	text-transform: none;
	color: #004080;
	padding-top: 2px;
	font-family: Arial, Helvetica;
	letter-spacing: normal;
	/*
	background-color: beige;
	border-top: navy 1px solid;
	border-bottom: #004080 1px solid;
*/

}
Table.Special1 TD
{
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 15px;
	padding-top: 2px;
	font-weight: normal;
	font-size: 11px;
	word-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica;
	letter-spacing: normal;
}
.Special1Title		/* H1 */
{
	color: #004080;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}
.Special1Label
{
	font-weight: bold;
	font-size: 12px;
	word-spacing: normal;
	text-transform: none;
	color: #004080;
	font-family: Arial, Helvetica;
	letter-spacing: normal;
}