﻿/* verify */

div.verify{
    border: 2px solid #fff;
    background: #373737;
    padding: 8px 10px 2px 10px;
    text-align: center;
    width: 630px;
    margin: 10px 0 0 309px;
    color: #fff;
}

div.verify p{
    line-height: 125%;
    font-size: 11px;

}

div.verify a{
    color: #fff;
}

div.verify span.underline{
    text-decoration: underline;
}


input.verify{
    width: 60px;
}

/* profile */

.profile{
    height: 105px;
    background-image: url(../../layout/profileBox.gif);
    background-repeat: no-repeat;
	width: 88px;
    border: 2px solid #000;
}


.profile label{
    position: relative;
    bottom: -85px;
    display: block;
    background-color: #fff;
    width: 84px;
    text-align: center;
    filter:alpha(opacity=60);
    -moz-opacity:.60;
    opacity:.60;
    height: 20px;
    width: 88px;
}

/* topbar */

div.topbar{
    width: 100%;
    height: 17px;
    background-image: url(../../layout/black/topbar_clean.gif);
    background-repeat: repeat-x;
    z-index: 10;
    position: absolute;
    top: 0px;
    left: 0px;
}

/* search */

div.search{
    background-image: url(../../layout/black/search_bg_clean.gif);
    background-position: bottom;
    background-repeat: no-repeat;
    width: 340px;
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 365px;
    height: 43px;
}

div.search input.search{
	width: 160px;
	margin: 7px 5px 0 60px;
	background-image: url(../../layout/black/input_bg_clean.gif);
    background-repeat: no-repeat;
    background-color: #fff;
    border: 1px solid #000;
    padding: 3px 3px 4px 3px;
}

div.search input.button{
    margin-top: 7px;
    border: 1px solid #000;
}

/* gotolist */

div.gotolist{
    background-image: url(../../layout/black/search_bg_clean.gif);
    background-position: left bottom;
    background-repeat: no-repeat;
    width: 270px;
    z-index: 1000;
    position: absolute;
    top: 0;
    right: 0;
    height: 43px;
}

div.gotolist select{
	width: 190px;
	margin: 7px 5px 0 60px;
	background-image: url(../../layout/black/input_bg_clean.gif);
    background-repeat: no-repeat;
    border: 1px solid #000;
    padding: 3px 3px 4px 3px;
}

div.morelistinfo{
	margin-left: 15px;
	
}

div.morelistinfo ul{
    background: #000;
    line-height: 120%;
    position: absolute;
    z-index: 10000;
    padding: 1px;
}

#listArea li div.morelistinfo ul li{
	color: #fff;
	margin: 0;
	font-size: 11px;
	padding: 1px 2px 1px 2px;
	background-image: none;
}

/* virtual lists */

ul.virtualListLeft{
    background-image: url(../../layout/black/virtuell_postit_black2_bg.gif);
	background-repeat: no-repeat;
    width: 200px;
    height: 208px;
    float: left;
	margin-left: 17px;
}

ul.virtualListCenter{
    background-image: url(../../layout/black/virtuell_postit_black_bg.gif);
	background-repeat: no-repeat;
    width: 200px;
    height: 208px;
    float: left;
    margin:  0 5px 0 5px;
}

ul.virtualListRight{
    background-image: url(../../layout/black/virtuell_postit_black2_bg.gif);
	background-repeat: no-repeat;
    width: 200px;
    height: 208px;
    float: left;
}

ul.virtualListLeft li.header{
    padding: 8px 7px 4px 20px;
    margin: 5px 0;
    font-size: 12px;
    color: #48473d;
    font-weight: bold;
    text-decoration: underline;
    line-height: 120%;
}

ul.virtualListCenter li.header{
    padding: 8px 7px 4px 20px;
    margin: 5px 0;
    font-size: 12px;
    color: #48473d;
    font-weight: bold;
    text-decoration: underline;
    line-height: 120%;
}

