
/*****************************************
 * Layout
 *****************************************/
/* see layout.css */

/*****************************************
 * Basic setup
 *****************************************/

body  {
	/* background: #d3dce6; */
    background: #eff2f3;
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
}

a {
	color: #f60
}
a[rel*="external"]:after {
    content: "\00a0" url(/tpl/3col_new_beta/img/external.png);
}
a,h1,.logo {
	font-weight: bold
}

a {
	text-decoration: none
}

a:hover,.logo,.sidebarLeft,.catdirsub a:hover {
	color: #ffba00
}

img {
	border: 0 solid #000
}

h1 {
	font-size: 2em
}

h2 {
	font-size: 1.6em
}

h2,h3 {
	font-weight: bolder
}

h3 {
	font-size: 1.3em
}


/*****************************************
 * Header 
 *****************************************/

#header {
    background: #000 url(/tpl/3col_new_beta/img/head_back.gif) repeat-x;
}

#header * a:hover {
	background: none;
	text-decoration: none;
	border: none;
}

.logo {
    margin: 0px;
    padding: 0px;
	height: 70px;
    width: 110px;
	padding-left: 15px;
}

.sidebarLeft , .col2{
	margin-left: .2em;
    color: #eff2f3;
}


/*****************************************
 * Mainmenu setup (top)
 *****************************************/

.mainmenu {
    background: transparent url(/tpl/3col_new_beta/img/menu_back.gif) repeat-x;
    height: 32px;
}

.mainmenu a {
	color: #26354a;
	text-decoration: none;
}

.mainmenu li {
    float: left;
    list-style: none;
	font: 10px Arial, Helvetica, sans-serif;
	letter-spacing: .1em;
	line-height: 16px;
	padding: 0px 5px 0px 5px;
    margin: 1px 0px;
    height: 30px;
    min-width:80px;
    text-align: center;
    vertical-align: middle;
}

.mainmenu li a {
    display: block;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.mainmenu li a:hover {
	background: #f60
}

.mainmenucur {
    background: url(/tpl/3col_new_beta/img/head_back.gif) repeat-x;
    background-position: bottom;
    border: 0px #000;
    min-width: 80px;
}
.mainmenucur a {
    color: #ccc;
    bottom: 10px;
}


/*****************************************
 * Category (left column)
 *****************************************/

.categorydir {
	font-family: Arial;
	color: #f60;
    list-style-type:none;
    display: block;
    padding: 0px;
    margin: 0px;
}

.categorydir * li {
    margin: 0px;
    padding: 0px;
}

.categorydir * h3 {
	font-size: 1.1em;
    cursor: pointer;
    border-bottom: 1px solid;
}
.categorydir * h3:hover {
    background: #fff;
    color: #000;
}

#currentcat {
    background: #64748b;
}

/* Accordion last selected; */
.catdirpar .selected {
    background: #64748b;
}

.categorydir * a {
    width:100%;
	text-decoration: none;
	display: block;
}
.catdirpar {
	margin-bottom: 1em;
    padding-bottom: .5em;
}

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

.catdirpar .current {
    background: #64748b;
    color: #000;
}
.catdirsub .current {
    background: #64748b;
}

.catdirsub {
	margin-left: 1em;
	font-size: 0.9em;
	color: #f80;
}

.catdirsub a {
	white-space: nowrap;
	color: #f80;
}


/*****************************************
 * Item settings 
 *****************************************/

.item {
	border-left: 5px solid transparent;
	border-right: 2px solid transparent;
	margin: .5em 0;
	padding: .5em 0;
}

.itemOld {
    border-left: 5px solid #d3dce6;
    border-right: 2px solid yellow;
}

.itemInvalid {
    border-left: 5px solid red;
    background: url(/tpl/3col_new_beta/img/error_band_r.gif) right repeat-y;
}

.item:hover {
	_background: #dbe5ee;
}

.itemnew {
	border-color: green;
	background: url(/tpl/3col_new_beta/img/new_band_r.gif) right repeat-y;
}

.itemextras {
	font-size: 0.8em
}

.itemnr {
	width: 2em;
	text-align: right;
	float: left;
}

.itempiccont {
	padding: 0 0.5em 0 0.5em;
	float: left;
	height: 100%;
}

.itempic {
	width: 70px;
	height: 50px;
	margin: 0;
	padding: 0;
	float: right;
}
.itemdata {
	vertical-align: -0.2em;
	top: -10px;
	position: relative;
	max-width: 70%;
	float:left;
	margin-left: 5px;
}
.itemdata h3 {
	margin: 0px;
	padding: 0px;
}

.itemclear {
	float: none;
	clear: both;
}


/*****************************************
 * Page navigation for list view
 *****************************************/

.pagenav a {
	width: 1.8em;
	display: block;
	text-align: center;
	float: left;
	color: #26354a;
	text-decoration: none;
	background: #eff2f3;
}

.pagenav a:hover {
	background: #26354a;
	color: #f60;
}

.pagenavcur a {
	background: #26354a;
}

.pagenavcur a,.mainmenu a:hover {
	color: #fff
}



/*****************************************
 * Detail view specific settings 
 *****************************************/

.detail {
	margin-bottom: 1em;
    padding-bottom: .5em;
}

.detail * a {
	white-space: nowrap;
	color: #f80;
}
.detail_title, .detail h3 {
	font-weight: bold;
    padding: 0.2em;
	display: block;
	border-bottom: 1px solid #26354a;
	color: #26354a;
}
.detail_info, .detail p, .detail div{
	padding: 0.2em
}


/*****************************************
 * Graph display on detail page
 *****************************************/

.tabmain {

}

.tabmainselected {
	font-size: 150%
}

.trendgraph {
    margin: 1em;
}

.ui-tabs-nav {
    text-align: left;
    border-bottom: 1px solid; 
    margin: 0;
    padding: 0;
}
.ui-tabs-nav li {
    display: inline;
    padding:.4em;
}
.ui-tabs-selected span {
    padding: 0 .5em;
    border-top: 1px solid;
    border-right: 1px solid;
    border-left: 1px solid;
    border-bottom: 1px solid #eff2f3;
}
.ui-tabs-unselect span {
    padding: 0 .5em;
    border-top: 1px solid;
    border-right: 1px solid;
    border-left: 1px solid;
}
.ui-tabs-disabled {

}
.ui-tabs-panel {

}
.ui-tabs-hide {
    display: none;
}


/*****************************************
 * Other settings for additional widget 
 * like things
 *****************************************/

.rss {
	margin: .5em;
	overflow: hidden
}

.rssitem {
	margin-bottom: .5em;
	max-width: 200px
}

.searchmini {
    margin-bottom: .5em;
    white-space:nowrap;
}

