BODY, TD, INPUT, SELECT, TEXTAREA {
	font-family: trebuchet ms, arial, tahoma, verdana;
	font-size: 8pt;
}
BODY {
	background: #5da0ca url(../images/page_bg.jpg) repeat-x;
	color: white;
}
A {
	color: #91bad6;
}
A:hover {
	color: white;
}

.box {
	background: transparent url(../images/box_bg.png);
	border: 1px solid #91bad6;
	margin: 5px 0px 0px 5px ;
}

.selection {

	float: left;
	padding: 10px;
}


.articleslist .box-header A {
	display: block;
	color: white;
	text-decoration: none;
	text-align: left;
	text-align: center;
}
.articleslist .box-header A.selected {
	text-indent: 10px;
	
	text-align: left;
	background: transparent url(../images/arrow_Sort.png) no-repeat 0px 4px;
}

.articleslist .box-header A.asc {	
	background: transparent url(../images/arrow_ascSort.png) no-repeat  0px 4px;
}

.articleslist .box-header A:hover {
	background-color: #91bad6;
}
.articleslist  .box-header {
	padding-right: 15px;
	background: transparent url(../images/box_darkbg.png) repeat;

	border-bottom: 1px solid #9094b7;
}
.articleslist  .box-header .views, .articleslist .box-header .delta {
	height: 15px;
}
.articleslist .box-header .delta {
	font-size: 14pt;
	line-height: 13px;
}
.articleslist {
	width: 500px;
	height: 300px;
	float: left;
}
.box-title {
	font-size: 13pt;
	line-height: 29px;
	padding: 0px 5px 0px 5px;
	color: white;
	background: transparent url(../images/box_title_bg.png) repeat-x;
}
.box-content {
	height: 235px;
	overflow-y: scroll;
	overflow-x: auto;
	clear: both;
}
.articleslist .title {
	width: 246px;
	
	clear: both;
	padding: 3px;
}
.articleslist .title SPAN {
	font-size: 8pt;
	font-weight: bold;
}
.articleslist .box-title SPAN.desc {
	color: black;
}
.articleslist .box-title SPAN.info {
	font-size: 7pt;
	line-height: 10pt;
	font-weight: normal;
}
.articleslist .info {
	color: #b1b7c2;
	font-weight: bold;
}
.articleslist .views {
	width: 43px;
	padding: 3px;
	background: transparent url(../images/lineH_bg.png) repeat-y;
	text-align: center;
	color: white;
	font-weight: bold;
}
.articleslist TABLE {
	
}
.articleslist TD {
	float: none;
}
.articleslist .box-header TD {
	padding: 0px;
}

.articleslist .box-header TD.title A{
	width: 246px;
	padding: 3px;
}
.articleslist .box-header TD.delta A{
	width: 30px;
	padding: 3px;
}

.articleslist .box-header TD.views A{
	width: 43px;
	padding: 3px;
}
.articleslist .delta {
	width: 30px;
	padding: 3px;
	background: transparent url(../images/lineH_bg.png) repeat-y;
	text-align: center;
	color: white;
	font-weight: bold;
}

.articleslist .views SPAN {
	color: black;
}
.articleslist .selected {
	background: transparent url(../images/box_darkerbg.png) repeat;
}

SELECT {
	border: 0px;
	height: 18px;
	color: white;
	background: transparent url(../images/box_bg.png);
}
INPUT.text  {
	border: 1px solid #76a1bf;
	border-right: 1px solid #b1d0e5;
	border-bottom: 1px solid #b1d0e5;
	background-color: #91bad6;
	color: white;
	line-height: 20px;
	margin: 2px;
}
INPUT.button {
	background-color: #224182;
	border: 1px solid #385796;
	border-bottom: 1px solid #173166;
	border-right: 1px solid #173166;
	color: white;
	font-weight: bold;
	line-height: 20px;
}
OPTION {
	padding: 2px 0px;
	background: transparent;
	border-bottom: 1px solid #e0e0e0;
}
.content {
	clear: both;
}
.delimiter {
	height: 2px;
	background: transparent url(../images/line_bg.png);
	clear: both;
	font-size: 1px;
}

.webItem {
	display: inline;
	cursor: pointer;
}
.categoriesSelect {
	background: transparent url(../images/box_darkbg.png);
	display: none;
	position: absolute;
	font-size: 10px;
	width: 250px;
}
.categoriesSelect INPUT {
	background: transparent url(../images/box_bg.png);
	border: 0px solid white;
	width: 10px;
	height: 10px;
}
.categoriesSelect A {
	display: block;
	clear: both;
}
.cb {
	clear: both;
	height: 0px;
	padding: 0px;
	margin: 0px;
}
INPUT {
	border: 1px solid #ced8e1;
	background-color: #6782ba;
	border-top-color: #506da8;
	border-left-color: #506da8;
	padding: 0px 2px;
}
.smallbox {
	float: left;
	background: transparent url(../images/box_darkerbg.png);
	padding: 5px;
	margin: 5px 0px 0px 5px;
	border: 1px solid #506da8;
	height: 120px;
}
.smallbox .title {
	background-color: #343a71;
	line-height: 20px;
	padding: 1px 5px;
	margin: -5px -5px 5px -5px;
	text-transform: uppercase;
}
.webList {
	height: auto;
	float: none;
}
.webList .title {
	float: left;
	margin-right: 20px;
	margin-bottom: -5px;
}
.webList LABEL.webItem {
	color: #91bad6;
}
.detail_title {
	font-size: 15pt;
	font-weight: bold;
	padding: 10px;
}
.detail_info {
	padding-left: 10px;	
}