ul.virtualListRight li.header{
    padding: 8px 7px 4px 20px;
    margin: 5px 0;
    font-size: 12px;
    color: #48473d;
    font-weight: bold;
    text-decoration: underline;
    line-height: 120%;
}

ul.virtualListLeft li.content{
    padding: 7px 5px 5px 28px;
    margin: 0;
    font-size: 11px;
    font-weight: lighter;
    color: #48473d;
    background-image: url(../../layout/virtualList_dott.gif);
    background-repeat: no-repeat;
    background-position: 16px 10px;
    line-height: 120%;
}

ul.virtualListCenter li.content{
    padding: 7px 5px 5px 28px;
    margin: 0;
    font-size: 11px;
    font-weight: lighter;
    color: #48473d;
    background-image: url(../../layout/virtualList_dott.gif);
    background-repeat: no-repeat;
    background-position: 16px 10px;
    line-height: 120%;
}

ul.virtualListRight li.content{
    padding: 7px 5px 5px 28px;
    margin: 0;
    font-size: 11px;
    font-weight: lighter;
    color: #48473d;
    background-image: url(../../layout/virtualList_dott.gif);
    background-repeat: no-repeat;
    background-position: 16px 10px;
    line-height: 120%;
}

ul.virtualListLeft li.header a,
ul.virtualListCenter li.header a,
ul.virtualListRight li.header a{
    font-size: 12px;
    color: #000;
    display: block;
    text-decoration: underline;
    font-weight: bold;
    line-height: 120%;
}

ul.virtualListLeft li.content a,
ul.virtualListCenter li.content a,
ul.virtualListRight li.content a{
    font-size: 12px;
    color: #000;
    display: block;
    text-decoration: none;
    font-weight: lighter;
    line-height: 120%;
    width: 160px;
}

ul.virtualListLeft li.content a:hover,
ul.virtualListCenter li.content a:hover,
ul.virtualListRight li.content a:hover{
    text-decoration: underline;
}

/* table friends  */

table.friends{
    line-height: 14px
}

table.friends tr td{
	padding: 1px 5px 1px 5px;
	vertical-align: middle;
	font-size: 11px;
}

table.friends tr.user td{
	border-bottom: 1px solid #e5e5e5;
}

table.friends tr.list td{
	background-color: #ededed;
	border-bottom: 1px solid #e5e5e5;
	padding: 1px 5px 1px 5px;
}

table.friends tr.list td.listname{
    background-image: url(../../layout/minalistor_doc.gif);
    background-repeat: no-repeat;
    background-position: 20px;
	padding-left: 50px;
}

table.friends tr.header td{
	font-weight: bold;
	background-color: #343434;
	background-image: url(../../layout/table_header.gif);
	background-repeat: repeat-x;
	color: #fff;
	padding: 5px;
	border-left: 1px solid #51514f;
	border-bottom: 1px solid #efefef;
	line-height: 14px;
}

table.friends tr td.icon{
	width: 32px;
	text-align: center;
}

table.friends tr td.firstname{
	width: 120px;
}

table.friends tr td.lastname{
	width: 120px;
}

table.friends tr td.email{
}

table.friends tr td.button{
	width: 32px;
	text-align: center;
}

table.friends a{
	font-weight: lighter;
}

table.friends tr.list td input.button{
	background-image: url(../../layout/link_break.gif);
	background-color: #ededed;
	border: 0;
	width: 19px;
	height: 19px;
	cursor: pointer;
	padding: 0;
}

table.friends tr td input.button{
	background-image: url(../../layout/delete.gif);
	background-color: #fff;
}

/* table lists  */

table.lists{
    font-size: 11px;
    line-height: 100%;
}

table.lists tr td{
	padding: 1px 5px 1px 5px;
	vertical-align: middle;
}

table.lists tr.list td{
	border-bottom: 1px solid #e5e5e5;
}

