
#member-registration-scheduler{
	font-family: 'open sans' arial;
	margin:0px;
	padding:0px;
    background-color: white;
    float:left;
    display: block;
    min-width: 956px;
    width: 100%;
}

/*-----|demo content not part of css|-----*/
/*
#demo-content{
	margin-left:30px;
}

#continer{
	height:800px;
	border:1px solid grey;
	position: relative;
	padding:0px;
	margin-top:30px;
}
*/

/*-----| Start book me menu system (Tyson)|-----*/
#bookme-menu {
    background-color: white;
	background-image:url(images/book-me-border.png);
	background-position: right top;
	background-repeat: repeat-y;
	float:left;
	/*height:100%;*/ /*-----| !!! Change hight value if needed !!!|-----*/
	margin-right:0px;
	width:143px;
}

.bookme-select-track{
	width:19px;
	height:100%;
	float:right;
}

.bookme-arrow{
	width:19px;
	height:27px;
	/*margin-top:38px;*/
	background-image:url(images/book-me-menu-arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
	display: block;
	border: 0 none;
}

#bookme-menu ul{
	list-style-type: none;
	margin:0px;
	padding:0px;
}

#bookme-menu li{
	height:110px;
	width:100%;
}

#bookme-menu li.active a{
	color:#019cda;
	font-weight: 600;
    border-style: none;/*dotted;*/
    border-width: 1px;
    border-right-width: 0;
}

#bookme-menu li a{
	background-repeat: no-repeat;
	color:#595959;
	display: block;
	font-family: 'open sens' Arial;
	height:30px;
	/*margin-bottom:20px;*/
	padding-top:60px;
	text-align: center;
	text-decoration: none;
    width: 89%;/*66%;*/
	padding-left:0px;
	float:left;
}

#bookme-menu li a:hover{
	color:#019cda;
}

#bookme-menu li a.title{
	color:#019cda !important;
	font-weight: 600;
}

.bookme-event {
	/*background-image:url(images/classes-icon.png);*/
	background-position: center center;
}

.active a.bookme-event {
	/*background-image:url(images/classes-icon-blue.png) !important;*/
}

/*
.bookme-event .tab-active a, .bookme-event .tab a{
	color: #232323 !important;
    background-color: #EAEAEA !important;
}
*/
/*-----|Icons for menu|-----*/
.bookme-courses {
	background-image:url(images/courses-icon.png);
	background-position: center center;
}

.bookme-classes{
	background-image:url(images/classes-icon.png);
	background-position: center center;
}

.bookme-intro{
	background-image:url(images/intro-icon.png);
	background-position: center center;
}

.bookme-exams{
	background-image:url(images/exams-icon.png);
	background-position: center center;
}

.bookme-special-event{
	background-image:url(images/special-event-icon.png);
	background-position: center center;
}

/*-----|This is how you turn the icons blue|-----*/

.active a.bookme-courses{
	background-image:url(images/courses-icon-blue.png) !important;
}

.active a.bookme-classes{
	background-image:url(images/classes-icon-blue.png) !important;
}

.active a.bookme-intro{
	background-image:url(images/intro-icon-blue.png) !important;
}


.active a.bookme-exams{
	background-image:url(images/exams-icon-blue.png) !important;
}


.active a.bookme-special-event{
	background-image:url(images/intro-icon-blue.png) !important;
}