@charset "UTF-8";

/*  CSS Document  */

/* Global CSS Stylesheet for the website of the Women Business Leaders of the U.S. Health Care Industry Foundation */

/* Created and Managed by FrogDog Communications - http://www.frog-dog.com */

/* CSS Styling Reset Courtesy of Eric Meyer and located here: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/  */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}



/* ###############  END CSS RESET ############### */ 




body {
  	background: #0356a4 url(http://www.womenleadinghealthcare.org/images/wbl_bg.jpg) no-repeat top center fixed;
  	color: #444;
  	font-family: "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  	font-size: 14px;
  	line-height: 22px;
  	margin: 0;
  	padding: 0;
  	text-align: center;
}

.strong {
	font-weight: bold;
}



/* ######################  HEADER STYLING ###################### */


h1,h2,h3,h4,h5 { font-family: "Century Gothic", "Gil Sans", Helvetica, Arial, sans-serif; color: #0356a4; }
h1 { font-size: 36px; font-weight: bold; line-height: 38px; margin: 20px 0 0 0; }
h2 { font-size: 28px; font-weight: bold; line-height: 30px; margin: 20px 0 0 0; }
h3 { font-size: 22px; font-weight: bold; line-height: 21px; margin: 20px 0 0 0; }
h4 { font-size: 18px; font-weight: bold; line-height: 20px; margin: 20px 0 0 0; }
h5 { font-size: 16px; font-weight: bold; line-height: 18px; margin: 10px 0 0 0; }



/* ######################  LINK STYLING ###################### */


a, a:link {
	border-bottom: 1px dotted #013b72;
  	color: #013b72;
  	font-weight: bold;
	text-decoration: none;
}

a:visited {
	border-bottom: 1px dotted #013b72;
  	color: #013b72;
  	font-weight: bold;
  	text-decoration: none;
}

a:hover {
	border-bottom: 1px solid #0160b9;
  	color: #0160b9;
	font-weight: bold;
  	text-decoration: none;
}

a:focus {
	border-bottom: 1px solid #0160b9;
  	color: #0160b9;
	font-weight: bold;
  	text-decoration: none;
}

a:active {
	border-bottom: 1px solid #0160b9;
  	color: #0160b9;
	font-weight: bold;
  	text-decoration: none;
}

.noLinkBehavior a {
	border: none;
	color: #0356a4;
}

.noLinkBehavior a:hover {
	border: none;
	color: #0356a4;
}




/* ######################  PAGE STYLING ###################### */


#outerWrapper {
	background: #f3f3f3;
  	margin: 0 auto 0 auto;
  	text-align: left;
  	width: 959px;
}



/* ######################  MASTHEAD STYLING ###################### */


#outerWrapper #header {
  	background: #fff;
  	font-size: 18px;
  	font-weight: bold;
  	line-height: 15px;
  	padding: 0;
  	height: 200px;
}

h1.logoText {
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}

#header #mastheadLogo {
	position: relative;
	top: -8px;
	left: 40px;
}

#mastheadLogo a {
	border-bottom: none;
}

#mastheadLogo a:hover {
	border-bottom: none;
}

#mastheadLogo h1 {
	text-indent: -9999px;
}

#headerInfo {
	color: #0356a4;
	position: relative;
	top: -110px;
	right: 20px;
	font-size: 13px;
	font-weight: normal;
	float: right;
	clear: left;
	text-align: right;
	height: 150px;
}

#headerInfo #searchModule {
	position: relative;
	width: 300px;
	height: 30px;
}

#searchModule .search {
	background: #fff url(http://www.womenleadinghealthcare.org/images/form_input_bg.gif);
	font-family: "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	color: #013b72;
	font-size: 15px;
	border: 1px solid #bdbdbd;
	position: relative;
	top: 20%;
	padding: 4px;
	margin: 0;
	width: 200px;
}

#searchModule .search:focus {
	background: #fff url(images/form_input_bg.gif);
	color: #013b72;
	border: 1px solid #666;
}

