* {
	margin: 0;
	padding: 0;
}

body{
	/*background: url(images/background_flower.gif) repeat top left;*/
	background-color: #FFF;
}


h1, h2, h3 {
	color: #8C53A6;
}

h1{
	background: url(./images/button.png) no-repeat;
	background-position:left;
	padding-left: 35px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size:13pt;
	color: 784952;
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
	margin-bottom: 10px;
	line-height: 2em;
}


ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

button{
	cursor: pointer;
}

textarea{
	width: 100%;
}

.k-editor{
	height: 350px;
}

.k-window{
	top: 10%;
	left: 35%;
}

/* Button */
.buttonBlue{
	
   font-size:11px;
   font-family:Tahoma,sans-serif;
   text-align:left;
   color:#FFFFFF;
   width:50px;
   background-color:#2878C0;
   border-top-style:solid;
   border-top-color:#2878C0;
   border-top-width:1px;
   border-bottom-style:solid;
   border-bottom-color:#2878C0;
   border-bottom-width:1px;
   border-left-style:solid;
   border-left-color:#1858B8;
   border-left-width:6px;
   border-right-style:solid;
   border-right-color:#508CC0;
   border-right-width:6px;
   margin: 2px;
   cursor: pointer;
}

/* Background Decoration*/
#backgroundContainer{
	width: 100%;
	min-height: 750px;
	padding:0px 0px;
	margin: 0 auto;
	
}

/* Header :    */
/* header.html */

#header {
	position: relative;
	background: url("") no-repeat top center;
	background-size: cover;
	width: 100%;
	height: 75px;
	padding-top: 0px;
	_text-align:right;
	_padding-right: 50px;
}

/* Logo */
#logo {
	width: 950px;
	height: 140px;
	margin-top: 5px;
	margin-left: 2px;
	text-align:left;
}


#login {
	/*background: url(images/bannerBG.png) no-repeat left top;*/
	float: right;
	color: #333;
	margin-right: 80px;
	margin-top: 10px;
	width: 900px;
	padding: 3px;
	text-align:right;
}

#login a{
	color: #333;
}

#uploadTag{
	float: right;
	
}

/* Main Page */
/* index.html */
#TopPage{
	width: 100%;
	margin: 0 auto;

}

/* Content */
#ContentPage {
/*	width: 950px;
	margin: 0 auto;
	padding: 10px 0px;*/
}

#ContentPage2 {
	width: 90%;
	margin: 0 auto;
	padding: 10px 60px;
	_margin:0;
}


/* ���u��C */
#leftBar{
	float: left;
	width: 150px;
	min-height: 650px;
	margin: 0 0 0 3px;
}

/* �k�u��C */
#rightBar{
	float: right;
	width: 100px;
	margin: 0 auto;
}


/*Home Page:*/
/* homepage.html */
#homePageNews h1{
	background: url(./images/leftBar_news.png) no-repeat;
	background-position:left top;
	padding-left: 50px;
	padding-top: 9px;
	padding-bottom: 15px;
	font-size:13pt;
	color: 784952;
}

#homePageNews{
	margin-bottom: 40px;
}

/*#homePageCourse h1{
	background: url(./images/leftBar_news.png) no-repeat;
	background-position:left top;
	padding-left: 50px;
	padding-top: 9px;
	padding-bottom: 15px;
	font-size:13pt;
	color: 784952;
}*/

.changePageLength{
	width: 60px;
	height: 29px;
}




/*Pages' set CSS*/

/* content : the settings to every component of the page(ex. a, img, li, ul) */
#content {
}

#content ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#content li {
	margin-bottom: 1px;
}

#content li ul {
	margin: 0px;
	padding: 0px 0px 20px 0px;
}

#content li li {
	margin: 0;
	padding: 7px 0px;
	border: none;
	background: url(images/img10.jpg) repeat-x left bottom;
	font-family: Tahoma, Geneva, sans-serif;
}

#content li li div{
	background: url(images/img11.jpg) no-repeat left  20%;
	padding-left: 20px;
}

#content li li a {
	/*background: url(images/img11.jpg) no-repeat left 3px;*/
	/*padding-left: 20px;*/
}

#content li li label {
	background: url(images/img11.jpg) no-repeat left 3px;
	padding-left: 20px;
}

#content h2 {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	/*text-transform: lowercase;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 180%;
	font-weight: normal;
	color: #454E55;
}
#content a {
	border: none;
	text-decoration: none;
	color: #757E82;
}

#content a:hover {
	text-decoration: underline;
	color: #363636;
}

/*course.html : ��m�ҵ{��T�ϥ�*/


#type {	
	/*IE6's style writes in course.html, or it might not work! :( */
	float:right;
	text-align:right;
	vertical-align:bottom;
	width: 350px;
	
}



#textContent{
	width: 100%;
}



/* Content Page : width-785px */
.post_content_top {
	/* background: url(images/contentBox_middle_600.jpg) repeat-y center top;*/
}

.post_content_top .title {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	color: #232F01;
}

.post_content_top .byline {
	font-size: 12px;
	font-style: italic;
}

.post_content_top-bgtop {
	/*background: url(images/contentBox_top_600.jpg) no-repeat center top;*/
}

.post_content_top-bgbtm {
	/*background: url(images/contentBox_bottom_600.jpg) no-repeat center bottom;*/
	
	min-height:180px;
}


/* Content Page : width-900px */
.post_content_top2 {
	/*background: url(images/contentBox_middle_900.jpg) repeat-y center top;*/
	clear: both;
}

.post_content_top2-bgtop {
	/*background: url(images/contentBox_top_900.jpg) no-repeat center top;*/
}

.post_content_top2-bgbtm {
	/*background: url(images/contentBox_bottom_900.jpg) no-repeat center bottom;*/
	padding: 10px 0px 10px 0px;

}

/* Content Page : width-490px */
.post_content_top3 {
	/*background: url(images/contentBox_middle_490.jpg) repeat-y left top;*/
	margin:0px;
}

.post_content_top3-bgtop {
	/*background: url(images/contentBox_top_490.jpg) no-repeat left top;*/
	margin:0px;
}

.post_content_top3-bgbtm {
	/*background: url(images/contentBox_bottom_490.jpg) no-repeat left bottom;*/
	padding: 25px 40px 25px 5px;
	margin:0px;
	

}




/* Content Page : width-600px */
.post_content_top4 {
	/* background: url(images/contentBox_middle_600.jpg) repeat-y center top;*/
	
}

.chapterWrapper .chapterVideoTable .singleItem a{
	position: relative;
    top: -10px;
}

.chapterWrapper .title {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	color: #232F01;
	font-size: 18px;
}
.chapterWrapper .chapterTitle{
	font-size: 26px;
	color: #721f6e;
	margin-bottom: 25px;
}

.chapterWrapper .entry{
	padding: 30px 0px;
	font-size: 13px;
	margin-bottom: 15px; 
}

.chapterWrapper .byline {
	font-size: 12px;
	font-style: italic;
}

.chapterSideBar h2{
	padding: 0px 0px 15px 0px;
	color: #232F01;
	font-size: 18px;
}
.chapterSideBar ul{
	margin-bottom: 35px;
}

.post_content_top4-bgtop {
	/*background: url(images/contentBox_top_600.jpg) no-repeat center top;*/
	
}

.post_content_top4-bgbtm {
	/*background: url(images/contentBox_bottom_600.jpg) no-repeat center bottom;*/
	padding: 25px 40px 40px 5px;
	min-height:200px;
}

.post_content_top4-bgbtm  .entry{
	padding-bottom:  30px;
}

.post_content_top4-bgbtm  .entry p{
	line-height: normal;
}


.post_content_top4-bgbtm img{
	cursor: pointer;
}

.content-left{
	float:left;
	width: 65%;

}

.content-left2{
	_clear: left;
	float:left;
	width: 65%;
	
}

.titleNews{
	background: url(./images/leftBar_news.png) no-repeat;
	background-position:left top;
	padding-left: 50px;
	padding-top: 9px;
	padding-bottom: 15px;
	font-size:13pt;
	color: #8C53A6;
}

.titleLines{
	background: none;
    padding-left: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-left: 2px solid #666;
    font-size: 13pt;
    color: #666;
    margin-left: 30px;
    margin-bottom: 10px;
}

.titleAbout{
	background: url(./images/leftBar_about.png) no-repeat;
	background-position:left top;
	padding-left: 50px;
	padding-top: 9px;
	padding-bottom: 15px;
	font-size:13pt;
	color: #8C53A6;
}

.titleCourse{
	background: url(./images/leftBar_opencourse.png) no-repeat;
	background-position:left top;
	padding-left: 50px;
	padding-top: 9px;
	padding-bottom: 15px;
	font-size:13pt;
	color: #8C53A6;
}

