/* CSS Document */

body
{
	font-family: Arial, Helvetica, sans-serif, verdana;
	margin: 0px;
	background: #d4d4d4;
}

#layout
{
	border-top: none;
	width: 774px;
	margin: auto;
	background: url(images/layout_bg.png) repeat-y;
}

#inner-layout
{
	margin: 0px 6px 0px 6px;
	border: 1px solid #797979;
	background: #ffffff;
}
#header
{
	margin: 0px 10px;
	background: #000055 url(images/header.png);
}

#header img
{
	display: block;
	border: none;
}
#forum-login
{
	float: right;
	color: #ffffff;
	padding: 10px 10px 0px 10px;
	text-align: right;
}
#forum-login p
{
	margin-bottom: 3px;
}
#forum-login a
{
	color: #ffffff;
	text-decoration: none;
}
#forum-login a:hover
{
	color: #ffff00;
}
#forum-login-autologin-holder input
{
	vertical-align: text-top;
	display: none;
}
#forum-login-autologin
{
	font-size: 9px;
	display: none;
}
#forum-login-login-holder input
{
	font-size: 9px;
}

#breadcrumbs
{
	display: none;
}
#navmenu
{
	background: url(images/menu_bg.png) repeat;
	margin: 0px 10px;
}
#curve
{
	background: url(images/curve.png) repeat;
	margin: 0px 10px;
	height: 50px;
	width: 740px;
}
#nav-fallback
{
	clear: both;
	background: url(images/nav_bg.png) repeat;
	margin: 0px 10px;
	padding: 5px;
	text-align: center;
}
#nav-fallback li
{
	border-left: 1px solid #092769;
	padding-left: 3px;
}
#nav-fallback li.first
{
	border: none;
}
#nav-fallback a
{
	margin-left: 3px;
	color: #ffffff;
	text-decoration: none;
}
#nav-fallback a:hover
{
	margin-left: 3px;
	color: #ffffff;
	text-decoration: underline;
}
#footer
{
	margin: 0px 10px 10px 10px;
	padding-top: 10px;
}
#footer img
{
	float: right;
	border: none;
}

#topshadow
{
	background: url(images/shadow.png) repeat-x;
	height: 27px;
}
#bottomshadow
{
	width: 774px;
	margin: auto;
	background: url(images/layout_bg_bt.png) repeat-x;
	height: 7px;
}


#main-content
{
	margin: 0px 10px 10px 10px;
}
#main-content td
{
	vertical-align: top;
}

#content-listing
{
	margin-bottom: 10px;
	width: 740px;
	background: url(images/contentlist_bg.png) repeat-y;
	clear: both;
}
#content-listing img.content-listing-shad
{
	display: block;
	border: none;
}
#content-listing-inner
{
	border: 1px solid #b6b6b6;
	margin: 0px 7px 0px 7px;
	background: #ffffff;
	padding: 1px;
}

#content-list-items-holder
{
}
.content-list-item img
{
	height: 50px;
	width: 50px;
	padding: 10px 10px;
	background: url(images/thumb_bg.png) no-repeat;
	border: none;
}
.content-list-item a
{
	text-decoration: none;
}
.content-list-item a:hover
{
	text-decoration: underline;
}
.content-list-item td
{
	vertical-align: top;
	padding: 0px 10px 25px 0px;
}
.content-list-item td.no-thumb
{
	padding-left: 10px;
}
.content-list-item p
{
	margin-bottom: 0px;
	padding-right: 5px;
}
.content-list-item-title
{
	margin-top: 5px;
}
.content-list-item-title a
{
	color: #a10000;
}
.content-list-item-title a:hover
{
	color: #a10000;
}
.content-list-item-teaser
{
	font-style: italic;
}


div.pager-holder
{
	margin: 0px;
	padding: 0px;
	background: url(images/nav_bg.png) repeat-x;
}
div.pager-holder-top
{
	margin-bottom: 10px;
}
table.pager
{
	margin: 0px;
	margin-left: auto;
	padding: 0px;
	border-right: none;
	color: #ffffff;
}
.pager td
{
	padding: 3px;
	background: url(images/nav_bg.png) repeat-x;
}
.pager td a
{
	color: #ffffff;
	text-decoration: none;
}
.pager td a:hover
{
	text-decoration: underline;
}
.pager td.currentpage
{
}
.pager td.thispage
{
	background: #ffffff url(images/shadow.png) repeat-x;
	color: #333333;
}

#sitemap
{
}

#nav-fallback ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav-fallback li
{
	display: inline;
	margin: 0px;
	padding: 0px;
}

th
{
	text-align: left;
}
