/* General Style Sheet */
/* 03/28/2011 */
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;
	}
/* */
/* END CSS OVERRIDE */

/* RULES FOR TAG LEVEL */
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: #104a7b;
	}
a:visited {
	color: #663366;
	}
a:active {
	color: #cccccc;
	}
a:hover {
	color: #cccccc;
	}
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 {								/*for standards the default th is bottom, left aligned*/
	text-align: left;
	vertical-align: bottom;
}
th.center {						/*for th multiple column cells*/
	text-align: center;
	vertical-align: bottom;			
}
form {
      margin:0;
  }
fieldset {
	border: 1px solid #104a7b;
	padding: 10px;
	}
fieldset fieldset { /*nested fieldsets*/
  border:1px solid #999999;
  }
legend {
	color: #104a7b;
	font-weight: bold;
	}
table {
 	border: none;
	}
thead {
	display: table-header-group;
	}
caption {
	text-align: left;
	font-weight: bold;
	padding-bottom: 5px;
	}	
sup {
	text-transform: uppercase;
  	vertical-align: super;
	font-size: 80%;
	}
hr {
	background-color: #104a7b;
	color: #104a7b;
}	
hr.thin {
	color: #104a7b;
	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.upperalpha {
	list-style-type: upper-alpha;
}
ol.loweralpha {
	list-style-type: lower-alpha;
}
ol.upperroman {
	list-style-type: upper-roman;
}
ol.lowerroman {
	list-style-type: lower-roman;
}
li.double {             /*for extra space between list items*/
	margin-top: 10px;
	}
ul.prelist{                 /*for space above a list*/
	margin-top: -12px;
	}
ul.nobullets {				   /*for a list without 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;
}
/*styles for definition lists as footnotes*/
.footnotelist dt{ 
  font-weight: bold;
  margin: 2px 0 0 0;
  padding: 0;
}
.footnotelist dd {
	margin: 0 0 5px 15px;
   padding: 0;
}
/* GENERAL TEXT RULES */
.textbold, strong {
	font-weight: bold;
	}
.textnormal {
	font-weight: normal;
	}
.italics, em {	
	font-style: italic;
	}
.textsmall {
	font-size: 75%;
}
.textmedium {
	font-size: 80%
}
.textlarge {
	font-size: 110%;
}
.negativenumber {
 color: #cc0000;
}
.positivenumber {
 color: #006600;
}
.codetext {
	font-family:"Courier New", Courier, monospace;
}
/* WRAP */
.nowrap {
	white-space: nowrap;
	}
.wrap {
	white-space: normal;
	}
.prewrap {
	white-space: pre;
	}

/* FOR ALIGNMENT */
.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;
	}

/* CSS POSITIONING (TABLELESS LAYOUT) */
.clearleft {
	clear: left;
	}
.clearright {
	clear: right;
	}
.clearboth {
	clear: both;
	}
.floatleft {
	float: left;
	}
.floatright {
	float: right;
	}
.spacebefore {          /*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;
	}
/* BUTTONS */

.submitbutton, .defaultbutton {
 border:1px inset #999;
 background: #104a7b url(/allweb/images/common/styles/submit-btn.png) repeat-x;
 font-weight: bold;
 font-size: 86%;
 color: #ffffff;
 cursor: pointer;
 margin:0 2px 0 0;
 padding:2px 5px 2px 5px;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 border-radius: 6px;
	}
.continuebutton {
 border:1px outset #999;
 background:#999966 url(/allweb/images/common/styles/continue-btn.png) repeat-x;
 font-weight: bold;
 font-size: 86%;
 color: #ffffff;
 cursor: pointer;
 margin:0 2px 0 0;
 padding:2px 5px 2px 5px;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
  border-radius: 6px;
	}
.cancelbutton {
 border:1px outset #999;
 background: #990033 url(/allweb/images/common/styles/cancel-btn.png) repeat-x;
 font-weight: bold;
 font-size: 85%;
 color: #ffffff;
 cursor: pointer;
 margin:0 2px 0 0;
 padding:2px 5px 2px 5px;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
-webkit-background-clip: padding-box;
-moz-background-clip: padding-box;
background-clip: padding-box;

	}
/* 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;
	}
/* RULES FOR TABLE */
.datatable {                   /*adds line at bottom row of table*/
	border-bottom: 1px solid #104a7b;
}
.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 row */
	border-top: 1px solid black;
	padding: 4px 0 4px 0;
	font-weight: bold;
}
td.columnborderright, th.columnborderright{ /*style for adding right border column on complex tables*/
	border-right:1px solid #b0b084;
}
/*Table option 2 - smaller font size*/
.datatable2 {
	border-bottom: 1px solid #104a7b;
	}
.datatable2 td{
	font-size: 85%;
	}
.datatable2 th {
	font-size: 85%;
	}
.datatable2 ul {
	margin-left: 15px;
	padding: 0 0 0 5px;
	}
/*Styles for links in dark table headers subheaders*/
a.whitelink:link {
	color:#ffffff;
	}
a.whitelink:visited {
	color:#ffffff;
	}
a.whitelink:hover {
	color:#ffffff;
	}
a.whitelink:active {
	color:#ffffff;
	} 
.tableheadopt1  a:link, 
.tableheadopt2  a:link, 
.tableheadopt3  a:link, 
.tableheadopt4  a:link, 
.tableheadopt5  a:link, 
.tableheadopt6  a:link,
.tableheadopt7  a:link {
	color:#FFFFFF;
	}
.tableheadopt1  a:visited, 
.tableheadopt2  a:visited, 
.tableheadopt3  a:visited, 
.tableheadopt4  a:visited, 
.tableheadopt5  a:visited, 
.tableheadopt6  a:visited,
.tableheadopt7  a:visited {
	color:#FFFFFF;
	}
.tableheadopt1  a:active, 
.tableheadopt2  a:active,
.tableheadopt3  a:active, 
.tableheadopt4  a:active, 
.tableheadopt5  a:active, 
.tableheadopt6  a:active,
.tableheadopt7  a:active {
	color:#FFFFFF;
	}
.tableheadopt1  a:hover, 
.tableheadopt2  a:hover,
.tableheadopt3  a:hover, 
.tableheadopt4  a:hover, 
.tableheadopt5  a:hover, 
.tableheadopt6  a:hover,
.tableheadopt7  a:hover  {
	color:#FFFFFF;
	}
.tablesubheadopt4  a:link,
.tablesubheadopt5  a:link,  
.tablesubheadopt6  a:link,
.tablesubheadopt7  a:link {
 color:#104a7b;
 }
.tablesubheadopt4  a:visited,
.tablesubheadopt5  a:visited,  
.tablesubheadopt6  a:visited,
.tablesubheadopt7  a:visited {
 color:#104a7b;
 }
.tablesubheadopt4  a:active,
.tablesubheadopt5  a:active,  
.tablesubheadopt6  a:active,
.tablesubheadopt7  a:active {
 color:#104a7b;
}
.tablesubheadopt4  a:hover,
.tablesubheadopt5  a:hover,  
.tablesubheadopt6  a:hover,
.tablesubheadopt7  a:hover {
 color:#104a7b;
}
/* top row header dark blue headers */
.tableheadopt1, .tableheadopt3, .tableheadopt4, .tableheadopt5, .tableheadopt7  {
 background: #104a7b url(/allweb/images/common/tableheader-blue-gradient.gif) repeat-x; 
 color: #ffffff;
 font-weight: bold;
 }  
 	
/* top row header green */
.tableheadopt2, .tableheadopt6 {
	background: #9fcd01 url(/allweb/images/common/tableheader-orange-gradient.gif) repeat-x;
	color: #ffffff;
	font-weight: bold;
	}

/* second row sub-header light moss */
.tablesubheadopt4, .tablesubheadopt7 {
	background-color: #cccc99;
	color: #000000;
	font-weight: bold;
	}

/* second/third row sub-header grey */
.tablesubheadopt5, .altsub2headopt7 {
	background-color: #cccccc;
	color: #000000;
	font-weight: bold;
	}
/* sub-header blue-grey */
.tablesubheadopt6 {
	background-color: #c5ccda;
	color: #000000;
	font-weight: bold;
	}
	

/*RULES FOR GLOBAL NAV*/
#globalnav {
	font-size: 85%;
	text-align: right;
	margin: 10px 10px 10px 0;
	}
