/*general*/
body,input,textarea,select {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	color: #000000;
}
body {
	margin: 0px auto;
	text-align:center;
	background-image: url(../_private.images/apple_bg_body.jpg);
}
table, td, th {
	border-color: #BBBBBB;
	border-style: solid;
}
table {
	border-width: 0 0 1px 1px;
	border-spacing: 0;
	border-collapse: collapse;
}
td {
	margin: 0;
	padding: 2px;
	border-width: 1px 1px 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 10px;
	font-style: normal;
	color: #000000;
}
th {
	margin: 0;
	padding: 4px;
	border-width: 1px 1px 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 12px;
	font-style: bold;
	background-color: #cccccc;
	color: #000000;
	vertical-align:middle;
	padding-top:5px;
	padding-bottom:5px;
}
#container {
	margin: 0px auto;
	padding:0px;
	text-align:center;
}
#header {
	margin: 0px auto;
	width: 852px;
	height: 314px;
	background-image: url(../_private.images/apple_bg_top_3.jpg);
	background-repeat: repeat-x;
}
#navigation {
	color:#ffffff;
	padding-top:260px;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	margin: 0px auto;
	text-align: left;
	z-index:999;
	width: 750px;
	height: 50px;
}
	#navigation a {
		color:#ffffff;
		text-decoration: none;
	}
	#navigation a:hover {
		color:#cccccc;
		text-decoration: underline;
	}
	#navigation ul {
		margin:0px;
		white-space: nowrap;
		padding: 0px;
	}
	#navigation li {
		float: left;
		padding-bottom: 10px;
		list-style: none;
		text-transform: capitalize;
		padding-left: 3px;
		padding-right: 3px;
	}
	#navigation li:after {
		content: " |";
	}

	#navigation li.last:after {
		content: "";
	}

#contentcontainer {
	margin: 0px auto;
	width: 852px;
	background-image: url(../_private.images/apple_bg_content.jpg);
	background-repeat: repeat-y;
	line-height: 150%;

}
#content {
	padding: 15px;
	margin: 0px auto;
	width: 750px;
	text-align:left;
	background-color:#ffffff;
	overflow: hidden;
}
#footer {
	margin: 0px auto;
	width: 852px;
	height: 33px;
	padding-top: 10px;
	background-image: url(../_private.images/apple_bg_bottom.jpg);
	background-repeat: repeat-x;
	font-size: 10px;
	color: #888888;
	text-align:center;
}
	#footer a {
		color: #888888;
	}
form {
	padding:0px;
	margin:0px;
}
img {
	border:0px;
}
thead td {
	padding-top:5px;
	padding-bottom:5px;
}

.error {
	color: red;
}
h2 {
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-size: 14px;
	color: #BC0406;
}

#floatright h2 {
	color: green;
	text-align: left;
}

#floatright iframe {
	border:1px solid green;
}

h1 {
	font-size: 18px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: #BC0406;
}

.dyncontent table {
	width: 98%;
}

.scrolltable td  {
	border-width: 1px 1px 0 0;
	border-color: #bbbbbb;
	border-style: solid;
}

.scrolltable table {
	width: 100%;
}

.dyncontent td {
	border:0px none;
	border-width:0px;
	
}

.dyncontent table {
	border:0px none;
	border-width:0px;
}

.iframecontentclass td {
	border-width: 1px 1px 0 0;
	border-color: #bbbbbb;
	border-style: solid;
}
	

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

.hide{
	display:none;
}

#searchbox {
	font-size: 11px;
	float: right;
}
	
	#searchbox input.textbox{
		width: 100px;
	}

	#searchbox input {
		font-size: 11px;
	}
	#searchbox form {
		padding:0px;
		margin: 0px;
	}
	#searchbox a {
		text-decoration: none;
		color: #ffffff;
	}
		
/*CONTENT FORMAT*/
#item_content { }
#item_news { margin-bottom: 20px; }
#item_news h3,h5 { padding: 0px; margin:0px; font-size:12px; color: green}
#item_news img { border:0px; padding: 5px;}
#item_article { }
#item_event { }
#item_link { }
#item_plain { }
#item_rss { }

/*FORUM START*/

#forum table {
	border: 1px solid #2175bc;
}

#forum a {
	text-decoration: underline;
}

#forumheader {
	color: #fff;
	background-color: #2175bc;
}

#topicoddcolor {
	background-color: #fff;
}

#topicevencolor {
	background-color: #eee;
}

/*PRIVATE*/

.item_random_title {
	font-weight: bold;
}
.item_random_content {
	font-weight: normal;
}
.item_random_author {
	font-weight: bold;
}