.titleMail{
	background: url(./images/leftBar_mail.png) no-repeat;
	background-position:left top;
	padding-left: 50px;
	padding-top: 9px;
	padding-bottom: 15px;
	font-size:13pt;
	color: #8C53A6;
}

.titleLink{
	background: url(./images/leftBar_link.png) no-repeat;
	background-position:left top;
	padding-left: 50px;
	padding-top: 9px;
	padding-bottom: 15px;
	font-size:13pt;
	color: #8C53A6;
}

.titleSearch{
	background: url(./images/leftBar_search.png) no-repeat;
	background-position:left top;
	padding-left: 50px;
	padding-top: 9px;
	padding-bottom: 15px;
	font-size:13pt;
	color: #8C53A6;
}

.titleFaq{
	background: url(./images/leftBar_faq.png) no-repeat;
	background-position:left top;
	padding-left: 50px;
	padding-top: 9px;
	padding-bottom: 15px;
	font-size:13pt;
	color: #8C53A6;
}

.titleDonate{
	background: url(./images/leftBar_donate.png) no-repeat;
	background-position:left top;
	padding-left: 50px;
	padding-top: 9px;
	padding-bottom: 15px;
	font-size:13pt;
	color: #8C53A6;
}

.titleElearning{
	background: url(./images/leftBar_elearning.png) no-repeat;
	background-position:left top;
	padding-left: 50px;
	padding-top: 9px;
	padding-bottom: 15px;
	font-size:13pt;
	color: #8C53A6;
}

.titleDisscuss{
	background: url(./images/leftBar_discuss.png) no-repeat;
	background-position:left top;
	padding-left: 50px;
	padding-top: 9px;
	padding-bottom: 15px;
	font-size:13pt;
	color: #8C53A6;
}

.titleLeftSearch{
	margin-top: 1px;
	background: #FFF;
	padding-bottom: 5px;
	font-size:12pt;
	font-weight: normal;
	color: #3f1154;
}

.titleClass{
	background: url(./images/leftBar_class.png) no-repeat;
	background-position:left;
	padding-left: 50px;
	padding-top: 9px;
	padding-bottom: 15px;
	font-size:13pt;
	color: #8C53A6;
}

.titleContent{
	background: url(./images/leftBar_content.png) no-repeat;
	background-position:left;
	padding-left: 50px;
	padding-top: 9px;
	padding-bottom: 15px;
	font-size:13pt;
	color: #8C53A6;
}
.navBar{
	margin-bottom: 10px;
	
}

.navBar>li{
	display: inline-block;
	position: relative;
	border: 1px solid #FFF;
	margin-left: 10px;
}

.navBar>li:first-child{
	
	margin-left: 0px;
}

.navBar>li>a{
	text-decoration: none;
	font-size: 12pt;
	color: #333;
	display: inline-block;
	width: 100%;
	padding: 5px 16px 5px 10px;
}

.navBar>li:last-child>a{
	padding: 5px 22px 5px 10px;
}


.navBar>li:hover{
	background: -webkit-gradient(linear, left top, left bottom, from( #D278FF /*{c-bhover-background-start}*/), to( #6E00A5 /*{c-bhover-background-end}*/)); /* Saf4+, Chrome */
	background: -webkit-linear-gradient( #D278FF /*{c-bhover-background-start}*/, #7C2881 /*{c-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background:    -moz-linear-gradient( #D278FF /*{c-bhover-background-start}*/, #7C2881 /*{c-bhover-background-end}*/); /* FF3.6 */
	background:     -ms-linear-gradient( #D278FF /*{c-bhover-background-start}*/, #7C2881 /*{c-bhover-background-end}*/); /* IE10 */
	background:      -o-linear-gradient( #D278FF /*{c-bhover-background-start}*/, #7C2881 /*{c-bhover-background-end}*/); /* Opera 11.10+ */
	background:         linear-gradient( #D278FF /*{c-bhover-background-start}*/, #7C2881 
	/*{c-bhover-background-end}*/);

	border: 1px solid #9600E1;
}

.navBar>li:hover>a{
	color: #FFF;
	display: inline-block;
	width: 100%;
}



.navBar>li .submenu{
	display: none;
	position: absolute;
	top: 40px;
	left: -1px; 
	z-index: 1000;
	border: 1px solid #EFEFEF;
}

.navBar>li .submenu>li{
	display: block;
	width: 138px;
	background: #FFF;
	padding-left: 0px;
	text-align: center;

}

.navBar>li .submenu>li:hover{
	background: -webkit-gradient(linear, left top, left bottom, from( #D278FF /*{c-bhover-background-start}*/), to( #6E00A5 /*{c-bhover-background-end}*/)); /* Saf4+, Chrome */
	background: -webkit-linear-gradient( #D278FF /*{c-bhover-background-start}*/, #7C2881 /*{c-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background:    -moz-linear-gradient( #D278FF /*{c-bhover-background-start}*/, #7C2881 /*{c-bhover-background-end}*/); /* FF3.6 */
	background:     -ms-linear-gradient( #D278FF /*{c-bhover-background-start}*/, #7C2881 /*{c-bhover-background-end}*/); /* IE10 */
	background:      -o-linear-gradient( #D278FF /*{c-bhover-background-start}*/, #7C2881 /*{c-bhover-background-end}*/); /* Opera 11.10+ */
	background:         linear-gradient( #D278FF /*{c-bhover-background-start}*/, #7C2881 
	/*{c-bhover-background-end}*/);

	border: 1px solid #EFEFEF;
	
}

.navBar>li .submenu>li:hover>a{
	color: #FFF;
	
}
.navBar>li .submenu>li>a{
	text-decoration: none;
	font-size: 12pt;
	color: #333;
	display:block;
	padding: 5px 10px;
}

.navBar>li:hover .submenu{
	display: block;
}

/* Sidebar - course.html */
#sidebar_course {

	/*background: url(images/sidebar_course_middle.jpg) repeat-y left top;*/
	font-size: 12px;
	
}

#sidebar_course-bgtop {
	/*background: url(images/sidebar_course_top.jpg) no-repeat left top;*/
}

#sidebar_course-bgbtm {
	/*background: url(images/sidebar_course_bottom.jpg) no-repeat left bottom;*/
	padding: 25px 40px 25px 40px;
}










#sidebar_course h2 {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	/*text-transform: lowercase;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 180%;
	font-weight: normal;
	color: #454E55;
}

#sidebar_course h3 {
	font-size: 77%;
	color: #454E55;
}

#sidebar_course p {
	margin: 0;
	line-height: normal;
	color: #630;
}

#sidebar_course a {
	border: none;
	text-decoration: none;
	color: #757E82;
	font-size: 12pt;
}

#sidebar_course a:hover {
	text-decoration: underline;
	color: #363636;
}

/* Sidebar - chapter.html */
#sidebar {
	float: right;
	width: 35%;
	/*background: url(images/img08.jpg) repeat-y left top;*/
	font-size: 13px;
}

#sidebar-bgtop {
	/*background: url(images/img07.jpg) no-repeat left top;*/
}

#sidebar-bgbtm {
	/*background: url(images/img09.jpg) no-repeat left bottom;*/
	padding: 25px 30px 25px 30px;
}



.sidebar_search {
	width: 160px;
	background: url(images/leftBar_middle.jpg) repeat-y left top;
}

.sidebar_search-bgtop {
	background: url(images/leftBar_head.jpg) no-repeat left top;
}

.sidebar_search-bgbtm {
	background: url(images/leftBar_bottom.jpg) no-repeat left bottom;
	padding: 15px;
	margin-bottom: 10px;
}

#SearchToggleBtn{
	position: absolute;
	right: 33px;
	top: 0px;
	background-color: #FFF;
	color: #333;
	padding: 5px;
	font-size: 16pt;
	cursor: pointer;
	border-right: 0px;
}

#SearchEngine {
	background-color: #FFF;
	padding: 10px;
	width:250px;
	*width:250px;
	height: 360px;
	margin-bottom:7px;
	position: absolute;
	right: 68px;
	top: 0px;
	border: 1px solid #EEE;
	z-index: 100;
	display: none;
}

#SearchEngine .searchBorder{
	background-color: #FFF;
}



#SearchEngine iframe {
	width:100%;
	margin: 0 auto;
	margin-bottom:7px;
	min-height: 300px;
}
#search ul, #search2 ul{
	margin: 10px 0px 0px 0px;
	padding-left: 15px;
}
#search ul li, #search2 ul li{
	list-style: disc;
	font-size: 12pt;
}
.chapterSideBar #search ul li{
	list-style: none;
}
.chapterSideBar #search ul{
	margin-bottom: 35px;
	padding-left: 0px;
}

#linkBox{
	clear: both;
	margin: 20px auto;
	
	width:900px;
}

