/* THIS STYLESHEET IS UNDER CORPORATE-WIDE GOVERNANCE.  STYLES MAY NOT BE ADDED, DELETED OR CHANGED WITHOUT PROPER APPROVAL AND CHANGE CONTROL. */
/* CSS HACK STARTS: http://diveintoaccessibility.org/day_26_using_relative_font_sizes.html  This hack requires the use of percentages for all other style rules.  */
body, td, th, p, input, textarea, select, button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
/*/*/a{}
body,
body td,
body th,
body p, input, textarea, select, button {
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	}

html>body,
html>body td,
html>body th
html>body p
html>body input
html>body textarea
html>body select
html>body button {
	font-size: small;
	}
/* */
/* CSS HACK ENDS  */

/* TAG LEVEL RULES */
body {
	margin: 0;
	background-color: #ffffff;
	color: #000000;
	background-image: url("/allweb/data/Watermark/watermark.gif");
   background-repeat: repeat;
   background-position: center;
	}
a:link {
	color: #003366;
	}
a:visited {
	color: #663366;
	}
a:active {
	color: #6699cc;
	}
a:hover {
	color: #6699cc;
	}
h1 {
	font-size: 120%;
	}
h2 {
	font-size: 115%;
	margin-bottom: 5px;
	}
h3 {
	font-size: 105%;
	margin-bottom: 5px;
	}
h4 {
	font-size: 100%;
	margin-bottom: 5px;
	}
th {								/*to follow standards the default th is bottom, left aligned*/
	text-align: left;
	vertical-align: bottom;
}
th.center {						/*to be used for th cells that span multiple columns*/
	text-align: center;
	vertical-align: bottom;			
}
form {
      margin:0;
  }
fieldset {
	border: 1px solid #003366;
	padding: 10px;
	}
legend {
	color: #003366;
	font-weight: bold;
	}
table {
 	border: none;
	}
caption {
	text-align: left;
	font-weight: bold;
	padding-bottom: 5px;
	}	
sup {
	text-transform: uppercase;
  	vertical-align: super;
	font-size: 70%;
	}
sup.mixedcase {
	text-transform:none;
  	vertical-align: super;
	font-size: 80%;
}
hr {
	background-color: #003366;
	color: #003366;
}	
hr.thin {
	color: #003366;
	height: 1px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	}
img {
    border:none;
}
/*LIST STYLES*/
ul {
	list-style-type: disc;
}
ul ul {
	list-style-type: circle;
}
ul ul ul {
	list-style-type: square;
}
ol.loweralpha {
	list-style-type: lower-alpha;
	}
li.double {             /*allows for extra spacing between list items*/
	margin-top: 10px;
	}
ul.prelist{                 /*allows for some space above a list*/
	margin-top: -12px;
	}
ul.nobullets {				   /*allows for a list without any bullets*/
	list-style-type: none;
	}
/*styles for definition lists or glossaries*/
dt { 
	font-size: 105%;
	font-weight: bold;
	margin: 2px 0 10px 0;
	padding: 0;
}
dd {
	margin: 10px 0 10px 25px;
	padding: 0;
}

/* GENERAL TEXT RULES */
.textbold {
	font-weight: bold;
	}
.textnormal {
	font-weight: normal;
	}
.italics {	
	font-style: italic;
	}
.textsmall {
	font-size: 75%;
}
.textlarge {
	font-size: 110%;
}
/* WRAPPING */
.nowrap {
	white-space: nowrap;
	}
.wrap {
	white-space: normal;
	}
.prewrap {
	white-space: pre;
	}

/* ALIGNMENT RELATED */
.aligntop {
	vertical-align: top;
	}
.alignmiddle {
	vertical-align: middle;
	}
.alignbottom {
	vertical-align: bottom;
	}
.alignleft {
	text-align: left;
	}
.aligncenter {
	text-align: center;
	}
.alignright {
	text-align: right;
	}
.alignjustify {
	text-align: justify;
	}

/* ELEMENT VISIBILITY/DISPLAY */
.displaynone {
	display: none;
	}
.displayinline {
	display: inline;
	}
.displayblock {
	display: block;
	}
.visibilityhidden {
	visibility: hidden;
	}
.visibilityvisible {
	visibility: visible;
	}
	
/* CSS POSITIONING (TABLELESS LAYOUT) */
.clearleft {
	clear: left;
	}
.clearright {
	clear: right;
	}
.clearboth {
	clear: both;
	}
.floatleft {
	float: left;
	}
.floatright {
	float: right;
	}
.spacebefore {          /*Allows for space above an element*/
	margin-top: 15px;
}
/* CSS IMAGE PLACEMENT */
.imageleft {
	float: left;
	margin: 10px;
	}
.imageright {
	float: right;
	margin: 10px;
	}
.imagecenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
.calendaricon {
	border: none;
	margin :0 0 3px 2px;
	vertical-align:text-bottom;
	}	
/* BUTTONS */
.submitbutton, .defaultbutton {
	background-color: #336699;
	border-color: #ffffff;
	font: normal normal bold 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	cursor: pointer;
	overflow:visible;
	margin:0 2px 0 0;
	padding:0 5px 0 5px;
	}
.continuebutton {
	background-color: #999966;
	border-color: #ffffff;
	font: normal normal bold 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	cursor: pointer;
	overflow:visible;
	margin:0 2px 0 0;
	padding:0 5px 0 5px;
	}
