/*html{
	margin:0;
	padding:0;
}

body{
	margin:0;
	padding:0;
	font-size:.875em;
	color:#000;
}*/
body{
	padding-top: 50px;
}
/*#menu{
	height:28px;
	line-height:28px;
	background-color: #666;
	padding:0 15px;
	min-width:970px;
}
#jsddm {
	margin:0;
	padding:0;
	list-style:none;
	color:#fff;
}
#jsddm li {
	float: left;
    list-style: none;
    font: 14px Tahoma, Arial;
}
#jsddm li a {
	display: block;
    padding: 5px 12px;
    text-decoration: none;
    border-right: 1px solid white;
    color: #fff;
    white-space: nowrap;
}
#jsddm li a:hover {
	background: #1A4473;
}
#jsddm li ul {
	margin: 0;
    padding: 0;
    position: absolute;
    visibility: hidden;
    border-top: 1px solid white;
    z-index: 20;
}
#jsddm li ul li{
	float: none;
	display: inline;
}
#jsddm li ul li a {    
	width: auto;
    background: #009dde;
}

#jsddm li ul li a:hover {
	background: #20548E;
}
#menu li.last{
	background:none !important;
	margin:0 !important;
	padding:0 !important;
}
#menu li.pre_last, #menu li.last{ float:right; }*/
/*h1, .first_par{ margin-top:0; }*/
#content_wrap{
padding: 15px;
}
ul.actions_icon{
	list-style: none outside none;
	margin: 5px 0 0;
	padding: 0;
}
ul.actions_icon li{
	display:inline;
	margin:0 .3em;
}
.menu_action {
	background-image: url("../images/action30.png");
	display: inline-block;
	height: 15px;
	margin-right: 2px;
	position: relative;
	width: 15px;
	cursor: pointer;
}
.add_icon {
background-position: 0 0;
}
.remove_icon {
background-position: -15px 0;
}
.reset_icon {
background-position: -15px -15px;
}

table.form{}
table.form td.label, table.form td.field, table.form th{ padding:5px; }
table.form td.label, table.form th.label{ vertical-align:top; }
table.form td.field, table.form th.field{}
td.buttons, th.buttons{}
.error{ color:red; }

table.details{}
table.details td, table.details th{ padding:5px; }
table.details td.label, table.details th.label{ font-style:italic; }

table.list{
	border-collapse:collapse;
}
table.list td, table.list th{
	padding:10px;
	border-bottom:1px solid #eee;
}
table.list thead th, table.list thead td{
	background:#eee;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}
table.list tbody tr:hover{
	background:#eee;
}

ul.actions{
	margin:0;
	padding:0;
	list-style:none;
}
ul.actions li{
	display:inline;
	margin:0 .7em;
}
label{ cursor:pointer; }
.fade{ color:#ccc; }
.row_hidden td, .row_hidden a{ color:#ccc !important; }
.row_hidden input, .row_hidden img{ opacity:.5; }
/*a{ color:blue; }
a:hover{
	text-decoration:none;
	color:red;
}*/
.switch_visible, .switch_visible_prod, .switch_homepage_prod, .switch_costs, .switch_pay{
	text-decoration:underline;
	color:blue;
	cursor:pointer;
}
.switch_visible:hover, .switch_visible_prod:hover, .switch_homepage_prod:hover, .switch_costs:hover, .switch_pay:hover{
	text-decoration:none !important;
	color:red !important;
}

.tabs{
	margin:0;
	padding:0;
	list-style:none;
}
.tabs li{
	float:left;
	border:1px solid #ccc;
	margin-right:5px;
	padding:10px;
	background:#eee;
	position:relative;
	top:1px;
	z-index:10;
	cursor:pointer;
	border-radius-topright:10px;
	-moz-border-radius-topright:10px;
}
.tabs li.active{
	border-bottom-color:#fff;
	background:#fff;
}
.tabs li:hover{
	background:#fff;
}
.tab_content{
	clear:both;
	padding:10px;
	border:1px solid #ccc;
	border-radius: 0 10px 10px 10px;
	-moz-border-radius: 0 10px 10px 10px;
}
a img{ border:none; }
.pic_preview{
	position:absolute;
	margin-top:-30px;
	padding:10px;
	background:#fff;
	border:1px solid #ccc;
	right:15px;
}
.pic_preview2{
	margin-top:-30px;
	padding:10px;
	background:#fff;
	border:1px solid #ccc;
	right:15px;
}
.pic_preview a, .pic_preview span{ display:block; }
.pic_preview span{ margin-bottom:4px; }
.ok{ color:green; }

.submenu{
	position:absolute;
	left:-22px;
	top:50px;
	padding:0px 15px 0 21px;
	border:1px solid #000;
	border-top:none;
	display:none;
}
.submenu a{ color:#000 !important;}
#menu li:hover .submenu{
	display:block !important;
}

.center_cont{
	position:relative;
	float:left;
	margin-bottom:20px;
}
.center_cont img{
	display:block;
	cursor:pointer;
}
.center_line{
	height:310px;
	border-left:1px solid red;
	position:absolute;
	top:-10px;
}
.green {
	background-color: #DFF0D8;
}
.yellow {
	background-color: #FCF8E3 ;
}
.red {
	background-color: #F2DEDE;
}
.nowrap{
	overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.table {
  table-layout: fixed;
}