/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		ZOTAL-DESIGN
	Style author:		.:::: ZOTAL ::::.
    --------------------------------------------------------------
*/

body {
	margin: 0;
	padding: 0px;
	background: url(images/global/body_bg.jpg) #314a8a no-repeat center top;
	color: #000000;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
}

a, a:link, a:visited {
	color: #1b4ca2;
	text-decoration: none;
	outline: none;
}

a:hover, a:active, body_ahover {
	color: #1b4ca2;
	text-decoration: underline;
}

img {
	border: 0;
	outline: none;
}

form {
	margin: 0;
	display: inline;
}

td, th, p, li {
	font-size: 11px;
}

.tcat {
	padding-left: 8px;
	padding-right: 8px;
	background: url(images/gradients/gradient_tcat.gif) #1553a9 repeat-x top left;
	color: #ffffff;
	font-size: 13px;
	text-shadow: #0a1e3c 0 1px 1px;
}

.tcat a:link, .tcat_alink {
	color: #ffffff;
	text-decoration: none;
}

.tcat a:visited, .tcat_avisited {
	color: #ffffff;
	text-decoration: none;
}

.tcat a:hover, .tcat a:active, .tcat_ahover {
	color: #ffffff;
	text-decoration: underline;
}

.thead {
	padding-left: 8px;
	padding-right: 8px;
	background: url(images/gradients/gradient_thead.gif) #6f82a9 repeat-x top left;
	color: #ffffff;
	font-size: 11px;
	text-shadow: #32466e 0 1px 1px;
}

.thead a:link, .thead_alink {
	color: #ffffff;
	text-decoration: none;
}

.thead a:visited, .thead_avisited {
	color: #ffffff;
	text-decoration: none;
}

.thead a:hover, .thead a:active, .thead_ahover {
	color: #ffffff;
	text-decoration: underline;
}

.tfoot {
	background: #eaeaea;
}

.alt1 {
	background: #ffffff;
}

.alt2 {
	background: #edf3fe;
}

.time {
	color: #666666;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	min-width: 970px;
}

#shad-t {
	margin: 0 61px 0 61px;
	background: url(images/global/shad_top.png) repeat-x 0px -42px;
	height: 21px;
}

#shad-t-r {
	float: right;
	width: 61px;
	background: url(images/global/shad_top.png) no-repeat right -21px;
	height: 21px;
}

#shad-t-l {
	float: left;
	width: 61px;
	background: url(images/global/shad_top.png) no-repeat left 0px;
	height: 21px;
}

#shad-th-r {
	padding-right: 36px;
	background: url(images/global/shad_top_header.png) no-repeat right -78px;
}

#shad-th-l {
	padding-left: 36px;
	background: url(images/global/shad_top_header.png) no-repeat left 0px;
	min-height: 42px;
}

#main, #page-body {
	clear: both;
	border-top: 1px solid #515151;
	background: #e8e8e8;
}

#shad-r {
	padding-right: 36px;
	background: url(images/global/shad_sides.png) repeat-y right;
}

#shad-l {
	padding-left: 36px;
	background: url(images/global/shad_sides.png) repeat-y left;
}

#shad-b {
	margin: 0 61px 0 61px;
	background: url(images/global/shad_bot.png) repeat-x 0px -102px;
	height: 51px;
}

#shad-b-r {
	float: right;
	width: 61px;
	background: url(images/global/shad_bot.png) no-repeat right -51px;
	height: 51px;
}

#shad-b-l {
	float: left;
	width: 61px;
	background: url(images/global/shad_bot.png) no-repeat left 0px;
	height: 51px;
}

#header-tb {
	margin: 0 4px 0 4px;
	background: url(images/global/header_toolbar.png) repeat-x 0px -154px;
	height: 77px;
}

#header-tb-r {
	float: right;
	width: 4px;
	background: url(images/global/header_toolbar.png) no-repeat right -77px;
	height: 77px;
}

#header-tb-l {
	float: left;
	width: 4px;
	background: url(images/global/header_toolbar.png) no-repeat left 0px;
	height: 77px;
}

#tb-caption {
	margin: 0 60px 0 60px;
	font: 13px/22px "Lucida Grande", LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	text-align: center;
}

#tb-caption a {
	color: #000000;
	text-decoration: none;
}

a#widget-l {
	float: left;
	margin: 4px 0 0 4px;
	width: 56px;
	display: inline;
	background: url(images/global/header_toolbar_widgets.png) no-repeat;
	height: 16px;
}

a#widget-l:hover {
	background: url(images/global/header_toolbar_widgets.png) no-repeat 0px -16px;
}