table.lists tr.user td{
	background-color: #ededed;
	border-bottom: 1px solid #e5e5e5;
}

table.lists tr.user td.listname{
    background-image: url(../../layout/list.gif);
    background-repeat: no-repeat;
    background-position: 25px;
	padding-left: 50px;
}

table.lists tr.header td{
	font-weight: bold;
	background-color: #343434;
	background-image: url(../../layout/table_header.gif);
	background-repeat: repeat-x;
	color: #fff;
	padding: 5px;
	border-left: 1px solid #51514f;
	border-bottom: 1px solid #efefef;
	line-height: 14px;
}

table.lists tr td.icon{
	width: 32px;
	text-align: center;
}

table.lists tr td.firstname{
	width: 120px;
}

table.lists tr td.lastname{
	width: 120px;
}

table.lists tr td.email{
}

table.lists tr td.button{
	width: 32px;
	text-align: center;
}

table.lists a{
	font-weight: lighter;
}

table.lists tr.user td input.button{
	background-image: url(../../layout/link_break.gif);
	background-color: #ededed;
	border: 0;
	width: 19px;
	height: 19px;
	cursor: pointer;
}

table.lists tr td input.button{
	background-image: url(../../layout/delete.gif);
	background-color: #fff;
}

/* default paragraph */

div.helpContent{
	padding: 20px 40px 20px 40px;
}

div.helpContent h4{
	color: #0c8cad;
	border-bottom: 1px solid #bbb;
	margin: 15px 0 15px 0;
}

div.helpContent div.hr{
	display: none;
}

div.tabb{
    margin: 5px 20px 5px 20px;
}

textarea.userText{
    width: 500px;
    height: 60px;
    border: 1px dotted #bbb;
    padding: 5px;
    background-image: none;
    margin: 10px 0 10px 0;
}

div.userInput label{
    float: none;
    width: 200px;
}

div.mailArea{
    background-color: #090909;
    border-top: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
    border-bottom: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    width: 710px;
    overflow-y: scroll;
    height: 342px;
}

div.mailHeader{
    background-image: url(../../layout/black/mail_bg_top.gif);
    background-position: top center;
    background-repeat: no-repeat;
    height: 122px;
    width: 100%;
}

div.mailContent{
    background-color: #fff;
    width: 594px;
    margin: 0 auto;
    border-top: 1px solid #fff;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #dfdedf;
    padding: 0 30px 0 30px;
}

div.mailFooter{
    height: 131px;
    background-image: url(../../layout/black/mail_bg_bottom.gif);
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
}

a.anchor{
    color: #000;
    padding: 1px;
	padding: 3px 3px 3px 20px;
    background-image: url(../../layout/list_arrow_blue_bg.gif);
    background-position: 4px 4px;
    background-repeat: no-repeat;
}

a.anchor:hover{
	color: #fff;
    background-color: #000;
}

div.index{
    margin-left: 0px;
}

div.index a{
    color: #000;
    padding: 1px 2px 1px 2px;
    font-weight: lighter;
}

div.index a:hover{
	color: #fff;
    background-color: #000;
}

div.index ul li ul{
	margin: 0;
	padding: 5px 0 5px 0;
	list-style: none;
}

div.index ul li ul li{
	padding: 2px 0 2px 20px;
    background-image: url(../../layout/list_arrow_blue_bg.gif);
    background-position: 4px 5px;
    background-repeat: no-repeat;
    width: 240px;
}

div.index li{
	margin: 0;
	padding: 2px 0 2px 0;
}

div.index h4{
	font-size: 15px;
	font-weight: lighter;
	line-height: 130%;
	margin-bottom: 0;
}

div.index h5{
	font-size: 15px;
	font-weight: lighter;
	line-height: 120%;
	margin-bottom: 4px;
}

img.helpIcon{
    margin: 0 4px -3px 4px;
    
}

/* icon descripton */

