/* top elements */
hmtl,body,table,tr,td,input,textarea,ul,ol{ 
  padding: 0; 
  margin: 0; 
  font-size:12px;
	font-family: 'Open Sans',arial, sans-serif;
  color:#000;  
}

/* CSS Document */
body {
	background:#F5F5F5;
	text-align: center;
	margin:0;
}
input, option, select, textarea {
	text-align: left;
	font-size:12px;
	
	padding:0px;
	vertical-align:middle;
}
img {
  vertical-align:middle;
}
select, input.button,input[radio],label {
  cursor:pointer;  
  margin-top:2px;
}
input.button2 {
	height:25px;
	text-align:center;
	padding:0 5px;
}
textarea.normal {
	height:40px;
}
select {
  width:200px;
  height:23px;
}
select.select_more {
  height:200px;
  width:250px;
}
input.err, dd.err, textarea.err, select.err{
  border:2px solid red;
  background:#FFD0D0;
}


img {
  border:0px;
}
form {
	padding: 0px;
	margin: 0px;
	display:inline;
}
img.logo {
  vertical-align:middle;
  margin-right:10px;
}
a {
  color:#2980b9;
  text-decoration:underline;  
  outline:none;
}
a:hover {
  color:#000;
  text-decoration:underline;
}
br.clear {
  clear:both;
  height:1px;
  line-height:1px;
  font-size:1px;
}
span.red {
  color:#F00;
}
span.green {
  color:#080;
}
span.blue {
  color:#00F;
}

#header  {
  line-height:27px;
  background:#300;
  padding-left: 270px;     
  text-align:left;
  color:white;
  font-weight:bold;
  font-size:14px;
  
  text-shadow: 1px 1px 1px #644;
}

#header a {  
    color:white;
}

#header  a:last-child {  
  text-decoration:none;
}

#content {
  margin:0;    
  clear:both;  
  text-align:left;
}

#content h2 {
	margin:10px;
}
#content .content {
  padding: 0 0 20px 260px;     
  min-height:450px;
}

#content h3 {
  margin:20px 0 10px 10px;
}
#footer {
  position:fixed;
  left:250px;
  bottom:0;
  width:100%;
  height:auto;
  border:0;
  background:#300;  
  color:white;
  text-align:left;
  padding:5px 10px;    
  font-size:10px;
}

h1 {
  background:#2980b9;
  color:white;  
  margin:0;
  line-height:27px;
  font-size:14px;  
  width:250px;   
  text-align:left;
  padding:0 10px;
  font-weight:bold;
  margin-bottom:0px;
  text-shadow: 1px 1px 1px #094089;
}


#left {
  width:250px;    
  padding-bottom:10px;    
  text-align:left;
  margin-right:10px;
  position:fixed;
  top:0;
  left:0;
  height:100%;
  background:#300;
  color:#BBB;
  overflow-y:auto;
}

#left ul {
  padding:0;
  margin:10px 0 0;
  
}

#left > ul:first-child {
    margin-top:0;
}

#left ul.norightcorner {
  
}				 
				 
#left ul li {
  line-height:150%;  
  border: 1px solid #333
}
		 
#left ul li a {
  font-weight:normal;  
  text-decoration:none;
  display:block;
  padding:5px 10px;
  color:#fff;
  text-transform: uppercase;
  letter-spacing:1px;
}

#left ul li.active > a {
  background:#422;
  color:white;
  font-weight:bold;
}
#left ul li li a.active {
  background:#644;
  font-weight:bold;
}

#left ul li a:hover {
  text-decoration:none;
  background:#644;
}

#left ul div ul:first-child {
    margin-top:0;
}
#left ul ul,
#left ul div {
  background:#422;
}
#left ul ul li {
    border:0;
}
#left ul ul li a {
  padding:5px 10px 5px 25px;
  text-transform: none;
  letter-spacing:0;
  color:white;
  
}

#left ul ul li a:hover {
    background: #422;
}


#left h2 {
  color:black;  
  margin:10px 0 0 10px;  
  padding:20px 1px 5px 0;
  font-size:14px;
  text-align:center;   
}