#globalnav ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: right;
	}
#globalnavcenter {
	font-size: 85%;
	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;	
	}
/*OLD STYLE  - if error text wraps, does not work in production*/
p.iconleft img, p.iconleft span, p.iconleft ul {float: left;}
p.iconleft img {margin-right:3px;}

/*New style for positioning icon to left of error text*/
.icon-left {float: left;margin-right: 5px; }
.icon-text {overflow: hidden;}

/*CALLOUT BOX LAYOUT STYLES*/
/*Three column*/
.threecoloptionleft {
	float: left;
	width: 32%;
	margin: 5px 5px 5px 0;
	padding: 0;
}
.threecoloptioncenter {
	float: left;
	width: 32%;
	margin: 5px 5px 5px 0;
	padding: 0;
}
.threecoloptionright {
	float: left;
	width: 32%;
	margin: 5px 0 5px 0;
	padding: 0;
}
/*Two column - equal sizes*/
.twocoloption1left {
	float: left;
	width: 49%;
	margin: 5px 10px 5px 0;
	padding: 0;
}
.twocoloption1right {
	float: left;
	width: 49%;
	margin: 5px 0 5px 0;
	padding: 0;
}
/*Two column - left side 2/3*/
.twocoloption2left {
	float: left;
	width: 65%;
	margin: 5px 10px 5px 0;
	padding: 0;
}
.twocoloption2right {
	float: left;
	width: 33%;
	margin: 5px 0 5px 0;
	padding: 0;
}
/*Two column - right side 2/3*/
.twocoloption3left {
	float: left;
	width: 33%;
	margin: 5px 10px 5px 0;
	padding: 0;
}
.twocoloption3right {
	float: left;
	width: 60%;
	margin: 5px 0 5px 0;
	padding: 0;
}
/*One column - 2/3 width*/
.onecoloption{
	float: left;
	width: 65%;
	margin: 5px 10px 5px 0;
	padding: 0;
}
/*TOOL TIP RULES*/
a.info span{display: none}
a.info:link{
	position: relative;
	color: #000000;
	border-bottom: 1px dashed #cccccc;
	text-decoration: none;
}
a.info:visited{
	position: relative;
	color: #000000;
	border-bottom: 1px dashed #cccccc;
	text-decoration: none;
}
a.info:hover span, a.info:focus span{ 
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
	opacity: 0.9;
    border:1px solid #cccccc;
    background-color:#cccccc; 
	color:#000;
    text-align: center;
	font-size: 80%;
	cursor:help;
	}
 
a.info:active{
	position: relative;
	color: #000000;
	border-bottom: 1px dashed #cccccc;
	text-decoration: none;
}
/*a:focus { 	outline: none; }*/


/* MISC RULES */
.returntotop {
	font-size: 75%;
	}
.returntotop a:visited {
	color: #104a7b;  
	}
.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;
		}
	}