#linkBox .singleLink{
	display: inline-block;
	position: relative;
	width:170px;
	margin-right: 0px;
	margin-left: 5px;
	margin-bottom: 10px;
	cursor: pointer;

}



#linkBox .singleLink .thumbBlock{
	display: inline-block;
	width:90px;
	height: 90px;
	overflow: hidden;
	border-radius: 65px;
	
}

#linkBox .singleLink :first-child{
	margin-left: 0px;
}


#linkBox .singleLink .thumbBlock>img{
	width:90px;
	height: 90px;
}

#linkBox .singleLink:hover .thumbBlock>img{
	width:100px;
	height: 100px;
}

#linkBox .singleLink .meta{
	position: absolute;
	right: 0px;
	top: 35px;
	color: #333;
	font-size: 10pt;
	width:75px;

}

.homepageLink {
	clear: both;
	margin: 30px 0px;
	width:950px;
}

.homepageLink .singleLink{
	display: inline-block;
	position: relative;
	width:95px;
	margin-right: 0px;
	margin-bottom: 10px;
	cursor: pointer;
	text-align: center;
	padding: 30px;
	margin-right: 20px;
	border: 1px solid #CCC;
	border-radius: 10px;
}

.homepageLink .singleLink:first-child{
	margin-left: 30px;
}


.homepageLink .singleLink:last-child{
	margin-right: 0px;
}

.homepageLink .singleLink .linkImage{
	font-size: 28pt;
	margin-bottom: 25px;
	color: #6F93DF;
}

.homepageLink .singleLink .linkMeta{
	font-size: 12pt;
	color: #333;
}

.homepageLink .singleLink:hover .linkImage{
	transform:scale(1.5, 1.5);
	-webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 1px;
}

#sidebar li ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#sidebar li li {
	margin: 0;
	padding: 7px 0px;
	border: none;
	background: url(images/img10.jpg) repeat-x left bottom;
	font-family: Tahoma, Geneva, sans-serif;
	word-wrap:break-word;
	font-size: 14px;
}

#sidebar li li a {
	background: url(images/img11.jpg) no-repeat left 20%;
	padding-left: 20px;
	
}

#sidebar li li label {
	background: url(images/img11.jpg) no-repeat left 20%;
	padding-left: 20px;
}

#sidebar h2 {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	/*text-transform: lowercase;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 180%;
	font-weight: normal;
	color: #454E55;
}

#sidebar h3 {
	font-size: 77%;
	color: #454E55;
}

#sidebar p {
	margin: 0;
	line-height: normal;
	color: #630;
}

#sidebar a {
	border: none;
	text-decoration: none;
	color: #757E82;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #363636;
}

#contactDiv {
	margin: 0 auto;
	/*background: url(images/hands2.png) no-repeat right top;*/
	
}

#contactDiv input, select{
	/*background: url(images/hands.png) no-repeat right top;*/
		
}

#sitemap{
	float: right;
	height: 12px;
	*height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.sitemap{
	margin-left: 40px;
	font-size: 10pt;
	font-weight: bold;
	width: 45%;
	color: #999;
}

.sitemap td{
	margin: 0 auto;
	height: 35px;
}

.sitemap a{
	font-size: 10pt;
	font-weight: bold;
	color: #777;
 
}


table.tablesorter {
	font-family:arial;
	background-color: #FFFFFF;
	margin:5px 0pt 5px;
	font-size: 10pt;
	width: 100%;
	text-align: center;
	border-collpase:collpase; 
}

table.tablesorter thead tr{
	/*background: url(images/tableTHbg.png) repeat-x left top;*/
	width: 707px;
	height: 38px;
	text-align: center;
	
}

table.tablesorter thead tr th{
	/*background: url(images/tableTHbg.png) repeat-x left top;*/
	background-color: #EFEFEF;
	border: 1px solid #CCC;
	
}

border: #DDD 1px solid;


 table.tablesorter tfoot tr th {
	background-color: #FFFFFF;

	font-size: 10pt;
	padding: 10px 15px 10px 5px;
}

table.tablesorter thead tr .header {
	*background-color: #EEE;
	*border: #DDD 1px solid;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	
	cursor: pointer;
}

table.tablesorter tbody tr{
	
}

table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	border-bottom: 1px dotted #DDDDDD;
	background-color: #FFF;
	vertical-align: top;
	text-align: center;
}
table.tablesorter tbody tr.odd td {
	/*background-color:#FFF;*/
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(images/asc.gif);
	*background-color: #EEE; 

}
table.tablesorter thead tr .headerSortDown {
	background-image: url(images/desc.gif);
	*background-color: #EEE; 

}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	
}

/*administrator CSS*/
table.tablesorter2 {
	font-family:arial;
	background-color: #FFFFFF;
	margin:5px 0pt 5px;
	font-size: 10pt;
	width: 100%;
	text-align: center;
	border-collpase:collpase; 
}

table.tablesorter2 thead tr{
	background: url(images/tableTHbg_830.png) no-repeat left top;
	height: 38px;
	text-align: center;
	background-position: center left;
	background-size: cover;
}

 table.tablesorter2 tfoot tr th {
	background-color: #FFFFFF;
	font-size: 10pt;
	padding: 10px 15px 10px 5px;
}
table.tablesorter2 thead tr .header {
	*background-color: #EEE; 
	*border: #DDD 1px solid;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter2 tbody tr{
	
}

table.tablesorter2 tbody td {
	color: #3D3D3D;
	padding: 4px;
	border-bottom: 1px dotted #DDDDDD;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter2 tbody tr.odd td {
	background-color:#DDD;
}
table.tablesorter2 thead tr .headerSortUp {
	background-image: url(images/asc.gif);
	*background-color: #EEE; 
}
table.tablesorter2 thead tr .headerSortDown {
	background-image: url(images/desc.gif);
	*background-color: #EEE; 
}
table.tablesorter2 thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	
}




/*Table CSS*/
.courseList{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin: 15px;
	width: 700px;
	border-collapse: collapse;
	text-align: left;
}

.courseList th
{
	font-size: 14px;
	font-weight: bold;
	color: #639;
	padding: 10px 8px;
	border-bottom: 2px solid #96C;
}

.courseList td
{
	border-bottom: 1px solid #ccc;
	color: #C2879C;
	padding: 6px 8px;
}
.courseList tbody tr:hover td
{
	color: #724794;
	

}
.courseList a
{
	color: #66C;
}

.newsList{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin: 15px;
	width: 400px;
	border-collapse: collapse;
	text-align: left;
}

.newsList th
{
	font-size: 14px;
	font-weight: bold;
	color: #639;
	padding: 10px 8px;
	border-bottom: 2px solid #96C;
}

.newsList td
{
	border-bottom: 1px solid #ccc;
	color: #C2879C;
	padding: 6px 8px;
}
.newsList tbody tr:hover td
{
	color: #724794;
	

}
.newsList a
{
	color: #66C;
}

.purpleLeftTable
{
	border:0px;
	width: 550px;
	padding-left: 50px;
	background: url(images/hands2.png) no-repeat 97% 0%;
	margin: 0 auto;
}

.purpleLeftTable th
{
	color:#666;
	text-align: right;
	font-weight: bold;
	border: 1px #B79BE3;

}

.purpleLeftTable td
{
	padding: 5px;
}

.newsContentTable
{
	border:0px;
	width: 450px;
	margin: 0 auto;
}

.newsContentTable th
{
	background: #ceb4d5;
	color:#666;
	font-weight: bold;
	border: 1px #B79BE3;

}

.newsContentTable td
{
	padding: 5px;
}


/* Content_course */

#content_course {
	float: left;
	width: 490px;
}


#content_course ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#content_course li {
	margin-bottom: 1px;
}

#content_course li ul {
	margin: 0px;
	padding: 0px 0px 20px 0px;
}

#content_course li li {
	margin: 0;
	padding: 7px 0px;
	border: none;
	background: url(images/img10.jpg) repeat-x left bottom;
	font-family: Tahoma, Geneva, sans-serif;
}

#content_course li li a {
	background: url(images/img11.jpg) no-repeat left 3px;
	padding-left: 20px;
}

#content_course li li label {
	background: url(images/img11.jpg) no-repeat left 3px;
	padding-left: 20px;
}

#content_course h2 {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 180%;
	font-weight: normal;
	color: #454E55;
}
#content_course a {
	border: none;
	text-decoration: none;
	color: #757E82;
}

#content_course a:hover {
	text-decoration: underline;
	color: #363636;
}

#process_window{
	display: none; 
	width: 400px; 
	height: 140px; 
	padding-top: 10%; 
	text-align: center;
}

#process_window .progress-striped{
	width: 80%; 
	margin: 0 auto;
	background-color: #000;
}

#hotCourse{
	position: relative;
	width: 920px;
	height: 370px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 0px;
}

