﻿/* CSS Document */
*
{
	margin: 0px;
	padding: 0px;
}
body
{
	margin: 0px;
	height: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-image: url(../images/bg.png);
}
img {border:none;}

.Play_homeLink
{
	width: 17px;
	cursor: pointer;
	height: 14px;
	background-image: url(../images/home_icon.png);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	float: left;
}
div
{
	display: block;
}
div
{
	display: block;
}
.popupMessageBox{width: 210px; background-color: #FFF; border: solid 1px #ababab; margin-top: 40px; margin-left: 40px; font-size: 15px; padding: 10px 20px; line-height: 18px; box-shadow: rgb(190,190,190) 8px 8px 2px;}
.popupMessageClose{font-size: 20px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; float: right; margin-right: -14px; margin-top: -8px; color: #666; display: block;}
.popupMessageClose:hover{ color: #333;}
.popupArrow{width: 20px; height: 20px; border-left: solid 1px #ababab; border-bottom: solid 1px #ababab; position: absolute; background-color: #fff; -webkit-transform:rotate(45deg); -moz-transform:rotate(-90deg); -ms-transform:rotate(90deg); transform:rotate(-90deg); margin-left: -31px; margin-top: 8px;}
.header
{
	background-color: #007dc5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#007dc5), to(#0b5986));
	background: -moz-linear-gradient(top,  #007dc5,  #0b5986);
	background: -o-linear-gradient(top,  #007dc5,  #0b5986);
	padding: 5px 10px;
	border-bottom: solid 2px #ccc;
}
.banner
{
	text-align: center;
	background-color: #f8f8f8;
	-webkit-box-shadow: rgb(87,87,87) 0px 2px 10px;
	-moz-box-shadow: rgb(87,87,87) 0px 2px 10px;
	-o-box-shadow: rgb(87,87,87) 0px 2px 10px;
	box-shadow: rgb(87,87,87) 0px 2px 10px;
	padding: 15px;
}
h1
{
	font-size: 30px;
	color: #555555;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
.loginArea li
{
	list-style: none;
	display: inline-block;
	vertical-align: top;
	padding: 20px 20px 5px 20px;
}
.loginBox
{
	border-radius: 10px;
	padding: 10px;
	width: 332px;
	background-color: #fff;
	border: solid 1px #ccc;
	box-shadow: rgb(150,150,150) 0px 0px 2px;
}
.loginBoxHead
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#419fd5), to(#137ab5));
	background: -moz-linear-gradient(top,  #419fd5,  #137ab5);
	font-size: 20px;
	border-radius: 8px 8px 0px 0px;
	height: 42px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: left;
	line-height: 40px;
	padding-left: 20px;
	text-shadow: rgb(60,60,60) 0px 1px 4px;
	font-weight: normal;
}
.loginContent
{
	background-color: #efefef;
	height: 100%;
	border-radius: 8px;
}
.inputBox
{
	height: 32px;
	border: solid 1px #d8d8d8;
	border-radius: 8px;
	background-color: cccccc;
	background: #f8f8f8;
	padding: 0px 10px;
	font-weight: bold;
	color: #555555;
	box-shadow: rgb(210,210,210) 0px 0px 4px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#efefef));
	background: -moz-linear-gradient(top,  #fefefe,  #efefef);
	width: 280px;
}

.selectClass
{
	border: 0;
	background: transparent;
	height: 36px;
	padding: 8px;
	border: 1px solid #d8d8d8;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	color: #555;
	border-radius: 0px;
	background-color: #efefef;
	font-weight: bold;
	width: 300px;
	display: inline-block;
	-moz-box-shadow: 0 1px 5px #ccc, 0 -1px #fff inset;
	box-shadow: 0px 1px 5px #ccc, 0 -1px #fff inset;
}
.selectClass option
{
	font-weight: normal;
}
label
{
	position: relative;
}
label:after
{
	font: 11px "Consolas" , monospace;
	color: #aaa;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	right: 5px;
	top: 167px;
	padding: 0 0 0px;
	border-bottom: 1px solid #ddd;
	position: absolute;
	pointer-events: none;
	width: 339px;
}
label:before
{
	content: '';
	right: 5px;
	top: -0px;
	width: 30px;
	height: 20px;
	background: #f3f3f3;
	background-image: url(../images/down_Arrow.png);
	background-repeat: no-repeat;
	background-position: right;
	position: absolute;
	pointer-events: none;
	display: block;
}
.btnBox
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#044062), to(#044062));
	padding: 1px;
	border-radius: 6px;
	display: inline-block;
	box-shadow: rgb(130,130,130) 0px 3px 3px;
	margin: 15px;
	background: -moz-linear-gradient(top,  #044062,  #044062);
}
.btn
{
	display: inline-block;
	color: #fff;
	font-size: 13px;
	line-height: 17px;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	padding: 8px 20px;
	margin: 0 auto;
	border-radius: 5px;
	font-weight: bold;
	cursor: pointer;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5e9bc4), to(#396b9e));
	background: -moz-linear-gradient(top,  #5e9bc4,  #396b9e);
	border-top: solid 1px #8eb9d6;
	text-shadow: rgb(60,60,60) 0px 1px 4px;
}
.btn:hover
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#78add1), to(#4f7dad));
	background: -moz-linear-gradient(top,  #78add1,  #4f7dad);
	color: #fff;
	font-size: 13px;
	text-decoration: none;
}
.linkStyle
{
	color: #007dc5;
	font-weight: bold;
	margin-left: 5px;
}
.linkStyle:hover
{
	color: #ff0000;
	font-weight: bold;
}
.checkBoxOver
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#044062), to(#044062));
	padding: 1px;
	border-radius: 6px;
	display: inline-block;
	box-shadow: rgb(130,130,130) 0px 3px 3px;
	background: -moz-linear-gradient(top,  #044062,  #044062);
	background: -o-linear-gradient(top,  #044062,  #044062);
}
.checkBox
{
	display: inline-block;
	color: #fff;
	font-size: 13px;
	line-height: 17px;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	padding: 8px 20px;
	margin: 0 auto;
	border-radius: 5px;
	font-weight: bold;
	cursor: pointer;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5e9bc4), to(#396b9e));
	border-top: solid 1px #8eb9d6;
	text-shadow: rgb(60,60,60) 0px 1px 4px;
	background: -moz-linear-gradient(top,  #5e9bc4,  #396b9e);
	background: -o-linear-gradient(top,  #5e9bc4,  #396b9e);
}
.checkBox:hover
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#78add1), to(#4f7dad));
	background: -moz-linear-gradient(top,  #78add1,  #4f7dad);
	color: #fff;
	font-size: 13px;
	text-decoration: none;
}
.searchArea
{
	border-top: solid 1px #b5b5b5;
	border-left: solid 1px #b5b5b5;
	border-right: solid 1px #b5b5b5;
	border-bottom: solid 1px #d5d5d5;
	height: 46px;
	border-radius: 4px;
	background-color: #FFFFFF;
	text-align: left;
	padding-right: 6px;
	display: inline-block;
}
.searchIcon
{
	border-right: solid 1px #999999;
	width: 40px;
	height: 40px;
	margin: 3px 3px;
	background-color: #fff;
	background-image: url(../images/searchIcon.png);
	background-repeat: no-repeat;
	float: left;
}
.filterArea
{
	border-top: solid 1px #b5b5b5;
	border-left: solid 1px #b5b5b5;
	border-right: solid 1px #b5b5b5;
	border-bottom: solid 1px #d5d5d5;
	height: 46px;
	border-radius: 4px;
	width: 46px;
	text-align: left;
	display: inline-block;
	vertical-align: -4px;
	background-image: url(../images/filter.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #efefef;
	cursor: pointer;
}
.filterBox
{
	position: absolute;
	margin-top: 46px;
	padding: 10px 10px;
	border-radius: 4px;
	background-color: #fff;
	display: none;
	box-shadow: rgb(160,160,160) 0px 0px 10px;
	font-size: 14px;
}
.searchBoxOver
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#044062), to(#044062));
	background: -moz-linear-gradient(top,  #044062,  #044062);
	padding: 1px;
	border-radius: 6px;
	display: inline-block;
}
.searchBtn
{
	display: inline-block;
	color: #fff;
	font-size: 13px;
	line-height: 17px;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	padding: 8px 20px;
	margin: 0 auto;
	border-radius: 5px;
	font-weight: bold;
	cursor: pointer;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#84bd7a), to(#4c9249));
	border-top: solid 1px #afe2a5;
	text-shadow: rgb(60,60,60) 0px 1px 4px;
	background: -moz-linear-gradient(top,  #84bd7a,  #4c9249);
	background: -o-linear-gradient(top,  #5e9bc4,  #396b9e);
}
.searchBtn:hover
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#93c68a), to(#56964f));
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	background: -moz-linear-gradient(top,  #93c68a,  #56964f);
}

.searchText
{
	height: 20px;
	margin-top: 2px;
	padding: 10px 10px;
	border: none;
	width: 500px;
	color: #777;
	font-size: 24px;
}
.selectClass2
{
	border: 0;
	background: transparent;
	height: 36px;
	padding: 8px;
	border: 1px solid #d8d8d8;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	color: #333;
	border-radius: 0px;
	background-color: #f3f3f3;
	font-weight: bold;
	width: 200px;
	display: inline-block;
	-moz-box-shadow: 0 1px 5px #ccc, 0 -1px #fff inset;
	box-shadow: 0px 1px 5px #ccc, 0 -1px #fff inset;
	margin-left: -6px;
	text-shadow: rgb(230,230,230) 0px 1px 3px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#f8f8f8));
	background: -moz-linear-gradient(top,  #efefef,  #f8f8f8);
}
.selectClass2 option
{
	font-weight: normal;
}

.blockArea1 li, .blockArea li
{
	display: inline-block;
	list-style: none;
	margin: 6px;
	vertical-align: top;
	cursor: pointer;
}
.blockArea1 li:hover .blockHeading1, .blockArea li:hover .blockHeading1
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d87b36), to(#c66721));
	background: -moz-linear-gradient(top,  #d87b36,  #c66721);
}
.blockArea1 li:hover .blockHeading2, .blockArea li:hover .blockHeading2
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d87b36), to(#c66721));
	background: -moz-linear-gradient(top,  #d87b36,  #c66721);
}

::-webkit-scrollbar
{
	width: 8px;
}
::-webkit-scrollbar-track
{
	border-radius: 4px;
	background: #ccc;
}
::-webkit-scrollbar-thumb
{
	border-radius: 4px;
	background: #888;
}
::-moz-scrollbar
{
	width: 8px;
}
::-moz-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 0px;
	-moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
::-moz-scrollbar-thumb
{
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}





.block
{
	width: 290px;
	height: 220px;
	background-color: #eaeaea;
	box-shadow: rgb(160,160,160) 0px 0px 10px;
	border: solid 3px #fff;
}
.blockHeading1
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#419fd5), to(#137ab5));
	background: -moz-linear-gradient(top,  #419fd5,  #137ab5);
	color: #FFFFFF;
	font-size: 16px;
	text-shadow: rgb(87,87,87) 0px 1px 4px;
	font-weight: bold;
	height: 42px;
	padding: 4px 10px;
	background: -moz-linear-gradient(top,  #419fd5,  #137ab5);
	display: table-cell;
	vertical-align: middle;
	width: 270px;
}
.blockHeading2
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#419fd5), to(#137ab5));
	background: -moz-linear-gradient(top,  #419fd5,  #137ab5);
	color: #FFFFFF;
	font-size: 16px;
	text-shadow: rgb(87,87,87) 0px 1px 4px;
	font-weight: bold;
	height: 42px;
	padding: 4px 10px;
}
.footer
{
	height: 30px;
	background-color: #007dc5;
	color: #FFFFFF;
	font-size: 11px;
	text-shadow: rgb(120,120,120) 0px 1px 4px;
	padding-left: 20px;
}
.blockContent
{
	padding: 4px;
	height: 124px;
	text-align: left;
	vertical-align: top;
}
.thumb
{
	display: inline-block;
	width: 166px;
	height: 124px;
}
.rating
{
	display: inline-block;
	height: 124px;
	vertical-align: top;
	padding: 6px;
}
.author
{
	clear: both;
	height: 38px;
	margin: 2px 4px;
	text-align: left;
}
.like
{
	margin: 10px 0px 5px 0px;
	vertical-align: top;
	font-size: 12px;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.subscriber
{
	margin: 0px 0px 0px 0px;
	vertical-align: top;
	font-size: 12px;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.blockLink
{
	text-decoration: none;
}
#add_tab
{
	cursor: pointer;
}
.blackDiv
{
	display: none;
	width: 100%;
	z-index: 50;
	height: 100%;
	overflow: hidden;
	opacity: 0.5;
	background-color: #000000;
	position: fixed;
}
.signUpBox
{
	background-color: #FFFFFF;
	position: absolute;
	display: none;
	z-index: 99;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -250px 0 0 -180px;
	padding: 10px;
	box-shadow: rgb(87,87,87) 0px 2px 10px;
}
.BookingBox
{
	background-color: #FFFFFF;
	position: absolute;
	display: none;
	z-index: 99;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -250px 0 0 -180px;
	padding: 10px;
	box-shadow: rgb(87,87,87) 0px 2px 10px;
}

.signUpClose
{
	float: right;
	width: 20px;
	height: 20px;
	background-color: #75bee9;
	border: solid 3px #fff;
	border-radius: 100px;
	margin: -22px -22px 0px 0px;
	background-image: url(../images/close_icon.png);
	background-repeat: no-repeat;
	background-position: center;
	opacity: 1;
	cursor: pointer;
	box-shadow: rgb(87,87,87) 0px 1px 10px;
}
.signUpClose:hover
{
	background-color: #FF9900;
}

.DemoLectureBox
{
	background-color: #FFFFFF;
	position: absolute;
	display: none;
	z-index: 99;
	position: fixed;
	width: 100%;
	top: 50%;
	left: 50%;
	margin: -250px 0 0 -180px;
	padding: 10px;
	box-shadow: rgb(87,87,87) 0px 2px 10px;
}
.DemoLectureBoxClose
{
	float: right;
	width: 20px;
	height: 20px;
	background-color: #75bee9;
	border: solid 3px #fff;
	border-radius: 100px;
	margin: -22px -22px 0px 0px;
	background-image: url(../images/close_icon.png);
	background-repeat: no-repeat;
	background-position: center;
	opacity: 1;
	cursor: pointer;
	box-shadow: rgb(87,87,87) 0px 1px 10px;
}
.DemoLectureBoxClose:hover
{
	background-color: #FF9900;
}

.seeAllBox
{
	background-color: #FFFFFF;
	position: absolute;
	display: none;
	z-index: 99;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -250px 0 0 -180px;
	padding: 10px;
	box-shadow: rgb(87,87,87) 0px 2px 10px;
	z-index:1000
}
.seeAllBoxClose
{
	float: right;
	width: 20px;
	height: 20px;
	background-color: #75bee9;
	border: solid 3px #fff;
	border-radius: 100px;
	margin: -22px -22px 0px 0px;
	background-image: url(../images/close_icon.png);
	background-repeat: no-repeat;
	background-position: center;
	opacity: 1;
	cursor: pointer;
	box-shadow: rgb(87,87,87) 0px 1px 10px;
}
.seeAllBoxClose:hover
{
	background-color: #FF9900;
}


.selectClass
{
	border: 0;
	background: transparent;
	height: 36px;
	padding: 8px;
	border: 1px solid #d8d8d8;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	color: #555;
	border-radius: 0px;
	background-color: #efefef;
	font-weight: bold;
	width: 300px;
	display: inline-block;
	-moz-box-shadow: 0 1px 5px #ccc, 0 -1px #fff inset;
	box-shadow: 0px 1px 5px #ccc, 0 -1px #fff inset;
}
.selectClass option
{
	font-weight: normal;
}
label
{
	position: relative;
}
label:after
{
	font: 11px "Consolas" , monospace;
	color: #aaa;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	right: 5px;
	top: 167px;
	padding: 0 0 0px;
	border-bottom: 1px solid #ddd;
	position: absolute;
	pointer-events: none;
	width: 339px;
}
label:before
{
	content: '';
	right: 5px;
	top: -0px;
	width: 30px;
	height: 20px;
	background: #f3f3f3;
	background-image: url(../images/down_Arrow.png);
	background-repeat: no-repeat;
	background-position: right;
	position: absolute;
	pointer-events: none;
	display: block;
}
.courseDetail
{
	background-color: #fff;
	height: 124px;
	box-shadow: rgb(150,150,150) 0px 0px 10px;
	padding: 10px;
}
.courseObjective
{
	background-color: #FFFFFF;
	height: auto;
	box-shadow: rgb(150,150,150) 0px 0px 10px;
	padding: 25px;
}
.channelBoxOver
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#044062), to(#044062));
	background: -moz-linear-gradient(top,  #044062,  #044062);
	padding: 1px;
	border-radius: 6px;
	display: inline-block;
	background: -moz-linear-gradient(top,  #044062,  #044062);
	background: -o-linear-gradient(top,  #044062,  #044062);
}
.channelBtn
{
	display: inline-block;
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	padding: 6px 10px;
	margin: 0 auto;
	border-radius: 5px;
	font-weight: bold;
	cursor: pointer;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5e9bc4), to(#396b9e));
	background: -moz-linear-gradient(top,  #5e9bc4, #396b9e);
	border-top: solid 1px #8eb9d6;
	text-shadow: rgb(60,60,60) 0px 1px 4px;
	background: -moz-linear-gradient(top,  #5e9bc4,  #396b9e);
	background: -o-linear-gradient(top,  #5e9bc4,  #396b9e);
}
.channelBtn:hover
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#78add1), to(#4f7dad));
	background: -moz-linear-gradient(top,  #78add1, #4f7dad);
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}

.authorThumb
{
	display: inline-block;
	background-color: #CCCCCC;
}
.authorChannel
{
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	width: 180px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.
{
	display: inline-block;
}

/*Course Detail*/
/*Course Detail*/
/*Course Detail*/



/*css for block*/
/*
.block{ width: 230px; height: 192px; background-color:#eaeaea; box-shadow: rgb(160,160,160) 0px 0px 10px; border: solid 3px #fff;}
.blockHeading1old{ background-image: -webkit-gradient(linear, left top, left bottom, from(#419fd5), to(#137ab5)); color: #FFFFFF; font-size: 16px; text-shadow: rgb(87,87,87) 0px 1px 4px; font-weight: bold; height: 42px; line-height: 46px; padding: 4px 10px; background: -moz-linear-gradient(top,  #419fd5,  #137ab5);}
.blockHeading1{ background-image: -webkit-gradient(linear, left top, left bottom, from(#419fd5), to(#137ab5)); color: #FFFFFF; font-size: 15px; text-shadow: rgb(87,87,87) 0px 1px 4px; font-weight: bold; height: 42px; padding: 2px 10px; background: -moz-linear-gradient(top,  #419fd5,  #137ab5); display: table-cell;  vertical-align:middle; width: 270px;}
.blockHeading2{ background-image: -webkit-gradient(linear, left top, left bottom, from(#419fd5), to(#137ab5)); color: #FFFFFF; font-size: 16px; text-shadow: rgb(87,87,87) 0px 1px 4px; font-weight: bold; height: 42px; padding: 4px 10px;  background: -moz-linear-gradient(top,  #419fd5,  #137ab5);}
.footer{height: 30px; background-color:#007dc5; color: #FFFFFF; font-size: 11px; text-shadow: rgb(120,120,120) 0px 1px 4px; padding: 0px 20px;}
.blockContent{ padding: 4px; height: 100px; text-align: left; vertical-align:top;}
.thumb{display: inline-block; width: 126px; height: 120px; }
.blockThumb{width: 126px; height: 98px;}
.rating{display: inline-block; height: 110px; vertical-align: top; padding: 0px 6px 6px 6px;}
.author{ clear: both; height: 38px; margin: 2px 4px; text-align: left;}
.like{ margin: 10px 0px 5px 0px; vertical-align: top; font-size: 11px; color: #333; font-family: Verdana, Arial, Helvetica, sans-serif;}
.subscriber{ margin: 0px 0px 0px 0px; vertical-align: top; font-size: 11px; color: #333; font-family: Verdana, Arial, Helvetica, sans-serif;}
.courseLableOver{width: 80px; height: 34px; background-image:url(../images/blue_ribbon.png); background-position: left; background-repeat: no-repeat; padding: 1px; border-radius: 6px 0px 0px 6px; display:inline-block; background-position: right;   text-align: center; line-height: 34px; color: #333; font-weight: bold; font-size: 12px; padding-left: 12px; margin-top: 0px; position: absolute; }
.courseLableOverExam{ width: 96px; height: 34px; background-image:url(../images/red_ribbon.png); background-repeat: no-repeat; padding: 1px; border-radius: 6px 0px 0px 6px; display:inline-block; background-position: right;   text-align: center; line-height: 38px; color: #333; font-weight: bold; font-size: 12px; padding-left: 17px; margin-top: 7px; position: absolute; }
.courseLableOverEbook{ width: 96px; height: 34px; background-image:url(../images/purple_ribbon.png); background-repeat: no-repeat; padding: 1px; border-radius: 6px 0px 0px 6px; display:inline-block; background-position: right;   text-align: center; line-height: 38px; color: #333; font-weight: bold; font-size: 12px; padding-left: 17px; margin-top: 7px; position: absolute;}

.blockLink{text-decoration: none;}
.courseDetail{ background-color: #fff; box-shadow: rgb(150,150,150) 0px 0px 10px;  padding: 10px; min-height: 124px;}
.courseObjective{background-color:#FFFFFF; min-height: 110px; box-shadow: rgb(150,150,150) 0px 0px 10px;  padding: 15px;}
.courseDescription{ font-size: 13px; color: #333; margin-top: 10px; line-height: 19px;}
.channelLInk{color: #d4efff; font-size: 13px; line-height: 34px; text-decoration: none;}
.channelLInk:hover{ text-decoration: underline;}
.authorThumb{display: inline-block; background-color: #CCCCCC;}
.authorChannel{display: inline-block; vertical-align: top; font-size: 13px; font-weight: normal; color: #333;}
 */
/* End css for block*/
.modalBackground
{
	background-color: #333333;
	filter: alpha(opacity=50);
	opacity: 0.9;
}
.Demo_Lectures
{
	background: #515151;
	color: #fff;
	padding: 5px;
	font-size: 18px;
	font-family: 'Trebuchet MS';
	margin-top: 5px;
	border-radius: 10px 10px 0px 0px;
}
.Demo_Lectures2
{
	margin-bottom: 5px;
	padding-left: 7px;
	text-align: left;
}
.Demo_Lectures3
{
	background: #3b5999;
	color: #fff;
	padding: 5px;
	font-size: 18px;
	font-family: 'Trebuchet MS';
	margin-top: 5px;
	border-radius: 10px 10px 0px 0px;
}
.Demo_Lectures4
{
	margin-bottom: 5px;
	padding-left: 12px;
	text-align: left;
}
.Demo_lecture_image
{
	background: #515151;
	padding: 40px 30px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	text-decoration: none;
}
.Demo_lecture_image:hover
{
	background: #2f2f2f;
	color: #fff;
	font-size: 18px;
	text-decoration: underline;
}
#Demo_lecture_back
{
	width: 100px;
}
.Demo_lecture_content
{
	color: #515151;
	font-size: 15px;
	text-align: left;
	font-weight: bold;
	font-family: "Trebuchet MS";
	text-decoration: none;
}
.Demo_lecture_content
{
	color: #515151;
	font-size: 15px;
	text-align: left;
	font-weight: bold;
	font-family: "Trebuchet MS";
	text-decoration: none;
}
.Demo_lecture_content a:hover
{
	color: #515151;
	font-size: 15px;
	text-decoration: underline;
}

.demo_lecturehover
{
	cursor: pointer;
	padding: 7px;
	transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	border-radius: 10px;
	float: left;
}
.demo_lecturehover:hover
{
	background-color: #e5e5e5;
	text-decoration: none;
	box-shadow: 0px 0px 5px #a0a0a0;
}
.Question_Answer
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px dashed #515151;
	padding-bottom: 7px;
	margin-bottom: 7px;
}
.Question_Answer_Content
{
	padding-top: 7px;
	text-align: justify;
	font-family: "Trebuchet MS";
	color: #515151;
}
#Comment_line
{
	background: url(../images/Commentline.png) repeat-x;
	height: 7px;
	margin-bottom: 12px;
	margin-top: 7px;
}
.Your_Rating3
{
	font-size: 11px;
	color: #515151;
	text-align: left;
	line-height: 16px;
}
.Comment_Imageborder
{
	border-radius: 7px;
	-webkit-box-shadow: 0px 0px 5px #515151;
	-moz-box-shadow: 0px 0px 5px #515151;
	box-shadow: 0px 0px 5px #515151;
	display: block;
	width: 60px;
	height: 56px;
	padding: 3px;
}
.Comment_Heading
{
	color: #515151;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	font-family: "Trebuchet MS";
}

#Question_Answer
{
	background: #e9e9e9;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 12px;
	text-align: left;
	margin-bottom: 5px;
	box-shadow: 0px 2px 0px #ccc;
}
.Question_Answer_Content
{
	padding-top: 7px;
	text-align: justify;
	font-family: "Trebuchet MS";
	color: #515151;
}
.All_box1
{
	background: #fff;
	padding: 0px 6px;
	color: #515151;
}
.ui-bar-f
{
	background: #74b042;
	color: #fff;
	font-weight: bold;
	background-image: -webkit-linear-gradient(#74b042, #56A00E); /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient(#74b042, #56A00E); /* FF3.6 */
	background-image: -ms-linear-gradient(#74b042, #56A00E); /* IE10 */
	background-image: -o-linear-gradient(#74b042, #56A00E); /* Opera 11.10+ */
	background-image: linear-gradient(#74b042, #56A00E);
}
.ui-bar-f, .ui-bar-f input, .ui-bar-f select, .ui-bar-f textarea, .ui-bar-f button
{
	font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}

.ui-bar-f, .ui-bar-f .ui-link-inherit
{
	color: #fff;
}
.ui-bar-f .ui-link
{
	color: #fff;
}
.ui-btn-up-f
{
	border: 1px solid #3B6F07;
	background: #56A00E;
	color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#74b042), to(#56A00E)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#74b042, #56A00E); /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient(#74b042, #56A00E); /* FF3.6 */
	background-image: -ms-linear-gradient(#74b042, #56A00E); /* IE10 */
	background-image: -o-linear-gradient(#74b042, #56A00E); /* Opera 11.10+ */
	background-image: linear-gradient(#74b042, #56A00E);
}
.ui-btn-up-f a.ui-link-inherit
{
	color: #fff;
}
.ui-btn-hover-f
{
	border: 1px solid #3B6F07;
	background: #6EBC1F;
	color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#8FC963), to(#6EBC1F)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#8FC963, #6EBC1F); /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient(#8FC963, #6EBC1F); /* FF3.6 */
	background-image: -ms-linear-gradient(#8FC963, #6EBC1F); /* IE10 */
	background-image: -o-linear-gradient(#8FC963, #6EBC1F); /* Opera 11.10+ */
	background-image: linear-gradient(#8FC963, #6EBC1F);
}
.ui-btn-hover-f a.ui-link-inherit
{
	color: #fff;
}
.ui-btn-down-f
{
	border: 1px solid #3B6F07;
	background: #3d3d3d;
	font-weight: bold;
	color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#56A00E), to(#64A234)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#56A00E, #64A234); /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient(#56A00E, #64A234); /* FF3.6 */
	background-image: -ms-linear-gradient(#56A00E, #64A234); /* IE10 */
	background-image: -o-linear-gradient(#56A00E, #64A234); /* Opera 11.10+ */
	background-image: linear-gradient(#56A00E, #64A234);
}
.ui-btn-down-f a.ui-link-inherit
{
	color: #fff;
}
.ui-btn-up-f, .ui-btn-hover-f, .ui-btn-down-f
{
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
}
.channelText
{
	font-size: 13px;
	color: #555;
	margin-top: 10px;
	line-height: 19px;
	display: inline-block;
}
#Subscribers_border
{
	border: 1px solid #ccc;
	padding: 2px;
	text-align: center;
	margin: 0 auto;
}
.Your_Rating5 a:hover
{
	color: #fff;
	text-decoration: underline;
	text-align: right;
}
.text2
{
	font-size: 11px;
	color: #515151;
	text-align: justify;
	line-height: 16px;
	padding-top: 13px;
}
.AuthorCourses2
{
	font-size: 12px;
	height: auto;
	overflow: hidden;
}
.Your_Rating2
{
	font-size: 12px;
	color: #515151;
	text-align: left;
	padding-top: 3px;
	padding-right: 5px;
}
.Comment_Heading
{
	color: #515151;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	font-family: "Trebuchet MS";
}
.Comment_Imageborder
{
	border-radius: 7px;
	-webkit-box-shadow: 0px 0px 5px #515151;
	-moz-box-shadow: 0px 0px 5px #515151;
	box-shadow: 0px 0px 5px #515151;
	display: block;
	width: 60px;
	height: 56px;
	padding: 3px;
}
.Course_Headingauthor
{
	color: #20A3CF;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	font-family: "Trebuchet MS";
}
.Course_Headingauthor2
{
	color: #515151;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	font-family: "Trebuchet MS";
}
.subscribe_link
{
	font-size: 12px;
	text-align: right;
	line-height: 14px;
	color: #515151;
	text-decoration: none;
	font-weight: bold;
}
.subscribe_link a
{
	font-size: 12px;
	text-align: right;
	line-height: 14px;
	color: #515151;
	text-decoration: none;
	font-weight: bold;
}
.subscribe_link a:hover
{
	color: #515151;
	text-decoration: underline;
}
.Course_like_link
{
	font-size: 12px;
	text-align: left;
	line-height: 14px;
	color: #fa632e;
	padding-top: 4px;
	text-decoration: none;
}
.Course_like_link a
{
	font-size: 12px;
	text-align: left;
	line-height: 14px;
	color: #fa632e;
	padding-top: 4px;
	text-decoration: none;
}
.Course_like_link a:hover
{
	color: #fa632e;
	text-decoration: underline;
}
.Course_Headingtop
{
	color: #20A3CF;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	font-family: "Trebuchet MS";
	text-decoration: none;
}
.Course_Headingtop a
{
	color: #20A3CF;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	font-family: "Trebuchet MS";
	text-decoration: none;
}
.Course_like_link
{
	font-size: 12px;
	text-align: left;
	line-height: 14px;
	color: #fa632e;
	padding-top: 4px;
	text-decoration: none;
}
.Course_like_link a
{
	font-size: 12px;
	text-align: left;
	line-height: 14px;
	color: #fa632e;
	padding-top: 4px;
	text-decoration: none;
}
.Course_like_link a:hover
{
	color: #fa632e;
	text-decoration: underline;
}

.Course_Headingtop a:hover
{
	color: #1b82a4;
	font-size: 15px;
	text-decoration: none;
}
.Course_Des
{
	font-size: 12px;
	text-align: left;
	line-height: 14px;
	color: #6c6c6c;
	padding-top: 4px;
}
.wrapper
{
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.courseDescription
{
	font-size: 13px;
	color: #333;
	margin-top: 10px;
	line-height: 19px;
}
.courseDetailThumb
{
	margin-right: 20px;
}
.viewTime
{
	float: right;
	font-size: 11px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
}
.yourreviewContent
{
	border-radius: 6px;
	background-color: #f8f8f8;
	border: solid 1px #ccc;
	margin-top: 15px;
	font-weight: normal;
	width: 250px;
	height: 32px;
}
.likeLinkBox
{
	border-right: groove 2px #fff;
	padding: 6px 8px;
	display: inline-block;
}
.likeLink
{
	width: 22px;
	cursor: pointer;
	height: 21px;
	background-image: url(../images/like.png);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	float: left;
}
.likeLink:hover
{
	background-image: url(../images/like.png);
	background-repeat: no-repeat;
	background-position: 0px -21px;
	display: block;
}
.likeLink2
{
	background-image: url(../images/like.png);
	background-repeat: no-repeat;
	background-position: 0px -21px;
	display: block;
}
.dislikeLink
{
	width: 22px;
	cursor: pointer;
	height: 21px;
	background-image: url(../images/dislike.png);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	float: left;
}
.dislikeLink:hover
{
	background-image: url(../images/dislike.png);
	background-repeat: no-repeat;
	background-position: 0px -21px;
	display: block;
}
.dislikeLink2
{
	background-image: url(../images/dislike.png);
	background-repeat: no-repeat;
	background-position: 0px -21px;
	display: block;
}
/*Logout*/
.addlearningBoxOver_LO
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#044062), to(#044062));
	padding: 1px;
	border-radius: 6px;
	display: inline-block;
	background: -moz-linear-gradient(top,  #044062,  #044062);
	background: -o-linear-gradient(top,  #044062,  #044062);
	margin-top: 0px;
	display: inline-block;
	margin-top: 10px;
	vertical-align: top;
	margin-left: 100px;
}
.addlearningBtn_LO
{
	display: inline-block;
	color: #fff;
	font-size: 13px;
	line-height: 30px;
	text-decoration: none;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	padding: 5px 15px;
	margin: 0 auto;
	border-radius: 5px;
	font-weight: bold;
	cursor: pointer;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5e9bc4), to(#396b9e));
	border-top: solid 1px #8eb9d6;
	text-shadow: rgb(110,110,110) 0px 1px 4px;
	background: -moz-linear-gradient(top,  #5e9bc4,  #396b9e);
}
.addlearningBtn_LO:hover
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#78add1), to(#4f7dad));
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	background: -moz-linear-gradient(top,  #78add1,  #4f7dad);
}
/*Login*/
.addlearningBoxOver_LI
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#044062), to(#044062));
	padding: 1px;
	border-radius: 6px;
	display: inline-block;
	background: -moz-linear-gradient(top,  #044062,  #044062);
	background: -o-linear-gradient(top,  #044062,  #044062);
	margin-top: 0px;
	display: inline-block;
	margin-top: 10px;
	vertical-align: top;
	margin-left: 100px;
}
.addlearningBtn_LI
{
	vertical-align: top;
	display: inline-block;
	color: #fff;
	font-size: 13px;
	line-height: 30px;
	text-decoration: none;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	padding: 5px 15px;
	margin: 0 auto;
	border-radius: 5px;
	font-weight: bold;
	cursor: pointer;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5e9bc4), to(#396b9e));
	border-top: solid 1px #8eb9d6;
	text-shadow: rgb(110,110,110) 0px 1px 4px;
	background: -moz-linear-gradient(top,  #5e9bc4,  #396b9e);
	margin-top: 10px;
}
.addlearningBtn_LI:hover
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#78add1), to(#4f7dad));
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	background: -moz-linear-gradient(top,  #78add1,  #4f7dad);
}
.rightArrow
{
	width: 30px;
	height: 30px;
	background-color: #FFFFFF;
	border-radius: 100px;
	text-align: center;
	line-height: 32px;
	color: #044062;
	box-shadow: rgb(87,87,87) 0px 1px 4px inset;
	font-size: 16px;
	float: right;
	margin-left: 10px;
}
.addEmailBtn
{
	display: inline-block;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	margin: 0 auto;
	border-radius: 5px;
	font-weight: bold;
	cursor: pointer;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5e9bc4), to(#396b9e));
	border-top: solid 1px #8eb9d6;
	text-shadow: rgb(110,110,110) 0px 1px 4px;
	background: -moz-linear-gradient(top,  #5e9bc4,  #396b9e);
}
.addEmailBtn:hover
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#78add1), to(#4f7dad));
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	background: -moz-linear-gradient(top,  #78add1,  #4f7dad);
}
.rightArrow
{
	width: 30px;
	height: 30px;
	background-color: #FFFFFF;
	border-radius: 100px;
	text-align: center;
	line-height: 32px;
	color: #044062;
	box-shadow: rgb(87,87,87) 0px 1px 4px inset;
	font-size: 16px;
	float: right;
	margin-left: 10px;
}
.chapter
{
	cursor: pointer;
	font-weight: bold;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#efefef));
	background: -moz-linear-gradient(top,  #fff, #efefef);
	line-height: 20px;
	word-break: break-word;
}
.divider
{
	height: 1px;
	background-color: #ccc;
}
.demoLectureBox2
{
	background-color: #f8f8f8;
	border: solid 1px #ccc;
	border-radius: 10px;
}
.lesson
{
	display: none;
	font-weight: normal;
	margin-left: -15px;
	line-height: 20px;
}

.quesAns li
{
	cursor: pointer;
	color: #333;
	list-style: none;
	font-size: 13px;
	padding: 10px 15px;
	text-shadow: rgb(210,210,210) 0px 4px 10px inset;
}
.demoLectureHeading
{
	background-color: #999999;
	border-radius: 8px 8px 0px 0px;
	height: 40px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#419fd5), to(#137ab5));
	background: -moz-linear-gradient(top,  #419fd5,  #137ab5);
	color: #FFFFFF;
	text-shadow: rgb(110,110,110) 0px 1px 4px;
	line-height: 40px;
	padding-left: 15px;
}
.demoLectureText
{
	line-height: 18px;
	margin-left: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #555;
}
.demoLectureBox2
{
	background-color: #f8f8f8;
	border: solid 1px #ccc;
	border-radius: 10px;
}
#demoLecture td:hover
{
	cursor: pointer;
	color: #22b9f1;
	font-weight: bold;
}
.courseOutline li
{
	color: #555;
	list-style: none;
	font-size: 13px;
	padding: 6px 15px;
	background-color: #efefef;
	border-bottom: solid 1px #ccc;
	text-shadow: rgb(210,210,210) 0px 1px 4px;
	font-weight: bold;
}
.demoLectureBox2
{
	background-color: #f8f8f8;
	border: solid 1px #ccc;
	border-radius: 10px;
}
.reviewBox
{
	height: 70px;
	background-color: #FFFFFF;
	box-shadow: rgb(150,150,150) 0px 0px 10px;
	font-size: 14px;
	padding: 10px;
	color: #00aeef;
	font-weight: bold;
	width: 340px;
	text-align: left;
}
.reviewContent
{
	border-radius: 6px;
	background-color: #f8f8f8;
	border: solid 1px #ccc;
	height: 40px;
	margin-top: 10px;
	font-weight: normal;
}
.ratingBox2
{
	text-align: right;
	float: right;
	padding: 8px;
}
.ratingBox
{
	text-align: right;
	float: right;
	padding: 11px;
}
.subscriberBox
{
	background-color: #FFFFFF;
	box-shadow: rgb(150,150,150) 0px 0px 10px;
	font-size: 14px;
	padding: 10px;
	color: #00aeef;
	font-weight: bold;
	margin-top: 15px;
	width: 340px;
	text-align: left;
}
.seeAllLink
{
	float: right;
	font-size: 11px;
	color: #333;
	text-decoration: none;
	cursor: pointer;
}
.seeAllLink:hover
{
	text-decoration: none;
	color: #ff0000;
}
h2
{
	font-size: 14px;
	font-weight: bold;
}
.subscriberThumb
{
	width: 33px;
	height: 33px;
	border: solid 1px #ccc;
	margin-right: 6px;
}
.likeBox
{
	border-right: groove 2px #fff;
	padding: 10px 15px;
	line-height: 40px;
	color: #333333;
	font-size: 12px;
}
.likeText
{
	font-size: 11px;
	color: #333333;
	line-height: 20px;
	margin-left: 5px;
	float: left;
}

.treeBulet
{
	margin-right: 5px;
	vertical-align: 1px;
}

.ratingStar
{
	font-size: 0pt;
	width: 8px;
	height: 7px;
	padding: 0px;
	cursor: pointer;
	display: block;
	background-repeat: no-repeat;
}

.filledRatingStar
{
	background-image: url(../Images/Star2.png);
}

.emptyRatingStar
{
	background-image: url(../Images/Star.png);
}

.savedRatingStar
{
	background-image: url(../Images/star_grey.png);
}
.ratingStar_Large
{
	font-size: 0pt;
	width: 10px;
	height: 14px;
	padding: 2px;
	cursor: pointer;
	display: block;
	background-repeat: no-repeat;
}
.filledRatingStar_Large
{
	background-image: url(../Images/star_blue.png);
}
.savedRatingStar_Large
{
	background-image: url(../Images/star_grey.png);
}
.emptyRatingStar_Large
{
	background-image: url(../Images/star_grey.png);
}
.DefaultRatingStar_Large
{
	background-image: url(../Images/star_grey.png);
}

/*--------------------------End Rating---------------------*/
.ornageBtn2Over
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#a35b25), to(#7a4117));
	padding: 1px;
	border-radius: 6px;
	display: block;
	width: 90px;
	background: -moz-linear-gradient(top,  #044062,  #044062);
	background: -o-linear-gradient(top,  #044062,  #044062);
	margin-top: 8px;
	display: inline-block;
}
.orangeBtn2
{
	display: block;
	color: #fff;
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	padding: 6px 5px;
	margin: 0 auto;
	border-radius: 5px;
	font-weight: bold;
	cursor: pointer;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5e9bc4), to(#396b9e));
	border-top: solid 1px #ffd5b6;
	text-shadow: rgb(110,110,110) 0px 1px 4px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e89a60), to(#d57c3a));
	background: -moz-linear-gradient(top,  #e89a60,  #d57c3a);
}
.orangeBtn2:hover
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f1a872), to(#e1945a));
	background: -moz-linear-gradient(top,  #f1a872, #e1945a);
	color: #fff;
	text-decoration: none;
}
.moreCoursesText
{
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin: 15px 0px 0px 0px;
}


.monitorBox
{
	width: 450px;
	height: 380px;
	background-repeat: no-repeat;
	padding: 14px 0px 0px 30px;
	background-image: url(../images/desktop.png);
}
.bannerBox
{
	width: 420px;
	height: 280px;
}

.topRight
{
	float: right;
	border-left: solid 1px #234b62;
	padding-left: 10px;
}



.userDropDown
{
	position: absolute;
	width: 180px;
	background-color: #FFFFFF;
	right: 0px;
	box-shadow: rgb(150,150,150) 0px 0px 2px;
	padding: 4px;
	box-shadow: rgb(110,110,110) 0px 2px 10px;
	z-index: 99;
}
.userDropDown li
{
	list-style: none;
	padding: 7px;
	font-size: 12px;
	color: #333333;
	border-bottom: solid 1px #ccc;
	background-color: #efefef;
	cursor: pointer;
}
.userDropDown li:hover
{
	color: #fff;
	background-color: #00aeef;
}
.notificationDropDown
{
	position: absolute;
	width: 200px;
	background-color: #FFFFFF;
	top: 45px;
	padding: 4px;
	box-shadow: rgb(110,110,110) 0px 2px 10px;
	z-index: 99;
}
.notificationDropDown li
{
	list-style: none;
	padding: 10px;
	font-size: 12px;
	color: #333333;
	border-bottom: solid 1px #ccc;
	background-color: #efefef;
	cursor: pointer;
}
.notificationDropDown li:hover
{
	color: #fff;
	background-color: #00aeef;
}
.notificationText
{
	padding: 0px 8px;
	background-color: #FFFFFF;
	float: right;
	border-radius: 5px;
	text-align: center;
	line-height: 20px;
	box-shadow: rgb(110,110,110) 0px 0px 4px;
	color: #333;
	margin-top: -3px;
}
.examInstruction
{
	background-color: #FFFFFF;
	min-height: 10px;
	box-shadow: rgb(150,150,150) 0px 0px 10px;
	padding: 15px 15px 5px 15px;
}
.courseProgress
{
	height: 44px;
	background-color: #FFFFFF;
	box-shadow: rgb(150,150,150) 0px 0px 10px;
	font-size: 14px;
	padding: 10px;
	color: #00aeef;
	font-weight: bold;
	width: 340px;
	text-align: left;
}
.viewerThumb
{
	font-size: 10px;
	color: #333333;
	float: left;
	text-align: center;
	font-weight: normal;
}
.userName
{
	color: #d4efff;
	font-size: 11px;
	display: inline-block;
	font-weight: bold;
	line-height: 34px;
	text-decoration: none;
}
.progressBox
{
	height: 10px;
	text-align: left;
	margin: 4px;
	background-color: #777;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	background-image: url(../images/progressBG.png);
}
.blockSize
{
	height: 206px;
}
.criteriaBox
{
	background-color: #FFFFFF;
	box-shadow: rgb(87,87,87) 0px 1px 6px;
}
.criteriaBox li
{
	display: inline-block;
	vertical-align: middle;
	margin: 20px;
	width: 450px;
}
.myLearningHead
{
	font-size: 22px;
	font-weight: normal;
	margin-top: 4px;
}
.myLearningText
{
	font-size: 22px;
	font-weight: normal;
	margin-top: 4px;
	color: #0095da;
}
.suggestedCourseText
{
	font-size: 24px;
	font-weight: normal;
	margin: 20px 10px 10px 10px;
}
h4
{
	font-size: 28px;
	font-weight: normal;
	font-weight: bold;
}

#interest, #Skill, #Vocational
{
	display: none;
	position: absolute;
}

#interestAcademy
{
	display: none;
	position: absolute;
}

#interestAcademy ul
{
	border: solid 1px #ccc;
	box-shadow: 0px 1px 5px #ccc, 0 -1px #fff inset;
}

#interest ul, #Skill ul, #Vocational ul
{
	border: solid 1px #ccc;
	box-shadow: 0px 1px 5px #ccc, 0 -1px #fff inset;
}

#interestAcademy li
{
	padding: 8px 6px;
	margin: 0px;
	display: block;
	font-size: 13px;
	text-align: left;
	cursor: pointer;
	width: 305px;
	background-color: #f9f9f9;
	border-bottom: solid 1px #ccc;
}


#interest li, #Skill li, #Vocational li
{
	padding: 8px 6px;
	margin: 0px;
	display: block;
	font-size: 13px;
	text-align: left;
	cursor: pointer;
	width: 305px;
	background-color: #f9f9f9;
	border-bottom: solid 1px #ccc;
}
#interestAcademy li:hover
{
	background-color: #efefef;
}
#interest li:hover, #Skill li:hover, #Vocational li:hover
{
	background-color: #efefef;
}
.linkAcademy
{
	display: inline-block;
}
.link, .linkSkill, .linkVocational
{
	display: inline-block;
}
.listAcademy
{
	background-color: #efefef;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	padding: 10px;
	display: block;
	border-radius: 6px;
	border: solid 1px #ccc;
	cursor: pointer;
	box-shadow: 0px 1px 5px #ccc, 0 -1px #fff inset;
	background-image: url(../images/down_Arrow.png);
	background-repeat: no-repeat;
	background-position: right;
	text-shadow: rgb(60,60,60) 0px 1px 4px inset;
}
.list, .listSkill, .listVocational
{
	background-color: #efefef;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	padding: 10px;
	display: block;
	border-radius: 6px;
	border: solid 1px #ccc;
	cursor: pointer;
	box-shadow: 0px 1px 5px #ccc, 0 -1px #fff inset;
	background-image: url(../images/down_Arrow.png);
	background-repeat: no-repeat;
	background-position: right;
	text-shadow: rgb(60,60,60) 0px 1px 4px inset;
}
.courseplayThumb
{
	width: 30px;
	height: 22px;
	box-shadow: rgb(80,80,80) 0px 0px 5px;
	vertical-align: -6px;
	margin-right: 10px;
	border: solid 1px #fff;
}
.courspeplayHeading
{
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
	text-shadow: rgb(100,100,100) 0px 1px 4px;
	color: #FFFFFF;
	display: inline-block;
}
.coursePlayTab
{
	padding: 8px 9px;
	border-radius: 6px;
	outline-radius: 6px;
	text-decoration: none;
	color: #444;
	text-shadow: rgb(80,80,80) 0px 1px 4px inset;
	font-weight: bold;
	font-size: 12px;
	background-color: #fff;
	box-shadow: rgb(200,200,200) 0px 0px 5px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1));
	background: -moz-linear-gradient(top,  #fff, #f1f1f1);
	border: solid 1px #cccccc;
	background-color: #fff;
}
.coursePlayTab:hover
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#434343), to(#2d2d2d));
	border: solid 1px #111111;
	color: #fff;
	background: -moz-linear-gradient(top,  #434343,  #2d2d2d);
}
.coursePlayIcon
{
	margin-right: 6px;
	vertical-align: -2px;
}
.coursePlayActiveTab
{
	padding: 8px 12px;
	border-radius: 6px;
	outline-radius: 6px;
	text-decoration: none;
	color: #fff;
	text-shadow: rgb(80,80,80) 0px 1px 4px inset;
	font-weight: bold;
	font-size: 12px;
	background-color: #fff;
	box-shadow: rgb(200,200,200) 0px 0px 5px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#434343), to(#2d2d2d));
	border: solid 1px #111111;
	background: -moz-linear-gradient(top,  #434343,  #2d2d2d);
}

.lectureName
{
	color: #0277bb;
	font-size: 18px;
	font-weight: normal;
	text-shadow: rgb(210,210,210) 0px 1px 4px;
}
.lectureDescription
{
	color: #666;
	font-size: 13px;
	font-weight: normal;
	text-shadow: rgb(210,210,210) 0px 1px 4px;
	margin-top: 3px;
}
.lectureReviewBox
{
	margin-top: 10px;
	padding: 5px 10px 0px 10px;
	background-color: #FFFFFF;
	box-shadow: rgb(160,160,160) 0px 0px 8px;
	border-radius: 8px;
}
.lectureCommentBox
{
	height: 200px;
	background-color: #FFFFFF;
	margin-top: 10px;
	box-shadow: rgb(160,160,160) 0px 0px 8px;
}
.lectureDescriptionBox
{
	margin-top: 10px;
	padding: 5px 10px 10px 10px;
	background-color: #FFFFFF;
	box-shadow: rgb(160,160,160) 0px 0px 8px;
}
.reportAbuseBtnOver
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#72460f), to(#72460f));
	padding: 1px;
	border-radius: 6px;
	display: inline-block;
	background: -moz-linear-gradient(top,  #72460f,  #72460f);
	background: -o-linear-gradient(top,  #044062,  #044062);
}
.reportAbuseBtn
{
	display: inline-block;
	color: #fff;
	font-size: 13px;
	line-height: 17px;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	padding: 8px 20px;
	margin: 0 auto;
	border-radius: 5px;
	font-weight: bold;
	cursor: pointer;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#bb797e), to(#924c4a));
	border-top: solid 1px #e2a5ab;
	text-shadow: rgb(60,60,60) 0px 1px 4px;
	background: -moz-linear-gradient(top,  #bb797e,  #924c4a);
	background: -o-linear-gradient(top,  #5e9bc4,  #396b9e);
}
.reportAbuseBtn:hover
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ce979b), to(#a05c5a));
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	background: -moz-linear-gradient(top,  #ce979b,  #a05c5a);
}
.contentBox
{
	position: absolute;
	margin-top: 5px;
	border: solid 4px #555;
	display: none;
	width: 680px;
	height: 465px;
	background-color: #FFFFFF;
	box-shadow: rgb(80,80,80) 0px 0px 9px;
	z-index: 99;
}
.contentBoxHeading
{
	background-color: #999999;
	height: 40px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#419fd5), to(#137ab5));
	background: -moz-linear-gradient(top,  #419fd5,  #137ab5);
	color: #FFFFFF;
	text-shadow: rgb(110,110,110) 0px 1px 4px;
	line-height: 40px;
	padding-left: 15px;
}
.contentBoxClose
{
	float: right;
	width: 25px;
	height: 25px;
	background-color: #FFFFFF;
	border-radius: 100px;
	margin: 5px;
	background-image: url(../images/close_icon.png);
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.8;
	cursor: pointer;
}
/*for email*/
.verify_1
{
	color: #7d7d7d;
	font-size: 20px;
	line-height: 26px;
	text-decoration: none;
	text-align: center;
	padding-bottom: 12px;
	text-align: left;
	font-family: "Trebuchet MS";
	font-weight: bold;
}
#Login-borderfor
{
	width: 518px;
	padding: 15px 15px 15px 15px;
	border: 1px #e1e0e0 solid;
	border-radius: 7px;
	background: #fcfdff;
	margin: auto;
	margin-top: 120px;
	margin-bottom: 60px;
}
#Login-borderfor2
{
	width: 518px;
	padding: 15px 15px 15px 15px;
	border: 1px #e1e0e0 solid;
	border-radius: 7px;
	background: #fcfdff;
	margin: auto;
	margin-top: 100px;
}
#Login-borderfor3
{
	width: 600px;
	padding: 15px 15px 7px 15px;
	border: 1px #e1e0e0 solid;
	border-radius: 7px;
	background: #edfff0;
	margin: auto;
	margin-top: 100px;
}
#Login-borderfor4
{
	width: 600px;
	padding: 15px 15px 7px 15px;
	border: 1px #e1e0e0 solid;
	border-radius: 7px;
	background: #edf7ff;
	margin: auto;
	margin-top: 100px;
}
#Login-borderfor5
{
	width: 600px;
	padding: 15px 15px 7px 15px;
	border: 1px #e1e0e0 solid;
	border-radius: 7px;
	background: #ffeded;
	margin: auto;
	margin-top: 100px;
}
#admin_cntr
{
	border: 1px solid #dadada;
	margin-left: 10px;
	width: 746px;
	display: block;
	border-radius: 0px 5px 0px 5px;
	background: #fff;
	padding: 10px;
}

.Login-borderfor
{
	margin-top: 30px;
	margin-bottom: 30px;
}

.noteIcon
{
	width: 14px;
	cursor: pointer;
	height: 14px;
	background-image: url(../images/player_icon.png);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	float: left;
}
.enabledTabOver
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#6c8ea8), to(#6c8ea8));
	padding: 1px;
	border-radius: 0px;
	display: inline-block;
	background: -moz-linear-gradient(top,  #6c8ea8,  #6c8ea8);
	background: -o-linear-gradient(top,  #044062,  #044062);
	display: inline-block;
	margin: -3px;
}
.enabledTab
{
	display: inline-block;
	color: #fff;
	font-size: 13px;
	line-height: 17px;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	padding: 8px 20px;
	margin: 0 auto;
	border-radius: 0px;
	font-weight: bold;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#78add1), to(#4f7dad));
	border-top: solid 1px #8eb9d6;
	text-shadow: rgb(110,110,110) 0px 1px 4px;
	background: -moz-linear-gradient(top,  #78add1,  #4f7dad);
	background: -o-linear-gradient(top,  #5e9bc4,  #396b9e);
}
.desabledTabOver
{
	padding: 1px;
	background-color: #6c8ea8;
	border-radius: 0px;
	display: inline-block;
	margin: -3px;
}
.desabledTab
{
	display: inline-block;
	color: #333;
	font-size: 13px;
	line-height: 17px;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-transition: all 30ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	padding: 8px 20px 8px 20px;
	margin: 0 auto;
	border-radius: 0px;
	font-weight: bold;
	cursor: pointer;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e7e7e7), to(#ededed));
	border-top: solid 1px #fff;
	background: -moz-linear-gradient(top,  #5e9bc4,  #396b9e);
	background: -o-linear-gradient(top,  #5e9bc4,  #396b9e);
}
.desabledTab:hover
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#78add1), to(#4f7dad));
	background: -moz-linear-gradient(top,  #78add1,  #4f7dad);
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	text-shadow: rgb(110,110,110) 0px 1px 4px;
	border-top: solid 1px #87b7d6;
}

.likePlayLink:hover
{
	background-image: url(../images/likePlay.png);
	background-repeat: no-repeat;
	background-position: 0px -21px;
	display: block;
}
.dislikePlayLink
{
	width: 22px;
	cursor: pointer;
	height: 21px;
	background-image: url(../images/dislikePlay.png);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	float: left;
}
.dislikePlayLink:hover
{
	background-image: url(../images/dislikePlay.png);
	background-repeat: no-repeat;
	background-position: 0px -21px;
	display: block;
}
.likePlay2
{
	width: 16px;
	cursor: pointer;
	height: 15px;
	background-image: url(../images/likePlay.png);
	background-repeat: no-repeat;
	background-position: 0px -15px;
	display: block;
	float: left;
}
.dislikePlay2
{
	width: 16px;
	cursor: pointer;
	height: 15px;
	background-image: url(../images/dislikePlay.png);
	background-repeat: no-repeat;
	background-position: 0px -15px;
	display: block;
	float: left;
}
.ratingBox2
{
	text-align: right;
	float: right;
	padding: 8px;
}
.userName
{
	color: #d4efff;
	font-size: 11px;
	display: inline-block;
	font-weight: bold;
	line-height: 34px;
	text-decoration: none;
}
.likePlayText
{
	font-size: 11px;
	color: #333333;
	line-height: 20px;
	margin-left: 5px;
	float: left;
}

.likePlayLinkBox
{
	border-right: groove 2px #fff;
	padding: 6px 8px;
	display: inline-block;
}
.likePlayLink
{
	width: 22px;
	cursor: pointer;
	height: 21px;
	background-image: url(../images/likePlay.png);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	float: left;
}
.wrongInfo
{
	height: 40px;
	opacity: 0.8;
	border-radius: 6px;
	font-family: Tahoma;
	background-color: #ff0000;
	margin: 5px;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
	font-size: 13px;
	font-weight: normal;
	text-shadow: rgb(40,40,40) 0px 2px 4px;
}
.Info
{
	height: 40px;
	opacity: 0.8;
	border-radius: 6px;
	font-family: Tahoma;
	background-color: #00529B;
	margin: 5px;
	color: #BDE5F8;
	text-align: center;
	line-height: 40px;
	font-size: 13px;
	font-weight: normal;
	text-shadow: rgb(40,40,40) 0px 2px 4px;
}
.blueText
{
	color: #0E84CD;
	font-size: 20px;
}

.coursePlayLeft
{
	display: -webkit-box;
	display: -moz-box;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
}
.coursePlayLeft2
{
	border: none;
	-webkit-box-flex: 1;
	padding: 10px;
}
.coursePlayRight
{
	background-color: #fff;
	width: 300px;
	box-shadow: rgb(150,150,150) -2px 2px 5px;
}
.coursePlayBG
{
	margin-top: 0px;
	padding: 2px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#78add1), to(#4f7dad));
	border: solid 1px #6c8ea8;
	background: -moz-linear-gradient(top,  #78add1,  #4f7dad);
}
.lectureName
{
	color: #0277bb;
	font-size: 18px;
	font-weight: normal;
	text-shadow: rgb(210,210,210) 0px 1px 4px;
}

.lectureName a
{
	color: #0277bb;
	font-size: 18px;
	font-weight: normal;
	text-shadow: rgb(210,210,210) 0px 1px 4px;
}
.lectureDescription
{
	color: #666;
	font-size: 13px;
	font-weight: normal;
	text-shadow: rgb(210,210,210) 0px 1px 4px;
	margin-top: 3px;
}
.playerBackground
{
	background-color: rgba(51, 51, 51, 0.63);
	min-height: 420px;
	margin-top: 10px;
	box-shadow: rgb(80,80,80) 0px 0px 5px;
	padding: 10px;
}
.playerBox
{
	background-color: white;
	min-height: 420px;
}
.eBookPlayerBackground
{
	background-color: rgba(51, 51, 51, 0.63);
	min-height: 570px;
	margin-top: 10px;
	box-shadow: rgb(80,80,80) 0px 0px 5px;
	padding: 10px;
}
.eBookPlayerBox
{
	background-color: white;
	min-height: 570px;
}
.lectureReviewBox
{
	margin-top: 10px;
	padding: 5px 10px 0px 10px;
	background-color: #FFFFFF;
	box-shadow: rgb(160,160,160) 0px 0px 8px;
	border-radius: 8px;
}
.lectureCommentBox
{
	padding: 10px;
	height: 200px;
	background-color: #FFFFFF;
	margin-top: 10px;
	box-shadow: rgb(160,160,160) 0px 0px 8px;
}
.lectureDescriptionBox
{
	margin-top: 10px;
	padding: 5px 10px 10px 10px;
	background-color: #FFFFFF;
	box-shadow: rgb(160,160,160) 0px 0px 8px;
}
.reportAbuseBtnOver
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#72460f), to(#72460f));
	padding: 1px;
	border-radius: 6px;
	display: inline-block;
	background: -moz-linear-gradient(top,  #72460f,  #72460f);
	background: -o-linear-gradient(top,  #044062,  #044062);
}
.reportAbuseBtn
{
	display: inline-block;
	color: #fff;
	font-size: 13px;
	line-height: 17px;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	padding: 8px 20px;
	margin: 0 auto;
	border-radius: 5px;
	font-weight: bold;
	cursor: pointer;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#bb797e), to(#924c4a));
	border-top: solid 1px #e2a5ab;
	text-shadow: rgb(60,60,60) 0px 1px 4px;
	background: -moz-linear-gradient(top,  #bb797e,  #924c4a);
	background: -o-linear-gradient(top,  #5e9bc4,  #396b9e);
}
.reportAbuseBtn:hover
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ce979b), to(#a05c5a));
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	background: -moz-linear-gradient(top,  #ce979b,  #a05c5a);
}
.contentBox
{
	position: absolute;
	margin-top: 5px;
	border: solid 4px #555;
	display: none;
	width: 680px;
	height: 465px;
	background-color: #FFFFFF;
	box-shadow: rgb(80,80,80) 0px 0px 9px;
}
.contentBoxHeading
{
	background-color: #999999;
	height: 40px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#419fd5), to(#137ab5));
	background: -moz-linear-gradient(top,  #419fd5,  #137ab5);
	color: #FFFFFF;
	text-shadow: rgb(110,110,110) 0px 1px 4px;
	line-height: 40px;
	padding-left: 15px;
}
.contentBoxClose
{
	float: right;
	width: 25px;
	height: 25px;
	background-color: #FFFFFF;
	border-radius: 100px;
	margin: 5px;
	background-image: url(../images/close_icon.png);
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.8;
	cursor: pointer;
}
.noteIcon
{
	width: 14px;
	cursor: pointer;
	height: 14px;
	background-image: url(../images/player_icon.png);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	float: left;
}
.enabledTabOver
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#6c8ea8), to(#6c8ea8));
	padding: 1px;
	border-radius: 0px;
	display: inline-block;
	background: -moz-linear-gradient(center top , rgb(108, 142, 168), rgb(108, 142, 168)) repeat scroll 0% 0% transparent;
	display: inline-block;
	margin: -3px;
}
.enabledTab
{
	display: inline-block;
	color: #fff;
	font-size: 13px;
	line-height: 17px;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	padding: 8px 20px;
	margin: 0 auto;
	border-radius: 0px;
	font-weight: bold;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#78add1), to(#4f7dad));
	border-top: solid 1px #8eb9d6;
	text-shadow: rgb(110,110,110) 0px 1px 4px;
	background: -moz-linear-gradient(center top , rgb(120, 173, 209), rgb(79, 125, 173)) repeat scroll 0% 0% transparent;
}
.desabledTabOver
{
	padding: 1px;
	background-color: #6c8ea8;
	border-radius: 0px;
	display: inline-block;
	margin: -3px;
}
.desabledTab
{
	display: inline-block;
	color: #333;
	font-size: 13px;
	line-height: 17px;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-transition: all 30ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	padding: 8px 20px 8px 20px;
	margin: 0 auto;
	border-radius: 0px;
	font-weight: bold;
	cursor: pointer;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e7e7e7), to(#ededed));
	border-top: solid 1px #fff;
	background: -moz-linear-gradient(center top , rgb(231, 231, 231), rgb(237, 237, 237)) repeat scroll 0% 0% transparent;
}
.desabledTab:hover
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#78add1), to(#4f7dad));
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	text-shadow: rgb(110,110,110) 0px 1px 4px;
	border-top: solid 1px #87b7d6;
	background: -moz-linear-gradient(top,  #78add1,  #4f7dad);
}

.likePlayLink:hover
{
	background-image: url(../images/likePlay.png);
	background-repeat: no-repeat;
	background-position: 0px -21px;
	display: block;
}
.dislikePlayLink
{
	width: 22px;
	cursor: pointer;
	height: 21px;
	background-image: url(../images/dislikePlay.png);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	float: left;
}
.dislikePlayLink:hover
{
	background-image: url(../images/dislikePlay.png);
	background-repeat: no-repeat;
	background-position: 0px -21px;
	display: block;
}
.likePlay2
{
	width: 16px;
	cursor: pointer;
	height: 15px;
	background-image: url(../images/likePlay.png);
	background-repeat: no-repeat;
	background-position: 0px -15px;
	display: block;
	float: left;
}
.dislikePlay2
{
	width: 16px;
	cursor: pointer;
	height: 15px;
	background-image: url(../images/dislikePlay.png);
	background-repeat: no-repeat;
	background-position: 0px -15px;
	display: block;
	float: left;
}
.ratingBox2
{
	text-align: right;
	float: right;
	padding: 8px;
}
.userName
{
	color: #d4efff;
	font-size: 11px;
	display: inline-block;
	font-weight: bold;
	line-height: 34px;
	text-decoration: none;
}
.likePlayText
{
	font-size: 11px;
	color: #333333;
	line-height: 20px;
	margin-left: 5px;
	float: left;
}

.likePlayLinkBox
{
	border-right: groove 2px #fff;
	padding: 6px 8px;
	display: inline-block;
}
.likePlayLink
{
	width: 22px;
	cursor: pointer;
	height: 21px;
	background-image: url(../images/likePlay.png);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	float: left;
}



.rightArrow2
{
	width: 20px;
	height: 20px;
	background-color: #f8f8f8;
	border-radius: 100px;
	text-align: center;
	line-height: 22px;
	color: #555;
	box-shadow: rgb(87,87,87) 0px 1px 4px inset;
	font-size: 12px;
	float: right;
	margin-left: 10px;
	text-align: center;
	-webkit-transform: rotate(90deg);
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transform: rotate(90deg);
	-moz-transition: -moz-transform 0.5s;
}
.findMoreBtnOver
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#a35b25), to(#7a4117));
	padding: 1px;
	border-radius: 6px;
	display: block;
	background: -moz-linear-gradient(top,  #a35b25,  #7a4117);
	background: -o-linear-gradient(top,  #044062,  #044062);
	margin-top: 8px;
	margin-bottom: 10px;
	display: inline-block;
}
.findMoreBtn
{
	display: block;
	color: #8b4e20;
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	padding: 6px 10px;
	margin: 0 auto;
	border-radius: 5px;
	font-weight: bold;
	cursor: pointer;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f1a872), to(#e1945a));
	border-top: solid 1px #ffd5b6;
	background: -moz-linear-gradient(top,  #f1a872,  #e1945a);
}
.findMoreBtn:hover
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e89a60), to(#d57c3a));
	background: -moz-linear-gradient(top,  #e89a60,  #e1945a);
	text-decoration: none;
}
.showMoreIcon
{
	cursor: pointer;
	transition: all 0ms linear;
	-webkit-transition: all 0ms linear;
	-moz-transition: all 0ms linear;
	margin-top: 5px;
	background-image: url(../images/show_moreArrow.png);
	background-position: top;
	width: 42px;
	height: 42px;
}
.showMoreIcon:hover
{
	background-position: 0px -42px;
}


.questionBox
{
	height: 32px;
	border: solid 1px #d8d8d8;
	border-radius: 8px;
	background-color: cccccc;
	background: #f8f8f8;
	padding: 0px 10px;
	font-weight: bold;
	box-shadow: rgb(210,210,210) 0px 0px 4px inset;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#efefef));
	background: -moz-linear-gradient(top,  #fefefe,  #efefef);
	color: #999;
	width: 435px;
}
.questionBox2
{
	height: 32px;
	border: solid 1px #d8d8d8;
	border-radius: 8px;
	background-color: cccccc;
	background: #f8f8f8;
	padding: 0px 10px;
	font-weight: bold;
	box-shadow: rgb(210,210,210) 0px 0px 4px inset;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#efefef));
	background: -moz-linear-gradient(top,  #fefefe,  #efefef);
	color: #999;
	width: 260px;
}
.postBtnOver
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#044062), to(#044062));
	padding: 1px;
	border-radius: 6px;
	display: block;
	width: 90px;
	background: -moz-linear-gradient(top,  #044062,  #044062);
	background: -o-linear-gradient(top,  #044062,  #044062);
	margin-top: 8px;
	display: inline-block;
	text-align: center;
	margin-left: 8px;
}
.postBtn
{
	display: block;
	color: #fff;
	font-size: 13px;
	line-height: 14px;
	text-decoration: none;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	padding: 7px 5px;
	border-radius: 5px;
	font-weight: bold;
	cursor: pointer;
	border-top: 1px solid #8eb9d6;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5e9bc4), to(#396b9e));
	background: -moz-linear-gradient(top,  #5e9bc4,  #396b9e);
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
}

.postBtn:hover
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#78add1), to(#4f7dad));
	background: -moz-linear-gradient(top,  #78add1,  #4f7dad);
	color: #fff;
	text-decoration: none;
}
.findMoreLink
{
	width: 16px;
	cursor: pointer;
	height: 16px;
	background-image: url(../images/findMore_icon2.png);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	float: left;
}
.findMoreLink:hover
{
	background-image: url(../images/findMore_icon2.png);
	background-repeat: no-repeat;
	background-position: 0px -16px;
	display: block;
}
.examReportBox
{
	height: 156px;
	background-color: #FFFFFF;
	box-shadow: rgb(150,150,150) 0px 0px 10px;
	font-size: 14px;
	padding: 10px;
	color: #00aeef;
	font-weight: bold;
	margin-top: 15px;
	width: 340px;
	text-align: left;
}
.favouriteBlock
{
	height: 66px;
	background-color: #fff;
	border-bottom: solid 1px #efefef;
	cursor: pointer;
	-webkit-transition: all 600ms linear;
	-moz-transition: all 600ms linear;
	-o-transition: all 600ms linear;
	transition: all 600ms linear;
	padding: 5px;
	display: block;
	margin-top: 5px;
}
.favouriteBlock:hover
{
	background-color: #ededed;
}
.favouriteLectureName
{
	font-size: 13px;
	font-weight: bold;
	text-shadow: rgb(220,220,220) 0px 1px 4px;
	color: #333;
}
.favouriteLectureDate
{
	font-size: 11px;
	font-weight: bold;
	color: #f15b40;
	margin-top: 5px;
}
.favouriteLectureThumb
{
	width: 80px;
	height: 60px;
	display: inline-block;
	padding: 2px;
	border: solid 1px #ccc;
	box-shadow: rgb(210,210,210) 0px 0px 6px;
}
.favouriteContent
{
	vertical-align: top;
	height: 70px;
	width: 170px;
	display: inline-block;
	margin-left: 5px;
}
.profileLeft
{
	background-color: #efefef;
	text-align: center;
	width: 200px;
	box-shadow: rgb(200,200,200) 0px 0px 10px;
	padding: 15px;
}
.profileRight
{
	background-color: #fff;
	box-shadow: rgb(200,200,200) 0px 0px 10px;
	padding: 15px;
}
.profileName
{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #333;
}
.profileLeftMenu
{
	list-style: none;
	background-color: #FFFFFF;
	border: solid 1px #ccc;
	text-align: left;
	padding: 8px 10px;
	margin: 5px 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
	border-radius: 6px;
	font-size: 13px;
	box-shadow: rgb(210,210,210) 0px 0px 4px;
	background: -moz-linear-gradient(top,  #fff,  #f8f8f8);
	font-weight: bold;
	color: #555;
	cursor: pointer;
	display: block;
	text-decoration: none;
	cursor: pointer;
}
.profileLeftMenu:hover
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00a5e5), to(#0095da));
	background: -moz-linear-gradient(top,  #00a5e5,  #0095da);
	color: #fff;
	text-decoration: none;
}
.selectedprofile
{
	list-style: none;
	background-color: #FFFFFF;
	border: solid 1px #ccc;
	text-align: left;
	padding: 8px 10px;
	margin: 5px 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00a5e5), to(#0095da));
	border-radius: 6px;
	font-size: 13px;
	box-shadow: rgb(210,210,210) 0px 0px 4px;
	background: -moz-linear-gradient(top,  #00a5e5,  #0095da);
	font-weight: bold;
	color: #fff;
	display: block;
	text-decoration: none;
	cursor: pointer;
}
.profileHeading
{
	font-size: 16px;
	color: #0095da;
	font-weight: bold;
	text-shadow: rgb(180,180,180) 0px 0px 0px;
}
#profileForm
{
	margin-top: 15px;
	border: solid 1px #ccc;
	font-size: 13px;
	color: 333;
}
.formLeftBox
{
	text-align: left;
	font-weight: normal;
}
.formTextBox
{
	height: 32px;
	border: solid 1px #d8d8d8;
	border-radius: 8px;
	background-color: cccccc;
	background: #f8f8f8;
	padding: 0px 10px;
	font-weight: bold;
	box-shadow: rgb(210,210,210) 0px 0px 4px inset;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#efefef));
	background: -moz-linear-gradient(top,  #fefefe,  #efefef);
	color: #444;
	width: 220px;
}
.blackButton
{
	padding: 8px 12px;
	border-radius: 6px;
	outline-radius: 6px;
	text-decoration: none;
	color: #fff;
	text-shadow: rgb(80,80,80) 0px 1px 4px inset;
	font-weight: bold;
	font-size: 12px;
	background-color: #fff;
	box-shadow: rgb(200,200,200) 0px 0px 5px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#434343), to(#2d2d2d));
	border: solid 1px #111111;
	background: -moz-linear-gradient(top,  #434343,  #2d2d2d);
}
.blackButton:hover
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#555), to(#444));
	border: solid 1px #111111;
	background: -moz-linear-gradient(top,  #434343,  #2d2d2d);
}
#contentBoxTable tr
{
	font-size: 12px;
	padding: 0px 10px 0px 10px;
	height: 32px;
	background-color: #f8f8f8;
	border-bottom: solid 1px #ccc;
	color: 333;
	text-decoration: none;
}
#contentBoxTable tr:hover
{
	background-color: #efefef;
}
.centerAlign
{
	text-align: center;
}
.info, .success, .warning, .error, .validation
{
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	margin: -2px 0px;
	padding: 0px 0px 5px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.info
{
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url(    '../images/info.png' );
}
.success
{
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url(    '../images/success.png' );
}
.warning
{
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url(    '../images/warning.png' );
	height: 40px;
}
.error
{
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url(    '../images/error.png' );
}
.linkStyle2
{
	color: #007dc5;
	text-decoration: none;
}
.linkStyle2:hover
{
	color: #ff0000;
}

.quesAns li
{
	cursor: pointer;
	color: #333;
	list-style: none;
	font-size: 13px;
	padding: 10px 15px;
	text-shadow: rgb(210,210,210) 0px 4px 10px inset;
}

.Liked
{
	background-image: url(../Resource/images/likePlay.png);
	background-repeat: no-repeat;
	background-position: 0px -21px;
	display: block;
}
.commentThumb
{
	width: 46px;
	height: 46px;
}
.commentThumb2
{
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 10px;
}
.commentTextBox
{
	height: 46px;
	margin-left: 10px;
	width: 340px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
.separator
{
	height: 1px;
	background-color: #ccc;
	margin-top: 10px;
}
.singleComment
{
	background-color: #efefef;
	min-height: 40px;
	margin: 2px 0px;
	padding: 8px;
}
.commentUserName
{
	font-size: 13px;
	font-weight: bold;
	text-shadow: rgb(220,220,220) 0px 1px 4px;
	color: #333;
}
.commentText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	word-break: break-word;
}
.commentDate
{
	font-size: 11px;
	font-weight: bold;
	color: #f15b40;
	margin-top: 5px;
}

.demolectureBox
{
	background-color: #FFFFFF;
	position: absolute;
	display: none;
	z-index: 99;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -258px 0 0 -338px;
	padding: 10px;
	box-shadow: rgb(87,87,87) 0px 2px 10px;
}
.signUpClose2
{
	float: right;
	width: 20px;
	height: 20px;
	background-color: #75bee9;
	border: solid 3px #fff;
	border-radius: 100px;
	margin: -22px -22px 0px 0px;
	background-image: url(../images/close_icon.png);
	background-repeat: no-repeat;
	background-position: center;
	opacity: 1;
	cursor: pointer;
	box-shadow: rgb(87,87,87) 0px 1px 10px;
}
.signUpClose2:hover
{
	background-color: #FF9900;
}

.CourseDescri
{
	background-color: #FFFFFF;
	position: absolute;
	display: none;
	z-index: 99;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -258px 0 0 -338px;
	padding: 10px;
	box-shadow: rgb(87,87,87) 0px 2px 10px;
}
.signUpClose3
{
	float: right;
	width: 20px;
	height: 20px;
	background-color: #75bee9;
	border: solid 3px #fff;
	border-radius: 100px;
	margin: -22px -22px 0px 0px;
	background-image: url(../images/close_icon.png);
	background-repeat: no-repeat;
	background-position: center;
	opacity: 1;
	cursor: pointer;
	box-shadow: rgb(87,87,87) 0px 1px 10px;
}
.signUpClose3:hover
{
	background-color: #FF9900;
}
.singleComment2
{
	background-color: #efefef;
	min-height: 40px;
	margin: 2px 0px;
	padding: 8px;
}
.singleComment2:hover
{
	cursor: pointer;
	background-color: rgb(228, 225, 225);
	min-height: 40px;
	margin: 2px 0px;
	padding: 8px;
}
.coursePlayMessage
{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 400px;
	text-align: center;
	background-image: url(../images/greylogo_skyLearning.png);
	background-position: center;
	background-repeat: no-repeat;
}
.coursePlyaMessageText
{
	font-size: 32px;
	margin-top: - 10px;
	font-weight: bold;
	color: #007dc5;
	text-shadow: rgb(180,180,180) 0px 1px 4px;
}
.courseLableOverEbook2
{
	float: right;
	background-image: url(../images/purple_ribbon1.png);
	width: 75px;
	height: 34px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 34px;
	margin-top: -6px;
	margin-right: -10px;
}
.plusBtn
{
	width: 48px;
	cursor: pointer;
	height: 48px;
	background-image: url(../images/plusIcon2.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
}
.plusBtn:hover
{
	background-image: url(../images/plusIcon2.png);
	background-repeat: no-repeat;
	background-position: 0px -48px;
	display: block;
}
.mail
{
	float: right;
	margin-top: 10px;
	margin-right: 3px;
}
.emailBox
{
	width: 230px;
	height: 120px;
	border-radius: 6px;
	background-color: #000;
	opacity: 0.7;
	display: none;
	position: relative;
	margin-top: -8px;
}
.morebtn2
{
	font-size: 13px;
	cursor: pointer;
	background-color: #69aa2f;
	border: solid 1px #3b6f07;
	color: #fff;
	font-weight: bold;
	padding: 2px 10px;
	text-decoration: none;
	border-radius: 0px 0px 10px 10px;
	margin-top: -1px;
	float: right;
}
.morebtn2:hover
{
	background-color: #515151;
	border: solid 1px #515151;
	color: #fff;
	padding: 2px 10px;
	text-decoration: none;
}
.categoryLeftMenu
{
	list-style: none;
	background-color: #FFFFFF;
	border: solid 1px #ccc;
	text-align: left;
	padding: 8px 10px;
	margin: 1px 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
	border-radius: 0px;
	font-size: 13px;
	box-shadow: rgb(210,210,210) 0px 0px 4px;
	background: -moz-linear-gradient(top,  #fff,  #f8f8f8);
	font-weight: bold;
	color: #555;
	cursor: pointer;
	display: block;
	text-decoration: none;
}
.categoryLeftMenu:hover
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#f8f8f8));
	background: -moz-linear-gradient(top,  #00a5e5,  #0095da);
	color: #333;
	text-decoration: none;
}
.categoryHead
{
	list-style: none;
	background-color: #FFFFFF;
	border: solid 1px #ccc;
	text-align: left;
	padding: 8px 10px;
	margin: 1px 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00a5e5), to(#0095da));
	border-radius: 0px;
	font-size: 13px;
	box-shadow: rgb(210,210,210) 0px 0px 4px;
	background: -moz-linear-gradient(top,  #00a5e5,  #0095da);
	font-weight: bold;
	color: #fff;
	display: block;
	text-decoration: none;
}

.courseLable2
{
	float: right;
	background-image: url(../images/blue_ribbon1.png);
	width: 96px;
	height: 34px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 34px;
	margin-top: -6px;
	margin-right: -10px;
}
.likeLinkStatic
{
	width: 22px;
	height: 21px;
	background-image: url(../images/like.png);
	background-position: 0px -21px;
	background-repeat: no-repeat;
	display: block;
	float: left;
}
.dislikeLinkStatic
{
	width: 22px;
	height: 21px;
	background-image: url(../images/dislike.png);
	background-position: 0px -21px;
	background-repeat: no-repeat;
	display: block;
	float: left;
}



.topLeft
{
	display: inline-block;
	border-left: solid 1px #234b62;
	padding-left: 10px;
}
.notificationThumb
{
	width: 15px;
	cursor: pointer;
	height: 15px;
	background-image: url(../images/notification_icon.png);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	float: left;
}
.notificationThumb:hover
{
	background-image: url(../images/notification_icon.png);
	background-repeat: no-repeat;
	background-position: 0px -15px;
	display: block;
}
.notificationLink
{
	color: #FFFFFF;
	font-size: 12px;
}
.notificationLink:hover
{
	color: #00CCFF;
}
.notificationLink:hover .notificationThumb
{
	background-image: url(../images/notification_icon.png);
	background-repeat: no-repeat;
	background-position: 0px -15px;
	display: block;
}
.findMoreThumb
{
	width: 16px;
	cursor: pointer;
	height: 16px;
	background-image: url(../images/findMore_icon2.png);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	float: left;
}
.findMoreThumb:hover
{
	background-image: url(../images/findMore_icon2.png);
	background-repeat: no-repeat;
	background-position: 0px -16px;
	display: block;
}
.findMoreLink
{
	color: #FFFFFF;
	font-size: 12px;
}
.findMoreLink:hover
{
	color: #00CCFF;
}
.findMoreLink:hover .findMoreThumb
{
	background-image: url(../images/findMore_icon2.png);
	background-repeat: no-repeat;
	background-position: 0px -16px;
	display: block;
}
.homeLinkThumb
{
	width: 17px;
	cursor: pointer;
	height: 14px;
	background-image: url(../images/home_icon.png);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	float: left;
}
.homeLinkThumb:hover
{
	background-image: url(../images/home_icon.png);
	background-repeat: no-repeat;
	background-position: 0px -14px;
	display: block;
}
.homeLink
{
	color: #FFFFFF;
	font-size: 12px;
}
.homeLink:hover
{
	color: #00CCFF;
}
.homeLink:hover .homeLinkThumb
{
	background-image: url(../images/home_icon.png);
	background-repeat: no-repeat;
	background-position: 0px -14px;
	display: block;
}
/*
.ui-tooltip
{
	font-size: 10pt;
	font-family: Calibri;
	padding: 3px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	min-width: 60px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
	opacity: .8;
}
body .ui-tooltip
{
	border: solid 1px #888;
	background-color: rgba(0, 0, 0, 0.77);
	border-radius: 5px;
	color: White;
}  */

/* popup css Start  */

.categoryBoxLink
{
	text-decoration: none;
}
.blackDivCat, .blackDivCat1, .blackDivhelp
{
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 0.5;
	background-color: #000000;
	position: fixed;
	z-index: 99;
}
.chooseCat
{
	background-color: #FFFFFF;
	display: none;
	min-height: 130px;
	box-shadow: rgb(150,150,150) 0px 0px 10px;
	padding: 4px;
	z-index: 101;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -158px 0 0 -200px;
	opacity: 1;
}
.signUpClose4
{
	float: right;
	width: 20px;
	height: 20px;
	background-color: #75bee9;
	border: solid 3px #fff;
	border-radius: 100px;
	margin: -22px -22px 0px 0px;
	background-image: url(../images/close_icon.png);
	background-repeat: no-repeat;
	background-position: center;
	opacity: 1;
	cursor: pointer;
	box-shadow: rgb(87,87,87) 0px 1px 10px;
}
.signUpClose4:hover
{
	background-color: #FF9900;
}
.selectedClassBox
{
	border: 0;
	background: transparent;
	height: 20px;
	padding: 2px;
	border: 1px solid #d8d8d8;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	color: #333;
	border-radius: 0px;
	background-color: #f3f3f3;
	font-weight: bold;
	width: 300px;
	display: inline-block;
	-moz-box-shadow: 0 1px 5px #ccc, 0 -1px #fff inset;
	box-shadow: 0px 1px 5px #ccc, 0 -1px #fff inset;
	margin-left: -6px;
	text-shadow: rgb(230,230,230) 0px 1px 3px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#efefef));
	background: -moz-linear-gradient(top,  #f8f8f8,  #efefef);
	text-shadow: rgb(60,60,60) 0px 1px 4px inset;
	border-radius: 4px;
	line-height: 40px;
}
#categoryBlock li
{
	list-style: none;
	padding: 5px;
	display: inline-block;
	background-color: #FFFFFF;
	box-shadow: rgb(150,150,150) 0px 0px 10px;
	margin: 10px;
	cursor: pointer;
	border-radius: 0px;
}
.categoryBox
{
	width: 200px;
	height: 100px;
	background-color: #eee;
}
.categoryBoxText2
{
	font-size: 30px;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	text-shadow: rgb(190,190,190) 2px 2px 4px;
}
.categoryBoxText2:hover
{
	color: #ff0000;
}
.rightMark
{
	width: 40px;
	height: 30px;
	position: absolute;
	margin-left: 140px;
	margin-top: -8px;
	display: none;
}
.boxHeading
{
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	text-shadow: rgb(160,160,160) 0px 0px 4px;
}
.blackBox
{
	height: 400px;
	background-color: #000000;
	position: absolute;
	z-index: 100;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -370px;
	border: solid 10px #FFFFFF;
	opacity: 1;
	color: #FFFFFF;
	padding: 20px;
}
.blackBoxDiv
{
	display: inline-block;
	width: 226px;
	height: 300px;
	background-color: #FFFFFF;
	vertical-align: top;
	border-radius: 8px;
}
.blackBoxHeading
{
	border-radius: 6px 6px 0px 0px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	text-shadow: rgb(60,60,60) 0px 1px 4px;
}
.blueBG
{
	background-color: #0099FF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5e9bc4), to(#396b9e));
	background: -moz-linear-gradient(top,  #5e9bc4,  #396b9e);
	border-top: solid 1px #8eb9d6;
}
.greenBG
{
	background-color: #006633;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#84bd7a), to(#4c9249));
	border-top: solid 1px #afe2a5;
	background: -moz-linear-gradient(top,  #84bd7a,  #4c9249);
}
.redBG
{
	background-color: #FF3300;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eb534c), to(#c73c36));
	background: -moz-linear-gradient(top,  #222222,  #000000);
	border-top: solid 1px #f2857f;
}
.orangeBG
{
	background-color: #006633;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f5c63c), to(#f49809));
	border-top: solid 1px #afe2a5;
	background: -moz-linear-gradient(top,  #f5c63c,  #f49809);
}
.malefemaleBox:hover
{
	text-shadow: rgb(255,255,255) 0px 0px 14px;
}
.malefemaleBox
{
	width: 150px;
	height: 65px;
	background-color: #FFFFFF;
	display: inline-block;
	margin: 20px;
	text-align: center;
	line-height: 65px;
	font-size: 18px;
	text-shadow: rgb(60,60,60) 0px 0px 4px;
	cursor: pointer;
	border-radius: 10px 0px 10px 0px;
}
.errorMsg
{
	color: rgb(250, 249, 244);
	border: solid 1px rgb(19, 12, 12);
	margin: 2px;
	background-color: #da534d;
	border-radius: 5px;
	width: 70%;
	font-size: 15px;
	margin-top: 5px;
	padding: 5px;
}
.checkBox_Container, .tpoProgramContainer
{
	color: rgb(85, 85, 85);
	float: left;
	text-align: left;
	border: 1px solid rgb(216, 216, 216);
	margin: 5px;
	width: 88%;
	border-radius: 8px;
	background-color: rgb(239, 239, 239);
	padding: 8px;
	font-size: 15px;
	cursor: pointer;
	font-weight: bold;
}
input[type="checkbox"]
{
	cursor: pointer;
}
.ownprofiletext
{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	line-height: 18px;
	width: 150px;
}


.personalinfo-line
{
	border-bottom: 1px solid #dadada;
	margin-left: 5px;
	margin-right: 5px;
}
.messageBoxOver
{
	display: inline-block;
	background-color: #383a3b;
	padding: 1px;
	border-radius: 8px;
}
.messageBox
{
	background-color: #333333;
	border-radius: 6px;
}
.greyColor
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4b5055), to(#2b2c2c));
	background: -moz-linear-gradient(top,  #4b5055,  #2b2c2c);
	border-top: solid 1px #999ea3;
}
.lightColor
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#9cabbb), to(#7a8490));
	background: -moz-linear-gradient(top,  #9cabbb,  #7a8490);
}
.messageIcon
{
	display: inline-block;
	text-align: center;
	width: 80px;
	vertical-align: middle;
}
 ;
.clickHereBtnOver
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#a35b25), to(#7a4117));
	padding: 1px;
	border-radius: 6px;
	display: block;
	background: -moz-linear-gradient(top,  #a35b25,  #7a4117);
	background: -o-linear-gradient(top,  #044062,  #044062);
	margin-top: 8px;
}
.clickHereBtn
{
	display: block;
	color: #efefef;
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	padding: 6px 10px;
	margin: 0 auto;
	border-radius: 5px;
	font-weight: bold;
	cursor: pointer;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#111));
	border-top: solid 1px #ccc;
	background: -moz-linear-gradient(top,  #222222,  #000000);
	text-shadow: rgb(230,230,230) 0px 0px 0px;
}
.clickHereBtn:hover
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#555555), to(#333333));
	background: -moz-linear-gradient(top,  #e89a60,  #e1945a);
	text-decoration: none;
}
.box
{
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	text-shadow: rgb(60,60,60) 0px 1px 4px;
}
.linkStyle2
{
	color: #00aeef;
	font-weight: bold;
	margin-left: 5px;
	font-size: 12px;
}
.linkStyle2:hover
{
	color: #ff0000;
	font-weight: bold;
}
.greenColor
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#8aab5a), to(#59781b));
	background: -moz-linear-gradient(top,  #8aab5a,  #59781b);
	border-top: solid 1px #c7e084;
}
.greendarkColor
{
	background-color: #667932;
}
.blueColor
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#007dc5), to(#0b5986));
	background: -moz-linear-gradient(top,  #007dc5,  #0b5986);
	border-top: solid 1px #83c9f1;
}
.bluedarkColor
{
	background-color: #0b4d72;
}
.redColor
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dd687e), to(#c55164));
	background: -moz-linear-gradient(top,  #dd687e,  #c55164);
	border-top: solid 1px #ff9bb4;
}
.reddarkColor
{
	background-color: #6c2934;
}

.confirmationBox
{
	width: 370px;
	background-color: #FFFFFF;
	border: solid 1px #66899d;
	border-radius: 6px;
	box-shadow: rgb(190,190,190) 0px 0px 10px;
}
.confirmationText
{
	height: 36px;
	font-size: 18px;
	background-color: #d5e9ef;
	border-radius: 4px 4px 0px 0px;
	border-bottom: solid 1px #66899d;
	color: #022e3d;
	font-weight: bold;
	line-height: 36px;
	box-shadow: rgb(220,220,220) 0px 1px 4px;
	text-shadow: rgb(60,60,60) 0px 2px 4px inset;
}
.yesBtnOver
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#106082), to(#106082));
	padding: 1px;
	border-radius: 6px;
	display: block;
	background: -moz-linear-gradient(top,  #106082,  #106082);
	background: -o-linear-gradient(top,  #044062,  #044062);
	margin-top: 8px;
}
.yesBtn
{
	display: block;
	color: #efefef;
	font-size: 13px;
	line-height: 14px;
	text-decoration: none;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	padding: 6px 10px;
	margin: 0 auto;
	border-radius: 5px;
	font-weight: bold;
	cursor: pointer;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2faee0), to(#1e9bd8));
	border-top: solid 1px #59bee6;
	background: -moz-linear-gradient(top,  #2faee0,  #1e9bd8);
	text-shadow: rgb(60,60,60) 0px 0px 4px;
}
.yesBtn:hover
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ace0f5), to(#2ea6e0));
	background: -moz-linear-gradient(top,  #ace0f5,  #2ea6e0);
	text-decoration: none;
}

.noBtnOver
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#a12c28), to(#a12c28));
	padding: 1px;
	border-radius: 6px;
	display: block;
	background: -moz-linear-gradient(top,  #a12c28,  #a12c28);
	background: -o-linear-gradient(top,  #044062,  #044062);
	margin-top: 8px;
}
.noBtn
{
	display: block;
	color: #efefef;
	font-size: 13px;
	line-height: 14px;
	text-decoration: none;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	padding: 6px 10px;
	margin: 0 auto;
	border-radius: 5px;
	font-weight: bold;
	cursor: pointer;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eb534c), to(#c73c36));
	border-top: solid 1px #f2857f;
	background: -moz-linear-gradient(top,  #eb534c,  #c73c36);
	text-shadow: rgb(60,60,60) 0px 0px 4px;
}
.noBtn:hover
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e77c78), to(#d0605c));
	background: -moz-linear-gradient(top,  #e77c78,  #d0605c);
	text-decoration: none;
}

/****  PopUp Window end ***/

.ageBox
{
	height: 35px;
	background-color: #FFFFFF;
	display: inline-block;
	width: 150px;
	text-align: center;
	line-height: 35px;
	font-weight: bold;
	border-radius: 6px;
	color: #FFFFFF;
}
.ageBox2
{
	border-radius: 10px;
	border: solid 4px #efefef;
	display: inline-block;
	padding: 10px 15px;
	font-size: 18px;
	font-weight: bold;
	box-shadow: rgb(90,90,90) 0px 0px 10px;
	color: #333;
	text-shadow: rgb(255,255,255) 0px 0px 4px;
	cursor: pointer;
	background-color: #7ba158;
	width: 158px;
	z-index: 120;
}
.ageBox2:hover
{
	box-shadow: rgb(254,254,254) 0px 0px 10px;
}
.ageBox3
{
	border-radius: 100px;
	border: solid 6px #fff;
	display: inline-block;
	width: 75px;
	height: 75px;
	font-size: 18px;
	font-weight: bold;
	box-shadow: rgb(90,90,90) 0px 0px 10px;
	color: #333;
	text-shadow: rgb(255,255,255) 0px 0px 4px;
	cursor: pointer;
	background-color: #9ca645;
	padding-top: 20px;
}
.arrow
{
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	margin-left: 5px;
	display: inline-block;
}
.shadowText
{
	font-size: 20px;
	color: #fff;
	display: inline-block;
	text-shadow: rgb(60,60,60) 0px 0px 4px;
}
.ageMenu
{
	position: absolute;
	background-color: #333;
	padding: 6px;
	opacity: 1;
	width: 216px;
	list-style: none;
	z-index: 101;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	box-shadow: rgb(150,150,150) 0px 4px 10px;
	display: none;
	opacity: 0.95;
}

.ageMenu li
{
	border-bottom: solid 1px #d9d9d9;
	border-top: solid 1px #d9d9d9;
	background-color: #fff;
	border: solid 1px #ccc;
	margin-top: -1px;
	font-weight: normal;
}
.ageMenu li a:link
{
	color: #333;
	text-decoration: none;
	display: block;
	padding: 8px;
	line-height: 18px;
}
.ageMenu li a:hover
{
	color: #333;
	text-decoration: none;
	background-color: #ccc;
}
.ageMenu li a:visited
{
	color: #333;
}
.ageBox4
{
	height: 25px;
	background-color: #FFFFFF;
	display: inline-block;
	width: 90px;
	text-align: center;
	line-height: 25px;
	font-weight: bold;
	border-radius: 6px;
	color: #FFFFFF;
	font-size: 14px;
	cursor: pointer;
}


.ageBoxBG
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#444));
	background: -moz-linear-gradient(top,  #fefefe,  #e4e4e4);
	height: 50px;
	border-top: solid 1px #c7c7c7;
	margin-top: 15px;
	line-height: 50px;
	font-size: 16px;
	color: #074155;
	font-weight: bold;
}
.ageBoxText
{
	display: table-cell;
}
.ageBoxLink
{
	display: block;
	padding: 0px 15px;
	cursor: pointer;
	border-right: solid 1px #ccc;
	list-style: none;
	font-size: 18px;
	color: #FFFFFF;
}
.ageBoxLink:hover
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dbe5e9), to(#e7f1f6));
	background: -moz-linear-gradient(top,  #dbe5e9,  #e7f1f6);
}
.ageMenuArrow
{
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	margin-left: 15px;
	background-color: #333;
	width: 8px;
	height: 8px;
	position: absolute;
	top: -4px;
}

.plusBtn2
{
	width: 16px;
	cursor: pointer;
	height: 16px;
	background-image: url(../images/plusIcon3.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
}
.plusBtn2:hover
{
	background-image: url(../images/plusIcon3.png);
	background-repeat: no-repeat;
	background-position: 0px -16px;
	display: block;
}

.ageBoxBG2
{
	margin-top: 38px;
	line-height: 50px;
	font-size: 16px;
	color: #074155;
	font-weight: bold;
	display: inline-block;
}
.ageBoxButton
{
	display: inline-block;
	width: 228px;
	height: 50px;
	border-radius: 10px 10px 0px 0px;
	border: solid 1px a73568;
	text-align: left;
	cursor: pointer;
	margin-left: 0px;
}
.ageBoxButton:hover
{
	background-color: #40672e;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#222));
	background: -moz-linear-gradient(top,  #333,  #222);
}


#txt_SendUrl
{
	margin-right: 5px;
	padding: 2px;
	margin-top: 5px;
	height: 20px;
	width: 150px;
}
#btn_SendUrl
{
	float: right;
	padding: 5px 3px;
	margin-top: 5px;
}
/*css for block*/.blockArea li
{
	display: inline-block;
	list-style: none;
	margin: 5px 3px 5px 3px;
	vertical-align: top;
	cursor: pointer;
}
.block
{
	width: 230px;
	height: 188px;
	background-color: #eaeaea;
	box-shadow: rgb(160,160,160) 0px 0px 10px;
	border: solid 3px #fff;
}
.blockHeading1
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#419fd5), to(#137ab5));
	color: #FFFFFF;
	font-size: 15px;
	text-shadow: rgb(87,87,87) 0px 1px 4px;
	font-weight: bold;
	height: 42px;
	padding: 2px 10px;
	background: -moz-linear-gradient(top,  #419fd5,  #137ab5);
	display: table-cell;
	vertical-align: middle;
	width: 270px;
}
.blockHeading2
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#419fd5), to(#137ab5));
	color: #FFFFFF;
	font-size: 16px;
	text-shadow: rgb(87,87,87) 0px 1px 4px;
	font-weight: bold;
	height: 42px;
	padding: 4px 10px;
	background: -moz-linear-gradient(top,  #419fd5,  #137ab5);
}
.footer
{
	height: 30px;
	background-color: #007dc5;
	color: #FFFFFF;
	font-size: 11px;
	text-shadow: rgb(120,120,120) 0px 1px 4px;
	padding: 0px 20px;
}
.footer a
{
	color: #FFFFFF;
}
.blockContent
{
	padding: 2px;
	height: 100px;
	text-align: left;
	vertical-align: top;
}
.thumb
{
	display: inline-block;
	width: 126px;
	height: 100px;
}
.blockThumb
{
	width: 126px;
	height: 98px;
}
.blockLink
{
	text-decoration: none;
}
.rating
{
	display: inline-block;
	height: 110px;
	vertical-align: top;
	padding: 0px 6px 6px 6px;
}
.courseLableOver
{
	width: 60px;
	height: 34px;
	background-image: url(../images/blue_ribbon.png);
	background-position: left;
	background-repeat: no-repeat;
	padding: 1px;
	border-radius: 6px 0px 0px 6px;
	display: inline-block;
	background-position: 25px;
	text-align: center;
	line-height: 34px;
	color: #333;
	font-weight: bold;
	font-size: 12px;
	padding-left: 30px;
	margin-top: 0px;
	position: absolute;
}
.courseLableOverExam
{
	width: 80px;
	height: 34px;
	background-image: url(../images/red_ribbon.png);
	background-repeat: no-repeat;
	padding: 1px;
	border-radius: 6px 0px 0px 6px;
	display: inline-block;
	background-position: right;
	text-align: center;
	line-height: 34px;
	color: #333;
	font-weight: bold;
	font-size: 12px;
	padding-left: 12px;
	margin-top: 0px;
	position: absolute;
}
.courseLableOverEbook
{
	width: 80px;
	height: 34px;
	background-image: url(../images/purple_ribbon.png);
	background-repeat: no-repeat;
	padding: 1px;
	border-radius: 6px 0px 0px 6px;
	display: inline-block;
	background-position: right;
	text-align: center;
	line-height: 34px;
	color: #333;
	font-weight: bold;
	font-size: 12px;
	padding-left: 12px;
	margin-top: 0px;
	position: absolute;
}
.foldtr
{
	-webkit-box-shadow: -5px 7px 5px rgba(0,0,0,0.8);
	-moz-box-shadow: -5px 7px 5px rgba(0,0,0,0.8);
	box-shadow: -5px 7px 5px rgba(0,0,0,0.8);
}

.foldtr:before
{
	content: "";
	position: absolute;
	top: 0%;
	right: 0%;
	width: 0px;
	height: 0px;
	border-left: 30px solid #ddd;
	border-bottom: 30px solid transparent;
	-webkit-box-shadow: -7px 7px 7px rgba(0,0,0,0.3);
	-moz-box-shadow: -7px 7px 7px rgba(0,0,0,0.3);
	box-shadow: -2px 0px 7px rgba(0,0,0,0.3);
}

.foldtr:after
{
	content: "";
	position: absolute;
	top: 0%;
	right: 0%;
	width: 0px;
	height: 0px;
	border-right: 30px solid #949393;
	border-top: 30px solid transparent;
}
.liveClassBox
{
	background-color: #f8f8f8;
	border-top: solid 2px #fff;
	border-left: solid 2px #fff;
	padding: 12px;
	box-shadow: rgb(190,190,190) 0px 2px 8px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#efefef));
	background: -moz-linear-gradient(top,  #f8f8f8,  #efefef);
	margin-top: 10px;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
}
.liveClassBoxLeft
{
	height: 100px;
	display: inline-block;
}
.liveClassBoxRight
{
	width: 150px;
	background-color: #CCCCCC;
	height: 100px;
	float: right;
}
.liveClassBold
{
	color: #e45926;
	font-weight: bold;
	margin-left: 5px;
}
.liveClassAuthor
{
	border: solid 1px #ccc;
	width: 37px;
	height: 31px;
	float: left;
}
.liveClassHeading
{
	font-weight: bold;
	color: #009de0;
	font-size: 16px;
}
.liveClassAuthorName
{
	float: left;
	margin-left: 6px;
	font-size: 12px;
	line-height: 16px;
	color: #555;
}
.liveClassAuthorProficiency
{
	font-size: 11px;
	color: #666;
}

.myreportBG
{
	background-color: #007bc1;
	box-shadow: rgb(187,187,187) 0px 2px 10px;
}
.myreportTabBG
{
	background-color: #bdeafe;
	height: 20px;
	line-height: 20px;
	padding: 10px 5px 0px 5px;
	border-radius: 6px 6px 0px 0px;
	border: solid 1px #68b4d6;
	border-bottom: none;
	cursor: pointer;
}
.myreportTab
{
	display: inline-block;
	width: 80px;
	text-align: center;
	background-color: #007bc1;
	line-height: 26px;
	border-radius: 6px 6px 0px 0px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.myreportTab2
{
	display: inline-block;
	width: 80px;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	color: #333;
}
.myreportTab2:hover
{
	cursor: pointer;
	background-color: #007bc1;
	border-radius: 6px 6px 0px 0px;
	color: #FFFFFF;
	line-height: 26px;
}
.myreportContnetBG
{
	padding: 4px;
}
.myreportContentLeft
{
	width: 300px;
	background-color: #fff;
	border: solid 1px #ccc;
}
.myreportContentRight
{
	height: 472px;
	background-color: #fff;
	margin-left: 4px;
}
.myreportContentLeft ul li
{
	list-style: none;
	padding: 5px 10px 5px 10px;
	font-size: 12px;
	border-bottom: solid 1px #ccc;
	cursor: pointer;
	width: 278px;
	margin-left: 4px;
}
.myreportContentLeft ul li:hover
{
	background-color: #f8f8f8;
}
.myreportCourseName
{
	display: inline-block;
	width: 230px;
	margin-left: 5px;
	vertical-align: top;
}
.myreportCourseReadhrs
{
	display: inline-block;
	vertical-align: top;
}
.myreportProgressBG
{
	clear: both;
	height: 4px;
	background-color: #ddd;
	border: solid 1px #ddd;
	margin-top: 4px;
	padding: 1px;
}
.myreportProgress
{
	background-color: #6ac334;
	height: 4px;
	width: 40%;
}
#courseDetailTable tr td
{
	font-size: 12px;
	border: solid 1px #e3e3e3;
	border-top: none;
	text-align: center;
	padding: 5px;
	line-height: 18px;
	left: -1px;
}
#courseDetailTable tr:nth-child(odd):hover
{
	background-color: #efefef;
	cursor: pointer;
}
#courseDetailTable tr:nth-child(even):hover
{
	background-color: #efefef;
	cursor: pointer;
}
#courseDetailTable tr:nth-child(even)
{
	background-color: #f8f8f8;
}
#courseDetailTable tr:nth-child(odd)
{
	background-color: #fff;
}
#courseHeaderTable tr td
{
	font-size: 12px;
	border: solid 1px #e3e3e3;
	border-top: none;
	text-align: center;
	padding: 5px;
	line-height: 18px;
	left: -1px;
}
#courseHeaderTable tr:nth-child(even)
{
	background-color: #f8f8f8;
}
#courseHeaderTable tr:nth-child(odd)
{
	background-color: #fff;
}

.demoLectureBox
{
	background-color: #FFFFFF;
	box-shadow: rgb(150,150,150) 0px 0px 10px;
	padding: 8px;
}
.ebookThumb
{
	height: 85px;
	width: 128px;
}
.examThumb
{
	height: 85px;
	width: 128px;
}
.categoryLeft
{
	background-color: #efefef;
	text-align: center;
	width: 180px;
	box-shadow: rgb(200,200,200) 0px 0px 10px;
	padding: 5px;
}
.categoryRight
{
	background-color: #fff;
	box-shadow: rgb(200,200,200) 0px 0px 10px;
	padding: 20px 15px;
}
.channllistHeading
{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: center;
	color: #0095da;
	width: 160px;
}
.channelLink
{
	border: none;
}
.channelLink:hover .channllistHeading
{
	color: #ff0000;
}
.channelblockArea li
{
	display: inline-block;
	list-style: none;
	margin: 8px 2px;
	vertical-align: top;
	cursor: pointer;
	vertical-align: bottom;
}
.channelblockArea li:hover .channelHead
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d87b36), to(#c66721));
	background: -moz-linear-gradient(top,  #d87b36,  #c66721);
}
.channelBox
{
	width: 140px;
	height: 126px;
	background-color: #fff;
	box-shadow: rgb(210,210,210) 0px 0px 6px;
	display: block;
	padding: 3px 3px 5px 3px;
}
.channelHead
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#419fd5), to(#137ab5));
	color: #FFFFFF;
	font-size: 13px;
	text-shadow: rgb(87,87,87) 0px 1px 4px;
	font-weight: bold;
	height: 42px;
	padding: 4px 10px;
	background: -moz-linear-gradient(top,  #419fd5,  #137ab5);
	display: table-cell;
	vertical-align: middle;
	width: 250px;
}
.channelThumbBox
{
	width: 138px;
	height: 90px;
	background-color: #fff;
	border: solid 1px #efefef;
}
.channelThumb
{
	margin: 0px 0px;
	height: 90px;
	width: 138px;
}
.channelContent
{
	height: 35px;
	background-color: #efefef;
	font-size: 11px;
	color: #333;
	line-height: 35px;
	text-align: left;
	padding: 0px 8px;
	margin-top: 0px;
	width: 124px;
}
.pinkColor
{
	background-color: #c0417b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ef4d81), to(#c94c82));
	background: -moz-linear-gradient(top,  #ef4d81,  #c94c82);
}
.agegreenColor
{
	background-color: #40672e;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#009a4e), to(#00904c));
	background: -moz-linear-gradient(top,  #009a4e,  #00904c);
}
.agebrownColor
{
	background-color: #b56724;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ea8024), to(#ce7b2d));
	background: -moz-linear-gradient(top,  #ea8024,  #ce7b2d);
}
.ageblueColor
{
	background-color: #0d779a;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00accd), to(#0094bb));
	background: -moz-linear-gradient(top,  #00accd,  #0094bb);
}
.linkLeft
{
	background-color: #efefef;
	text-align: center;
	width: 210px;
	box-shadow: rgb(200,200,200) 0px 0px 10px;
	padding: 5px;
}
.channelMenuHead
{
	list-style: none;
	background-color: #FFFFFF;
	border: solid 1px #ccc;
	text-align: left;
	padding: 8px 10px;
	margin: 1px 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00a5e5), to(#0095da));
	border-radius: 0px;
	font-size: 13px;
	background: -moz-linear-gradient(top,  #00a5e5,  #0095da);
	font-weight: bold;
	color: #fff;
	display: block;
	text-decoration: none;
}
.channelMenu
{
	list-style: none;
	background-color: #FFFFFF;
	border: solid 1px #ccc;
	text-align: left;
	padding: 8px 10px;
	margin: 0px 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
	border-radius: 0px;
	font-size: 12px;
	background: -moz-linear-gradient(top,  #fff,  #f8f8f8);
	font-weight: bold;
	color: #555;
	cursor: pointer;
	display: block;
	text-decoration: none;
}
.channelMenu:hover
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#f8f8f8));
	background: -moz-linear-gradient(top,  #00a5e5,  #0095da);
	color: #333;
	text-decoration: none;
}
.channelMenuText
{
	list-style: none;
	background-color: #FFFFFF;
	border: solid 1px #ccc;
	text-align: left;
	padding: 4px 6px;
	margin: -2px 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
	border-radius: 0px;
	font-size: 12px;
	background: -moz-linear-gradient(top,  #fff,  #f8f8f8);
	font-weight: normal;
	color: #555;
	cursor: pointer;
	display: block;
	text-decoration: none;
	line-height: 26px;
}
.channelMenuText li
{
	border-bottom: solid 1px #dfdfdf;
	padding: 2px 5px;
}
.channelMenuText li:hover
{
	background-color: #efefef;
}
.channelMenuIcon
{
	vertical-align: -4px;
	width: 16px;
	height: 16px;
	margin-right: 5px;
}
.channelMenuNumber
{
	float: right;
	font-weight: normal;
}
.channelDetail
{
	background-color: #fff;
	box-shadow: rgb(150,150,150) 0px 0px 10px;
	padding: 0px;
	min-height: 124px;
}

.channelTab
{
	border-top: solid 1px #fff;
	background-color: #efefef;
	padding: 0px 0px;
	width: 90px;
	height: 54px;
	border-right: solid 1px #ccc;
	float: left;
	cursor: pointer;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#ddd));
	border-radius: 0px;
	font-size: 13px;
	background: -moz-linear-gradient(top,  #f8f8f8,  #ddd);
	text-align: center;
}
.channelTab:hover
{
	background-color: #4c9249;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#84bd7a), to(#4c9249));
	border-top: solid 1px #afe2a5;
	background: -moz-linear-gradient(top,  #84bd7a,  #4c9249);
	background: -o-linear-gradient(top,  #5e9bc4,  #396b9e);
	color: #fff;
}
.channelActiveTab
{
	border-right: solid 1px #ddd;
	border-right: solid 1px #ccc;
	background-color: #2086c3;
	width: 90px;
	height: 54px;
	float: left;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#45a9e5), to(#2086c3));
	border-radius: 0px;
	font-size: 13px;
	background: -moz-linear-gradient(top,  #45a9e5,  #2086c3);
	border-top: solid 1px #b0ddf7;
	text-align: center;
	color: #fff;
}
.resourcesHeading
{
	font-size: 20px;
	font-weight: normal;
	color: #007bc1;
}
.channelActiveTabPatti
{
	background-color: #2086c3;
	margin-top: -3px;
	position: relative;
	line-height: 36px;
	padding: 0px 4px;
}
.channelActiveTabDropdown
{
	background-color: #0099FF;
	border: solid 1px #fff;
	height: 24px;
	width: 120px;
	opacity: 0.7;
	border-radius: 6px;
}
.channelTabIcon
{
	margin-top: 5px;
	margin-bottom: 2px;
	width: 25px;
	height: 28px;
}
.channelTabText
{
	font-size: 11px;
	font-weight: bold;
}
.selectClass3
{
	background: transparent;
	height: 40px;
	padding: 2px;
	border: 1px solid #d8d8d8;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	color: #333;
	background-color: #f3f3f3;
	font-weight: bold;
	width: 160px;
	display: inline-block;
	-moz-box-shadow: 0 1px 5px #ccc, 0 -1px #fff inset;
	box-shadow: 0px 1px 5px #ccc, 0 -1px #fff inset;
	text-shadow: rgb(230,230,230) 0px 1px 3px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#efefef));
	background: -moz-linear-gradient(top,  #f8f8f8,  #efefef);
	text-shadow: rgb(60,60,60) 0px 1px 4px inset;
	font-size: 11px;
}
.selectClass3 option
{
	font-weight: normal;
}
.inputBox3
{
	height: 28px;
	border: solid 1px #d8d8d8;
	border-radius: 4px;
	background-color: #cccccc;
	background: #f8f8f8;
	padding: 0px 10px;
	font-weight: bold;
	color: #555555;
	box-shadow: rgb(210,210,210) 0px 0px 4px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#efefef));
	background: -moz-linear-gradient(top,  #fefefe,  #efefef);
	width: 160px;
	font-size: 11px;
	margin-left: -5px;
}
.label2
{
	position: relative;
}

.label2:before
{
	content: '';
	right: -5px;
	top: 8px;
	width: 32px;
	height: 24px;
	background: #f3f3f3;
	background-image: url(../images/down_Arrow2.png);
	background-repeat: no-repeat;
	background-position: right;
	position: absolute;
	pointer-events: none;
	display: block;
}
.selectClass4
{
	border: 0;
	height: 40px;
	padding: 8px;
	border: 1px solid #d8d8d8;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	color: #fff;
	border-radius: 0px;
	background-color: #f3f3f3;
	font-weight: bold;
	width: 150px;
	display: inline-block;
	-moz-box-shadow: 0 1px 5px #ccc, 0 -1px #fff inset;
	box-shadow: 0px 1px 5px #ccc, 0 -1px #fff inset;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00a5e5), to(#0095da));
	background: -moz-linear-gradient(top,  #00a5e5,  #0095da);
}
.selectClass4 option
{
	font-weight: normal;
	color: #0066CC;
	padding: 5px;
}
.morebtn
{
	font-size: 13px;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	padding: 2px 10px;
	text-decoration: none;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5e9bc4), to(#396b9e));
	border-top: solid 1px #8eb9d6;
	text-shadow: rgb(110,110,110) 0px 1px 4px;
	background: -moz-linear-gradient(top, #5e9bc4, #396b9e);
	border-radius: 0px 0px 10px 10px;
	margin-top: -1px;
}
.morebtn:hover
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#78add1), to(#4f7dad));
	color: #fff;
	padding: 2px 10px;
	text-decoration: none;
	background: -moz-linear-gradient(top,  #78add1,  #4f7dad);
	border-radius: 0px 0px 10px 10px;
}

.blackLink
{
	text-decoration: none;
	color: #333;
	cursor: pointer;
	font-weight: bold;
	font-size: 11px;
}
.blackLink:hover
{
	text-decoration: underline;
	color: #e45926;
}
.LectureLink
{
	font-weight: bold;
	color: #009de0;
	font-size: 15px;
	text-decoration: none;
}
.LectureLink:hover
{
	text-decoration: none;
	color: #e45926;
}
.lectureBox
{
	background-color: #f8f8f8;
	border-top: solid 2px #fff;
	border-left: solid 2px #fff;
	padding: 12px;
	box-shadow: rgb(190,190,190) 0px 2px 8px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#efefef));
	background: -moz-linear-gradient(top,  #f8f8f8,  #efefef);
	margin-top: 10px;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

.lecturePlayer
{
	background-color: #555;
	position: absolute;
	display: none;
	z-index: 99;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -285px 0 0 -484px;
	padding: 10px;
	box-shadow: rgb(87,87,87) 0px 2px 10px;
	opacity: 1;
}
.signUpClose5
{
	float: right;
	width: 20px;
	height: 20px;
	background-color: #75bee9;
	border: solid 3px #fff;
	border-radius: 100px;
	margin: -22px -22px 0px 0px;
	background-image: url(../images/close_icon.png);
	background-repeat: no-repeat;
	background-position: center;
	opacity: 1;
	cursor: pointer;
	box-shadow: rgb(87,87,87) 0px 1px 10px;
}
.signUpClose5:hover{background-color: #FF9900;}
.lecturePlayRight{background-color: #fff;width: 300px;box-shadow: rgb(150,150,150) -2px 2px 5px;}
.desabledTabOver2{padding: 0px;display: inline-block;margin: -2px;}
.div_message{width: 520px;height: 150px;background-color: #FFF;box-shadow: #969696 0px 0px 10px;border-radius: 8px;position: fixed;z-index: 100;left: 50%;top: 50%;margin-left: -250px;margin-top: -75px;padding: 10px;padding-left: 30PX;padding-top: 20PX;display: none;}
.membershipID{background-color: #FFFFFF;position: absolute;display: none;z-index: 99;position: fixed;top: 50%;left: 50%;margin: -100px 0 0 -180px;padding: 10px;box-shadow: rgb(87,87,87) 0px 2px 10px;}
.membershipIDClose2{float: right;width: 20px;height: 20px;background-color: #75bee9;border: solid 3px #fff;border-radius: 100px;margin: -22px -22px 0px 0px;background-image: url(../images/close_icon.png);background-repeat: no-repeat;background-position: center;opacity: 1;cursor: pointer;box-shadow: rgb(87,87,87) 0px 1px 10px;}
.membershipIDClose2:hover{background-color: #FF9900;}
/*Learning Booster*/
.lbHeding{display: block;width: 145px;height: 55px;text-align: center;line-height: 55px;font-weight: bold;font-size: 14px;background-color: #383431;color: #FFFFFF;border: solid 1px #827f7d;}
.lbPointActive{display: block;min-height: 35px;width: 145px;text-align: left;font-weight: bold;font-size: 12px;background-color: #007fc7;color: #FFFFFF;
	border: solid 1px #827f7d;margin-top: -1px;background-image: -webkit-gradient(linear, left top, left bottom, from(#0093dd), to(#007cc3));background: -moz-linear-gradient(top,  #0093dd,  #007cc3);padding: 5px;}
.lbPoint{display: block;min-height: 35px;width: 145px;text-align: left;font-weight: bold;font-size: 12px;background-color: #dededd;color: #333;
	border: solid 1px #827f7d;margin-top: -1px;cursor: pointer;background-image: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#ccc));
	background: -moz-linear-gradient(top,  #efefef,  #ccc);padding: 5px;}
.lbPoint:hover{background-color: #bbb;background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#bbb));background: -moz-linear-gradient(top,  #ccc,  #bbb);}
.lbPointResources{width: 460px;background-color: #0099FF;float: right;padding: 10px;line-height: 40px;color: #FFFFFF;font-size: 13px;}
.lbPointResourcesContent{height: 318px;width: 150px;display: inline-block;}
.lbPointResourcesHeading{height: 40px;background-color: #222;opacity: 0.8;background-image: -webkit-gradient(linear, left top, left bottom, from(#222), to(#000));
	background: -moz-linear-gradient(top,  #222,  #000);vertical-align: top;text-align: center;border-radius: 6px 6px 0px 0px;font-weight: bold;}
.lbPointResourcesContent2{height: 266px;background-color: #fff;border-radius: 0px 0px 6px 6px;	padding: 0px;}
.WeeklectureList li{
	color: #333333;
	text-align: left;
	text-decoration: none;
	list-style: none;
	border-bottom: solid 1px #ccc;
	padding: 10px;
	font-size: 12px;
	vertical-align: top;
	line-height: normal;
	cursor: pointer;
}
.WeeklectureList li :hover{background-color: #efefef;}
.imgBlt{width: 16px;height: 16px;margin-right: 6px;vertical-align: -4px;}
.imgBlt2{margin-right: 6px;}
.gapAnalyzerBtn{width: 100px;height: 49px;background-image: url(../images/gapAnalyser_icon.png);background-position: top;background-repeat: no-repeat;cursor: pointer;}
.advBox{position: fixed;top: 48px;z-index: 10;width: 284px;background-color: #3f4a4d;border: solid 1px #777;right: 0px;padding: 10px;border-radius: 6px;box-shadow: rgb(150,150,150) 0px 0px 10px;}
.advText{color: #FFFFFF;font-size: 13px;font-family: Verdana, Arial, Helvetica, sans-serif;font-weight: bold;}
.advImg{width: 280px;height: auto;margin-top: 10px;border: solid 2px #fff;cursor: pointer;}
.advImg:hover{border: solid 2px #999;opacity: 0.6;}
.advClose{
	float: right;
	width: 18px;
	height: 18px;
	line-height: 18px;
	font-weight: bold;
	border-radius: 100px;
	text-align: center;
	padding-right: 2px;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	cursor: pointer;
	font-weight: bold;
}
.advClose:hover{background-color: #f15a22;opacity: 0.8;}
.blueText{color: #0E84CD;font-size: 20px;}
#contentTable22 tr td{}
#contentTable22 ul li{
	color: #333333;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 6px;
	text-align: left;
	list-style-type: none;
	background: url(../images/contenttablearrow.png) no-repeat 0px 6px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.content
{
	color: #333333;
	font-size: 14px;
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
	list-style-type: none;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.Individualcontentallred
{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	padding: 0px;
	line-height: 18px;
	text-align: left;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.header_img
{
	border: 1px solid #e1e0e0;
	padding: 5px;
	background: #fff;
}


/*Fevourite Block*/
.favouriteBox
{
	width: 538px;
	height: 248px;
	background-color: #5088b5;
	padding: 8px;
}
.createGalleryBtnInActive
{
	width: 100px;
	height: 30px;
	background-color: #3b5f7a;
	padding: 6px 10px;
	border-radius: 4px;
	font-size: 13px;
	font-family: 'Trebuchet MS' , Tahoma, Verdana, Arial;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	border: solid 1px #274053;
	margin-left: 5px;
	cursor: pointer;
}
.createGalleryBtn
{
	width: 100px;
	height: 30px;
	background-color: #3b5f7a;
	padding: 6px 10px;
	border-radius: 4px;
	font-size: 13px;
	font-family: 'Trebuchet MS' , Tahoma, Verdana, Arial;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	border: solid 1px #274053;
	margin-left: 5px;
	cursor: pointer;
}
.createGalleryBtn:hover
{
	background-color: #2b82c8;
}
.help
{
	padding: 1px 6px;
	border-radius: 100px;
	background-color: #1c3e5a;
	color: #FFFFFF;
	font-size: 16px;
	margin-left: 20px;
	font-weight: bold;
	vertical-align: 1px;
	text-decoration: none;
}
.help:hover
{
	background-color: #f15a22;
}
.favouriteClose
{
	padding: 0px 5px;
	border-radius: 100px;
	background-color: #1c3e5a;
	color: #FFFFFF;
	font-size: 18px;
	text-decoration: none;
}
.favouriteClose:hover
{
	background-color: #f15a22;
}
#favouriteList li
{
	background-color: #efefef;
	list-style: none;
	border-bottom: solid 1px #fff;
	padding: 10px 8px;
	font-size: 14px;
}
.shareLink
{
	float: right;
	width: 26px;
	height: 21px;
	background-image: url(../images/share_icon.png);
	cursor: pointer;
	margin-top: -3px;
}
.shareLink:hover
{
	background-position: 0px -21px;
}
.shareLinkactive
{
	float: right;
	width: 26px;
	height: 21px;
	background-image: url(../images/share_icon.png);
	cursor: pointer;
	margin-top: -3px;
	background-position: 0px -21px;
}
.playBtn
{
	float: right;
	width: 26px;
	height: 21px;
	background-image: url(../images/play_btn.png);
	cursor: pointer;
	margin-top: -3px;
}
.playBtn:hover
{
	background-position: 0px -21px;
}
.shareBox
{
	height: 30px;
	margin-left: -8px;
	margin-right: -8px;
	background-color: #000000;
	position: relative;
	margin-top: 6px;
	margin-bottom: -10px;
	padding: 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#222));
	background: -moz-linear-gradient(top,  #444,  #222);
}
.sendBtn
{
	width: 100px;
	height: 30px;
	background-color: #3b5f7a;
	padding: 6px 10px;
	border-radius: 4px;
	font-size: 13px;
	font-family: 'Trebuchet MS' , Tahoma, Verdana, Arial;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	border: solid 1px #777;
	margin-left: 5px;
	cursor: pointer;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#222));
	background: -moz-linear-gradient(top,  #333,  #222);
}
.sendBtn:hover
{
	background-color: #2b82c8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#555), to(#444));
	background: -moz-linear-gradient(top,  #555,  #444);
}
.eMailClose
{
	padding: 0px 5px;
	border-radius: 100px;
	margin-top: 5px;
	background-color: #f15a22;
	color: #FFFFFF;
	font-size: 18px;
	text-decoration: none;
	float: right;
}
.eMailClose:hover
{
	background-color: #ef4123;
}
.gameThumb
{
	width: 21px;
	cursor: pointer;
	height: 14px;
	background-image: url(../images/game_icon.png);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	float: left;
}
.gameThumb:hover
{
	background-image: url(../images/game_icon.png);
	background-repeat: no-repeat;
	background-position: 0px -14px;
	display: block;
}
.gameLink
{
	color: #FFFFFF;
	font-size: 12px;
}
.gameLink:hover
{
	color: #00CCFF;
}
.gameLink:hover .gameThumb
{
	background-image: url(../images/game_icon.png);
	background-repeat: no-repeat;
	background-position: 0px -14px;
	display: block;
}

.helpThumb
{
	width: 22px;
	cursor: pointer;
	height: 22px;
	background-image: url(../images/help_iconBlue.png);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	float: left;
}
.helpThumbMaster
{
	width: 20px;
	cursor: pointer;
	height: 19px;
	background-image: url(../images/help_icon2.png);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	float: left;
}
.helpLink
{
	color: #FFFFFF;
	font-size: 12px;
}
.helpLink:hover
{
	color: #00CCFF;
}
.helpLink:hover .helpThumbMaster
{
	background-image: url(../images/help_icon2.png);
	background-repeat: no-repeat;
	background-position: 1px -19px;
	display: block;
}
.helpPlayer
{
	background-color: #555;
	position: absolute;
	display: none;
	z-index: 99;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -285px 0 0 -484px;
	padding: 10px;
	box-shadow: rgb(87,87,87) 0px 2px 10px;
	opacity: 1;
}
.Closehelp
{
	float: right;
	width: 20px;
	height: 20px;
	background-color: #75bee9;
	border: solid 3px #fff;
	border-radius: 100px;
	margin: -22px -22px 0px 0px;
	background-image: url(../images/close_icon.png);
	background-repeat: no-repeat;
	background-position: center;
	opacity: 1;
	cursor: pointer;
	box-shadow: rgb(87,87,87) 0px 1px 10px;
}
.Closehelp:hover
{
	background-color: #FF9900;
}
#gameList ul li
{
	display: inline-block;
	width: 90px;
	margin-left: 4px;
	cursor: pointer;
}
.container1
{
	padding: 15px;
}
#container
{
	width: 1000px;
	margin: auto;
	height: auto;
	border-radius: 4px;
	border: 1px #e1e0e0 solid;
	margin-top: 10px;
	margin-bottom: 20px;
}
#welcome-page-bg
{
	background: url(../images/welcome-back-bg.png) repeat-x;
	height: 330px;
	width: 529px;
	margin: auto;
	border: 4px #fff solid;
}
.welcome-page-bg
{
	margin: 20px;
	color: #999999;
}
.wel-img1
{
	-webkit-box-shadow: 2px 2px 2px 2px #fff;
	-moz-box-shadow: 2px 2px 2px 2px #fff;
	box-shadow: 2px 2px 10px 2px #999;
	float: left;
}
#st-link
{
	background: #7b8de5;
	padding: 8px 33px;
	color: #fff;
	position: absolute;
	font-size: 20px;
	margin-top: 15px;
	float: left;
	background-color: #7b8de5;
}
#right-welcome-page
{
	width: 310px;
	float: right;
}
.gspaceonline-t4
{
	font-family: Arial, Helvetica, sans-serif;
	color: #0e84cd;
	font-size: 24px;
	line-height: 20px;
	text-decoration: none;
	text-align: left;
	padding-bottom: 5px;
}
.gspaceonline-t5
{
	font-family: Arial, Helvetica, sans-serif;
	color: #403838;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
	text-align: left;
	padding-left: 125px;
}
.ahuja-t
{
	font-family: Arial, Helvetica, sans-serif;
	color: #403838;
	font-size: 13px;
	line-height: 18px;
	text-decoration: none;
	text-align: justify;
}
.ahuja-t-link
{
	font-family: Arial, Helvetica, sans-serif;
	color: #09689c;
	font-size: 13px;
	line-height: 18px;
	text-decoration: underline;
	text-align: left;
}

.ahuja-t-link:hover
{
	font-family: Arial, Helvetica, sans-serif;
	color: #09689c;
	font-size: 13px;
	line-height: 18px;
	text-decoration: none;
	text-align: left;
}
.ahuja-t2
{
	font-family: Arial, Helvetica, sans-serif;
	color: #403838;
	font-size: 15px;
	line-height: 18px;
	text-decoration: none;
	text-align: justify;
}
.button
{
	color: #fff;
	display: inline-block;
	position: relative;
	border-radius: 5px;
	background: #0ba9f8;
	padding: 1px 49px;
	font-size: 26px;
	line-height: 30px;
	text-transform: capitalize;
	cursor: pointer;
	text-decoration: none;
}
.button:hover
{
	background: #000;
	color: #fff;
	text-decoration: none;
}

/*Information*/
.informationText
{
	padding: 6px 15px;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 12px;
	position: absolute;
	right: 0px;
	vertical-align: bottom;
	color: #FFFFFF;
	cursor: pointer;
	list-style: none;
	border-radius: 5px 5px 0px 0px;
}
.informationText:hover
{
	background-color: #FFFFFF;
	color: #333;
}
.informationContentBox
{
	width: 100%;
	height: 470px;
	background-color: #fff;
	position: absolute;
	left: 0px;
	z-index: 999;
	margin-top: 37px;
	border-bottom: solid 1px #ccc;
	border-radius: 0px 0px 5px 5px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#efefef));
}
#infoTable tr td
{
	padding: 10px;
	font-size: 14px;
	line-height: 32px;
}
#infoTable ul li
{
	list-style: none;
}
.infotableLink
{
	color: #0957a0;
	text-decoration: none;
}
.infotableLink:hover
{
	color: #ff0000;
}

.infoRightLink
{
	width: 375px;
	height: 57px;
	background-color: #f48700;
	border-radius: 5px;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#84bd7a), to(#4c9249));
	border: solid 1px #006600;
	text-shadow: rgb(60,60,60) 0px 1px 4px;
	background: -moz-linear-gradient(top,  #84bd7a,  #4c9249);
	background: -o-linear-gradient(top,  #5e9bc4,  #396b9e);
	margin-top: 0px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	padding-left: 10px;
}
.infoRightLink:hover
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#93c68a), to(#56964f));
	color: #fff;
	text-decoration: none;
	background: -moz-linear-gradient(top,  #93c68a,  #56964f);
}
.infoRightLinkText
{
	margin-top: 18px;
	vertical-align: -8px;
	margin-left: 5px;
}
.arrowBox
{
	background-color: #386235;
	width: 26px;
	height: 26px;
	padding: 6px 9px;
	margin-left: 5px;
	border-radius: 40px;
}
.infoRightArrow
{
	font-size: 18px;
}
.infoRightLink2
{
	width: 364px;
	height: 57px;
	background-color: #f08620;
	border-radius: 5px;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f08620), to(#b36b26));
	border: solid 1px #b36b26;
	text-shadow: rgb(60,60,60) 0px 1px 4px;
	background: -moz-linear-gradient(top,  #f08620,  #b36b26);
	margin-top: 0px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	padding-left: 10px;
}
.infoRightLink2:hover
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f59c48), to(#c28348));
	color: #fff;
	text-decoration: none;
	background: -moz-linear-gradient(top,  #f59c48,  #c28348);
}
.arrowBox2
{
	background-color: #854e1a;
	width: 26px;
	height: 26px;
	padding: 6px 9px;
	border-radius: 40px;
}

.demoBox
{
	background-color: #FFFFFF;
	position: absolute;
	display: none;
	z-index: 99;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -240px 0 0 -320px;
	padding: 10px;
	box-shadow: rgb(87,87,87) 0px 2px 10px;
}
.signUpCloseDemo
{
	float: right;
	width: 20px;
	height: 20px;
	background-color: #75bee9;
	border: solid 3px #fff;
	border-radius: 100px;
	margin: -22px -22px 0px 0px;
	background-image: url(../images/close_icon.png);
	background-repeat: no-repeat;
	background-position: center;
	opacity: 1;
	cursor: pointer;
	box-shadow: rgb(87,87,87) 0px 1px 10px;
}
.signUpCloseDemo:hover
{
	background-color: #FF9900;
}
.blackDivDemo
{
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 0.8;
	background-color: #000000;
	position: fixed;
	z-index: 99999999;
}
.infoLeftBtn
{
	width: 227px;
	height: 63px;
	background-image: url(../images/ingo_left_btn.png);
	background-repeat: no-repeat;
	background-position: top left;
	cursor: pointer;
	text-align: center;
}
.infoLeftBtn:hover
{
	background-position: 0px -64px;
}

.demoTourHeading
{
	background-color: #f28721;
	border-radius: 5px;
	color: #FFFFFF;
	line-height: normal;
	font-weight: bold;
	font-size: 14px;
	padding: 8px;
	margin-top: 0px;
	height: 45px;
	width: 384px;
}
/* video container */
.videoContainer
{
	width: 400px;
	height: 250px;
	position: relative;
	overflow: hidden;
	color: #ccc;
}

/* video caption css */
.caption
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px;
	color: #ccc;
	font-size: 20px;
	font-weight: bold;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #1F1F1F; /* fallback */
	background: -moz-linear-gradient(top,#242424 50%,#1F1F1F 50%,#171717 100%);
	background: -webkit-linear-gradient(top,#242424 50%,#1F1F1F 50%,#171717 100%);
	background: -o-linear-gradient(top,#242424 50%,#1F1F1F 50%,#171717 100%);
}

/*** VIDEO CONTROLS CSS ***/
/* control holder */
.control
{
	background: #333;
	color: #ccc;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 5;
	display: none;
}
/* control top part */
.topControl
{
	height: 11px;
	border-bottom: 1px solid #404040;
	padding: 1px 5px;
	background: #1F1F1F; /* fallback */
	background: -moz-linear-gradient(top,#242424 50%,#1F1F1F 50%,#171717 100%);
	background: -webkit-linear-gradient(top,#242424 50%,#1F1F1F 50%,#171717 100%);
	background: -o-linear-gradient(top,#242424 50%,#1F1F1F 50%,#171717 100%);
}
/* control bottom part */
.btmControl
{
	clear: both;
	background: #1F1F1F; /* fallback */
	background: -moz-linear-gradient(top,#242424 50%,#1F1F1F 50%,#171717 100%);
	background: -webkit-linear-gradient(top,#242424 50%,#1F1F1F 50%,#171717 100%);
	background: -o-linear-gradient(top,#242424 50%,#1F1F1F 50%,#171717 100%);
}
.control div.btn
{
	float: left;
	width: 34px;
	height: 30px;
	padding: 0 5px;
	border-right: 1px solid #404040;
	cursor: pointer;
}
.control div.text
{
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	font-family: verdana;
	width: 20px;
	border: none;
	color: #777;
}
.control div.btnPlay
{
	background: url(../images/control.png) no-repeat 0 0;
	border-left: 1px solid #404040;
}
.control div.paused
{
	background: url(../images/control.png) no-repeat 0 -30px;
}
.control div.btnStop
{
	background: url(../images/control.png) no-repeat 0 -60px;
}
.control div.spdText
{
	border: none;
	font-size: 14px;
	line-height: 30px;
	font-style: italic;
}
.control div.selected
{
	font-size: 15px;
	color: #ccc;
}
.control div.sound
{
	background: url(../images/control.png) no-repeat -88px -30px;
	border: none;
	float: right;
}
.control div.sound2
{
	background: url(../images/control.png) no-repeat -88px -60px !important;
}
.control div.muted
{
	background: url(../images/control.png) no-repeat -88px 0 !important;
}
.control div.btnFS
{
	background: url(../images/control.png) no-repeat -44px 0;
	float: right;
}
.control div.btnLight
{
	background: url(../images/control.png) no-repeat -44px -60px;
	border-left: 1px solid #404040;
	float: right;
}
.control div.lighton
{
	background: url(../images/control.png) no-repeat -44px -30px !important;
}

/* PROGRESS BAR CSS */
/* Progress bar */
.progress
{
	width: 80%;
	height: 10px;
	position: relative;
	float: left;
	cursor: pointer;
	background: #444; /* fallback */
	background: -moz-linear-gradient(top,#666,#333);
	background: -webkit-linear-gradient(top,#666,#333);
	background: -o-linear-gradient(top,#666,#333);
	box-shadow: 0 2px 3px #333 inset;
	-moz-box-shadow: 0 2px 3px #333 inset;
	-webkit-box-shadow: 0 2px 3px #333 inset;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.progress span
{
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.timeBar
{
	z-index: 10;
	width: 0;
	background: #3FB7FC; /* fallback */
	background: -moz-linear-gradient(top,#A0DCFF 50%,#3FB7FC 50%,#16A9FF 100%);
	background: -webkit-linear-gradient(top,#A0DCFF 50%,#3FB7FC 50%,#16A9FF 100%);
	background: -o-linear-gradient(top,#A0DCFF 50%,#3FB7FC 50%,#16A9FF 100%);
	box-shadow: 0 0 1px #fff;
	-moz-box-shadow: 0 0 1px #fff;
	-webkit-box-shadow: 0 0 1px #fff;
}
.bufferBar
{
	z-index: 5;
	width: 0;
	background: #777;
	background: -moz-linear-gradient(top,#999,#666);
	background: -webkit-linear-gradient(top,#999,#666);
	background: -o-linear-gradient(top,#999,#666);
	box-shadow: 2px 0 5px #333;
	-moz-box-shadow: 2px 0 5px #333;
	-webkit-box-shadow: 2px 0 5px #333;
}
/* time and duration */
.time
{
	width: 20%;
	float: right;
	text-align: center;
	font-size: 11px;
	line-height: 12px;
}

/* VOLUME BAR CSS */
/* volume bar */
.volume
{
	position: relative;
	cursor: pointer;
	width: 70px;
	height: 10px;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}
.volumeBar
{
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #eee;
	z-index: 10;
}

/* OTHERS CSS */
/* video screen cover */
.loading, #init
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/loading.gif) no-repeat 50% 50%;
	z-index: 2;
	display: none;
}
#init
{
	background: url(../images/bigplay.png) no-repeat 50% 50% !important;
	cursor: pointer;
}
.shareEdit
{
	float: right;
	width: 26px;
	height: 21px;
	background-image: url(../images/editshare.png);
	cursor: pointer;
	margin-top: -3px;
}
.shareEdit:hover
{
	background-position: 0px -21px;
}

.text_Heading1
{
	font-family: "Trebuchet MS";
	color: #698a2e;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}
.text_Heading2
{
	color: #544e4e;
	text-align: center;
	font-family: Calibri;
	font-size: 32px;
}
.Boost_Heading
{
	font-size: 24px;
	color: #5c5555;
	text-align: left;
	line-height: 35px;
	margin-top: 20px;
}
.Boost_Heading2
{
	font-size: 40px;
	color: #343434;
	text-align: left;
	font-weight: bold;
}
.Boost_Heading3
{
	font-size: 30px;
	color: #343434;
	text-align: left;
}
.leftParaText
{
	font-size: 14px;
	line-height: 24px;
}
.reasonText
{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	font-family: "Trebuchet MS" , Tahoma, Verdana, Arial;
}
.reasonColor
{
	color: #007dc5;
}
#Learner_Tablelist ul li
{
	color: #2a647b;
	font-size: 18px;
	text-align: left;
	list-style-type: none;
	line-height: normal;
	background: url(../images/Icon-image.png) no-repeat 0px 9px;
	padding-left: 35px;
	padding-top: 9px;
	margin-top: 10px;
	margin-left: -34px;
}
.spanText
{
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
}
.Loginbtn1
{
	text-align: center;
	background: url(../images/Loginbtn.png) no-repeat;
	display: inline-block;
	text-decoration: none;
	background-position: 0px 0px;
	color: #fff;
	font-size: 20px;
	width: 162px;
	height: 40px;
	text-transform: uppercase;
	line-height: 40px;
	text-shadow: 1px 0px 0px #223107;
}
.Loginbtn1:hover
{
	background: url(../images/Loginbtn.png) no-repeat;
	background-position: -162px 0px;
	display: inline-block;
	text-decoration: none;
}
#Learner_Page_Left
{
	float: left;
	position: relative;
	padding: 0px;
	margin-left: 20px;
	margin-right: 30px;
}
#Learner_Page_Right
{
	float: right;
	width: 460px;
	position: relative;
	padding-right: 0px;
	padding-left: 30px;
	margin: 0px;
}
.infoLink
{
	display: block;
	color: #333;
	padding: 8px;
	text-decoration: none;
}
.infoLink:hover
{
	color: #fff;
	display: block;
	background-color: #00aeef;
}
.userDropDown2
{
	position: absolute;
	width: 180px;
	background-color: #FFFFFF;
	right: 10px;
	box-shadow: rgb(150,150,150) 0px 0px 2px;
	padding: 4px;
	box-shadow: rgb(110,110,110) 0px 2px 10px;
}
.userDropDown2 li
{
	list-style: none;
	font-size: 12px;
	color: #333333;
	border-bottom: solid 1px #ccc;
	background-color: #efefef;
	cursor: pointer;
}
.userDropDown2 li:hover
{
	color: #fff;
	background-color: #00aeef;
}
.advBox
{
	position: absolute;
	width: 284px;
	background-color: #3f4a4d;
	border: solid 1px #777;
	right: 0px;
	padding: 10px;
	border-radius: 6px;
	box-shadow: rgb(150,150,150) 0px 0px 10px;
}
.advText
{
	color: #FFFFFF;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.advImg
{
	width: 280px;
	height: auto;
	margin-top: 10px;
	border: solid 2px #fff;
	cursor: pointer;
}
.advImg:hover
{
	border: solid 2px #999;
	opacity: 0.6;
}
.advClose
{
	float: right;
	width: 18px;
	height: 18px;
	line-height: 18px;
	font-weight: bold;
	border-radius: 100px;
	text-align: center;
	padding-right: 2px;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	cursor: pointer;
	font-weight: bold;
}
.advClose:hover
{
	background-color: #f15a22;
	opacity: 0.8;
}

.channelListBtn1
{
	padding: 0px 10px;
	height: 34px;
	background-color: #f48700;
	border-radius: 5px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#84bd7a), to(#4c9249));
	border: solid 1px #006600;
	text-shadow: rgb(26,64,26) 1px -1px 2px;
	background: -moz-linear-gradient(top,  #84bd7a,  #4c9249);
	background: -o-linear-gradient(top,  #5e9bc4,  #396b9e);
	margin-top: 0px;
	margin-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	font-family: 'Trebuchet MS' , Tahoma, Verdana, Arial;
	font-size: 18px;
	line-height: 34px;
}
.channelListBtn1:hover
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#93c68a), to(#56964f));
	color: #fff;
	text-decoration: none;
	background: -moz-linear-gradient(top,  #93c68a,  #56964f);
}
.channelListBtn2
{
	padding: 0px 10px;
	height: 34px;
	background-color: #f59c48;
	border-radius: 5px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f08620), to(#b36b26));
	border: solid 1px #b36b26;
	text-shadow: rgb(123,76,30) 1px -1px 2px;
	background: -moz-linear-gradient(top,  #f08620,  #b36b26);
	background: -o-linear-gradient(top,  #5e9bc4,  #396b9e);
	margin-top: 0px;
	margin-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	font-family: 'Trebuchet MS' , Tahoma, Verdana, Arial;
	font-size: 18px;
	line-height: 34px;
}
.channelListBtn2:hover
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f59c48), to(#c28348));
	color: #fff;
	text-decoration: none;
	background: -moz-linear-gradient(top,  #f59c48,  #c28348);
}
.feedbackBox
{
	width: 34px;
	height: 35px;
	background-color: #006699;
	position: fixed;
	right: 0px;
	z-index: 999991;
	margin-top: 270px;
	border-radius: 4px 0px 0px 4px;
	border: solid 1px #ccc;
	border-right: none;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e5e6e8));
	background: -moz-linear-gradient(top,  #fff,  #e5e6e8);
	background: -o-linear-gradient(top,  #fff,  #e5e6e8);
	text-align: center;
	position: fixed;
	cursor: pointer;
}
.feedbackBox:hover
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#d1d1d1));
	background: -moz-linear-gradient(top,  #efefef,  #d1d1d1);
	background: -o-linear-gradient(top,  #efefef,  #d1d1d1);
}
.feedback
{
	background-color: #f3f3f3;
	border: solid 1px #ccc;
	border-right: none;
	z-index: 999992;
	position: fixed;
	right: 260px;
	border-radius: 6px 6px 6px 6px;
	box-shadow: rgb(150,150,150) -1px 0px 10px;
	margin-top: 50px;
	padding: 15px;
	font-size: 14px;
	width:700px;
	height:580px;
}
.submitBtn
{
	display: inline-block;
	padding: 5px 18px;
	background-color: #009900;
	margin-top: 14px;
	border-radius: 4px;
	color: #FFFFFF;
	font-size: 13px;
	border: solid 1px #548147;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5da74b), to(#367926));
	background: -moz-linear-gradient(top,  #5da74b,  #367926);
	background: -o-linear-gradient(top,  #5da74b,  #367926);
	cursor: pointer;
	box-shadow: rgb(150,150,150) 0px 0px 6px;
	text-shadow: rgb(60,60,60) 0px 1px 4px;
}
.feedBackClose
{
	float: right;
	margin-top: -28px;
	font-size: 16px;
	font-weight: bold;
	border: solid 1px #ccc;
	border-radius: 4px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}
.feedBackClose:hover
{
	background-color: #FF6600;
	color: #FFFFFF;
}
.feedbackActiveIcon
{
	padding: 6px 20px;
	background-color: #333333;
	margin: 12px 5px 10px 0px;
	display: inline-block;
	border-radius: 4px;
	color: #FFFFFF;
}
.feedbackIcon
{
	font-size: 11px;
}

.Comment
{
	background-color: #f3f3f3;
	border: solid 1px #ccc;
	border-right: none;
	z-index: 999992;
	right: 0px;
	border-radius: 6px 0px 0px 6px;
	box-shadow: rgb(150,150,150) -1px 0px 10px;
	position: absolute;
	margin-right: 100px;
	padding: 15px;
	font-size: 14px;
}
.submitBtncomment
{
	display: inline-block;
	padding: 5px 18px;
	background-color: #009900;
	margin-top: 5px;
	border-radius: 4px;
	color: #FFFFFF;
	font-size: 13px;
	border: solid 1px #548147;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5da74b), to(#367926));
	background: -moz-linear-gradient(top,  #5da74b,  #367926);
	background: -o-linear-gradient(top,  #5da74b,  #367926);
	cursor: pointer;
	box-shadow: rgb(150,150,150) 0px 0px 6px;
	text-shadow: rgb(60,60,60) 0px 1px 4px;
}
.CommentClose
{
	float: right;
	margin-top: -28px;
	font-size: 16px;
	font-weight: bold;
	border: solid 1px #ccc;
	border-radius: 4px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}
.CommentClose:hover
{
	background-color: #FF6600;
	color: #FFFFFF;
}
.navigationBox
{
	width: 34px;
	height: 35px;
	background-color: #006699;
	position: fixed;
	right: 0px;
	z-index: 999991;
	margin-top: 235px;
	border-radius: 4px 0px 0px 4px;
	border: solid 1px #ccc;
	border-right: none;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e5e6e8));
	background: -moz-linear-gradient(top,  #fff,  #e5e6e8);
	background: -o-linear-gradient(top,  #fff,  #e5e6e8);
	text-align: center;
	position: fixed;
	cursor: pointer;
}
.navigationBox:hover
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#d1d1d1));
	background: -moz-linear-gradient(top,  #efefef,  #d1d1d1);
	background: -o-linear-gradient(top,  #efefef,  #d1d1d1);
}
.CommentBox
{
	border-right: groove 2px #fff;
	padding: 6px 8px;
	display: inline-block;
}
.CommentLink
{
	width: 22px;
	cursor: pointer;
	height: 21px;
	background-image: url(../images/comment_icon.png);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	float: left;
}

.headerBackground
{
	background-color: #fff;
	padding: 8px 14px 6px 8px;
	border-bottom: solid 1px #ccc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#efefef));
	background: -moz-linear-gradient(top,  #f8f8f8,  #efefef);
	background: -o-linear-gradient(top,  #f8f8f8,  #efefef);
	box-shadow: rgb(150,150,150) 0px 0px 10px;
	border-bottom: solid 1px #fff;
}

.coursePlayTab2
{
	padding: 8px 12px;
	border-radius: 6px;
	outline-radius: 6px;
	text-decoration: none;
	color: #444;
	text-shadow: rgb(80,80,80) 0px 1px 4px inset;
	font-weight: bold;
	font-size: 12px;
	background-color: #fff;
	box-shadow: rgb(200,200,200) 0px 0px 5px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1));
	border: solid 1px #cccccc;
	background-color: #fff;
	display: inline-block;
}
.coursePlayTab2:hover
{
	background-color: #00a5e5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00a5e5), to(#0095da));
	border: solid 1px #1b7bb2;
	color: #fff;
	background: -moz-linear-gradient(top,  #00a5e5,  #0095da);
}
.coursePlayIcon2
{
	margin-right: 6px;
	vertical-align: -2px;
}
.coursePlayActiveTab2
{
	padding: 8px 12px;
	border-radius: 6px;
	outline-radius: 6px;
	text-decoration: none;
	color: #fff;
	text-shadow: rgb(80,80,80) 0px 1px 4px inset;
	font-weight: bold;
	font-size: 12px;
	background-color: #fff;
	box-shadow: rgb(200,200,200) 0px 0px 5px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#434343), to(#2d2d2d));
	border: solid 1px #111111;
	background: -moz-linear-gradient(top,  #434343,  #2d2d2d);
}
.askQuesitonTab
{
	padding: 8px 12px;
	border-radius: 6px;
	outline-radius: 6px;
	text-decoration: none;
	color: #444;
	text-shadow: rgb(80,80,80) 0px 1px 4px inset;
	font-weight: bold;
	font-size: 12px;
	background-color: #62c6ff;
	box-shadow: rgb(200,200,200) 0px 0px 5px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#a2ddff), to(#62c6ff));
	background: -moz-linear-gradient(top,  #a2ddff,  #62c6ff);
	border: solid 1px #cccccc;
	background-color: #fff;
	display: inline-block;
}
.askQuesitonTab:hover
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00a5e5), to(#0095da));
	border: solid 1px #1b7bb2;
	color: #fff;
	background: -moz-linear-gradient(top,  #00a5e5,  #0095da);
}
.courseLecture li
{
	cursor: pointer;
	color: #333;
	list-style: none;
	font-size: 13px;
	padding: 5px 15px 6px 15px;
	text-shadow: rgb(210,210,210) 0px 4px 10px inset;
	line-height: 30px;
	color: #FFFFFF;
}
.coursechapter
{
	cursor: pointer;
	font-weight: bold;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3293cb), to(#147bb6));
	background: -moz-linear-gradient(top,  #3293cb,  #147bb6);
	line-height: 20px;
	background-color: #147bb6;
	padding: 10px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: rgb(60,60,60) 0px 1px 4px;
	box-shadow: rgb(120,120,120) 0px 1px 8px;
	z-index: 301;
}
.courselesson
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
	background: -moz-linear-gradient(top,  #3293cb,  #147bb6);
	color: #333;
	padding: 10px;
	background-color: #FFFFFF;
	font-size: 13px;
	font-family: "Trebuchet MS" , Tahoma, Verdana, Arial;
	font-weight: bold;
	background-image: url(../images/chapter_bg.png);
	background-repeat: repeat-x;
	background-position: top;
}
.courseLectureBox
{
	display: inline-block;
	margin: 5px;
	vertical-align: top;
}
.coursethumbBox
{
	box-shadow: rgb(87,87,87) 0px 2px 6px;
}
.coursethumb
{
	width: 120px;
	height: 90px;
}
.coursethumbContent
{
	margin-top: 8px;
	width: 120px;
}
.coursethumbLink
{
	color: #333;
	text-decoration: none;
}
.coursethumbLink:hover
{
	color: #ff6600;
	text-decoration: none;
}
.lecturemoreLink
{
	width: 200px;
	height: 34px;
	background-color: #333333;
	color: #FFFFFF;
	padding: 4px 12px;
	border-radius: 6px;
	text-decoration: none;
}
.lecturemoreLink:hover
{
	background-color: #FF6600;
}
.chapterOpenMinus
{
	float: right;
	width: 13px;
	height: 12px;
	margin-top: 5px;
	background-image: url(../images/chapter_minus.png);
	background-repeat: no-repeat;
	background-position: top center;
}
.chapterOpenMinus:hover
{
	background-position: 0px -12px;
}
.chapterOpenPlus
{
	float: right;
	width: 12px;
	height: 12px;
	margin-top: 5px;
	background-image: url(../images/chapter_plus.png);
	background-repeat: no-repeat;
	background-position: top center;
}
.chapterOpenPlus:hover
{
	background-position: 0px -12px;
}
.doneIcon
{
	position: absolute;
	width: 25px;
	height: 25px;
	margin-left: 100px;
	margin-top: 30px;
	background-image: url(../images/done_icon.png);
}
.MobileIcon
{
	position: absolute;
	width: 35px;
	height: 35px;
	margin-left: 130px;
	margin-top: 115px;
	/*background-image: url(../images/mobile_icon.png);*/
}
.progressBG
{
	position: absolute;
	width: 60px;
	height: 54px;
	background-color: #fff;
	margin-left: 33px;
	margin-top: 22px;
	border-radius: 5px;
	opacity: 0.5;
}
.blockThumb
{
	width: 126px;
	height: 98px;
	position: absolute;
}
.progressbar
{
	margin-top: 23px;
	margin-left: 37px;
	position: absolute;
}

#courseOverview
{
	background-color: #3f4047;
	margin: 20px 0px 10px 0px;
	padding: 15px;
	color: #c4c5ca;
	font-family: Arial, Helvetica, sans-serif;
}
#courseOverview tr td
{
	vertical-align: top;
}
.courseOverviewHeading
{
	font-size: 28px;
	letter-spacing: 0px;
	color: #FFFFFF;
}
.courseOverviewRight
{
	width: 250px;
	background-image: url(../images/left_line.png);
	background-repeat: repeat-y;
	background-position: top left;
	padding-left: 15px;
	padding-top: 10px;
}
.courseOverviewMenuOver
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#212121), to(#212121));
	padding: 1px;
	border-radius: 6px;
	display: inline-block;
	background: -moz-linear-gradient(top,  #212121,  #212121);
	background: -o-linear-gradient(top,  #212121,  #212121);
	margin: 1px 0px;
}
.courseOverviewMenu
{
	display: inline-block;
	color: #c4c5ca;
	font-size: 11px;
	line-height: 17px;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	padding: 4px 14px;
	margin: 0 auto;
	border-radius: 5px;
	font-weight: bold;
	cursor: pointer;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#51555b), to(#46494e));
	border-top: solid 1px #707479;
	background: -moz-linear-gradient(top,  #51555b,  #46494e);
	background: -o-linear-gradient(top,  #51555b,  #46494e);
	width: 90px;
}
.courseOverviewMenu:hover
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#686a6d), to(#56585c));
	color: #fff;
	text-decoration: none;
	background: -moz-linear-gradient(top,  #686a6d,  #56585c);
}
.courseOverviewContentBox
{
	min-height: 300px;
	background-color: #494a50;
	border: solid 1px #6f6f6f;
	padding: 5px;
}
.courseOverviewThumbnailBox
{
	width: 250px;
	height: 100%;
	padding: 15px 0px 0px 15px;
}
.courseOverviewThumbnail
{
	width: 230px;
	height: 144px;
	border: solid 2px #fff;
}
.courseOverviewContent
{
	font-size: 14px;
}
#contentTableOverview tr td
{
	padding: 10px 5px 10px 0px;
	line-height: 20px;
}
.courseOverviewStart
{
	width: 155px;
	height: 40px;
	background-color: #f48700;
	border-radius: 5px;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#84bd7a), to(#4c9249));
	border: solid 1px #006600;
	text-shadow: rgb(60,60,60) 0px 1px 4px;
	background: -moz-linear-gradient(top,  #84bd7a,  #4c9249);
	background: -o-linear-gradient(top,  #5e9bc4,  #396b9e);
	margin-top: 0px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 0px;
	line-height: 40px;
}
.courseOverviewStart:hover
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#93c68a), to(#56964f));
	color: #fff;
	text-decoration: none;
	background: -moz-linear-gradient(top,  #93c68a,  #56964f);
}
.closeSign
{
	font-size: 30px;
	font-weight: normal;
	color: #111;
	text-decoration: none;
}
.closeSign:hover
{
	color: #666;
	text-decoration: none;
}
.arrowBox3
{
	background-color: #386235;
	padding: 3px 7px;
	margin-left: 5px;
	border-radius: 40px;
}
.infoRightArrow3
{
	font-size: 15px;
	font-family: Tahoma;
}
.viewMoreLink
{
	color: #999;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
}
.viewMoreLink:hover
{
	color: #5d9ac3;
	text-decoration: underline;
}
.indicationRight
{
	position: absolute;
	margin-left: -30px;
	margin-top: 8px;
}
.prevCourses
{
	opacity: 0.6;
	background-image: url(../images/prev_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-radius: 4px 0px 0px 4px;
	cursor: pointer;
}
.prevCourses:hover
{
	opacity: 1;
}
.nextCourses
{
	opacity: 0.6;
	background-image: url(../images/next_icon.png);
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 0px 4px 4px 0px;
	cursor: pointer;
}
.nextCourses:hover
{
	opacity: 1;
}
.addlearningBoxOver
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#044062), to(#044062));
	padding: 1px;
	border-radius: 6px;
	display: inline-block;
	background: -moz-linear-gradient(top,  #044062,  #044062);
	background: -o-linear-gradient(top,  #044062,  #044062);
	margin-top: 0px;
	display: inline-block;
	margin-top: 10px;
	vertical-align: top;
	margin-left: 100px;
}
.addlearningBtn
{
	display: inline-block;
	color: #fff;
	font-size: 13px;
	line-height: 30px;
	text-decoration: none;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	padding: 5px 15px;
	margin: 0 auto;
	border-radius: 5px;
	font-weight: bold;
	cursor: pointer;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5e9bc4), to(#396b9e));
	border-top: solid 1px #8eb9d6;
	text-shadow: rgb(110,110,110) 0px 1px 4px;
	background: -moz-linear-gradient(top,  #5e9bc4,  #396b9e);
}
.addlearningBtn:hover
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#78add1), to(#4f7dad));
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	background: -moz-linear-gradient(top,  #78add1,  #4f7dad);
}
.courseSummary
{
	width: 234px;
	height: 34px;
	border-radius: 4px;
	background-color: #FFFFFF;
	display: block;
	margin-top: 8px;
	border: solid 1px #cccccc;
	font-size: 12px;
	color: #333;
}
.relatedCoursesText
{
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}
.courseCounting
{
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
}
.courseThumbIcon
{
	width: 68px;
	height: 57px;
	cursor: pointer;
}
.courseLiKeBox
{
	padding: 6px 6px 6px 6px;
	background-image: url(../images/ver_line.png);
	background-repeat: no-repeat;
	background-position: right;
	display: inline-block;
	font-weight: normal;
}
.courseSubscriber
{
	width: 248px;
	height: 40px;
	margin-top: 30px;
	border-radius: 6px;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
}
.fullViewBtn
{
	background-color: #efefef;
	height: 34px;
	border-radius: 4px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#efefef));
	border: solid 1px #333;
	background: -moz-linear-gradient(top,  #f8f8f8,  #efefef);
	color: #333;
	font-size: 13px;
	line-height: 34px;
	display: inline-block;
	padding: 0px 12px;
	cursor: pointer;
	font-weight: bold;
}
.fullViewBtn:hover
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e89a60), to(#d57c3a));
	background: -moz-linear-gradient(top,  #e89a60,  #d57c3a);
	color: #000;
}

.courseSbuscribeBtn
{
	background-color: #efefef;
	height: 34px;
	border-radius: 4px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#efefef));
	border: solid 1px #333;
	background: -moz-linear-gradient(top,  #f8f8f8,  #efefef);
	color: #333;
	font-size: 13px;
	line-height: 34px;
	display: inline-block;
	padding: 0px 16px;
	cursor: pointer;
	font-weight: bold;
}
.courseSbuscribeBtn:hover
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#84bd7a), to(#4c9249));
	border: solid 1px #006600;
	background: -moz-linear-gradient(top,  #84bd7a,  #4c9249);
	color: #000;
}
.courseSbuscribedBtn{background-color: #84bd7a;height: 34px;border-radius: 4px;background-image: -webkit-gradient(linear, left top, left bottom, from(#84bd7a), to(#4c9249));
	border: solid 1px #333;background: -moz-linear-gradient(top,  #84bd7a,  #4c9249);color: #0c3b0c;font-size: 13px;line-height: 34px;display: inline-block;
	padding: 0px 12px;cursor: pointer;font-weight: bold;}

.starIcon{	vertical-align: 12px;}
.courseOverviewMenuActive{display: inline-block;color: #fff;font-size: 11px;line-height: 17px;text-decoration: none;margin-top: 10px;margin-bottom: 10px;
	-webkit-transition: all 300ms linear;-moz-transition: all 300ms linear;-o-transition: all 300ms linear;transition: all 300ms linear;padding: 4px 14px;
	margin: 0 auto;	border-radius: 5px;	font-weight: bold;background-image: -webkit-gradient(linear, left top, left bottom, from(#4b8426), to(#427226));
	border-top: solid 1px #707479;background: -moz-linear-gradient(top,  #4b8426,  #427226);background: -o-linear-gradient(top,  #4b8426,  #427226);width: 90px;}
.courseLectureThumb
{
	width: 120px;
	height: 90px;
	display: inline-block;
	border: solid 1px #37383d;
	box-shadow: rgb(60,60,60) 0px 0px 4px;
	cursor: pointer;
	margin-bottom: 4px;
}
.courseLectureThumb:hover
{
	opacity: 0.5;
}
.courseLectureThumbBox
{
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	font-family: 'Trebuchet MS' , Tahoma, Verdana, Arial;
	margin: 0px 6px 8px 0px;
	width: 120px;
	line-height: 14px;
}
.courseLecturePlayBtn
{
	height: 90px;
	width: 90px;
	border-radius: 50px;
	background-color: #7c7c7f;
	margin-left: 20px;
	background-image: url(../images/lecturePlayIcon.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.courseLecturePlayBtn:hover
{
	background-color: #f8f8f8;
	opacity: 0.5;
}
.moreLectures
{
	text-decoration: underline;
	color: #c4c5ca;
	font-size: 13px;
	font-weight: bold;
}
.moreLectures:hover
{
	color: #FF9900;
}
.playThumbLink
{
	color: #c4c5ca;
	text-decoration: none;
}
.playThumbLink:hover
{
	color: #FF9900;
	text-decoration: none;
}
#courseNotesTable tr{	background-color: #edf4fa;	height: 36px;	line-height: 36px;	font-size: 13px;	font-weight: normal;}
#courseNotesTable tr td{	padding: 0px 10px;	color: #144775;	border-bottom: solid 1px #d5e6f0;}
.courseNotesHeading{	background-color: #10659c;	height: 36px;	line-height: 36px;	padding-left: 10;	padding-left: 10px;	font-size: 15px;	font-weight: bold;	color: #FFFFFF;}
.courseNotesTitle{	color: #233446;	font-size: 13px;	font-weight: bold;}
.centerAlign{	text-align: center;}

#courseNotesTable tr:nth-child(odd):hover{	background-color: #dce8f2;	cursor: pointer;}
#courseNotesTable tr:nth-child(even):hover{	background-color: #dce8f2;	cursor: pointer;}
#courseNotesTable tr:nth-child(even){background-color: #fafbfd;}
#courseNotesTable tr:nth-child(odd){background-color: #edf4fa;}
/*Gap Analyzer*/
.gapAnalyzerConcept{height: 38px; background-color:#34b5ef; line-height: 40px; padding-left: 10px; font-weight: normal; color: #FFFFFF; font-size: 18px; text-shadow: rgb(60,60,60) 0px 1px 4px;  background-image: -webkit-gradient(linear, left top, left bottom, from(#1892c9), to(#1f7fa9)); border-top: solid 1px #fff; background: -moz-linear-gradient(top,  #1892c9,  #1f7fa9);}
.classBackground{height: 39px; background-color:#777;}
.classStyle{height: 37px; background-color:#efefef; line-height: 37px; font-weight: normal; font-size: 14px; text-shadow: rgb(160,160,160) 0px 1px px;  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#ccc)); border-top: solid 1px #fff; background: -moz-linear-gradient(top,  #f8f8f8,  #ccc); font-weight: bold; cursor:pointer;}
.classStyle:hover{ background-image: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#ccc)); border-top: solid 1px #fff; background: -moz-linear-gradient(top,  #ddd,  #ccc);}
.classAccordian{background-color:#fcd83e; padding: 11px 12px; background-image: -webkit-gradient(linear, left top, left bottom, from(#fcd83e), to(#ef9707)); background: -moz-linear-gradient(top,  #fcd83e,  #ef9707); border-right: solid 1px #a1690d; margin-right: 5px; vertical-align: top; cursor: pointer;}
.classAccordian:hover{background-image: -webkit-gradient(linear, left top, left bottom, from(#f4db74), to(#f2ad3a)); background: -moz-linear-gradient(top,  #f4db74,  #f2ad3a);}
.lectureBackground{border-bottom: solid 1px #ccc; border-left: solid 1px #ccc; border-right: solid 1px #ccc; background-color: #efefef; padding: 10px;}
.lectureBackground ul li{list-style-type: none; height: 126px; width: 154px; background-color:#FFFFFF; display: inline-block; vertical-align: top; margin: 4px 2px; border: solid 1px #ccc; padding: 4px; box-shadow: rgb(200,200,200) 2px 2px 4px;}
.lectureBackground ul li:hover{box-shadow: rgb(160,160,160) 0px 0px 10px; cursor: pointer;}
.gapLectureThumb{height: 90px; width: 154px; position: relative; z-index: 2;}
.gapLectureName{font-size: 11px; font-weight: bold; height: 38px; vertical-align:middle; display: table-cell; width: 154px;}
.durationStyle{width: 60px; height: 20px; background-color: #000; position: absolute; margin-top: -24px; z-index: 10; border-radius: 4px; opacity: 0.8; text-align: center; font-size: 10px; color: #fff; line-height: 20px; margin-left: 90px;}
.gapLectureLink{color: #555; text-decoration: none;}
.gapLectureLink:hover{color: #0072c0;}
.gapLectureHeading{padding: 6px; font-size: 16px; color: #333; font-weight: bold;}
.gapMoreLectureLink{color: #666; text-decoration: none; font-size: 12px; margin-top: 10px; font-weight: bold; cursor: pointer;}
.gapMoreLectureLink:hover{color: #FF3300;}
.gapAnalyzerHeading{padding: 14px 10px 0px 10px; font-size: 24px; color: #0077c1;}
.gapAnalyzerLeft{background-color:#efefef; text-align:center; width: 240px;  box-shadow: rgb(200,200,200) 0px 0px 10px; padding: 0px;}
.gapFindHead { list-style: none; background-color:#FFFFFF; text-align: left; padding: 11px 10px; margin: 1px 0px;  background-image: -webkit-gradient(linear, left top, left bottom, from(#00a5e5), to(#0095da));  border-radius: 0px; font-size: 15px; box-shadow: rgb(210,210,210) 0px 0px 4px;  background: -moz-linear-gradient(top,  #00a5e5,  #0095da); font-weight: bold; color: #fff; display: block; text-decoration: none; text-shadow: rgb(60,60,60) 0px 1px 4px; text-align: center;}
.gapFindCategories{height: 40px; background-color:#006600; color: #FFFFFF; line-height: 40px; padding: 0px 10px; background-image: -webkit-gradient(linear, left top, left bottom, from(#009173), to(#008e38)); background: -moz-linear-gradient(top,  #009173,  #008e38); cursor: pointer; border-bottom: solid 1px #fff;}
.gapFindCategories:hover{background-image: -webkit-gradient(linear, left top, left bottom, from(#16ac8f), to(#0f9d47)); background: -moz-linear-gradient(top,  #16ac8f,  #0f9d47);}
.gapFindCategories2{height: 40px; background-color:#007abd; color: #FFFFFF; line-height: 40px; padding: 0px 10px; background-image: -webkit-gradient(linear, left top, left bottom, from(#00abde), to(#007abd)); background: -moz-linear-gradient(top,  #00abde,  #007abd); cursor: pointer; border-bottom: solid 1px #fff;}
.gapFindCategories2:hover{background-image: -webkit-gradient(linear, left top, left bottom, from(#4bafc8), to(#158acc)); background: -moz-linear-gradient(top,  #4bafc8,  #158acc);}
.gapFindCategories3{height: 40px; background-color:#df1e15; color: #FFFFFF; line-height: 40px; padding: 0px 10px; background-image: -webkit-gradient(linear, left top, left bottom, from(#e1525d), to(#df1e15)); background: -moz-linear-gradient(top,  #e1525d,  #df1e15); cursor: pointer; border-bottom: solid 1px #fff;}
.gapFindCategories3:hover{background-image: -webkit-gradient(linear, left top, left bottom, from(#ef747e), to(#ed463e)); background: -moz-linear-gradient(top,  #ef747e,  #ed463e);}
.gapFindCategoriesText{font-size: 16px; font-weight: bold; text-shadow: rgb(60,60,60) 0px 0px 4px;}
.resultText{font-size: 12px; font-weight: normal;}
.gapFindLink{padding: 8px 8px; font-size: 12px; color: #333; display: block; text-decoration: none; border-bottom: solid 1px #ccc;}
.gapFindLink:hover{ background-color: #efefef; background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#efefef)); background: -moz-linear-gradient(top,  #f8f8f8,  #efefef);}
.gapFindLinkActive{padding: 8px 8px; font-size: 12px; color: #604211; display: block; text-decoration: none; border-bottom: solid 1px #ccc; background-color:#eeb65b; background-image: -webkit-gradient(linear, left top, left bottom, from(#f1d97a), to(#eeb65b)); background: -moz-linear-gradient(top,  #f1d97a,  #eeb65b); font-weight: bold;}
.lectureBlock{width: 204px; background-color: #FFFFFF; height: 200px; list-style: none; margin: 6px 2px; display: inline-block; vertical-align: top; border: solid 1px #ccc; box-shadow: rgb(190,190,190) 0px 0px 6px;}
.lecturePageThumb{width: 204px; height: 120px;}
.lecturePageBlockHeading{font-size: 13px; font-weight: bold; padding: 5px; background-color:#fff; color: #006ab8; height: 33px; clear:both; display: table-cell; vertical-align: middle; width: 204px;} 
.lecturePageCourseHeading{height: 36px; background-color:#efefef; border-top: solid 1px #ccc; font-size: 12px; text-align: left; padding: 0px 5px; line-height: 36px;}
.lecturePageView{position: absolute; vertical-align: bottom; background-color:#222; padding: 6px; color: #FFFFFF; border-radius: 0px 6px 0px 0px; font-size: 11px; opacity: 0.9; margin-top: 94px; text-align: left;}
.lectureBlockLink{text-decoration: none; color: #333333;}
.lectureBlockLink:hover .lecturePageBlockHeading{color: #FF3300; background-color: #FF6600; color: #FFFFFF;}
.lectureDropDownStyle{width:140px; height: 36px; background-color:#00CC66; display: inline-block; border-radius: 6px; border: solid 1px #111; background-image: -webkit-gradient(linear, left top, left bottom, from(#373330), to(#1f1a17)); background: -moz-linear-gradient(top,  #373330,  #1f1a17); vertical-align: top; line-height: 36px; color: #ccc; font-weight: bold; cursor: pointer; margin-top: 5px; font-size: 16px;}
.closeSign2{font-size: 18px; font-weight: bold; color: #000; text-decoration: none; padding: 0px 4px; border-radius: 4px; border: solid 1px #333333; background-image: -webkit-gradient(linear, left top, left bottom, from(#c64848), to(#c61414));   background: -moz-linear-gradient(top,  #c64848,  #c61414); background-color:#FF3300;  background-color:#FF3300;}
.closeSign2:hover{color: #efefef;background-image: -webkit-gradient(linear, left top, left bottom, from(#fba31e), to(#eb7f27));   background: -moz-linear-gradient(top,  #fba31e,  #eb7f27); background-color: #eb7f27;}
.socialLink{display:block; position: fixed; vertical-align: bottom; height: 40px; bottom: 0px; right: 0px; border-radius: 8px 0px 0px 0px; opacity: 0.9; color:#ccc; line-height: 40px; text-align: left; padding: 0px 10px;z-index: 100;}
.facebookLink{ width: 30px; height: 30px; background-image:url(../images/facebook.png); background-repeat: no-repeat; background-position: top; display: inline-block; vertical-align: -10px; cursor: pointer;}
.googlePlus{ width: 30px; height: 30px; background-image:url(../images/googlePlus.png); background-repeat: no-repeat; background-position: top; display: inline-block; vertical-align: -10px; cursor: pointer;}
.tweeter{ width: 30px; height: 30px; background-image:url(../images/tweeter_icon.png); background-repeat: no-repeat; background-position: top; display: inline-block; vertical-align: -10px; cursor: pointer;}
.linkdin{ width: 30px; height: 30px; background-image:url(../images/linkdinIcon.png); background-repeat: no-repeat; background-position: top; display: inline-block; vertical-align: -10px; cursor: pointer;}
.YouTube{ width: 30px; height: 30px; background-image:url(../images/YouTube.png); background-repeat: no-repeat; background-position: top; display: inline-block; vertical-align: -10px; cursor: pointer;}

.imageLink{ text-decoration: none;cursor:pointer}
.imageLink:hover{ opacity: 0.8;}
.inactiveimageLink{ opacity: 0.2;}

.faqcatHeading{background-color: #F90; padding: 6px 10px; background-image: -webkit-gradient(linear, left top, left bottom, from(#f1d97a), to(#eeb65b)); background: -moz-linear-gradient(top,  #f1d97a,  #eeb65b); font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight: bold; }
#faqTable ul li{font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }
.faqCatLink{padding: 8px 10px; cursor: pointer; color: #333; text-decoration: none; display: block; font-size: 15px;}
.faqCatLink:hover{ background-color: #efefef;}
.activefaqCat{ background-color: #069; font-weight: normal; color: #fff; padding: 8px 10px;  background-image: -webkit-gradient(linear, left top, left bottom, from(#0089e1), to(#0074c5)); background: -moz-linear-gradient(top,  #0089e1,  #eeb65b);}
h5{ font-size: 24px; color:#007bc1; padding: 0px 5px 5px 5px; font-family: Arial, Helvetica, sans-serif; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}
.faqQuestionBox{background-color:#FFF; box-shadow: rgb(190,190,190) 2px 2px 10px; padding: 8px 15px; line-height: 24px; font-size: 15px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; letter-spacing: 0.4px; margin: 4px 0px;}
.qusStyle{ font-weight: bold; margin-bottom: 5px;}
.ansStyle{ color: #666;}
.collapsDown{width: 18px; height: 18px; background-color: #629239; border: solid 1px #629239; float: right; border-radius: 2px;  background-image: -webkit-gradient(linear, left top, left bottom, from(#9dce62), to(#629239)); background: -moz-linear-gradient(top,  #9dce62,  #629239); color: #FFF; cursor: pointer; font-weight: bold; font-size: 14px; text-shadow: rgb(160,160,160) 0px 0px 4px; box-shadow: rgb(160,160,160) 0px 0px 6px; font-family: Verdana, Geneva, sans-serif; margin-top: 4px; text-decoration: none;}
.collapsDown:hover{background-image: -webkit-gradient(linear, left top, left bottom, from(#add978), to(#6c9a44)); background: -moz-linear-gradient(top,  #add978,  #6c9a44); }
.collapsArrow{-webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg); -ms-transform:rotate(90deg); transform:rotate(-90deg); margin-top: -6px;}
.upArrow{-webkit-transform:rotate(90deg); -moz-transform:rotate(-90deg); -ms-transform:rotate(90deg); transform:rotate(-90deg);}
#numberStyle li{ margin-left: 65px; margin-top: 5px; margin-bottom: 5px;}
/*.popupMessageBox{width: 210px; background-color: #FFF; border: solid 1px #ababab; margin-top: 40px; margin-left: 40px; font-size: 15px; padding: 10px 20px; line-height: 18px; box-shadow: rgb(190,190,190) 8px 8px 2px;}
.popupMessageClose{font-size: 20px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; float: right; margin-right: -14px; margin-top: -8px; color: #666; display: block;}
.popupMessageClose:hover{ color: #333;}
.popupArrow{width: 20px; height: 20px; border-left: solid 1px #ababab; border-bottom: solid 1px #ababab; position: absolute; background-color: #fff; -webkit-transform:rotate(45deg); -moz-transform:rotate(-90deg); -ms-transform:rotate(90deg); transform:rotate(-90deg); margin-left: -31px; margin-top: 8px;}
*/
.menuLink{color: #fff; display: inline-block; padding: 7px 14px; font-size: 14px; text-decoration: none;}
.menuLink:hover{background-color: #0089e1; color: #fff;}
.menuLinkActive{color: #fff; display: inline-block; padding: 7px 14px; font-size: 14px; text-decoration: none; background-color: #0089e1;}
.aboutUsBox{width: 170px; background-color: #FFF; position: absolute; margin-top: 6px; margin-left: -15px; border: solid 1px #ccc; z-index: 120; box-shadow: rgb(190,190,190) 2px 2px 10px; padding: 0px;}
#aboutusContent ul li{color: #333; text-decoration: none; list-style: none; display: block; padding: 6px 6px; border-bottom: dotted 1px #ccc; font-size: 12px;}
#aboutusContent ul li:hover {background-color: #efefef;}
.orangeArrow{float:left; margin-top: 2px;margin-right: 10px;}

.aboutUsContentBox{padding: 8px 15px; line-height: 24px; font-size: 15px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; letter-spacing: 0.4px; margin: 4px 0px;}
.aboutUscontentStyle{ color: #333; margin-bottom: 20px; display: block; clear: both;}
h6{font-size: 24px; color:#007bc1; padding: 0px 5px 5px 5px; font-family: Arial, Helvetica, sans-serif; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; margin-left: 10px;}
#bulletStyle li{margin-left: 20px; text-decoration: none; line-height: normal; margin-top: 10px; color: #333;}
.messageBox2{width: 320px; height: 410px; background-color:#CCCCCC; background-image:-webkit-gradient(linear, left top, left bottom, from( #efefef), to( #ccc)); background-image:-moz-linear-gradient( #efefef, #ccc); background-image:-o-linear-gradient( #efefef, #ccc); border: solid 1px #999; margin-left: 30px; padding: 10px 20px; text-align: left; box-shadow: rgb(120,120,120) 0px 0px 6px;}


.sendBtn{width: 100px; height: 26px; background-color:#CCCCCC; border: solid 1px #777; margin-top: 12px; font-family: Arial, Helvetica, sans-serif; text-align: center; line-height: 26px; background-image:-webkit-gradient(linear, left top, left bottom, from( #efefef), to( #ccc)); background-image:-moz-linear-gradient( #efefef, #ccc); background-image:-o-linear-gradient( #efefef, #ccc); border-radius: 4px; font-weight: bold; font-size: 11px; cursor: pointer;}
.sendBtn:hover{background-image:-webkit-gradient(linear, left top, left bottom, from( #ccc), to( #999)); background-image:-moz-linear-gradient( #ccc, #999); background-image:-o-linear-gradient( #ccc, #999);}
.testimonialBox{width: 270px; height: 140px; background-color: #e2e2e2; border-radius: 10px; display: inline-block; box-shadow: rgb(87,87,87) 2px 2px 6px; padding: 10px;}
.testimonialArrow{width: 27px; height: 36px; display: inline-block; vertical-align: top; margin-top: 40px; margin-left: -8px;}
.testimonialPhoto{width: 91px; height:104px; border: solid 6px #0099FF; border-radius: 8px; background-color:#efefef; display: inline-block; vertical-align: top;}
h1{ font-family: "Trebuchet MS", Tahoma, Verdana, Arial; color: #333; font-size: 20px; font-weight: normal;}
.testimonialStd{color: #007dc5; font-weight:bold;}
.testimonialText{font-size: 14px;}
.photoSize{width: 91px; height:104px;}
.paraContent{margin: 15px 0px; font-size: 13px; line-height: 22px;}
.teamPhoto{margin-right: 15px; margin-top: 9px; width: 90px;}

.bannerHeading{color: #007dc5; font-weight: normal; font-size: 28px;}
#priceListTable tr td {background-color: #fff; border: solid 1px #ddd; vertical-align: top; height: 35px; box-shadow: rgb(187,187,187) 0px 2px 10px;}
.priceListYear{height: 36px; background-color:#009edb; font-size: 16px; text-align: center; line-height: 36px; color: #FFFFFF; font-weight: bold; text-shadow: rgb(60,60,60) 0px 1px 4px;}
.priceListHeading{text-align:center; font-size: 20px; font-weight: bold; color: #333; margin-top: 5px;}
.priceListHeading2{text-align:center; font-size: 14px; font-weight: normal; color: #333; margin-bottom: 5px;}
.priceCut{font-size: 14px; text-align: center; text-decoration:line-through; color:#FF0000; font-weight: bold;}
.price{font-size: 20px; text-align: center; color:#333; font-weight: bold;}
.priceContent{ padding-left: 20px; font-size: 14px; line-height: 35px;}
.rightMark2{ text-align: center; margin-top: 5px;}
.wrongMark{ text-align: center; margin-top: 10px;}
.btnSelect{width: 110px; height: 36px; background-color:#ff6633; border-radius: 6px; font-size: 16px; font-weight: bold; line-height: 36px; text-align: center; display: inline-block; vertical-align:top; color:#FFFFFF; background-image:-webkit-gradient(linear, left top, left bottom, from( #3aa6c2), to( #2e7487)); background-image:-moz-linear-gradient( #3aa6c2, #2e7487); background-image:-o-linear-gradient( #3aa6c2, #2e7487); border: solid 1px #236171; text-shadow: rgb(60,60,60) 0px 1px 4px; cursor: pointer; margin: 5px 0px;}
.btnSelect:hover{background-image:-webkit-gradient(linear, left top, left bottom, from( #47afca), to( #2e7487)); background-image:-moz-linear-gradient( #47afca, #2e7487); background-image:-o-linear-gradient( #47afca, #2e7487);}
.buyNow{width: 140px; height: 40px; background-color:#ff6633; border-radius: 6px 0px 0px 6px; margin-top: 20px; font-size: 20px; line-height: 40px; text-align: center; display: inline-block; vertical-align:top; background-image:-webkit-gradient(linear, left top, left bottom, from( #f68220), to( #d57728)); background-image:-moz-linear-gradient( #fdb913, #d57728); background-image:-o-linear-gradient( #fdb913, #d57728); border: solid 1px #d57728; text-shadow: rgb(60,60,60) 0px 1px 4px; cursor: pointer;}
.buyNow:hover{background-image:-webkit-gradient(linear, left top, left bottom, from( #f18d39), to( #e68c40)); background-image:-moz-linear-gradient( #f18d39, #e68c40); background-image:-o-linear-gradient( #f18d39, #e68c40);}
.buyNowArrow{display:inline-block; width: 40px; height: 40px; background-color:#d74d1f; vertical-align: top; margin-top: 20px; border-radius: 0px 6px 6px 0px; margin-left: -5px; text-align: center; line-height: 36px; font-size: 32px; color: #FFFFFF; background-image:-webkit-gradient(linear, left top, left bottom, from( #cd6914), to( #b25609)); background-image:-moz-linear-gradient( #cd6914, #b25609); background-image:-o-linear-gradient( #cd6914, #b25609); border: solid 1px #d57728; text-shadow: rgb(60,60,60) 0px 1px 4px; cursor: pointer;}
.buyNowArrow:hover{ background-image:-webkit-gradient(linear, left top, left bottom, from( #d7731e), to( #ba5d0f)); background-image:-moz-linear-gradient( #d7731e, #ba5d0f); background-image:-o-linear-gradient( #d7731e, #ba5d0f);}
.bannerText{margin-left: 15px; color: #FFFFFF; font-size: 19px; color: #000; text-shadow: none; margin-top: 11px; background-color: #fff; padding: 3px 8px; border-radius: 6px; border: solid 1px #999; opacity: 0.6;}
.content2{ font-size: 14px; margin: 10px 0px; line-height: 22px;}
.getPriceList{color: #FFFFFF; text-decoration: none;}
.allCoursesContent{line-height: 20px; margin: 0px 0px 10px 0px;}
#numberStyle li{ margin-left: 65px; margin-top: 5px; margin-bottom: 5px;}

.infoRightLink{width: 375px; height: 57px; background-color: #f48700; border-radius: 5px; color: #FFFFFF; text-align: left; font-weight: bold; background-image: -webkit-gradient(linear, left top, left bottom, from(#84bd7a), to(#4c9249)); border: solid 1px #006600;   text-shadow: rgb(60,60,60) 0px 1px 4px; background: -moz-linear-gradient(top,  #84bd7a,  #4c9249); background: -o-linear-gradient(top,  #5e9bc4,  #396b9e); margin-top: 0px; margin-left: 10px; font-family: Arial, Helvetica, sans-serif; cursor:pointer; display: inline-block; text-decoration: none; padding-left: 10px;}
.infoRightLink:hover{background-image: -webkit-gradient(linear, left top, left bottom, from(#93c68a), to(#56964f)); color:#fff; text-decoration:none;  background: -moz-linear-gradient(top,  #93c68a,  #56964f);}

.FaqLink{background-color: #f08620; border-radius: 5px; color: #FFFFFF; text-align: left; font-weight: bold; background-image: -webkit-gradient(linear, left top, left bottom, from(#f08620), to(#b36b26)); border: solid 1px #b36b26;   text-shadow: rgb(60,60,60) 0px 1px 4px; background: -moz-linear-gradient(top,  #f08620,  #b36b26); margin-top: 0px; margin-left: 10px; font-family: Arial, Helvetica, sans-serif; cursor:pointer; display: inline-block; text-decoration: none; padding: 8px 20px;}
.FaqLink:hover{background-image: -webkit-gradient(linear, left top, left bottom, from(#f59c48), to(#c28348)); color:#fff; text-decoration:none;  background: -moz-linear-gradient(top,  #f59c48,  #c28348);}

.broucherLink{background-color: #137ab5; border-radius: 5px; color: #FFFFFF; text-align: left; font-weight: bold; background-image: -webkit-gradient(linear, left top, left bottom, from(#419fd5), to(#137ab5)); border: solid 1px #0d6496;   text-shadow: rgb(60,60,60) 0px 1px 4px; background: -moz-linear-gradient(top,  #419fd5,  #137ab5); margin-top: 0px; margin-left: 10px; font-family: Arial, Helvetica, sans-serif; cursor:pointer; display: inline-block; text-decoration: none; padding: 8px 20px;}
.broucherLink:hover{background-image: -webkit-gradient(linear, left top, left bottom, from(#5ab1e3), to(#288bc4)); color:#fff; text-decoration:none;  background: -moz-linear-gradient(top,  #5ab1e3,  #288bc4);}
.arrowBox3{background-color:#0d6496; width: 26px; height: 26px; padding: 6px 9px; border-radius: 40px;}

h7{ font-family: "Trebuchet MS", Tahoma, Verdana, Arial; color: #333; font-size: 20px; font-weight: normal;}
.blogsLink{display: block; color: #333; text-decoration: none; border-bottom: solid 1px #efefef; font-size: 12px; font-weight: normal;}
.blogsLink:hover{color: #F30;}

.content3{ font-size: 14px; margin: 10px 0px; line-height: 22px;}
.bulletText li{ font-size: 14px; margin: 10px 0px; line-height: 22px; margin-left: 20px;}

.Instruction{    background: #EFEFEF;    color: #777777;    text-align: left;}
.movieHeading{    border: solid 1px #DEDEDE;    background: #EFEFEF;    color: #222222;    text-align: left;}
.searchText2{	margin-top: 2px;	border: none;	color: #777;	font-size: 24px;	border:solid 2px #007dc5;}
#newimage{background-image: url(../images/preview.jpg);width: 676px; height: 440px;}
.soundplayer{margin-bottom: 5px;	height: auto;	width: auto;	background-color: #222222;}

.graphHeading{	border: solid 1px #DEDEDE;	background: #EFEFEF;	color: #222222;	font-size: 13px;	text-align: left;	padding: 4px;}
.toolBox{ height: 100px; padding: 6px;}
.toolBoxImage{width: 72px; height: 72px;}
.toolBoxText{ color: #333; font-size: 14px; font-weight: normal; line-height: 23px;text-decoration:none;}
#toolBoxBlock li{ list-style: none; padding: 5px; display: inline-block; margin:10px; cursor:pointer; border-radius: 0px; vertical-align: top; }
#toolBoxBlock li:hover .toolBoxText{ color: #0095da;}

.formHeading{font-size: 24px; color: #157cb7; margin: 20px 0px 0px 0px;}
.formBox{width: 700px; background: #fff; border: solid 1px #ccc; border-radius: 6px; margin-top: 10px; box-shadow: rgb(150,150,150) 2px 2px 8px; padding: 10px;}
.formText{font-size: 15px; font-weight: bold; text-align: right;}
#formTable tr td {padding: 10px;}
#formTable_Student tr td {padding: 7px;}

.SoundRecorderDialog{
	background-color: #f3f3f3;border: solid 1px #ccc;border-right: none;z-index: 999992;position: fixed;right: 300px;
	border-radius: 6px 6px 6px 6px;	box-shadow: rgb(150,150,150) -1px 0px 10px;
	margin-top: -500px;padding: 15px;font-size: 14px;width:620px;height:290px;}
table.gridtable{font-family:verdana,arial,sans-serif;font-size:12px;color:#333333;border-width:1px;border-color:#666666;border-collapse:collapse;}
table.gridtable th{border-width:1px;padding:8px;border-style:solid;border-color:#666666;background-color:#157CB7;color:White}
table.gridtable td{border-width:1px;padding:8px;border-style:solid;border-color:#666666;background-color:#ffffff;}

.DashboardText{color: #d4efff;font-size: 12px;display: inline-block;line-height: 34px;text-decoration: none;}
.DashboardText:hover{color: #00CCFF;}

.blackBackground{background-image:url(../images/blackBg.jpg); width: 100%; height: 100%; display: none; z-index: 1; position: fixed; top: 0px; left: 0px; opacity: 0.7; }
.closeBtn{right: -12px; top: -12px; height: 26px; width: 26px; background-color: #333; display:inline-block; position: absolute; border-radius: 80px; border: solid 6px #333; text-align: center; line-height: 26px; font-size: 24px; font-weight: bold; color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; text-decoration: none;}
.closeBtn:hover{background-color: #555;}
.boxStyle{height: 350px; background-color: #333; width: 500px; border: none; display: none; position: fixed; z-index:2; top: 50%; left: 50%;
margin-top: -261px; margin-left: -477px;}

/*Speaking Skills Css*/
.levelCircleLink{text-decoration: none; display: inline-block; width: 180px; height: 150px; color: black;}
.levelCircleLink:hover{text-decoration: none; color: #1fa1f1;}
.levelCircleLink:hover .levelCircle{background-color: #1fa1f1;}
.levelCircle{border: solid 1px #1789ce; display: inline-block; border-radius: 100px; padding: 14px; background-color: #1a98e5;}
.levelHeading{margin-top: 5px; font-size: 15px;}
.levelHeading2{font-size: 14px; color: #888; font-style: Calibri;}
.levelExamLink{text-decoration: none; display: inline-block; width: 180px; height: 150px; color: black;}
.levelExamLink:hover{text-decoration: none; color: #f26c68;}
.levelExamLink:hover .examCircle{background-color: #f26c68;}
.examCircleHeading{margin-top: 5px; font-size: 15px;}
.examCircle{border: solid 1px #f26c68; display: inline-block; border-radius: 100px; padding: 16px; background-color: #ed6c68;}
