body {
	margin: 0px;
}
	
.stat-changelog {
	font-family: verdana,arial,sans-serif;
	font-size: 10px;
	background-color: #E9F0F8 !important;
	padding: 10px;
}

.stat-changelog .alignleft {
    float: left;
}

.stat-changelog .alignright {
    float: right;
}

.stat-changelog .clearfloat {
    clear: both;
}


.stat-changelog .changelog-title {
	color: #006699;
	font-size: 16px;
	font-weight: bold;
	padding: 4px;
}

.stat-changelog .title p {
    margin: 0px;
}

.stat-changelog .collapsable-frame .title {
    font-size: 12px;
}

.stat-changelog .collapsable-section .title {
    font-size: 10px; 
}

.stat-changelog .title a {
    color: #006699;
    text-decoration: none;
}

.stat-changelog .collapsable  {
	padding:4px;
/* 	border: 1px solid red; */
}

.stat-changelog .table {
    border-collapse: collapse;
    table-layout: fixed;
    width:100%;
    background-color: #E9F0F8 !important;
}

.stat-changelog .table th,tr,td {
    border: 1px solid #CCCCCC;
    padding:2px;
}

.stat-changelog .table th {
    text-align: left;   
}

.stat-changelog .table div {
    padding-top: 1px;
    padding-bottom: 1px;    
}

.stat-changelog .table .location {
    font-style: italic;
}

.stat-changelog .table .entry-title {
    font-weight: bold;
}

.stat-changelog .visible {
    visibility: visible;
    display: block;
}

.stat-changelog .collapsed {
    visibility: collapse;
    display: none;
}

.stat-changelog .collapsable-group {
    margin-top:6px;
    margin-bottom:6px; 
    border:1px solid #BBBBBB;
    background-color: #E9F0F8;
    padding:4px;
}

.stat-changelog .collapsable-section {

    border-color: #006699;
}

.stat-changelog .inactive {
    color: #999999;
    border-color: #999999;
}

/* Set default visibility state */
.stat-changelog .collapsable-frame .collapsable-content  {
    visibility: visible;
    display: block;
}

.stat-changelog .collapsable-section .collapsable-content  {
    visibility: collapse;
    display: none;
}

.stat-changelog .change-simple table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 12px;
}

.stat-changelog .change-simple table td {
	vertical-align: top;
	padding: 4px;
}

.stat-changelog .change-simple table tr:first-child {
    font-weight: bold;
}

.stat-changelog .change-simple table td:first-child {
    width: 80px;
    font-weight: bold;
    background-color: #D1CACA;
}