* {
	font-family: arial;
}

body {
	font-size: 1em;
}

.fast-nav {
	list-style: none;
	padding: 0;
	margin: 0;
	position: fixed;
	top: -150px;
	right: 150px;
	z-index: 99999;
}

.fast-nav li {
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
}

.fast-nav li a:before {
	content: 'דלג אל: ';
	color: #999;
}

.fast-nav li a:focus {
	display: block;
	background: #000;
	padding: 6px;
	color: #fff;
	z-index: 99;
	margin-top: 150px;
}


a:focus {
	outline: 3px solid gray;
}

.adv7 a , .adv2 a , .adv5 a {
	display: block;
}

.float-adv {
	z-index: 1;
	position: fixed;
	top: 63px;
	right: 50%;
	margin-right: -600px;
}

@media screen and (max-width: 1200px){
	.float-adv {
		display: none;
	}
}


img {
	border: 0;
}

form {
	margin: 0;
}

.nopmargin p {
	margin: 0 0 10px 0;
}

.cb {
	clear: both;
}

div.pageTitle {
	font-size: 1.4em;
	font-weight: bold;
	color: #000;
	background: #fdb812;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

div.pageTitle2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #CDCDCD;
}

div.pageTitle3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #000;
	background: #b1cef2;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.bsHeader {
	width: 860px;
	height: 176px;
	background: url('imgs/header1.png');
}

#slideshow {
	position:relative;
}

#slideshow IMG {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
}

#slideshow IMG.active {
	z-index:10;
	opacity:1.0;
}

#slideshow IMG.last-active {
	z-index:9;
}

.networks {
	position: relative;
	height: 1px;
	width: 860px;
	z-index: 99;
}

.networks div {
	position: absolute;
	top: 5px;
	left: 0;
	z-index: 100;
}

.networks a {
	display: inline-block;
}

.bsMenu {
	width: 860px;
	margin-top: 8px;
	margin-bottom: 15px;
}

.bsMenuBtn {
	float: right;
	margin-left: 8px;
}

.bsMenuBtn a {
	display: block;
}

.bsTextSize {
	float: right;
	margin-right: 8px;
	margin-left: 16px;
	border: 1px solid #666;
	width: 150px;
	height: 21px;
	
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.bsTextSize td {
	font-size: 0.7em;
	color: #666;
}

.bsSearch {
	float: right;
	border: 1px solid #666;
	width: 289px;
	height: 21px;
	overflow: hidden;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#myCity {
	position: relative;
}

#myCity_menu {
	position: absolute;
	top: 23px;
	right: 0;
	visibility: hidden;
	width: 320px;
}

#myCity_menu .inner {
	margin-top: 5px;
	background: #113185;
	padding: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}	

#city4me {
	position: relative;
}

#city4me_menu {
	position: absolute;
	top: 23px;
	right: 0;
	visibility: hidden;
	width: 155px;
}

#city4me_menu .inner {
	margin-top: 5px;
	background: #113185;
	padding: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#english {
	position: relative;
}

#english_menu {
	position: absolute;
	top: 23px;
	right: 0;
	visibility: hidden;
	width: 165px;
}

#english_menu .inner {
	margin-top: 5px;
	background: #113185;
	padding: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.bsSearchInput {
	float: right;
}

.bsSearchInput input {
	border: 0;
	width: 150px;
	margin: 1px;
}

.bsSearchBtn {
	float: right;
}

