#ranking{
	padding:20px;
	width:300px;
	max-width:300px;
	display:inline-block;
	vertical-align:top;
}

table.sortlist img, table.info img , #ranking img{
	border-style:none;
	/*border-width:1px;*/
	/*border-style:solid;*/
}

.pyramid {
	/*background-color:#FFDDDD;*/
	position:relative;
	width:100%;
	display:block;
}

.rankinglist{
	position:relative;
	left:60px;
	overflow:hidden;
	border-spacing:0;
	border-color:#000;
	border-style:solid;
	border-width:1px;
	table-layout:fixed;
}
.rankinglist tr{
	height:18px;
	max-height:18px;
}

.rankinglist td{
	height:18px;
	max-height:18px;
	overflow:hidden;
	padding-top:0px;
	padding-bottom:0px;
	font-size:10px;
	line-height:10px;
}
.rankinglist td a{
	text-decoration:none;
}

button.calbutton{
	border-width:1px;
	padding:1px;
}
table.transparent{
	border:none;
	background-color:transparent;
}
table.transparent tr{
	background-color:transparent;
}
table.transparent td{
	background-color:transparent;
	width:33%;
	border:none;
}

td.workfull{
	background-color:#6f6;
}
td.workpartly{
	background-color:#ff6;
}
td.workno{
	background-color:#f99;
}

div.position {
	position:absolute;
	text-align:center;
	/*width:80px;
	height:26px;
	max-height:26px;
	*/
	width:85px;
	height:26px;
	max-height:26px;
	border:solid 1px;
	font-size:12px;
	font-weight:bold;
	overflow:hidden;
	padding:0px;
	margin:0px;
	line-height:100%;
}

div.positionself{
	border-color:#390;
	color:#390;
	border-width:2px;
	margin-top:-1px;
	margin-left:-1px;
	/*background-color:#ffc;*/
}

td.positionself{
	font-weight:bold;
}

div.position:hover, #ranking td:hover{
	color:#f60;
}

div.position a, #ranking a{
	color: #000;
	text-decoration:none;
	display:block;
	white-space:nowrap;
	font-size:10px;
}

legend{
	background-color:#eee;
	border:1px;
	border-color:#ccc;
	border-style:solid;
	border-radius:3px;
}

/*form{
	background-color:#eeeeee;
}
*/

fieldset{
	background-color:#eee;
	border:solid 1px #ccc;
}

img{
	border-style:none;
}
div.ok{
	background-color:#0c0;
	color: #fff;
}
div.warn p{
	background-color:#f30;
	color: #fff;
}

span.dfv_errors {
	color:#f00;
	font-size:10pt;
}
.alert span.dfv_errors{
	color:#000;
	display:block;
}

.alert {
	padding: 0.75rem 0.75rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}

.alert.alert-info {
	color:#048;
	background-color:#cdf;
	border-color:#bce;
}
.alert-danger {
	color: #722;
	background-color: #fdd;
	border-color: #fcc;
}
.alert-success {
	color: #060;
	background-color: #9f6;
	border-color: #6c0;
}
button.btn-warning {
    color: #fff;
    background-color: #e93;
    border-color: #d83;
}
button.btn-warning:hover {
    color: #fff;
    background-color: #ea4;
    border-color: #e81;
}
button.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
button.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}


#footer {
	clear:both;
}