#searchModule .searchButton {
	background: none;
	border: none;
	position: relative;
	top: 52%;
	margin: 0 0 0 4px;
}

.searchButton a:focus {
	background: none;
	border: none;
}

.searchButton a:active {
	background: none;
	border: none;
}



/* ######################  TOP NAVIGATION STYLING ###################### */

#topNavigation {
	clear: both;
	position: relative;
	top: -100px;
	margin: 0;
}




/* ####################  TOP LEVEL NAVIGATION BUTTONS  ###################### */

ul#cssmw {
	position: relative;
  	cursor: default;
  	list-style-type: none;
  	margin: 0;
  	padding: 0;
}

ul#cssmw ul {
  	cursor: default;
  	font-size: 0;
  	list-style-type: none;
  	margin: 0;
  	padding: 0;
}

ul#cssmw ul li {
  	background-image: none;
  	float: none;
}

ul#cssmw li {
  	background-image: none;
  	float: left;
  	padding: 0;
  	position: relative;
  	white-space: nowrap;
  	z-index: 100;
	clear: right;
}

ul#cssmw li ul {
  	display: none;
  	top: 0;
}

ul#cssmw li:hover > ul {
  	display: block;
  	position: absolute;
}

ul#cssmw li.hover > ul {
  	display: block;
  	position: absolute;
}

ul#cssmw li.current > ul {
  	position: absolute;
}

ul#cssmw > li {
  	background-image: none;
}

ul#cssmw > li > a {
  	background: #666 url(http://www.womenleadinghealthcare.org/images/big_bg_nav_tile.jpg) repeat-x top;
	border-bottom: none;
  	color: #fff;
  	display: block;
  	font-family: "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  	font-size: 13px;
  	font-style: normal;
  	font-weight: bold;
  	padding: 14px 0 0 0;
  	margin: 0;
  	text-decoration: none;
  	text-transform: uppercase;
  	text-align: center;
  	width: 137px;
  	height: 34px;
}

ul#cssmw > li > a:active {
  	background-color: #e1e1e1;
  	color: #666;
  	font-weight: bold;
  	text-decoration: none;
}

ul#cssmw > li:hover > a {
  	background: #666 url(http://www.womenleadinghealthcare.org/images/big_bg_nav_tile_hover.jpg) repeat-x top;
  	color: #fff;
  	font-weight: bold;
  	text-decoration: none;
}

.selected {
	background: #666 url(http://www.womenleadinghealthcare.org/images/big_bg_nav_tile_hover.jpg) repeat-x top;
  	color: #fff;
  	font-weight: bold;
  	text-decoration: none;
}


ul#cssmw > li.hover > a {
  	background-color: #e1e1e1;
  	color: #666;
  	font-weight: bold;
  	text-decoration: none;
}


ul#cssmw > li.current > a.current {
  	background-color: #e1e1e1;
  	color: #666;
  	font-weight: bold;
  	text-decoration: none;
}


/* ####################  SUBLEVEL 1 NAVIGATION BUTTONS  ###################### */


ul#cssmw ul.level-1 {
  	left: 0px;
  	top: 100%;
}

ul#cssmw ul.level-1 > li {
  	background-image: none;
}

ul#cssmw ul.level-1 > li > a {
  	background: #666;
  	border-right: solid 1px #e1e1e1;
  	border-bottom: solid 1px #e1e1e1;
  	border-left: solid 1px #e1e1e1;
  	color: #fff;
  	display: block;
  	font-family: "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  	font-size: 12px;
  	font-style: normal;
  	font-weight: bold;
  	margin: 0;
  	padding: 5px 5px 0 5px;
  	text-decoration: none;
  	text-transform: none;
  	width: 210px;
  	height: 20px;
}

ul#cssmw ul.level-1 > li > a:active {
  	background: #a1a1a1;
  	color: #fff;
  	font-weight: bold;
  	text-decoration: none;
}

ul#cssmw ul.level-1 > li:hover > a {
  	background: #a1a1a1;
  	color: #fff;
  	font-weight: bold;
  	text-decoration: none;
}

