/* CSS Basic Document */

body {
	margin: 20px;
	padding: 0;
	font-family: Verdana;
	font-size: 10pt;
	background: white;
	color: black;
}

img {
	border: 0;
}

.fineprint {
	font-size: 64%;
}

.centered {
	text-align: center;
}

td {
	vertical-align: top;
	background: white;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #339;
}

a:hover {
	text-decoration: underline;
	color: #939;
}

table#page {
	width: 822px;
	margin: 10px auto;		/* centers the "page" in the browser */
	border: 1px solid black;
}

td#header {
	xbackground-color: #ccc;
	background-image: url(../images/blueOnWhite.jpg);
	background-repeat: no-repeat;
}

td#header img {
	margin: 0;
	padding: 0;
}

td#left {
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

td#center {
	border-left: 1px solid black;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background: white;	
}

td#right {
	border-left: 1px solid black;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

td#footer {
	border-top: 1px solid black;
	text-align: center;
}

#xbanner {
	background-image: url(../images/mBg.jpg);
	background-repeat: repeat-x;
	height: 85px;
}

#banner-left {
	display: block;
	float: left;
}

#banner-center {
	padding-top: 20px;
	display: inline;
	height: 50px;
	float: left;
}
	
.mast-top {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
}

.mast-title {
	font-family: Georgia;
	margin: 0;
	padding: 0;
	margin-top: -22px;
	font-size: 24pt;
	color: black;
	letter-spacing: -0.03em;
}

#banner-right {
	width: 166px; 
	height: 65px;
	margin: 0;
	padding: 0;
	padding: 20px 14px 0 0;
	xbackground-image: url(../images/mSearch.jpg);
	xbackground-position: top right;
	xbackground: aliceblue;
	float: right;
}

#folio, #XXtag {
	background-color: #1e4887;
	color: white;
	padding: 6px 10px 2px 10px;
	font-size: 9pt;
	font-family: Arial;
	height: 8px;
}

#folio { clear: both; }

.left {
	float: left;
}

.right {
	float: right;
}

#welcome {
	float: right;
	margin-right: 4px;
}

#XXtag {
	text-align: right;
}

#banner-login {
	color: white;
	xdisplay: inline;
	width: 250px;
	padding: 1px 10px;
	font-family: Arial;
	font-size: 9pt;
	background-color: #ccc;
	text-align: right;
}

/* Navbar tabs */

#navbar {
	clear: both;
}
#navbar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navbar li {
	float: left;
}

a.navlink:link, a.navlink:visited {
	display: block;
	padding: 2px 5px 2px 0.5em;
	margin-right: 1px;
	font-size: 80%;
	text-transform: uppercase;
	text-decoration: none;
	background: #ccc;
	color: #333;
	border: 1px solid;
	border-color: #ccc #333 #ccc #ccc;
}

a.#selected {
	color: white;
	background: #1e4887;
	border-color: #fff #fff #1e4887 #333;
}

a.navlink:hover {
	color: white;
	background: #445f87;
	border-color: #fff #fff #1e4887 #333;
}

/*
#XXnavbar {
	background-color: #ccc;
	margin: 0;
	padding: 0;
}

#XXnavbar ul {
	padding: 3px 0;
	margin: 0 0 0 10px;
	font: bold 12px Arial;
	display: inline;
}

#XXnavbar ul li{
	list-style: none;
	display: inline;
	margin: 0;
}

#XXnavbar ul li a {
	text-decoration: none;
	padding: 3px 6px;
	margin-right: 0px;
	border: 1px solid #778;
	border-bottom: none;
	background: #fc0;
}

#XXnavbar ul li a:link, #XXnavbar ul li a:visited{
	color: navy;	
}

#XXnavbar ul li a:hover, #XXnavbar ul li a.selected:hover {
	color: white;
	background: #666;
	border-color: navy;
}

#XXnavbar ul li a.selected {
	background: black;
	color: white;
	border-bottom: 0;
}

#XXnavbar ul li a.selected:link, #XXnavbar ul li a.selected:visited {
	background: black;
	color: white;
	border-bottom: 0;
}
*/
	
/* Article List */

