/* CSS Document */
/* *************************************************************
 *
 *  common.css - text, image, and graphic styles used commonly
 *               - does not include main page layout (hdr/ftr/etc)
 *
 * *************************************************************
 */

/*****************************************/
/* colors used in hyperlinks:
 *	dark blue: #004080
 *	light blue: #9CB3CA
 *	dark gray: #333333
 *	mid gray: #666666
 *	dark brown: #7C6448
 *  mid tan: #999966
 *  geekz red: #c00000
 */
/*****************************************/
/******************************/
/* Other useful color defs:

	sidebar fade darkest blue: #9DB3CA
	sidebar fade darkest tan: #DFDAC6
	sidebar fade darkest gray:
	solid tan: #DFDAC5
	solid dark blue:
	solid red: #CC0000
*/
/******************************/


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}

/* default hyperlink settings used in the body text: 
 * link bold blue, hover bold underline, visited bold mid tan.
 */
a {
	/* font-weight: bold; */
}
a:link {
	text-decoration: none;
	color: #004080; /* darker blue */
}
a:visited {
	text-decoration: none;
	color: #6699CC; /* lighter blue */
}
a:active, a:focus, a:hover {
	text-decoration: underline;
	color: #999480;  /* khaki */
}

/* this adds the little launchaway icon to the right of the link */
.extlink {
	padding-right: 14px;
	background-image: url(/images/templates/launchnew.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	white-space: nowrap;
}

a.extlink:visited {
	background-image: url(/images/templates/launchnewv.gif);
}

.readlink {
	padding-left: 18px;
	background-image: url(/images/templates/readmore.gif);
	background-repeat: no-repeat;
	background-position: left center;
	white-space: nowrap;
}

h1 {
	font-size: 16pt;
	color: #CC0000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 30px;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

h1.subtitled {
	margin-bottom: 2px;
	padding-left: 0px;
	text-indent: -24px;
	margin-left: 24px;
}

h1.subtitle {
	margin-left: 36px;
	text-indent: 0px;
	font-size: 8pt;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 15px;
	font-weight: normal;
	text-transform: none;
}

h2 {
	/* font-family:"Courier New", Courier, mono;*/
	/* font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; */
	/* text-transform: uppercase;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #000000; /* #004080; *//* #333333; */
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 25px;
	margin-bottom: 5px;
}

#divContent h2 {
	/* letter-spacing: -0.05em;  tighten it up just a bit */
	/* font-style: italic;*/
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;: 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	/* letter-spacing: 0.02em;  loosen it up just a bit */
}

#divContent a {
	text-decoration: underline;
}

p {
	margin-top: 0px;
	/* margin-bottom: 0px; */
	padding-top: 0px;
	/* padding-bottom: 0px; */
}

ol.article {
	margin-left: 0px;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	list-style-position: outside;
}

ol.article>li {
	text-indent: -24px;
	margin-left: 24px;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}


ol.article>li.continued {
	list-style-type: none;
	text-indent: 0px;
	margin-left: 24px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}

ul.article {
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
}

ul.article>li {
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
}

ul.article ul {
	margin-top: 6px;
	margin-bottom: 6px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
}

ul.article ul>li {
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-indent: -1em;
	margin-left: 2em;
}


table.article {
	border: 1px solid #666666;
}

table.article th {
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	color: #000000;
	padding: 8px 4px 8px 4px;
	vertical-align: middle;
	border: 1px solid #666666;
	background-color:#CCCCCC;
}

table.article td.subhead {
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	padding: 6px 4px 6px 12px;
	vertical-align: middle;
	border: 1px solid #666666;
	background-color: #666666;
}

table.article td {
	font-size: 9pt;
	padding: 3px 4px 3px 4px;
	vertical-align: top;
	border: 1px solid #CCCCCC;
}

.notext {
	font-size: 1px;
	line-height: 1px;
}

.nonbold {
	font-weight: normal;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

img { /* default for images - don't show border even if link */
	border-width: 0px;
}

img.launchnew { /* for the little launch away icon */
	border-width: 0px;
	margin-right: 1px;
	padding-right: 0px;
	margin-left: 1px;
	padding-left: 0px;
	width: 12px; 
	height:10px;
	vertical-align: baseline;
}

img.readmore {
	border-width: 0px;
	margin-right: 1px;
	padding-right: 0px;
	margin-left: 1px;
	padding-left: 0px;
	width: 13px; 
	height:9px;
	vertical-align: baseline;
}

img.pdf {
	border-width: 0px;
	margin-right: 5px;
	padding-right: 0px;
	margin-left: 1px;
	padding-left: 0px;
	width: 17px; 
	height:17px;
	vertical-align: bottom;
}

div#printver {
	font-size: x-small;
	padding: 5px;
	margin: 20px 20px 10px 20px;
	float: right;
}

span.tmark {
	position: relative;
	border-width: 0px;
	font-size: 50%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	top: -0.5em;
}

form td {
	vertical-align: middle;
}

form * {
	font-size: 10pt;
	color:#004080;

}

form input[type="text"], form textarea {
	font-family: "Courier New", Courier, mono;
	color:#004080;
}

form label {
	font-weight: bold;
	color:#000000;
}

form input.button[type="submit"], form input.button[type="reset"] {
	margin: 10px;
	background-color:#ECE9D8;
	color:#004080;
	font-family: inherit;
}


.noprint {
	display: inherit;
}

.printonly {
	display: none;
}

@media print, handheld {
.noprint {
	display: none;
}
.printonly {
	display: inherit !important;
}
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   This is something to consider trying to
	 use for media:print so you can read the
	 links on the printed version. Probably
	 need to also have a class to enable or
	 disable this for some links where it
	 wouldn't make sense.

a:link:after,
a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 80%;
}
	*/