table.list, table.special
{
    width: 100%;
    margin: 0px;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #f0f0f0;
    empty-cells: show;
}

div.context-attributes table table.list, div.context-attributes table table.special
{
}

table.list th, table.list td, table.special th, table.special td
{
    padding: 0.25em;
    text-align: left;
    vertical-align: top;
}

table.list td.number, table.special td.number
{
    text-align: right;
}

table.list th, table.special th
{
    color: #254b71;
    background-color: #c0c0c0;
    border: 1px solid #ececec;
    border-top-width: 2px;
    font-weight: bold;
    white-space: nowrap;
}

table.list td
{
    border-top: 1px solid #f0f0f0;
    font-weight: normal;
    border-left: 0px;
}

tr.bglight
{
    background-color: #f8f8f8;
}

tr.bgdark
{
    background-color: #f4f4f4;
}

table.list tr.bglight:hover, table.list tr.bgdark:hover
{
    background-color: #ffffff;
    border: 1px solid #000;
}

table.list tr.object-cannot-remove td
{
    color: #ff0000;
}

table.home
{
	margin-top:20px;
}

th.tight, td.tight
{
    width: 1%;
}

th.tight a, th.tight a:hover, th.tight a:visited
{
	text-decoration: none;
}

td.nowrap 
{
    white-space: nowrap;
}

div.personal ul li{
	list-style:disc;
	margin-left:20px;
	padding-top:4px;
}

div.personal-listing{
	padding-top: 20px;
}

/* CONTEXT TOOLBAR AND INFORMATION */

div.context-toolbar div.block
{
    margin: 0;
    display: inline;
    padding: 0px;
}

div.break
{
    font-size: 1px;
    height: 1px;
    clear: both;
    margin: 0px;
    padding: 0px;
}

div.block div.left
{
    text-align: left;
    float: left;
    clear: left;
}

div.block div.right
{
    text-align: right;
    float: right;
    clear: right;
}

div.divider
{
	border-top:1px solid #4e2683;
	margin-top:20px;
	margin-bottom:20px;
}

div.buttonblock, div.preview-block {
	margin-top:20px;
	padding:10px;
	border-top:1px solid #4e2683;
}

div.message-error ul, div.message-error ul, div.message-feedback ol, div.message-feedback ul{
	margin:5px 5px 5px 5px;
	padding-left: 5px;
}

div.message-error li, div.message-feedback li{
	margin:5px 5px 5px 5px;
	list-style:disc;
}