html {
	height: 100%;
}

body {
	height: 100%;
	padding: 0px;
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	/* color: #333333; */
	/*background:url('../images/back.jpg') repeat-x;*/
	/* background-color: #576183; /* Slavena 1 */
	
}

.server_node .x-tree-node-collapsed .x-tree-node-icon  {
	background-image:url(images/default/tree/server.gif);
}

div.side-box {
	background: transparent url(images/side-box.png) no-repeat;
	padding-top:9px;
	width:200px;
	margin-bottom:20px;
	zoom:1;
}
div.side-box-inner {
	background: transparent url(images/side-box.png) no-repeat 0 bottom;
	padding:0 15px 5px;
	font-size:12px;
	zoom:1;
}
#bd div.side-box-inner h5 {
	background:transparent !important;
	padding-top:0;
}


div.big-box {
	background: transparent url(images/big-box.png) no-repeat;
	padding-top:12px;
	width:700px;
	margin-bottom:20px;
}
div.big-box-inner {
	background: transparent url(images/big-box.png) no-repeat 0 bottom;
	padding:0 15px 12px;
	font-size:12px;
}
div.big-box-solid {
	background: transparent url(images/big-box-solid.png) no-repeat;
	padding-top:8px;
	width:700px;
	margin-bottom:20px;
}
div.big-box-solid-inner {
	background: transparent url(images/big-box-solid.png) no-repeat 0 bottom;
	padding:0 15px 5px;
	font-size:12px;
	color:#555577;
}
#bd div.big-box-inner h5 {
	background:transparent !important;
	padding-top:0;
}

div.full-box {
	background: transparent url(images/full-box.png) no-repeat;
	padding-top:12px;
	width:920px;
}
div.full-box-inner {
	background: transparent url(images/full-box.png) no-repeat 0 bottom;
	padding:0 15px 10px;
	font-size:12px;
}


div.content-box {
	width:700px;
}
div.content-box p {
	margin-left:5px;
	margin-right:5px;
}
#bd div.content-box ul.features {
	margin-left:20px;
}
#bd .content-box h5 {
	background-image: url(images/med-shd.png);
	padding-left:10px;
}

div.med-box {
	width:700px;
}

div.small-box {
	width:200px;
}

span.blog_sign {
	color: #AAAAAA;
	font-size:xx-small;
	
}

#usermenu {

	top:-30px;
	position: relative;
	font-size:11px;
	color:#333333;
	float: right;
	width: 200px;
	display: block;
}

.console_0 {
	color: red;
	font-weight: bold;
}

.console_1 {
	color: green;
	font-weight: bold;
}

.console_10 {
	color: #333399;
}

.welcomelink,welcomelink:visited {
	font-size: 11px;
	horizontal-align:left;
	color:#6D3D7E;
	list-style: none;
	text-decoration:none;
	text-transform: none;
}

.welcomelink:hover {
	font-size: 11px;
	horizontal-align:left;
	color:#666666;
	list-style: none;
	text-decoration:underline;
	text-transform: none;
	
}

.bannerlink {
	margin: 2px;	
	padding-top: 4px;
}