#hotCourse .hotContainer{
	position: absolute;
	right: 0px;
	width: 360px;
	height: 360px;
}

#hotCourse .hotCourseSingle{
	float: left;
	width: 180px;
	height: 90px;
	margin-bottom: 0px;
	cursor: pointer;
	clear: right;
	z-index: 0;
}

#hotCourse .hotCourseSingle .imageBlock{
	display: none;

}

#hotCourse .hotCourseSingle .thumbBlock{
	width: 180px;
	height: 90px;
	overflow: hidden;
}

#hotCourse .hotCourseSingle img{
	position:relative;
	max-width: 180px;
	min-height: 90px;
}

#hotCourse .hotCourseSingle .information{
	width: 170px;
	height: 30px;
	background-color: rgba(0, 0, 0, 0.6);
	position: relative;
	top: -40px;
	overflow: hidden;
	padding: 5px;
	color: #FFF;

}

#hotCourse .hotCourseSingle .information h4{
	display: none;
	
}

#hotCourse .hotCourseSingle .information a{
	color: #FFF;
	font-size: 9pt;
	font-weight: normal;
	
}

#hotCourse .hotCourseSingle .information .description{
	display: none;
}

#hotCourse .nowSelected{
	position: absolute;
	left: 0px;
	width: 560px;
	height: 360px;
	cursor: pointer;
}




#hotCourse .nowSelected .imageBlock img{
	position:relative;
	width: 560px;
	height: 360px;
}

#hotCourse .nowSelected .thumbBlock{
	display: none;
}


#hotCourse .nowSelected .information{
	width: 550px;
	height: 100px;
	background-color: rgba(0, 0, 0, 0.6);
	position: relative;
	top: -122px;
	overflow: hidden;
	padding: 10px;
	color: #FFF;

}

#hotCourse .nowSelected .information a{
	color: #FFF;
	font-size: 14pt;
	
}

#hotCourse .nowSelected .information h4{
	color: #999;
	margin-bottom: 5px;
}

#hotCourse .nowSelected .information h5{
	color: #FFF;
	font-size: 12pt;
}

#hotCourse .nowSelected .information p{
	margin: 5px 0px 5px 0px;
	line-height: 20px;
}


.post_course {
	background: url(images/img05_course.jpg) repeat-y left top;
}

.post_course-bgtop {
	background: url(images/img04_course.jpg) no-repeat left top;
}

.post_course-bgbtm {
	background: url(images/img06_course.jpg) no-repeat left bottom;
	padding: 25px 40px 25px 40px;
}

.post_course .title {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	color: #232F01;
}

.post_course .title a {
	letter-spacing: -1px;
	text-decoration: none;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 32px;
	color: #3A3D40;
}

.post_course .entry {
	font-size:12px;
	padding: 0px 10px 05px 10px;
}

.post_course .entry p {
	padding: 0px 10px 05px 10px;
}


.post_course .entry .title {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	color: #333;
	font-weight: bold;
}

.post_course img {
	float: none;
	padding: 15px 0px;
}

.post_course .meta {
}

.post_course .more {
	display: block;
	width: 115px;
	height: 32px;
	padding: 8px 0px 0px 0px;
	background: url(images/img12.jpg) no-repeat left top;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

.post_course .byline {
	font-size: 12px;
	font-style: italic;
}

.courseMainWrapper .entry{
	font-size: 14pt;
}













/* Submenu */

#submenu {
}

/* News */

#news {
}

#news a {
	font-size: 85%;
}

/* Footer */