div.tease {
	xmargin-right: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

div.tease h1, div.tease h2, div.tease p {
	margin: 0;
	padding: 0;
}

div.tease h1 {
	clear: both;
}
div.tease h1 a {
	font-family: Georgia, Times New Roman, serif;
	font-size: 60%;
	font-weight: normal;
	color: #336;
}

div.tease h2 {
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #1e4887;
	font-weight: bold;
}

div.tease p {
	font-family: Arial, sans-serif;
	font-size: 75%;
}

div.tease img {
	display: block;
	float: left;
	padding: 0 10px 6px 0;
}

.featured {
	background: #eee;
	padding-bottom: 0;
	XXborder-top: 3px solid #393;
	border-bottom: 1px solid #393;
}

div.featured h1 a {
	font-family: Georgia;
	font-size: 28px;
	color: #333;
}

.sidebar {
	border: 1px solid #aaa;
	width: 158px;
	margin-top: 10px;
	xpadding: 4px;
}

h1.section-name {
	background-color: #1e4887;
	color: white;
	font-family: Arial;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0 4px;
}

h1.section-name a, h1.section-name a:link, h1.section-name a:active, h1.section-name a:visited {
	color: white;
}

div.sidebar ul {
	list-style: none;
	margin: 0; padding: 0;
}

div.sidebar li {
	padding: 0.5em 0.5em 0.25em 0.5em;
	border-bottom: 1px solid rgb(84%, 84%, 69%);
}

.sidebar a {
	font: Georgia 12px bold;
	color: #1e4887;
}

p.update, p.response {
	font: Arial 10px;
	color: #666;
}

/*
div.deck {
	margin-top: 10px;
	border-bottom: 1px dashed #ccc;
}

div.feature img, div.deck img {
}

div.feature h1 {
	font-family: Georgia;
	font-weight: normal;
	color: #336;
	font-size: 20px;
}

div.feature h2 {
	font-size: 12px;
}

div.deck h1 {
	font-family: Georgia;
	font-size: 12px;
}

div.deck h2 {
	font-size: 10px;
}
*/

/* page center of page stuff */

td#center h3 {
	font-family: Georgia;
	font-size: 14pt;
	color: #666;
	margin: 0;
	padding: 10px 0 4px 0;
}

/* input and other form things */
/* See http://jeffhowden.com/code/css/forms/ */

form {
	margin: 0;
	padding: 0;
}

form fieldset {
	clear: both;
	border-color: #999;
	border-width: 1px 0 0 0;
	border-style: solid none none none;
	padding: 10px;
	margin: 0;
}

form fieldset legend {
	font-family: Georgia;
	font-size: 14pt;
	color: #666;
	font-weight: normal;
	margin: 0;
	padding: 0 5px 10px 5px;
}

form fieldset p {
	font-size: 10px;
	margin: 0;
	padding: 5px 0 5px 130px;
}

form div {
  XXclear: left;
  float: left;
  display: block;
  width: 460px;
  height: expression('1%');
  margin: 5px 0 0 0;
  padding: 1px 3px;
}

label.prof {
	clear: both;
	float: left;
	width: 120px;
}

input.prof {
	display: block;
	float: left;
}

textarea {
	overflow: auto;
}

form div label {
  display: block;
  font-size: 11px;
  float: left;
  width: 130px;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: right;
}

form div select, form div textarea {
	padding: 1px 3px;
	margin: 0;
}

form div select.selectOne {
	width: 211px;
	padding: 1px 3px;
}

form div.optional label, label.optional {
  font-weight: normal;
}

form div.required label, label.required {
  font-weight: bold;
}

form div label.labelCheckbox, form div label.labelRadio {
	float: none;
	xdisplay: block;
	display: inline;
	width: 200px;
	height: expression('1%');
	padding: 0;
	margin: 0 0 5px 0;
	text-align: left;
}

form div fieldset label.labelCheckbox, form div fieldset label.labelRadio {
	margin: 0 0 5px 5px;
	width: 170px;
}

form div input.inputCheckbox, form div input.inputRadio, input.inputCheckbox, input.inputRadio {
	display: inline;
	height: 14px;
	width: 14px;
	background-color: transparent;
	border-width: 0;
	padding: 0;
	margin: 0 0 0 140px;
}

input#banner-query, input#banner-search {
	display: inline;
	float: none;
}

