/* Links None-Style */
a.none, a.none:hover{
background: none;
text-decoration: none;
}

/* Paragraph StickyNote-Style */
p.stickynote {
background: url(../images/sticky-bg.gif) no-repeat 5px center #FFFFFF;
border: 1px solid #CCCCCC;
padding: 10px 5px 10px 55px;
}

/* List Check-Style */
ul.checklist {
list-style: none;
}

ul.checklist li {
background: url(../images/icon-checklist.gif) no-repeat 0 4px;
margin-left: 15px;
padding: 0 0 0 20px;
}

/* List Stars-Style*/
ul.stars {
list-style: none;
}

ul.stars li {
background: url(../images/icon-star.gif) no-repeat 0 5px;
margin-left: 15px;
padding: 0 0 0 20px;
}
/* List Arrow-Style */
ul.arrow {
list-style: none;
}

ul.arrow li {
background: url(../images/icon-arrow.gif) no-repeat 3px 5px;
margin-left: 15px;
padding: 0 0 0 20px;
}

/* Table New-Style */
table.new {
border-collapse: collapse;
}

.new tr.head td{
background: #78B9F3 url(../images/sectblhdr.png) repeat-x top; /* #3e83c9; */
color: #fff;
font-weight: bold;
padding: 2px 11px;
border-left: 1px solid #95bce2;
border-right: 1px solid #95bce2;
height: 22px;
line-height: 22px;
}
.new tr.head:hover td {
background: #78B9F3 url(../images/sectblhdr.png) repeat-x top; /* #3e83c9; */
}

.new td {
padding: 6px 11px;
border-bottom: 1px solid #95bce2;
border-right: 1px solid #95bce2;
border-left: 1px solid #95bce2;
vertical-align: middle;
}

.new tr {
background: #fff;
}

.new tr.alt td {
background: #ecf6fc;
border-right: 1px solid #95bce2;
}

.new tr:hover td {
background: #bcd4ec;
}

/* Bignumber */
.bignumber {
background: url(../images/ol-bg.gif) no-repeat top left;
color: #FFFFFF;
display: block;
float: left;
font: bold 20px/normal Arial, sans-serif;
margin-right: 8px;
padding: 6px 7px;
}

/* Blocknumber */
.blocknumber {
clear: both;
padding: 5px 15px 10px;
position: relative;
}

