/*
SKIN BY WWW.SKINBOX.NET
*/

html {
	height: 100%;
}

body {
	min-height: 100%;
}

#wrapper {
	background: url("http://static.zenimax.com/forums.bethsoft.com/public/style_images/warriorimg/trans90.png") repeat;
	background: rgba(0,0,0,0.9);
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.15);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15);
	padding: 10px;
}

#bar {
	width: 100%;
	position: fixed;
	top: 0;
	height: 37px;
	background: transparent url(http://static.zenimax.com/forums.bethsoft.com/public/style_images/warriorimg/_custom/bg-bar.png) repeat-x left top;
	z-index: 1000;
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 2px 10px rgba(0,0,0,0.5);
	box-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

/************************************************************************/
/* SWITCH BACKGROUND */
/************************************************************************/

#nav_backgrounds a {
	background-color: #414141;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.1)), to(transparent)); /* Saf-Chrome */
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.1) 0%, transparent 100%); /* FF */
	background-image: linear-gradient(top, rgba(255,255,255,0.1), transparent);
	text-decoration: none;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
	padding: 0px 7px !important;
	height: 24px !important;
	line-height: 24px !important;
	margin: 7px 6px 0px 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	float: right;
}

	#nav_backgrounds a:hover {
		background-color: #494949;
	}

	#nav_backgrounds a:active {
		background-color: #282828;
		background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255,255,255,0.03)), to(transparent)); /* Saf-Chrome */
		background-image: -moz-linear-gradient(bottom, rgba(255,255,255,0.03) 0%, transparent 100%); /* FF */
		background-image: linear-gradient(top, rgba(255,255,255,0.03), transparent);
		text-decoration: none;
		box-shadow: 0 1px 0 rgba(255,255,255,0.15), inset 0 2px 10px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.15), inset 0 2px 10px rgba(0,0,0,0.2);
		-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.15), inset 0 2px 10px rgba(0,0,0,0.2);
	}

		#nav_backgrounds a:active img {
			opacity: 0.5;
		}

/************************************************************************/
/* BACKGROUND SWITCHER */
/************************************************************************/

.select_background {
	display: inline-block;
}

	.select_background img {
		background: rgba(255,255,255,0.1);
		border: 1px solid transparent;
		padding: 3px;
		margin: 6px 2px;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		box-shadow: 2px 2px 12px rgba(0,0,0,0.5);
		-webkit-box-shadow: 2px 2px 12px rgba(0,0,0,0.5);
		-moz-box-shadow: 2px 2px 12px rgba(0,0,0,0.5);
	}

		.select_background:hover img {
			border: 1px solid rgba(255,255,255,0.15);
		}

		.select_background:active img {
			opacity: 0.6;
		}

/* No Flickering */
[data-dropdown] ul, [data-box], [data-dombox], [data-store], [data-domballoon], [data-balloon] { display: none;}

.active[data-target-style] { font-weight: bold !important; }

/* Popup */
#sb-popbox-inner {
	padding: 10px 20px 20px 20px;
	font-size: 1em;
	line-height: 150%;
}

/* Dropdown Menu */
[data-dropdown] { position: relative; }
[data-dropdown=right] ul { right: 0px; }

/* Submenu */
[data-dropdown] ul {
	background: rgba(0,0,0,0.9);
	box-shadow: 0 4px 8px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.8);
	-moz-box-shadow: 0 4px 8px rgba(0,0,0,0.8);
	border-radius: 4px 0 4px 4px;
	-moz-border-radius: 4px 0 4px 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	font-size: 1em !important;
	width: 200px;
	position: absolute;
	z-index: 10000;
	margin: 0;
	padding: 2px !important;
}

	[data-dropdown] ul li {
		margin: 0 !important;
		padding: 0 !important;
		display: block !important;
		float: none !important;
		text-align: left !important;
		text-transform: none !important;
	}

		[data-dropdown] ul li a {
			background: transparent !important;
			border-radius: 4px !important;
			-moz-border-radius: 4px !important;
			-webkit-border-radius: 4px !important;
			box-shadow: none !important;
			-webkit-box-shadow: none !important;
			-moz-box-shadow: none !important;
			margin: 0 !important;
			padding: 4px !important;
			color: #7a7a7a !important;
			text-shadow: none !important;
			border: 0 !important;
			display: block !important;
			float: none !important;
		}

		[data-dropdown] ul li a img {
			position: relative;
			margin-top: 1px;
			margin-right: 2px;
			opacity: 0.3;
			filter: Alpha(opacity=30);
		}

			[data-dropdown] ul li a:hover {
				background: rgba(255,255,255,0.05) !important;
				color: #fff !important;
				border: 0 !important;
			}

			[data-dropdown] ul li a:hover img {
				opacity: 0.8;
				filter: Alpha(opacity=80);
			}

			[data-dropdown] ul li a:active {
				background: rgba(255,255,255,0.02) !important;
				border: 0 !important;
				color: rgba(255,255,255,0.5) !important;
			}

.sb-dropdown_arrow {
	position: relative;
	margin-top: 0px;
	margin-left: 1px;
}

/* Background Picker */
#background-picker { display: none; }
[data-layer] { display: none; }
 
[data-layer=background-switcher] {
	z-index: 10000;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
}
 
[data-layer=background-switcher] > div {
	position: absolute;
	bottom: 50px;
	text-align: center;
	width: 100%;
}

#background, #background-above {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -10;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}

#background-above {
	z-index: -5;
}

#background, #background-above { background-position: center top; }

/* Internals */
.feature-dropdowns-off [data-dropdown] {
	display: none;
}

/************************************************************************/
/* IP.TRACKER */
/************************************************************************/

.issue_list
{
    margin-top:9px;
}
.issue_list .double_pad td
{
    border: 1px solid #393939 !important;
    background: none repeat scroll 0 0 #121212 !important;
}
.trackerSideBlock
{
    border: 1px solid #393939 !important;
    background: none repeat scroll 0 0 #121212 !important;
}

/************************************************************************/
/* BRANDING - PLEASE DO NOT REMOVE */
/************************************************************************/

.branding_skin {	
	padding: 8px;
	text-align: left;
	clear: both;
	overflow: hidden;
}

	.branding_skin a {
		color: #fff;
		text-decoration: none;
	}

	.branding_skin a:hover {
		color: #fff;
		text-decoration: underline;
	}

.branding_logo {
	float: right;
	opacity: 0.7;
}

	.branding_logo:hover {
		opacity: 1;
	}

	.branding_logo:active {
		opacity: 0.7;
	}

/*************************
/* Zenimax Changes
**************************/

#bar {
background: #2a2a2a url('http://static.zenimax.com/forums.bethsoft.com/public/style_images/warriorimg/_custom/bg-maintitle.png') repeat-x 0 50%;
}
