.DIV_Expander
{
    margin-top:20px;
	/*width:800px;*/
	margin-left:15px;
	margin-right:15px;
	border:none;
	/*-webkit-box-shadow: 5px 5px 3px #888888;
	-ms--box-shadow: 5px 5px 3px #888888;
	-o-box-shadow: 5px 5px 3px #888888;
	-moz-box-shadow: 5px 5px 3px #888888;*/
	-webkit-box-shadow: 2px 2px 7px gray;
	border-radius:4px; 
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
}

.HeaderStyle
{
    min-height: 23px;
    height:auto;
    /*background-color: #6fae7f; /*padding-left: 24px;*/ /*background-image:#f6f6f6 url(Images/BackgroundNormal.png) 50% 50% repeat-x;*/
    /*background-color: #8CA0AC;*/
    background-color:#79B495;
    color: white;
    margin-top: 15px;
    margin-bottom: 0px;
    border: 1px solid #cccccc;
    border-bottom: 0px;
    border-radius: 4px; /*8px 0px 0px; */
    -moz-border-radius: 4px; /*8px 0px 0px;*/
    -ms-border-radius: 4px; /*8px 0px 0px;*/
    -webkit-border-radius: 4px; /*8px 0px 0px;*/
    -o-border-radius: 4px; /*8px 0px 0px;*/
    cursor: default;
    background-image: url('../Images/expnad_down.png');
    background-repeat: no-repeat;
    background-position:5px 2px;
    font-size:12px;
    font-weight:bold;
    padding-left:12px;
    padding-right:12px;
    padding-top:3px;
}

.HeaderStyleExpand
{
    background-image: url('../Images/expand_up.png');
    border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -ms-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    -o-border-radius: 4px 4px 0px 0px;
    /*background-repeat: no-repeat;*/
    background-repeat: no-repeat;
    /*padding-left:24px;*/
    font-size:12px;
    font-weight:bold;
}

.ContentStyle 
{
	/*width:100%;*/
	border: 1px solid #cccccc;
	margin:0;
	border-radius:0px 0px 4px 4px; 
	-moz-border-radius:0px 0px 4px 4px;
	-ms-border-radius:0px 0px 4px 4px;
	-webkit-border-radius:0px 0px 4px 4px;
	-o-border-radius:0px 0px 4px 4px;
	-webkit-box-shadow: 1px 2px 10px #888888;
	-ms--box-shadow: 1px 2px 10px #888888;
	-o-box-shadow: 1px 2px 10px #888888;
	-moz-box-shadow: 1px 2px 10px #888888;
	font-size:12px;
	font-weight:normal;
	padding-bottom:20px;
	padding-left:10px;
	padding-right:10px;
	/*margin-right:1px;
	margin-left:1px;*/
}

.ContentStyle >li
{
    margin-left:15px;
    margin-right:15px;
    text-align:justify;
}

.ContentStyle >h4
{
    padding-left:10px;
    padding-right:10px;
    font-weight:bold;
}

h3.HeaderStyle:hover
{
	/*background-color:#006565;*/
	/*background-color: #B0BEC6;*/
	background-color:#78AD91;
}