﻿/*--------------------------------------------------------------------------

CSS NORMALIZATION

- cancels default styles applied to page elements
- adjusts default elements between browsers to same baseline

*/

div, dl, dt, dd, ul, ol, li, pre, hr, form, fieldset,input, p, th, td
{
	margin: 0;
	padding: 0;
}

address, caption, cite, code, dfn, em, th, var
{
	font-style: normal;
	font-weight: normal;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
	font-size: 100%;
}

select, input, textarea
{
	font: 99% verdana,geneva,sans-serif;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}

fieldset, img
{
	border: 0;
}

img
{
	vertical-align: middle;
}

select, .inputStyle
{
	border: 1px solid #7F9DB9;
	background: #FFF;
	padding: .1em;
	margin: .1em 0 .1em .2em;
}

ul, ol
{
	padding-left: 18px;
}

legend 
{
	display:none;
}

.skipNavigation 
{
	position: absolute;
	left: 0px;
	top: -500px;
	overflow: hidden;
}

select
{
	background: #FFF;
}

/*--------------------------------------------------------------------------

Always display scrollbar to correct for ModalBox in Firefox.

*/
	
html
{
	overflow: scroll;
}

/*--------------------------------------------------------------------------

Add Opera compatability to <wbr>.

*/

wbr:after 
{
	content: "\00200B"
}

/*--------------------------------------------------------------------------

Default item settings.

*/

