/*
http://www.dynamicdrive.com/style/csslibrary/item/dd-color-tabs/
http://www.dynamicdrive.com/style/layouts/item/css-liquid-layout-34-fluid-fixed-fixed/
*/

#maincontainer {
width:100%;
	border-collapse: separate;
	border-spacing: 0;
}
#contentcolumn {
	width: 70%;
	background: #ffffff;
	clear: left;
}
#leftcolumn{
	width: 30%; /*Width of left column in percentage*/
	background: #f0f0f0;
	font-size: 0.9em;
	border-left: 1px solid #999999;
}
#rightcolumn{
	width: 200px; /*Width of right column in pixels*/
	background: #e0e0e0;
	border-left: 1px solid #999999;
}
#shoutboxmessages{
	white-space:normal;
	width:100%;
}

#footer{
	font: normal 11px Arial, Verdana, sans-serif;
	clear: left;
	width: 100%;
/*	background-color:#800101; */
	background: #111;
	color: #fff;
	padding: 4px;
}
#footer a{
	color: #fff;
}
.innertube{
	margin: 5px;
	margin-top: 0;
}

/* The tabs. */
#sectiontabs{
	padding: 0;
	width: 100%;
	background: #800101;
	voice-family: "\"}\"";
	voice-family: inherit;
	padding-left: 9px;
}

#sectiontabs ul{
	font: bold 0.8em Arial, Verdana, sans-serif;
	margin:0;
	padding:0;
	list-style:none;
}

#sectiontabs li{
	display:inline;
	margin:0 2px 0 0;
	padding:0;
}


#sectiontabs a{
	float:left;
	color: white;
	background: #b22400 url(/design/dk_nizhal_base/images/top_tabs_left.gif) no-repeat left top;
	margin:0 2px 0 0;
	padding:0 0 1px 3px;
	text-decoration:none;
	letter-spacing: 1px;
}

#sectiontabs a span{
	float:left;
	display:block;
	background: transparent url(/design/dk_nizhal_base/images/top_tabs_right.gif) no-repeat right top;
	padding:4px 9px 2px 6px;
}

#sectiontabs a span{
	float:none;
}

#sectiontabs a:hover{
	background-color: #dd2400;
}

#sectiontabs a:hover span{
	background-color: #dd2400;
}

#sectiontabs .current a, #topsection .current span, #topsection .selected a, #topsection .selected span{ /*currently selected tab*/
	background-color: #dd2400;
}

#topsectionline{
	clear: both;
	padding: 0;
	width: 100%;
	height: 8px;
	line-height: 8px;
	background: #dd2400;
}

div#links ul
{
	margin: 0;
	padding: 0.25em 0 0.25em 0;
}

div#links ul li
{
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	display: inline;
	margin-left: 1em;
	margin-right: 1em;
}

div#links
{
	float: right;
	clear: right;
	text-align: right;
	padding-right: 0;
	font-size: 0.9em;
	font-weight: bold;
	height: 25px;
	width: 70%;
}

div#links a
{
	color: #515346;
	border-left: 1px solid #CECEC2;
	display: block;
	float: right;
	padding-left: 1em;
	padding-right: 1em;
	height: 18px;
}
#user_head
{
	padding: 4px;
	background-color:#660000;
	color:#fff;
	width: 100%;
}
#section-description
{
	padding: 4px;
	background-color:#999;
	color:#fff;
}
#section-description a
{
	color:#fff;
}

/* DD Color Tabs II http://www.dynamicdrive.com/style/csslibrary/item/dd-color-tabs-ii/ */
#invtabs{
	margin-left: 4px;
	padding: 0;
	width: 100%;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	padding-left: 5px;
}
#invtabs ul{
	font: normal 0.6em Arial, Verdana, sans-serif;
	margin:0;
	margin-bottom: 1em; /*margin between menu and rest of content*/
	padding:0;
	list-style:none;
}
#invtabs li{
	display:inline;
	margin:0 2px 0 0;
	padding:0;
	line-height: 1.5em;
}
#invtabs a{
	float:left;
	color: white;
	background: #8b0000 url(/design/dk_nizhal_base/images/color_tabs_left2.gif) no-repeat left bottom;
	margin:0 2px 0 0;
	padding:0 0 0 3px;
	text-decoration:none;
	letter-spacing: 1px;
}
#invtabs a span{
	float:left;
	display:block;
	background: transparent url(/design/dk_nizhal_base/images/color_tabs_right2.gif) no-repeat right bottom;
	padding:3px 9px 3px 6px;
}
#invtabs a span{
	float:none;
}
#invtabs a:hover{
	background-color: #d50509;
}
#invtabs a:hover span{
	background-color: #d50509;
}
#invtabs .current a, #invtabs .current span{ /*currently selected tab*/
	background-color: #d50509;
}
#invtabsline{
	clear: both;
	padding: 0;
	width: 100%;
	height: 8px;
	line-height: 8px;
	background: #8b0000;
	border-bottom: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}