.bsSearchBtn input {
	background: #333;
	margin-top: 1px;
	height: 19px;
	width: 40px;
	border: 0;
	color: #FFF;
	font-size: 0.7em;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.bsSearchBtn input:hover {
	background: #fdb812;
	color: #000;
}

.bsUnderHeader {
	border-top: 1px solid #cccccc;
	height: 15px;
}

.bsBox .title {
	background: #fdb812;
	font-size: 0.8em;
	padding: 4px;
	font-weight: bold;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.bsNews {
	margin-bottom: 10px;
}

.bsNewsDate {
	color: #103085;
	font-weight: bold;
	font-size: 0.8em;
}

.bsNewsTitle a {
	color: #666;
	font-size: 0.8em;
}

.mainArticle {
	width: 340px;
	font-size: 0.8em;
}

.mainArticle .pic {
	min-height: 156px;
	background-color: #CDCDCD;
	background-repeat: no-repeat;
	background-position: center;
	
	margin-bottom: 5px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.mainArticle .content {
	min-height: 90px;
	overflow: hidden;
}

.mainArticle .title {
	font-size: 1.2em;
	color: #0a2a81;
	font-weight: bold;
	text-decoration: none;
}

.mainArticle .txt {
	
	color: #333;
	text-decoration: none;
}

.bsIdxArticle {
	background: #336699;
	margin-bottom: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	font-size: 0.9em;
}

.bsIdxArticle .pic {
	width: 120px;
	height: 60px;
	background-color: #CDCDCD;
	background-repeat: no-repeat;
	background-position: center;
}

.bsIdxArticle .content {
	width: 179px;
	height: 60px;
	padding: 5px;
	vertical-align: top;
	overflow: hidden;
}

.bsIdxArticle .content a {
	color: #FFF;
}

.bsIdxArticle .content a:focus {
	outline: 3px solid #fdb404;
}

.bsViewAll {
	border-top: 1px solid #CDCDCD;
	padding: 3px;
}

.bsViewAll .inner {
	padding: 8px 26px 2px 0;
	background: url('imgs/yad.png') right no-repeat;
	float: left;
}

.bsViewAll a {
	font-weight: bold;
	color: #254290;
}

#gallerySlide1 {
	width: 340px;
	height: 156px;
	border: 1px solid #CDCDCD;
	cursor: hand;
	cursor: pointer;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}









.insidePagesNav {
	font-size: 0.7em; margin-bottom: 10px; padding: 3px;
}

.insidePagesNav span {
	font-weight: bold; color: #007D3C
}

.nowInBS {
	margin-top: 10px;
}

.brdiv {
	height: 10px;
}

.articlesTitle {
	border-bottom: 1px solid #CDCDCD;
	font-size: 0.9em;
	font-weight: bold;
}

.ridx {
	border-top: 4px solid #8da43c;
	border-right: 1px solid #8da43c;
	border-left: 1px solid #8da43c;
	border-bottom: 1px solid #8da43c;
	background: #F1F1F1;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-khtml-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

.lidx {
}

.radvs {
	background: #F1F1F1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.bottomadvs {
	background: #F1F1F1;
	border: 1px solid #CDCDCD;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	margin-top: 15px;
	padding: 10px 10px 0 10px;
}

.box1 {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #cdcdcd;
	padding: 1px;
}

.box1 .title {
	font-size: 0.8em;;
	font-weight: bold;
	color: #fff;
	background: #0e2e84;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.box1 .title div {
	padding: 4px;
}

.box1 .content {
	padding: 4px;
}

/*
.box1 {
	width: 200px;
}

.box1 .title {
	background: url('images/news_title.gif') no-repeat;
	font-size: 0.9em;
	font-weight: bold;
	color: #333;
	height: 31px;
}

.box1 .title div {
	padding: 5px 8px 0 0;
}

.box1 .content {
	padding: 2px 5px 10px 5px;
	background: url('images/box1_content_bg.gif') bottom no-repeat;
}
*/

.box2 .title {
	font-size: 0.9em;
	font-weight: bold;
	color: #000;
	border-bottom: 2px solid #cfcfcf;
}

.box2 .title div {
	padding: 0 0 3px 0;
}

.box2 .content {
	font-size: 0.8em;
	padding: 3px 0 0 0;
}

.box3 .title {
	font-size: 0.9em;
	font-weight: bold;
	color: #FFF;
	background: #7ca817;
}

.box3 .title div {
	padding: 4px;
}

.box3 .content {
	font-size: 0.8em;
	padding: 3px 0 0 0;
}

.box4 {
	border: 1px solid #cdcdcd;
}

.box4 .title {
	font-size: 0.9em;
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #cdcdcd;
}

.box4 .title div {
	padding: 4px;
}

.box4 .content {
	font-size: 0.9em;
	padding: 3px;
	background: url('images/box4.gif') top repeat-x;
}


.newsMafrid {
	border-right: 1px solid #CDCDCD;
}



#gallery_small {
	width: 100px;
	height: 80px;
	border: 1px solid #CDCDCD;
	cursor: hand;
	cursor: pointer;
	position: relative;
}

#gallery_small:hover {
	width: 100px;
	height: 80px;
	border: 1px solid #608a28;
	cursor: hand;
	cursor: pointer;
	position: relative;
}

#gallerySlide_txt {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 96px;
	background: #000;
	opacity:0.8;
	filter:alpha(opacity=80);
	font-size: 0.7em;
	padding: 2px;
	color: #FFF;
	font-weight: bold;
}