body.Default 
{
	margin: 5px 0px 0px 0px;
	background-color: #cccccc;
	background-image: url(../Images/Background.jpg);
	background-repeat: repeat-x;
	font-family: Helvetica, Verdana, Arial;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

a:link
{
	color: #0000cc;
}

a:visited
{
	color: #0000cc;
}

a:hover
{
	color: #FF0000;
}

a:active
{
	color: #000000;
}

h1
{
	color: #001E66;
	border-bottom: solid 2px #3366cc;
	font-family: Helvetica, Verdana, Arial;
	font-size: 12pt;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

h2
{
	color: #001E66;
	border-bottom: solid 1px #3366cc;
	font-family: Helvetica,Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
	margin: 4px 0px 1px 0px;
}
h3
{
	color: #001E66;
	font-family: Helvetica, Verdana, Arial;
	font-size:10pt;
	font-weight: bold;
}

hr
{
	color: #003399;
}

img
{
	border: none;
}

p
{
	margin: 0px 0px 7px 0px;
	font-family: Helvetica, Verdana, Arial;
	padding: 0;
	font-size: 10pt;
	font-weight: normal;
}

br.SmallBr
{
	font-size: 10px;
}

br.SmallerBr
{
	font-size: 5px;
}

br.SmallestBr
{
	font-size: 2px;
}

/*--------------------------------------------------------------------------

Header Login Form

*/
input.LoginForm
{
	border: solid 1px #003399;
	font-family: Arial;
	font-size: 8pt;
	height: 16px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 65px;
}
input.LoginFormSelected
{
	border: solid 1px #1e90ff;
	font-family: Arial;
	font-size: 8pt;
	height: 16px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 65px;
}


/*--------------------------------------------------------------------------

Styles for Menu system.

*/

/* Style for top-menu */
.Menubar 
{
	background-color: Transparent;
	border: none;
	height: 21px;
	margin: 0px 0px -1px 0px;
	padding: 0px;
}

/* Style for top-menu item */
.MenubarItem
{
	cursor: pointer;
	background-color: #ffffff;
	height: 19px;
	margin: 0px 1px 0px 0px;
	padding: 0px;
}

/* Style for top-menu item MouseOver event */
.MenubarItemMouseover
{
	cursor: pointer;
	background-color: #357ef8;
	height: 19px;
	margin: 0px 1px 0px 0px;
}

/* Style for top-menu text */
.MenubarText
{
	border: solid 1px #003399;
	color: #000000;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	padding: 3px 10px 3px 10px;
}

/* Style for top-menu text MouseOver event*/
.MenubarTextMouseover
{
	border: solid 1px #003399;
	color: #ffffff;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	padding: 3px 10px 3px 10px;
}

/* Style for submenus */
.MenubarSubmenu {
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #AAAAAA;
	padding: 0px;
}

/* Style for items: normal state */
.MenubarSubmenuItem {
	cursor: pointer;
	background-color: #FFFFFF;
	padding: 5px 15px 5px 15px;
	width: 200px;
}

/* Style for items: mouseover state */
.MenubarSubmenuItemMouseover {
	cursor: pointer;
	background-color: #357EF8;
	padding: 5px 15px 5px 15px;
	width: 200px;
}

/* Style for items text: normal state */
.MenubarSubmenuText {
	color: #000000;
	font-family: Trebuchet MS, Tahoma;
	font-size: 11px;
	padding: 2px 3px 2px 3px;
}

/* Style for items text: mouseover state */
.MenubarSubmenuTextMouseover {
	color: #FFFFFF;
	font-family: Trebuchet MS, Tahoma;
	font-size: 11px;
	padding: 2px 3px 2px 3px;
}

/*--------------------------------------------------------------------------

Misc Styles

*/
input.Form1
{
	border: solid 1px #003399;
	font-family: Arial;
	font-size: 10pt;
	height: 22px;
	margin: 2px 0px 2px 0px;
	padding: 2px 2px 2px 2px;
}
input.Form1Selected
{
	border: solid 1px #1e90ff;
	font-family: Arial;
	font-size: 10pt;
	height: 22px;
	margin: 2px 0px 2px 0px;
	padding: 2px 2px 2px 2px;
}
input.Button1
{
	background-color: #ffffff;
	border: solid 1px #0000cc;
	color: #000000;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: bottom;
}
input.Button1Selected
{
	background-color: #357ef8;
	border: solid 1px #0000cc;
	color: #ffffff;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: bottom;
}

/*--------------------------------------------------------------------------

Misc Styles

*/

/* System info / Version link */
a.Version:link
{
	cursor: text;
	font-weight: normal;
	font-size: 8pt;
	color: #0000cd;
	font-family: Arial;
	text-decoration: none;
}
a.Version:visited
{
	cursor: text;
	font-weight: normal;
	font-size: 8pt;
	color: #0000cd;
	font-family: Arial;
	text-decoration: none;
}
a.Version:hover
{
	cursor: text;
	font-weight: normal;
	font-size: 8pt;
	color: #0000cd;
	font-family: Arial;
	text-decoration: none;
}
a.Version:active
{
	cursor: text;
	font-weight: normal;
	font-size: 8pt;
	color: #0000cd;
	font-family: Arial;
	text-decoration: none;
}
a.NavLoc:link
{
	color: #0000cc;
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
}
a.NavLoc:visited
{
	color: #0000cc;
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;	
	text-decoration: none;
}
a.NavLoc:hover
{
	color: #ff0000;
	text-decoration: underline;
}
a.NavLoc:active
{
	color: #ff0000;
	text-decoration: none;
}
a.NavBottom:link
{
	font-weight: bolder;
	font-size: 12px;
	color: #0000cd;
	font-family: Arial;
	text-decoration: none;
}
a.NavBottom:visited
{
	font-weight: bolder;
	font-size: 12px;
	color: #0000cd;
	font-family: Arial;
	text-decoration: none;	
}
a.NavBottom:hover
{
	font-weight: bolder;
	font-size: 12px;
	color: #ffffff;
	font-family: Arial;
	text-decoration: none;		
}
a.NavBottom:active
{
	font-weight: bolder;
	font-size: 12px;
	color: #ffffff;
	font-family: Arial;
	text-decoration: none;	
}

h1.PageTitle
{
	color: #000033;
	font-size: 11pt;
	font-family: Arial;
	border: #3366cc 1px solid;
	padding: 2px 2px 2px 2px;
	margin: 0px 0px 0px 0px;
}

a.NavPage1:link
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: none;
}
a.NavPage1:visited
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: none;
}
a.NavPage1:hover
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: none;
}
a.NavPage1:active
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: none;
}
div.ProcessingBar
{
	background-color: #ffffff;
	padding: 2px 2px 2px 2px;
	height: 20px;
	width: 402px;
	display: block;
	text-align: center;
	vertical-align: middle;
}
div.Panel
{
	margin: 0 auto;
	text-align: center;
	vertical-align: top;
}

div.PanelNav
{
	text-align: left;
	float: none;
}

div.FormHeading
{
	font-weight: bold;
}

div.FormHeading2
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	background-color: #99ccff;
	margin: 2px 3px 2px 3px;
	padding: 2px 3px 2px 3px;
}
div.FormHeading2FloatLeftRight
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	background-color: #99ccff;
	float: left;
	margin: 2px 3px 2px 3px;
	padding: 2px 3px 2px 3px;
	text-align: right;
}
div.FormData2FloatLeftLeft
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	background-color: #ffffff;
	float: left;
	margin: 2px 3px 2px 3px;
	padding: 2px 3px 2px 3px;
	text-align: left;
}
div.FormData
{
	padding: 3px 2px 3px 2px;
	height: 28px;
}
span.FormDataInner
{
	font-family: Verdana;
}
input.FormDataField
{
	margin: -3px 0px 0px -2px;
	
}
a.NavMenuLink:Link
{
	color: #000000;
	text-decoration: none;
}
a.NavMenuLink:Visited
{
	color: #000000;
	text-decoration: none;
}
a.NavMenuLink:Hover
{
	color: #000000;
	text-decoration: none;
}
a.NavMenuLink:Active
{
	color: #000000;
	text-decoration: none;
}