ul#cssmw ul.level-1 > li.hover > a {
  	background: #a1a1a1;
  	color: #fff;
  	font-weight: bold;
  	text-decoration: none;
}

ul#cssmw ul.level-1 > li.current > a.current {
  	background: #a1a1a1;
  	color: #fff;
  	font-weight: bold;
  	text-decoration: none;
}


/* ####################  SUBLEVEL 2 NAVIGATION BUTTONS  ###################### */


ul#cssmw ul.level-2 {
	border-bottom: solid 1px #e1e1e1;
  	border-left: solid 1px #e1e1e1;
  	border-right: solid 1px #e1e1e1;
  	left: 202px;
  	top: -1px;
}

ul#cssmw ul.level-2 > li {
  	background-image: none;
}

ul#cssmw ul.level-2 > li > a {
  	background: #666;
  	border: solid 1px #e1e1e1;
  	color: #fff;
  	display: block;
  	font-family: "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  	font-size: 12px;
  	font-style: normal;
  	font-weight: bold;
  	margin: 0;
  	padding: 5px 5px 0 5px;
  	text-decoration: none;
  	text-transform: none;
  	width: 190px;
  	height: 20px;
}

ul#cssmw ul.level-2 > li > a:active {
  	background: #a1a1a1;
  	color: #fff;
  	font-weight: bold;
  	text-decoration: none;
}

ul#cssmw ul.level-2 > li:hover > a {
  	background: #a1a1a1;
  	color: #fff;
  	font-weight: bold;
  	text-decoration: none;
}

ul#cssmw ul.level-2 > li.hover > a {
  	background: #a1a1a1;
  	color: #fff;
  	font-weight: bold;
  	text-decoration: none;
}

ul#cssmw ul.level-2 > li.current > a.current {
  	background: #666;
  	color: #fff;
  	font-weight: bold;
  	text-decoration: none;
}





/* ######################  CONTENT STYLING ###################### */


#header #contentWrapper {
	position: relative;
	top: 0px;
	min-height: 900px;
	width: 960px;
  	margin: 0;
  	padding: 0;
	clear: both;
}

p {
	padding: 10px 0 10px 0;
}

.veryWideDivider {
	border-bottom: 1px solid #cfcfcf;
	margin: 80px 20px 100px 20px;
}

.mediumDivider {
	border-bottom: 1px solid #cfcfcf;
	margin: 20px 20px 40px 20px;
}

#contentWrapper #calendarPagePhotos {
	position: relative;
	background: url(http://www.womenleadinghealthcare.org/images/calendar_top_image1.png) no-repeat top center;
	top: -40px;
	width: 959px;
	height: 233px;
}

.wblBook {
	border: 1px solid #a1a1a1;
	float: right;
	padding: 10px;
	margin: 0 0 20px 20px;
}

.summitCDsection {
	height: 230px;
}

.cdIcon {
	border: 6px solid #a1a1a1;
	display: block;
	width: 172px;
	height: 168px;
	margin: 20px 0 20px 20px;
	float: right;
}

.bookIcon {
	border: 6px solid #a1a1a1;
	display: block;
	width: 139px;
	height: 211px;
	margin-bottom: 20px;
}

.authorPic {
	border: 6px solid #a1a1a1;
	float: left;
	margin: 10px 16px 10px 0;
}

.forgotPassword {
       margin: 0px 0px 20px 0px;
}


#homePhotoLeft {
	border: 6px solid #a1a1a1;
	position: relative;
	width: 444px;
	height: 134px;
	top: -20px;
	margin: 0 0 0 16px;
}

#homePhotoLeft #homeContentLeft {
	position: relative;
	top: -50px;
	width: 444px;
	padding: 0 0 0 16px;
}

.firstHeader {
	width: 450px;
	margin: -11px 0 0 16px;
}

.firstParagraph {
	width: 450px;
	margin: 0px 0 0 16px;
}

