body {
	background-image: url('../images/logo.png'), url('../images/bg.png');
	background-repeat: repeat, repeat-x;
	background-position: -10px 12px, left top;
	background-color: #323232;
	padding: 0;
	margin: 0;
}

body, table, td, input, button, select, textarea {
	color: white;
	font: 14px sans-serif;
	line-height: 1.2;
}

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

table, td{
	padding: 0;
	vertical-align: top;
}

a, img, input, textarea, select {
	outline: none;
}

a {
	color: #2fffff;
	text-shadow: #2fffff 0 0 1px;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.workspace {
	margin: auto;
	width: 90%;
	min-width: 985px;
	max-width: 1400px;
	padding: 16px;
}

.border {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #f7f8f8;
	border-radius: 5px;
	box-shadow:	0 0 3px 0px #f7f8f8;
	background: url('../images/corner.png') no-repeat,url('../images/corner2.png') no-repeat;
	background-position: left top, right bottom;
	background-color: rgba(84,84,84,0.38);
}

.border2 {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #797e7e;
	border-bottom: none;
	border-radius: 5px;
	padding-bottom: 1px;
	box-shadow: inset 0 0 80px 0px rgba(251,254,254,0.35);
}

.glass-bot {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-top: -4px;
	height: 8px;
	border-bottom: 4px solid #adc1c0;
	border-radius:  0 0 7px 7px;
}

.glass-bot2 {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-top: -5px;
	height: 5px;
	border-bottom: 1px solid #5b6f6f;
	border-radius:  0 0 10px 10px;
}

.glass-top {
	width: 100%;
	height: 4px;
	border-top: 2px solid #f0f0f0;
	border-radius: 4px 4px 0 0;
	opacity: 0.41;

}

.cont {
	padding: 4px 8px 8px 9px;
}

.board {
	width: 100%;
}

.head-left {
	width: 8px;
	height: 83px;
	background: url('../images/head-left.png') no-repeat;
	background-position: top right;
}

.head-right {
	width: 8px;
	height: 83px;
	background: url('../images/head-right.png') no-repeat;
	background-position: top right;
}

.head-mid {
	height: 83px;
	background: url('../images/head-mid.png') repeat-x;
	background-position: top right;
}

.foot-left {
	width: 8px;
	height: 46px;
	background: url('../images/foot-left.png') no-repeat;
	background-position: top right;
}

.foot-right {
	width: 8px;
	height: 46px;
	background: url('../images/foot-right.png') no-repeat;
	background-position: top right;
}

.foot-mid {
	height: 46px;
	background: url('../images/foot-mid.png') repeat-x;
	background-position: top right;
}

.partronic {
	width: 680px;
	height: 68px;
	float: left;
	background: url('../images/headlogo.png') no-repeat;
	background-position: bottom right;
}

.logo {
	width: 58px;
	float: left;
	height: 78px;
	background: url('../images/symbol.png') no-repeat;
	background-position: center right;
}

.profile-menu {
	width: 300px;
	margin: 0 13px 0 0;
	padding: 17px 0;
	display: block;
	background-color: rgba(10, 10, 10, 0.5);
	border-radius: 5px;
	text-align: center;
	vertical-align: top;
	box-shadow:	-1px -1px 1px 0px #111111, 1px 1px 1px 0px #888888;
}

.profile-menu ul {
	border-radius: 5px;
	box-shadow:	-1px -1px 1px 0px #111111, 1px 1px 1px 0px #888888;
	list-style-type:none;
	margin: 0 4px 0 0px;
	padding: 0;
}

.profile-menu li {
	background: transparent url('../images/menu.png') repeat-x 0 -15px;
}

.profile-menu li a {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: block;
	padding: 9px;
	color: white;
	text-shadow: white 0 0 1px;
	text-decoration: none;
	border-bottom: 1px #454545 solid;
	transition: color 0.1s;
	transition: background 0.1s;
}

.profile-menu li:first-child a, .menu li:first-child {
	border-radius: 5px 5px 0 0;
}

.profile-menu li:last-child a, .menu li:last-child {
	border-radius: 0 0 5px 5px;
	border: 0;
}

