/* Default CSS Stylesheet for a new Web Application project */


.LoginHeader
{
	background-color: AliceBlue;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-family: Tahoma;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	border-collapse: collapse;
	padding: 5px 5px 5px 5px;
}

.LoginTable
{
	background-color: AliceBlue;
	font-family: Tahoma;
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	width: 350px;
	border: solid 1px #000000;
	margin-left: 0px;
	padding: 5px 5px 5px 20px;
}





.PageHeader
{
	font-size: Large;
	color: #565F66;
	font-weight: bold;
	text-align: left;
	background-color: #FFFFFF;
	padding-left: 20px;
}


.Button
{
	background-color: AliceBlue;
	border: solid 1px #000000;
}

.DropDownList
{
	background-color: #F0EFEA;
	font-weight: bold;
	font-size: 11px;
}

.TextBox
{
	background-color: #F0EFEA;
	font-weight: bold;
}


.GeneralLabel
{
	font-size: 11px;
	color: Gray;
	font-weight: bold;
}

BODY
{
	background-color: white;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	color: #003366;
}
H1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	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: 1.75em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H3
{
	font-family: Tahoma;
	font-size: 1.58em;
	font-weight: bold;
	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: 1.33em;
	font-weight: 500;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H5, DT
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	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: .8em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

TFOOT, THEAD
{
	font-size: 1em;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}

TH
{
	vertical-align: baseline;
	font-size: 1em;
	font-weight: bold;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}


A:link
{
	text-decoration: underline;
	color: #3333cc;
	font-weight: bold;
}

A:visited
{
	text-decoration: underline;
	color: #333399;
	font-weight: bold;
}

A:active
{
	text-decoration: underline;
	color: #333399;
	font-weight: bold;
}

A:hover
{
	text-decoration: none;
	color: #3333cc;
	font-weight: bold;
}

SMALL
{
	font-size: .7em;
}

BIG
{
	font-size: 1.17em;
}

BLOCKQUOTE, PRE
{
	font-family: Courier New, monospace;
}


UL
{
	font-size: 13px;
}

UL LI
{
	list-style-type: circle;
	font-size: 12px;
}

UL LI LI
{
	list-style-type: circle;
}

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;
}



P
{
	font-size: 12px;
}

.GeneralText
{
	font-size: 12px;
}

ADDRESS
{
	font-size: 14px;
	font-style: normal;
	font-family: Tahoma;
	font-weight: bold;
}


.MainMenuItem
{
	width: 180px;
	border: solid 1px #000000;
	background-color: #DCDCDC;
	text-align: center;
	font-size: 12px;
	padding: 5px 3px 5px 3px;
}


.TutorialMenuItem
{
	width: 300px;
	border: solid 1px #000000;
	background-color: AliceBlue;
	text-align: left;
	font-size: 12px;
	padding: 5px 5px 5px 5px;
}

.TutorialMenuItem A:link
{
	text-decoration: underline;
	color: #3333cc;
	font-weight: bold;
	font-size: 11px;
}

.TutorialMenuItem A:visited
{
	text-decoration: underline;
	color: #333399;
	font-weight: bold;
	font-size: 11px;
}

.TutorialMenuItem A:active
{
	text-decoration: underline;
	color: #333399;
	font-weight: bold;
	font-size: 11px;
}

.TutorialMenuItem A:hover
{
	text-decoration: none;
	color: #3333cc;
	font-weight: bold;
	font-size: 11px;
}



.TutorialMenuItemActive
{
	width: 300px;
	border: solid 1px #000000;
	background-color: Navy;
	text-align: left;
	font-size: 12px;
	padding: 5px 5px 5px 5px;
}

.TutorialMenuItemActive A:link
{
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}

.TutorialMenuItemActive A:visited
{
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}

.TutorialMenuItemActive A:active
{
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}

.TutorialMenuItemActive A:hover
{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}


.NextStep
{
	font-size: 16px;
	font-weight: bold;
}


.TutorialNavCell
{
	padding-right: 20px;
}


.ThumbnailPhoto
{
	width: 160px;
	height: 80px;
	background-color: #FFFFFF;
	border: solid 0px Gray;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	vertical-align: middle;
	text-align: center;
}
