h1 {
	color: #8B0000;
}

.padding10 {
	padding: 10px;
}

* html body div#padding10 {
	display: inline-block;
}

.RichTextEditable {
        height: 400px;
        overflow-y: scroll;
        overflow-x: hidden;
}

table.newspaper {
	width: 100%;
	padding: 2px;
}

.norecords {
	font-weight: bold;
	font-size: 11pt;
}

.default_class {
	white-space: nowrap;
	overflow: hidden;
}

.date {
	width: 85px;
}


/** role list **/
table.rolelist thead th + th, 
table.rolelist tbody td + td {
    width: 100px;
    max-width: 100px;
    overflow: hidden;
}

/** user list **/
table.userlist thead th + th, 
table.userlist tbody td + td {
    width: 100px;
    max-width: 100px;
    overflow: hidden;
}

table.userlist thead th + th + th + th, 
table.userlist tbody td + td + td + td {
    width: 200px;
    max-width: 200px;
    overflow: hidden;
}

table.userlist thead th + th + th + th + th, 
table.userlist tbody td + td + td + td + td {
    width: 100px;
    max-width: 100px;
    overflow: hidden;
}

/** backup list **/
table.backupfiles thead th + th, 
table.backupfiles tbody td + td{
    width: 100px;
    max-width: 100px;
    overflow: hidden;
}