ul.icondescription{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.icondescription li{
	margin: 0 0 10px 0;
	padding: 3px 0 3px 30px;
	background-repeat: no-repeat;
	background-position: 2px 1px;
	font-size: 12px;
}

ul.icondescription li.add{
	background-image: url(../../layout/black/help_add.gif);
}

ul.icondescription li.update{
	background-image: url(../../layout/black/help_update.gif);
}

ul.icondescription li.share{
	background-image: url(../../layout/black/help_share.gif);
}

ul.icondescription li.send{
	background-image: url(../../layout/black/help_send.gif);
}
ul.icondescription li.info{
	background-image: url(../../layout/black/help_info.gif);
}

.addtolistBox{
	background-color: #fff;
	border: 3px solid #000;
	padding: 10px;
	width: 260px;
	position: absolute;
	margin-left: -135px;
	top: 100px;
	left: 50%;
	z-index: 10001;
}

.addtolistBox input.button{
    margin: 0;
}

.addtolistBox label{
	display: block;
	font-weight: bold;
	font-size: 12px;
}

.addtolistBox input.title{
    width: 247px;
    margin: 0;
}

.addtolistBox input.time{
    width: 40px;
    margin: 0;
}

.addtolistBox textarea.comment{
    width: 250px;
    height: 40px;
    padding: 2px;
    margin: 0;
}

.addtolistBox input.date{
    width: 70px;
    margin: 0;
}

.addtolistBox select.theme{
    width: 100px;
    margin: 0;
}

.addtolistBox input.website{
    width: 170px;
    margin: 0;
}

select.assign{
    width: 255px;
    margin: 0;
}

div.addtolistBoxUpdateProgress{
    display: inline;
}

div.pageHeader h4.mine{
	background-color: #edb800;
	color: #fff;
}

div.pageHeader h4.shared{
	background-color: #c80000;
	color: #fff;
}

div.tipBox{
	width: 252px;
	position: absolute;
	top: 95px;
	left: 980px;
}

div.welcomeBox{
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	padding: 15px 60px 15px 60px;
	background-color: #f4f4f4;
	margin: 10px 0x 5px 0;
}

div.welcomeBox h3{
	color: #2e2e2e;
	text-align: center;
}

div.welcomeBox h5{
	color: #2e2e2e;
	text-align: center;
	line-height: 140%;
}


div.welcomeBox p{
	color: #2e2e2e;
	font-size: 13px;
	line-height: 150%;
}

div.goodtoknow{
	border: 2px solid #c6c6c6;
	padding: 10px;
	background-color: #fff;
}

div.goodtoknow p{
	color: #747474;
	font-size: 11px;
	padding: 0;
	margin: 0;
}

div.goodtoknow p.warning{
	color: #fff;
	background-color: #c80000;
	padding: 0 2px 0 2px;
}

div.selectThemeBox{
	border-top: 1px solid #a9a9a9;
	border-right: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
	border-left: 1px solid #a9a9a9;
	margin: 3px 2px 3px 2px;
	padding: 4px;
	background-image: url(../../layout/black/input_textarea_bg_clean.gif);
    background-repeat: no-repeat;
	width: 320px;
	overflow-y: scroll;
	height: 80px;
}

div.selectThemeBox a{
	text-decoration: none;
}

div.selectThemeBox img{
	padding: 5px 4px 2px 4px;
}

div.selectThemeBox img.selected{
	border: 2px solid #000;
	padding: 3px 2px 0px 2px;
}

table.month{
    border: 1px solid #dadada;
    line-height: 130%;
    border-top: 1px solid #fab4e4;
    width: 100%;
}

table.month a{
	padding-top: 2px;
	font-weight: bold;
}

table.month a:link{
	color: #000;
	text-decoration: none;
}

table.month a:visited{
	color: #000;
	text-decoration: none;
}

table.month a:hover{
	color: #000;
	text-decoration: underline;
}

table.month a:active{
	color: #000;
}

table.width700{
	width: 680px;
}

table.month tr td{
    border-left: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}

table.month tr td a.addCalendar{
    margin: 5px 0 0 2px;
}

table.month tr td img{
    cursor: pointer;
}

table.month tr td.day{
    width: 13%;
}

table.month tr td table{
	width: 100%;
	margin-bottom: 2px;
}

table.month tr td table tr td.day{
    width: 100%;
    background-color: #f2ffaa;
    border-bottom: 1px solid #dae985;
    padding: 1px 1px 0 1px;
    line-height: 100%;
}

table.month tr td img.eventicon{
   float: left;
   margin: 2px 3px 0 3px;
}

table.month tr td img.eventContinues{
   float: right;
   margin: 2px 3px 0 3px;
}

table.month tr td.today{
    padding: 0;
    background-color: #fffd7d;
}

table.month tr td.grey{
    padding: 0;
    background-color: #f1f1f1;
}

table.month tr td.grey span{
    font-size: 11px;
    background-color: #e3e3e3;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 2px 4px 2px 4px;
    float: right;
}

table.month tr td span{
    font-size: 11px;
	background-repeat: no-repeat;
	background-position: left bottom;
    color: #000;
    text-align: center;
    font-weight: bold;
    padding: 1px 4px 3px 4px;
    float: right;
}

table.month tr td.day span,
table.month tr td.today span{
	
}

table.month tr td.today span{
    font-size: 11px;
    color: #000;
    text-align: center;
    font-weight: bold;
    padding: 2px 4px 2px 4px;
    float: right;
}

table.month tr td.sunday span{
	color: #d33525;
}

table.month tr.header td{
	padding: 2px 5px 2px 5px;
	font-weight: bold;
	background-color: #e67fc0;
	background-image: url(../../layout/table_header_pink.gif);
	background-repeat: repeat-x;
	color: #fff;
	border-left: 1px solid #fab3e4;
	border-bottom: 1px solid #fab3e4;
	font-size: 12px;
	vertical-align: middle;
	text-align: center;
}

table.month tr.header td.end{
    border-right: 1px solid #000;
}

table.month tr.header td.week{
    width: 9%;
}

table.month tr td.weeknumber{
    background-color: #272727;
	background-image: url(../../layout/calendar_week_black_bg.gif);
	background-repeat: repeat-y;
    font-size: 30px;
    color: #494949;
    text-align: center;
    vertical-align: middle;
    line-height: 120%;
    height: 50px;
    font-weight: bold;
}

table.month tr td table{
    border: 0;
}

table.month tr td table tr td{
    border: 0;
}

table.month tr td table tr td a{
    font-weight: lighter;
    font-size: 10px;
    margin: 0 3px 4px 3px;
    border: 0;
    display: block;
    line-height: 110%;
    color: #000;
}

table.day{
    border-top: 1px solid #fab4e4;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    border-left: 1px solid #dadada;
    line-height: 130%;
    width: 210px;
}

table.day tr td{
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 2px 5px 2px 5px;
    line-height: 140%;
}

table.day tr td img.eventicon{
   margin: 0 3px -3px 3px;
}

table.day tr.alternate td{
    background-color: #eee;
}

table.day tr.event td{
    border: 0;
    padding: 0;
}

table.day tr.event td table{
	width: 100%;
}

table.day tr.event td.buttons{
	text-align: right;
}

.updateEvent{

}

table.day tr.event td table tr td.from{
    padding: 1px 3px 1px 3px;
    color: #000;
    font-size: 12px;
}

table.day tr.event td table tr td.title{
    font-weight: bold;
    padding: 1px 3px 1px 3px;
}

table.day tr.event td table tr td.description{
    padding: 1px 3px 5px 3px;
}

table.day tr.header td{
	font-weight: bold;
	background-color: #e67fc0;
	background-image: url(../../layout/table_header_pink.gif);
	background-repeat: repeat-x;
	color: #fff;
	border-left: 1px solid #fab3e4;
	border-bottom: 1px solid #fab3e4;
	font-size: 11px;
	vertical-align: middle;
	text-align: center;
}

table.day tr td table{
	width: 100%;
}

table.day tr td table tr td.tdUpdate{
	width: 20px;
	text-align: center;
	vertical-align: bottom;
}

a.hideLink{
    width: 14px;
    height: 14px;
    background-image: url(../../layout/hideLink.gif);
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
    margin: 1px;
}

a.hideLink:hover{
    background-image: url(../../layout/hideLink_hover.gif);
}

/* Overview */

#listArea{
	margin-left: 5px;
	width: 915px;
}