a#widget-l:active {
	background: url(images/global/header_toolbar_widgets.png) no-repeat 0px -32px;
}

a#widget-r {
	float: right;
	margin: 6px 4px 0 0;
	width: 20px;
	display: inline;
	background: url(images/global/header_toolbar_widgets.png) no-repeat 0px -48px;
	height: 11px;
}

a#widget-r:active {
	background: url(images/global/header_toolbar_widgets.png) no-repeat -20px -48px;
}

#tb-searchdiv {
	float: right;
	padding: 8px 5px 0 0;
	text-align: center;
	line-height: 13px;
	cursor: default;
}

#tb-searchdiv a {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
	cursor: pointer;
}

#tb-searchbox {
	padding: 4px 11px 11px 22px;
	width: 119px;
	background: url(images/global/toolbar_searchbox.png) no-repeat;
	text-align: left;
	height: 14px;
}

#tb-searchbox input {
	border: 0;
	padding: 0;
	width: 119px;
	background: #ffffff;
	color: #000000;
	font: 12px/12px 'Lucida Grande', Verdana, sans-serif;
	height: 14px;
	outline: none;
	cursor: text;
}

#tb-nav {
	height: 55px;
}

ul#tb-icons {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#tb-icons li {
	float: left;
	margin: 0 0 0 1px;
	padding: 0;
}

ul#tb-icons li a {
	padding: 5px 6px 4px 6px;
	display: block;
	color: #000000;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	line-height: 11px;
}

ul#tb-icons li a img {
	margin: 0 auto 0 auto;
	width: 32px;
	background-image: url(images/global/toolbar_icons.png);
	background-repeat: no-repeat;
	height: 32px;
}

ul#tb-icons #tb-logo {
	padding: 0 17px 0 4px;
	background: url(images/global/toolbar_logo.png) no-repeat 4px 3px;
}

ul#tb-icons #tb-logo a {
	padding: 0;
	width: 167px;
	height: 54px;
}

#tb-profile img {
	background-position: 0 0;
}

#tb-register img {
	background-position: -32px 0;
}

#tb-members img {
	background-position: -64px 0;
}

#tb-faq img {
	background-position: -96px 0;
}

#tb-newposts img {
	background-position: -128px 0;
}

#tb-search img {
	background-position: -160px 0;
}

#tb-login img {
	background-position: -224px 0;
}

#tb-logout img {
	background-position: -224px 0;
}

#tb-email img {
	background-position: -256px 0;
}

#tb-print img {
	background-position: -288px 0;
}

#tb-fontsize img {
	background-position: -320px 0;
}

ul#tb-icons #tb-fontsize, ul#tb-icons #tb-email, ul#tb-icons #tb-print {
	float: right;
}

#breadcrumb {
	border-bottom: 1px solid #c0c0c0;
	padding: 6px 8px 6px 8px;
	height: 32px;
}

#breadcrumb_self {
	padding: 1px 0 4px 22px;
	background: url(images/misc/navbits_start.gif) no-repeat;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
}

#breadcrumb_start {
	padding: 1px 0 4px 22px;
	background: url(images/misc/navbits_start.gif) no-repeat;
	line-height: 11px;
}

#breadcrumb_end {
	padding: 2px 0 2px 38px;
	background: url(images/misc/navbits_finallink_ltr.gif) no-repeat;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
}

#breadcrumb_end a, #breadcrumb_self a {
	color: #000000;
}

#alert_offline {
	margin-bottom: 4px;
	padding-bottom: 1px;
	background: url(images/gradients/gradient_offline.gif) #ffda33 repeat-x;
	text-align: center;
	height: 21px;
}

#alert_offline span {
	padding: 0 8px;
	display: inline-block;
	background: #ffda33;
	color: #000000;
	font-size: 12px;
	line-height: 21px;
}

#fb-nav {
	border-top: 1px solid #d4d4d4;
	padding-right: 8px;
	background: url(images/global/footer_bar.png) #ebebeb repeat-x;
	font-size: 11px;
}

#fb-info {
	float: right;
	display: block;
	color: #666666;
	line-height: 22px;
}

#fb-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 22px;
}

#fb-nav ul li {
	margin: 0;
	float: left;
	border-right: 1px solid #d4d4d4;
}

#fb-nav ul li a {
	padding: 0 7px 0 7px;
	border-left: 1px solid #fafafa;
	border-right: 1px solid #fafafa;
	float: left;
	display: block;
	color: #000000;
	text-decoration: none;
	line-height: 22px;
}

