@CHARSET "UTF-8";
/* Form */
.EBCal_Form{
	margin: 0;
}
.EBCal_Form p{
	clear: left;
	margin: 0 0 10px 0;
	overflow: hidden;
}
.EBCal_Form p img{
	margin: 0 17px 0 0;
	vertical-align: middle;	
}
.EBCal_Form label.title{
	display: block;
	font-weight: bold;
	float: left;
	width: 120px;
}
.EBCal_Form .EBCal_Field{
	border: solid 1px #d3d9db;
	box-shadow: 2px 2px 1px #f0f0f0 inset;
	padding: 5px 2px;
}
.EBCal_Form .EBCal_FieldText{
	width: 200px;
}
.EBCal_PseudoField{
	float: left;
	display: block;
	white-space: nowrap;
	width: 220px;
}
.EBCal_Form .EBCal_FieldTextSmall{
	width: 100px;
}
.EBCal_Form .EBCal_FieldTextarea{
	height: 80px;
	width: 200px;
	resize: none;
}
.EBCal_Form .EBCal_FieldSelect{
	width: 206px;
}
.EBCal_Form .EBCal_FieldSelectMedium{
	width: 101px;
}
.EBCal_Form .EBCal_FieldSelectMini{
	width: 45px;
}
.EBCal_Form .EBCal_FieldCheckbox{
	margin: 0;
}
.EBCal_Form .EBCal_Error{
	color: red;
}
/* Table */
.EBCal_Table{
	border-collapse: collapse;
	empty-cells: show;
	margin: 1px 10px 0 0;
}
.EBCal_Table tr{}
.EBCal_Table thead th{
	font-weight: normal;
	text-align: left;	
}
.EBCal_Table tbody td{
	padding: 2px;
}
/* Events */
.EBCal_Event{
	
}
.EBCal_Event_Category{
	
}
.EBCal_Event_Time{}
.EBCal_Event_Title{font-weight:bold; margin:5px 0px}
.EBCal_Event_Description{}
.EBCal_Event_Book{
	margin: 5px 0 0;
}
.EBCal_Event_Header{
}
.EBCal_Bold{
	font-weight: bold;
}
.EBCal_Paginator{
	background-color: #fff;
	font-size: 12px;
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 5px 0;
	overflow: hidden;
}
.EBCal_Paginator li{
	display: inline;
	list-style: none;
}
.EBCal_Paginator a:link, .EBCal_Paginator a:visited{
	background: url(../img/f_pagin.png) 0 0 no-repeat;
	color: #76787a;
	width: 22px;
	height: 21px;
	line-height: 19px;
	float: left;
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 1px #fff;
}
.EBCal_Paginator a.pagin,
.EBCal_Paginator a:hover{}
.EBCal_Paginator .current{
	background: url(../img/f_pagin.png) 0 0 no-repeat;
	display: block;
	width: 22px;
	height: 21px;
	line-height: 19px;
	float: left;
	font-weight: bold;
	margin: 0;
	color: #444;
	padding: 0;
	text-align: center;
	text-shadow: 1px 1px 1px #fff;
}
.EBCal_Paginator .dots{
	color: #76787a;
	padding: 0;
	margin: 0;
	text-align: center;
	display: block;
	width: 22px;
	height: 21px;
	line-height: 19px;
	float: left;
}
/* TBook */
.EBCal_Holder{
	margin: 0 0 10px 0;
	width: 267px;
	overflow: hidden;
}
.EBCal_W_Holder{
	margin: 0 0 10px 0;
	width: 462px;
	overflow: hidden;
}
.EBCal_Top{
	background: #e8e8e8 url(../img/f_e_top_middle.png) 0 0 repeat-x;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	font-family: Arial, sans-serif;
	padding: 0 10px;
	position: relative;
}
.EBCal_Top_Left{
	background: #fff url(../img/f_e_top_left.png) 0 0 no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 30px;
}
.EBCal_Top_Right{
	background: #fff url(../img/f_e_top_right.png) 0 0 no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	width: 4px;
	height: 30px;
}
.EBCal_Top_Close{
	background: url(../img/f_close.png) 0 0 no-repeat;
	display: block;
	position: absolute;
	top: 7px;
	right: 9px;
	width: 16px;
	height: 16px;
}
.EBCal_Middle{
	background: #fff url(../img/f_middle_right.png) top right repeat-y;
	border-left: solid 1px #d0c5c5;
	overflow: hidden;
	padding: 12px 9px 6px 6px;
}
.EBCal_Bottom{
	background: transparent url(../img/f_bottom_middle.png) bottom left repeat-x;
	height: 5px;
	position: relative;
}
.EBCal_Bottom_Left{
	background: #fff url(../img/f_bottom_left.png) 0 0 no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 5px;
}
.EBCal_Bottom_Right{
	background: #fff url(../img/f_bottom_right.png) 0 0 no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	width: 4px;
	height: 5px;
}
.EBCal_Button{
	background: url(../img/f_button.png) 0 0 no-repeat;
	border: none;
	color: #414243;
	cursor: pointer;
	font-weight: bold;
	outline: none;
	padding: 0;
	width: 90px;
	height: 34px;
	text-align: center;
	vertical-align: middle;
}
.EBCal_W_Top{
	height: 3px;
	background: #fff url(../img/f_top_middle.png) 0 0 repeat-x;
	position: relative;
}
.EBCal_W_Top_Left{
	background: #fff url(../img/f_top_left.png) 0 0 no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 3px;
}
.EBCal_W_Top_Right{
	background: #fff url(../img/f_top_right.png) 0 0 no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	width: 4px;
	height: 3px;
}
.EBCal_Row{
	border-bottom: solid 1px #e9e4e4;
	margin: 5px 10px !important;
	padding: 0 0 5px 0;
}
.EBCal_Error{
	color: #860707;
	background: url(../img/f_warn_pattern.png) 0 0 repeat;
	margin: 0 10px;
	padding: 5px 5px 5px 44px;
	border: solid 1px #f8c8c8;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 1px 1px 2px #f2f2f2;
	-webkit-box-shadow: 1px 1px 2px #f2f2f2;
	box-shadow: 1px 1px 2px #f2f2f2;
	position: relative;
}
.EBCal_Error span{
	position: absolute;
	top: 5px;
	left: 5px;
	display: block;
	width: 31px;
	height: 26px;
	background: url(../img/f_warn.png) 0 0 no-repeat;
}
.EBCal_Button_Code{
	margin-top: -3px;
}
/* Override custom button styles to use browser defaults */
.EBCal_Event_Button,
.EBCal_Button {
    background: none !important;
    border: 1px solid #999 !important;
    border-radius: 4px !important;
    color: #333 !important;
    padding: 8px 16px !important;
    font-size: 14px !important;
    cursor: pointer !important;
}

.EBCal_Event_Button:hover,
.EBCal_Button:hover {
    background: #f0f0f0 !important;
}