#homeContentRight {
	float: right;
	width: 456px;
	padding: 0 0 0 10px;
	margin: -26px 16px 0 0;
}

#homeContentRight #homePhotoRight {
	border: 6px solid #a1a1a1;
	float: right;
	margin: 6px 0 0 10px;
	width: 125px;
	height: 204px;
}

ol.makeDifference {
	list-style: decimal;
	list-style-position: inside;
	padding: 5px 10px 5px 0;
	margin: 5px 0 0 0;
}

.makeDifference li {
	padding: 5px 0 5px 0;
}



.bgHeader3 {
	background: #0356a4;
	color: #fff;
	padding: 3px 0 3px 5px;
	margin: 40px 5px 5px 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#homeSponsorLogo {
	display: block;
	width: 200px;
	height: 106px;
	margin: 30px 0 10px 120px;
}

#homeSponsorLogo a:link  {
	border: 4px solid #a1a1a1;
	display: block;
	width: 200px;
	height: 106px;
	background: none;
}

#homeSponsorLogo a:visited {
	border: 4px solid #a1a1a1;
	display: block;
	width: 200px;
	height: 106px;
	background: none;
}

#homeSponsorLogo a:hover {
	border: 4px solid #666;
	display: block;
	width: 200px;
	height: 106px;
	background: none;
}

#homeSponsorLogo a:focus {
	border: 4px solid #666;
	display: block;
	width: 200px;
	height: 106px;
	background: none;
}

#homeSponsorLogo a:active {
	border: 4px solid #666;
	display: block;
	width: 200px;
	height: 106px;
	background: none;
}


#moreSponsorsLink {
	float: right;
	margin: 20px 16px 0 0;
}


.recentNewsHeader a:link {
	border: 0;
}

.recentNewsHeader a:visited {
	border: 0;
}

.staffPhoto {
	border: 6px solid #a1a1a1;
	float: left;
	margin: 0 16px 16px 0;
}




/* ###################### The below image styles are primarily for pics in blog posts ###################### */

.floatImageRight {
	float: right;
	border:  6px solid #a1a1a1;
	margin: 16px 0 16px 16px;
}

.floatImageLeft {
	float: left;
	border:  6px solid #a1a1a1;
	margin: 16px 16px 16px 0;
}






/* ###################### SLIDESHOW STYLING ###################### */



#slideshowContainer {
	background: transparent url(http://www.womenleadinghealthcare.org/images/bg_slideshow.jpg) no-repeat 0 0;
	position: relative;
	top: -50px;
	width: 960px;
	height: 330px;
	padding: 0;
	margin: 0;
}

#slideshowContainer #slidesContainer {
	background: transparent;
	position: relative;
	right: 940px;
  	margin: 0 auto;
  	width: 940px;
  	height: 330px;
  	overflow: hidden; /* allow scrollbar */
}

#box4{
	position:absolute;
}

#box4 div{
	background: transparent;
	width:950px;
	height:360px;
	float:left;
	background: transparent;
	margin-right: 30px;
}

#box4 h3, #box4 p, #box4 ul{
	padding:5px 10px;
}

#box4 p{
	text-indent:16px;
}

#box4 img{
	background: transparent;
	border: 6px solid #fff;
	position: relative;
	top: -340px;
	right: 45px;
	width: 460px;
	height: 272px;
	float: right;
	margin: 0;
}

#info4{
	cursor:default;
}

.slideHeader {
	background: transparent;
	color: #fff;
	position: relative;
	top: -10px;
	left: 0px;
float:left;
}



.slideContent {
	background: transparent;
	color: #fff;
	position: relative;
	top: 0px;
	left: 0px;
	width: 340px;
	xheight: 150px;
	overflow: hidden;
}

.continueReadingButton {
	color:#fff;
	position: relative;
	top: 10px;
	left: 103px;
	width: 155px;
	display: block;
	border: none;
}