#fb-nav ul li a:active {
	padding: 0 8px 0 8px;
	border-left: 0;
	border-right: 0;
	background: url(images/global/footer_bar.png) #a4a4a4 repeat-x 0 -22px;
}

#fb-nav ul li a span {
	padding-left: 17px;
	display: block;
	line-height: 22px;
}

#fb-home span {
	background: url(images/global/footer_icons.png) no-repeat 0 0;
}

#fb-profile span {
	background: url(images/global/footer_icons.png) no-repeat 0 -22px;
}

#fb-faq span {
	background: url(images/global/footer_icons.png) no-repeat 0 -44px;
}

#fb-members span {
	background: url(images/global/footer_icons.png) no-repeat 0 -66px;
}

#fb-calendar span {
	background: url(images/global/footer_icons.png) no-repeat 0 -88px;
}

#fb-search span {
	background: url(images/global/footer_icons.png) no-repeat 0 -110px;
}

#fb-newposts span {
	background: url(images/global/footer_icons.png) no-repeat 0 -132px;
}

#footer-text {
	color: #fff;
	text-align: center
}

#footer-text a {
	color: #fff;
	text-decoration: underline
}

.bnewtopic span, .baddreply span, .blocked span,
.bpmnew span, .bpmreply span, .bpmforward span,
.bagree span, .bdisagree span, .breset span, .bcomplete span {
	display: none;
}

.bnewtopic {
	width: 96px;
	display: block;
	background: url(images/buttons/buttons_topic.png) no-repeat 0 0;
	font-size: 0;
	height: 23px;
}

.bnewtopic:active {
	background: url(images/buttons/buttons_topic.png) no-repeat 0 -23px;
}

.baddreply {
	width: 95px;
	display: block;
	background: url(images/buttons/buttons_topic.png) no-repeat 0 -46px;
	font-size: 0;
	height: 23px;
}

.baddreply:active {
	background: url(images/buttons/buttons_topic.png) no-repeat 0 -69px;
}

.blocked {
	width: 75px;
	display: block;
	background: url(images/buttons/buttons_topic.png) no-repeat 0 -92px;
	font-size: 0;
	height: 23px;
}

.bpmnew {
	width: 80px;
	display: inline-block;
	background: url(images/buttons/buttons_pm.png) no-repeat 0 0;
	font-size: 0;
	height: 23px;
}

.bpmnew:active {
	background: url(images/buttons/buttons_pm.png) no-repeat 0 -23px;
}

.bpmreply {
	width: 99px;
	display: inline-block;
	background: url(images/buttons/buttons_pm.png) no-repeat 0 -46px;
	font-size: 0;
	height: 23px;
}

.bpmreply:active {
	background: url(images/buttons/buttons_pm.png) no-repeat 0 -69px;
}

.bpmforward {
	width: 81px;
	display: inline-block;
	background: url(images/buttons/buttons_pm.png) no-repeat 0 -92px;
	font-size: 0;
	height: 23px;
}

.bpmforward:active {
	background: url(images/buttons/buttons_pm.png) no-repeat 0 -115px;
}

.bagree {
	width: 75px;
	display: inline-block;
	background: url(images/buttons/buttons_register.png) no-repeat 0 0;
	font-size: 0;
	height: 23px;
}

.bagree:active {
	background: url(images/buttons/buttons_register.png) no-repeat 0 -23px;
}

.bdisagree {
	width: 86px;
	display: inline-block;
	background: url(images/buttons/buttons_register.png) no-repeat 0 -46px;
	font-size: 0;
	height: 23px;
}

.bdisagree:active {
	background: url(images/buttons/buttons_register.png) no-repeat 0 -69px;
}

.breset {
	width: 65px;
	display: inline-block;
	background: url(images/buttons/buttons_register.png) no-repeat 0 -92px;
	font-size: 0;
	height: 23px;
}

.breset:active {
	background: url(images/buttons/buttons_register.png) no-repeat 0 -115px;
}

.bcomplete {
	width: 91px;
	display: inline-block;
	background: url(images/buttons/buttons_register.png) no-repeat 0 -138px;
	font-size: 0;
	height: 23px;
}

.bcomplete:active {
	background: url(images/buttons/buttons_register.png) no-repeat 0 -161px;
}

.tool_search img {
	width: 24px;
	background: url(images/buttons/tool_icons.png) no-repeat;
	height: 15px;
	vertical-align: text-bottom;
}

.bg1 {
	background: #e8e8e8;
}

.alt3 {
	background: #ffe1e1;
}

.desc {
	color: #999999;
}