/*---------------------------------------------------- */
/*Footer area*/
/*----------------------------------------------------*/
.footer_section {
  padding: 115px 0px 100px;
  background-image: url(../img/map2.png);
}
.footer_section .background_overlay {
  background-color: rgba(51, 51, 51, 0.05);
}
.footer_section .footer_widget {
  padding-left: 40px;
}
.footer_section .widget_footer_text {
  color: #cdcdcd;
  max-width: 310px;
  line-height: 1.75;
}
.footer_section .widget_title {
  margin-bottom: 25px;
}
.footer_section .footer_app_btn {
  margin-top: 25px;
}
.footer_section .footer_app_btn a {
  display: inline-block;
  padding: 20px 40px;
  color: #ffffff;
  border: 2px solid #494949;
  background-color: #343434;
}
.footer_section .practice_list {
  margin-right: -60px;
}
.footer_section .practice_list li {
  width: 100%;
  float: left;
  color: #cdcdcd;
  margin-bottom: 15px;
  position: relative;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.footer_section .practice_list li:before {
  left: 0;
  top: 10px;
  content: "";
  width: 0px;
  position: absolute;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  border: 1px dashed #c6ac82;
}
.footer_section .practice_list li:hover {
  padding-left: 20px;
}
.footer_section .practice_list li:hover:before {
  width: 15px;
}
.footer_section .latest-blog-widget .blog-img-content {
  margin-bottom: 20px;
}
.footer_section .latest-blog-widget .blog-img {
  width: 70px;
  float: left;
  height: 56px;
  margin-right: 20px;
}
.footer_section .latest-blog-widget .blog-text .blog-meta {
  font-size: 0.9rem;
  color: #c5c5c5;
  line-height: 1;
}
.footer_section .latest-blog-widget .blog-text h4 {
  font-size: 0.9rem;
  color: #fff;
  line-height: 1.43;
  overflow: hidden;
}

.footer_copyright {
  padding: 28px 0px;
  background-color: #222222;
  border-bottom: 5px solid #c6ac82;
}
.footer_copyright .footer_social {
  margin-top: 5px;
}
.footer_copyright .footer_social li {
  color: #fff;
  width: 60px;
  height: 60px;
  margin-right: 8px;
  line-height: 60px;
  text-align: center;
  border: 2px solid #393939;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.footer_copyright .footer_social li:hover {
  color: #fff;
  background-color: #c6ac82;
  border: 2px solid #c6ac82;
}
.footer_copyright .copyright_text {
  color: #fff;
  margin-top: 30px;
  padding-right: 10px;
}
.footer_copyright .copyright_text a {
  font-weight: 700;
  color: #fff;
}

.footer_section_2 {
  overflow: visible;
  margin-top: 200px;
  padding-top: 165px;
  overflow-x: initial;
}
.footer_section_2 .background_overlay {
  background-color: #343434;
}
.footer_section_2 .background_waterprint {
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
}
.footer_section_2 .background_waterprint h2 {
  font-size: 300px;
  color: rgba(255, 255, 255, 0.02);
}
.footer_section_2:before {
  top: -85px;
  position: absolute;
  left: 0;
  content: "";
  width: 103%;
  z-index: -1;
  height: 300px;
  -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
  background-color: #343434;
}

.footer_section_3,
.footer_section_4 {
  background-image: url(../img/map.png);
}
.footer_section_3 .background_overlay,
.footer_section_4 .background_overlay {
  background-color: rgba(255, 255, 255, 0.05);
}
.footer_section_3 .widget_title,
.footer_section_3 .widget_footer_text,
.footer_section_3 .practice_list li,
.footer_section_3 .latest-blog-widget .blog-text h4,
.footer_section_3 .latest-blog-widget .blog-text .blog-meta,
.footer_section_4 .widget_title,
.footer_section_4 .widget_footer_text,
.footer_section_4 .practice_list li,
.footer_section_4 .latest-blog-widget .blog-text h4,
.footer_section_4 .latest-blog-widget .blog-text .blog-meta {
  color: #343434;
}
.footer_section_3 .latest-blog-widget .blog-text .blog-meta i,
.footer_section_4 .latest-blog-widget .blog-text .blog-meta i {
  color: #c6ac82;
}
.footer_section_3 .practice_list li:hover,
.footer_section_4 .practice_list li:hover {
  color: #c6ac82;
}
.footer_section_3 .practice_list li:hover a,
.footer_section_4 .practice_list li:hover a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.copyright_text p {
    margin-bottom: 0px;
    line-height: 24px;
}

.copyright_3 {
  background-color: #f5f5f5;
}
.copyright_3 .footer_social li {
  background-color: #fff;
  border-color: #fff;
  color: #343434;
}

.footer_social img{
	vertical-align: middle;
    border-style: none;
}
.copyright_3 .footer_social li a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.copyright_3 .copyright_text {
  color: #343434;
}
.ul-li ul li {
    list-style: none;
    display: inline-block;
}
.ul-li ul {
    margin: 0;
    padding: 0;
}
.footer_copyright .footer_social li a {
    color: #FFF;
}
.footer_copyright .footer_social li a {
    color: #FFF;
}
.footer_copyright .footer_social li {
    margin-bottom: 5px;
}

.text-right {
    text-align: right !important;
}

@media (min-width: 992px){
	
}



@media (min-width: 576px) {
    .container {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width:1140px
    }
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.courseSocial li {
  color: #393939;
  width: 60px;
  height: 60px;
  margin-right: 8px;
  margin-bottom: 5px;
  line-height: 60px;
  text-align: center;
  border: 2px solid #393939;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.courseSocial .footer_social li:hover {
  color: #fff;
  background-color: #c6ac82;
  border: 2px solid #c6ac82;
}
.courseSocial li a{
  width: 100%;
  height: 100%;
  display: inline-block;
}

.scrollup {
  width: 45px;
  right: 15px;
  z-index: 5;
  height: 45px;
  display: none;
  bottom: 20px;
  position: fixed;
  line-height: 45px;
  background-color: #c6ac82;
}
.scrollup i {
  color: #fff;
}

/*Footer style 4 area*/
/*---------------------*/
.footer_section_4 {
  background-image: none;
  overflow: hidden;
}
.footer_section_4 .widget_title {
  color: #000;
  font-size: 1.9rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.footer_section_4 .widget_title:after {
  top: 18px;
  width: 42px;
  height: 3px;
  content: "";
  right: -55px;
  position: absolute;
  background-color: #c6ac82;
}
.footer_section_4 .latest-blog-widget .blog-text h4 {
  color: #555555;
  font-size: 0.9rem;
  font-weight: 600;
}
.footer_section_4 .footer_app_btn a {
  padding: 0;
  border: none;
  background-color: #000;
  width: 278px;
}
.footer_section_4 .footer_app_btn a:before {
  border: 2px solid #000;
}
.footer_section_4 .footer_app_btn a:after {
  background-color: #c6ac82;
}
.footer_section_4 .footer_app_btn a:hover:before {
  border: 2px solid #c6ac82;
}
.footer_section_4 .practice_list li:hover a {
  color: #000;
  font-weight: 700;
}
.footer_section_4 .practice_list li::before {
  border: 1px dashed #000;
}

.footer_copyright .footer_social {
  margin-top: 5px;
}

.copyright_text p{
  margin-bottom: 0px;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.w-100 {
    width: 100% !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 992px){
	.col-lg-1 {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 8.333333%;
	    flex: 0 0 8.333333%;
	    max-width: 8.333333%;

	}
	.col-lg-4 {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 33.333333%;
	    flex: 0 0 33.333333%;
	    max-width: 33.333333%;
	}
	.col-lg-7 {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 58.333333%;
	    flex: 0 0 58.333333%;
	    max-width: 58.333333%;
	}
}

#foobar
{
	width: 100%;
	position: relative;
}

#foobar .navigation
{
	position: absolute;
	display: block;
	z-index: 100;
	color: #ffffff;
	bottom: 0px;
	right: 0px;
	margin: 10px;
	padding: 10px;
	background-color: #303030;
	opacity: 0.75;
}

.noDataBlock{
	display: block;
	width: 100%;
	padding: 0px 30px;
}
.noDataBlock h1{
	margin: 10px;
	font-size: 44px;
	font-style: italic;
	color: #000;
}
.noDataBlock h2{
	font-weight: bold;
	font-size: 1.5rem;
	color: #b89b5e;
	margin-bottom: 10px;
	margin-top: 10px;
}
.noDataBlock p{
	margin-bottom: 0px;
}
.noDataBlock a{
	color: #b89b5e;
	text-decoration: underline;
}

#foobar .navigation a
{
	color: #ffffff;
	text-decoration: none;
	outline: none;
}

#foobar .viewer
{
	width: 550px;
	height: 413px;
}

#foobar .viewer .reel .slide
{
	position: relative;
	width: 550px;
	height: 413x;
}

#foobar .viewer .reel .slide span
{
	position: absolute;
	display: block;
	width: 520px;
	opacity: 0.50;
	padding: 20px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3A3D40;
	bottom: 0px;
	left: 0px;
}


/*Menu Bar*/
#MenuBarVertical{
	width: 150px;
}

.infoDiv{
	background-color: #EFEFEF;
	border: 1px solid #CCC;
	height: 46px;
	width: 100%;
	margin: 10px 0 0px 0;
	vertical-align:middle;
	text-align: center;
	_padding-top: 7px;
}

.infoDiv label{
	font-size: 12pt;
	font-weight: bold;
	vertical-align:middle;
	margin: 5px 3px 3px 25px;
	
}

.infoDiv img{
	width: 24px;
	height: 24px;
	vertical-align:middle;
	margin: 10px 3px 3px 0px;
}


table.brownContent {
	margin-bottom: 50px;  
	white-space: no-wrap;
	margin-left: 10px;
	width: 100%; 
	border: 0px;	
	
}

table.brownContent  th {
	/*background: #CCC;*/
	font-size:10pt;
	font-style:bold;
	padding: 5px;
	border-bottom: 1px dotted #CCC;
	border-right: 1px dotted #CCC;
	text-align:center;
	width: 20%;
	
}

table.brownContent  td {
	border-bottom: 1px dotted #CCC;
	padding: 5px;
}

.square_dot{
	background: url(images/square_dot.png) repeat-x left center;
	width: 100%;
	height: 1.5px;
	margin: 5px 0px 15px 3px;
}

.invisible_line{
	idth: 100%;
	height: 1.5px;
	margin: 5px 0px 5px 3px;

}

.square_bottom{
	background: url(images/square_bottom.png) no-repeat;
	width: 707px;
	height: 21px;
	margin: 25px 0px 10px 3px;
}

.markRed{
	margin-right: 5px;
	font-size:11pt;
	color: red;
}

#textContent p{
	margin-bottom: 2px;
	line-height: 1.5em;
}



.buttonStyle{
	cursor: pointer;
	border: 0px;
	margin: 0px 10px 0px 0px;
	width: 100px;
	height: 30px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	background: url(images/button10.png) no-repeat left center;
}

.buttonStyle:hover{
	background: url(images/button11.png) no-repeat left center;
}

.buttonStyle.deleteBtn{
	background: transparent;
	background-color: red;
	color: #FFF;
	border: 1px solid red;
}

.buttonStyle.deleteBtn:hover{
	background-color: #FFF;
	border: 1px solid red;
	color: red;
}

.TableList input[type=button].deleteBtn{
	background: transparent !important;
	background-color: red !important;
	color: #FFF !important;
	border: 1px solid red;
}

.TableList input[type=button].deleteBtn:hover{
	background-color: #FFF !important;
	border: 1px solid red ;
	color: red !important;
}

.deleteBtn{
	padding: 2px 10px;
	background: transparent;
	background-color: red;
	color: #FFF;
	border: 1px solid red;
	cursor: pointer;
}

.deleteBtn:hover{
	background-color: #FFF;
	border: 1px solid red;
	color: red;
}

.buttonStyle-green{
	cursor: pointer;
	margin: 0px 10px 0px 0px;
	width: 100px;
	height: 30px;
	border: 0px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	  background-color: #5bb75b;
	  background-image: -moz-linear-gradient(top, #62c462, #51a351);
	  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
	  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
	  background-image: -o-linear-gradient(top, #62c462, #51a351);
	  background-image: linear-gradient(to bottom, #62c462, #51a351);
	  background-repeat: repeat-x;
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
	  border-color: #51a351 #51a351 #387038;
	  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	  *background-color: #51a351;
}

.buttonStyle-green:hover{
	background-color: #007130;
    *background-color: #007130;
	opacity: 0.7;
}

.buttonStyle-yellow{
	cursor: pointer;
	margin: 0px 10px 0px 0px;
	width: 200px;
	height: 30px;
	border: 0px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	  background-color: #fca000;
	  background-image: -moz-linear-gradient(top, #fbaf2a, #fca000);
	  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbaf2a), to(#fca000));
	  background-image: -webkit-linear-gradient(top, #fbaf2a, #fca000);
	  background-image: -o-linear-gradient(top, #fbaf2a, #fca000);
	  background-image: linear-gradient(to bottom, #fbaf2a, #fca000);
	  background-repeat: repeat-x;
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbaf2a', endColorstr='#fca000', GradientType=0);
	  border-color: #fbaf2a #fca000 #fca000;
	  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	  *background-color: #51a351;
}

.buttonStyle-yellow:hover{
	background-color: #ffa200;
    *background-color: #ffa200;
	opacity: 0.7;
}


input.calendar_small{
	width: 37px;
	height: 37px;
	border: 0px;
	cursor: pointer;
	margin: 0px 10px 0px 10px;
	background: url(images/calendar_small.png) left center no-repeat;
}

input.calendar_small:hover{
	width: 42px;
	height: 37px;
	background: url(images/calendar_small_flip.png) left center no-repeat;
}

table.informationBlock{
	width: 850px;
	margin-bottom: 20px;
/*	border: 1px solid #000;*/
}

table.informationBlock tr th{
	text-align: left;
	min-height: 30px;
	color: #FFF;
	font-size: 13pt;
	padding: 5px 20px;
	background-color: #99cc66;
}
table.informationBlock td{
	padding: 5px;
	font-size: 11pt;
	
	
}

table.informationBlock .title{
	font-size: 13pt;
	font-weight: bold;
	margin: 5px;
	color: #72b0de;
	
}

table.informationBlock li{
	background: url(images/dotArrow.jpg) no-repeat left center;
	padding: 2px 15px 2px 15px;
	vertical-align: middle;
	list-style: none;
}

table.fileTable{
	padding: 10px;
	margin: 20px;
	font-size: 12pt;
}

img.fileTypePic{
	width: 25px;
	height: 25px;
	margin-right: 10px;
}

table.course_news_table{
	width: 100%;
	font-size: 11pt;
	padding: 5px;
}

table.course_news_table .first_row{
	color: #FF0000;
	
}


table.course_news_table .first_row a:link{
	color: #FF0000;
	
}

.rss_pic{
	float:right;
	position: relative;
	top: -15px;
}

table.analytic{
	margin-top: 15px;
	color: black;
	width: 100%;
	border-left: 1px black solid;
}

table.analytic tr th{
	background-color: #CCC;
	border: 1px black solid;
	text-align: center;
	height: 30px;
	font-size: 12pt;
	font-weight: bold;
}


table.analytic .blue{
	background-color: #78C0FF;
}

table.analytic .green{
	background-color: #82C300;
}

table.analytic .orange{
	background-color: #FFDD78;
}

table.analytic .gray{
	background-color: #DDD;
}

table.analytic tr td{
	border-right: 1px black solid;
	border-bottom: 1px black solid;
	text-align: center;
	padding: 5px 2px 5px 2px;
}

.tableList{
	width: 400px;
	margin: 15px;
	font-size: 12pt;
	border: 1px solid #CCC;
}

.tableList>div{
	margin-bottom: 5px;
	border-top: 1px dotted #CCC;
	padding: 5px;
}

.tableList button{
	float: right;
}

.TableList select{
	border: 1px solid #CCC;
	height: 25px;
}

.TableList input[type=button]:not(.buttonBlue), .TableList input[type=submit]{
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 2px 10px;
	cursor: pointer;
	font-size: 13pt;
}
.TableList input[type="button"]:not(.buttonBlue).deleteBtnRed{
	background-color: red;
	color: #FFF;
	border: 0px;
}
.TableList input[type=text]{
	font-size: 13pt;
}

.TableList input[type=button]:hover, .TableList input[type=submit]:hover{
	
	border: 1px solid #333;
}

.discussTypeSelectBox{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 30px;
	text-align: center;
}

.discussTypeSelectBox>div{
	background-color: #EEE;
	display: inline-block;
	width: 33%;
	text-align: center;
	cursor: pointer;
	font-size: 12pt;
	padding: 10px 0px;
	
}

.discussTypeSelectBox>div:hover{
	color: #FFF;
	background-color: #a100a6;
}

.discussTypeSelectBox>div.active{
	color: #FFF;
	background-color: #a100a6;
}

.discussNewTable{
	margin: 0 auto;
}

.discussNewTable th{
	/*background-color: #EFEFEF;*/
	padding: 5px 5px;
	text-align: right;
	font-size: 12pt;
}

.discussNewTable td{
	color: #333;
	font-size: 12pt;
	padding: 5px 0px;
	text-align: left;
}

.discussNewTable td input, textarea{
	width: 95%;
	padding: 5px 10px;
}

.discussListTable{
	width: 100%;
	margin-top: 20px;
	text-align: center;
}

.discussListTable th{
	background-color: #EFEFEF;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 12pt;
	text-align: center;
	
}

.discussListTable td{
	padding: 5px 10px;
	font-size: 12pt;
	text-align: center;
}

.discussListTable tr:nth-child(odd){
	background-color: #f2edf3;
}

.discussListTable .disTitle{
	width: 300px;
}

.discussListTable .disDate{
	width: 120px;
}


.elearnTypeSelectBox{
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
}

.elearnTypeSelectBox>div{
	background-color: #EEE;
	display: inline-block;
	width: 19.6%;
	text-align: center;
	cursor: pointer;
	font-size: 12pt;
	padding: 10px 0px;
	
}

.elearnTypeSelectBox>div:hover{
	color: #FFF;
	background-color: #a100a6;
}

.elearnTypeSelectBox>div.active{
	color: #FFF;
	background-color: #a100a6;
}

.newsTypeSelectBox{
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
}

.newsTypeSelectBox>div{
	background-color: #EEE;
	display: inline-block;
	width: 15%;
	text-align: center;
	cursor: pointer;
	font-size: 12pt;
	padding: 10px 0px;
	
}

.newsTypeSelectBox>div:hover{
	color: #FFF;
	background-color: #a100a6;
}

.newsTypeSelectBox>div.active{
	color: #FFF;
	background-color: #a100a6;
}


#myTable_paginate{
  display: inline-block;
  padding-left: 0;
  margin: 0 auto;
  border-radius: 4px;
}

#myTable_paginate span.paginate_button, #myTable_paginate span.paginate_active{
  display: inline-block;
  padding-left: 0;
  margin: 0 auto;
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  color: #007bff;
  cursor: pointer;
}
#myTable_paginate span.paginate_active{
	background-color: #eeeeee;
	color: #333;
}

#myTable_paginate span.paginate_button:hover{
	background-color: #eeeeee; 
}
.dataTables_wrapper{
	text-align: center;
}

#pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0 auto;
  border-radius: 4px;
  
}

#pagination > li {
  display: inline;
}

#pagination > li > a,
#pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

#pagination > li:first-child > a,
#pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

#pagination > li:last-child > a,
#pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

#pagination > li > a:hover,
#pagination > li > span:hover,
#pagination > li > a:focus,
#pagination > li > span:focus {
  background-color: #eeeeee;
}

#pagination > .active > a,
#pagination > .active > span,
#pagination > .active > a:hover,
#pagination > .active > span:hover,
#pagination > .active > a:focus,
#pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #AAA;
  border-color: #AAA;
}

#pagination > .disabled > span,
#pagination > .disabled > a,
#pagination > .disabled > a:hover,
#pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.btn-search{
	border: 1px solid #CCC;
	cursor: pointer;
	padding: 6px;
	margin-left: -5px;
	border-radius: 0px 5px 5px 0px;
}