form fieldset div.notes {
	float: right;
	width: 58px;
	height: auto;
	margin: 0 0 10px 10px;
	padding: 5px;
	border: 1px solid #666;
	background-color: #ffffe1;
	color: #666;
	font-size: 88%;
}

form fieldset div.notes h4 {
	margin: 0;
	padding: 3px 0 3px 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #666;
	color: #666;
	font-size: 110%;
}

form fieldset div.notes p {
	margin: 0em 0em 1.2em 0em;
	color: #666;
}

form fieldset div.notes p.last {
	margin: 0em;
}

div#footer {
	padding: 6px;
	border-bottom: 1px solid #ccc;
}

div#footer p {
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	color: #666;
	margin: 0;
	padding: 2px;
	line-height: 0.8em;
}

div.box {
	border: 1px solid #ccc;
	padding: 4px;
}

div.box h1 {
	font-family: Arial;
	font-size: 12px;
	padding: 3px 6px;
	background-color: black;
	color: white;
}

div.box ul li h1 {
	font-family: Georgia;
	font-size: 12px;
	background-color: white;
	color: #666;
}

div#tools {
	float: right;
	width: 100px;
	margin-top: 10px;
	padding: 4px 8px;
	border: 1px solid #ccc;
	background-color: infobackground;
}

/*
#center h1 {
	font-family: Georgia;
	font-size: 28px;
	color: #999;
	margin: 0;
	padding: 10px 0 0 0;
}

#center h2 {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #666;
}
*/

div#article {
	font-family: Verdana;
	font-size: 12px;
	color: #333;
	line-height: 150%;
	padding-top: 10px;
}

.byline {
	font-size: 75%;
	color: #666;
	margin: 1.5em 0 0 0;
}

.responseline {
	font-size: 80%;
	background-color: #eee;
	border-top: 2px solid #ccc;
	margin: .125em 0 .83em 0;
	height: 1em;
}

.left-side {
	float: left;
}

.right-side {
	float: right;
}

#article-body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 83.33%;
	line-height: 125%;
	margin: 0;
}

#article-body p {
	margin: 0;
	padding: 0;
	padding-bottom: 1em;
}

#article-body .caption {
	padding-bottom: 1em;
	font-family: Arial, sans-serif;
	color: #933;
}

.cmdbar {
	background-color: #eee;
	font-size: 10px;
	color: #666;
	padding: 2px;
	border: 0;
}

.cmdbar-left {
	text-align: left;
	background-color: transparent;
}

.cmdbar-right {
	text-align: right;
	background-color: transparent;
}

#article img {
	width: 460px;
	text-align: center;
	margin-top: 10px;
}

#article img.half {
	width: 230px;
}

h1.article_title {
	font-family: Georgia;
	font-size: 180%;
	font-weight: normal;
	line-height: 110%;
	margin: .83em 0 0 0;
}

h2.article_subhead {
	font-family: Arial;
	font-size: 110%;
	font-weight: normal;
	color: black;
	margin: 0;
}

#article div.caption {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #993333;
}

#banner-query, #banner-search {
	font-size: 9px;
}

#adv-search {
	font-size: 8px;
	color: white;
}

.response-title {
	border-bottom: 1px solid #666; 
	margin-top: 10px;
}

.response {
	background: #f6f6f6;
	padding: 2px;
}

.section-title {
	clear: both;
	font-family: Arial, sans-serif;
	font-size: 83.33%;
	color: white;
	margin: 10px 0 0 0;
	padding: 2px 4px;
	text-transform: uppercase;
	background-color: #445f87;
}

.box {
	background-color: #edffed;
	margin-top: 10px;
	padding: 0;
}

.boxtitle {
	background-color: black;
	color: white;
	font-family: Arial;
	font-size: 90%;
	margin: 0;
	padding: 0 2px;
}

.box ul {
	list-style: none;
	margin: 0;
}

.box li {
	border-bottom: 1px dotted #333;
	padding: 0 6px;
	font-size: 80%;
}

.result {
	margin-top: 10px;
}

.result p {
	margin: 0; padding: 0;
}

.result-title {
	font-size: 120%;
}

.result-title a:link, .result-title a:visited {
	text-decoration: underline;
}

.new {
	font-family: Arial;
	font-size: 7pt;
	color: red;
	background-color: #ffffee;
	text-transform: uppercase;
}

.error {
	color: red;
}