.desc2 {
	color: #d8d8d8;
}

.btop {
	border-top: 1px solid #c0c0c0;
}

.bbot {
	border-bottom: 1px solid #c0c0c0;
}

.bleft {
	border-left: 1px solid #c0c0c0;
}

.bright {
	border-right: 1px solid #c0c0c0;
}

.btop2 {
	border-top: 1px solid #d8d8d8;
}

.bbot2 {
	border-bottom: 1px solid #d8d8d8;
}

.pad4all {
	padding: 4px;
}

.pad4top {
	padding: 4px 0;
}

.pad4sides {
	padding: 0 4px;
}

.pad8all {
	padding: 8px;
}

.pad8top {
	padding: 8px 0;
}

.pad8sides {
	padding: 0 8px;
}

.aquag {
	margin: 0;
	padding: 0 7px 0 7px;
	background: url(images/gradients/gradient_aqua.gif) #eaeaea repeat-x;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	height: 15px;
}

.aquag a, .aquag a:link, .aquag a:active, .aquag a:visited {
	color: #000000;
	text-decoration: none;
}

.aquag a:hover {
	text-decoration: underline;
}

#page-register {
	clear: both;
	border-top: 1px solid #515151;
	padding: 16px 27px 16px 172px;
	background: url(images/global/register_bg.png) #e8e8e8 no-repeat;
}

#page-register .box {
	border: 1px solid #909090;
	padding: 16px;
	background: url(images/global/register_box.png);
	font-size: 12px;
}

#page-register .page {
	border: 1px inset #d4d4d4;
	padding: 8px;
	background: #ffffff;
	color: #000000;
	overflow: auto;
}

#page-register .box td, #page-register .boxie td {
	font-size: 12px;
}

#page-register .title {
	padding-bottom: 4px;
	font-size: 13px;
	font-weight: bold;
}

.avatar img {
	border: 1px solid #d8d8d8;
	margin: 0 auto 0 auto;
	padding: 5px;
	background: #ffffff;
}

.alert {
	padding: 0 0 0 45px;
	background: url(images/misc/alert.gif) no-repeat 0 10px;
}

.alert-single {
	padding: 24px 0 24px 53px;
	background: url(images/misc/alert.gif) no-repeat 8px 18px;
}

.bigusername {
	font-size: 15px;
}

.postbit {
	background: #dee4ea;
}

.postsep {
	padding: 2px;
	margin: 0;
	background: url(images/gradients/gradient_postsep.gif) repeat-x;
	font-size: 0;
	text-align: center;
	line-height: 0;
}

a.post-title, a.post-title:hover, a.post-title:active, a.post-title:visited {
	color: #000000;
	text-decoration: none;
}

.post {
	padding: 8px 0 8px 0;
	line-height: 150%;
}

.post ul, .post li {
	line-height: 150%;
}

.sig {
	padding: 6px 0 5px 0;
	clear: both;
	background: url(images/misc/sig.gif) no-repeat;
	color: #666666;
	font-size: 10px;
}

.dropdown {
	border: 1px solid #b2b2b2;
	background: #f2f2f2;
	color: #000000;
}

.dropdown-search {
	padding: 8px 16px 9px 0;
	width: 247px;
	background: url(images/global/dropdown_search.png) #0d36e6 no-repeat right 0;
	text-align: right;
	height: 14px;
}

.dropdown-search input {
	border: 0;
	padding: 0;
	width: 162px;
	background: #ffffff;
	color: #000000;
	font: 12px/12px 'Lucida Grande', Verdana, sans-serif;
	height: 14px;
	outline: none;
	cursor: text;
}

#ucp-top {
	background: url(images/global/ucp_box.png) repeat-x 0 -46px;
	text-align: center;
	height: 23px;
}

#ucp-top-left {
	padding-left: 4px;
	background: url(images/global/ucp_box.png) no-repeat left 0;
}

#ucp-top-right {
	padding-right: 4px;
	background: url(images/global/ucp_box.png) no-repeat right -23px;
}

#ucp-sides {
	padding: 8px;
	background: #e1e1e1;
}

#ucp-sides-left {
	padding-left: 4px;
	background: url(images/global/ucp_box_sides.png) repeat-y left;
}

#ucp-sides-right {
	padding-right: 4px;
	background: url(images/global/ucp_box_sides.png) repeat-y right;
}

#ucp-bot {
	background: url(images/global/ucp_box.png) repeat-x 0 -77px;
	height: 4px;
	font-size: 0;
}

