div.module {
	padding-bottom: 30px;
	background-image:url('../images/layout/bg.sidebar.jpg');
	background-repeat: no-repeat;
	
}
div.module div.title{
	background-image:url('../images/layout/bg.mod.title.png');
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: bold;
	background-position: -30px 2px;
	margin-left: -5px;
	color: #376491;
	padding: 17px 0px 10px 10px;
	cursor:pointer;
}
div.module div.title img {
	margin-top: -3px;
	margin-right: 5px;
}

ul.menu {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	color:#FFFFFF;
	font-size: 14px;
}
ul.menu li {
	list-item-style: none;
	display: block;
	padding: 3px 0px 0px 10px;
}
ul.menu li img {
	vertical-align: middle;
	margin-right: 8px;
}
ul.menu li a{
	font-weight: bold;
	color:#EFEFEF;
	font-size:11px;
	text-decoration:none;
}

ul.menu li a:hover{
	font-weight: bold;
	color:#85E1E1;
	text-decoration:none;
}

ul.menu li a.selected{
	font-weight: bold;
	color:#85E1E1;
	text-decoration:none;
}

div#top_actions a {
	display: block;
	padding:30px 0px 5px 0px;
	text-align: center;
	background-color: #fff;
	width: 90px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #376491;
	background-position: center 5px;
}
div#submenu {
	height: 35px;
}
div#top_actions a.logout {
	background-image:url('../images/layout/exit.png');
	background-repeat: no-repeat;
}

div#top_actions a.reload {
	background-image:url('../images/layout/reload.png');
	background-repeat: no-repeat;
}

div#top_actions a.clipboard {
	background-image:url('../images/layout/clipboard.png');
	background-repeat: no-repeat;
}

div#top_actions span.sep{
	display:block;
	float:left;
	width: 5px;
}
div#top_actions a.config {
	background-image:url('../images/layout/config.png');
	background-repeat: no-repeat;
}

div#top_actions a.board {
	background-image:url('../images/layout/dashboard.png');
	background-repeat: no-repeat;
}
/*----------------CTX-menu-----------*/
ul.ctx_menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.ctx_menu li img {
	margin-right: 5px;
	margin-top: -2px;
	text-align: middle;
}
ul.ctx_menu li {
	margin:0px;
	padding:4px 0px 0px 15px;
	display: inline;
	list-style-type: none;
}

ul.ctx_menu li a {
	font-size: 9px;
	font-weight: bold;
	color: #376491;
	text-decoration:none;
}

ul.ctx_menu li a:hover {
	font-size: 9px;
	font-weight: bold;
	color: #696969;
	text-decoration:none;
}
/*-----------------------------------*/
ul.sub_menu {
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	list-style-type: none;
}
ul.sub_menu li img {
	margin-right: 5px;
	margin-top: -2px;
	text-align: middle;
}
ul.sub_menu li {
	margin:0px;
	padding:4px 0px 0px 15px;
	display: inline;
	list-style-type: none;
}

ul.sub_menu li a {
	font-size: 20px;
	font-weight: bold;
	color: #376491;
	text-decoration:none;
}

ul.sub_menu li a:hover {
	font-size: 20px;
	font-weight: bold;
	color: #31b612;
	text-decoration:none;
}

div.form_container {
	padding: 5px 10px 10px 10px;
}
div.form_container div.input_row{
	clear:left; 
	margin-top:5px;
	padding-bottom: 5px;
}

div.input_row label {
	width: 110px;
	clear:left;
	font-weight: bold;
	font-size: 11px;
	float: left;
}

div.list_container {
	padding: 10px;
}

a.small_action {
	display: block;
	width: 16px;
	height: 16px;
	background-position: center center;
	background-repeat: no-repeat;
}

a.med_action {
	display: block;
	width: 24px;
	height: 24px;
	background-position: center center;
	background-repeat: no-repeat;
}


ul.tabbed {
	list-style-type: none;	
}

ul.tabbed li {
	float:left;
	height:30px;
	padding-left:30px;
	margin-left: -25px;
	background-image:url('../images/layout/tab.left.png');
	background-position: left top;
	background-repeat: no-repeat;
	z-index: -1;
	margin-bottom:-1px;
}
ul.tabbed li.selected{
	background-image:url('../images/layout/tab.left.off.png');
}
ul.tabbed li span{
	float:left;
	z-index: -1;
	padding-top:5px;
	padding-right:30px;
	padding-bottom:7px;
	background-image:url('../images/layout/tab.right.png');
	background-position: right top;
	background-repeat: no-repeat;
}

ul.tabbed li.selected span{
	background-image:url('../images/layout/tab.right.off.png');
}

ul.tabbed li a {
	background-color:#376491;
	background-image:url('../images/layout/bg.tab.png');
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom:0px;
	padding: 9px 5px 7px 5px;
	color: #FFFFFF;
	font-weight:bold;
	font-size: 12px;
	text-decoration: none;
}
ul.tabbed li.selected a {
	color:#376491;
	background-image:url('../images/layout/bg.tab.off.png');
}
ul.tabbed li a b {
	font-weight:bold;
}

div.pager {
	font-size: 12px;
}

a.small_action.left{	
	background-image:url('../images/base/actions/toleft.off.png');
	
	
}
a.small_action.left:hover{	
	background-image:url('../images/base/actions/toleft.on.png');
}

a.small_action.right{	
	background-image:url('../images/base/actions/toright.off.png');
}
a.small_action.right:hover{	
	background-image:url('../images/base/actions/toright.on.png');
}

a.small_action.delete{	
	background-image:url('../images/base/actions/close.16.png');
}

a.small_action.addusr{	
	background-image:url('../images/base/actions/emp.16.png');
}

a.small_action.details{	
	background-image:url('../images/base/actions/details.16.png');
}

a.small_action.edit{	
	background-image:url('../images/base/actions/edit.16.png');
}

a.small_action.up{	
	background-image:url('../images/base/actions/up.off.png');
}
a.small_action.up:hover{	
	background-image:url('../images/base/actions/up.on.png');
}

a.small_action.down{	
	background-image:url('../images/base/actions/down.off.png');
}
a.small_action.down:hover{	
	background-image:url('../images/base/actions/down.on.png');
}


a.small_action.objects{	
	background-image:url('../images/base/actions/obj.16.png');
}
a.small_action.objects:hover{	
	background-image:url('../images/base/actions/obj.16.png');
}

a.small_action.select{	
	background-image:url('../images/base/actions/edit.16.png');
}
a.small_action.select.selected{	
	background-image:url('../images/base/actions/edit.16.on.png');
}
a.small_action.select:hover{	
	background-image:url('../images/base/actions/edit.16.on.png');
}

a.med_action.reset{	
	background-image:url('../images/base/btn.reset.png');
}
a.med_action.reset:hover{	
	background-image:url('../images/base/btn.reset.on.png');
}


.catalogList a {
	font-size:12px;
	font-weight:bold;
}

div.slider {
	width: 250px;
	padding-left:10px;
	padding-right:4px;
	background-image:url('../images/layout/bg.slider.png'); backgrouns-repeat: repeat-x;
}
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 12px; height: 15px; cursor: default; background-image:url('../images/layout/knob.png'); backgrouns-repeat:no-repeat;}
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*


