@charset "UTF-8";

/* =================================================
	LOCAL STYLE SHEET
	Use this to overwrite any of the global styles or add customized elements
	================================================= */

/* Diagnostics File */
/*@import url("/TemplatePackage/css/B/diagnostics.css");*/

/* COLOR THEME -- ORANGE */
/*@import url("/TemplatePackage/css/B/theme-orange.css");*/

/* COLOR THEME -- PURPLE */
/*@import url("/TemplatePackage/css/B/theme-purple.css");*/

/* COLOR THEME -- ROSE */
/*@import url("/TemplatePackage/css/B/theme-rose.css");*/

/* COLOR THEME -- TAN */
/*@import url("/TemplatePackage/css/B/theme-tan.css");*/

/* COLOR THEME -- TEAL */
/*@import url("/TemplatePackage/css/B/theme-teal.css");*/

/* min-height rule for topic blocks container */
/*
.top-blocks dl{
	min-height: 50px;
}
*/

/*	=================================================
	GENERAL IDENTIFIERS
	=================================================	*/
/*	-------------------------------------------------------------
	CLASS SPECIFIC
	-------------------------------------------------------------	*/
#leftNavCampaign {
	text-align: center;
}

.faqQuestion {
	border-top: 1px solid #CCCCCC;
	margin: 20px 10px 20px 0;
	padding-top: 10px;
	clear: right;
}

.highlightedForReview {
	background-color: #FFFFCC;
}

.imageWithCaption {
	margin: 0 10px 10px 10px;
}

.imageWithCaption p {
	font-size: 0.9em;
	color: #666;
}

.noFloat {
	clear: both;
}

.resetFloat {
	clear: none;
}

.topPage {
	background: transparent url(/TemplatePackage/images/az/img_topPage.gif) no-repeat right 1.45em;
	float: right;
	padding: 1.5em 1.5em 1.5em 0;
}

.width200pxFloatRight {
	width: 200px;
	float: right;
	padding: 5px;
}

.width300px {
	width: 300px;
}


/*	-------------------------------------------------------------
	TAG SPECIFIC
	-------------------------------------------------------------	*/
a.feature {
	margin: 0 0.25em 0 0 !important;
	background: url(/nczved/images/ico_buddy_signon.png) center right no-repeat !important;
	padding: 0 1.2em 0 0 !important;
	white-space: nowrap !important;
}

body.localAz #AZ-content .topPage a:hover {
	text-decoration: none;
}

body.localAz #AZ-content .topPage a {
	text-decoration: underline;
}

table thead th {
	background-color: #5273AD;
	color: #FFFFFF;
}

table tbody td {
	vertical-align: text-top;
}


/*	=================================================
	MODULE SPECIFIC
	=================================================	*/
div.inlineLinks a {
	display: inline !important;
}

div.module span.dtstamp {
	font-size: 1.1em;	
}

#searchFormLocal {
    height: 20;
    margin-top: 45px;
    padding: 0;
    width: 100px;
}
 


/* =================================================
	BLOG STYLES
	All identifiers related to the ZVED blog
	================================================= */

/* Article Posts */
#content div.typeC h3 a {
	color: #0c5205;
}

p.posted {
	font-size: 0.9em;
	color: #666666;
	text-align: right;
	width: 96%;
	padding-bottom: 5px;
}

p.posted-article {
	font-size: 0.9em;
	color: #666666;
	text-align: left;
	width: 96%;
	padding-bottom: 5px;
}

.width200px {
	width: 200px;
}

.width300px {
	width: 300px;
}

/*	=================================================
	IMPORTED FROM OLDER CSS FILE
	=================================================	*/
/*	----------------------------------------------------------------------
	Blog Comments
	----------------------------------------------------------------------	*/
h3.commentTitle {
	padding-top: 10px;
	clear: left;
	color: #0C5205;
}

#commentList li {
	padding-left: 10px;
}