#left h4 {
	margin:10px 0 -10px 25px;
	color:#fff;
	font-size:13px;
	line-height:20px;              
	text-align:left;       
        font-weight:bold;
}
/*#left h4 + ul li a,
#left h4 + ul + ul li a{
    padding-left:35px;
}*/
br.clear {
  clear:both;
}
fieldset {
  margin:20px 5px;
  padding:10px;    
  width:80%;    
  border:1px solid #E7E7EF;  
  font-family:arial;
}
.small-fieldset {
  width:50%;
}

fieldset legend {
  background:#E7E7EF;      
  border:1px solid #E7E7EF; 
  padding:3px 5px;
  -moz-border-radius:5px;  
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

fieldset:hover, fieldset:focus {  
  background:#E0E0E0;   
  border:1px solid #2980b9;  
}
fieldset:hover legend, fieldset:focus legend {
  background: #2980b9;  
  border:1px solid #2980b9;  
  color:white;
}

fieldset dl {
  margin:0;  
  padding:0;  
  clear:both;
}

fieldset dl dt {
  padding:0;  
  width:15%;  
  float:left;  
  margin:0;  
  padding-top:3px;  
  height:25px;
}
fieldset dl dd {
  padding:0;    
  float:left;  
  margin:0;    
  width:80%
}

fieldset dl dd input {
  font-family:arial;
}         
input.input_50px {
  width:50px;
  vertical-align:middle;
}
input.input_strike {
  text-decoration:line-through;
}
fieldset dl dd input.input25 {
  width:25%;
}

fieldset dl dd input.input50 {
  width:50%;
}

fieldset dl dd input.input75 {
  width:75%;
}

fieldset dl dd input.input90 {
  width:90%;
}


fieldset dl dd textarea {
  width:90%;
}





input.discard {
  background:transparent url('../img/btn_discard.gif') no-repeat !important;
	color:red;
}

input.button-expand,
input.button-reply {
  background:transparent url('../img/btn_expand.gif') no-repeat !important;
}

.help {
  display:block;
  font-style:italic;  
  color:grey;  
  font-size:11px;  
  padding:3px 0 8px 5px;
}

.status {
    width:450px;
    margin:10px;
}
.status a {
    text-decoration:none;
}

table.list {
  border-collapse:collapse;  
  border:2px solid grey;
  font-size:12px;    
  width:98%;  
  margin:10px 0;  
}
table.forum-list {
	border:0;
}
table.list-small {
  width:50%;
}
table.list th {
  text-align:center;  
  font-weight:bold;  
  padding:3px;
  border:2px solid grey;  
  background:#FDFDFD;
}
table.list td {
  text-align:center;  
  padding:3px;  
  border:1px solid grey;
  font-family:arial;
}
table.list .delimit td {
  border-bottom:6px solid grey;
}
table.list .red, table.list .red th {
  background:#FDD !important;  
  color:black;
}
table.list .green{
  background:#DFD;
}
table.list .blue{
  background:#DDF;
}
table.list .grey {
  background:#DDD;
}
table.list .left {
	padding-left:10px;
	text-align:left;
}
table.list caption {
  caption-side:bottom;  
  text-align:left;  
  padding:3px 0;
}
table.list img,table.list input {
  vertical-align:middle;
} 
table.list .forum-subboard th {
	border:0;
	margin:5px 0;
	padding:10px;
	background:#EE9919;
}
table.list .empty-line td {
	border:0;
	height:20px;
	line-height:20px;
}

div.paging {
  text-align:center;
  font-weight:bold;  
  margin:15px 0;
}



/** CALENDAR **/
#CalendarControlIFrame {
  display: none;
  left: 0px;
  position: absolute;
  top: 0px;
  height: 250px;
  width: 250px;
  z-index: 99;
}

#CalendarControl {
  position:absolute;
  background-color:#FFF;
  margin:0;
  padding:0;
  display:none;
  z-index: 100;
}

#CalendarControl table {
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 8pt;
  border-left: 1px solid #336;
  border-right: 1px solid #336;
}

#CalendarControl th {
  font-weight: normal;
}

#CalendarControl th a {
  font-weight: normal;
  text-decoration: none;
  color: #FFF;
  padding: 1px;
}

#CalendarControl td {
  text-align: center;
}

#CalendarControl .header {
  background-color: #336;
}