.cancelbutton {
	background-color: #990033;
	border-color: #ffffff;
	font: normal normal bold 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	cursor: pointer;
	overflow:visible;
	margin:0 2px 0 0;
	padding:0 5px 0 5px;
	}

/* FORM FIELD RULES */
.fieldhintright {
	font-size: 80%;
	}
.fieldhintbelow {
	font-size: 80%;
	display: block;
	}
.fieldlabel {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 5px;
	}
.fieldlabeldisabled {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 5px;
	color: #999999;
	}
.fielddisabled {
	background-color: #cccccc;
	color: #999999;
	}
.readonly { 
	border:1px solid #999999;
	color:#666666;
	}
/* TABLE RULES */
.datatable {                   /*adds a line at the bottom row of the table*/
	border-bottom: 1px solid #003366;
}
.datatable td, .datatable th {
	padding: 2px;
 	border: none;
	}
.formtable td, .formtable th {
	vertical-align: top;
	padding-top: 5px;
	}
.rowtotal td, .rowtotal th {			/*Style for totaling a row */
	border-top: 1px solid black;
	padding: 4px 0 4px 0;
	font-weight: bold;
}
/*Table option 2 - smaller font size*/
.datatableopt2 {
	border-bottom: 1px solid #003366;
}
.datatableopt2 td{
	font-size: 85%;
}
.datatableopt2 th {
	font-size: 85%;
}
.datatableopt2 ul {
	margin-left: 15px;
	padding: 0 0 0 5px;
}
/*Styles for links in dark table headers*/
a.whitelink:link {
	color:#ffffff;
}
a.whitelink:visited {
	color:#ffffff;
}
a.whitelink:hover {
	color:#ffffff;
}
a.whitelink:active {
	color:#ffffff;
}	

/* option 1 - single header */
.tableheadopt1 {
	background-color: #003366;
	color: #ffffff;
	font-weight: bold;
	}
.altrowcoloropt1 {
	background-color: #eeeedd;
	}

/* option 2 - single header */
.tableheadopt2 {
	background-color: #cc6600;
	color: #ffffff;
	font-weight: bold;
	}
.altrowcoloropt2 {
	background-color: #F1D4B8
	}

/* option 3 - single header */
.tableheadopt3 {
	background-color: #003366;
	color: #ffffff;
	font-weight: bold;
	}
.altrowcoloropt3 {
	background-color: #ccddee;
	}

/* option 4 - double header */
.tableheadopt4 {
	background-color: #003366;
	color: #ffffff;
	font-weight: bold;
	}
.tablesubheadopt4 {
	background-color: #cccc99;
	color: #000000;
	font-weight: bold;
	}
.altrowcoloropt4 {
	background-color: #eeeedd;
	}

/* option 5 - double header */
.tableheadopt5 {
	background-color: #003366;
	color: #ffffff;
	font-weight: bold;
	}
.tablesubheadopt5 {
	background-color: #A0C0DF;
	color: #000000;
	font-weight: bold;
	}
.altrowcoloropt5 {
	background-color: #ccddee;
	}

/* option 6 - double header */
.tableheadopt6 {
	background-color: #cc6600;
	color: #ffffff;
	font-weight: bold;
	}
.tablesubheadopt6 {
	background-color: #F1D4B8;
	color: #000000;
	font-weight: bold;
	}
.altrowcoloropt6 {
background-color: #ccddee;
	}

/* option 7 - triple header */
.tableheadopt7 {
	background-color: #003366;
	color: #ffffff;
	font-weight: bold;
	}
.tablesubheadopt7 {
	background-color: #cccc99;
	color: #000000;
	font-weight: bold;
	}
.altsub2headopt7 {
	background-color: #A0C0DF;
	}
.altrowcoloropt7 {
	background-color: #eeeedd;
	}
/*GLOBAL NAV RULES*/
#globalnav {
	font-size: 80%;
	text-align: right;
	margin: 10px 10px 10px 0;
	}
#globalnav ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: right;
	}
#globalnavcenter {
	font-size: 80%;
	text-align: center;
	margin: 10px 0 10px 0;
	}
#globalnavcenter ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
/* ERROR RULES */
.alert {
	color: #990033;	
	}
.fielderrorcolor {
	background-color: #ff9999;	
	}
/*positioning of error/warning/information icon to left of message*/
p.iconleft img, p.iconleft span {
	float: left;
}
p.iconleft img {
	margin-right:3px;
}
/* MISC RULES */
.returntotop {
	font-size: 75%;
	}
.returntotop a:visited {
	color: #003366;  
	}
.footer, .copyright, .footnotes {
	font-size: 85%;
}
.disclosure, .disclaimer {
	font-size: 100%;
}	
.imgcaption {
	font-size: 80%;
	display: block;
}
.indent {
	margin-left: 25px;	
	}
.indentdouble {
	margin-left: 50px;	
	}
.indenttriple {
	margin-left: 75px;	
	}
.closewindow, .printpage {
	text-align: right;
	font-size: 80%;
	}
.breadcrumbs {
	margin-left: 10px;
	font-size:  85%;
	}
.counterfield {
	font-size: 80%;
	border-style: none;
	}
.counterlabel {
	font-size: 90%;
	font-weight: bold;
	}
/* PRINTING CONTROLS */
@media print {
		.noprint { /* CONTENT WILL NOT PRINT */
			display: none;
		}
	}