/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

	body
		{
		color: #000;
		background: rgb(254,254,254); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(254,254,254,1) 0%, rgba(191,191,191,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(254,254,254,1)), color-stop(100%,rgba(191,191,191,1))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(254,254,254,1) 0%,rgba(191,191,191,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(254,254,254,1) 0%,rgba(191,191,191,1) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(254,254,254,1) 0%,rgba(191,191,191,1) 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(254,254,254,1) 0%,rgba(191,191,191,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#bfbfbf',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
		}
		
	ul.ref{
		list-style-type:none;
	}
	
	ul.ref p{
		text-indent:-2em;
	}
	
	input.largerCheckbox{
		width: 30px;
		height: 30px;
	}
		
	#contents{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right:auto;
	margin-left:auto;
	width: 760px;
	padding: 10px;
	background-color: #FFF;
	text-align: left;
		}
		
	#banner {
	background-image: url(/new_apbs/images/apbsbanner-new-2014.jpg);
	background-position:center;
	margin-right:auto;
	margin-left:auto;
	height: 200px;
	width: 740px;
	margin-bottom:10px;
	background-repeat: no-repeat;
		}

	a{
	color: #996633;
	text-decoration:underline;
	}	


	a:link{
	color: #333333;
	text-decoration:underline;
	}

	a:visited{
	color: #000000;
	text-decoration:underline;
	}

	a:hover{
	color: #333333;
	text-decoration: underline;
	}

	h1{
	font-family: "Times New Roman", Times, serif;
	 font-size: 120%;
	 color: #333333;
	 margin: 0px;
	 padding: 0px;
	}

	h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding: 0px;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #333333;
	border-length: 75%;
	}

	h3{
	 font-family: "Times New Roman", Times, serif;
	 font-size: 125%;
	 color: #333333;
	 margin: 0px;
	 padding: 0px;
	}

	h4{
	 font-family: "Times New Roman", Times, serif;
	 font-size: 100%;
	 font-weight: normal;
	 color: #333333;
	 margin: 0px;
	 padding: 0px;
	}

	h5{
	 font-family: "Times New Roman", Times, serif;
	 font-size: 100%;
	 color: #333333;
	 margin: 0px;
	 padding: 0px;
	}

label{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

#navBar{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	float: left;
	width: 22%;
	padding: 0px;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	margin-right: 10px;
}

/************** #headlines styles **************/
#headlines{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float:right;
	width: 25%;

	background-color: #FFFFFF;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	padding: 10px 0px 20px 5px;	

	font-size: 80%;	
}
#headlines .title {
background-color:#CC6600;
	font-weight:bold;
	padding: 3px;
	color: White;
	height: 16px;
	text-align:center;
	
}
#headlines p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 0px 5px 0px;
}


/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}

/************* #don't display print banner ************/

@media screen {

.nodisplay {display:none;}

}

/************* #siteInfo styles ***************/

#siteInfo{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: both;
	border: 1px solid #cccccc;
	font-size: 70%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}

/*********** #navBar link styles ***********/



#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}


/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
body #navBar li {border-bottom: none;}

/************ #twistdown *************/

ul#twisty_menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul#twisty_menu a.primary {
	background: url(../images/arrow.gif);
	background-repeat:no-repeat;
	padding-left:20px;
}

ul#twisty_menu a.primary:hover {
	text-decoration: underline;
	background:url(../images/arrow.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	background-color: #dddddd;
}

ul#twisty_menu a.active {
	font-weight:bold;
	background-image:url(../images/arrow_down.gif);
	background-repeat:no-repeat;
	padding-left:20px;
}

ul#twisty_sub_menu {
	list-style-type: none;
	padding: 0px;
}

ul#twisty_sub_menu a.secondary {
	padding-left:25px;
}

ul#twisty_sub_menu a.secondary:hover {
	text-decoration: underline;
	padding-left:25px;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	margin-top: 15px;
}

ul#sectionLinks a.primary {
	background:url(../images/arrow.gif);
	background-repeat:no-repeat;
	padding-left:13px;
	}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}



/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}
/************** #advert styles **************/

.webinarTitle{
	font-size: 130%;
	font-weight: bold;
	color: #CC6600;
	text-align: center;
	line-height: 2em;
}

#webinar li{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:80%;
}

#webinar td p{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:80%;	
}
/*
td p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}*/

/* Two column layout using CSS */

#two-column { width: 100%;
	overflow:hidden;
}

#left-col { float:left;
			width: 35%;
}

#right-col {margin-right:35%;
float:right;
}

/* for /membersArea/archive.aspx */
#webinar-archive-menu h3 {
	text-align: left;
	margin-bottom: 0.2em;
	font-family: Veranda, Arial, Helvetica;
	font-weight: bold;
	font-size: 110%;
}

#webinar-archive-menu h3 a {
	text-decoration:none;
	color:#CC6600;
}

#webinar-archive-menu h3 a:hover {
	text-decoration: underline;
}

/* swpbs network wiki terms and conditions */

/* the form */
#swpbsWikiPrivacyAndTerms {
	background: #efefef;
	border: 1px solid: #777;
	margin: 12px auto 12px auto;
	padding: 8px;
	border-radius: 2px;
}



#wiki-link {
	color: green;
	font-size: 130%;
	margin: 12px auto 12px auto;
	padding: 10px;
	text-align: center;
	background: #eee;
	border-radius: 8px;
}