.btn-search:hover{
	background-color: #CCC;
}

.btn-remove {
	color: red;
	cursor: pointer;
	padding: 3px;
	float: right;
}

.input-search{
	height: 28px;
	padding: 0px 10px;
	border: 1px solid #CCC;
	
}

.select-order{
	padding: 6px;
	width: 150px;
}


/* Boostrap Btn */
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbbbbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}
.btn-group > .btn-mini {
  font-size: 10.5px;
}
.btn-group > .btn-small {
  font-size: 11.9px;
}
.btn-group > .btn-large {
  font-size: 17.5px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}


.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

/* ========================== Boostrap End */

.discussInfo{

	padding: 20px 0px;
	font-size: 12pt;
}

.discussInfo .discussTitle{
	border-bottom: 1px solid #CCC;
	margin-bottom: 20px;
	padding: 10px 0px;
}

.discussInfo .discussMeta{
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 10pt;
}

.discussInfo .discussMeta>div{
	width: 230px;
	display: inline-block;
}

.discussInfo .discussContent{
	border-bottom: 1px solid #CCC;
	margin-bottom: 20px;
	padding: 20px 0px;
	color: #333;
}

.discussReply{
	margin-bottom: 20px;
}

.discussReply .discussTitle{
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 10px;
}

.discussReply .single{
	padding: 10px 10px;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 20px;
}

.discussReply .discussContent{
	font-size: 12pt;
	color: #333;
	word-break: break-all;
}

.discussReply .discussMeta{
	padding: 10px 0px;
	font-size: 10pt;
	text-align: right;
	font-weight: bold;
}

.mediaListBlock{
	width: 100%;
}
.noPaddingR{
	padding-right: 0px;
}

.mediaListBlock .singleMediaBlock{
	float: left;
	position: relative;
	width: 100%;
	height: 210px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 0px;
	cursor: pointer;
}

.mediaListBlock .singleMediaBlock:hover{
	opacity: 0.8;
	box-shadow: 5px 5px 5px #CCC;
}

.mediaListBlock .singleMediaBlock .thumbnail{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 100%;
	height: 210px;
	overflow: hidden;
}

.mediaListBlock .singleMediaBlock .thumbnail img{
	width: 100%;
}

.mediaListBlock .singleMediaBlock .singleCaption{
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 2;
	width: 100%;
	height: 55px;
	overflow: hidden;
	background-color: rgba(0,0,0, 0.7);
	color: #FFF;
	padding: 5px 10px;
}

