body
{
    margin:0px;
    padding:0px;
    color: #ffffff;
    
    background-color:#000000;
    background-repeat:no-repeat;
    
    font-family: Calibri, Tahoma, sans-serif;
    font-size: 0.8em;
}

/* container */
.readItem,
.item
{
	border: 1px solid transparent;
	overflow: hidden;

	white-space:nowrap;
	text-overflow:ellipsis;
	
	padding:3px;
}

.unreadItem
{
	font-weight:bold;
}

.date
{
	color:#67788a;
	font-size: 0.75em;
}

/* ScrollUp/ScrollDown */
#scrollUp,
#scrollDown
{
	border: 1px solid #eeeeee;
    position: absolute;
    overflow: hidden;
    width: 128px;
    height: 9px;
    color: buttontext;
    font-family: webdings;
    font-size: 10px;
    line-height: 7px;
	text-align: center;
    cursor: pointer;
    padding: 0px;
    margin: 0px;
    z-index:2;

	color:#ffffff;
	border-color:#5E616D;
    background-color: #181D29;
}

#scrollUp.docked 
{
	top: 40px;
	left: 3px;
	width: 121px;
}
#scrollDown.docked 
{
	top: 178px;
	left: 3px;
	width: 121px;
}
#container1.docked 
{
    width: 123px;
    height: 130px;
    position: absolute;
    top: 51px;
    left: 3px;
    overflow: hidden;
    z-index: 2;
}

#container2.undocked 
{
    width: 304px;
    height: 186px;
    position: absolute;
    top: 46px;
    left: 26px;
    overflow: auto;
}

/* Items */
.unread_item ,
.read_item
{
	color:#ffffff;
	clear:both;
	z-index: 3;
}
.unread_item 
{
	font-weight:bold;
}
.read_item 
{
	font-weight:normal;
}