@charset "utf-8";
/* CSS Document */

textarea{ resize:none;}


div.error_box {
 font-size: 14px;
 padding: 10px;
 color:#F7410C;
 background-color: #FFFFFF;
 font-weight: bold;
 border: 3px solid #F7410C;
 text-align: center;
 margin-bottom: 15px;
}

div.message_box {
 font-size: 14px;
 padding: 10px;
 color: #088008;
 background-color: #FFFFFF;
 font-weight: bold;
 border: 3px solid #088008;
 text-align: center;
 margin-bottom: 15px;
}

input.error {
   /* border: 1px solid #ff0000 !important;*/
    color:#ff0000 !important;
    box-shadow: inset 0px 0px 0px 1px #ff0000;
	-webkit-box-shadow: inset 0px 0px 0px 1px #ff0000;
	-moz-box-shadow: inset 0px 0px 0px 1px #ff0000;
	-o-box-shadow: inset 0px 0px 0px 1px #ff0000;
	
}
select.error {
    /*border: 1px solid #ff0000;*/
    color:#ff0000 !important;
    box-shadow: inset 0px 0px 0px 1px #ff0000;
	-webkit-box-shadow: inset 0px 0px 0px 1px #ff0000;
	-moz-box-shadow: inset 0px 0px 0px 1px #ff0000;
	-o-box-shadow: inset 0px 0px 0px 1px #ff0000;
}

textarea.error {
   /* border: 1px solid #ff0000;*/
    color:#ff0000 !important;
    box-shadow: inset 0px 0px 0px 1px #ff0000;
	-webkit-box-shadow: inset 0px 0px 0px 1px #ff0000;
	-moz-box-shadow: inset 0px 0px 0px 1px #ff0000;
	-o-box-shadow: inset 0px 0px 0px 1px #ff0000;
}

checkbox.error {
 	-webkit-box-shadow: 0px 0px 0px 1px rgba(255,0,0,1);
	-moz-box-shadow: 0px 0px 0px 1px rgba(255,0,0,1);
	box-shadow: 0px 0px 0px 1px rgba(255,0,0,1);
   
}

.infotext{ text-align:center; color:#930;}


.info-msg,
.success-msg,
.warning-msg,
.error-msg {
  margin: 5px 0;
  padding: 15px;
  border-radius: 3px 3px 3px 3px;
  font-size: 20px !important;
  font-weight:bold;
  text-transform:none;
 
}
.info-msg {
  color: #059;
  background-color: #BEF;
  font-size: 20px !important;
  font-weight:bold;
}
.success-msg {
  color: #fff;
  background-color:#090;
  font-size: 20px !important;
}
.warning-msg {
  color: #9F6000;
  background-color: #FEEFB3;
 font-size: 20px !important;
}
.error-msg {
  color: #fff;
  background-color:#C30;
  font-size: 18px !important;
}


.disable{ cursor: not-allowed;}

.pagination{/* font-family:'arial';*/}
.pagination a{ color:#000;  border:1px solid #000; background-color:#fff; margin:3px;}
.pagination a:hover{ background-color:#000; color:#FFF !important; border:1px solid #000;  }
.pagination a.active{ background-color:#000; color:#FFF !important; border:1px solid #000; }
.pagination2{ background-color:#000; color:#FFF !important; border:1px solid #000; padding:4px 12px; margin:3px;}


label.error {
	display:none !important;
}

.info_text{ color:#990000;}
.empty_no_record{ width:100% !important; height:200px; background-color:#FFF; color:#900; float:left; text-align:center; border:1px solid #999; margin-bottom:10px;}
.info_text_no_record{ color:#990000; font-weight:bold; vertical-align:middle; margin-top:90px; font-size:20px;}
.res_captcha{ margin-bottom:20px;}
.threecolumn_blockheading a{ color:#FFF;}
.clients_blockheading a{ color:#FFF !important;}
.div_height{ height:25px;}
.music_content_padding{ padding-bottom:20px; /*min-height:190px;*/ padding-top:20px !important;}
.max_height{ height:175px;}
.press_blockcontent.scrollbar-outer > .scroll-element {
   background-color: #fff;
}
.press_blocklink{ margin-top:15px !important;}
.press_min_height{ min-height:104px;}
.min_width_95{ width:95%;}
.text_align_center{ text-align:center !important; font-weight:600 !important; font-size:45px !important;}
.normal_font{ text-transform:none !important;}
.margin_bottom{ margin-bottom:15px !important;}


