/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none!important;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none!important;
    }
}

/* Skin */
#tabSwitcherContainer
{
	margin: 10px 0 0px 10px !important;
	background:#660000;
	border:1px solid #363636;!important;
}

#tabSwitcherContainer a { color:#FFFFCC; text-decoration: none; }
#tabSwitcherContainer a:hover { color: #fff; }

#tabSwitcher { /* the whole container with all elements of the tabbed section */
	/*height:350px!important;  defines a static height to the tabed section and avoids "jumping" - part 1 of 2 */
	min-height: 350px; 
    height: auto !important; 
    height:350px;
	color:#fff;
}

#tabSwitcher h2
{
	color:#fff;
}

.ui-tabs-panel { /* the main content-section of the tabbed area NOT the tabs themselfes */
	width:608px!important;    
	/*border:1px solid #363636;!important; /* declare background color for container to avoid distorted fonts in IE while fading */
}

.fragmentTop
{
	background:#a20202;
	padding: 10px!important;
}

#latest td, #forumlist td, #favorites td { padding: 5px 10px; }

#forumlist tr td div.nest {
	padding-left: 2.5ex;
}

#latest tr, #forumlist tr, #favorites tr { background-color: #E5E5E5; }
#latest tr:hover, #forumlist tr:hover, #favorites tr:hover { background-color: #787878; }

#latest th, #forumlist th, #favorites th {
	text-align: left;
	background-color: rgb(102, 102, 102);
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
	padding: 5px 9px;
	color: rgb(255, 255, 255);
	background:url(../images/boxTitleHeadingBg.png) repeat-x;
}

#latest th a, #forumlist th a, #favorites th a {
	color: rgb(200, 200, 200) !important;
	font-style: italic;
}

#latest th a:hover, #forumlist th a:hover, #favorites th a:hover {
	color: rgb(255, 255, 255) !important;
}

#latest td a {
	color:#545454 !important;
	font-style: italic;
}

#latest td a:hover {
	color: rgb(255, 255, 255) !important;
}

#latest td {
	color:#545454 !important;
}

tr.bb-category td {
	background-color: #ddd;
}

#latest, #forumlist, #favorites {
	background-color: #363636;
	margin-bottom: 1em;
	width: 100%;
}

#latest, #forumlist {
	/*margin-top: -0.9em;*/
}

.forumLatest
{
	width:918px !important;
	margin-left:10px;
}

#discussions .nav {
	margin-top: -2em;
	margin-bottom: 1em;
}

.fragmentBottom
{
	padding: 10px!important;
}

/* the "fragments" which are the single tab areas. each tab is defined by a fragment. 
you can add as many as you want following the scheme "#fragment-x" */
#fragment-1, #fragment-2 {
	 /*height:250px!important; defines a static height to the tabed section and avoids "jumping" - part 2 of 2 */
	min-height: 250px; 
    height: auto !important; 
    height:250px;
}

.ui-tabs-nav { /* the whole area of the tabs navigation above the tabbed-content */
    list-style:none!important;
    margin:0px!important;
    padding:0px!important;
}

.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block!important;
    clear: both!important;
    content: " "!important;
}
.ui-tabs-nav li {
    float: left!important;
    margin:10px 1px 0 0!important;
    min-width: 85px!important; /* be nice to Opera */
}
.ui-tabs-nav .ui-tabs {
    display:block!important;
    padding:5px!important;
    background:#660000!important;
	/*margin:1px 0 0 0!important; /* position: relative makes opacity fail for disabled tab in IE */
	position: relative!important;
    /*top:1px!important;*/
    z-index:2!important;
    color: #fff!important;
    font-weight:bold!important;
    line-height:1.2!important;
    text-align:center!important;
    text-decoration:none!important;
    white-space:nowrap!important; /* required in IE 6 */    
    outline:0!important; /* prevent dotted border in Firefox */
	text-transform:uppercase !important;
	margin-left:10px;
}


.ui-tabs-nav .ui-tabs:hover { /* here´s to define the hover effect of the tabs */
    background:#990000!important;
	color:#fff!important;
}


.ui-tabs-selected .ui-tabs { /* the effects of the currently selected tab */
	background-color:#a20202!important;
    color:#fff!important;
}

.ui-tabs-nav .ui-tabs-selected .ui-tabs, 
.ui-tabs-nav .ui-tabs a:hover, 
.ui-tabs-nav .ui-tabs a:active {
    background-position: 100% -150px!important;
}

.ui-tabs-nav .ui-tabs, 
.ui-tabs-nav .ui-tabs-disabled .ui-tabs a:hover, 
.ui-tabs-nav .ui-tabs-disabled .ui-tabs a:active {
    background-position: 100% -100px!important;
}

.ui-tabs-nav .ui-tabs-selected .ui-tabs a:link, 
.ui-tabs-nav .ui-tabs-selected .ui-tabs a:visited, 
.ui-tabs-nav .ui-tabs-disabled .ui-tabs a:link, 
.ui-tabs-nav .ui-tabs-disabled .ui-tabs a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text!important;
}

.ui-tabs-nav .ui-tabs a:hover, 
.ui-tabs-nav .ui-tabs a:active,
.ui-tabs-nav .ui-tabs-unselect .ui-tabs a:hover, 
.ui-tabs-nav .ui-tabs-unselect .ui-tabs a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer!important; 
	background-color:#333!important;
	color:#fff!important;
}

.ui-tabs-disabled {
    opacity: .4!important;
    filter: alpha(opacity=40)!important;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block!important;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block!important;
}

#leadpic
{
	width:150px;
	display:block;
	float:right;
	padding:45px 10px 0px 10px;
}