.mediaListBlock .singleMediaBlock .singleCaption p{
	line-height: 15px;
	margin-bottom: 5px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap
}

.mediaListBlock .singleMediaBlock .singleCaption .row1{
	line-height: 20px;
	font-size: 14pt;
}

.newsListBlock .singleMediaBlock{
	float: left;
	position: relative;
	width: 100%;
	height: 210px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 0px;
	cursor: pointer;
}

.newsListBlock .singleMediaBlock:hover{
	opacity: 0.8;
	box-shadow: 5px 5px 5px #CCC;
}

.newsListBlock .singleMediaBlock .thumbnail{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 100%;
	height: 210px;
	overflow: hidden;
}

.newsListBlock .singleMediaBlock .thumbnail img{
	width: 100%;
}
.newsListBlock .singleMediaBlock .singleCaption{
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 2;
	width: 100%;
	height: 95px;
	overflow: hidden;
	background-color: rgba(0,0,0, 0.7);
	color: #FFF;
	padding: 5px 10px;
}

.newsListBlock .singleMediaBlock .singleCaption p{
	line-height: 15px;
	margin-bottom: 5px;
	width: 100%;
}

.newsListBlock .singleMediaBlock .singleCaption .row1{
	line-height: 20px;
	font-size: 14pt;
}

/*New*/
.mediaListBlock .singleMediaBlockNew{
	position: relative;
	width: 100%;
	height: 280px;
	margin-bottom: 20px;
	margin-right: 20px;
	padding: 0px;
	cursor: pointer;
	box-shadow: 1px 1px 3px #CCC;
}

.mediaListBlock .singleMediaBlockNew:hover{
	opacity: 0.8;
	box-shadow: 5px 5px 5px #CCC;
}

.mediaListBlock .singleMediaBlockNew .thumbnail{
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 100%;
	height: 210px;
	overflow: hidden;
}

.mediaListBlock .singleMediaBlockNew .thumbnail img{
	width: 100%;
}

.mediaListBlock .singleMediaBlockNew .singleCaption{
	position: relative;
	bottom: 0px;
	left: 0px;
	z-index: 2;
	width: 100%;
	height: 55px;
	overflow: hidden;
	background-color: #FFF;
	color: #000;
	padding: 5px 10px;
	margin-top: 8px;
}

.mediaListBlock .singleMediaBlockNew .singleCaption p{
	line-height: 15px;
	margin-bottom: 5px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap
}

.mediaListBlock .singleMediaBlockNew .singleCaption .row1{
	line-height: 20px;
	font-size: 13pt;
}


.courseListBlock{
	width: 100%;
	margin-top: 20px; 
	clear: both;
}


.courseListBlock .singleCourse{
	padding: 10px;
	border-radius: 20px;
	margin-bottom: 10px;
	cursor: pointer;

}

.courseListBlock .singleCourse:hover{
	background-color: #EFEFEF;

}

.courseListBlock .singleCourse .thumbnail{
	position: relative;
	width: 100%;
	height: 200px;
	float: left;
	overflow: hidden;
	margin-right: 20px;
}

.courseListBlock .singleCourse .thumbnail img{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

.courseListBlock .singleCourse .wordBlock{
	width: 100%;

}

.courseListBlock .singleCourse .metaBlock{
	font-size: 14pt;
	color: #000;

}

.courseListBlock .singleCourse .metaBlock .iconSet{
	margin-left: 10px;
}

.courseListBlock .singleCourse .titleBlock{
	font-size: 18pt;
	color: rgb(144,61,146);
	font-weight: bold;

}

.courseListBlock .singleCourse .subTitleBlock{
	font-size: 14pt;
	color: rgb(134,130,134);
	font-weight: bold;

}


.courseListBlock .singleCourse .wordBlock .courseDescription{
	height: 42px;
	overflow: hidden;
}
.courseListBlock .singleCourse .wordBlock .courseDescription>p{
	line-height: 20px;
	font-size: 12pt;
}
.courseListBlock .singleCourse .wordBlock .courseDescription>div{
	line-height: 24px;
}

.homeNewBlock{
	width: 890px;
	height: 130px;
	margin: 0 auto;
	overflow: hidden;
}

.homeNewBlock .innerContain{
	width: 10000px;
	height: 150px;
	margin: 0 auto;
	position: relative;
	left: 0px;
	top: 0px;
}

.homeNewBlock .innerContain .singleBlock{
	display: inline-block;
	width: 160px;
	height: 120px;
	background-color: #EEE;
	margin-right: 10px;
	cursor: pointer;
	position: relative;
}

.myDivider{
	margin: 15px 0px;
	height: 1px;
	background-color: #999;
}


.homeNewBlock .innerContain .singleBlock .thumb{
	width: 150px;
	height: 110px;
	overflow: hidden;
	padding: 5px;
}

.homeNewBlock .innerContain .singleBlock .thumb>img{
	width: 150px;
	height: 110px;

}

.homeNewBlock .innerContain .singleBlock .meta{
	display:none;
	position: absolute;
	top: 0px;
	width: 140px;
	height: 100px;
	padding: 10px;
	
	background-color: rgba(0,0,0,0.5);
	
}

.homeNewBlock .innerContain .singleBlock .meta>div{
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 120px;
	color: #FFF;
}


.homeNewBlock .innerContain .singleBlock:hover .meta{
	display:block;
	position: absolute;
	
	
}


.homeSliderBlock{
	position: relative;
}

.homeSliderBlock .prev{
	position: absolute;
	left: 0px;
	top: 35px;
	font-size: 28pt;
	cursor: pointer;
}

.homeSliderBlock .next{
	position: absolute;
	right: 0px;
	top: 35px;
	font-size: 28pt;
	cursor: pointer;
}

#searchHome{
	float: right;
	margin-right: 15px;
}

#searchHome>input{
	width: 300px
	padding: 5px 10px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #DDD;
	color: #999;
}

#searchHome>button{
	width: 50px;
	padding: 0px 5px 0px 5px;
	border: 0px;
	cursor: pointer;
	background-color: transparent;
	margin-left: -5px;
}

#searchHome>button:hover{
	opacity: 0.8;
}

.bigBtn{
	padding: 5px 20px;
	height: 30px;
	font-size: 16px;
	background-color: #CCC;
	text-align: center;
	border-radius: 5px;
	border: 0px;
}

.bigBtn:hover{
	opacity: 0.6;
}
.middleBtn{
	width: 60px;
	height: 20px;
	font-size: 18px;
	background-color: #CCC;
	text-align: center;
}
.purpleLabel{
	color: #8a00ff;
}
.text-center{
	text-align: center;
}


