.gadget_frame	
{
	border			            :	solid 1px #888;
	position		            :	relative;
	margin-bottom	            :	12px;
}

.gadget_frame .gadget_head	
{
	height			            :	24px;
	background		            :	url(./gadget/head_bg.png) repeat-x;
	position		            :	relative;
	border-bottom	            :	solid 1px #333;
}

.gadget_frame .gadget_head h3	
{
	height			:	16px;
	color			:	#FFFFFF;
	font-weight		:	bold;
	font-size		:	14px;
	line-height		:	24px;
	margin			:	0;
	padding-left    :   4px;
}

.gadget_frame .gadget_head .attach	
{
	position		:	absolute;
	top				:	2px;
	right			:	1px;
}

.gadget_frame .gadget_head .attach a	
{
	display			:	block;
	float			:	left;
	overflow		:	hidden;
	line-height		:	100px;
	background-position	:	top;
	height			:	20px;
	width			:	20px;
	margin-right	:	2px;
}

.gadget_frame .gadget_head a.cstm	
{
	background		:	url(./gadget/customize.png) no-repeat;
	display:none;
}

.gadget_frame .gadget_head a.shade	
{
	background		:	url(./gadget/shade.png) no-repeat;
}

.gadget_frame .gadget_head a.close	
{
	background		:	url(./gadget/close.png) no-repeat;
}

.gadget_frame .gadget_head .attach a:hover	
{
	background-position	:	0 -20px;
}

.gadget_frame .gadget_head img	
{
	margin			:	0 2px 0 6px;
	float			:	left;
}

.gadget_frame .gadget_body	
{
    padding         :	4px;
}
.gadget_frame .gadget_body .gadget_cal_outer .gadget_calender	{
	text-align: center;
	margin: 0;
	padding: 3px 0 0 1px;
}
.gadget_frame .gadget_body .gadget_cal_outer .gadget_calender td a	{
	color: #333;
	text-decoration: none;
}
.gadget_frame .gadget_body .gadget_cal_outer .gadget_calender td a:hover	{
	text-decoration: underline;
	color: #900;
}
.gadget_frame .gadget_body .gadget_cal_outer .gadget_calender th	{
	height: 16px;
	width: 38px;
}
.gadget_frame .gadget_body .gadget_cal_outer .gadget_calender td	{
	height: 25px;
	line-height: 22px;
	background: #f6f6e1;
	margin: 0 3px 3px 0;
}
.gadget_frame .gadget_body .gadget_cal_outer td.gadget_calender_no	{
	background: #ebeee8;
}
.gadget_frame .gadget_body .gadget_cal_outer td.gadget_calender_ovr	{
	background: #b2d4db;
}
.gadget_frame .gadget_body .gadget_cal_outer td.gadget_calender_act	{
	background: #ffcc66;
}
.gadget_frame .gadget_body .gadget_cal_outer dl.gadget_calender	{
	text-align: left;
}
.gadget_frame .gadget_body .gadget_cal_outer dl.gadget_calender	dt	{
	clear: left;
	float: left;
	display: inline;
	text-align: left;
	width: 60px;
	padding: 5px 3px;
	
}
.gadget_frame .gadget_body .gadget_cal_outer dl.gadget_calender	 dd	{
	margin-left: 0;
	padding: 5px 0 5px 65px;
	text-align: left;
	border-top: 1px dotted #888;
}

.gadget_frame .gadget_body .gadget_cal_outer div.gadget_calender_ellipsis	{
	border-top: 1px dotted #888;
	padding: 5px 0px 5px 0px;
}

.gadget_frame .gadget_body .list
{
    border-collapse : collapse;
}

.gadget_frame .gadget_body .list td.icon
{
    width : 16px;
    height : 16px;
}

.gadget_frame .gadget_body .list div
{
    width : 16px;
    height : 16px;
    background-image: url(./gadget/icon.png);
}

body.tablet #seminar_schedule
{
    display: none;
}

body.tablet #seminar_today
{
    display: none;
}

body.tablet #unhandled_tasks .gadget_body a
{
    position: relative;
    z-index: -100;
    text-decoration: none;
    color: Red;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
}

/* GADGET TEACHER LIST  */
.gadget_teach_index		{
	display: block;
/*	min-height: 90px;*/
	width: 582px;
	border: solid 1px #AAA;
	margin: 2px 2px 2px 2px;
	margin-bottom:6px;
}
.gadget_teach_index:after	{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.gadget_teach_left	{
	clear: left;
	float: left;
	display: block;
	width: 67px;
	padding:6px;
}
.gadget_teach_console	{
	float: left;
	display: block;
	width:483px;
}
.gadget_teach_nickname	{
	text-overflow   : ellipsis;
	white-space     : nowrap;
	overflow        : hidden;
	width: 470px;
	min-height: 25px;
	margin: 2px 3px 5px 0;
	border-bottom: solid 2px #444;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	vertical-align: text-bottom;
}
.gagdet_teach_comm	{
	word-wrap: break-word;
    width: 470px;
	margin: 2px 3px 5px 0;
}