.dropShadow *
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;

}
.dropShadow
{
	background: url(/webui/common/images/shadow.gif) no-repeat bottom right;
} 
.dropShadow div {
	background: url(/webui/common/images/shadow2.png) no-repeat left top !important;
	background: url(/webui/common/images/shadow2.gif) no-repeat left top;
	padding: 0px 5px 5px 5px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

div#eventMsg div h3
{
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #cbcfd0;
    font-weight: bold;
    color: #143152;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #EBEBEB;     
}
.subaction a
{
    font-size: 75%;
    color: #143152;
}

div#eventMsg a{ color: #143152;     font-size: 75%;}
div#eventMsg a:active{ color: #143152;     font-size: 75%;}
div#eventMsg a:hover{ text-decoration: none;     font-size: 75%;}


div#eventMsg div p
{
    border-width: 0 1px 0 1px;
    border-style: solid;
    border-color: #cbcfd0;
    padding-left: 4px;
}

div#eventMsg div ul
{
    list-style-type: circle;  
    list-style-position: inside; 
    font-weight: normal;
    border-width: 0 1px 0px 1px;
    border-style: solid;
    border-color: #cbcfd0;
    color: #990000;
    font-weight: bold;
    font-size: 100%;  
    padding-left: 12px;
    padding-bottom: 5px;     
}


