/*** Tags ***/
body
{
	font-family: Verdana, Arial, Helvetica, san-serif;
	color: #333333;
	background-image: url(../images/main/tile.png);
	font-size: 1em;
	margin: 0;
	min-width: 454px;
}

p
{
	font-size: 0.8em;
	padding-left: 2em;
	padding-right: 4em;
	line-height: 1.4em;
}

sup
{
	line-height: 0.3em;
}

h1
{
	font-size: 1.7em;
	color: #384170;
	padding-left: 1em;
	padding-right: 2em;
	margin: 0.3em 0 0.3em 0; 
	font-weight: normal;
}

h2
{
	font-size: 1.2em;
	color: #384170;
	padding-left: 1.3em;
	padding-right: 3em;
	margin: 0.3em 0 0.3em 0; 
	font-weight: normal;
}

h3
{
	font-size: 1em;
	color: #384170;
	padding-left: 1.55em;
	padding-right: 3.7em;
	margin: 0.3em 0 0.3em 0; 
	font-weight: normal;
}

img
{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: bottom;
}

a
{
	color: #384170;
	font-size: 1em;
	text-decoration: none;
	outline: none;
}

a:visited 
{
	color: #384170;
	text-decoration: none;
}

a:hover 
{
	color: #6d79b6;
	text-decoration: underline;
}

object
{
	display: block;
}

form
{
	padding: 1em 1em 1em 1em;
}

select
{
	width: 15em;
}

table
{
	font-size: 0.8em;
}

table table
{
	font-size: 1em;
}

table table table
{
	font-size: 1em;
}

table h1
{
	color: #384170;
	font-weight: bold;
	font-size: 1.4em;
	padding: 0;
	margin: 0;
	border: 0;
}

table h2
{
	color: #384170;
	font-weight: bold;
	font-size: 1.2em;
	padding: 0;
	margin: 0;
	border: 0;
}

table h3
{
	color: #384170;
	font-size: 1.3em;
	padding: 0;
	margin: 0;
	border: 0;
}

td
{
	color: #333333;
	vertical-align: middle;
	font-size: 1em;
}

td img
{
	vertical-align: middle;
}

/*** Classes ***/

.inputForm
{
	border: 0;
	margin-left: auto;
	margin-right: auto;
}

.rightjust
{
	text-align: right;
}

.leftjust
{
	text-align: left;
}

.center
{
	text-align: center;
}

.small
{
	font-size: 0.7em;
}

.rightjustsmall
{
	text-align: right;
	font-size: 0.7em;
}

.leftjustsmall
{
	text-align: left;
	font-size: 0.7em;
}

.centersmall
{
	text-align: center;
	font-size: 0.7em;
}

.rightjustbold
{
	font-weight: bold;
	text-align: right;
	font-size: 1em;
}

.leftjustbold
{
	font-weight: bold;
	text-align: left;
	font-size: 1em;
}

.centerbold
{
	font-weight: bold;
	text-align: center;
	font-size: 1em;
}

.smallbold
{
	font-weight: bold;
	font-size: 0.7em;
}

.rightjustsmallbold
{
	font-weight: bold;
	text-align: right;
	font-size: 0.7em;
}

.leftjustsmallbold
{
	font-weight: bold;
	text-align: left;
	font-size: 0.7em;
}

.centersmallbold
{
	font-weight: bold;
	text-align: center;
	font-size: 0.7em;
}

.rightjustboldtop
{
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	font-size: 1em;
}

.leftjustboldtop
{
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	font-size: 1em;
}

.centerboldtop
{
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	font-size: 1em;
}

.smallboldtop
{
	font-weight: bold;
	font-size: 0.7em;
	vertical-align: top;
}

.rightjustsmallboldtop
{
	font-weight: bold;
	text-align: right;
	font-size: 0.7em;
	vertical-align: top;
}

.leftjustsmallboldtop
{
	font-weight: bold;
	text-align: left;
	font-size: 0.7em;
	vertical-align: top;
}

.centersmallboldtop
{
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	font-size: 0.7em;
}

.tdcontent
{
	font-size: 1.0em;
	text-align: left;
}

