/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{

}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

.accheader{
		color: #ffffff !important;
		font-size:20px;
        background: #2879b3;
        cursor: hand;
        cursor: pointer;
		margin-top::5px !important;
		line-height:30px;
		padding-left:5px;}
.arrowlistmenu
    {
        width: 100%; /*width of accordion menu*/		
    }
    .arrowlistmenu .menuheader
    {
        color: white;
        background: #2879b3;
        cursor: hand;
        cursor: pointer;
		margin:0px;
		line-height:30px;
		padding:5px;
		margin-top: 5px;
    }
    .arrowlistmenu .openheader
    {
        /*CSS class to apply to expandable header when it's expanded*/
        background:#ff6c00;
    }
	.acccontent{padding:10px 10px; margin-bottom:5px; height:200px; overflow-y: auto; color:#2879b3; text-align:justify;}
