@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background: #0d0c0a fixed repeat;
}
#body_bg2 {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 650px;
	background: transparent none fixed repeat top left;
	opacity: 0;
}
/** header containers */
#header_tiling,
#header_tiling2 {
	position: fixed;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: transparent none fixed repeat-x top left;
}
#header_tiling2 {
	z-index: 1;
	opacity: 0;
	display: none;
}
#header_image,
#header_image2 {
	position: fixed;
	z-index: 1;
	width: 100%;
	height: 650px;
	background: transparent none fixed no-repeat top left;
}
#header_image2 {
	z-index: 2;
	opacity: 0;
	display: none;
}
#container {
	position: absolute;
	width: 100%;
	z-index: 3;
}
#title,
#focus1,
#focus2 {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
#title {
	z-index: 1;
	left: 0;
	background: no-repeat top left;
}
#focus1,
#focus2 {
	z-index: 0;
	right: 0;
	background: no-repeat top right;
}
#focus1 {
	opacity: 1;
}
#focus2 {
	opacity: 0;
}

.frameComponent {
	position: absolute;
	z-index: 2;
	cursor: pointer;
}
#globalnav {
	left: 4px;
	top: 48px;
}
#globalnav > div {
	position: relative;
	display: block;
	float: left;
	height: 48px;
}
#globalnav .head {
	width: 48px;
	background: url('../../2010/themes/default/layout/fg/frame/header_left_head.png') no-repeat;
}
#globalnav .body {
	background: url('../../2010/themes/default/layout/fg/frame/header_left_body.png') repeat-x;
}
#globalnav .body ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#globalnav .body ul li {
	display: block;
	float: left;
	height: 28px;
	margin-right: 12px;
	padding: 10px;
	font-size: 14pt;
	color: #bfb8ac;
	text-shadow: #000 2px 3px 8px;
}
#globalnav .body ul li.search {
	width: 48px;
	height: 48px;
	margin: 0;
	padding: 0;
	background: url('../../2010/themes/default/layout/fg/icons/header_left_search.png') no-repeat;
}
#globalnav .body ul li.search:hover {
	background-position: 0px -48px;
}
#globalnav .tail {
	width: 24px;
	background: url('../../2010/themes/default/layout/fg/frame/header_left_tail.png') no-repeat;
}
#navcolumn {
	left: 4px;
	top: 96px;
	width: 10px;
	bottom: 36px;
	background: url('../../2010/themes/default/layout/fg/frame/header_left_body.png');
}
#navfooter {
	left: 4px;
	bottom: 4px;
	height: 32px;
}
#navfooter > div {
	position: relative;
	display: inline-block;
	height: 32px;
}
#navfooter .body {
	background: url('../../2010/themes/default/layout/fg/frame/footer_left_body.png') repeat-x;
}
#navfooter .tail {
	width: 16px;
	background: url('../../2010/themes/default/layout/fg/frame/footer_left_tail.png') no-repeat;
}

