/* CSS Document */

#topnav {
	border-bottom: #6C9DFE solid 6px;
}

	#articleImage {
		float: right; 
		display: inline; 
		padding: 10px;
		font-size: 13px;
		font-style:italic;
		width: 250px;
	}
	
		#articleImage img {
			margin-bottom: 3px;
		}

.cal {
	border: 1px solid #666666;
	width: 100%;
	float: right;
}

.cal tr td {
	text-align: right;
	border: 1px solid #ccc;
	width: 14%;
	font-size: 12px;
}

.cal tr td .header {
	font-weight: bold;
	text-align: center;
}

.cal tr#calweek td {
	background: #CCCCCC;
}

.cal tr td.weekend {
	background: #eeeeee;
}

.cal tr td#today {
	background: #6c9dfe;
}

#calheader {
	text-align: center;
	font-weight: bold;
	background: #6c9dfe;
}

		
#colleft {
	width: 70%; 
	float: left; 
	padding-right: 2%;
}

#colright {
	width: 28%; 
	float: left;
}

table.msgtable {
	border: 1px solid #ccc;
	width: 95%;
	margin-bottom: 20px;
	margin-top: 10px;
}

table.msgtable td.sort {
	background: #eee;
}

table.msgtable th.sort {
	background: #6593ed;
}

table.msgtable th a {
	color: #000000;
}

table.msgtable td, th {
	padding: 2px;
}

table.msgtable th.date, td.date, th.membership, td.membership {
	width: 20%;
	text-align: center;
}



table.msgtable th.replies, td.replies, th.delete, td.delete {
	width: 15%;
	text-align: center;
} 

table.msgtable th.edit, td.edit {
	text-align: center;
	width: 5%;
}

table.msgtable th.title {
	text-align: left;
}


table.msgtable th {
	background: #6C9DFE;
	padding: 5px;
}

.msgtablelinks {
margin-top: 4px;
float: right;
padding-right: 40px;
}

.msgtablelinks a {
	font-weight: bold;
}

h2, h3 {

}

h3 {
	position: relative;
	top: 2px;
	}

h2 a {
	font-weight: normal;
	font-size: 13px;
}
table.addtable {
	width: 500px;
	margin-top: 15px;
	m
}

table.addtable .left {
	width: 30%;
	vertical-align: top;
	padding: 3px;
}

table.addtable .right input.title {
	width: 100%;
}

table.addtable .right select {
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
	top: 5px;
}

table.addtable .right {
	width: 70%;
}

table.addtable .right textarea {
	width: 100%;
	height: 150px;
}

table.membertable {
	width: 500px;
}

table.msgtable .contact {
	width: 40%;
}

table.msgtable td.phone, th.phone, th.email, td.email, th.url, td.url {
	text-align: center;}

.pollResults {
	display: block;
	margin: 0 0 10px 0;
}

.pollResultsDate {
	font-weight: bold;
}

.pollResultsQuestion {
}

.pollResultsPercentage {
	width: 20px;
	font-weight: bold;
}

.pollResultsAnswer {
	clear: right;
}