body {
	font-family: Arial;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

*:focus {
	outline: 0;
}

table, input {
	font-family: Arial;
	font-size: 12px;
}

input[type=text], input[type=password] {
    width: 240px;
    border: 1px solid #adadad;
    padding: 8px;
	margin-top: 2px;
	margin-bottom: 7px;
	
	-webkit-box-shadow: inset 0 1px 2px #e2e2e2;
	-moz-box-shadow: inset 0 1px 2px #e2e2e2;
	box-shadow: inset 0 1px 2px #e2e2e2;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

input[type=submit] {
    margin-top: 2px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
}

a img {
    border: 0;
}

a:link {
	text-decoration: none;
	color: #074a8c;
}

a:visited {
	text-decoration: none;
	color: #01203e;
}

a:hover {
	text-decoration: underline;
}

.logo {
	height: 45px;
	line-height: 45px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.header_item {
	display: block;
	background-color: #272727;
	color: #EEEEEE !important;
	height: 48px;
	line-height: 48px;
	text-align: center;
	text-decoration: none !important;
	white-space: nowrap;
}

.footer {
	background-color: #d7d7d7;
}

.footer_item {
	display: block;
	height: 46px;
	line-height: 46px;
	text-align: center;
	text-decoration: none !important;
	white-space: nowrap;
}

.icon {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center center;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.title {
    background-color: #E8E8E8;
    padding-right: 6px;
	padding-left: 10px;
	padding-top: 14px;
	padding-bottom: 14px;
}

.content {
	padding-right: 6px;
	padding-left: 8px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.button {
	background-color: #20A708;
	color: #ffffff;
	border: none;
	height: 30px;
	min-width: 70px;
	cursor: pointer;
	text-align: center;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.button:hover {
	background-color: #1d9c07;
}

.dotted_line {
	margin-top: 8px;
	margin-bottom: 8px;
	border-bottom: 1px dotted #7c7c7c;
}

.pages {
	text-align: center;
	margin-top: 20px;
}

.pages_item {
	display: inline-block;
	padding: 4px 10px;
	margin-right: 3px;
	background-image: url(../images/bg_pages.png);
	background-repeat: repeat-x;
	border: 1px solid #bababa;
	color: #454545 !important;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.pages_item:hover {
	text-decoration: none;
}

.pages_item_selected {
	background: #e0e0e0;
	border: 1px solid #bababa;
}

.table th {
	background-color: #d7d7d7;
	padding: 7px;
}

.table td {
	padding: 7px;
}

.cabinet_item {
	height: 45px;
	line-height: 45px;
	padding-left: 15px;
}

.cabinet_item:nth-child(even) {
	background-color: #f3f3f3;
}

.h1_item {
	display: inline-block;
	font-size: 14px;
}