html{
	margin: 0;
	padding: 0;
}

body{
	
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: PT Sans, Helvetica, Calibri, Arial,Helvetica;
	font-size: 16px;	
}

:focus{
	outline: none}

img{
	border: none;
}

a{
	text-decoration: none;
	color:#2c496c;
}

#content{
	width: 88%;
	margin: 40px auto;
	margin-right: 2%;
	float: right;

}

.widget{
	width: 230px;
	padding-right: 30px;
	border-right: 1px dotted #eee;
	border-bottom: 1px dotted #eee;
	height: 210px;
	float: left;
	line-height: 35px;
	padding: 0 20px;
}

.widget:hover{
	background: #f8fdff;
}

#status_bar{
	width: 90%;
	height: 80px;
	overflow: hidden;
	clear: both;
	float: right;
	margin: 0;
	border-bottom: 1px solid #ddd;

}

.user_avatar{
	width: 70px;
	-webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  border-radius: 70px;
}

#menu{
	width: 6%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	padding-left: 3px;
}

#menu:hover{
	/*cursor : url('/img/scroll.cur'), auto;*/
}

#menu_item{
	padding: 0;
	margin: 0 auto;
}

#menu_item li{
	list-style-type: none;
	text-align: center;
	margin: 15px 0;
}

#menu_item li a{
	text-decoration: none;
	color: #aaa;
}

#menu_item li a:hover{
	color: #666;
}

#menu_item li a .icon_select {
    color: #000;
}

#linkinfo{
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #ccc;
	color: #000;
	text-align: center;
	position: fixed;
	bottom: 0;
	display: none;
}

.icon_count{
	width: 15px;
	height: 15px;
	font-size: 12px;
	float: right;
	position: absolute;
	bottom: -10px;
	right: 0;
	padding: 3px;
	font-weight: bold;
	color: #fff;
	z-index: 100;
	text-align: center;
	-webkit-border-radius: 12px;
  	-moz-border-radius: 12px;
  	border-radius: 12px;
}

.top_icon{
	width: 40px;
	float: right;
	margin: 15px 20px 0 20px;
	position: relative;
}

.top_icon a{
	color: #aaa;
}

.top_icon a:hover{
	color: #000;
}

#copy{
	font-size: 12px;
	color: #aaa;
	text-align: center;
	position: fixed;
	bottom: 0;
	left: 10px;
}

.icon_count_big{
	width: 25px;
	height: 25px;
	display: block;
	font-size: 16px;
	position: relative;
	line-height: 25px;
	margin-left: 10px;
	float: right;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 60px;
  	-moz-border-radius: 60px;
 	border-radius: 60px;
}

.text_bubble{
	color: #fff;
	padding: 0 5px;
	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	border-radius: 5px;
}

.bubble_0{
	background: #ccc;
}

.bubble_1{
	background: #278f49;
}

.bubble_2{
	background: #d22c2c;
}

.announce_block{
	width: 85%;
	min-width: 250px;
	border: 1px dotted #ccc;
	overflow: hidden;
	margin: 5px auto;
	padding: 5px 15px;
}

.announce_text{
	width:98%;
	min-width: 200px;
	margin:0 auto;
	padding:15px 1%;
	display:none;
}

.month_cell{
	width:232px;
	margin:0 25px;
	float:left;
	overflow: hidden;
}

.month_name_cell{
	text-align:center;
}

.empty_week_cell{
	width: 29px;
	height: 29px;
	overflow: hidden;
	border: 2px solid #fff;
	float: left;
}

.day_cell{
	width: 29px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	overflow: hidden;
	background: #f3f3f3;
	border: 2px solid #fff;
	float: left;
}

.schedule_detail{
	clear: both;
	float: left;
	width:80%;
	margin-top: 30px;
	padding-top: 20px;
	border-top:1px dotted #eee;
	display:none;
}

.titler {
	position:absolute;
	border:solid 1px rgba(0,0,0,0.1);
	border-radius:2px;
	background-color:rgba(255,255,255,0.9);
	box-shadow:1px 2px 2px rgba(0,0,0,0.5);
	color:#4e4e4e;
	font-size:14px;
	font-family: PT Sans, Helvetica, Calibri, Arial,Helvetica;
	line-height:13px;
	padding:3px 5px;
}

@media screen and (max-width: 800px) {
	.login-form {
		width: 300px!important;
	}
	.login-input {
		width: 234px!important;
	}
}

@media screen and (max-width: 800px) {
	#content, #status_bar {
		width: 80%;
	}

	#status_bar {
		width: 85%;
	}
	#menu {
		width: 70px
	}
	.top-user-info, .top-avatar, .top-logo2, .contact-cell-hidden {
		display: none;
	}
	.top-message {
		position: absolute;
		right: 0;
	}

	#search {position: static!important;width: auto!important;height: auto!important;}
	#contact_cell {position: static!important; width: auto!important;height: auto!important;margin-top: 20px!important;}

	#dresult {position: static!important;}
	.course-button {float: right!important;position:static!important;}
	.control {width: auto!important;overflow: hidden}
	.ppck {
		float: none!important;
		margin-top:0!important;
	}
	.toptg {
		display: none;
	}
}

@media screen and (max-width: 400px) {
	#content, #status_bar {
		width: 78%;
	}


}