#listArea li{
    background-repeat: repeat-x;
}

#listArea li.listBox{
    float: left;
    margin: 7px 12px 7px 12px;
    width: 199px;
    height: 190px;
}
  
.listBox label.header{
    padding: 6px 2px 5px 12px;
    margin: 1px 1px 5px 1px;
    display: block;
}

.listBox label.header a{
    font-weight: bold;
    font-size: 13px;
}

#listArea li ul li{
    margin: 8px 0 8px 0;
	background-repeat: no-repeat;
	background-position: 15px 2px;
	padding: 0 0 0 30px;
	line-height: 105%;
}

#listArea li ul li a{
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 100%;
}

#listArea li ul li.more{
	font-weight: bold;
	font-size: 16px;
	line-height: 80%;
}

#listArea li div.morelistinfo div.divAssigned,
#listArea li div.morelistinfo div.divShared{
    background-repeat: no-repeat;
    float: right;
	height: 11px;
	width: 11px;
	margin-right: 10px;
}

button.menu{
    cursor: pointer;
    float: right;
    background-repeat: no-repeat;
    background-position: center center;
    width: 21px;
    height: 14px;
    margin: 2px 2px 0 0;
}

#listArea .yellow button.menu{
    background-image: url(../../layout/option_button_yellow.gif);
}