#userpanel {
	right: 0;
	top: 0;
}
#userpanel > div {
	position: relative;
	display: inline-block;
	height: 32px;
}
#userpanel .tail {
	width: 16px;
	background: url('../../2010/themes/default/layout/fg/frame/header_right_tail.png') no-repeat;
}
#userpanel .body {
	background: url('../../2010/themes/default/layout/fg/frame/header_right_body.png') repeat-x;
}
#userpanel .body a.username {
	font-size: 14pt;
	font-weight: bold;
	color: #e0dbd5;
}
#userpanel .body .icons {
	display: inline;
	height: 24px;
	padding: 4px;
}
#userpanel .body .icons a {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url('../../2010/themes/default/layout/fg/icons/header_right_icons.png') no-repeat;
}
#userpanel .body .icons a.newPosts {
	background-position: 0px 0px;
}
#userpanel .body .icons a.newPosts:hover {
	background-position: 0px -24px;
}
#userpanel .body .icons a.privateMessages {
	background-position: -48px 0px;
}
#userpanel .body .icons a.privateMessages:hover {
	background-position: -48px -24px;
}
#userpanel .body .icons a.editProfile {
	background-position: -72px 0px;
}
#userpanel .body .icons a.editProfile:hover {
	background-position: -72px -24px;
}
#userpanel .body .icons a.editOptions {
	background-position: -96px 0px;
}
#userpanel .body .icons a.editOptions:hover {
	background-position: -96px -24px;
}
#userpanel .body .icons a.logout {
	background-position: -120px 0px;
}
#userpanel .body .icons a.logout:hover {
	background-position: -120px -24px;
}
#userpanel .body .icons .newItemsMarker {
	position: absolute;
	right: 0;
	top: 0;
	padding: 4px;
	border: 2px solid #fff;
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	background: #f00;
	font-face: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #fff;
}
#userpanel .body .welcome {
	font-size: 14pt;
	font-weight: bold;
}
#userpanel .body .login {
	display: inline;
}
#userpanel .body .login .username,
#userpanel .body .login .password {
	font-size: 10pt;
}
#userpanel .body .login input[type='text'],
#userpanel .body .login input[type='password'] {
	width: 120px;
	font-size: 12pt;
	color: #e0dbd5;
}
#userpanel .body .login label[for='cb_cookieuser'] {
	font-size: 10pt;
}
#userpanel .body .login input[type='submit'] {
	font-size: 12pt;
}
#appcolumn {
	right: 0;
	top: 24px;
	width: 8px;
	bottom: 96px;
	background: url('../../2010/themes/default/layout/fg/icons/footer_right_body.png');
}
#userfooter {
	right: 0;
	bottom: 48px;
	height: 48px;
}
#userfooter > div {
	position: relative;
	display: inline-block;
	height: 48px;
}
#userfooter .tail {
	width: 24px;
	background: url('../../2010/themes/default/layout/fg/icons/footer_right_tail.png') no-repeat;
}
#userfooter .body {
	background: url('../../2010/themes/default/layout/fg/icons/footer_right_body.png') repeat-x;
}
#userfooter .head {
	width: 48px;
	background: url('../../2010/themes/default/layout/fg/icons/footer_right_head.png') no-repeat;
}

#content {
	position: relative;
	left: 0;
	top: 0;
	padding: 15px;
}

/** shadow elements */
.shadow16px_ne,
.shadow16px_e,
.shadow16px_se
,.shadow16px_s,
.shadow16px_sw {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 16px;
	height: 16px;
	background-color: transparent;
	background-repeat: no-repeat;
}
.shadow16px_ne {
	background-image: url('/styles/clan/images/ag_shadow16px_op50_ne.png');
}
.shadow16px_e {
	top: 16px;
	background-image: url('/styles/clan/images/ag_shadow16px_op50_e.png');
	background-repeat: repeat-y;
}
.shadow16px_se {
	background-image: url('/styles/clan/images/ag_shadow16px_op50_se.png');
}
.shadow16px_s {
	left: 16px;
	background-image: url('/styles/clan/images/ag_shadow16px_op50_s.png');
	background-repeat: repeat-x;
}
.shadow16px_sw {
	background-image: url('/styles/clan/images/ag_shadow16px_op50_sw.png');
}

/** YouTube embed elements */
.youtube {
	position: relative;
	width: 441px;
	height: 366px;
}
.youtube .yt_container {
	position: absolute;
	width: 425px;
	height: 350px;
	background-color: #000;
}
.youtube .shadow16px_ne {
	left: 425px;
}
.youtube .shadow16px_e {
	left: 425px;
	height: 334px;
}
.youtube .shadow16px_se {
	left: 425px;
	top: 350px;
}
.youtube .shadow16px_s {
	top: 350px;
	width: 409px;
}
.youtube .shadow16px_sw {
	top: 350px;
}
.youtube_expander {
	position: relative;
	padding: 4px;
}
.youtube_expander table {
	padding: 4px 8px 4px 4px;
	background: url('/styles/clan/images/backgrounds/bg_807667_op30.png');
}
.screenshot {
	position: relative;
	width: 336px;
}
.screenshot .ss_container {
	position: absolute;
	width: 320px;
}
.screenshot .shadow16px_ne {
	left: 320px;
}
.screenshot .shadow16px_e {
	left: 320px;
}
.screenshot .shadow16px_se {
	left: 320px;
}
.screenshot .shadow16px_s {
	width: 304px;
}
.screenshot .shadow16px_sw {
}
td.controlbar textarea {
	background: #1A1815 url(/styles/clan/images/backgrounds/texture_002_256px.gif) repeat;
	color: #aaa;
}