.clickServices {
	height: 120px;
	background: url('images/beklick.png') repeat-x top;
	position: relative;
	margin-top: 15px;
}

#container {
	position: absolute;
	right: 8px;
	margin-top: 10px;
	width: 695px;
	margin-right: 160px;
}

.qlimgdiv {
	float: right;
	width: 75px;
	text-align: center;
}

.qlimgdiv a {
	font-size: 0.7em;
	font-weight: bold;
}

.events {
	font-size: 0.8em;
}

.events td {
	vertical-align: top;
}

.events .r {
	border-left: 1px solid #CDCDCD;
}

.more_events {
	text-align: left;
	padding: 4px;
}

.more_events a {
	font-size: 0.8em;
	font-weight: bold;
	color: #ff6c00;
}

.newsTop .t {
	font-size: 1.2em;
	color: #333;
	font-weight: bold;
	height: 42px;
}

.newsTop .t .t1 {
	float: right;
	padding: 14px 0 0 0;
}

.newsTop .t .t2 {
	float: left;
	padding: 18px 0 0 70px;
}

.dover {
	border: 1px solid #CDCDCD;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.dover .title {
	padding: 5px 10px 0 10px;
}

.dover .title div {
	background: url('images/doverMsgs.png') no-repeat bottom;
	font-size: 1.2em;
	font-weight: bold;
}

