﻿/* CSS Document */
* { margin:0; padding:0; }

html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	}
#header {
	background: url(images/HeaderBg.jpg) repeat-x left top;
	}
	#header #header_inner {
		background: url(images/HeaderTagline.jpg) no-repeat right top;	
		}
	#header #header_sub {
		background: #0E3056 url(images/SubHeaderBg.gif) repeat-x left top;	
		height: 85px;
		border-bottom: 10px solid #000033;
		}
		#header #header_sub #header_sub_inner {
			background: url(images/photoDoctorsSurgery.jpg) no-repeat left top;	
			height: 85px;
			position: relative;
			}
		#header #header_sub #header_sub_inner #topnav {
			background: url(images/SubHeaderNavBg.jpg) no-repeat right top;
			width: auto;
			height: 85px;
			position: absolute;
			top: 0;
			right: 0;
			list-style: none;
			padding: 0 233px 0 0;
			}
			#header #header_sub #header_sub_inner #topnav li {
				float: left;
				}
			#header #header_sub #header_sub_inner #topnav li#topnavDonate {
				margin-right: 10px;
				}
				#header #header_sub #header_sub_inner #topnav li#topnavDonate a {
					float: left;
					background: url(images/topnavMakeADonation.jpg) no-repeat left top;
					width: 95px;
					height: 85px;
					}
				#header #header_sub #header_sub_inner #topnav li#topnavBlog a {
					float: left;
					background: url(images/topnavReadTheBlog.jpg) no-repeat left top;
					width: 90px;
					height: 85px;
					}
				#header #header_sub #header_sub_inner #topnav li a span {
					width: 0;
					height: 0;
					overflow: hidden;
					margin-left: -5000px;
					}
	
.content_wrapper {
	width: 100%;
	float: left;
	background: url(images/pageBg.jpg) repeat-y center top;
	overflow: hidden;
	}
.content_column_1
{
	float: left;
	padding: 0 0 10000px 0;
	margin: 0 0 -10000px -100%;
	width: 196px;
	background: url(images/column1bg.jpg) repeat-y left top;
	color: #FFF;
}
.content_column_2
{
	float: left;
	padding: 0 0 10000px 0;
	margin: 0 0 -10000px 0;
	width: 100%;
}
.content_column_2_inner {
	margin: 0 20px 0 196px;
	min-height:400px;
}
.content_column_1 hr, 
.content_column_2 hr{
	width: 100%;
	visibility: hidden;
}

.leftnav {
	list-style: none;
	width: 196px;
	z-index:10000;
	}
	.leftnav li {
		width: 196px;
		margin: 5px 0;
		}
		.leftnav li a:link,
		.leftnav li a:active,
		.leftnav li a:visited {
			display: block;
			width: 166px;
			padding: 0 20px 0 10px;
			color: #FFF;
			font-weight: bold;
			text-align: right;
			text-decoration: none;
			}
		.leftnav li a:hover {
			background: url(images/leftnavCurrent.gif) no-repeat right center;
			color: #FF6;
			}
			

#footer {
	background: url(images/addressBg.jpg) repeat-x left top;
	height: 101px;
	overflow: visible;
	float: none;
	clear: both;
	padding: 1px 0;
	}
	#footer address {
		float: none;
		clear: both;
		text-align: center;
		font-size: 80%;
		font-style: normal;
		margin: 15px 20px;
		}
		
		
h1, h2, h3, h4, h5, h6 {
	margin: 10px 15px;
	color: #000066;
	}
p {
	margin: 10px 15px;
	}
.content_column_2_inner ul, 
.content_column_2_inner ol{
	margin: 10px 15px 10px 45px;
}

/* tkr generic style classes with self-documenting names */
.calendarDateWithData
{
	background-color:ButtonFace;
	font-size:80%;
}
.messageToUser
{
	font-size:110%;
	font-style:oblique;
	color:Blue;
}
.warningMessageToUser
{
	font-size:110%;
	font-style:oblique;
	color:Red;
}
.dropDownItemStatic
{
	font-size:x-small;
	font-style:normal;
	position:absolute;
	left:811px;
	top:5px;
	white-space:nowrap;
}

/* discussion.aspx */
.header 
{
	font-size: larger; 
	font-weight: bold; 
	cursor: hand;
    background-color:#cccccc; 
    font-family: Verdana; 
    height:1.5em;
    overflow:hidden;
}
.details 
{
	display:none; 
	visibility:hidden; 
	background-color:#eeeeee; 
    font-family: Verdana; 
    cursor: hand;
}
.commentor
{
	text-align:left;
	width:15%;
	font-size:xx-small;
	color:Blue;
}
.commentText
{
	text-align:left;
	width:85%;
}
.commentName
{
	white-space:nowrap;
}
.commentDateTime
{
	white-space:nowrap;
	text-indent:10px;
}

a
{
	font-family:sans-serif;
}

a.inlineLinks 
{
}
a.mapLinks 
{
}
a.descriptionLinks 
{
}

a.largeLinks 
{
	 font-weight:bold;
	 font-size:1.2em;
	 font-style:oblique;
	 margin-left:2em;
}
a.largeLinks:link, a.inlineLinks:visited {
	font-size:1.2em;
}
a.largeLinks:hover {
	font-size:1.3em;
}

/* menu links on Main.master */
a.menuLinks 
{
	 font-weight:bold;
	 font-size:100%;
	 font-style:oblique;
	 color:White;
	 text-decoration:none;
	 text-align:right;
	 padding-right:10px;
}
a.menuLinks:link, a.menuLinks:visited {
	background-color:#6F0600;
}
a.menuLinks:hover {
	background-color:#BB0600;
	font-size:105%;
}

/*small things */
input.smallButton 
{
	font-size:75%;
	height:75%;
	text-align:center;
	display:inline;
}
ul.smallList 
{
	margin:0 0 0 0;
	display:inline;
}
li.smallList
{
	margin:0 0 0 0;
}
ul.linksPage
{
	font-size:15px;
}
ul.linksPage li
{
	margin-bottom:12px;
}

/* Styles applied to all html elements */
.popupBody
{
	background-image:none;
	margin-top:30px;
	margin-left:30px;
}
.textBody
{
	width:75%;
}
.smallBody
{
	font-size:x-small;
}

table.emailTable
{

}
td.emailTableColumn1
{
	 width:12%;
	 vertical-align:top;
}
td.emailTableColumn2
{
	 width:2%;
	 vertical-align:top;
}
td.emailTableColumn3
{
	 width:80%;
	 vertical-align:top;
}
.Pager table
{
	width:1%;
}
table .MemberAdmin
{
	width:100%;
	border-collapse:collapse;
	background-color:salmon;
}
table .MemberAdmin tr th
{
	padding:5px;
	border-collapse:collapse;
	border:solid 1px gray;
	font-weight:bold;
}
table .MemberAdmin tr td
{
	padding:5px;
	border-collapse:collapse;
	border:solid 1px gray;
	font-weight:bold;
}
.cellContents
{
	background-color:Yellow;
	font-weight:normal;
}
div.htmDiv
{
	width:75%;
}
div.htmDiv h1, h2, h3, h4, h5, h6 {
	margin: 2px 2px;
	color: #000066;
	}
div.htmDiv p {
	margin: 2px 2px;
	}
	
div.htmListDiv 
{
	font-size:large;
	margin-top:20px;
}
div.htmListDiv ul
{
	margin:0 00 0 50px;
}