#ucp-bot-left {
	padding-left: 4px;
	background: url(images/global/ucp_box.png) no-repeat left -69px;
}

#ucp-bot-right {
	padding-right: 4px;
	background: url(images/global/ucp_box.png) no-repeat right -73px;
}

#ucp-tabs ul {
	margin: 0 auto;
	padding: 0 0 0 1px;
	list-style: none;
	display: table;
	background: url(images/buttons/buttons_ucp_tab.gif) no-repeat -249px 0;
}

#ucp-tabs ul li {
	margin: 0;
	padding: 0;
	display: table-cell;
}

#ucp-tabs ul li a {
	padding: 1px 8px;
	display: block;
	background: url(images/buttons/buttons_ucp_tab.gif) no-repeat right 0;
	color: #000000;
	font: 12px/21px 'Lucida Grande', Verdana, sans-serif;
	text-decoration: none;
}

#ucp-tabs ul li a:active {
	background: url(images/buttons/buttons_ucp_tab.gif) no-repeat right -23px;
}

#ucp-tabs ul li.activetab a {
	background: url(images/buttons/buttons_ucp_tab.gif) no-repeat right -46px;
}

#ucp-menu {
	border: 1px solid #b8b8b8;
	background: #ffffff;
}

#ucp-navigation {
	width: 175px;
	padding: 8px 0;
}

#ucp-navigation ul, #ucp-navigation dl {
	margin: 0;
	padding: 0;
	list-style: none;
}

#ucp-navigation ul li, #ucp-navigation dl dd {
	margin: 0;
	padding: 0;
}

#ucp-navigation ul li#active-subsection {
	background: #3875d7;
	color: #ffffff;
}

#ucp-navigation ul li#active-subsection a {
	color: #ffffff;
}

#ucp-navigation ul li a {
	padding: 0 8px 0 16px;
	display: block;
	color: #000000;
	font: 11px/20px 'Lucida Grande', Verdana, sans-serif;
	text-decoration: none;
}

.ucp-navigation-sep {
	border-top: 1px solid #bfbfbf;
	margin: 8px 0;
	font-size: 0;
}

#ucp-navigation dl dt {
	padding: 0 8px 0 16px;
	color: #929292;
	font: 11px/20px 'Lucida Grande', Verdana, sans-serif;
}

#ucp-navigation dl dd {
	padding: 0 8px 0 32px;
	font: 11px/20px 'Lucida Grande', Verdana, sans-serif;
}

#ucp-navigation dl dd.friend-online {
	background: url(images/misc/friend_online.gif) no-repeat 16px 5px;
}

#ucp-navigation dl dd.friend-offline {
	background: url(images/misc/friend_offline.gif) no-repeat 16px 5px;
}

#ucp-navigation dl dd .ucp-add {
	width: 27px;
	margin: 0 6px 0 0;
	line-height: 20px;
	vertical-align: middle;
	height: 15px;
	outline: none;
}

.pm_marked_colour {
	background: url(images/misc/pm_color_marked.gif) no-repeat 16px 4px;
}

.pm_marked_colour_a {
	padding-left: 14px;
	background: url(images/misc/pm_color_marked.gif) no-repeat left;
}

.pm_replied_colour {
	background: url(images/misc/pm_color_replied.gif) no-repeat 16px 4px;
}

.pm_replied_colour_a {
	padding-left: 14px;
	background: url(images/misc/pm_color_replied.gif) no-repeat left;
}

.pm_friend_colour {
	background: url(images/misc/pm_color_friend.gif) no-repeat 16px 4px;
}

.pm_friend_colour_a {
	padding-left: 14px;
	background: url(images/misc/pm_color_friend.gif) no-repeat left;
}

.pm_foe_colour {
	background: url(images/misc/pm_color_foe.gif) no-repeat 16px 4px;
}

.pm_foe_colour_a {
	padding-left: 14px;
	background: url(images/misc/pm_color_foe.gif) no-repeat left;
}

#ucp-main h2 {
	margin: 8px 0 8px 0;
	padding: 0;
	font: bold 16px 'Lucida Grande', Verdana, sans-serif;
}

#ucp-main h3 {
	margin: 4px 0 12px 0;
	padding: 0;
	font: bold 13px 'Lucida Grande', Verdana, sans-serif;
}

#ucp-main p {
	margin: 4px 0 12px 0;
	padding: 0;
	line-height: 150%;
}

.pollbar {
	border: 1px solid #97a9bb;
	padding: 1px;
	background: url(images/misc/poll_bar.gif) #82bbf5 repeat-x;
	font-size: 10px;
	line-height: 11px;
}