.homeSideLinkBlock{
     position: fixed;
     right: 0px;
     top: 40%;
     z-index: 10;
  }

  .appQRcode{
    width: 150px;
  }

  .homeSideLinkBlock ul li{
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    margin-bottom: 3px;
    background-color: #CCC;
    color: #333;
    padding: 10px 8px 10px 8px;
    cursor: pointer;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; 
  }
  .homeSideLinkBlock ul li>i{
    font-size: 20px;
  }
  
  .homeSideLinkBlock ul li:hover{
    background: -webkit-gradient(linear, left top, left bottom, from( #D278FF /*{c-bhover-background-start}*/), to( #6E00A5 /*{c-bhover-background-end}*/)); /* Saf4+, Chrome */
    background: -webkit-linear-gradient( #D278FF /*{c-bhover-background-start}*/, #7C2881 /*{c-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
    background:    -moz-linear-gradient( #D278FF /*{c-bhover-background-start}*/, #7C2881 /*{c-bhover-background-end}*/); /* FF3.6 */
    background:     -ms-linear-gradient( #D278FF /*{c-bhover-background-start}*/, #7C2881 /*{c-bhover-background-end}*/); /* IE10 */
    background:      -o-linear-gradient( #D278FF /*{c-bhover-background-start}*/, #7C2881 /*{c-bhover-background-end}*/); /* Opera 11.10+ */
    background:         linear-gradient( #D278FF /*{c-bhover-background-start}*/, #7C2881 
    /*{c-bhover-background-end}*/);

    color: #FFF;
  }

  .homeSideLinkBlock ul li:hover .sideLinkDialog{
    display: block;
  }


  .sideLinkDialog .title{
    color: #333;
    font-size: 20px;
    margin-bottom: 10px;

  }
  .sideLinkDialog .marginTop{
    margin-top: 20px;
  }

  .homeSideLinkBlock .sideLinkDialog p{
    margin-bottom: 5px;
    line-height: 20px;
    font-size: 14px;
  }

  .sideLinkDialog .title{
  	padding-left: 6px;
  	line-height: 20px;
    border-left: 3px solid #999;
    display: inline-block;
  }

  .homeSideLinkBlock .sideLinkDialog{
    display: none;
    position: absolute;
    right: 30px;
    top: 0px;
    width: 250px;
    height: 200px;
  }

  .homeSideLinkBlock .sideLinkDialog.small{
    height: 100px;
  }

  .homeSideLinkBlock .sideLinkDialog.small .content{
    top: -20px;
    height: 100px;
  }

  .homeSideLinkBlock .sideLinkDialog .content{
    position: absolute;
    right: 30px;
    top: -60px;
    width: 200px;
    height: 180px;
    background-color: rgba(255,255,255,0.9);
    border-radius: 5px;
    box-shadow: 2px 2px 5px #CCC;
    padding: 10px 10px;
    color: #333;
    text-align: center;
  }
  .homeSideLinkBlock .sideLinkDialog .content .flyBackground{
  	background: url(images/bird_fly.png) right top no-repeat;
  	background-size: 118px 100px;
  	width: 100%;
  	height: 80px;
  	padding-top: 15px;
  }

  .homeSideLinkBlock .sideLinkDialog .markArrow{
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 17.3px;
    border-color: transparent transparent transparent #ffffff;
  }

  .owl-thumbs{
  	background-color: #000;
  	padding: 8px 0px 0px 0px;
  	margin-top: -2px;
  	text-align: center;
  	height: 80px;
  }
  .owl-thumbs>button{
  	opacity: 0.4;
  	border: 0px;
  	background-size: cover;
  	background-position: center center;
  	background-color: #000;
  	width: 150px;
  	height: 60px;
  }
  .owl-thumbs>button:hover{
  	background-size: 250%;
  	width: 165px;
  	height: 70px;
  	
  }
  .owl-thumbs>button.active{
  	opacity: 1;
  }
  .owl-thumbs>button:hover{
  	opacity: 0.6;
  }
 


  .courseSideLinkBlock{
     position: fixed;
     right: 0px;
     top: 240px;
     z-index: 1;
     text-align: right;
  }

  .courseSideLinkBlock ul{
  	width: 160px;
  	overflow: hidden;
  }

  .courseSideLinkBlock ul li{
    position: relative;
    display: none;
    width: 112px;
    height: 70px;
    overflow: hidden;
    margin-bottom: 3px;
    background-color: rgba(244,244,244,0.8);
    color: #333;
    padding: 3px 5px 3px 3px;
    cursor: pointer;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; 
  }

  .courseSideLinkBlock ul li.active{
  	display: inline-block;
  }

  .courseSideLinkBlock ul li .thumbnail{
  	width: 100%;
  	height: 100px;
  	overflow: hidden;
  }
  .courseSideLinkBlock ul li .mask{
  	display: none;
  	position: absolute;
  	top: 0px;
  	left: 0px;
  	z-index: 1;
  	width: 100%;
  	height: 100%;
  	background-color: rgba(0,0,0,0.4);
  	color: #FFF;
  	font-size: 14px;
  }

  .courseSideLinkBlock ul li .thumbnail>img{
  	position: relative;
  	z-index: 0;
  	width: 100%;
  }
  .courseSideLinkBlock ul li:hover{
  	width: 160px;
  	height: 100px;
  	
  }
  .courseSideLinkBlock ul li:hover .mask{
  	display: block;
  	padding-top: 20%;
  	text-align:center;

  }
  .courseSideLinkBlock ul li:hover .thumbnail>img{
    /*opacity: 0.6;*/
    width: 120%;
  }

  .courseSideLinkBlock ul li:hover .sideLinkDialog{
    display: block;
  }


  .courseSideLinkBlock .title{
  	width: 280px;
  	overflow: hidden;
  	white-space: nowrap;
  	text-overflow: ellipsis;
    text-align: left;
    color: #333;
    font-size: 16px;
    margin-bottom: 10px;
    margin-left: -10px;
  }
  .courseSideLinkBlock .marginTop{
    margin-top: 0px;
  }

  .courseSideLinkBlock .sideLinkDialog p{
    margin-bottom: 5px;
    line-height: 20px;
    font-size: 14px;
  }

  .courseSideLinkBlock .sideLinkDialog{
    display: none;
    position: absolute;
    right: 30px;
    top: 0px;
    width: 500px;
    height: 500px;
  }
  .courseSideLinkBlock .sideLinkDialog .content .linkTo{
  	float: right;
  	font-size: 16px;
  	color: rgb(204, 153, 255);
  	text-decoration: none;
  }

  .courseSideLinkBlock .sideLinkDialog.small{
    height: 100px;
  }

  .courseSideLinkBlock .sideLinkDialog.small .content{
    top: -20px;
    height: 100px;
  }

  .courseSideLinkBlock .sideLinkDialog .content{
    position: absolute;
    right: 65px;
    top: -60px;
    width: 400px;
    height: 300px;
    background-color: #FAFAFA;
    border: 1px solid #CCC;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #CCC;
    padding: 10px 10px;
    color: #333;
    text-align: center;
  }
  .courseSideLinkBlock .sideLinkDialog .content .meta{
  	line-height: 20px;
  	height: 40px;
  	overflow: hidden;
  }
  .courseSideLinkBlock .sideLinkDialog .content.bottom{
  	top: -160px;
  }
  .courseSideLinkBlock .sideLinkDialog .markArrow{
    position: absolute;
    right: 50px;
    top: 20px;
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 17.3px;
    border-color: transparent transparent transparent #FAFAFA;

  }

.owl-nav{
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.owl-nav .owl-prev{
	position: absolute;
	left: -30px;
	top: 60px;
	font-size: 28px;
}
.owl-nav .owl-next{
	position: absolute;
	right: -30px;
	top: 60px;
	font-size: 28px;
}

.owl-thumbs{
	display: none;
}

.slider-area .owl-thumbs{
	display: block;
}

.owl-slider .owl-nav .owl-prev{
	position: absolute;
	left: 20px;
	top: 100px;
	font-size: 58px;
}
.owl-slider .owl-nav .owl-next{
	position: absolute;
	right: 20px;
	top: 100px;
	font-size: 58px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 8px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  display: inline-block;
  margin-bottom: -1px;
  border-top: 0px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  color: #333;
  text-decoration: none;
  font-size: 14px;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
	.owl-thumbs{
		display: none;
	}
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
  .courseSideLinkBlock{
  	display: none;
  }

}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
  font-size: 14px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
	.owl-nav{
		display: none;	
	}
	.slider-area .owl-thumbs{
		display: none;	
	}
	#marquee{
		margin-top: -15px !important;
		height: 35px !important;
		font-size: 18px !important;
	}
	.slider-area .owl-slider .slider-content .slider-layer p{
		margin-bottom: 0px;
		line-height: 15px;
		font-size: 12px;
	}
	.slider-area .owl-slider .slider-content .slider-layer p a{
		line-height: 15px;
	}

	.slider-area .owl-slider .slider-content .slider-layer{
		top: 0px;
		font-size: 12px;
	}
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
  .elearnTypeSelectBox>div{
  	width: 25%;
  	margin-bottom: 8px;
  }

  .courseMainWrapper .entry table{
		width: 100% !important;
	}

	.courseMainWrapper .entry table tr td:first-child{
		white-space: nowrap;
	}

	.courseMainWrapper .entry a{
		word-break: break-all;
	}


}
.navbar-inverse .navbar-link {
  color: #999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
  .searchbarM{
		display: none;
	}

}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

 .navbar a{
 	text-decoration: none;
 }

.clearfix{
	clear:both;
} 
#myTable td a{
	font-size: 16px;
	color: #333;
}
#myTable td{
	font-size: 16px;
	color: #333;
}
#myTable thead th{
	padding-left: 8px;
	text-align: center;
	letter-spacing: 6px;
}
.courseMainWrapper .title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 180%;
	font-weight: normal;
	color: #454E55;
	margin-bottom: 15px;
}
.mobileTitle{
	color: #FFF;
	font-size: 28px;
}
.mobileTitle:hover{
	color: #FFF;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 0px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999;
}

.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.clearfix:before,
.clearfix:after,
.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}
.clearfix:after,
.panel-body:after {
  clear: both;
}
.slider-area{
	background-color: #000;
}
.searchBlock .searchbar form{
	width: 100% !important;
}
.slider-area .owl-slider .owl-dots .owl-dot{
	width: 15px !important;
	height: 15px !important;
	margin: 6px !important;
}
.slider-area .owl-slider .owl-dots{
	right: 30px !important;
}
.TableList .Title input[type=checkbox]{
	transform : scale(1.5); 
}

.btnLightGray{
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 2px 10px;
	cursor: pointer;
	font-size: 14pt;
}

.btnLightGray:hover{
	border: 1px solid #333;
}