a.continueReadingButton:link { background-color: #d2ab30; display: block; border: none; padding: 8px 8px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
a.continueReadingButton:visited { background-color: #d2ab30; display: block; border: none; padding: 8px 8px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
a.continueReadingButton:active { background: #f8ca39; display: block; color: #fff; border: none; padding: 8px 8px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
a.continueReadingButton:hover { background: #f8ca39; display: block; color: #fff; border: none; padding: 8px 8px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }


/* ############ SLIDESHOW LINK STYLING  ###################  */


#box4 a:link {
  	color: #fff;
  	font-weight: bold;
	text-decoration: none;
}

#box4 a:visited {
  	color: #fff;
  	font-weight: bold;
  	text-decoration: none;
}

#box4 a:hover {
  	color: #fff;
	font-weight: bold;
  	text-decoration: none;
}

#box4 a:focus {
  	color: #fff;
	font-weight: bold;
  	text-decoration: none;
}

#box4 a:active {
  	color: #fff;
	font-weight: bold;
  	text-decoration: none;
}


/* ############################################### */


.mask3{
	position:relative;
	width:960px;
	height:320px;
	overflow:hidden;
}

span img{
	display:block;
	border:none;
}

.sample{padding:0; margin:4px 0 25px 0; width: 960px;}
h4.stitle{color:#666;margin:0 0 5px 0}

.links {padding:10px;margin-top:20px}
.links a{font-size:14px;color:#0080FF;text-decoration:none}
.links a:hover{font-weight:bold}

#cont{width:980px;margin:0 auto; background: transparent; text-align:left;padding:20px}

.buttons{ background: transparent; position: relative; top: -35px; left: 60px; padding: 0px 10px 10px 10px; width: 280px; height: 30px;}
.buttons span{ background: #d2ab30; color:#fff; padding: 8px 16px; margin: 0 10px 0 10px; cursor:pointer; font-size: 18px; font-weight: bold; -moz-border-radius: 4px;
	-webkit-border-radius: 4px;}
.buttons span:active {background: #f8ca39; color: #fff;}
.buttons span:hover {background: #f8ca39; color: #fff;}




/* ######################  TEMPLATE PAGE CONTENT STYLING ###################### */


#outerWrapper #templatePageContentLeft {
	position: relative;
	top: -70px;
	width: 625px;
	min-height: 1000px;
	padding: 0px 10px 0 16px;
	margin: 0;
}

#outerWrapper #widePageContentLeft {
	position: relative;
	top: -70px;
	width: 800px;
	min-height: 1000px;
	padding: 0px 10px 0 16px;
	margin: 0 auto;
}

#outerWrapper #vcalendar {
	position: relative;
	top: -50px;
	width: 625px;
	min-height: 1000px;
	padding: 0px 10px 0 16px;
	margin: 0;
}

#outerWrapper #templatePageContentRight {
	position: relative;
	float: right;
	width: 300px;
	padding: 0;
	margin: -60px 0 0 16px;
}

#outerWrapper #templatePageContentRight2 {
	border-left: 1px solid #cfcfcf;
	position: relative;
	float: right;
	width: 300px;
	padding: 0 0 0 16px;
	margin: -60px 0 0 16px;
	min-height: 1400px;
}

.rightContentHeader {
	margin-bottom: 14px;
}

.miniDivider {
	border-bottom: 1px solid #cfcfcf;
	margin: 40px 18px 50px 0px;
}

.tweet {
	margin: 10px 20px 10px 8px;
}

.date {
	font-weight: bold;
}

#templatePagePhotoRight {
	border: 6px solid #a1a1a1;
	width: 271px;
	height: 350px;
	margin: 0 0 16px 0;
}

#templatePagePhotoRight2 {
	border: 6px solid #a1a1a1;
	width: 271px;
	height: 350px;
	margin: 0 0 26px 0;
}

.contentDivBorderWide {
	border-top: 1px solid #cfcfcf;
	width: 620px;
	height: 3px;
	margin: 20px 0 20px 0;
}

blockquote {
	font-style: italic;
	margin: 10px 20px 20px 20px;
}




