﻿#my-slider
{
    height:380px;
	-webkit-box-shadow: 0px 9px 5px -4px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 9px 5px -4px rgba(0,0,0,0.6);
	box-shadow: 0px 9px 5px -4px rgba(0,0,0,0.6);
}

#txtLocation
{
	margin-left:32px!important;
	width:205px;
}

#txtCourse
{
	width:205px;
}


#btnBookCourse
{
	width: 70px;
	height: 20px;
	background-color:  #00b75b;
	color:white;
	padding:5px 10px;
	margin-left:32px!important;
}

#bookCourseForm
{
	height:299px;
	width:350px;
	position:absolute;
	top: 0;
	right: 25%;
	z-index:2;
}

.bookCourseFormTitle
{
    background-color:  #00b75b;
    width: 100%;
    height: 51px;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	font-weight: 400;
	line-height: 51px;
	font-size: 20px;
	color:white;
}

.bookCourseFormBody
{
	height:100%;
	background-color:  rgba(204, 204, 204, 0.65);
	padding:15px 0px 15px 10px !important;
}

.formFieldRow
{
	margin-bottom:20px !important;
}

.fieldLabel
{
	color:  #000000;
	font-size: 16px;
	font-weight: bold;
	margin-bottom:5px !important;
}

.bookCourseFormNumber 
{
	display:block;
	float:left;
    border-radius: 50%;
    /*behavior: url(PIE.htc);*/ /* remove if you don't care about IE8 */
	width: 20px;
    height: 20px;
    background: black;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
	font-size: 12px;
	color:white;
	font-weight: bold;
	font:arial;
	margin:5px !important;
}

.chooseCourse a
{
	color:  #666666;
	font-size: 12px;
	text-decoration: underline;
}

.chooseDateTable input
{
	width:65px;
	margin-right:5px;
}

.chooseDateToCell
{
	padding:0px 10px !important;
}

.chooseDateTable .ui-datepicker-trigger
{
	height:15px;
	width:16px;
	border:0px;
	padding:0px;
}

.bookCourseRequired
{
	text-align:right;
	font-style: italic;
	padding-right:10px !important;
	font-weight:bold;
	margin-top:30px !important;
}

.chooseCourseLink
{
	margin-left:32px!important;
}

.homePageThumbnailList
{
    margin-top:10px;
	clear:both;
}

.homePageThumbnailItem
{
	float:left;
}

.homePageThumbnailItem img
{
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.homePageThumbnailItemCaption
{
	text-align: center;
	display: block;
    margin-left: auto;
    margin-right: auto;
	width:280px;
	margin-top:10px;
}

.underFormMenu
{
	margin-top:10px;
    clear:both;
}

.underFormMenuItem
{
	float:left;
	width:20%;
}

.underFormMenuItemImage img
{
	display: block;
    margin-left: auto;
    margin-right: auto;
	width:45px;
	height:45px;
	margin-bottom:10px !important;
}

.underFormMenuItemLabel
{
	text-align: center;
	display: block;
    margin-left: auto;
    margin-right: auto;
	font-weight:bold;
	font-size:16px;
	max-width:100px;
	min-height:55px;
}

.underFormMenuItemLabel a{
	font-family:Avenir, Arial !important;
}

@media (max-width: 768px) 
{	
	.bookCourseFormTitle
	{
		color:white;
	}

	.underFormMenu
	{
		display:none;
	}
	
	.slides
	{
		display:none;
	}
	
	.homePageThumbnailList
	{
		display:none;
	}
	
	#bookCourseForm
	{
		position:inherit !important;
		top:auto !important;
		right:auto !important;
		z-index:2;
		clear:both !important;
		height:100%;
		width:100%;
	}
	
	#my-slider
	{
		height:auto !important;
	}
}

.requiredField
{
	border:2px solid red;
}