#news {
	float: left;
	background: #ffffff;
	width: 620px;
	border-left: solid 1px #cdd2dc;
	border-right: solid 1px #cdd2dc;
	border-bottom: solid 1px #cdd2dc;		
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}
#news .head {
	min-height: 105px;
	background-repeat: repeat-x;
	background-color: #f2f3f5;
    border-top: #cdd2dc 1px solid;
    border-radius:7px 7px 0px 0px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    
}
#news h1 {
	padding: 20px 0px 20px 10px;
	font-weight: bold;
}
#news .head p {
	padding: 0px 0px 10px 10px;
	float: left;
	font-size:12px;
	line-height: 14px;
	color:#333333;
	text-transform: uppercase;
	text-shadow: #fff 0 1px;
}
#news .head p a {
	color:#333333;
	font-weight: bolder;
}

#news #newssubbar {
	text-align: right;
	background-image: url('/images/toolbar_bg.jpg');
	font-size: 12px;
	color: #666666;
	border: solid 1px #cdd2dc;
	border-left: none;
	border-right: none;
	clear: both;
	height: 32px;
	line-height: 30px;
	vertical-align: middle;
	padding-right: 10px;
}
#news #newssubbar a {
	font: 12px "Arial";
	line-height: 12px;
	color: #3c6c96;
	text-shadow: 0px 1px 0px #ffffff;	
}
#news #newssubbar a:hover {
	color: #3c6c96;	
}

#news #newssubbar img {
	vertical-align: text-top;
}
#news #newssubbar .pager {
	width: 100%;
}

#news #newscontent {
	clear: both;
	color:#000000;
	font-size: 14px;
	line-height:20px;
	word-wrap: break-word;
}
#news #newscontent p {
	padding: 10px;
}
#news #newscontent .box {
	padding: 8px 12px 8px 12px;
	color: #666666;
	background-color: #FFFFFF;
}
#news #newscontent .box .link{
	color: #3c6c96;
	font-weight: bolder;
}
#news #newscontent .altrow {
	background: #f3f3f3;
}
#news #newscontent .box A {
	color: #666666;
}

#news #newscontent .network a {
	font-size: 12px;
	color: #3c6c96;
}
#news #newscontent .network .net_type {
	font-weight: bolder;
	color: #000000;
}

#sidebar {
	padding-left: 10px;
	float: left;
	margin-top:7px;
}
#sidebar .widget {
	background: #ffffff;
	float: left;
	margin-right: 12px;
	width: 300px;
}
#sidebar .widget .row {
	border-color: #cdd2dc;
	border-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	clear: both;
	overflow: hidden;
}
#sidebar .widget .bottom {
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	height: 12px;
}
#sidebar .widget p {
	padding: 8px 10px;
	margin: 0px;
}
#sidebar .widget a {
	color: #3c6c96;
	text-decoration: none;
}
#sidebar .widget a:hover {
	text-decoration: underline;
}
#sidebar .widget h1 {
	font: bold 16px "Arial";
	line-height: 16px;
	color: #2d3641;
	text-shadow: 0px 1px 0px #ffffff;
	text-transform: uppercase;
	background: url("/images/workbench/header_bg.png");
	border: 1px solid #cdd2dc;
	padding: 7px 10px 0px 10px;
	height: 23px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	position: relative;
}
#sidebar .widget h1 .description {
	color: #696c70;
	text-shadow: none;
	font-weight: normal;
	font-size: 12px;
	line-height: 12px;
	text-transform: none;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #696c70;
}
#sidebar .widget h1 .right {
	position: absolute;
	right: 10px;
}
#sidebar .widget h2 {
	text-transform: uppercase;
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}
#sidebar .widget table {
	width: 100%;
}
#sidebar .widget th {
	color: #131e2b;
	background: #f3f3f3;
	text-align: left;
	font-weight: normal;
	font-size: 10px;
	padding: 4px 10px;
	text-transform: uppercase;
}
#sidebar .widget td {
	height: 12px;
	padding: 8px 10px;
}
#sidebar .widget tr.alt {
	background: #f3f3f3;
}
#sidebar .widget .positive {
	color: #51a02d;
}
#sidebar .widget .negative {
	color: #a5271c;
}

a.btnSmall {
   	height: 100px;
  	padding-right: 22px;
	padding-bottom: 2px;
    text-decoration: none;
    cursor: pointer;
}
a.btnSmall:active {
	background-position: right -17px;
}
a.btnSmall:active span {
    background-position: left -17px;
}
a.btnnext {
    background: transparent url(../images/naeste.png) no-repeat scroll top right;
}
a:hover.btnnext {
    background: transparent url(../images/naeste.png) no-repeat scroll top right;
    text-decoration: none;
}
a.btnprev {
    background: transparent url(../images/forrige.png) no-repeat scroll top right;
}
a:hover.btnprev {
    background: transparent url(../images/forrige.png) no-repeat scroll top right;
    text-decoration: none;
}
.listing th {
	text-align: left;
	padding: 5px;
    }
.listing td {
	padding: 5px;
    color:#666;
    line-heigt:13px;
}
.listing .altrow {
	background: #f3f3f3;
}
textarea#commenttext {
        font-size: 16px;
        line-height:normal;
        width:600px;
        height:115px;
    }