#CalendarControl .weekday {
  background-color: #DDD;
  color: #000;
}

#CalendarControl .weekend {
  background-color: #FFC;
  color: #000;
}

#CalendarControl .current {
  border: 1px solid #339;
  background-color: #336;
  color: #FFF;
}

#CalendarControl .weekday,
#CalendarControl .weekend,
#CalendarControl .current {
  display: block;
  text-decoration: none;
  border: 1px solid #FFF;
  width: 2em;
}

#CalendarControl .weekday:hover,
#CalendarControl .weekend:hover,
#CalendarControl .current:hover {
  color: #FFF;
  background-color: #336;
  border: 1px solid #999;
}

#CalendarControl .previous {
  text-align: left;
}

#CalendarControl .next {
  text-align: right;
}

#CalendarControl .previous,
#CalendarControl .next {
  padding: 1px 3px 1px 3px;
  font-size: 1.4em;
}

#CalendarControl .previous a,
#CalendarControl .next a {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}

#CalendarControl .title {
  text-align: center;
  font-weight: bold;
  color: #FFF;
}

#CalendarControl .empty {
  background-color: #BBB;
  border: 1px solid #FFF;
}

.example {
  border:1px solid #BBB;  
  width:640px;  
  padding:5px 15px;
}
.example ul {
	margin:10px 0 0 20px;
}
.example li {
	margin:0 0 5px;
}
.comment {
  border: 1px solid #775FFC;  
  width:650px;  
  padding:10px;
  margin-bottom:10px;    
}
.whitered {
	border: 1px solid #F00;
	background:#FEE;
}
.comment .usercard {
  float:left;  
  width:150px;
  margin:0 0px 15px 0;  
}
.comment .text {
  float:left;   
	width:475px;   
  border-left:2px solid #BBB; 
  margin:0 0 15px 0;
	padding-left:10px; 
}
.comment .inner-post {
  border-top:2px solid #bbb;
  margin-top:5px;
  padding-top:5px;
}
.comment .commentid {
  color:#999;  
  font-weight:bold;  
  display:block;  
  font-size:14px;  
  padding-bottom:3px;
}
.comment blockquote {
  border:1px solid #bbb;  
  margin-left:30px;  
  padding:5px;  
  background:#F5F5F5;
}
.list {
  text-align:left;
}
.list ul {
  list-style-type:none;
  margin:10px;
}
.list ul li {
  padding:3px 0 3px 22px;
  text-align:left;
  font-family:'courier new','courier';
  font-size:12px;
  line-height:16px;
}
.list ul li.folder {
  background:url('../img/ico.folder.png') no-repeat left center;
}
.list ul li.file {
  background:url('../img/ico.file.png') no-repeat left center;
}
.news ul {
	margin:0 30px;
}
fieldset.sorting {
  border:0;
  margin:0;
  padding:10px 0;
  width:auto;
}
fieldset.sorting:hover {
  background:none;
}
img.portrait {
  float:left;
  margin:0 10px 10px 10px;
}
ul.gallery-images {
  list-style:none;       
  background:transparent;
}

ul.gallery-images li {
  float:left;
  height:320px;
  width:250px;
  margin:0 5px 5px 0;
  padding:5px;
  background:white;
  text-align:center;
  border:2px solid #bbb;
 -moz-border-radius:5px;  
  border-radius: 5px;    
  -webkit-border-radius: 5px; 
}
ul.gallery-images li span {
  display:block;
  color:#bbb;
  text-align:left;
}
ul.logins {
	list-style:none;
	margin:10px;
}
ul.logins img {
	vertical-align:middle;
	margin-right:10px;
}

ul.logins > li  {
	margin:2px 2px 10px;
	padding:5px 5px 5px 10px;
	border-left:3px solid grey;
	background:#DDD;
	width:450px;
}

ul.logins ul {
 	list-style:none;
 	margin:10px 10px 10px 35px;
}

.content p {
	margin-left:10px;
}
.pricelist {
	width:99%;
	table-layout:fixed;
	margin:5px auto;
}       
.pricelist td {
	color:#5A3E90;
	padding-bottom:5px;
	font-size:15px;
	line-height:160%;
	vertical-align:top;
}
.pricelist td.first {
	width:20%;
}
.pricelist td.second {
	width:20%;
}
.pricelist td.third {
	width:42%;
}
.list .not-active td {
	color:#888;
}
.shortcuts {
	margin:0 20px;
}