.tdcontent img
{
	vertical-align: top;
}

.sndBackgroundLine
{
	padding-left: 1em;
	width: 95%;
	height: 0.2em;
}

.metricsTitle
{
	border: 1px none aqua; 
	font-weight: bold; 
	font-size: large; 
	width: 400px; 
}

.metricsSectionHeading
{
	border: 1px solid white; 
	width: 100%; 
	background-color: white; 
	text-decoration: underline;
	font-size: medium; 
}

.roundButton
{
	color: #ccc;
	font-size: 13px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	border-style: none;
	border: 0;
	margin: 0;
	padding: 0 0 0.6em 0;
	line-height: 1em;
	background-color: #ddd;
	background-image: url(../../../images/roundButton_bg.png);
	vertical-align: middle;
	outline: none;
	text-decoration: none;
}

.error {
	color: #f00;
}

.error label {
	padding-left: 0.5em;
}

input.error {
	border: solid 2px #c00;
}

/*** IDs ***/
#mainContainer
{
	position: relative;
	width: 970px;
	margin: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#bodyContainer 
{
	position: relative;
	width: 890px; 
	margin: auto;
	height:100%;
	overflow: hidden;
}

#contentContainer
{
	background-color: white;
	width: 663px;
	padding-left: 227px;
	padding-right: 0;
	overflow: hidden;
}

#contentContainer .column
{
	float: left;
	position: relative;
	padding-bottom: 20010px;
	margin-bottom: -20000px;
}

#content
{
	width: 100%;
	background-color: white;
	background: url(../images/main/contentBG.png) repeat-y;
}

#content ul
{
	font-size: 0.8em;
	padding-right: 4em;
}

#content ul li
{
	padding-bottom: 0.3em;
}

#content ul ul
{
	font-size: 1em;
}

#content ol
{
	font-size: 0.8em;
	margin-left: 0.7em;
	margin-right: 3em;
}

#content ol ol
{
	font-size: 1em;
}

#content ol ul
{
	font-size: 1em;
}

#content ul.tree
{
	font-size: 1em;
	display:none;
	margin-left: 0em;
}
#content li.folder
{
 	font-size: 1em;
 	list-style-image:url(images/clear_1x1.gif);
 	list-style-type: none;
 	margin-left: 0em;
}
#content li.folderOpen
{
	font-size: 1em;
	list-style-image: url(images/clear_1x1.gif);
	list-style-type: none;
 	margin-left: 0em;
}
#content li.hide
{
	font-size: 1em;
	display: block;
	list-style-type: none;
}
#content li.file
{
	font-size: 1em;
	list-style-image: url(images/dot.gif);
 	padding-left: 0;
}

#content hr
{
	margin-left: 1.7em;
	margin-right: 3em;
	height: 0px;
	color: #ccc;
	border: 0;
	border-top: solid 1px #ccc;
}

#navigation 
{
	width: 227px;
	margin-left: -890px;
	background-image: url(../images/main/leftNavigationTile.png);
	background-repeat: repeat-y;
	overflow: hidden;
}

#contentContainerBottom
{
	clear: both;
	height: 133px;
	width: 890px;
	position: relative;
	bottom:0;
}

#contentBottomContentDecoration
{
	float: right;
	background: url(../images/main/contentBG.png) repeat-y;
	height: 133px;
	width: 663px;
	vertical-align: bottom;
}

#pageImageHeader
{
	height: 249px;
}

#pageImageHeader h1
{
	font-size: 1.5em;
	color: white;
	padding-top: 212px;
	padding-left: 1em;
	padding-right: 2em;
	font-weight: normal;
	margin: 0;
}

#leftBar
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 40px;
	height: 100%;
	background-image: url(../images/main/tileLeft.png);
	background-repeat: repeat-y;
}

#rightBar
{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 40px;
	height: 100%;
	background-image: url(../images/main/tileRight.png);
	background-repeat: repeat-y;
}

#footer
{
	clear: both;
	color: #FFFFFF;
	background-color: #222;
	font-size: 0.7em;
	line-height: 3em;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	height: 100%;
	position: relative;
}


