/* COLOR THEME -- PURPLE */
@import url("/TemplatePackage/css/B/theme-purple.css");

.module .ui-tabs .ui-tabs-hide { 
                  left: -99999px;
                  position: absolute;
}

.size {
	color: #888888;
	font-size: .9em;
	font-weight: normal;
}
.size2 {
	color: #333333;
	font-size: .9em;
	font-weight: normal;
}
.size3 {
	color: #000;
	font-size: .9em;
	font-weight: normal;
}
.update {
	color: #A00000;
	font-weight: normal;
}
.newupdated {
	color: #FF7F7F;
	font-size: .9em;
	font-weight: normal;
}
.appendix {
	color: #000000;
	font-size: .9em;
	font-weight: normal;
}
#content-main .newupdated a:visited {
	color: #7F8FD0;
}
a .newupdated {
	text-decoration: none;
}
a:hover .newupdated {
	text-decoration: none;
}
/*Makes the links in bullets to be on the same line as the sentence  */

#content .module li a .ainline, #content .rounders li a .ainline {
 display: inline;
 margin-right: 6px;
}
p.subtitle {
	display: block;
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 1em;
}
table caption {
	font-size: 1.25em;
	font-weight: bold;
}
table {
	margin-left: 0px;
	width:100%;
}
table th {
	font-size: .95em;
	padding: 5px;
	margin: 0px;
	border: 1px solid black;
}
table td {
	font-size: .95em;
	padding: 5px;
	margin: 0px;
	border: 1px solid black;
}

table .yellow {background-color: #FFFFCC;}
table .blue {background-color: #CCFFFF;}

table.trends p {text-align: center;}
table.nfs p {text-align: right; padding-top: 8px;}

.tableoverride {
	margin-left: auto;
	width: auto;
}
.tableoverride th {
	font-size: 1em;
	padding: 2.5px;
}
.tableoverride td {
	font-size: 1em;
	padding: 2.5px;
}
.tablewidth_emailaddress {
	width: 70%;
}
div.module ul li p {
	margin-bottom: 0px;
}

div.nivw {border-bottom: 1px dotted; margin-top: 5px; margin-bottom: 5px;}
h4.nivw-state {background-color: #ccc; margin-top: 10px; margin-bottom: 10px;}

#onthispage {margin: 1em 10px 0;}
#onthispage2 {width: auto !important; float: none;}

body[class="widePage appsPage localSearch wcms"] #wrapper {
    background: none repeat scroll 0 0 #FFFFFF;
    max-width: 1000px;
    padding: 0;
}
/*Corrects external links from displaying block*/
#content .module.cdc-accordion li span.cdc-decorated {
	display: inline;
}