.shortcuts li{
	margin:5px 0;
	font-size:14px;
}
.align-center {
	text-align:center;
}
.request {
	margin:10px 0;
	border:1px solid #999;
	width:650px;
}
.request .header {
	background:#FFF;
	padding:10px;
	line-height:170%;  
	border-bottom:1px solid #999;
}      
.request .header .number {
	font-size:18px;
	font-weight:bold;
	color:#999;
	float:right;
}
.request .text {
	padding:10px;
	line-height:170%;
}
.request form {
	display:none;
}
.request form textarea {
	width:400px;
	height:300px;
}
.request-flag0 .header {
	background:#FFF;
}
.request-flag1 .header {
	background:#8F8;
}                              
.request-flag1 .header .answered {
	background: url('../img/tick.large.png') no-repeat left center;
	padding:10px 0 10px 32px;
	display:inline-block;
	float:right;
}
.request-flag1 .text {
	display:none;
}              

.request-flag1 .answer {
	display:none;
	background:#BBB;
	padding:10px;
}
hr {
	height:1px;
	line-height:1px;
	font-size:1px;
		margin:3px 0 0;
		padding: 0 0 3px 0;
	background:none;
	border:0;
	border-top:1px solid #999;
}
strong.bonus {
	display:inline-block;
	background:red;
	color:white;
	padding:3px 5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.calendar table {
	width:99%;
	border-collapse:collapse;
	border:1px solid #DDD;
}             
.calendar th {
 	background:#EEE;
 	font-size:14px;
}
.calendar td {
	border:1px solid #DDD;
	vertical-align:top;
	padding:5px;
	width:14%;
	height:200px;
}         
.calendar td:hover {
	background:#BBB;
}
.calendar td.noborder {
	border:0;
}
.calendar td.noborder:hover {
	background:none;
}
.calendar tr.days th {
	border:1px solid #DDD; 
 	padding:10px 0;
}            
.calendar .day {
	display:inline-block;
	background:#BBB;
	padding:2px 6px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	font-size:13px;
	font-weight:bold;
}       
.calendar td:hover .day {
	background:#EE9919;
	color:white;
}  
.calendar .today {
	border:2px solid #EE9919;
	background:#FFEEFF;
}
.calendar .today .day  {
	background:#EE9919;
	color:white;
}
.calendar .monthr a,
.calendar .monthl a {
	display:block;
	text-decoration:none;
	font-size:11px;      
 	padding:10px 0;
}
.calendar .monthl a:hover,
.calendar .monthr a:hover {
	background:#DDD;
}

.calendar .item {
	width:90%;
	padding:5px;       
  border:1px solid #EE9919;  
	margin:2px 0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}    
.calendar .item a{
	color:black; 
}

.calendar .item img  {
	vertical-align:middle;
	margin:5px 5px 5px 0;
} 
.calendar .item:hover {
 	background:#EE9919;
	color:white;	
} 
.calendar .item:hover a,
.calendar .item a:hover {
	color:white; 
}
.calendar .newdate {
	width:70px;
}
.calendar .newdatesubmit {
	width:46px;
	padding-left:15px;
	line-height:23px;
	height:23px;                                
	cursor:pointer;
	background:url('../img/btn_ok_butt.gif') no-repeat;
}
.picture-choose-list {
	margin:10px 0;
	padding:0;
}
.picture-choose-list li {
 	display:inline-block;
 	padding: 5px;
 	margin:5px;
 	text-align:center;
 	vertical-align:middle;
 	border:1px solid #bbb;
}
.picture-choose-list li:hover {
 	border:1px solid #C0F;
	background:#999;
}
.site_change {
    float:right;
    margin-right:10px;
}

.site_change select {
    margin:0;
    height:20px;
    max-width:100px;
    color:black;
}

.table-striped > tbody > tr:nth-of-type(2n) {
    background:white;
}
.table {
    max-width:99%;
    width:99%;
}

a.btn {
    text-decoration:none;
}