@import url(http://fonts.googleapis.com/css?family=Roboto&subset=latin,cyrillic-ext,greek,vietnamese,greek-ext,latin-ext,cyrillic);

@page{
      size: A4 portrait;
      margin-left:0.0cm;
      margin-right:0.0cm;
  }

::selection {
  background: rgba(100%, 42%, 0%,.50); /* WebKit/Blink Browsers */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:3px solid #FFF;
}
::-moz-selection {
  background: rgba(100%, 42%, 0%,.50); /* Gecko Browsers */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:3px solid #FFF;
	
}


html,body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#F0F0F0;
	
}

body, td,th {
	font-size:14px;
	vertical-align:top;font-family: 'Roboto', sans-serif;
}

th {
text-transform:uppercase;
}

a {
text-decoration:none;
color:#FF6B00;
}

h1 {
}

h1,h2,h3,h4,h5,h6,legend {	font-family: 'Roboto', sans-serif;

	margin:0px;
}

h1::first-letter,
h2::first-letter,
h3::first-letter,
h4::first-letter,
h5::first-letter,
h6::first-letter,legend::first-letter {
	color:#FF6B00;
}
#logo {
	width:50px;
	height:50px;
	margin:10px;
	display:block;
	float:left;

}

.cb {
	display:block;
	visibility:hidden;
	height:1px;
	overflow:hidden;
	line-height:1px;
	clear:both;
}

#logo img {
	width:50px;
	height:50px;
}


#top {
	display:none;
}

#left {
	display:block;	
	width:80px;
}

#right {
	position:fixed;
	right:20px;
	bottom:20px;
	width:200px;
	font-size:60%;
}



#header {
	position:absolute;
	display:block;
	left:70px;
	min-width:930px;
	max-width:930px;
	z-index:100;
}

#userbox {
	float:right;
}

.menu {
	float:left;
	display:block;
	clear:both;
	margin:0px;
	padding:0px;
	margin-top:10px;
}

.menu li {
	display:block;
	list-style-type:none;
	margin:2px;
	padding:0px;
	width:40px;
	overflow:hidden;
	margin-left:10px;
	background-color:#FF6B00;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:3px solid #FFF;

	box-shadow:0 0 3px rgba(0,0,0,.3);
}

.menu li:hover {
	background-color:#FF0000;
}

.menu li a {
	display:block;
	padding:2px;
	overflow:hidden;
	
	background: -moz-linear-gradient(-45deg,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,0.4) 54%, rgba(255,255,255,1) 84%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(30%,rgba(255,255,255,1)), color-stop(54%,rgba(255,255,255,0.4)), color-stop(84%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,0.4) 54%,rgba(255,255,255,1) 84%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,0.4) 54%,rgba(255,255,255,1) 84%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,0.4) 54%,rgba(255,255,255,1) 84%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(135deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,0.4) 54%,rgba(255,255,255,1) 84%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.menu li a:hover {
background: -moz-linear-gradient(-45deg,  rgba(255,255,255,0.54) 0%, rgba(255,255,255,1) 19%, rgba(255,255,255,0.91) 50%, rgba(255,255,255,1) 84%, rgba(255,255,255,0.54) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,0.54)), color-stop(19%,rgba(255,255,255,1)), color-stop(50%,rgba(255,255,255,0.91)), color-stop(84%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0.54))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,0.54) 0%,rgba(255,255,255,1) 19%,rgba(255,255,255,0.91) 50%,rgba(255,255,255,1) 84%,rgba(255,255,255,0.54) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(255,255,255,0.54) 0%,rgba(255,255,255,1) 19%,rgba(255,255,255,0.91) 50%,rgba(255,255,255,1) 84%,rgba(255,255,255,0.54) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(255,255,255,0.54) 0%,rgba(255,255,255,1) 19%,rgba(255,255,255,0.91) 50%,rgba(255,255,255,1) 84%,rgba(255,255,255,0.54) 100%); /* IE10+ */
background: linear-gradient(135deg,  rgba(255,255,255,0.54) 0%,rgba(255,255,255,1) 19%,rgba(255,255,255,0.91) 50%,rgba(255,255,255,1) 84%,rgba(255,255,255,0.54) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8affffff', endColorstr='#8affffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.menu li span {
	position:absolute;
	display:none;
	/*left:10px;*/
	margin-top:-40px;
	margin-left:50px;
	width:0px;
	z-index:10;
	padding:1px 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:3px solid #FFF;
	background-color:#FAFAFA;
	box-shadow:0 0 5px rgba(0,0,0,.3);
  transition:  all 500ms;
	opacity:0;
	white-space:nowrap;
	/*right:-500px;*/

}


.menu li:hover span {
	display:block;
	opacity:1;
	width:auto;
	right:auto;
	
}
.menu li:hover span:empty {
	display:none;
	opacity:0;
}






#center {
	position:absolute;
	left:70px;
	min-width:930px;
	max-width:930px;
}