#commentList li.alt {
	border-top: 1px solid #CCCCCC;
}

#commentList li cite {
	font-size: 1.4em;
}

small {
	margin-bottom: 230px;
}


/*	----------------------------------------------------------------------
	Multi-page
	---------------------------------------------------------------------- */
.multiPage-horiz .hd,
.multiPage-horiz .bd,
.multiPage-horiz .ft {
	position:relative;
}

.multiPage-horiz .bd {
	padding-bottom: 10px;	
}

#content-main .multiPage-horiz h4,
#content-main .multiPage-horiz h5,
#content-main .multiPage h5 { 
	position:relative;
	margin:0 auto;
	border-bottom:1px solid #cdcdcd;
	padding:4px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;	
	text-align:center;
	width:auto;
}

.multiPage .inner {
	margin: 0;
	padding: 0;
	width: auto;
	overflow: hidden;
}

.multiPage ol {
	margin: 0 0 0 1.75em;
	padding: 0;
	list-style: decimal; 	
}

*:first-child+html .multiPage ol {
	margin-left: 2em;
}

.multiPage ol li {
	display: list-item;
	padding: 0;
	list-style: decimal;
	vertical-align: middle;			
}


/* =================================================
	FORM STYLES
	All identifiers related to the handling accessible forms
	================================================= */

#content-main form {
	margin: 0;
	padding: 0;
	min-width: 500px;
	max-width: 600px;
	width: 560px;
}

#content-main form fieldset {
	border: 1px dotted #ccc;
	padding: 10px;
	margin: 0;
}

#content-main form legend {
	background-color: #fff;
	padding: 1px;
	color: #ccc;
}

#content-main form label {
	display: block;
	float: left;
	clear: both;
	width: 25%;
	padding: 0;
	margin: 5px 10px 0 0;
	text-align: right;
}

#content-main form label:first-letter {
	text-decoration: underline;
}

#content-main form .required {
	font-size: 0.8em;
}

#content-main form input {
	display: block;
}

#content-main form textarea {
}

#content-main form p {
	font-size: 0.8em;
}

#content-main #success {
	font-weight: bold;
	border: 1px dashed #006600;
	background-color: #CCFFC4;
	padding: 10px;
	margin: 20px 0 20px 0;
}


/* =================================================
	GENERAL STYLES
	All identifiers related to the general structure of the site
	================================================= */

/*	----------------------------------------------------------------------
	Blog Biography Header
	----------------------------------------------------------------------	*/
#bioGraphicalWrapper {
	width: 100%;
	text-align: center;
	overflow: auto;
}

#bioGraphicalHeader {
	width: 90%;
	height: 245px;
	text-align: left;
	background-image: url(/nczved/images/blog/bio_header_bg.jpg);
	background-repeat: repeat-x;
}

#bioGraphicalHeader h1 {
	font-size: 1.4em;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 0.8em;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

#bioGraphicalHeader h2 {
	font-size: 1.6em;
	color: #FFFFFF;
	margin: 10px 0 30px 0;
}

#bioGraphicalHeader img {
	border: 1px solid #FFFFFF;
	float: left;
	margin: 5px 10px 0px 10px;
}

#bioGraphicalHeader p {
	color: #41516e;
	font-family: "Trebuchet MS";
	font-size: 1.4em;
}

#blogDisclaimer {
	margin-top: 50px;
	font-size: 0.8em;
	color: #999999;
	font-weight: bold;
}

.resetFloat {
	clear:both;
}

div.imageWithCaption {
	margin: 0 5px 0 5px;
	padding: 0 5px 0 5px;
}

div.imageWithCaption p {
	font-size: 0.9em;
	color: #666666;
}

span.greySmallText {
	color: #999999;
	font-size: 0.9em;
}

h1.dottedLine {
	
	border-bottom: 1px dotted black; 
	padding-bottom:0px;
	
}
