@charset "utf-8";
#page {
	overflow: hidden;
	margin-bottom: 10px;
	background-image: url(../img/dot_bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 9999;
	margin-top: 15px;
}
.page {
	min-height: 400px;
	float: left;
}
.page h1.title1, .page h1.title2 {
	direction:rtl;
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
	height: 39px;
	display: block;
	font-size: 16px;
	line-height: 2em;
	text-align: right;
	padding-right: 20px;
}
.page h1.title1 {
	background-image: url(../img/page_title1.png);
	width: 200px;
}
.page h1.title2 {
	background-image: url(../img/page_title2.png);
	width: 180px;
}
h1.page_title {
	direction:rtl;
	color: #FFF;
	font-size: 16px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	overflow: hidden;
	position: relative;
	text-shadow: 0px 1px 1px #fff;
	background-image: url(../img/gred11.png);
	background-repeat: repeat-x;
	background-position: center top;
	display: block;
	background-color: #0f9fd1;
	text-shadow: 1px 1px 0 #1195d2;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	margin-bottom: 5px;
	text-align: right;
}
.page.l {
	width: 220px;
}
.page.m {
	width: 618px;
	margin-right: 5px;
}
.page.r {
	width: 200px;
	margin-right: 5px;
}
ul.submenu {
	margin-top: 3px;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 10px;
}
ul.submenu li {
	display: block;
	background-image: url(../img/mark05.png);
	background-position: 175px center;
	background-repeat: no-repeat;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E0EEF9;
	text-align: right;
}
ul.submenu li a {
	display: block;
	padding-top: 4px;
	padding-right: 30px;
	padding-bottom: 4px;
	padding-left: 4px;
	color: #202373;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	background-repeat: repeat-x;
	background-image: url(../img/gred06.png);
	background-position: center top;
	font-size: 12px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
ul.submenu li a:hover, ul.submenu li a.active {
	color: #1195d2;
	padding-left: 45px;
	background-image: url(../img/gred07.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.contents {
	direction:rtl;
	text-shadow: 0px 0px 1px #fff;
	padding: 10px;
	color: #3F3F3F;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	overflow: hidden;
	border: 1px solid #fff;
	margin: 2px;
	background-image: url(../img/gred08.png);
	background-repeat: repeat-x;
	background-position: center top;
}
.contents h1.title {
	padding-bottom: 4px;
	padding-top: 4px;
	color: #1E9247;
	font-size: 18px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	overflow: hidden;
	border: 1px solid #F2F2F2;
	position: relative;
	text-shadow: 0px 1px 1px #fff;
	background-image: url(../img/mark3.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: right;
	padding-right: 30px;
}
.contents h1.date_line {
	color: #D8D8D8;
	font-size: 14px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	overflow: hidden;
	border: 1px solid #F2F2F2;
	position: relative;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.contents p {
	line-height: 1.5em;
	text-shadow: 0px 1px 1px #fff;
	display: block;
}
.contents h1, .contents h2, .contents h3 {
	text-shadow: 0px 1px 1px #fff;
	margin-top: 5px;
	margin-bottom: 10px;
}
.contents h1 {
	font-size: 20px;
}
.contents h2 {
	font-size: 18px;
	color: #0d72a1;
}
.contents h3 {
	font-size: 16px;
}
/**.contents hr {
	background-image: url(../img/hr2.png);
}**/
.contents form {
	margin: 5px;
}
.contents label {
	display: block;
	margin-bottom: 2px;
	display: block;
	float: right;
	width: 90%;
	padding-top: 4px;
}
.contents option {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	text-shadow: none;
}
.contents input, .contents select, .contents textarea {
	color: #2e3192;
	font-size: 12px;
	width: 96%;
	text-shadow: 0px 1px 0px #fff;
	padding: 6px;
	margin-bottom: 5px;
	float: right;
	background-image: url(../img/gred13.png);
	background-repeat: repeat-x;
	background-position: center top;
	border: 1px solid #aad6eb;
	background-color: #FFF;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-family: Tahoma;
}
.contents select {
	width: 100%;
}
.contents textarea {
	background-image: url(../img/textarea-bg.png);
	background-repeat: repeat;
	line-height: 1.8em;
}
.contents select.mini {
	width: 60px;
	margin-left: 5px;
}
.contents input:focus, .contents select:focus, .contents textarea:focus {
	-moz-box-shadow:0px 5px 10x #68aac9;
	-webkit-box-shadow:0px 5px 10px #68aac9;
	box-shadow:0px 0px 10px #68aac9;
	border: 1px solid #68aac9;
	color: #000;
}
.contents input[type="radio"] {
	float: right;
	width: 20px;
}
.contents a.submit {
	background-color: transparent;
	background-image: url(../img/send_btn.png);
	background-repeat: repeat-x;
	color: #FFF;
	font-size: 14px;
	text-align: right;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	width: 87px;
	display: block;
	height: 28px;
	padding-right: 20px;
	padding-top: 7px;
}
.showlist {}
.showlist ul, .showlist ol {
	display: block;
	margin: 10px;
}
.showlist li {
	background-image: url(../img/mark05.png);
	background-repeat: no-repeat;
	background-position: right 3px;
	margin-bottom: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	padding-right: 30px;
}
.showlist table {
	width: 99%;
	border-top-width: 3px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.showlist tr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	background-image: url(../img/gred06.png);
	background-repeat: repeat-x;
	background-position: center top;
}
.showlist td {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #FFF;
	vertical-align: top;
	padding: 5px;
}
#ui-datepicker-div {
	display: none;
}
.dp_calendar .clear { clear:both; }
.dp_calendar .loading { background:url(../img/loading.gif) 50% 50% no-repeat; width:41px; height:39px; }
.dp_calendar {
	text-align:left;
	color:#272727;
	line-height: 1em;
	margin-top: 3px;
}
.dp_calendar .div_main_date {
	padding:7px;
	text-align:center;
	margin-bottom: 3px;
}
.div_dates{
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.dp_calendar .main_date {
	font-size:16px;
	position:relative;
}
.dp_calendar .main_date a {
	color:inherit;
	text-decoration:none;
	text-transform:uppercase;
}
.dp_calendar .main_date a#next_month {
	position:absolute;
	right:20px;
}
.dp_calendar .main_date a#prev_month {
	position:absolute;
	left:20px;
}
.dp_calendar .div_dates {
	text-align:center;
	background-image: url(../img/gred08.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 10px;
	padding-right: 10px;
}
.dp_calendar .div_dates ul {
	list-style:none;
	margin: 0 auto;
	padding: 0 10px;
}
.dp_calendar li {
    margin:0;
    padding:0;
    background:none;
}
.dp_calendar .div_dates li {
	background:none;
	line-height:100% !important;
	width:23px;
	font-size:11px;
	color: #333;
	float:right;
	padding-top:5px;
	list-style: none;
	height: 18px;
	text-align: center;
	display: block;
	margin-bottom: 3px;
}
.dp_calendar .div_dates li:hover, .dp_calendar .div_dates li.active {
	color:#FFF;
	cursor:pointer;
	background-image: url(../img/calender_today.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.dp_calendar .div_dates li.has_events {
	color:#FFF !important;
	background-image: url(../img/calender_event.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.dp_calendar .div_dates .day_name {
	text-align:left;
	margin:0 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.dp_calendar .div_dates .day_name h1 {
	font-size:20px !important;
	float:left;
	text-transform:uppercase;
	color:#1195d2;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
}
.dp_calendar .div_dates .day_name .div_month {
	width:50px;
	float:left;
	text-align:center;
	margin-left:5px;
	margin-top:25px;
	padding-top:0px;
}
.dp_calendar .div_dates .day_name .span_month {
	font-size:15px;
	text-transform:uppercase;
}
.dp_calendar .div_dates .day_name .span_day {
	font-size:20px;
	color: #2e3192;
}
.dp_calendar .calendar_list {
	text-align:left;
	padding:5px;
	clear:left;
}
.dp_calendar .calendar_list h2 {
	font-size:12px;
	float:left;
	text-transform:uppercase;
	padding:0;
	line-height:100%;
	font-weight:normal;
	color: inherit;
	margin-top: 2px;
	margin-bottom: 10px;
}
.dp_calendar .calendar_list ul#cl_sort_by {
	margin: 0;
	padding: 0;
}
.dp_calendar .calendar_list ul#cl_sort_by li {
	font-size:11px;
	color: #929292;
	float:left;
	margin-left:10px;
	margin-top:3px;
	text-transform:uppercase;
	line-height:100%;
	padding:0;
	background:none;
	display:block;
}
.dp_calendar .calendar_list ul#cl_sort_by li:hover, .dp_calendar .calendar_list ul#cl_sort_by li.active {
	cursor:pointer;
	color:#2e3192;
}
.dp_calendar .calendar_list #list {
	list-style:none;
	background-image: url(../img/gred04.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 10px;
	min-height: 50px;
	padding-right: 5px;
	padding-left: 5px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.dp_calendar .calendar_list #list li {
	direction:rtl;
	cursor:pointer;
	background:none;
	line-height:normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
	color: #215EAF;
	text-align: right;
}
.dp_calendar .calendar_list #list li h1 {
	font-size:12px;
	font-weight:normal;
	color:inherit;
	clear: none;
	line-height:100%;
}
.dp_calendar .calendar_list #list li .time {
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#F6F6F6;
	font-size:20px;
	padding:3px;
	float:right;
	line-height: 100%;
	margin-left: 10px;
}
.dp_calendar .calendar_list #list li p {
	display:none;
	font-size:11px;
	line-height:100%;
	color: #1195d2;
	margin-top: 10px;
	margin-bottom: 10px;
}
.dp_calendar .calendar_list #list li.urgent .time {
	background:#2e3192;
}
.dp_calendar .calendar_list #list li.medium .time {
	background:#215eaf;
}
.dp_calendar .calendar_list #list li.low .time {
	background:#1195d2;
}
.dp_calendar .calendar_list #list li:hover {}
ul.courses_offered {
	display: block;
	margin-top: 3px;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 10px;
}
ul.courses_offered li {
	direction:rtl;
	display: block;
	background-image: url(../img/dot_bg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
ul.courses_offered li a {
	display: block;
	margin-bottom: 2px;
	padding-bottom: 5px;
	background-image: url(../img/gred06.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 5px;
	padding-right: 7px;
	padding-left: 7px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}
ul.courses_offered li a:hover {
	background-image: url(../img/gred07.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
ul.courses_offered li strong {
	font-weight: normal;
	display: block;
	line-height: 1em;
	margin-bottom: 2px;
}
ul.courses_offered li small {
	font-size: 10px;
	color: #1195d2;
	text-align: right;
	display: block;
}
ul.courses_offered li a.more {}
ul#news {
	text-shadow: 0px 0px 1px #fff;
	padding: 10px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 1px solid #fff;
	background-image: url(../img/gred08.png);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 2px;
}
ul#news li {
	direction:rtl;
	display: block;
	position: relative;
	margin-right: 8px;
	min-height: 95px;
	margin-bottom: 15px;
	background-image: url(../img/dot_bg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	clear: both;
	padding-bottom: 5px;
	margin-left: 5px;
}
ul#news li img {
	display: block;
	height: 84px;
	width: 159px;
	margin-bottom: 10px;
	border-radius: 15px 0 15px 15px;
	-moz-border-radius: 15px 0 15px 15px;
	-webkit-border-radius: 15px 0 15px 15px;
	float: right;
	margin-left: 10px;
}
ul#news li strong, ul#news li small {
	display: block;
	margin-right: 7px;
	margin-left: 7px;
	line-height: 1.2em;
	font-weight: normal;
}
ul#news li strong {
	font-size: 14px;
	background-image: url(../img/dot_bg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: #2e3192;
}
ul#news li small {
	font-size: 12px;
	color: #474747;
}
ul#news li a.more {
	background-image: url(../img/mark03.png);
	position: absolute;
	height: 22px;
	width: 23px;
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
	bottom: -10px;
	left: 0px;
}
ul#news li span {
	text-shadow: 1px 1px 0 #0084bd;
	overflow: hidden;
	height: 43px;
	width: 32px;
	background-color: #0092d1;
	text-align: center;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: absolute;
	top: 20px;
	right: -15px;
}
ul#news li span strong {
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	margin-right: 5px;
	margin-left: 5px;
	display: block;
	margin-top: 3px;
	padding-bottom: 2px;
	background-image: none;
	margin-bottom: 0px;
}
ul#news li span small {
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	margin-right: 5px;
	margin-left: 5px;
	display: block;
	padding-top: 3px;
}
ul.pagin {
	direction:rtl;
	text-align: center;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 15px;
	background-image: url(../img/hr.png);
	background-repeat: repeat-x;
	background-position: center top;
}
ul.pagin li {
	display: inline-block;
}
ul.pagin li a {
	display: inline-block;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 2px;
	background: #2e3192;
	background: -moz-linear-gradient(#1195d2, #2e3192);
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #2e3192),color-stop(1, #1195d2));
	background: -webkit-linear-gradient(#1195d2, #2e3192);
	background: -o-linear-gradient(#1195d2, #2e3192);
	background: -ms-linear-gradient(#1195d2, #2e3192);
	background: linear-gradient(#1195d2, #2e3192);
	color: #FFF;
	min-width: 15px;
	font-size: 11px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}
ul.pagin li a:hover, ul.pagin li a.active {
	background: #0d9ed0;
	background: -moz-linear-gradient(#98def3, #0d9ed0);
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #0d9ed0),color-stop(1, #98def3));
	background: -webkit-linear-gradient(#98def3, #0d9ed0);
	background: -o-linear-gradient(#98def3, #0d9ed0);
	background: -ms-linear-gradient(#98def3, #0d9ed0);
	background: linear-gradient(#98def3, #0d9ed0);
	-moz-box-shadow:0px 0px 10px #98def3;
	-webkit-box-shadow:0px 0px 10px #98def3;
	box-shadow:0px 0px 10px #98def3;
}
ul.academic_calender_page li {
	display: block;
	background-image: url(../img/dot_bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	min-height: 48px;
	padding-top: 2px;
	line-height: 1.3em;
	font-size: 12px;
	padding-bottom: 10px;
	color: #333;
}
ul.academic_calender_page li span {
	text-shadow: 1px 1px 0 #0c86be;
	overflow: hidden;
	width: 50px;
	background-color: #1195d2;
	text-align: center;
	float: right;
	margin-right: 10px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin-bottom: 5px;
	height: 50px;
	margin-left: 10px;
	margin-top: 2px;
}
ul.academic_calender_page li span strong {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	margin-right: 5px;
	margin-left: 5px;
	display: block;
	margin-top: 5px;
	padding-bottom: 5px;
}
ul.academic_calender_page li span small {
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	margin-right: 5px;
	margin-left: 5px;
	display: block;
	padding-top: 1px;
}
ul#sitemap li {
	background-image: url(../img/gred06.png);
	background-repeat: repeat-x;
	background-position: center top;
}
ul#sitemap li a {
	dcolor: #333;
	background-image: url(../img/mark03.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 30px;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cfe5f2;
	color: #000;
	padding-left: 2px;
	font-size: 11px;
}
ul#sitemap li a:hover {
	background-image: url(../img/gred07.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
ul#sitemap li ul {
	margin-right: 50px;
}
ul#sitemap li ul li a {
	background-image: url(../img/mark05.png);
	color: #2e3192;
	padding-top: 2px;
	padding-bottom: 2px;
}
ul#sitemap li ul li ul {
	margin-right: 50px;
}
ul#sitemap li ul li ul li a {}
ul#sitemap li ul li ul li ul {
	margin-right: 50px;
}
ul#sitemap li ul li ul li ul li a {}
ul#sitemap li ul li ul li ul li ul {
	margin-right: 50px;
}
ul#sitemap li ul li ul li ul li ul li a {}
.accordionButton {
	cursor: pointer;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E6E6E6;
	padding-top: 5px;
	padding-bottom: 5px;
}
.accordionButton h1 {
	font-size: 13px;
	background-image: url(../img/mark05.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-right: 20px;
}
.accordionContent {
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../img/quote.png);
	background-repeat: no-repeat;
	background-position: right 8px;
	padding-top: 7px;
	padding-right: 70px;
	padding-bottom: 7px;
	padding-left: 7px;
}
.accordionContent p {
}
.on, .over, .on h1, .over h1 {
	color: #0092d1;
}
ul.related_video li a {
	text-shadow: 1px 1px 0 #e1eef7;
	display: block;
	background-image: url(../img/dot_bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	min-height: 48px;
	padding-top: 3px;
	line-height: 1.3em;
	font-size: 11px;
	padding-bottom: 5px;
	color: #333;
}
ul.related_video li a img {
	overflow: hidden;
	height: 50px;
	width: 70px;
	background-color: #FFF;
	text-align: center;
	float: left;
	margin-right: 7px;
	margin-bottom: 2px;
	margin-left: 5px;
	padding: 3px;
}
.stack {
	float: left;
	width: 29%;
	margin: 0 4% 7% 0;
	position: relative;
	z-index: 10;
}
.stack img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	border: 5px solid #fff;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.stack:last-of-type { margin-right: 0; }
.stack:before, .stack:after { content: ""; border-radius: 3px; width: 100%; height: 100%; position: absolute; border: 10px solid #fff; left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	-webkit-transition: 0.3s all ease-out;
	-moz-transition: 0.3s all ease-out;
	transition: 0.3s all ease-out;
}
.stack:before { top: 4px; z-index: -10; }
.stack:after { top: 8px; z-index: -20; }
.stack.rotated:before { 
	-webkit-transform-origin: bottom left;
	-moz-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	transform: rotate(2deg);
}
.stack.rotated:after { 
	-webkit-transform-origin: bottom left;
	-moz-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-transform: rotate(4deg);
	-moz-transform: rotate(4deg);
	transform: rotate(4deg);
}	
.stack.twisted:before {
	-webkit-transform: rotate(4deg);
	-moz-transform: rotate(4deg);
	transform: rotate(4deg);
}	
.stack.twisted:after {
	-webkit-transform: rotate(-4deg);
	-moz-transform: rotate(-4deg);
	transform: rotate(-4deg);
}	
.stack.rotated-left:before {
	-webkit-transform-origin: bottom left;
	-moz-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.stack.rotated-left:after {
	-webkit-transform-origin: bottom left;
	-moz-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-transform: rotate(-6deg);
	-moz-transform: rotate(-6deg);
	transform: rotate(-6deg);
}
.stack:hover:before, .stack:hover:after {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
}
.carbonad { margin: 50px 0 0 0; width: 100% !important; border: none !important; background: #f7f7f7 !important; height: auto !important; position: relative; float: left; }
.carbonad-image { margin: 0 15px 0 0 !important; }
.carbonad-text, .carbonad-tag { text-align: left !important; float: none !important; width: auto !important; }
.carbonad-text { position: relative; top: 15px; }
.carbonad-tag { position: absolute; bottom: 5px; right: 5px; width: 100px; }

#unitip {
	position: absolute;
	z-index: 1000;
	top: -1000px;
	color: #fff;
	display: none;
	font-size: 11px;
	line-height: 1.1em;
}
#unitippoint, #unitipmid, #unitipcap {
	position: relative;
	top: 0px; 
	left: 0px;
	width: 145px;
	display: block;
}
#unitippoint { 
	background: url(../img/TipPoint.png) no-repeat; 
	height: 19px; 
	overflow: hidden; 
}
#unitipmid { 
	background: url(../img/TipMid.png) repeat; 
	width: 115px;
	height: auto; 
	padding: 5px 15px;
}
#unitipcap { 
	background: url(../img/TipCap.png) no-repeat; 
	height: 7px; 
	overflow: hidden; 
}
ul.album {
	display: block;
}
ul.album li {
	margin-right: 7px;
	margin-bottom: 20px;
	display: inline-block;
	position: relative;
}
ul.album li a img {
	width: 130px;
	height: 80px;
	border: 2px solid #fff;
	padding: 2px;
	background-color: #FFF;
	background-image: url(../img/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
ul.album li a img:hover {
	border: 2px solid #0092d1;
	-moz-box-shadow:0px 0px 10px #0092d1;
	-webkit-box-shadow:0px 0px 10px #0092d1;
	box-shadow:0px 0px 10px #0092d1;
}
.peKenBurns {
	width: 100%;
	height: 300px;
}
ul#course {
	text-shadow: 1px 1px 0px #fff;
	padding: 10px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 1px solid #fff;
	background-image: url(../img/gred08.png);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 2px;
}
ul#course li {
	direction:rtl;
	display: block;
	position: relative;
	margin-right: 5px;
	min-height: 60px;
	margin-bottom: 15px;
	background-image: url(../img/dot_bg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	clear: both;
	padding-bottom: 7px;
	margin-left: 8px;
}
ul#course li strong, ul#course li small {
	display: block;
	margin-right: 7px;
	margin-left: 7px;
	line-height: 1.2em;
	font-weight: normal;
}
ul#course li strong {
	font-size: 16px;
	background-image: url(../img/dot_bg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: #0f9fd1;
}
ul#course li small {
	font-size: 12px;
	color: #474747;
}
ul#course li a.more {
	background-image: url(../img/mark03.png);
	position: absolute;
	height: 22px;
	width: 23px;
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
	bottom: -10px;
	left: 0px;
}
.results {}
.results input, .results textarea, .results select {
	width: 95%;
	margin-bottom: 2px;
}
.results select {
	width: 100%;
}
.results table {
	border:1px solid #d3d3d3;
	background:#fefefe;
	width:100%;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-size: 12px;
}
.results table h3 {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}
.results th, .results td {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 11px;
	vertical-align: top;
}
.results th {
	padding-top:10px;
	text-shadow: 1px 1px 1px #fff;
	background:#e8eaeb;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.results td {border-top:1px solid #e0e0e0; border-right:1px solid #e0e0e0;}
.results td strong {
	color: #016caa;
	font-weight: normal;
}
.results tr.odd-row td {background:#f6f6f6;}
.results td.first, .results th.first {text-align:left}
.results td.last {border-right:none;}
.results td {
	background: -moz-linear-gradient(100% 25% 90deg, #fefefe, #f9f9f9);
	background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f9f9f9), to(#fefefe));
}
.results tr.odd-row td {
	background: -moz-linear-gradient(100% 25% 90deg, #f6f6f6, #f1f1f1);
	background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f1f1f1), to(#f6f6f6));
}
.results th {
	background: -moz-linear-gradient(100% 20% 90deg, #e8eaeb, #ededed);
	background: -webkit-gradient(linear, 0% 0%, 0% 20%, from(#ededed), to(#e8eaeb));
}
.results tr:first-child th.first {
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
}
.results tr:first-child th.last {
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
}
.results tr:last-child td.first {
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
}
.results tr:last-child td.last {
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
}

