#content.client_area_content {
	background: none !important;
}

.client_area_centered {
	margin: 0 auto 20px auto;
/* 	
	width: 500px !important;
	margin: 0 auto 20px auto;
 */
 }

.client_area_narrow table th {
	width: 240px;
}

ul.errorlist li {
	color: #ff0000;
}

div#innermenu {
	margin-top: -15px;
	padding-bottom: 15px;
}

div#innermenu ul li {
	display: inline;
	font-weight: normal;
}

div#innermenu ul li:first-child {
	padding: 0px;
	margin: 0px;
}

div#innermenu ul li:before {
	content: "";
}

div#innermenu ul {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 0px;
	list-style: none;
	list-style-type: none;
}

table.vpslist td:nth-child(odd), table.vpslist td:nth-child(even) {
	background: #fff !important;
	background: -moz-linear-gradient(top,#fff 0,#ededed 100%)!important !important;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#ededed)) !important;
	background: -webkit-linear-gradient(top,#fff 0,#ededed 100%) !important;
	background: -o-linear-gradient(top,#fff 0,#ededed 100%) !important;
	background: -ms-linear-gradient(top,#fff 0,#ededed 100%) !important;
	background: linear-gradient(to bottom,#fff 0,#ededed 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0) !important;
}

table.vpslist td a {
	font-size: 12px;
	padding: 2px;
}

.red {
	color: #ff0000;
}

th[scope=col] {
	font-size: 15px !important;
}

@media only screen and (min-width:760px){
    .m, .mobile { display: none !important; }
}

@media only screen and (max-width:760px){
	.desktop { display: none !important; }
    div#innermenu ul li {
        padding-left: 0px;
    }

	#content table td .force_visible_buttons a.button {
		display: block;
		margin: 10px 0 !important;
	}
	
	li.mobilemenu_placeholder {
		height: 41px;
	} 
	
	li.mobilemenu_placeholder div {
		padding-bottom: 10px;
		padding-left: 20px;
		padding-right: 10px;
		padding-top: 10px;
	}
	
	.mobilepadding a.button {
		margin: 4px 2px !important;
	}


}

.block {
    display: block;
}

#content table.aleft td {
	text-align: left;
}

.inlinebutton a.button {
	display: inline-block !important;
}

.fright {
	float: right;
}

.fleft {
	float: left;
}

.running_1 {
	color: green !important;
}

.running_0 {
	color: red !important;
}

.centertext {
	text-align: center !important;
}

#noty_bottomCenter_layout_container li:before, #noty_topRight_layout_container li:before {
    content: none;
}