#swpbs-wiki-privacy, #swpbs-wiki-terms {
	text-align: center;
	margin: 0 auto 6px auto;
	border: 1px solid #bbb;
	padding: 6px;
	width: 35%;
	text-decoration: underline;
}
#wiki-privacy, #wiki-terms {
	margin-bottom: 12px;
	background: #eee;
	border: 1px solid #bbb;
	border-radius: 8px;
	padding: 6px;
}

#evidence-based-practice {
	width: 100%;
	border-collapse: collapse;
}
#evidence-based-practice th {
	background-color: #ddd;
	border: 1px solid #eee;
}

#evidence-based-practice th p {
	margin-left: 6px;
}

#evidence-based-practice td {
	border: 1px solid #eee;	
}

#evidence-based-practice td p {
	margin: 0 auto;
	text-align: center;
}

#evidence-based-practice td ul {
	margin-right: 4px;
}

/* Board Document Pages */
ul.board-docs {
	list-style-type: none; !important
}

ul.board-docs.nested {
	margin-top: 6px;
}

ul.board-docs li {
	margin-bottom: 6px;
}

/* Lighter links for .pdf version downloads on Full Board documents page */

a.apbs-pdf-link:link {
	color: #999;
	font-size: 90%;
}

ul.board-docs li a:hover {
	color: #777;
}

ul.board-docs li a:visited {
	color: #777;
}

/* Styles for E.G. Carr Memorial Awards Page */

.eg-carr-memorial-awards h3,
.eg-carr-memorial-awards h2 {
	text-decoration: none;
	border: none;
	text-align: left;
}

.eg-carr-memorial-awards .conference-awards-header {
	margin-top: 1em;
	margin-bottom: 2em;
}

.eg-carr-memorial-awards .yr-awards-header {
	color: #4a547d;
	padding-top: 0.3em;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

.eg-carr-memorial-awards .yr-awards-content {
	margin-bottom: 4em;
}

.eg-carr-memorial-awards ul {
	list-style-type: none;
	margin: 1.4em 0.4em 1.4em 0.4em;
}

.eg-carr-memorial-awards ul li {
	margin: 0.6em 0 0.6em 0;
}

.eg-carr-memorial-awards ul li ul {
	margin: 0.2em 0 0.2em 0;
}
/* .eg-carr-memorial-awards ul li.expandable  */
.btn-expand {
	margin: 0.04em 0 0.04em 0;
	display: inline-block;
	background-color:#fff;
	border-right:none;
	border-left:none;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 90%;
	text-align: center;
	padding: 0.2em 0.14em 0.2em 0.14em;
	
}

.eg-carr-memorial-awards .expandable ul {
	border: none;
	text-align: left;
}

.toggle-text {
	font-size: 85%;
	color: #888;
}

div.ir-container {
	margin: 0.8em 0 0.8em 0;
}

.eg-carr-memorial-awards .ir-container img {
	padding: 5px 10px 10px 10px;
	margin-right: 1em;
	width: 80px;
	height: 120px;
}

div.ir-container:after {
	content: "";
	display: table;
	clear: both;
}

/* END - Styles for E.G. Carr Memorial Awards Page */

/* styles for who-was-ted-carr.html */
#who-is-eg-carr-tributes {
	margin-bottom: 4em;
}

ul.who-is-eg-carr-tribute-nested {
	list-style-type: none;
}

ul.who-is-eg-carr-tribute-nested li {
	margin: 0.8em 0 0.8em 0;
}
	
/* Back to top fade-in */
.back-to-top {
	position: fixed;
	bottom: 0.8em;
	right: 0.4em;
	text-decoration: none;
	color: #fff;
	background-color: rgba(64, 52, 72, 0.7);
	
	font-size: 1em;
	padding: 0.8em;
}

a.back-to-top {
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: 500;
}

a.back-to-top:link {
	
	color: #fff;
	text-decoration:none; 
}

a.back-to-top:visited {
	color: #fff;
	text-decoration: none; 
}

a.back-to-top:hover {
	color: #ddd;
	background-color: rgba(64, 52, 72, 0.9);
	text-decoration: underline;
}

a.back-to-top:active {
	color: #ddd;
	text-decoration: none;
}

/* membersArea/archived_webstats.aspx */
#archived-webstats-list { width: 100%; margin-bottom: 200px; margin-top:40px; }
#archived-webstats-list ul { list-style-type: none; margin: 0 auto; }
#archived-webstats-list li { display: inline-block; min-width: 28%; margin-bottom: 1em; }
#archived-webstats-list li a { padding: 0.4em 0.8em 0.4em 0.8em; font-weight: 500; color: #666; }
#archived-webstats-list li a:hover { color: black; background-color:#eee; border-radius:8px; }

/* END Back-to-top fade-in */

/* WEBINAR TABLE /webinar/public.html membersArea/webinar.aspx */
#webinar-upcoming {
	border-collapse: collapse;
	border: 1px solid grey;
}

#webinar-upcoming th {
	font-size: 95%;
	text-align: center;
	border: 1px solid grey;
}

#webinar-upcoming td {
	vertical-align: top;
	border: 1px solid grey;
	padding: 0.4em;
}


#webinar-upcoming th.ut-narrow {
	width: 140px;
}

	