#footer a
{
	color: white;
	font-size: 1em;
	text-decoration: none;
}

#footer p
{
	margin: 0;
	padding: 0;
	line-height: 3.5em;
}

#footer a:visited 
{
	color: white;
	text-decoration: none;
}

#footer a:hover 
{
	color: #6D79B6;
	text-decoration: underline;
}

#footer a:active 
{
	color: white;
	text-decoration: none;
}

#menu
{
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	background-image: url(../images/Hdr/menuBarTile.png);
	background-repeat: repeat-x;
	height: 100%;
}

#menu .linkOff
{
	font-size: 1em;
	color: white;
	text-decoration: none;
}
#menu .linkOn
{
	font-size: 1em;
	color: #ff9;
	text-decoration: none;
}
#menu .linkOffsmall
{
	font-size: 0.8em;
	color: white;
	text-decoration: none;
}
#menu .linkOnsmall
{
	font-size: 0.8em;
	color: #A7BFD4 ;
	text-decoration: none;
}

#menu .menuText
{
	font-size: 1em;
}
#menu td.off
{
	font-size: 1em;
	color: white;
}
#menu td.on
{
	font-size: 1em;
	color: #A7BFD4;
}
#menu td.onsmall
{
	font-size: 0.8em;
	color: #A7BFD4;
}
#menu td.offsmall
{
	font-size: 0.8em;
	color: white;
}
#menu td.top1
{
	background-color: #384170;
}

#menu td.bottom1
{
	background-color: #384170;
}

#menu td.middle1Off
{
	background-color: #384170;
	font-size: 1em;
	color: white;
	height: 19px;
	border-bottom: ridge 1px #A7BFD4;
	padding: 3px 0 3px 0;
}

#menu a
{
	text-decoration:none;
	color: white;
}

#menu a.1:link
{
	text-decoration:none;
	font-size: 1em;
	color: white;
}

#menu a.1:hover
{
	text-decoration:none;
	font-size: 1em;
	color: #A7BFD4;
}

#menu a.1:visited
{
	text-decoration:none;
	font-size: 1em;
	color: white;
}

#menu td.middle1On
{
	background-color: #384170;
	font-size: 1em;
	color: white;
	font-weight: bold;
	height: 19px;
	border-bottom: ridge 1px #A7BFD4;
	padding: 3px 0 3px 0;
}

#menu div.dropDown
{
	position: absolute;
}

#contentDecoration
{
	height: 25px;
	width: 663px;
}

#navTop
{
	background-image: url(../images/main/rightNavBackgroundTile.png);
	background-repeat: repeat-y;
}

#leftSwoosh
{
	border-left: 193px;
	width: 35px;
	background: white;
	background-image: url(../images/main/leftSwooshTile.png);
	background-repeat: repeat-y;
	float: left;
}

#navContent 
{
	background-image: url(../images/main/leftNavBackgroundTile.png);
	float: left;
	width: 192px;
}

#navBottom
{
	width: 227px;
	float: left;
	vertical-align: bottom;
}

#navContent p
{
	font-size: 0.7em;
	padding: 0px 5px 0px 10px;
}

#navContent h1
{
	font-size: 1em;
	color: #333;
	padding: 0px 0px 0px 10px;
	margin-top: 0;
	margin-left: 0.4em;
	margin-bottom: 0.3em;
	font-weight: normal;
}

#navContent h2
{
	font-size: 0.9em;
	color: #384170;
	padding: 0px 5px 0px 10px;
	margin-bottom: 0;
	font-weight: normal;
}

#navContent h3
{
	font-size: 0.8em;
	color: #384170;
	padding: 0px 5px 0px 10px;
	margin-bottom: 0;
	font-weight: normal;
}

#navContent h4
{
	font-size: 0.7em;
	color: #384170;
	padding: 0px 5px 0px 10px;
	margin-bottom: 0;
	font-weight: normal;
}

#navContent h5
{
	font-size: 0.6em;
	color: #384170;
	padding: 0px 5px 0px 10px;
	margin-bottom: 0;
	font-weight: normal;
}