.moreDover {
	margin: 10px;
	background: #F1F1F1;
	padding: 5px;
	text-align: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.moreDover a {
	font-size: 0.8em;
	color: #608a28;
	font-weight: bold;
}

.idxVOD {
}

.idxVOD .t {
	font-size: 1.2em;
	color: #333;
	font-weight: bold;
	height: 44px;
	background-image: url('images/idxbox_title.gif');
	background-position: left;
	background-repeat: no-repeat;
}

.idxVOD .t .t1 {
	float: right;
	padding: 14px 0 0 0;
}

.idxVOD .t .t2 {
	float: left;
	padding: 18px 0 0 70px;
}

.idxVOD .t a {
	color: #ff7200;
	font-size: 0.8em;
}

.idxVOD .content {
	border: 1px solid #8da43c;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.video_big {
	background: #000;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.video_big_txt {
	height: 30px;
	background: #F1F1F1;
	padding: 3px;
	margin-top: 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.video_big_txt a, .video_big_txt:hover a {
	font-size: 0.8em;
	color: #1269b2;
	font-weight: bold;
}

.video_small .pic {
	height: 80px;
	border: 2px solid #CDCDCD;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.video_small .txt {
	height: 30px;
	background: #F1F1F1;
	padding: 3px;
	margin-top: 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.video_small .txt a {
	font-size: 0.7em;
	color: #1269b2;
	font-weight: bold;
}

.video_small:hover .pic {
	height: 80px;
	border: 2px solid #8da43c;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.video_small:hover .txt {
	height: 30px;
	background: #8da43c;
	padding: 3px;
	margin-top: 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.video_small:hover .txt a {
	font-size: 0.7em;
	color: #FFF;
	font-weight: bold;
}

.idx_youtube {
}

div.sc_menu {
	position: relative;
	height: 75px;
	width: 690px;
	overflow: auto;
}

ul.sc_menu {
	display: block;
	height: 75px;
	width: 1500px;
	padding: 5px 0 0 15px;
	margin: 0;
	background: url('navigation.png');
	list-style: none;
}

.sc_menu li {
	display: block;
	float: left;
	padding: 0 4px;
	width: 85px;
}

.sc_menu li:hover {
	display: block;
	float: left;
	padding: 0 4px;
	width: 85px;
	-webkit-box-shadow: 0 1px 10px #999;
	-moz-box-shadow: 0 1px 10px #999;
	box-shadow: 0 1px 10px #999;
}

.sc_menu li div {
	text-align: center;
}

.sc_menu span {
	margin-top: 3px;
	font-size: 0.7em;
	font-weight: bold;
	color: #333;
}
.sc_menu span {
	margin-top: 3px;
	font-size: 0.7em;
	font-weight: bold;
	color: #333;
}

.idx_more {
	font-size: 0.8em;
	padding: 0 5px 5px 5px;
}

.idx_more span {
	color: #636363;
	font-weight: bold;
}

.idx_more .line {
	padding-top: 5px;
	border-top: 1px dotted #919191;
	margin-top: 5px;
}

.idx_services {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #CDCDCD;
}

.idx_gallery {
	width: 172px;
	float: right;
	margin-top: 11px;
}

.idx_gallery_pic {
	height: 105px;
}

.idx_gallery_name {
	height: 17px;
	background: url('images/idx_gallery_title.png');
	padding: 1px;
}

.idx_gallery_name a:link, .idx_gallery_name a:visited, .idx_gallery_name a:active {
	font-size: 0.8em;
	color: #FFF;
	font-weight: bold;
}

.idx_adv1 {
	border-top: 1px solid #CDCDCD;
	border-bottom: 1px solid #CDCDCD;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	text-align:center;
	height: 78px;
}

.pagesBtn {
	float: right;
	border: 1px solid #CDCDCD;
	background: #F1F1F1;
	font-size: 0.8em;
	padding: 4px 8px 4px 8px;
	margin-left: 5px;
}

.pagesBtn_curr {
	float: right;
	border: 1px solid #008040;
	background: #79A234;
	font-size: 0.8em;
	padding: 4px 8px 4px 8px;
	margin-left: 5px;
	
	color: #FFF;
	font-weight: bold;
}


	/* idx articles */
	
	.idx_main_article {
		
	}
	
	.idx_main_article .article_title {
		font-size: 1em;
		font-weight: bold;
	}
	
	.idx_main_articleOver .article_title {
		font-size: 0.8em;
		font-weight: bold;
		color: #608a28;
	}
	
	.idx_main_article .article_txt, .idx_main_articleOver .article_txt {
		font-size: 0.8em;
		color: #333333;
		text-decoration: none;
	}
	
	.idx_main_article .idx_main_article_img {
		width: 280px;
		height: 195px;
		border: 1px solid #CDCDCD;
		float: right;
	}
	
	.idx_main_articleOver .idx_main_article_img {
		width: 280px;
		height: 195px;
		border: 1px solid #fff;
		float: right;
		-webkit-box-shadow: 0 1px 10px #999;
		-moz-box-shadow: 0 1px 10px #999;
		box-shadow: 0 1px 10px #999;
	}
	
	.idx_main_article .idx_main_article_content, .idx_main_articleOver .idx_main_article_content {
		width: 200px;
		padding-left: 5px;
		float: right;
	}
	
	.idx_main_article .more, .idx_main_articleOver .more {
		margin-top: 10px;
	}
	
	.idx_main_article .more a, .idx_main_articleOver .more a {
		background: #cfcfcf; font-weight: bold; font-size: 0.8em;
	}
	
	.articlesMafrid {
		height: 10px; border-bottom: 1px solid #CDCDCD; margin-bottom: 10px;
	}
	
	.articlesBox {
		padding: 5px; border-right: 1px solid #cdcdcd; border-left: 1px solid #cdcdcd; border-bottom: 1px solid #cdcdcd;
	}
	

	
	.article {
		float: right;
		width: 149px;
		margin-left: 9px;
	}
	
	.article .pic {
		height: 60px;
		border: 2px solid #CDCDCD;
		background-position: center;
		background-repeat: no-repeat;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
	}
	
	.article .title {
		height: 48px;
		margin-top: 5px;
		padding: 2px;
		background: #c7e7ff;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
	}
	
	.article .title a {
		font-size: 0.8em;
		color: #1269b2;
		font-weight: bold;
		text-decoration: none;
	}
	
	.article:hover {
		float: right;
		width: 149px;
		margin-left: 9px;
	}
	
	.article:hover .pic {
		height: 60px;
		border: 2px solid #388fd2;
		background-position: center;
		background-repeat: no-repeat;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
	}
	
	.article:hover .title {
		height: 48px;
		margin-top: 5px;
		padding: 2px;
		background: #388fd2;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
	}
	
	.article:hover .title a {
		font-size: 0.8em;
		color: #FFF;
		font-weight: bold;
		text-decoration: none;
	}
	
	.sub_article_pas {
		float: right;
		border-left: 1px solid #CDCDCD;
		margin-left: 11px;
		margin-right: 11px;
		height: 110px;
		width: 3px;
	}
	
	.moreArticles {
		background: #F1F1F1;
		text-align: left;
		margin: 10px;
		padding: 4px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
	}
	
	.moreArticles a {
		font-size: 0.8em;
		font-weight: bold;
		color: #608a28;
	}
	
	.roshhair {

	}
	
	.mainAdv {
		background: #CDCDCD;
		padding: 5px;
		margin-bottom: 10px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
	}
	
	.adv2 {
		margin: 10px auto 0 auto;
	}

	.adv2:hover {
		-webkit-box-shadow: 0 1px 10px #999;
		-moz-box-shadow: 0 1px 10px #999;
		box-shadow: 0 1px 10px #999;
	}
	
	.adv5 {
		float: right;
		margin: 0 15px 15px 15px;
	}

	.adv5:hover {
		float: right;
		margin: 0 15px 0 15px;
		-webkit-box-shadow: 0 1px 10px #999;
		-moz-box-shadow: 0 1px 10px #999;
		box-shadow: 0 1px 10px #999;
	}
	
	.articlePage {
		font-size: 0.8em;
	}
	
	.articlePage .article_pic {
		float: right;
		width: 160px;
		height: 100px;
		border: 1px solid #CDCDCD;
		background-position: center;
		background-repeat: no-repeat;
		background-color: #CDCDCD;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
	}
	
	.articlePage .article_content {
		float: right;
		width: 340px;
		height: 100px;
		font-size: 0.8em;
		color: #666666;
		padding: 0 5px 0 5px;
	}
	
	.articlePage .article_title {
		font-weight: bold;
		font-size: 14px;
	}
	
	.articlePage .article_txt {
		color: #666666;
		text-decoration: none;
	}
	
	.articlePage_bottom {
		height: 10px;
		margin-top: 10px;
		border-top: 1px solid #CDCDCD;
	}
	
	.more_articles {
		background: url('images/more_articles.png');
		padding: 3px;
		text-align: left;
		margin-top: 10px;
	}
	
	.more_articles a {
		font-size: 0.8em;
		color: #FFF;
		font-weight: bold;
	}
	
	.article_bot {
		margin-top: 10px;
		border-top: 1px dashed #CDCDCD;
		height: 10px;
	}
	
	.article_link {
		background: url('images/article_arrow.png') right no-repeat;
		padding: 3px 15px 3px 3px;
	}
	
	.article_link a {
		font-size: 0.8em;
		color: #333333;
		font-weight: bold;
	}
	
	.articleText p {
		margin: 0;
	}
	
	.miniArticle {
		font-size: 0.8em;
		float: right;
		margin-top: 5px;
	}
	
	.miniArticle .article_pic {
		float: right;
		width: 100px;
		height: 60px;
		border: 1px solid #CDCDCD;
	}
	
	.miniArticle .article_content {
		float: right;
		width: 120px;
		height: 60px;
		font-size: 0.8em;
		color: #666666;
		padding: 0 5px 0 5px;
	}
	
	.miniArticle .article_title {
		font-weight: bold;
	}
	
	.miniArticle .article_txt {
		color: #666666;
		text-decoration: none;
	}


@import('topbar.css.php');

/*  header */

.site {
	margin: 30px auto 0 auto;
	width: 860px;
}

.header {
	width: 860px;
	height: 135px;
	position: relative;
	background: url('images/header.png') center no-repeat;
}

.header_menu {
	border: 1px solid #cdcdcd;
	background: url('images/menu.gif') bottom repeat-x;
	margin-top: 1px;
}

.header_sub_menu {
	padding: 5px;
	margin-bottom: 15px;
	background: #CDCDCD;
}

.logo {
	width: 188px;
	height: 135px;
	position: absolute;
	top: 0;
	right: 0;
}

.search {
	width: 245px;
	height: 20px;
	position: absolute;
	top: 25px;
	left: 16px;
	font-size: 0.8em;
}

.textSize {
	position: absolute;
	top: 22px;
	left: 300px;
}

.homepage {
	position: absolute;
	bottom: 35px;
	left: 0.8em;
}

.fav {
	position: absolute;
	bottom: 15px;
	left: 0.8em;
}

.menu {
	width: 500px;
	height: 20px;
	position: absolute;
	bottom: 16px;
	right: 200px;
	background: #FFF;
}

.menu_btn {
	float: right;
	background: url('images/menu_down_arrow.gif') left no-repeat;
	padding-left: 13px;
	position: relative;
	height: 20px;
}

.menu_btn a.mainMenu {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

.menu_mafrid {
	float: right;
	font-size: 14px;
	color: #cdcdcd;
	margin-right: 10px;
	margin-left: 10px;
}

.menu_level_2 {
	padding: 2px;
	border-bottom: 1px solid #183c9c;
	font-size: 0.9em;
	width: 140px;
	float: right;
	margin-left: 10px;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.menu_level_2 a {
	font-weight: regular;
	color: #FFF;
}

.menu_level_2:hover, .menu_level_2:focus {
	background: #fdb710;
}

.menu_level_2:hover a, .menu_level_2:focus a {
	color: #000;
}

.menu_sub3 {
	position: absolute;
	top: 0;
	right: 135px;
	z-index: 999999;
	visibility: hidden;
	background: #fdbb1a;
	width: 180px;
	padding: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.menu_level_3 {
	padding: 2px;
	border-bottom: 1px solid #cc9100;
	font-size: 1em;
}

.menu_level_3 a {
	color: #000;
}

.menu_level_3:hover, .menu_level_3:focus {
	background: #113185;
}

.menu_level_3:hover a, .menu_level_3:focus a {
	color: #fff;
}

.footer {
	margin-top: 20px;
}

.footer .copyRights {
	margin: 0 auto 0 auto;
	width: 860px;
	text-align: center;
	border-top: 2px solid #23408e;
}

.footer .copyRightsTxt {
	padding: 10px;
	font-size: 0.8em;
}

.footer .copyRights table {
	font-size: 0.8em;
}

.footer .copyRights table td {
	padding: 0 0 10px 0;
}


.manage_input {
	width: 250px;
}

	.minisite_box .content {
		padding: 0 4px 0 4px;
	}
	
	.minisite_box .title_in {
		padding: 0 4px 0 4px;
		font-weight: bold;
	}
	
	.minisite_box .content_in {
		padding: 4px;
		font-size: 0.8em;
	}
	
	.admin_tbl {
		font-size: 0.8em;
		border: 1px solid #CDCDCD;
	}
	
	.admin_tbl td {
		padding: 4px;
	}
	
	.admin_tbl .tr_title td {
		background: #79a234;
		font-size: 14px;
		font-weight: bold;
		color: #FFF;
	}
	
	.admin_tbl .tr1 td {
		background: #F1F1F1;
	}
	
	.admin_tbl .tr2 td {
		background: #FFF;
	}

	/* Calander Style */
	
	table.calc {
		width: 100%;
		border-left: 1px solid #CDCDCD;
	}
	
	.calc_dayTitle {
		background: #DEE3C6;
		font-size: 0.8em;
		padding: 1px 2px 1px 2px;
	}
	
	.calcDay {
		background: #FFF;
		height: 100px;
		line-height: 18px;
		border-bottom: 1px solid #CDCDCD;
		border-right: 1px solid #CDCDCD;
	}
	
	td.calcToday {
		background: #f9f8c5;
		height: 100px;
		line-height: 18px;
		border-bottom: 1px solid #CDCDCD;
		border-right: 1px solid #CDCDCD;
	}
	
	td.calcDay_hover {
		background: #DEE3C6;
		height: 100px;
		line-height: 18px;
		border-bottom: 1px solid #CDCDCD;
		border-right: 1px solid #CDCDCD;
	}
	
	td.calcNoSuchDay {
		background: #FFF;
		height: 100px;
		border-bottom: 1px solid #CDCDCD;
		border-right: 1px solid #CDCDCD;
	}
	
	.calcTitle {
		background: #79A234;
		color: #FFFFFF;
		font-weight: bold;
		font-size: 0.8em;
		padding: 2px;
		border-bottom: 1px solid #CDCDCD;
		border-right: 1px solid #CDCDCD;
	}
	
	td.calcDateTd {
		font-size: 20px;
	}
	
	.calcEvent {
		margin: 1px;
		padding: 2px;
		background: #FFE410;
		font-size: 11px;
	}
	
	.calcEvent a {
		color: #000;
	}
	
	/* Calander Style */
	
	table.tcalc {
		width: 92%;
		border-left: 1px solid #CDCDCD;
	}
	
	.tcalc_dayTitle {
		font-size: 0.8em;
		padding: 1px 2px 1px 2px;
		height: 20px;
	}
	
	.tcalcDay {
		background: #DEE3CB;
		border-bottom: 1px solid #CDCDCD;
		border-right: 1px solid #CDCDCD;
	}
	
	td.tcalcToday {
		background: #FFE410;
		border-bottom: 1px solid #CDCDCD;
		border-right: 1px solid #CDCDCD;
	}
	
	td.tcalcDay_hover {
		background: #FFE410;
		border-bottom: 1px solid #CDCDCD;
		border-right: 1px solid #CDCDCD;
	}
	
	td.tcalcNoSuchDay {
		border-bottom: 1px solid #CDCDCD;
		border-right: 1px solid #CDCDCD;
	}
	
	.tcalcTitle {
		background: #79A234;
		color: #FFFFFF;
		font-weight: bold;
		font-size: 0.8em;
		padding: 2px;
		border-bottom: 1px solid #CDCDCD;
		border-right: 1px solid #CDCDCD;
	}
	
	td.tcalcDateTd {
		font-size: 0.8em;
	}
	
	#text {margin:50px auto; width:500px}
	.hotspot {color:#900; padding-bottom:1px; border-bottom:1px dotted #900; cursor:pointer}
	
	#tt {position:absolute; display:block; background:url(images/tooltip/tt_left.gif) top left no-repeat}
	#tttop {display:block; height:5px; margin-left:5px; background:url(images/tooltip/tt_top.gif) top right no-repeat; overflow:hidden}
	#ttcont {display:block; padding: 0 5px 0 0; margin-left:5px; background:#666; color:#FFF; font-size: 0.8em;}
	#ttbot {display:block; height:5px; margin-left:5px; background:url(images/tooltip/tt_bottom.gif) top right no-repeat; overflow:hidden}
	#tooltip_content {padding: 5px;}


	/* content pages */
	
	table.pagesContentTable {
		border-collapse:collapse;
		border-color: #CDCDCD;
		border-width: 0 0 1px 1px;
		border-style: solid;
	}
	
	table.pagesContentTable td {
		border-color: #CDCDCD;
		border-width: 1px 1px 0 0;
		border-style: solid;
		margin: 0;
		padding: 4px;
	}
		
	.pages_menu_l1 {
		font-size: 0.8em;
		color: #000;
		padding: 3px;
		border-bottom: 1px solid #CDCDCD;
		margin-bottom: 1px;
		background: url('images/sidemenu.gif') repeat-y;
	}
	
	.pages_menu_l1 a {
		color: #000;
		font-weight: bold;
	}
	
	.pages_menu_l1_over {
		font-size: 0.8em;
		font-weight: bold;
		color: #FF6200;
		padding: 3px;
		border-bottom: 1px solid #CDCDCD;
		margin-bottom: 1px;
		background: url('images/sidemenu.gif') repeat-y;
	}
	
	.pages_menu_l1_over a {
		color: #FF6200;
		font-weight: bold;
	}
	
	.pages_menu_l2 {
		font-size: 18px;
		padding: 4px;
		margin: 0 0 2px 10px;
		background: #CDCDCD;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
	}
	
	.pages_menu_l2_over {
		font-size: 18px;
		padding: 4px;
		margin: 0 0 2px 10px;
		background: #f89d1b;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
	}
	
	.pages_menu_l2 a {
		color: #333;
	}
	
	.pages_menu_l2_over a {
		color: #FFF;
		font-weight: bold;
	}
	
	.pages_menu_l3 {
		font-size: 11px;
		padding: 2px;
		margin: 0 0 2px 10px;
		border-bottom: 1px solid #CDCDCD;
	}
	
	.pages_menu_l3 a {
		color: #333;
	}
	
	.pages_menu_l3_over {
		font-size: 11px;
		padding: 2px;
		margin: 0 0 2px 10px;
		border-bottom: 1px solid #CDCDCD;
	}
	
	.pages_menu_l3_over a {
		color: #000;
	}
	
	.departContact {
		font-size: 14px;
	}
	
	.departContact .title {
		padding: 4px;
		background: #000000;
		color: #FFF;
	}
	
	.departContact .normal {
		padding: 4px;
		background: #D6D6D6;
		color: #000;
	}
	
	.schooltbl td {
		border-bottom: 1px solid #CDCDCD;
		margin: 0;
	}
	
	.schooltbl_td1 {
		font-weight: bold;
		width: 120px;
		background: #F1F1F1;
	}

	.reg_part_title {
		color: #007D3C;
		font-weight: bold;
	}
	
	.regTbl_td1 {
		width: 100px;
		color: #000;
		font-weight: bold;
		text-align: left;
		font-size: 14px;
	}
	
	.regTbl_td2 {
		
	}

.galleryFolderPic {
	margin: 15px; float: right; background: url('images/galleryFolderPicBg.png') top center no-repeat; width: 250px;
}

.galleryFolderPic .pic {
	width: 200px; height: 120px; overflow: hidden; margin: 18px auto 0 auto; cursor: hand; cursor: pointer; border: 1px solid #CDCDCD;
}

.galleryFolderPic .txt {
	margin-top: 10px; text-align: center; height: 30px; font-size: 11px;
}

.galleryPic_first {
	margin: 5px; float: right; width: 410px; height: 240px;
}

.galleryPic_first .pic {
	width: 410px; height: 240px; overflow: hidden; cursor: hand; cursor: pointer; border: 1px solid #CDCDCD;
}

.galleryPic_first .txt {
	margin-top: 1px; text-align: center; height: 30px; font-size: 11px; background: #cdcdcd; border: 1px solid #CDCDCD;
}

.galleryPic {
	margin: 5px; float: right; width: 200px; height: 130px;
}

.galleryPic .pic {
	width: 200px; height: 100px; overflow: hidden; cursor: hand; cursor: pointer; border: 1px solid #CDCDCD;
}

.galleryPic .txt {
	margin-top: 1px; text-align: center; height: 30px; font-size: 11px; background: #cdcdcd; border: 1px solid #CDCDCD; overflow: hidden;
}

.galleryPic .rank {
	background:#79a234; width: 200px; margin: auto;
}

.galleryPic .rank table {
	font-size: 11px;
	color: #FFF;
}

.galleryPic .rank table a {
	font-size: 11px;
	color: #FFF;
}

.folderPic_first {
	margin: 5px; float: right; width: 410px; height: 260px;
}

.folderPic_first .pic {
	width: 410px; height: 240px; overflow: hidden; cursor: hand; cursor: pointer; border: 1px solid #CDCDCD;
}

.folderPic_first .txt {
	width: 410px; height: 30px; cursor: hand; cursor: pointer; background: #CDCDCD; font-size: 0.8em; overflow: hidden; padding: 1px;
}

.folderPic {
	margin: 5px; float: right; width: 200px; height: 130px;
}

.folderPic .pic {
	width: 200px; height: 100px; overflow: hidden; cursor: hand; cursor: pointer; border: 1px solid #CDCDCD;
}

.folderPic .txt {
	width: 200px; height: 30px; cursor: hand; cursor: pointer; background: #CDCDCD; font-size: 0.8em; overflow: hidden; padding: 1px;
}

.folderPic:hover .pic, .folderPic_first:hover .pic {
	border: 1px solid #8ba43c;
}

.folderPic:hover .txt, .folderPic_first:hover .txt {
	background: #8ba43c;
}


.slide-adv {
	font-size: 0;
	overflow: hidden;
	width: 654px;
	height: 210px;
	direction: ltr;
	position: relative;
}

.slide-adv .inner {
	width: 3000px;
}

.slide-adv a {
	font-size: 0;
	display: inline-block;
	margin: 10px 0;
}

.slide-adv img {
	width: 654px;
	height: 172px;
}

.news-scroller {
	height: 140px;
	overflow: hidden;
}

.bnagish-tbl {
	font-size: 0.8em;
}

.bnagish-tbl th {
	background: #113185;
	color: #FFF;
}

.bnagish-tbl tr td {
	background: #f1f1f1;
}

.bnagish-tbl tr td.title {
	background: #fdb812;
	color: #000;
}

/**/

.slick-arrow {
	position: absolute;
	bottom: 0;
	z-index: 3;
}

.slick-prev {
	right: 0;
}

.slick-next {
	left: 0;
}

.offset {
	position: fixed;
	top: -999px;
}