* { margin: 0; padding: 0; outline: 0; }

body, html { height: 100%; }

body {
    font-size: 12px;
    line-height: 14px;
    font-family: arial, sans-serif;
    color: #000;
    background: url(studio/background.png) repeat;    
    min-width: 970px;
    direction: rtl;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

a { color: #0252aa; text-decoration: none; cursor: pointer; }
a:hover { text-decoration: underline; }
a img { border: 0; }

input, textarea, select { font-size: 12px; font-family: arial, sans-serif; }
textarea { overflow: auto; }

.cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
.notext { font-size: 0; line-height: 0; text-indent: -4000px; }
.left, .alignleft { float: left; display: inline; }
.right, .alignright { float: right; display: inline; }

h3 { font-size: 26px; line-height: 30px; color: #000; font-weight: bold; }
h5 { font-size: 12px; line-height: 16px; font-weight: normal; }

.shell { width: 956px; margin: 0 auto; }

.login-button { display: block; background: url(../images/navigation.png); font-size: 12px; line-height: 15px; padding: 5px; border-radius: 8px; color: #fff; text-align: center; box-shadow: 0 0 4px rgba(0,0,0,0.5); margin-bottom: 7px; }
.login-button:hover { text-decoration: none; color: #808080; }
.image-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*margin-bottom:1px;*/
}
a.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}

.button { 
	color: #fff; 
	font-size: 11px; 
	text-shadow: 0 1px 2px #000; 
	background: #1b1b1b; 
	background-image: linear-gradient(bottom, rgb(30,30,30) 0%, rgb(66,66,66) 100%);
	background-image: -o-linear-gradient(bottom, rgb(30,30,30) 0%, rgb(66,66,66) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(30,30,30) 0%, rgb(66,66,66) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(30,30,30) 0%, rgb(66,66,66) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(30,30,30) 0%, rgb(66,66,66) 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(30,30,30)),
		color-stop(1, rgb(66,66,66))
	);
	border: 0; 
	border-radius: 2px; 
	display: inline-block; 
	padding:  2px 9px; 
	height: 14px; 
	line-height: 14px; 
	border: solid 1px #1a1a1a; 
	box-shadow: 1px 1px 1px rgba(0,0,0,0.5), inset 0 1px 1px rgba(255,255,255,0.7); 
	cursor: pointer;
}
.button:hover { text-decoration: none; opacity: 0.7; -moz-opacity: 0.7; filter:alpha(opacity=70); }

#wrapper { min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -25px; }

#header { background: #fff; padding: 10px 0; box-shadow: 0 0 12px rgba(0,0,0,0.5); position: relative; }
#header .banner { float: right; display: inline; padding-right: 2px; }

h1#logo { float: left; display: inline; padding-left: 5px; }
h1#logo a img { display: block; }

#navigation { width: 907px; margin: 0 auto 30px; background: url(../images/navigation.png); border-radius: 0 0 12px 12px; box-shadow: 0 0 4px rgba(0,0,0,0.5); text-align: center; font-size: 14px; line-height: 20px; padding: 5px 0; }
#navigation ul li { list-style: none; display: inline-block; padding: 0 20px; }
#navigation ul li + li { background: url(../images/nav-sep.png) no-repeat right center; }
#navigation ul li a { color: #fff; }
#navigation ul li a:hover,
#navigation ul li a.active { color: #808080; text-decoration: none; }
#navigation ul li a.unauthorized { color: Black; text-decoration:none; cursor:default; }

#main { }

#main-image { padding-bottom: 13px; background: url(../images/home-image-shadow.png) no-repeat center bottom;  }

#content { float:left; display:inline; width: 665px; padding-left: 7px; }

#sidebar-left { float:left; display:inline; width: 140px; }
#sidebar-right { float:right; display:inline; width: 139px; }
#sidebar-right .box { background: #e7e7e8; border-radius: 10px; box-shadow: 0 0 4px rgba(0,0,0,0.5); padding: 2px 10px 4px; font-size: 11px; line-height: 14px; margin: 0 0 8px; }
#sidebar-right .box.login { background: #525252; color: #fff; width: 123px; padding: 5px 8px 5px; }

#sidebar-right .box .emptyBottun
{
    background: #e7e7e8;            
    position: absolute;
    bottom: -10px;
    width: 100%;
    left: 0px;
    height: 25px;
    border: none;
    }

#sidebar-title { position: relative; margin: -16px 0 0; padding: 0 10px; }

.box.news ul
{
    width: 90%;
    }

.box.news ul li { list-style: none;}
.box.news ul li .news-item{padding: 10px 0;}
.box.news ul li + li { background: url(../images/sep.png) no-repeat center 0; }
.box.news ul li a { color: #000; }
.box.news ul li a:hover { color: #666; text-decoration: none; }

.box.info { font-size: 12px; line-height: 14px; color: #010000; }
.box.info ul { padding: 4px 3px 0 0; }
.box.info ul li { list-style: none; padding-bottom: 2px; display: block; }
.box.info ul li .point { vertical-align: middle; margin: 0 0 0 5px; }

.box.legend-info { font-size: 12px; line-height: 14px; color: #010000; }
.box.legend-info ul { padding: 4px 3px 0 0; }
.box.legend-info ul li { list-style: none; padding-bottom: 2px; display: block; }
.box.legend-info ul li .point { vertical-align: middle; margin: 0 0 0 5px; }

.box.login .entry { padding-bottom: 2px; }
.box.login label { color: #fff; font-size: 12px; line-height: 14px; }
.box.login .field { font-size: 10px; width: 113px; padding: 0 5px; }
.box.login .form-buttons { padding: 3px 0 0; }
.box.login .form-buttons a { color: #d9d6d6; font-size: 10px; line-height: 15px; display: inline; }
.box.login .submit-button { display: inline-block; }

.status { background: rgba(23,23,23,0.6); box-shadow: 0 0 4px rgba(0,0,0,0.5); border-radius: 10px; font-size: 12px; line-height: 14px; color: #fffefe; padding: 1px 8px 4px; letter-spacing: -1px; margin: 1px 0 7px; }
.status p { padding-bottom: 1px; }

.filler-wrapper { width: 100%; height: 5px; background: #fff; box-shadow: inset 0 2px 4px #7d8587; border-radius: 4px; position: relative; }
.filler-wrapper .filler { position: absolute; height: 5px; top: 0; left: 0; width: 80%; border-radius: 4px; }
.filler-wrapper .filler {
	background-image: linear-gradient(bottom, rgb(78,78,78) 0%, rgb(154,154,153) 100%);
	background-image: -o-linear-gradient(bottom, rgb(78,78,78) 0%, rgb(154,154,153) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(78,78,78) 0%, rgb(154,154,153) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(78,78,78) 0%, rgb(154,154,153) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(78,78,78) 0%, rgb(154,154,153) 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(78,78,78)),
		color-stop(1, rgb(154,154,153))
	);
}

#welcome { padding: 0 26px; text-align: justify; }
.post { }
.post p { padding-bottom: 16px; }
.post p a { color: #333; }

/* Contact Page */
#contact { background: url(../images/contact-shadow.png) no-repeat center bottom; width: 449px; margin: 0 auto; padding: 5px 0 12px; color: #333; font-size: 12px; line-height: 16px; }
#contact .box { 
	background: #ccc; 
	background-image: linear-gradient(right , rgb(204,204,204) 0%, rgb(235,235,235) 50%, rgb(204,204,204) 100%);
	background-image: -o-linear-gradient(right , rgb(204,204,204) 0%, rgb(235,235,235) 50%, rgb(204,204,204) 100%);
	background-image: -moz-linear-gradient(right , rgb(204,204,204) 0%, rgb(235,235,235) 50%, rgb(204,204,204) 100%);
	background-image: -webkit-linear-gradient(right , rgb(204,204,204) 0%, rgb(235,235,235) 50%, rgb(204,204,204) 100%);
	background-image: -ms-linear-gradient(right , rgb(204,204,204) 0%, rgb(235,235,235) 50%, rgb(204,204,204) 100%);

	background-image: -webkit-gradient(
		linear,
		right top,
		left top,
		color-stop(0, rgb(204,204,204)),
		color-stop(0.5, rgb(235,235,235)),
		color-stop(1, rgb(204,204,204))
	);
}
#contact .box .inner {
	padding: 12px 24px 14px 26px; 
	background-image: linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background-image: -o-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background-image: -moz-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background-image: -ms-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgba(255,255,255,0)),
		color-stop(1, rgba(255,255,255,1))
	);
}
#contact h5 { line-height: 12px; font-weight: normal; color: #333; padding: 0 24px 8px; }
#contact .post { padding: 26px 0 0; }
#contact form { width: 155px; }

form .entry { padding-bottom: 8px; }
label { display: block; font-size: 12px; line-height: 14px; color: #333; }
.field { background: #fff; border: 0; box-shadow: inset 0 0 2px rgba(0,0,0,0.7); font-size: 12px; padding: 1px 5px 2px; width: 145px; color: #333; border-radius: 1px; }
.form-buttons { padding: 4px 0 0; text-align: left; }
.submit-button { color: #fff; font-size: 11px; text-shadow: 0 1px 2px #000; background: #1b1b1b; border: 0; border-radius: 2px; display: block; margin: 0 auto 0 0; padding: 0 4px 2px; height: 18px; line-height: 18px; border: solid 1px #1a1a1a; box-shadow: 1px 1px 1px rgba(0,0,0,0.5), inset 0 1px 1px rgba(255,255,255,0.7); cursor: pointer; }
.submit-button:hover { opacity: 0.7; -moz-opacity: 0.7; filter:alpha(opacity=70);}

/* Instructor */
#slider { width: 665px; margin: 0 auto; position: relative; }
#slider .nav img,
#slider .image img { border: solid 1px #fff; box-shadow: 0 0 5px rgba(0,0,0,0.3); }
#slider .slider-shadow { background: url(../images/slider-shadow.png) no-repeat center bottom; width: 585px; height: 260px; padding: 0 40px 13px; position: relative; margin-bottom: -13px; }
#slider .slider-wrapper { 
	background: #f7f7f7; 
	background-image: linear-gradient(bottom, rgb(220,220,220) 0%, rgb(247,247,247) 100%);
	background-image: -o-linear-gradient(bottom, rgb(220,220,220) 0%, rgb(247,247,247) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(220,220,220) 0%, rgb(247,247,247) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(220,220,220) 0%, rgb(247,247,247) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(220,220,220) 0%, rgb(247,247,247) 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(220,220,220)),
		color-stop(1, rgb(247,247,247))
	);
}
#slider .flexslider { width: 585px; height: 260px; }
#slider .slides .image { float:right; display:inline; padding: 12px 25px 10px; height: 88px; font-size: 16px; line-height: 16px; }
#slider .slides .image img { display: inline-block; vertical-align: bottom; }
#slider .slides .image p { display: inline; }
#slider .slides .button-wrapper { float:left; display:inline; padding: 68px 0 0 21px; }
#slider .slides .button-wrapper .button { vertical-align: bottom;}
#slider .slides .pane-wrapper { background: #757575; padding: 10px 8px 9px; height: 131px; }
#slider .slides .pane-wrapper .scroll-pane { height: 131px; overflow: auto; width: 569px; }
#slider .slides .pane-wrapper .horizontal-only { max-height: 131px; height: auto; }
#slider .slides .pane-wrapper .post { padding-right: 16px; font-size: 12px; line-height: 14px; color: #fff; }
#slider .slides .caption { position: absolute; bottom: 0; left: 0; background: rgba(0,0,0,0.5); font-size: 12px; line-height: 14px; color: #fff; padding: 6px 24px; width: 537px; }
#slider .nav { width: 545px; margin: 0 auto; background: #a3a3a3; background: rgba(0,0,0,0.3); padding: 22px 20px 17px; direction: ltr;}
#slider .nav ul { text-align: center; }
.nav ul { text-align: center; }
#slider .nav ul li { display: inline; }
#slider .nav ul li a { position: relative; display: inline-block; margin: 0 4px; width: 56px; height: 56px; vertical-align: middle;  margin-bottom: 10px; }
#slider .nav ul li a img { display: inline-block; width: 54px; height: 54px; }
#slider .nav ul li a .tooltip { position: absolute; background: #333; background: rgba(0,0,0,0.7); font-size: 10px; line-height: 14px; color: #fff; padding: 2px 6px; border-radius: 5px; top: -18px; left: 15px; white-space: nowrap; display: none; }
#slider .nav ul li a .tooltip .arrow { position: absolute; top: 18px; left: 12px; width: 5px; height: 4px; background: url(../images/tooltip-arrow.png);}

#slider .nav ul li a.active { width: 70px; height: 70px; }
#slider .nav ul li a.active img { width: 68px; height: 68px; }

/* Tariff */
#tariff { width: 340px; margin: -9px auto 0; position: relative; }
#tariff h3 { text-align: center; font-weight: normal; padding-bottom: 4px; }
#tariff .table-wrapper { padding-bottom: 13px; background: url(../images/tariff-shadow.png) no-repeat center bottom; margin-bottom: 11px; }
#tariff .table-wrapper table { background: #cacaca; }
#tariff .table-wrapper th { font-size: 12px; line-height: 14px; color: #fff; background: #595757; text-align: center; font-weight: normal; padding: 5px; }
#tariff .table-wrapper td { font-size: 12px; line-height: 16px; color: #010000; text-align: center; background: #fff; padding: 0 5px; }
#tariff .table-wrapper .alt td { background: #eeecec; }
#tariff .box { background: #a6a5a5; background: rgba(166,165,165,0.5); font-size: 11px; line-height: 12px; color: #010000; padding: 7px 11px; letter-spacing: -1px; margin-bottom: 8px; }
#tariff .box .post p { padding: 0; }
#tariff .button-wrapper { text-align: center; letter-spacing: -1px; }

/* My Account */
#tabs { width: 411px; padding-bottom: 13px; background: url(../images/tabs-shadow.png) no-repeat center bottom; margin: 0 auto; }
#tabs .shadow {
	background: #ebebeb; 
	background-image: linear-gradient(right , rgb(204,204,204) 0%, rgb(235,235,235) 50%, rgb(204,204,204) 100%);
	background-image: -o-linear-gradient(right , rgb(204,204,204) 0%, rgb(235,235,235) 50%, rgb(204,204,204) 100%);
	background-image: -moz-linear-gradient(right , rgb(204,204,204) 0%, rgb(235,235,235) 50%, rgb(204,204,204) 100%);
	background-image: -webkit-linear-gradient(right , rgb(204,204,204) 0%, rgb(235,235,235) 50%, rgb(204,204,204) 100%);
	background-image: -ms-linear-gradient(right , rgb(204,204,204) 0%, rgb(235,235,235) 50%, rgb(204,204,204) 100%);

	background-image: -webkit-gradient(
		linear,
		right top,
		left top,
		color-stop(0, rgb(204,204,204)),
		color-stop(0.5, rgb(235,235,235)),
		color-stop(1, rgb(204,204,204))
	);
}
#tabs .col-left { float:left; display:inline; width: 246px; height: 386px; padding: 0 10px; }
#tabs .col-right { float:right; display:inline; width: 144px; height: 386px; }
#tabs .col-right {
	background-image: linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background-image: -o-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background-image: -moz-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background-image: -ms-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgba(255,255,255,0)),
		color-stop(1, rgba(255,255,255,1))
	);
}
#tabs .col-right h3 { padding: 5px 8px 6px; font-weight: normal; }
#tabs .post { font-size: 12px; line-height: 18px; color: #333; padding: 45px 18px 15px 0; }
#tabs .post .filler-wrapper { margin-bottom: 8px; width: 218px; }
#tabs .post p { padding: 0 0 5px; }

#tabs .nav { font-size: 12px; line-height: 24px; }
#tabs .nav li { display: block; list-style: none; background: url(../images/tabs-nav-border.png) no-repeat 0 bottom; padding-bottom: 1px; }
#tabs .nav li a { display: block; color: #333; padding: 0 9px; }
#tabs .nav li a:hover { text-decoration: none; color: #666; }
#tabs .nav li a.active { color: #666; background: #e5e5e5; }
#tabs .nav li a.active {
	background-image: linear-gradient(right , rgb(204,204,204) 0%, rgb(226,226,226) 100%);
	background-image: -o-linear-gradient(right , rgb(204,204,204) 0%, rgb(226,226,226) 100%);
	background-image: -moz-linear-gradient(right , rgb(204,204,204) 0%, rgb(226,226,226) 100%);
	background-image: -webkit-linear-gradient(right , rgb(204,204,204) 0%, rgb(226,226,226) 100%);
	background-image: -ms-linear-gradient(right , rgb(204,204,204) 0%, rgb(226,226,226) 100%);

	background-image: -webkit-gradient(
		linear,
		right top,
		left top,
		color-stop(0, rgb(204,204,204)),
		color-stop(1, rgb(226,226,226))
	);
}
#tabs form { width: 155px; padding: 47px 12px 15px 0; }

.lessons { padding: 49px 0 0; }
.lessons h5 { color: #000; padding-bottom: 6px; }
.lessons p { font-size: 12px; line-height: 14px; color: #000; letter-spacing: -1px; }
.lessons .table { font-size: 12px; line-height: 17px; color: #010000; background: #a4a4a4; margin-bottom: 5px; }
.lessons .table {
	background-image: linear-gradient(bottom, rgb(202,202,202) 0%, rgb(153,153,153) 100%);
	background-image: -o-linear-gradient(bottom, rgb(202,202,202) 0%, rgb(153,153,153) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(202,202,202) 0%, rgb(153,153,153) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(202,202,202) 0%, rgb(153,153,153) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(202,202,202) 0%, rgb(153,153,153) 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(202,202,202)),
		color-stop(1, rgb(153,153,153))
	);
}
.lessons .table th { font-size: 12px; line-height: 14px; color: #fffefe; text-align: center; font-weight: normal; padding: 5px; background: #595757; }
.lessons .table td { padding: 0 5px; text-align: center; background: #fff; }
.lessons .table .alt td { background: #b0afaf; }
.lessons .legend { text-align: center; }
.lessons .legend .color { display: inline-block; width: 9px; height: 9px; border: solid 1px #cacaca; vertical-align: middle; margin: 0 4px; }
.lessons .legend .color-1 { background: #fff; }
.lessons .legend .color-2 { background: #b0afaf; }

/* Schedule */
#schedule { background: url(../images/slider-shadow.png) no-repeat center bottom; padding-bottom: 13px; }
#schedule .toolbar { text-align: center; font-size: 12px; color: #000; width: 100%; position: relative; margin: -23px 0 0; padding: 0 0 6px; }
#schedule .toolbar a.prev { float: right; display: inline; font-size: 12px; line-height: 15px; color: #000; padding: 1px 17px 5px 0; background: url(../images/arrow-next.png) no-repeat right 0; }
#schedule .toolbar a.next { float: left; display: inline; font-size: 12px; line-height: 15px; color: #000; padding: 1px 0 5px 17px; background: url(../images/arrow-prev.png) no-repeat 0 0;  }
#schedule .toolbar a.prev:hover { opacity: 0.5; -moz-opacity: 0.5; filter:alpha(opacity=50); text-decoration: none; }
#schedule .toolbar a.next:hover { opacity: 0.5; -moz-opacity: 0.5; filter:alpha(opacity=50); text-decoration: none; }

#calendar { } 
#calendar .col { float:left; display:inline; width: 86px; position: relative; } 
#calendar .top { background: #292929; color: #fff; font-size: 12px; line-height: 14px; text-align: center; padding: 6px 0 0; margin-bottom: 3px; }
#calendar .top .col { padding: 0 0 6px; border-right: solid 1px #ccc; }
#calendar .top .col.past { color: #999; }
#calendar .top .col .point { position: absolute; right: -5px; top: 0; width: 9px; height: 9px; background: #ccc; border-radius: 50%; border: 0; }
#calendar .container { background: #fff; height: 385px; padding: 0 6px 0 0; }
#calendar .container .scroll-pane { width: 659px; height: 385px; overflow: auto; direction: ltr; }
#calendar .container .horizontal-only { max-height: 385px; height: auto; }
#calendar .row { width: 650px; position: relative; direction: ltr; }
#calendar .row .time { position: absolute; top: 50%; right: 0; margin-top: -7px; font-size: 12px; line-height: 14px; color: #000; }
#calendar .row .col { height: 76px; border-right: solid 1px #ccc; border-bottom: solid 1px #ccc; padding: 0; }
#calendar .row .col .holder { width: 68px; margin: 0 auto; }
#calendar .row .col.current { background: #e4e4e4; }
#calendar .row .col .box { color: #010000; border-radius: 0px; background: #ccc; position: relative; font-size: 12px;  padding: 4px 3px 4px; width: 60px; margin: -2px auto; float: left; display: inline; direction: rtl;}
#calendar .row .col .box .arrow { position: absolute; top: 50%; right: -10px; margin-top: -4px; width: 10px; height: 7px; background: url(../images/box-arrow.png); }
#calendar .row .col .box .point { position: absolute; top: 50%; right: -16px; margin-top: -5px; z-index: 50; }
#calendar .row .col .box .point .info { position: absolute; top: -14px; right: 18px; background: url(../images/info-box.png); white-space: nowrap; padding: 4px 5px; color: #fff; 	border-radius: 10px; font-size: 11px; line-height: 10px; display: none; z-index: 50;}
#calendar .row .col .box .point .info label { display:inline-block; margin-right: 2px; font-size: 11px; line-height: 10px; color: #fff; padding: 0; }
#calendar .row .col .box .point .info .arrow { position: absolute; top: 17px; right: -8px; width: 8px; height: 8px; background: url(../images/info-arrow.png); }
.point { width: 7px; height: 7px; background: #fff; border: solid 2px #ccc; border-radius: 50%; display: inline-block; }
.point.type-1 { background: #ed1c24; }
.point.type-2 { background: #eb7618; }
.point.type-3 { background: #39b54a; border-color: #666; }

#calendar .row .col.past .box { color: #abaaaa; background: #e7e7e8; }
#calendar .row .col.past .box .arrow { background-image:url(../images/box-arrow-past.png); }
#calendar .row .col.past .box .point { background: #e7e7e8; border: solid 2px #ccc; }

#footer-push { height: 25px; }

#footer { height: 21px; background: #fff; box-shadow: 0 0 12px rgba(0,0,0,0.2); direction: ltr; font-size: 12px; line-height: 21px; color: #000; padding: 2px 0; }
#footer a img { vertical-align: middle; display: inline-block; }

/* Custom Checkbox */
.ez-hide { opacity: 0; filter:alpha(opacity=0); }
.ez-checkbox {
	background: transparent url('../images/checkbox.png') 0 0 no-repeat;
	width: 9px; 
	height: 8px; 
	display:inline-block;
	vertical-align: middle;
	margin: 1px 0; 
}

.ez-checked { background-position: 0 -16px; }
.ez-selected { background-position: 0 -16px; }
.ez-checkbox:active { background-position: 0 -8px; }
.ez-checked:active { background-position: 0 -24px; }
.ez-selected:active { background-position: 0 -24px; }

.ez-checkbox { zoom: 1; *display:inline; _height:8px; }

.pics-horizontal-only
{
	max-height: 90px;
}

.pics-scroll-pane
{
	width: 100%;
	height: 200px;
	overflow: auto;
}

.slider-item
{
    float:left;
}

.slider-container
{
    overflow-x:auto;
    
}


.forgot-pass-button {
    float:right;
}