body {
	margin:  0 10px 0 10px;
	padding: 0px;
}


/* Резет
************************************************/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i, a, hr,
dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	outline: 0;
	border: none;
	background: transparent;
	vertical-align: baseline;
	font-size: 100%;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

input, select, button, textarea {
	margin: 0;
	font-size: 100%;
	}

input[type="text"], input[type="password"], textarea {
	padding: 0;
	}

input[type="checkbox"] {
	vertical-align: text-top;
	}

input[type="radio"] {
	vertical-align: text-bottom;
	}

input::-moz-focus-inner {
	padding: 0 !important;
     border: none !important;
	}


h1 {margin: 0px 10px 0 10px;font-size: 200%}
h2 {margin: 0px 10px 0 10px;}
h3 {margin: 0px 10px 0 10px;}
p {margin: 0}

div#top-menu {
	height: 20px;
	background-color: #4c4c72;
	position: relative;
}
div#login {
	color: #FFF;
	position: absolute;
	right: 10px;
	top: 2px;
}
div#login a {
	text-decoration: none;
	color: #FFF;
	font-size: 14px;
}
div#main_content {
	margin-top: 5px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	
}
div#header {
	height: 50px;
	background-color: #AAAACC;
}
div#footer {
	clear: left;
	height: 30px;
	background-color: #CCCCCC;
}

/** */
 
table {
	border-collapse: collapse;
}

table td {
	padding: 0px 5px 0px 5px;
}

a {
    color: blue;
    	
}
a.textlink {
	color: #4e351f !important;
	text-decoration:none;
}
a.textlink:hover {
	color: #dfa856 !important;
}
a.textlink:hover * {
	color: #dfa856 !important;
}
a:hover {
    color: #dfa856;
    text-decoration:underline;	
}


span.ph_select_str {
    color: #dfa856;
}
span.sbb {
	text-decoration:underline;
	font-weight: bold;
	color: blue;
}
/** table sorter */
/* tables */
table.tablesorter {
	
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 11pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th,table.tablesorter thead tr td, table.tablesorter tfoot tr th {
	background-color: #f6eee8;
color: #4e351f;
	border-left: 1px solid #FFF;;
	font-size: 11pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
	border-left: 1px solid #FFF;
	font-family: 'Tahoma' , serif;
}
table.tablesorter tbody tr.odd td {
	background-color:#FEEBC1;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {	
	background-color: #724524;
    	color: #FFF;
}
thead input.filter {
	border: 1px solid;
}

div.pager {
margin-top: 5px;
padding-top: 5px;
background-color: #fff;
text-align: center;
height: 28px;	
margin-bottom: 8px;
border-top: 2px solid 
}
div.pager .first, div.pager .last, div.pager .next, div.pager .prev {
	cursor: pointer;
	text-decoration: none;
	
}
/** */

.niceCheck {
	width: 17px;
	height: 17px;
	display: inline-block;
	cursor: pointer;
	background: url(checkbox.png);
}
.niceCheck input {
	display: none;
}
/* Кнопка */
.b-button {
	border: none;
	display: block;
	height: 43px;
	width: 271px;
	background: url(image/logon_button.png) 0 0 no-repeat;
	line-height: 20px;
	white-space: nowrap;
	cursor: pointer;
	text-shadow: 0 1px 0 rgba(211, 232, 106, 0.75);
	font-weight: bold;
	font-size: 20px;
	color: #637317;
	}

	input.b-button:active {
		background-position: 0 -43px;
		}

/* jui tune */
div.ui-datepicker{
 font-size:12px;
}

.vUser {
		font-size: 14px;
	}
	.vDate {
		color: #777;
		font-size: 14px;
	}
	.vStatus1{
		color: green;
		font-size: 14px;
	}
	.vStatus0 {
		font-size: 14px;
		font-weight: bold;
		color: brown; 
	}

