#buaxua_calendar {
	text-align:center;
	overflow:hidden;
	margin: 10px auto;
}

#bx_cal_style {
	text-align:center;
	overflow:hidden;
	padding:0;
}

#bx_cal_months_text {
	text-align:center;
	font-weight:bold;
	margin: 0px auto;
	padding: 5px 0;
}


#bx_cal_date {
	text-align:center;
	font-weight:bold;
	margin: 10px auto;
}

#bx_cal_day {
	text-align:center;
	font-weight:bold;
	margin: 10px auto;
}

#bx_cal_random {
	text-align:center;
	word-wrap:break-word;
	margin: 5px;
}

#bx_events_open {
    display: inline-block;
}
.bx_events_overlay{
    background:transparent url(../images/overlay.png) repeat top left;
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    z-index:99999;
}

.bx_events_header {
	font-weight: bold;
	font-size: 120%;
	margin: 5px 0;
}

.bx_events_box{
    position:fixed;
    left:20%;
    right:20%;
    color:#333;
    z-index:999999;
	top: -1000px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.bx_event_content {
  max-height: 400px;
}

table.bx_events_list {
	margin: 5px;
	border-collapse: collapse;
    width: 97.7%;
}

table.bx_events_list td {
	padding: 2px 5px;
}

@font-face {
  font-family: "D7MBI";
  src: url("../fonts/dseg7modern-boldItalic.woff") format('woff');
}

a.bx_events_open {
	text-decoration: none;
	cursor: pointer;
}


#clock_wrapper {
  width: auto;
  display: inline-block;
  font-family: D7MBI;
  position: relative;
  margin: 10px auto;
  border-radius: 5px;
  padding: 0 10px;
}

#bx_clock {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.clock-ampm {
	font-size: 50%;
	text-transform: uppercase;
}

.bx_clock_hide {
	opacity: 0;
}

.clock_style_1 {
	background-color: #fff;
	color: #000;
	border: 2px solid #000;
}

.clock_style_2 {
	background:#92a19e;
	color:#000;
	border: 2px solid #ccc;
}

.clock_style_3 {
	background-color:#fb7c00;
	color:#000;
	border: 2px solid #a25b16;
}

.clock_style_4 {
	background-color:#03a8ec;
	color:#000;
	border: 2px solid #15759d;
}

.clock_style_5 {
	background-color:#000;
	color:#fff;
	border: 2px solid #a4a0a0;
}

.clock_style_6 {
	background-color:#000;
	color:#fb7c00;
	border: 2px solid #a09f9e;
}

.clock_style_7 {
	background-color:#000;
	color:#12fb0b;
	border: 2px solid #8f938f;
}

.clock_style_8 {
	background-color:#000;
	color:#00aee6;
	border: 2px solid #737b7e;
}

.clock_style_9 {
	background-color:#000;
	color:#f11;
	border: 2px solid #847777;
}

.clock_style_10 {
  background-color: #000;
  color: #177af3;
  border: 2px solid #737b7e;
}

#bx_event {
  margin: 5px 10px 10px 10px;
}
#bx_event a, .bx_events_list a {
  text-decoration: none;
}

div.bx_events_scroll{
	position:relative;
	width:100%;
	display:block;
	overflow:hidden;
}
.bx_events_scroll > div.text{
	position:absolute;
	white-space:nowrap;
}
.bx_events_blink, .bx_events_static {
  height: auto !important;
}

.bx_events_btn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 2px 10px;
	margin-bottom: 0;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #333;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
	background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
	background-image: -o-linear-gradient(top,#fff,#e6e6e6);
	background-image: linear-gradient(to bottom,#fff,#e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	*background-color: #e6e6e6;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #bbb;
	*border: 0;
	border-bottom-color: #a2a2a2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	*margin-left: .3em;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);

}
.bx_events_btn:hover,
.bx_events_btn:focus {
	color: #333;
	text-decoration: none;
	background-position: 0 -25px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;

}