#listArea .black button.menu{
    background-image: url(../../layout/option_button_black.gif);
}

#listArea .disco button.menu{
    background-image: url(../../layout/option_button_disco.gif);
}

#listArea .white button.menu{
    background-image: url(../../layout/option_button_white.gif);
}

#listArea .red button.menu{
    background-image: url(../../layout/option_button_red.gif);
}

#listArea .orange button.menu{
    background-image: url(../../layout/option_button_orange.gif);
}

#listArea .blue button.menu{
    background-image: url(../../layout/option_button_blue.gif);
}

#listArea .pink button.menu,
#listArea .wedding button.menu{
    background-image: url(../../layout/option_button_pink.gif);
}

#listArea .green button.menu{
    background-image: url(../../layout/option_button_green.gif);
}

#listArea .christmas button.menu{
    background-image: url(../../layout/option_button_christmas.gif);
}

#listArea .oldpaper button.menu{
    background-image: url(../../layout/option_button_oldpaper.gif);
}

#listArea .birthday button.menu{
    background-image: url(../../layout/option_button_blue.gif);
}

button.menu,
button.menu:focus,
button.menu:active,
button.menu:hover {
	border: 0;
	padding: 0;
}

ul.menu.active {
    z-index: 100;
    background-color: #25afd3;
}

