/* Trent Shields Consulting - 2011
Made for BCFTOA to style members page. */

th{ font-size:100%}
td{font-size:90%}

#bottomNav a:link {
	font-family: "Trebuchet MS";
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: Red;
}
#bottomNav a:hover
{
	font-family: "Trebuchet MS";
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: Blue;
	background: #FFCC33;
	border: 1px solid #000000;
}
#bottomNav a:visited {
	color: Red;
	font-size: 9px;
}
.textPanel {
	text-align: left;
	text-indent: 3pt;
	white-space: normal;
	display: block;
	padding: 5px;
	width: 600px;
	float: left;
}
.image {
	float: right;
	width: 300px;
	margin-top: 5px;
	margin-right: 5px;
}
#container{
	position:relative;
	width: 100%;
}

#mainContent{
	width:800px;
	float:right;
	margin-right:5px;
	margin-top: 35px;
	border-left: 2px dashed #060 ;
	
}
#metabox{
	position: fixed;
	border: 1px dotted #060;
	height: 500px;
	width: 300px;
	top:200px;
	left:0;
}
span{ display:inline; height:1.1em; padding:1px;}
.odd{ background-color:#9F6}
.even{background-color:#CCC}
#detail {
	padding: 3px;
	width: 100%;
}

/* @group members */

#meta p {
	margin-left: 5px;
}

#metaMenu a {
	text-shadow:2px 2px 0px #000000;
	width: 40px;
	color: white;
	font-size:  18px;
	text-decoration: none;
	line-height: 1.2em;
	margin-left: 40px;
	margin-top: 10px;
	font-weight: bold;
}
#metaMenu a:hover{
	color: #000;
	text-shadow:2px 2px 0px #FFF;
	font-weight: bolder;
}
#member h3 {
	font-weight: bold;
	font-style: italic;
	font-size: 1.3em;
	width: 500px;
	display: block;
	line-height: 1.4em;
}

.details {
	width: 80%;
	padding: 4px;
	border: 1px solid #000;
		-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px;
	background-color: #f2f2f2;
}

#meta {
	padding: 3px;
	position: absolute;
	top: 0;
	left: 0;
	width: 450px;
	height: 300px;
	background-color: #f27c00;
	font-size: 13px;
	color: #fffeff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */}

#metaMenu {
	list-style-image: none;
	float: left;
	left: 0;
	padding: 5px;
}



#MemContent {
	float: left;
	position: relative;
	display: block;
}

.BigNum {
	text-shadow:2px 2px 0px #000000;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	color: #FFF;
}

#member {
	margin-top: 310px;
	width: 500px;
	left: 0;
}



/* @end */

