/* Default CSS Stylesheet for a new Web Application project */


BODY, TABLE
{
	/*BACKGROUND-COLOR: white;*/
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	color: #003366;
	padding: 0px 0px 0px 0px;
}
H1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H2
{
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: 1px;
	text-transform: none;
	color: #003366;
}

H3
{
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	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: 12pt;
	font-weight: 500;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	padding: 0px 0px 0px 0px;
}

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: none;
	color: #2020ff;
}

A:visited
{
	text-decoration: none;
	color: #2020ff;
}

A:active
{
	text-decoration: none;
	color: #2020ff;
}

A:hover
{
	text-decoration: underline;
	color: #2020ff;
}

SMALL
{
	font-size: .7em;
}

BIG
{
	font-size: 1.17em;
}

BLOCKQUOTE, PRE
{
	font-family: Courier New, monospace;
}


UL LI
{
	list-style-type: square;
}

UL LI LI
{
	list-style-type: disc;
}

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;
}


.SquareList
{
	list-style-position: inside;
	list-style-type: square;
	font-size: 10pt;
}


.MainLink:link
{
	text-decoration: none;
	color: #4040ff;
}

.MainLink:visited
{
	text-decoration: none;
	color: #4040ff;
}

.MainLink:active
{
	text-decoration: none;
	color: #4040ff;
}

.MainLink:hover
{
	text-decoration: underline;
	color: #4040ff;
}


.leftmenu
{
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
	color: red;
	text-decoration: none;
	width: 180px;
	/*vertical-align: middle;*/
	padding-top:2px;
	padding-bottom:2px;
	height: 14px;
}

.leftmenu:link
{
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
	color: red;
	text-decoration: none;
	width: 100%;
	vertical-align: middle;
}


.leftmenu:visited
{
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
	color: red;
	text-decoration: none;
	width: 100%;
	vertical-align: middle;
}

.leftmenu:hover
{
	font-family: Arial;
	font-size: 9px;
	font-weight: bolder;
	color: white;
	text-decoration: none;
	vertical-align: middle;
	width: 100%;
	background-color: red;
}

.leftmenu:active
{
	font-family: Arial;
	font-size: 9px;
	font-weight: bolder;
	color: blue;
	text-decoration: underline;
	vertical-align: middle;
	width: 100%;
}

.ref1
{
	font-family: arial;
	font-size: 13px;
	text-decoration: none;
	font-weight: bolder;
	color: navy;
}

.ref1:link
{
	font-family: arial;
	font-size: 13px;
	text-decoration: none;
	font-weight: bolder;
	color: navy;
}

.ref1:active
{
	font-family: arial;
	font-size: 13px;
	text-decoration: none;
	font-weight: bolder;
	color: navy;
}

.ref1:visited
{
	font-family: arial;
	font-size: 13px;
	text-decoration: none;
	font-weight: bolder;
	color: navy;
}

.ref1:hover
{
	font-family: arial;
	font-size: 13px;
	text-decoration: underline;
	color: purple;
}

.ref2
{
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: white;
}

.ref2:link
{
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: white;
}

.ref2:active
{
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: white;
}

.ref2:visited
{
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: white;
}

.ref2:hover
{
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: yellow;
}

.ref3
{
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: blue;
}

.ref3:link
{
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: blue;
}

.ref3:active
{
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: red;
}

.ref3:visited
{
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: blue;
}

.ref3:hover
{
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: red;
}

.ref4
{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: navy;
}

.ref4:link
{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: navy;
}

.ref4:active
{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: red;
}

.ref4:visited
{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: navy;
}

.ref4:hover
{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: red;
}

.label1
{
	font-family: arial;
	font-size: 9px;
	color: #555555;
}

.label2
{
	font-family: arial;
	font-size: 11px;
	color: Black;
}

.label12navy_b
{
	font-family: arial;
	font-size: 14px;
	color: navy;
	font-weight: normal;
}

.label3
{
	font-family: arial;
	font-size: 13px;
	color: Black;
}


.tagRef:link
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: navy;
	text-decoration: none;
}

.tagRef:visited
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: navy;
	text-decoration: none;
}

.tagRef:hover
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bolder;
	color: blue;
	text-decoration: underline;
}