ul.menu{
	display: none;
    z-index: 99;
    position: absolute;
    width: 130px;
    background: #25afd3;
    padding: 0px;
    border: 1px solid #66c7e0;
    border-top-width: 1px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

ul.moreOptions li{
	background-image: none !important;
	padding: 0 !important;
	margin: 0 !important;
	line-height: 0 !important;
}

ul.moreOptions li a{
	color: #fff !important;
	padding: 3px 3px 3px 25px !important;
	margin: 0;
	line-height: 100%;
	background-repeat: no-repeat;
	background-position: 7px 4px !important;
	display: block;
	text-decoration: none !important;
	font-size: 11px !important;
}

ul.moreOptions li a:hover{
	background-color: #2199b9 !important;
	color: #fff !important;
}

ul.moreOptions li.gotolist a{
	background-image: url(../../layout/black/more_goto.gif);
}

ul.moreOptions li.sendlist a{
	background-image: url(../../layout/black/more_send.gif);
}

ul.moreOptions li.sharelist a{
	background-image: url(../../layout/black/more_share.gif);
}

ul.moreOptions li.deletelist a{
	background-image: url(../../layout/black/more_delete.gif);
}

ul.overviewList{
	border-top: 1px solid #c9c9c9;
}

ul.overviewList li{
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #c9c9c9;
	width: 890px;
}

ul.overviewList li table{
	width: 100%;
}

ul.overviewList li table td{
	padding: 1px;
	line-height: 22px;
}

ul.overviewList li table tr td.listname{
	width: 200px;
}

ul.overviewList li table tr td.listname a{
	font-size: 13px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

ul.overviewList li table tr td.listcontent{
	line-height: 16px;
}

ul.overviewList li table tr td.listcontent a{
	font-weight: lighter;
	font-size: 11px;
	text-decoration: none;
	padding: 2px;
	background-image: url(../../layout/overviewListDot.gif);
	background-repeat: no-repeat;
	background-position: 1px 6px;
	padding-left: 13px;
	float: left;
	display: block;
	margin-right: 8px;
	width: 140px;
}

ul.overviewList li table tr td.user{
	width: 110px;
	padding: 4px 2px 2px 2px;
	line-height: 16px;
}

ul.overviewList li table tr td.theme{
	width: 22px;
	background-repeat: no-repeat;
	background-position: center 1px;
}

ul.overviewList li table tr td.lastchanged{
	width: 70px;
	font-size: 11px;
	text-align: center;
}

ul.overviewList li table tr td.dots{
	width: 60px;
	font-size: 12px;
	text-align: center;
	background-image: url(../../layout/overviewListDots.gif);
	background-position: center 1px;
	background-repeat: no-repeat;
	color: #fff;
	font-weight: bold;
}

ul.overviewList li table tr td.rating{
	width: 45px;
	font-weight: bold;
	font-size: 12px;
	background-image: url(../../layout/planket_star_white_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #A08B20;
	padding-left: 5px;
	padding-top: 0px;
	letter-spacing: -1px;
}

ul.overviewList li table tr td.rating span{
	color: #bbb;
	padding-left: 3px;
	font-weight: lighter;
}

ul.overviewList li table tr td.option{
	width: 30px;
}

ul.overviewList li table tr td.option button.menu{
	cursor: pointer;
    float: right;
    background-repeat: no-repeat;
    background-position: center center;
    width: 27px;
    height: 22px;
    margin: 0;
    border: 0;
    background-image: url(../../layout/overviewListOption.gif);
}

div.selectFieldsPopup{
	position: absolute;
	top: 160px;
	left: 807px;
	border: 1px solid #bbb;
	background-color: #fff;
	z-index: 1000;
	padding: 5px;
	width: 120px;
}

div.selectFieldsPopup ul li{
	margin: 2px;
	clear: both;
	width: 110px;
}

div.selectFieldsPopup input{
	float: left;
	margin-right: 4px;
}

div.selectFields{
	margin-left: 156px;
	width: 280px;
	margin-top: 10px;
}

div.selectFields ul li span.description{
	margin: 1px;
}

div.commentBox{
	height: 200px;
	overflow: auto;
}

div.commentBox table{
	width: 100%;
}

div.commentBox table tr td{
	padding: 2px 4px 2px 4px;
}


div.commentBox table tr td.date{
	width: 95px;
	border-bottom: 1px solid #bbb;
}

div.commentBox table tr td.user{
	width: 100px;
	border-bottom: 1px solid #bbb;
}

div.commentBox table tr td.comment{
	border-bottom: 1px solid #bbb;
	text-align: left;
	
}