ul{
list-style:none;
}
/* news module */
.news-main{
border:1px solid #ccc;
padding:10px 20px;
margin:10px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
background:#555;
}
.mod-img{
border:solid 5px #ccc;
}
.mod-des{
width:298px;
font-size:12px;
}
.mod-title{
height:30px;
font-size:16px;
margin:10px 0;
}
.mod-title a{
color:#efefef;
}
.mod-detail{
height:25px;
margin:8px 0;
color:#efefef;
}
.mod-content{
height:auto;
text-align:justify;
}
.mod-more a{
height:25px;
width:85px;
color:#fff;
background:#000;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin:30px 0 0 30px;
text-align:center;
display:block;
}
.mod-more a:hover{
height:25px;
width:85px;
color:#fff;
background:#BB0B2E;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin:30px 0 0 30px;
text-align:center;
display:block;
}
.modify-date{
width:110px;
height:18px;
font-size:8px;
padding-top:7px;
}
.writer{
width:130px;
height:18px;
font-size:9px;
padding-top:7px;
}
.num-view{
width:115px;
height:18px;
font-size:9px;
padding-top:7px;
}
.mod-img1{
min-width:200px;
border:solid 5px #ccc;
max-width:565px;
}
.mod-img1 img{
max-width:530px;
min-width:200px;
}
.back{
float:left;
margin-top:-14px;
}
.no-comment{
margin:10px 0 20px 0;
padding-right:20px;
}
.comment
{
padding:10px 0px 10px 0;
font-family: 'BYekan';
color: #efefef;
height:auto;
font-size:14px;
}
.comment-form{
padding:15px 25px;
border:1px solid #C9CACA;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px; 
}
.comment-form input[type=text],.comment-form input[type=password]{
width:250px;
background:#fff;
border:1px solid #CCCCCC;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
-webkit-box-shadow: inset 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 2px 2px 5px 2px rgba(0, 0, 0, 0.1); 
}
.comment-form textarea{
border:1px solid #CCCCCC;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
-webkit-box-shadow: inset 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 2px 2px 5px 2px rgba(0, 0, 0, 0.1); 
}
.comment-box{
padding: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px; 
border: 1px solid #eff1fe; 
margin-bottom: 10px;
}
.comment-forwarding
{
background: url(../../modules/listings/news/tmps/comment.png) no-repeat right center;
text-align:justify;
margin-bottom:10px;
}
.comment-detail{
width:98%;
border:1px solid #c9caca;
height:auto;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background:#F3F3F3;
}

.timing
{
float: left;
font-size:10px;
margin:10px 0 10px 10px;
color:#b1b1b1;
}
.archive{
width:95px;
background:#757473;
height:38px;
    font-size: 14px;
    padding-top: 12px;
	margin-top:-12px;
	
}
.archive:hover{
background:#000;
}
.archive a,.archive a:hover{
color:#fff;
}
#catslist{
width:80px;
}
.mod-group{
border:1px solid #e3e3e3;
margin:10px 22px;
width:258px;
font-size:12px;
background:#919191;
padding:10px;
height:375px;
}
.group-title{
height:30px;
font-size:17px;
border-bottom:1px solid #cecece;
}
.group-img{
border:2px solid #cecece;
}
.group-img1{
border:2px solid #cecece;
width:154px;
height:120px;
}
.group-img1 a{
text-decoration:none;
display:block;
}
.group-img1 a span.play { 
display:none;
 background: url(img-default/play.png) center center no-repeat; 
 height: 48px;
  position: relative; 
	z-index: 100;
width:48px;
 }
.group-img1 a:hover span.play { 
display:block;
 }
.group-img1 a img:hover{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";

  /* IE 5-7 */
  filter: alpha(opacity=60);

  /* Netscape */
  -moz-opacity: 0.6;

  /* Safari 1.x */
  -khtml-opacity: 0.6;

  /* Good browsers */
  opacity: 0.6;
}
.group-date{
font-size:10px;
height:20px;
margin-top:5px;
color:#EFEFEF;
}
.group-des{
padding:5px 0;
margin-bottom:5px;
}
.group-item-title{
font-size:13px;
color:#EFEFEF;
height:23PX;
}
.group-other-title{
border-top:1px dashed #cecece;
padding:5px 0;
}
.group-other-title a{
color:#EFEFEF;
}
.zoom{
float:right;
margin-top:10px;
}
.group-more{
font-size:11px;
width:80px;
}
.group-more a{
color:#b90c2c;
}
.archive1{
width:95px;
background:#757473;
height:34px;
    font-size: 13px;
    padding-top: 12px;
	margin-top:-8px;
}
.archive1:hover{
background:#000;
}
.archive1 a,.archive1 a:hover{
color:#fff;
}
/* news module */
.group-title a{
color:#EFEFEF;
}
.group-item-title a{
color:#EFEFEF;
}
.photo-style{
border:1px solid #e3e3e3;
margin:10px;
width:158px;
font-size:12px;
background:#555;
padding:10px;
height:175px;
}
.photo-report{
border:1px solid #e3e3e3;
margin:10px;
width:158px;
font-size:12px;
background:#F3F2F2;
padding:10px;
height:140px;
}

