@charset "utf-8";
/* Notofication CSS Document */
.notification li{
	padding:5px 10px 5px 35px;
	border-bottom:1px solid #D6D6D6;
	/*background:url([notification_course_bullet]) no-repeat 10px 11px;*/
	background:none;
	position:relative;
}
.notification li.tbl-even{
	/*background:url([notification_course_bullet]) no-repeat 10px 11px #fff;*/
	background:#fff;
}
.notification div.tbl-even{
	background:#fff;
}
.notification li input[type='checkbox'] {
	position:relative;
	top:2px;
	margin-right:2px;
}
h3.notification_date {
	font-size:11px;
	color:#000;
	line-height:28px;
	font-weight:400;
	text-transform:uppercase;
	background:[notification_course_bg];
	border:1px solid #D6D6D6;
	border-bottom:none;
	padding:0 0 0 5px;
	margin:0;
}

h3.notification_date input[type='checkbox'] {
	position:relative;
	top:2px;
	margin-right:3px;
}
/*.notification li a{
	font-size:12px;
	color:#000;
	background-color:inherit;
}*/
.course{
	position:relative;
	background:[notification_course_bg];
	border:1px solid #D6D6D6;
	border-bottom:0;
	margin-bottom:8px;
}

.course li{
	font-size:12px;
	color:#595959;
	background-color:inherit;
	padding-right:42px;
}
.course li span{
	font-size:11px;
	color:#595959;
	background-color:inherit;
}
h3.cap {
	font-size: 15px;
	margin-bottom: 5px;
}
.btn_noty {
	font-size:11px;
	color:#838383;
	line-height:11px;
	margin-top:10px;
	float:right;
	padding:0 0 0 13px;
	background: url(../images/default/remove-ico.gif) 0 0 no-repeat;
}
ul.action {
	font-size:0;
	letter-spacing:0;
    position: absolute;
    right: 16px;
    top: 6px;
	margin:0;
}
ul.action li {
    border: medium none;
    display: inline-block;
    line-height: normal;
    margin:0 3px;
    padding: 0;
    vertical-align: top;
}
ul.action a {
	font-size:13px;
    display: block;
    margin: 0;
	padding:0;
}
ul.action a:before {
	display:none;
}