/*
.tagRef:active
{
	font-family:Arial;
	font-size:12px;
	font-weight:bolder;
	color:navy;
	text-decoration:underline;
}
*/

.widgetTable1
{
	/*
	border-right: #ee6923 1px solid;
	border-top: #ee6923 1px solid;
	border-left: #ee6923 1px solid;
	width: 100%;
	width: 400px;
	*/
	width: 100%;
	border: solid 1px #AAAAAA;
}

.widgetTitle1
{
	font-family: Tahoma;
	height: 20px;
	/*background-color: #ffd700;*/
	background-color: #AAAAAA;
	color:#000000;
	VALIGN: baseline;
	text-align: center;
}

.widgetTDContent1
{
	height: 0px;
	vAlign: top;
}

.widgetDIV1
{
	padding-right: 10px;
	padding-left: 10px;
	font-size: larger;
	padding-bottom: 10px;
	overflow: hidden;
	color: black;
	padding-top: 10px;
	font-family: Arial;
	background-color: white;
}

.widgetRow1
{
	border-bottom: #ffcc00 1px solid;
}

.BlogText
{
	font-size: 8pt;
}

.OrgChartText
{
	font-size: 8pt;
	vertical-align: top;
}

.DeptTitle
{
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: 1px;
	text-transform: none;
	color: #003366;
}

.photocaption
{
	font-size: 8pt;
}

.amanager
{
	/*padding-top:3px;*/
	/*padding-left:10px;*/
	padding-right:3px;
	/*padding-bottom:3px;*/
	WIDTH: 600px;
	HEIGHT: 450px;
}

.amanagerTitle
{
	text-align:center;
	font-family:verdana;
	font-size:14px;
	font-weight:bold;
	color:#004400;
	text-decoration:underline;
}

.amanagerListMargins
{
	padding-left:3px;
	padding-right:7px;
	padding-top:5px;
	padding-bottom:5px;
}

.amanagerListItemNormal
{
	font-family:verdana;
	font-size:11px;
	font-weight:normal;
	color:#004400;
	/*background:#EEEEEE;*/
	background:#FFFFFF;
	height:53px;
	cursor:auto;
}

.amanagerListItemHover
{
	font-family:verdana;
	font-size:11px;
	font-weight:normal;
	color:#FFFFFF;
	background:#006600;
	background-image:url(components/amanager_sel_bg2.png);
	cursor:hand;
	height:53px;
	cursor:pointer;
}

.amanagerListItemSelected
{
	font-family:verdana;
	font-size:11px;
	font-weight:normal;
	/*color:#FFFFFF;*/
	color:#FFFF00;
	background:#0000AA;
	background-image:url(components/amanager_sel_bg2.png);
	height:53px;
	cursor:hand;
	cursor:pointer;
}
.amanagerIVContainer
{
	width:324px;
}

.amanagerListContainer
{
	width:250px;
}

.amanagerCaptionContainer
{
	padding:10px 0px 10px 0px;
}

.amanagerCaptionStyle
{
	font-family:Arial,verdana;
	font-size:11px;
	font-weight:normal;
	text-align:justify;
}

.boardVideoLink:link
{
	font-family:verdana,arial;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	padding-top:3px;
	color:#333333;
}

.boardVideoLink:active
{
	font-family:verdana,arial;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	padding-top:3px;
	color:#333333;
}

.boardVideoLink:visited
{
	font-family:verdana,arial;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	padding-top:3px;
	color:#333333;
}

.boardVideoLink:hover
{
	font-family:verdana,arial;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	padding-top:3px;
	color:#0000AA;
}

.boardVideoLinkBold:link
{
	font-family:verdana,arial;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	padding-top:3px;
	font-weight:bold;
	color:#000000;
}

.boardVideoLinkBold:active
{
	font-family:verdana,arial;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	padding-top:3px;
	font-weight:bold;
	color:#000000;
}

.boardVideoLinkBold:visited
{
	font-family:verdana,arial;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	padding-top:3px;
	font-weight:bold;
	color:#000000;
}

.boardVideoLinkBold:hover
{
	font-family:verdana,arial;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	padding-top:3px;
	font-weight:bold;
	color:#0000AA;
}