.profile-menu li a:hover {
	text-decoration: none;
	background: rgba(85, 209, 235, 0.25);
	transition: color 0.25s;
	transition: background 0.25s;
}

.maintable  {
	width: 100%;
	height: 100%;
	margin: 11px 0 11px 2px;
}

.module {
	margin: 0 4px 0 0;
	padding: 17px 0;
	display: block;
	height: 100%;
	background-color: rgba(10, 10, 10, 0.5);
	border-radius: 5px;
	text-align: center;
	vertical-align: top;
	box-shadow:	-1px -1px 1px 0px #111111, 1px 1px 1px 0px #888888;
	min-height: 520px;
}

.copyright {
	height: 46px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	padding: 16px 8px;
}

input, textarea, select {
	color: #000000;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
    display: inline-block; /*����������� �� ������*/
	padding: 3px;
    border-radius: 3px; /*������ � ������������ ��������*/
    border: 1px solid #454545; /*������� ������*/
	background-color: #ffffff;
	margin: 2px;
	transition: color 0.32s;
	transition: border 0.32s;
	transition: box-shadow 0.2s;
}

input:focus, textarea:focus, select:focus {
/*	box-shadow:
		#2effff 0 0 11px 0px;
*/	transition: color 0.32s;
	transition: border 0.32s;
	transition: box-shadow 0.2s;

}

input[type="submit"]:focus, button:focus {

	box-shadow:
		#2effff 0 0 12px 0px;

}

input[type="submit"], button {
	border-radius: 3px; /*������ � ������������ ��������*/
	color: white;
    border: 1px solid #2effff; /*������� ������*/
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 14px;
    cursor: pointer; /*��� �������*/
	padding: 8px;
	background: #2692a6;
	transition: box-shadow 0.5s;
	background-image: -moz-linear-gradient(top, #23899c 0%, #165e6c 100%);
	background-image: -webkit-linear-gradient(top, #23899c 0%, #165e6c 100%);
	background-image: -o-linear-gradient(top, #23899c 0%, #165e6c 100%);
	background-image: -ms-linear-gradient(top, #23899c 0% ,#165e6c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23899c', endColorstr='#165e6c',GradientType=0 );
	background-image: linear-gradient(top, #23899c 0% ,#165e6c 100%);


}

input[type="submit"]:hover, button:hover {
    border: 1px solid #2e����; /*������� ������*/
	box-shadow:
		inset #2fc1d7 0 0 500px 0px,
		#2effff 0 0 6px 1px;
	transition: border-color 0.1s;
	transition: box-shadow 0.1s;
}

input[type="submit"]:active, button:active {
	box-shadow:
		inset #2effff 0 0 1px 0px;
	transition: box-shadow 0.1s;
}

.title {
	font-size: 16px;
	text-shadow: white 0 0 1px;
	margin-bottom: 5px;
	background-color: rgba(75, 180, 200, 0.3);
	padding: 10px;
	margin-bottom: 20px;
}

.panel {
	background-color: rgba(255, 255, 255, 0.85);
	padding: 15px;
	text-align: left;
}

.panel, .panel td, .panel tr {
	color: black;
}

.panel a {
	font-weight: bold;
	color: #278091;
	text-shadow: none;
}

.panel input[type="submit"], .panel button, .whitebgb {
	border: 1px #757575 solid;
}

.panel input[type="submit"]:hover, .panel button:hover, .whitebgb:hover {
	border: 1px #878787 solid;
	box-shadow:
		inset #2fc1d7 0 0 500px 0px,
		#2effff 0 0 1px 0px;
	transition: box-shadow 0.1s;
	transition: border 0.1s;
}

.panel input[type="submit"]:active, .panel button:active, .whitebgb:active {
	box-shadow:
		inset #2effff 0 0 1px 0px;
	transition: box-shadow 0.1s;
}

.small {
	font-size: 12px;
}

.table {
	width: 100%;
}

.table td, .table th {
	padding: 0 7px;
	height: 35px;
	border: 1px #454545 solid;
	vertical-align: middle;
}

 .table th {
	text-align: center;
	font-weight: bold;
 }


.table tr:nth-child(odd) {
    background: rgba(255,255,255,0.5);
}

.table tr:nth-child(even) {
    background: rgba(255,255,255,0.1);
}

.half {
	width: 50%;
}

.table input[type="text"], .table textarea {
	width: 362px;
}

.table select {
	width: 370px;
}

.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url('../images/checkbox.png') no-repeat;
	display: block;
	clear: left;
	float: left;
	cursor: pointer;
}

.radio {
	background: url('../images/radio.png') no-repeat;
}

.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url('../images/select.png') no-repeat;
	overflow: hidden;
}


.id {
	width: 1px;
	text-align: center;
}

.only_text {
	padding: 6px;
}

.textarea {
	padding: 7px 0;
}


.window-pages {
	width: 100%;
	background-color: rgba(255,255,255,0.8);
	display: block;
	border-radius: 5px;
	padding: 8px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;:
}

.window-pages td {
	font-weight: bold;
	border: 0;
}

.window-pages tr:nth-child(odd) {
    background: transparent;
}

.tree_menu {
	text-align: left;
	padding-bottom: 5px;
}

.message {
    background: rgba(255,255,255,0.5);
	text-align: center;
	padding: 10px;
	border: 1px #454545 solid;
}

.tdsubmit {
	margin: 5px;
	text-align: center;
}

#ajax-messages {
	position: fixed;
	bottom: 10px;
	left: 10px;
	margin-top: 50px;
	max-height: 400px;
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 3px;
	max-width: 350px;
}
#ajax-messages > div {
	background: #111;
	color: #FFF;
	padding: 5px;
	border: 1px solid #000;
	cursor: pointer;
	width: 250px;
	margin: 2px 0;
	padding: 10px;
	opacity: 0.95;
	border: 1px solid #252525;
	border-radius: 4px;
}
#ajax-messages > div a{color: #eee;}
#ajax-messages > div:hover {color: #fff;}

#ajax-messages > div span#ajax-message-close {
	background: url(../images/x3.png);
	width: 16px;
	height: 16px;
	float: right;
	margin: -5px -5px 0 8px;
	cursor: pointer;
}
#ajax-messages > div span#ajax-message-close:hover {background: url(../images/x2.png);}
#ajax-messages > div span#ajax-message-close:active {background: url(../images/x4.png);}