/* #####################   LIST STYLING   ##################### */


ul.sponsorList {
	margin: 10px 0 10px 0;
}

.sponsorList li {
	padding: 8px 0 8px 8px;
}

.oddRow {
	background-color: #fff;
	padding: 6px 4px 6px 6px;
}

.evenRow {
	background-color: #e8e8e8;
	padding: 6px 4px 6px 6px;
}

ul.faqList {
	margin: 10px 0px 20px 20px;
}

.faqList li {
	padding: 6px 0 6px 8px;
}

.topLink {
	margin: 30px 0 30px 0;
}


.standardList li {				/* Used on the About WBL page for the Mission Statement bulleted list. */
	list-style: square;
	padding: 8px 0 8px 0;
	margin: 0 60px 0 20px;
}

.standardList2 li {				/* Used on the WBL Resources page for the Mission Statement bulleted list. */
	padding: 4px 0 4px 0;
	margin: 0 0 0 20px;
}

.standardList3 li {				/* Used on the WBL Publications page. */
	list-style: square;
	list-style-position: inside;
	padding: 2px 0 2px 0;
	margin: 0 0 0 30px;
}


.twitterExplain {

}



/* ######################  SUMMIT PAGE STYLING ###################### */


.imageReplace {
	position: relative;
	top: 10px;
	background: url(http://www.womenleadinghealthcare.org/images/wbl_2010_summit_banner.png) no-repeat top center;
	text-indent: -9999px;
	width: 620px;
	height: 120px;
}




/* ######################  CALENDAR STYLING ###################### */


#calendarModuleRight {
	position: relative;
	top: -30px;
	background: #999;
	float: right;
	width: 240px;
	height: 100%;
	padding: 16px;
	margin: 0;
	padding-bottom: 300px;
	margin-bottom: -299.5px;
}


.whiteHeaderSidebar {
	color: #fff;
	padding: 10px 0 20px 0;
}


.calendarBG {
 	background-color: #666;
 	border: 2px solid #666;
}

.calendarBlank { 
 	background-color: #9f9f9f;
	text-align: center;
	vertical-align: middle;
}

.calendarHeader { 
 	font-weight: bold; 
 	color: #fff; 
 	text-align: center;
 	background-color: #666;
}

.dateFormat {
	text-align: center;
	vertical-align: middle;
}

.calendarMonthLinks {
 	font-family: "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
 	font-size: 13px;
 	font-weight: bold;
 	text-decoration: none;
 	color: #fff;
 	background-color: #666;
	vertical-align: middle;
	padding: 6px 8px;
}

.calendarMonthLinks a {
 	color: #fff;
	border-bottom: none;
	font-weight: bold;
 	text-decoration: none;
 	background-color: transparent;
}
  
.calendarMonthLinks a:visited {
 	color: #fff;
	border-bottom: none;
	font-weight: bold;
 	text-decoration: none;
 	background-color: transparent;
}

.calendarMonthLinks a:hover {
 	color: #fff;
	border-bottom: none;
	font-weight: bold;
 	text-decoration: none;
 	background-color: transparent;
}

.calendarDayHeading {
 	font-weight: bold; 
 	font-size: 13px;
 	color: #fff; 
 	background-color: #666; 
 	text-align: center;
 	vertical-align: middle;
	padding: 6px 8px;
}

.calendarToday { 
 	font-family: "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
 	font-size: 13px;
 	font-weight: bold;
 	text-decoration: none;
 	text-align: center;
 	vertical-align: middle;
 	color: #fff;
 	background-color: #0099cc;
	padding: 6px 8px;
}

.calendarCell {
 	font-family: "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
 	font-size: 13px;
 	font-weight: bold;
 	text-decoration: none;
 	text-align: center;
 	vertical-align: middle;
 	color: #666;
 	background-color: #eaeaea;
	border: 1px solid #9f9f9f;
	padding: 6px 8px;
}