#navContent ul
{
	list-style-type: none;
	font-size: 0.8em;
	font-weight: normal;
	position: relative;
	margin-left: -1.8em;
}

#navContent ul li
{
	margin-bottom: 0.4em;
}


#navContent ul ul
{
	list-style-type: square;
	font-size: 1em;
	position: relative;
	margin-left: -2em;
	margin-right: 0;
	padding-top: 0.6em;
}

#navContent ul ul ul
{
	list-style-type: none;
	font-size: 1em;
	position: relative;
	left: -2em;
}

#navContent ul ul ul ul
{
	list-style-type: none;
	font-size: 1em;
	position: relative;
	left: -1.5em;
}

#navContent ul ul ul ul ul
{
	list-style-type: none;
	font-size: 1em;
	position: relative;
	left: -1em;
}

#navContent a
{
	color: #222;
	font-size: 1em;
	text-decoration: none;
}

#navContent a:visited 
{
	color: #222;
	text-decoration: none;
}

#navContent a:hover 
{
	color: #666;
	text-decoration: underline;
}

#navContent ul ul a
{
	color: #444;
}

#navContent ul ul a:visited
{
	color: #444;
}

#navContent ul ul a:hover
{
	color: #666;
}

#leftNavDecorationTop
{
	vertical-align: top;
}

#leftNavDecorationBottom
{
	vertical-align: bottom;
}

/*dialog*/
.ui-dialog {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	background: #ffffff;
	color: #222222;
	border: 4px solid #bbb;
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	z-index: 99999;
}
.ui-resizable .ui-resizable-handle {
	display: block; 
}
body .ui-resizable-disabled .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */

.ui-dialog-titlebar {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	padding: .5em 1.5em .5em 1em;
	color: #333;
	background: #e6e6e6;
	border-bottom: 1px solid #d3d3d3;
	font-size: 0.9em;
	font-weight: normal;
	position: relative;
	cursor: pointer;
}
.ui-dialog-title {}
.ui-dialog-titlebar-close {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	background: url(../images/main/888888_11x11_icon_close.gif) 0 0 no-repeat;
	position: absolute;
	right: 8px;
	top: .7em;
	width: 11px;
	height: 11px;
	z-index: 100;
}
.ui-dialog-titlebar-close-hover, .ui-dialog-titlebar-close:hover {
	background: url(../images/main/454545_11x11_icon_close.gif) 0 0 no-repeat;
}
.ui-dialog-titlebar-close:active {
	background: url(../images/main/454545_11x11_icon_close.gif) 0 0 no-repeat;
}
.ui-dialog-titlebar-close span {
	display: none;
}
.ui-dialog-content {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	color: #222222;
}
.ui-dialog-content p{
	margin: 0;
	padding: 1em;
}
.ui-dialog-buttonpane {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: left;
	border-top: 1px solid #aaaaaa;
	background: #ffffff;
}
.ui-dialog-buttonpane button {
	margin: .5em 0 .5em 8px;
	color: #555555;
	background: #e6e6e6;
	font-size: 1em;
	border: 1px solid #d3d3d3;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	line-height: 1.4em;
}
.ui-dialog-buttonpane button:hover {
	color: #212121;
	background: #dadada;
	border: 1px solid #999999;
}
.ui-dialog-buttonpane button:active {
	color: #212121;
	background: #ffffff;
	border: 1px solid #aaaaaa;
}
/* This file skins dialog */
.ui-dialog.ui-draggable .ui-dialog-titlebar,
.ui-dialog.ui-draggable .ui-dialog-titlebar {
	cursor: default;
}

.ui-dialog-overlay{
	opacity: .4;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	background: #000000;
	position: fixed;
    top: 0;
    left: 0;
}
.ui-widget-overlay{
	positoin: fixed;
}
/*** IE Fixes ***/
* html body 
{
  overflow: hidden;
}

* html #footerWrapper 
{
  float: left;
  position: relative;
  width: 100%;
  padding-bottom: 10010px;
  margin-bottom: -10000px;
  background-color: white;
  background-image: url(../images/main/tile.png);
}

* html #navigation 
{
  left: 663px;           /* Right column fullwidth */
}

.error
{
  color: red;
}