.detail{
float:left;
width:70px;
padding:10px;
font-size:11px;
}
.photo-other-title{
float:right;
border:1px solid #e3e3e3;
margin:0 1px;
}
.photo-group{
border:1px solid #e3e3e3;
margin:10px 22px;
float:right;
width:258px;
font-size:12px;
background:#919191;
padding:10px;
height:325px;
}
.ad-thumbs{
padding:15px;
}
/*
member start
*/
.member-index{
width:290px;
padding:10px;
float:right;
}
.member-index input[type="text"],input[type="password"]{
border:1px solid #ccc;
width:200px;
}
select{
border:1px solid #ccc;
width:156px;
margin:10px;
}
textarea {
	height:auto;
	border:1px solid #ccc;
	margin:10px;
}
.member-index form{
border-top:1px solid #E6E6E6;
margin-top:15px;
}
.member-div{
-webkit-border-radius: 35px;
-moz-border-radius: 35px;
border-radius: 35px;
background:#C80C02;
padding:15px;
height:auto;
}
.member-div1{
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
background:#fff;
padding:15px;
border:1px solid #A12323;
height:auto;
font-family:tahoma;
font-size:11px;
}
.member-reg{
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
padding:25px;
border:2px solid #E06262;
width:200px;
float:left;
height:150px;
background:#FCF1F1;
text-align:center;
padding-top:10px;
}
.member-reg:hover{
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
padding:25px;
border:2px solid #E06262;
width:200px;
float:left;
height:150px;
background:#FCF1F1;
text-align:center;
padding-top:10px;
color:#007100;
}
.member-div1 a{
color:#4967CD;
}
/*
member end
*/

/*
Back to top button 
*/
#back-top {
	bottom: 0;
    position: fixed;
    right: 10px;
}
#back-top a {
	width: 70px;
	display: block;
	text-align: center;
	font: 9px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 70px;
	height: 70px;
	display: block;
	margin-bottom: 7px;
	background: #ddd url(img-default/up.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #777;
}
/*-------------Loading----------*/
#loading-image {
	width: 100%;
	text-align:center;
	padding-top:250px;
	background-color:#000;
	height: 100%;
	position: fixed;
	right:1px;
	opacity:0.85;
	filter: alpha(opacity=85); 
	-khtml-opacity: 0.85;     
	-moz-opacity: 0.85;     
	z-index: 1000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px;
}
/*--------Last Item Image Creator---------*/
.imgbig{
	width:400px;
	position:absolute;
	border:5px solid #aaa;
	z-index:1000;
}
/*---------weblog----------*/
.w_title{
	
}
.w_desc{
	
}
.w_date{
	
}
/*---------event----------*/
.date-day{
position:relative;
top:-60px;
}
.taghvim{
width:248px;
height:225px;
text-align:center;
font-size:31px;
font-family:tahoma;
position:relative;
top:-40px;
}
.top-taghvim{
height:40px;
background: #f74f31; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3NGYzMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZjY3NjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left, #f74f31 0%, #bf6767 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f74f31), color-stop(100%,#bf6767)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #f74f31 0%,#bf6767 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #f74f31 0%,#bf6767 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #f74f31 0%,#bf6767 100%); /* IE10+ */
background: linear-gradient(to right, #f74f31 0%,#bf6767 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f74f31', endColorstr='#bf6767',GradientType=1 ); /* IE6-8 */
width:224px;
position:relative;
top:43px;
border:1px solid #B72626;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
color:#fff;
font-size:33px;
}
.date-taghvim{
position:relative;
font-size:90px;
top:60px;
height:0px;
}
.month-taghvim{
position:relative;
font-size:30px;
top:44px;
height:0px;
}
.other-event{
text-align:center;
height:80px;
margin:0 15px;
}
.top-other-event{
color:#fff;
height:14px;
position:relative;
top:26px;
width:48px;
background:#cc4f31;
}
.day-other-event{
font-size:25px;
position:relative;
top:-35px;
}
/*---------best student----------*/
.schooltopname{
font-weight:bold;
margin-bottom:5px;
}
.schooltopclass{
margin-bottom:5px;
}
.schooltoplesson{
margin-bottom:5px;
}
.schooltopmark{}