.calendarCell a {
 	color: #000;
 	text-decoration: none;
 	background-color: #fff;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
  
.calendarCell a:visited {
 	color: #000;
 	text-decoration: none;
 	background-color: #fff;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.calendarCell a:hover {
 	color: #000;
 	text-decoration: none;
 	background-color: #fff;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}


.legendHeader { color: #fff; text-align: center; }
p.calendarLegend { color: #fff; text-align: center; }

#calendar span.legend1 { background: #0099cc; color: #fff; font-weight: bold; text-align: center; padding: 6px; margin: 5px; }
#calendar span.legend2 { background: #fff; color: #000; font-weight: bold; border-top: 2px solid #000; border-bottom: 2px solid #000; text-align: center; padding: 6px; margin: 5px; }
#calendar span.divider { margin: 0 3px; color: #222; }
#calendar .center { text-align: center; }

/* Sets the color light grey for the sidebar links on a dark color: #666 background. */

a.sidebarLinks:link { color: #e2e2e2; border-bottom: 1px dotted #e2e2e2; font-weight: bold; text-decoration: none; }
a.sidebarLinks:visited { color: #e2e2e2; border-bottom: 1px dotted #e2e2e2; font-weight: bold; text-decoration: none; }
a.sidebarLinks:hover { color: #cac9c9; border-bottom: 1px solid #cac9c9; font-weight: bold; text-decoration: none; }
a.sidebarLinks:active { color: #cac9c9; border-bottom: 1px solid #cac9c9; font-weight: bold; text-decoration: none; }

.vevent {
	width: 600px;
	padding: 0;
}


.calendar_event_right {
	float: right;
	width: 400px;
	padding: 0 10px 0 10px;
}

h4.summary {
	padding: 0 0 0 16px;
	margin: 0;
}

.description {
	padding: 0 0 20px 16px;
	margin: 0 0 10px 0;
}

.bottomSpacer {
	margin: 20px 0 20px 0;
	border-bottom: 6px solid #000;
}

.calendar_event_left {
	border-right: 1px solid #a1a1a1;
	padding: 0 20px 0 0;
	margin: 20px 20px 0 0;
	width: 160px;
	height: 640px;
}

.wblEventQuestion {
	color: #e50000;
}

.rsvpLink {
	padding: 8px 12px;
	margin-top: 10px;
	width: 120px;
	height: 35px;
}

.rsvpLink a:link {
	border: none;
}

.rsvpLink a:visited {
	border: none;
}

.rsvpLink a:hover {
	border: none;
}

.rsvpLink a:focus {
	border: none;
}

.rsvpLink a:active {
	border: none;
}






/* #####################   TABLES    ########################## */

#page_content table       							{ border-collapse: collapse; font-size: 12px; line-height: 14px; margin-bottom: 14px; width: 100%; }
#page_content th          							{ font-weight: bold; background: #000; line-height: normal; text-align: center; vertical-align: middle; }
#page_content th, #page_content td       			{ border: 1px solid #000; padding: 4px 10px 4px 5px; }
#page_content td.text_center 						{ vertical-align: middle; text-align: center; }
#page_content tr.even td  							{ background: #1e1e1e; }
#page_content tfoot       							{ font-style: italic; }
#page_content caption     							{ background: #eee; }
#page_content th.center, #page_content td.center 	{ text-align: center; }
#page_content th.middle, #page_content td.middle 	{ vertical-align: middle; }
body.courses #page_content table td 				{ width: 50%; }

.advisoryBoard { padding: 10px; }

.readingListsBorders {
	margin: 10px;
	border-bottom: 1px dotted #000;
}

tr.oddRowReading td {
	border-bottom: 1px solid #bbb;
	padding: 6px 4px 6px 4px;
}

tr.evenRowReading td {
	background-color: #e8e8e8;
	padding: 6px 4px 6px 4px;
}




/* #####################   FORM STYLING   ##################### */



#messageForm {
	position: relative;
	color: #444;
	font-size: 14px;
	margin: 0;
	width: 600px;
}

fieldset {
	position: relative;
	display: block;
	top: 0px;
	background-color: #fff;
	border: 1px solid #dfdfdf;
	width: 552px;
	margin: 20px auto 30px auto;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.wideFieldset {
	position: relative;
	display: block;
	top: 0px;
	background-color: #fff;
	border: 1px solid #dfdfdf;
	width: 800px;
	margin: 20px auto 30px auto;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

legend {
	background: #fff;
	border: 1px solid #dfdfdf;
	color: #000;
	padding: 2px 4px 2px 4px;
	margin: 0 0 0 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#formWrapper {
	position: relative;
	padding: 20px;
	margin: 0 auto;
	width: 500px;
}

.submit {
	border: none;
	height: 40px;
	width: 134px;
	margin: 10px 0 0 0;
}

.submit a:focus {
	border: none;
}

.input {
	background: #fff url(http://www.womenleadinghealthcare.org/images/form_input_bg.gif);
	font-family: "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	color: #013b72;
	font-size: 14px;
	border: 1px solid #dfdfdf;
	padding: 3px;
	margin: 6px 0 6px 0;
	width: 400px;
}

.inputNominee {
	background: #fff url(http://www.womenleadinghealthcare.org/images/form_input_bg.gif);
	font-family: "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	color: #013b72;
	font-size: 14px;
	padding: 3px;
	margin: 6px 0 6px 0;
	width: 400px;
}

.textarea {
	background: #fff url(http://www.womenleadinghealthcare.org/images/form_input_bg.gif);
	font-family: "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	color: #013b72;
	font-size: 14px;
	border: 1px solid #dfdfdf;
	padding: 3px;
	margin: 6px 0 6px 0;
	width: 400px;
}

textarea:focus, input:focus {
	background: #fff url(images/form_input_bg.gif);
	color: #013b72;
	border: 1px solid #6c6c6c;
}

.contactHeader {
	padding: 20px 0 10px 0;
	margin: 20px 0 20px 60px;
}


#contactInfoMain {
	margin: 0 auto;
}

.phoneNumber {
	padding: 0 10px 0 20px;
}

#mailAddressWrapper {
	width: 515px;
	padding: 20px 20px 20px 20px;
	margin: 0 auto;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.mailingAddress {
	color: #000;
	font-size: 16px;
}

.mailingAddress li {
	padding: 2px;
}

#personnelWrapper { padding: 0 20px 10px 20px; }

.personnelInfo { padding: 0px; height: 180px; }

.personnelName { color: #000; font-size: 16px; padding: 16px 0 2px 20px;}
.personnelTitle { color: #000; font-size: 14px; padding: 0 0 1px 20px; }
.personnelTelephone { color: #000; font-size: 14px; padding: 0 0 1px 20px; }
.personnelEmail { color: #000; font-size: 14px; padding: 0 0 1px 20px; }
.personnelOrganization { color: #000; font-size: 14px; padding: 0 0 1px 20px; }

.staffInfo { padding: 0px; }

.loginIssues {
	padding: 14px;
	width: 530px;
}

#templatePageContentLeft #loginModule {
	position: relative;
	top: 20px;
	width: 600px;
}

#templatePageContentLeft #updateModule {
	float: left;
	position: relative;
	width: 600px;
}




/* ######################  FOOTER STYLING ###################### */


#outerWrapper #footer {
  	background: #0356a4;
	color: #fff;
	font-size: 11px;
	clear: both;
  	padding: 20px 16px 20px 16px;
	margin-top: 20px;
}

#footer #footerNav {
	float: right;
}

/* Sets the color white for the footer links on a blue background. */

a.white:link { color: #fff; border-bottom: 1px dotted #fff; font-weight: bold; text-decoration: none; }
a.white:visited { color: #fff; border-bottom: 1px dotted #fff; font-weight: bold; text-decoration: none; }
a.white:hover { color: #fff; border-bottom: 1px solid #fff; font-weight: bold; text-decoration: none; }
a.white:active { color: #fff; border-bottom: 1px solid #fff; font-weight: bold; text-decoration: none; }