body, div, h1, h2, h3, h4, h5, h6, form, textarea, p, td {margin: 0;padding: 0;}
body {
	font-family: Sans-Serif;
	font-size: 100%;
	margin: 0;
	padding: 0px;
	background: #f6f6f6;
}
body .ui-widget{font-size:0.7em}
.mainContent{width:100%;float: right}
.btn
{
	border: 1px solid #eee;
	padding: 5px 10px;
	cursor: pointer;
	font-size: 0.8em;
	margin: 10px 5px 10px 0;
	border: 1px solid #ccc;
	background: #eee;
	border-radius: 2px;
	cursor: pointer;
	color: #444;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.btn:hover
{
	color: #111;
	border: 1px solid #999;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.btn-save {float: right;clear: right;font-weight: bold;}
h3
{
	font-size: 0.9em;
	color: #222;
	margin-bottom: 0.5em;
	display: block;
}
p {/*font-size: 0.7em;*/margin-bottom: 0.5em;}
.small {font-size: 0.6em;color: #666;}
.error {color:red;}
.fL {float: left;}
.fR {float: right;}
.i {font-style: italic;}
.clear {border: none;clear: both;margin: 0;padding: 0;line-height: 0;}
.cR {clear: right;}
params, .hidden{display:none}

input, textarea, select
{
	border: 1px solid #aaa;
	padding: 2px;
	margin-left: 4px;
	color: #333;
	font-size: 0.95em!important;
	font-style: normal;
	padding: 3px;
	font-family: Sans-Serif;
}
a.erase{margin-left:7px!important;color: #a00!important}

.content{margin: 85px 9px 35px 9px;}
.content .col1 {float: left;width: 288px;}
.content .col2 {margin-left: 298px;min-width: 640px;}

.box
{
	padding: 5px;
	margin-bottom: 10px;
	background: #fdfdfd;
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
table.list {
	white-space: nowrap;
	margin: 0;
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	font-size: 0.7em;
	border-bottom: 1px solid #999;
}
table.list tr:nth-child(odd) {background: #f6f6f6;}
table.list tr.em {background: #efefef}
table.list tr.em:nth-child(odd) {background: #e6e6e6;}
table.list tr:hover {background:#cccccc!important}
table.list td {padding: 5px;color: #333;border: 0;}
table.list td.id, table.list th.id {
	width: 10px;
	white-space: nowrap;
	text-align: right;
}
table.list th {
	background: #eee;
	padding: 5px;
	text-align: left;
	color: #333;
	font-weight: bold;
	border-bottom: 1px solid #999;
}
table.list .options {
	width: auto;
	text-align: right;
	width: 10px;
	white-space: nowrap;
	padding: 5px 0;
}
table.list .options:hover a {background: #fff;}
table.list .options a {
	background: #fcfcfc;
	color: #333;
	padding: 3px 8px;
	margin: 2px;
	border-radius: 4px;
	border: 1px solid #ccc;
	cursor: pointer;
}
table.list a:hover {color: #333;}
table.list a {
	color: #420;
	color: #26617d;
	font-weight: bold;
	text-decoration: none;
}

fieldset
{
	border: 0px solid #ddd;
	vertical-align: middle;
	padding: 3px;
	font-size: 0.75em;
}
fieldset .btn{font-size: 1em;}
.dlg{font-size: 14px;display:none}
