@charset "utf-8";
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.1.1
build: 47
removed table related css
*/
/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%;
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:.7em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold;
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
}
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*providing spacing for definition terms*/
	margin-left:1em;
}

p,fieldset,pre {
	/*so things don't run into each other*/
	margin-bottom:0.7em;
}

a{
	color:inherit;
}

/* end yui cssbase minus table related css*/

/* Table definitions*/
table{
	border-collapse:collapse;
}
td, th{
	vertical-align: middle;
}
table.data{
	width:100%;
}
table.data th, table.data td{
	padding:2px;
}
table.tabulator td, table.tabulator th, table.tabulator td{
	padding:0 .4em 0 0;
}
table.form{
	width:95%;
}
table.form td{
	padding:.4em .5em;
	vertical-align: top;
}
table.textGrid td{
	padding:1px 0;
}
tr.sepRow td{
	padding-top:10px;
}


td.number{
	text-align:right;
}

/* Headline refinments */
h1.mega{
	font-size:197%;
	margin: .3em 0 .6em 0;
}
h1 sub{
	display:block;
	font-size: 72.2%;
	color: #7f7f7f;
}
h1.mega sub{
	display:block;
	font-size: 62.5%;
	color: #7f7f7f;
}
h2{
	color: #7f7f7f;
	margin-top: 1.5em;
}
h3{
	margin: .2em 0 .3em 0;
}
h3 sub{
	margin-top: 2px;
	display:block;
	font-size: 86%;
	font-weight: normal;
	color: #7f7f7f;
}

/* */
ul.layout{
	margin:0;
}
ul.layout li{
	list-style-type:none;
}

.hNav {display:table;}
.hNav ul {
  display:table-row;
  padding:0;
  margin:0;
  list-style-type:none;
  white-space:nowrap;
}
.hNav li {display:table-cell}
.hNav a, .hNav a:visited {
  float:left;
  text-decoration:none;
	margin: 0 1em;
}
.hNav a:hover {
  color:#000;
}

.highlight1{
	background-color: #f7f7f7;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 1em;
}
.paginationControl{
	font-size:85%;
	padding: 3px;
	background: #f7f7f7;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	color: #CCC;
	text-align:center;
	margin-bottom: 1em;
}
.paginationControl a, .paginationControl span.disabled, .paginationControl span.active{
	padding: 0 4px;
	color: #444;
	text-decoration: none;
}
.paginationControl span.active{
	font-weight: bold;
}
.paginationControl a:hover{
	color: #000;
}
.paginationControl span.disabled{
	color: #999;
}
.errors{
	color: #900;
}
.print{
	display:none;
}