.user-panel {
	float: right;
	margin: 17px 9px 0 0;
	min-width: 95px;
	padding: 5px;
	display: block;
	border-radius: 5px;
	text-align: right;
	vertical-align: top;
	box-shadow:	-1px -1px 1px 0px #111111, 1px 1px 1px 0px #888888;
	background-color: rgba(255, 255, 255, 0.01);
}

.user-panel-bg {
	padding: 3px 7px 4px 2px;
	background-color: rgba(10, 10, 10, 0.5);
	border-radius: 4px;
}

.user-panel-but {
	float: right;
	margin: 17px 9px 0 0;
	padding: 5px;
	display: block;
	border-radius: 5px;
	text-align: right;
	vertical-align: top;
	box-shadow:	-1px -1px 1px 0px #111111, 1px 1px 1px 0px #888888;
	background-color: rgba(255, 255, 255, 0.01);
}


.user-icon {
	width: 31px;
	float: left;
	height: 32px;
	background: url(../images/user.png) no-repeat;
	background-size: auto 30px;
	background-position: 0px 2px;
}

#open {
	background-color: rgba(0,0,0,0.4);
	padding: 10px; margin: -10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.openWindow {
	background-color: rgba(0,0,0,0.3);
	position: fixed; width: 100%; height: 100%; z-index: 2;
}

#open-old {
	background: #fff; border: 1px solid #1d4c8d;
	box-shadow: 0 0 8px #555; -moz-box-shadow: 0 0 8px #555; -webkit-box-shadow: 0 0 8px #555;
}

.error {
	color: #000;
}

.openTitle {
	color: #fff;
	font: 14px Tahoma;
	height: 28px;
	padding: 7px 1px 0 7px;
	background: url('../images/head-big.gif') repeat-x center #2465a1;
	border: 1px solid #616161;
	border-bottom: 1px solid #1d4c8d;
}

