
body {
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
}
#wrapper {
 	width: 1000px;
 	margin: 0 auto;
	background-color: #ffffff;
	}
#header {
	height: 50px;
	padding:10px;
	background-color: #C9C9BE;
	background-image: url(/images/bg/header2_bg.jpg);
	background-position: top;
}
#logo {
	font-size: 36pt; 
	font-weight:bold;
	line-height:36px;
	font-family:"Times New Roman";
	}
#logo a {
	text-decoration: none;
	background-image: url(/images/bg/header2_bg.jpg);
}
#teklogo{
	color: purple;}
#golflogo{
	color: green;}
#header .tag { font-style:italic;
	font-size:11px;
	color: #fff;
	}
#navbar {
	border: 0px solid #ccc;
	background-color: #000;
	height: 150px;
	background-repeat: no-repeat;
	display:block;
	}
#navbar tr{
	height: 20px;
	vertical-align: middle;
	text-align: center;
}
#navbar td{
	background-color: #000000;
	filter:alpha(opacity=70);
	opacity: .7;
	-moz-opacity: .7;
}
#navbar a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 20px;
	padding-right:30px;
	padding-left:30px;
}
#navbar td:hover, a:hover {
	background-color:#333333;
}
#intro{
	background-color: #1F1F1F;
	color: #CCCCCC;
	padding: 25px;
}
#pagenav { 
 	margin-top: 0px;
 	padding: 0;
 	float: left;
 	background-color: #ffffff;
 	min-height: 300px;
	width:20%;
	display: inline;
	}
#pagenavlist
	{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}

#pagenavlist li
	{
	border-bottom: 1px solid #90bade;
	margin: 0;
	}

#pagenavlist li a
	{
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #061D47;
	border-right: 10px solid #508fc4;
	background-color: #2175bc;
	color: #fff;
	text-decoration: none;
	width: 100%;
	}

html>body #pagenavlist li a { width: auto; }

#pagenavlist li a:hover
{
border-left: 10px solid #1c64d1;
border-right: 10px solid #5ba3e0;
background-color: #2586d7;
color: #fff;
}
#content {
 	padding: 0px 10px 10px 10px;
 	float: left;
 	min-height: 300px;
	background-color: #ffffff;
	width:74%;
	display: inline;
	}
#content h2 {
	margin: 0;
	padding: 0;
	font-family: Georgia;
	font-size: 180%;
	font-weight: normal;
	color: #112E72;
	}
#content h3 {
	margin-bottom:10px;
	font-size: 150%;
	font-weight: bold;
	color: red;
	}
#content h4{
	margin: 0;
	padding-left: 5px;
	font-family: Georgia;
	font-size: 180%;
	font-weight: normal;
	color: #112E72;
	}
.msgmeta{ 
	color:#888;
	margin-left: 10px;
	margin-right:10px;
	padding-bottom: 10px;
	}
#content a:hover {
	background-color:#ffffff;
}
.clear { clear: both; }
#footer {
 	margin-top: 15px;
	padding-top: 15px;
	float: left;
 	width: 1000px;
	text-align: center;
	color: #FFFFFF;
	background-color: #333333;
}
#footer a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
.success {
	font-size: 14px;
	color: Blue;
	font-weight : bold; 
	text-align : center; 
	}
.failure {
	font-size: 14px;
	color: Red;
	font-weight : bold; 
	text-align : center; 
	}
.middle {text-align: center;}
td {text-align: left;}
td.right { text-align: right;}
td.center { text-align: center;}
tr.hdr {background-color: #ccc;}
tr.even {background-color: Azure;}
tr.odd  {background-color: Lightblue;}
tr.yellow  {background-color: #ffff80;}
.alert {color:red;}
.question {font-weight:bold;}
h3 .blog {
	font-size: 110%;
	margin-left:10px;
	color:red;
	padding: 0px;
	border: 0px solid #000;
	}
#blog h4 {padding:0;margin:0;margin-left:20px;font-size: 100%;
	}
#blog h5 {padding:0;margin:0;margin-left:30px;font-size: 80%;
	font-style: italic;
	font-weight: normal;	
	}
.msgbody {
	padding:10px;
	margin:3px 10px 10px 10px;
	border: 1px solid #ccc;
	background:#eee;
	}
.msgbody blockquote {
	border:#ccc 1px solid;
	padding:10px;
	background:#fff;
	color:#000
	}
.msgmeta, .author{ 
	color:#888;
	margin-left: 10px;
	margin-right:10px;
	padding-bottom: 10px;
	}
table.form-table th, 
table.form-table td {
	margin: 0;
	padding: 8px;
	border-bottom: 1px dotted #E0D0B1;
	}
table.form-table td.label {
	width: 100px;
	padding-top: 12px;
	text-align: right;
	font-weight:  bold;
	vertical-align: top;
	color: #630;
	}
table.form-table td p.note {
	font-size: 90%;
	color: #963;
	}
.required, .alert {
	color: Red;
	}
table.forumList  {
	width:100%;
	border: 1px solid #ccc;
	}
.forumHdr {
	background: yellow;
	}
.forumList th {
	text-align: left;
	}
.forumName,  .forumTopic {
	font-size: 120%;
	font-weight:  bold;
	}
.forumDescription,  .forumTopicTime {
	font-size: 90%;
	font-style:  italic;
	font-weight:  normal;
	padding-left: 20px;
	}
#simplemodal-container a.modalCloseImg {
	background:url(/images/x.png) no-repeat; /* adjust url as required */
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-18px;
	cursor:pointer;
}
#simplemodal-overlay {background-color:#000;}
#simplemodal-container {background-color:#fff; border:8px solid #444; padding:12px;}


