#powerlist
{
position:fixed;
top:0px;
left:0px;
width:224px;
bottom:0px;
}


#powerlist-search
{
position:absolute;
top:3px;
left:6px;
}

#powerlist-search > input
{
width:208px;
line-height:20px;
}



#powerlist > .tab-head
{
margin-top:-10px;
}


#powerlist > .tab-body
{
}

#powerlist > .tab-head > div
{
font-size:11px;
color:#000;
}


#powerlist-head
{
display:inline-block;
float:left;
}

#powerlist-head > div
{

width:10px;
font-size:0px !important;
padding:0;
}

#powerlist-body
{
margin-top:24px;
/*padding:10px;*/
}

#powerlist-body > div > h3+div
{
padding:10px;
}

.task-small-form > div
{
display:inline-block;
vertical-align:top;
min-height:50px;
white-space:wrap;
max-width:100px;
}


.doc-frame
{
padding-bottom:2px;
margin-right:10px;
margin-bottom:10px;
background-color:#FFF;
background-image:url(../../resources/photo-shadow.png);
background-size:98%;
background-position:center bottom;
background-repeat:no-repeat;
display:inline-block;
}

.doc-frame > img
{
max-height:50px;
max-width:50px;
min-width:50px;
padding:3px;
border:#bbb double 4px;
background:url(../../resources/Documents.png) center center no-repeat;
}

.user-frame
{
padding-bottom:2px;
background-image:url(../../resources/photo-shadow.png);
background-color:#FFF;
background-size:110%;
background-position:center center;
background-repeat:no-repeat;
display:inline-block;
height:50px;
width:50px;
outline:#bbb double 4px;
position:relative;	
}

/*
.user-frame > img
{
display:none;
}*/


/*
.user-frame
{
-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
   -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
		box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}*/
/*

.user-frame:before,.user-frame:after
{
content:" 3243243";
position:absolute;
z-index:-2;
top:75px;
}


.user-frame:before,.user-frame:after
{
bottom:15px;
left:10px;
width:50%;
height:20%;
max-width:300px;
max-height:100px;
background:#F00;
-webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.4);
   -moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.4);
		box-shadow:0 15px 10px rgba(0, 0, 0, 0.4);
-webkit-transform:rotate(-3deg);
   -moz-transform:rotate(-3deg);
	-ms-transform:rotate(-3deg);
	 -o-transform:rotate(-3deg);
		transform:rotate(-3deg);
}

.user-frame:after
{
right:10px;
left:auto;
-webkit-transform:rotate(3deg);
   -moz-transform:rotate(3deg);
	-ms-transform:rotate(3deg);
	 -o-transform:rotate(3deg);
		transform:rotate(3deg);
}
*/

.photo-frame
{
padding-bottom:3px;
margin-right:10px;
margin-bottom:10px;
background-color:#FFF;
background-image:url(../../resources/photo-shadow.png);
background-size:98%;
background-position:center bottom;
background-repeat:no-repeat;
}

.photo-frame > img
{
max-height:80px;
max-width:80px;
padding:3px;
border:#bbb solid 1px;
}

.photo-small-form > div
{
display:inline-block;
vertical-align:top;
}

.photo-small-form > span
{
display:inline-block;
max-width:100px;
vertical-align:top;
}

.note-action-form
{
width:120px;
}


/* vote box */
.vote-edit-form
{
width:250px;
font-size:11px;
}

.vote-edit-form b
{
width:60px;
display:inline-block;
font-weight:normal;
}

.vote-thumb
{
background:url(../../resources/vote.png) center center no-repeat;
background-size:140%;
}

[votehighest="1"] > [votecount="1"],
[votehighest="2"] > [votecount="2"],
[votehighest="3"] > [votecount="3"],
[votehighest="4"] > [votecount="4"],
[votehighest="5"] > [votecount="5"],
[votehighest="6"] > [votecount="6"],
[votehighest="7"] > [votecount="7"],
[votehighest="8"] > [votecount="8"],
[votehighest="9"] > [votecount="9"],
[votehighest="10"] > [votecount="10"],
[votehighest="11"] > [votecount="11"],
[votehighest="12"] > [votecount="12"],
[votehighest="13"] > [votecount="13"],
[votehighest="14"] > [votecount="14"],
[votehighest="15"] > [votecount="15"],
[votehighest="16"] > [votecount="16"],
[votehighest="17"] > [votecount="17"],
[votehighest="18"] > [votecount="18"],
[votehighest="19"] > [votecount="19"],
[votehighest="20"] > [votecount="20"],
[votehighest="21"] > [votecount="21"],
[votehighest="22"] > [votecount="22"],
[votehighest="23"] > [votecount="23"],
[votehighest="24"] > [votecount="24"],
[votehighest="25"] > [votecount="25"],
[votehighest="26"] > [votecount="26"],
[votehighest="27"] > [votecount="27"],
[votehighest="28"] > [votecount="28"],
[votehighest="29"] > [votecount="29"]
{
color:#090;
font-weight:bold;
font-size:11px;
border-left:#090 solid 6px;
}

[votecount]
{
position:relative;
border-left:#bbb solid 6px;
padding-left:6px;
margin-bottom:3px;
display:inline-block;
}

[votecount]:hover:after
{
content:"Click to vote for " attr(choice);
position:absolute;
top:-36px;
left:0px;
padding:5px 10px;
font-size:11px;
background:#FFF;
border-radius:2px;
box-shadow:0px 0px 1px rgba(0,0,0,0.8);
color:#000;
border:#222 solid 1px;
white-space:nowrap;
z-index:99999;
font-weight:bold;
}

[voted="1"] [votecount]:hover:after
{
content:"Thank you voted";
}

.notice-thumb
{
background:url(../../resources/notice-icon.png) center top no-repeat;
width:24px;
height:24px;
}
