/* Main settings */
body
{
	margin-left: 20px;
	background-color: #333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	overflow: auto;
}

#page
{
	margin: 20px 20px 20px 0px;
	background-color: #FFFFFF;
	border: 1px solid;
	min-width: 650px;
	max-width: 950px;
	width: expression(document.body.clientWidth > 950? "950px": "auto"); /* max-width hack for MSIE */
	background-image: url("contentbg.gif");
	background-repeat: repeat-y;
}

#head
{
	padding: 0px;
	height: 80px;
	border-bottom: 1px solid;
	border-color: #CCCCCC;
	text-align: left;
	display: block;
	background-image: url("head.jpg");
	background-repeat: no-repeat;
	background-color: #000000;
}

#head #headline
{
	width: 100%;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	padding-top: 59px;
	
}

#head #logo
{
	width: 120px;
	height: 80px;
	float: left;
}

#breadcrumb
{
	padding: 5px 5px 5px 125px;
	font-size: 10px;
	color: #CCCCCC;
	background-color: #FFFFFF;
	background-image: url("contentbg.gif");
	background-repeat: repeat-y;
}

#breadcrumb a
{
	color: #CCCCCC;
	background-color: #FFFFFF;
	text-decoration: none;
}

#breadcrumb a:hover
{
	text-decoration: underline;
}

#foot
{
	padding: 0.5em;
	border-top: 1px solid;
	border-color: #CCCCCC;
	font-size: 0.8em;
	text-align: center;
	vertical-align: middle;
	/*color: #FF7A19;*/
	background-color: #FFFFFF;
	position: relative;
	clear: both;
}

/* Menu settings */

#menu
{
	z-index: 110;
	margin-left: 0px;
	padding: 10px;
	width: 100px;
	position: relative;
	float: left;
}

#menu a
{
	display: block;
	margin-bottom: 0.4em;
	text-decoration: none;
	/*color: #FF7A19;*/
	color: #FF3000;
}

#menu a:hover
{
	background-color: #DDDDDD;
}

#menu #user
{
	width: 100%;
	/*background-color: #EEEEEE;*/
	font-size: 0.8em;
	padding: 2px;
	margin-top: 0px;
	margin-bottom: 10px;
}

/* Imagepane settings */

#imagepane
{
	position: relative;
	z-index: 120;
	margin: 0px 20px 0px 30px;
	padding: 0px;
	float: right;
	display: inline;
}


#imagepane div
{
	padding: 10px;
	min-height: 100px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 0.8em;
	border: 1px solid;
	background-color:#FFFFCC;
}

#imagepane img
{
	width: 150px;
	height: 100px;
	border: 1px solid;
}

/* Rightpane settings */

#rightpane
{
	position: relative;
	z-index: 120;
	margin: 0px 20px 0px 30px;
	padding: 0px;
	float: right;
	display: inline;
}

#rightpane div
{
	padding: 10px;
	width: 150px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 0.8em;
	border: 1px solid;
	background-color: #FFFFCC;
}

#rightpane a, #rightpane a:visited, #rightpane a:active
{
	text-decoration: none;
	color: #FF3000;
						
}

#rightpane h2
{
	font-size: 1.2em;
	font-weight: bold;
}

#rightpane h3
{
	font-size: 1em;
	font-weight: bold;
}

/* Content settings */

#content
{
	z-index: 100;
	position: relative;
	min-height: 435px;
	margin-top: 0px;
	padding: 5px 10px 10px 125px;
	line-height: 1.3em;
	/* background-image: url("contentbg.gif");
	background-repeat: repeat-y; */
	font-size: 11px;
}

#content table
{
	font-size: 11px;
}

#content table td
{
	text-align: left;
	vertical-align: top;
}

#content h1
{
	font-size: 1.5em;
	font-weight: bold;
}

#content h2
{
	font-size: 1.2em;
	font-weight: bold;
}

#content h3
{
	font-size: 1em;
	font-weight: bold;
}

#content a, a:visited
{
	/*color: #FF7A19;*/
	color: #FF3000;
	text-decoration: none;
}

#content a:hover
{
	text-decoration: underline;
	background-color: #EEEEEE;
}

#content input
{
	width: 200px;
}

#content textarea
{
	width: 300px;
	height: 100px;
}

#content .button
{
	width: auto;
}

#content .radio
{
	width: auto;
}

#content .check
{
	width: auto;
}

/* Page specific settings */

#content #intralatest
{
	width: 75%;
	/* border: 1px solid #000000; */
	padding: 2px;
	margin-bottom: 20px;
}

#content .forumhead
{
	width: 80%;
	background-color: #DDDDDD;
	color: #FF3000;
	/*color: #FF7A19;*/
	padding-left: 10px;
	padding-right: 10px;
}

#content .forummessage
{
	width: 80%;
	min-height: 102px;
	background-color: #EEEEEE;
	/* clear: both; */
	padding: 10px;
	margin-bottom: 20px;
	font-size: 1.2em;
}

#content .forummessage img
{
	width: 75px;
	height: 100px;
	border: 1px solid #000000;
	float: right;
	margin-left: 10px;
}

#content .forummessage .quote
{
	margin: 0.5em 1em 0.5em 1em;
	font-style: italic;
}

#content #forumedit
{
	float: left;
}

#content #forumedithelp
{

	float: left;
	margin-left: 20px;
	line-height: 2em;
}

#content .gallerythumb
{
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	border-color: #000000;
}

#content .galleryimage
{
	border: 2px solid #000000;
}

#content .pressheadline
{
	/*clear: left;*/
	float: left;	
	border-bottom: 1px dotted #000000;
	width: 95%;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content .sponslink, #content .sponslink:visited, #content .sponslink:hover
{
	color: #000000;
	border-color: #000000;
}

.sponslink img
{
	border: solid #000000;
}

#content .membertable
{
	border-collapse: collapse;
}

#content .membertable .tablerow:hover
{
	background-color: #EEEEEE;
}

#content .membertable td
{
	border: 0px;
	margin: 0px;
	padding: 0.2em;
}

#content .statblock
{
	height: 120px;
	overflow: auto;
	border: 1px solid #000000;
	background-color: #F5F5F5;
}