.openTitle a{color: #fff;}

.openTitle-old {
	border: none;
	background: url('../images/page.gif') repeat-x top #808080;
	border-bottom: 1px solid #1d4c8d;
}

.openText {
	font: 14px Tahoma;
	color: #000;
	padding: 10px;
	padding-top: 35px;
	text-align: center;
	vertical-align: middle;
	background: #fff;
	overflow-x: hidden;
	overflow-y: auto;
}

.openPanel {
	background: url('../images/open-gr5.gif') repeat-x top #f3f3f3;
	border-top: 1px solid #d7d7d7;
	min-height: 4px;
	padding: 14px 0 14px 13px;
}


span#openClose {
	background: url('../images/x3.png');
	width: 16px;
	height: 16px;
	float: right;
	margin: 3px 8px 0 0;
	cursor: pointer;
}

span#openClose:hover {
	background: url('../images/x2.png');
}

span#openClose:active {
	background: url('../images/x4.png');
}

.news {
	margin-bottom: 10px;
}

.news_panel, .ach_panel {
	margin-top: 10px;
	background-color: rgba(255, 255, 255, 0.85);
	border-radius: 5px;
	padding: 15px;
}

.ach_panel:first-child {
	margin-top: 0px;
}

.news_title {
	font-weight: bold;
	font-size: 16px;
}

.news_more {
	font-weight: bold;
	font-size: 12px;
}

/*menuhead - ������� �������� ����*/
ul.topmenu,ul.topmenu ul, ul.topmenu li { display: block; list-style: none; padding: 0; margin: 0; }
ul.topmenu li { float: left; }

ul.topmenu a {
	float: left;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	line-height: 41px;
	padding: 0 12px;
	margin: 3px 0 2px 0;
	transition: background 0.2s;
}
ul.topmenu a:hover, ul.topmenu a.selected {
	border-right: 1px solid #a0a0a0;
	border-left: 1px solid #a0a0a0;
	padding: 0 11px;
	background: rgba(39,128,145,0.5);
	transition: background 0.2s;
}
/*submenu*/
ul.topmenu ul a:hover {
	text-shadow: 0 0 10px #278091;
}

ul.topmenu ul{
	width: 200px;
}

ul.topmenu ul{
	position: absolute;
	background-color: #393939;
	border: 1px solid #8e8d8d;
	border-bottom-width: 0;
	display: none;
	z-index: 100;
	text-align: left;
}

.login-form {
	display: block;
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.65);
}

.login-form td {
	text-align: center;
	vertical-align: middle;
}

.profile-name {
	text-align: center;
	font-weight: bold;
}

.avatar-panel {
	padding: 10px;
	background-color: rgba(75, 180, 200, 0.3);
}

.profile-panel {
	border-radius: 5px;
}

.profile-e-info td {
	font-size: 12px;
}

.progressbar-bg {
	border-radius: 3px;
	box-shadow:	-1px -1px 1px 0px #111111, 1px 1px 1px 0px #888888;
	border-radius: 3px;
	margin: 0 1px;
	font-size: 11px;
}

.progressbar {
	border-radius: 3px 0 0 3px;
	background: -moz-linear-gradient(#2d595e,#2bf4f4 40%,#2d595e);
	background: -ms-linear-gradient(#2d595e,#2bf4f4 40%,#2d595e);
	background: -o-linear-gradient(#2d595e,#2bf4f4 40%,#2d595e);
	background: -webkit-linear-gradient(#2d595e,#2bf4f4 40%,#2d595e);
}

.level-panel-title {
	color: white;
	margin-top: 5px;
	margin-bottom: 3px;
	vertical-align: middle;
	font-size: 12px;
	padding: 0 1px;
}

.levels-panel {
	border-radius: 5px;
	background-color: rgba(10, 10, 10, 0.15);
	padding: 5px 4px;
	border: 1px solid #666666;
}

.progressbar-value {
	background-image: url('../images/progressbar-right.png');
	background-repeat: no-repeat;
	background-position: right top;
	color: white;
	text-align: center;
	margin: 0 -1px;
	text-shadow: 0 0 1px #000000;
	font-weight: bold;
}

.profile-edit-info-but {
	width: 241px;
	display: block;
	margin: 3px 0pxz                                      0 0;

}