#content {
	border:1px solid rgba(255,255,255,.8);
	background-color:rgba(255,255,255,.5);
	margin:0px;
	padding:0px;
	margin-top:44px;
	
	border-radius:5px;
	-webkit-border-radius:5px;
	
	padding-left:1%;
	padding-right:1%;
	padding-bottom:10px;

}

#controls {
	float:right;
	margin-right:-10px;
}

.dataForm {
	border:1px solid rgba(125,125,125,.3);
	margin:0px;
	padding:0px;
	
	min-width:300px;
	
	border-radius:5px;
	-webkit-border-radius:5px;
	
}
.dataForm th {
	border-radius:5px;
	-webkit-border-radius:5px;
}
.dataForm td,.dataForm th {
	padding-left:3px;
	padding-right:3px;
}

.dataForm tr:nth-child(even) td,
.dataForm tr:nth-child(even) th {
		background-color:rgba(60,60,60,.1);
	border-radius:5px;
	-webkit-border-radius:5px;
	}	
	.dataForm tr:nth-child(odd) td,
	.dataForm tr:nth-child(odd) th {
		background-color:rgba(200,200,200,.1);
	border-radius:5px;
	-webkit-border-radius:5px;
	}
	
.dataForm tr td:first-child,
.dataForm tr th:first-child {
	text-align:right;
}


.dataForm tr td:last-child,
.dataForm tr th:last-child {
	text-align:left;
}

fieldset {
	border:1px solid rgba(125,125,125,.3);
	margin:0px;
	margin-bottom:5px;
	padding:0px 0.2% 0.2% 0.2%;
	border-width:0.01%;
	
	min-width:297px;
	
	border-radius:5px;
	-webkit-border-radius:5px;
}
legend {
	font-size:15px;
}

fieldset table {
	width:100%;
	background-color:#FFF;
}

.dataTable {
	border:1px solid rgba(125,125,125,.3);
	margin:0px;
	padding:0px;
	
	border-radius:5px;
	-webkit-border-radius:5px;
	
}

.dataTable th {

	background-color:rgba(125,125,125,.3);
	border-radius:5px;
	-webkit-border-radius:5px;
}

.dataTable td,.dataTable th {
	padding-left:3px;
	padding-right:3px;
}

.dataTable tr:nth-child(even) td {
		background-color:rgba(60,60,60,.1);
	border-radius:5px;
	-webkit-border-radius:5px;
	}	
	.dataTable tr:nth-child(odd) td {
		background-color:rgba(200,200,200,.1);
	border-radius:5px;
	-webkit-border-radius:5px;
	}
	
.dataTable tr td:first-child,
.dataTable tr th:first-child {
	text-align:right;
}


.dataTable tr td:last-child,
.dataTable tr th:last-child {
	text-align:right;
}

.dataTable tr:hover td, .dataTable tr:hover th {
	background-color:rgba(125,125,250,.4);
}

.dataForm {
	display:block;
	clear:both;
}



.dataTable input,.dataTable textarea,.dataTable select {
	width:100%;
}

.dataTable input[type="button"],.dataTable input[type="submit"] {
	width:inherit;
}


fieldset {
	display:block;
	float:left;
	margin-right:5px;
	box-shadow:0 0 3px rgba(0,0,0,.1);
}

.gallery div {
	display:block;
	float:left;
	position:relative;
 background-size:cover; 
 background-position:center center; 
 width:140px; 
 height:140px; 
 margin:5px;
 text-align:right;
 overflow:hidden;
	box-shadow:0 0 3px rgba(0,0,0,.4);
}
.gallery span {
	display:block;
	position:absolute;
	text-align:right;
	padding:0 2px 0 2px;
	width:100%;
	top:0px;

}
.gallery div b {
	display:block;
	position:absolute;
	text-align:left;
	padding:0 2px 0 2px;
	width:100%;
	bottom:0px;
	background-color:rgba(255,255,255,.8);
	border-top:1px solid #FFF;
	box-shadow:0 0 3px rgba(0,0,0,.4);
}







#user_gallery img:hover {
	width:160px;
}



.lett {
	width:99%;
}
.lett label{

}



#bottom {
	display:none;
	position:fixed;
	bottom:5;
	right:5;
	background-color:rgba(255,255,255,.8);
	border-top:1px solid #FFF;
	box-shadow:0 0 3px rgba(0,0,0,.4);
	padding:0 2px 0 2px;
}




































/* ########################################### */
/* spacers */
.err, .deb, .war, .pop, .wht, .yel {
    background: none repeat scroll 0 0 #0972A5;
    border: 1px solid #26B3F7;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 2px #FFFFFF;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 3px 10px;
    margin: 2px;
}
.yel {
    background-color: #999900;
    border-color: #AAAA66;
}
.wht {
    background-color: #AAA;
    border-color: #999;
}
.err {
    background-color: #990000;
    border-color: #AA6666;
		max-height:200px;
		overflow:hidden;
		overflow-y:auto;
}
.deb {
    background-color: #BB9900;
    border-color: #FFDD47;
}
.pop {
    background-color: #009900;
    border-color: #66DD66;
}
	
#returns {
	display:block;
position:fixed;
/*		margin-bottom:10px;
	left:10px;
	right:10px; */
}
