#dhtmlnews-boxesList{
	width:100%;
}
.dhtmlnews-msgUl {
	position: relative;	
}
.dhtmlnews-msgLi {
	list-style: none;
	overflow: hidden;
	/*position: absolute;*/
}
#dhtmlnews-msgs_header_btns{
	height:35px;
}

#dhtmlnews-msgs_filter{
	float:right;
	background-color:#E6E6E6;
    border:1px solid #D9D9D9;
	padding:5px;
}
#dhtmlnews-msgs_filter input{
    background:transparent url(/htm-webaxy/skins/standard/images/input-bg.png) repeat-x scroll left top;
    border:1px solid #AACCEE;
    vertical-align:top;
}


#dhtmlnews-msgs_filterInput{
	background-color:#E6E6E6;
    border:1px solid #D9D9D9;
    float:left;
    padding:5px;
}
#dhtmlnews-def{
	padding:4px 20px 0 0;
    width:180px;
	float:right;
}


.dhtmlnews-msgStatus{ 
    border:1px solid #AACCEE;
    overflow:hidden;
	padding:5px;
    text-align: center;
	width:91px;
}

.dhtmlnews-msgStatusactive{
	background:transparent url(/htm-webaxy/dhtmlnews/images/bg_fade_green_med.png) repeat-x 0 0; 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4fadb', endColorstr='#cae844'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#f4fadb), to(#cae844)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #f4fadb,  #cae844); /* for firefox 3.6+ */ 
}
.dhtmlnews-msgStatusfreeze{
	background:transparent url(/htm-webaxy/dhtmlnews/images/bg_fade_red_med.png) repeat-x 0 0; 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E4F6FF', endColorstr='#5ba5cb'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#E4F6FF), to(#5ba5cb)); /* for webkit browsers */
    background: -moz-linear-gradient(top,   #E4F6FF, #5ba5cb); /* for firefox 3.6+ */ 
}

.dhtmlnews-msgStatusexpired{
	background:transparent url(/htm-webaxy/dhtmlnews/images/bg_fade_blue_med.png) repeat-x 0 0; 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbccfc', endColorstr='#ac91eb'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#dbccfc), to(#ac91eb)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #dbccfc,  #ac91eb); /* for firefox 3.6+ */ 
}
	
.dhtmlnews-msgStatusnodays{
	background:transparent url(/htm-webaxy/dhtmlnews/images/bg_fade_med.png) repeat-x 0 0; 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EFF1EE', endColorstr='#c9cac9'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#EFF1EE), to(#c9cac9)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #EFF1EE, #c9cac9); /* for firefox 3.6+ */ 
}
.dhtmlnews-msgStatusfuture{
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FCE9CC', endColorstr='#e7a53f'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#FCE9CC), to(#e7a53f)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #FCE9CC,  #e7a53f); /* for firefox 3.6+ */ 
	}

.dhtmlnews-msgStatusTxt { 
    color:#ffffff;
	text-shadow:1px 1px 1px #FFFFFF;
    float:right;
}

.dhtmlnews-msgStatusTxtactive {
	color:#4b5b01;
	font-weight:bold;
}

.dhtmlnews-msgStatusTxtexpired{
    color:#310498;
}

.dhtmlnews-msgStatusTxtfreeze{
	color:#0b425f;
}

.dhtmlnews-msgStatusTxtnodays{
	color:#30302f;
}
.dhtmlnews-msgStatusTxtfuture{
	color:#865100;
}

.dhtmlnews-msgStatusImg {
	width:10px;
	height:10px;
	background-color:#ffffff;
	margin-left:5px;
	float:right;
}
.dhtmlnews-msgStatusImgactive{
	background-color:green;
}

.dhtmlnews-msgStatusImgfreeze{
	background-color:#d60001;
}

.dhtmlnews-msgStatusImgexpired{
	background-color:#d60001;
}

.dhtmlnews-msgStatusImgnodays{
	background-color:#d60001;
}

.dhtmlnews-msgStatusImgfuture{
	background-color:#d60001;
}
