@charset "utf-8";
/* Stylesheet for the Opera speed dials */
/* Copyright 2009 Opera Software */
@media tv {html {font-size: 150%;}}
@media screen, projection, tv, speech {
html {
	font-family: sans-serif;
	font-size: 100%;
	color: hsl(0,0%,22%);
	background-color: hsl(0,0%,100%);
	margin: 0 auto 10px;
	border-width: 0 1px;
	voice-family: female;
}
body {
	text-align: center;
	color: inherit;
	background-color: hsl(0,0%,100%);
	padding: 0px;
	margin: 0px 0px 0px 0px;
	height: 100%;
	overflow: hidden;
}
table {
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    border-collapse: separate;
    border-spacing: 10px;
    padding: 0;
    width: 100%;
    max-width: 960px;
}
td {
    width: 33%;
    border: thin solid hsl(0,0%,78%);
    background: hsl(0,0%,98%);
}
td:hover {
    border: thin solid hsl(0,0%,67%);
    background: rgb(252, 252, 247);
}
.full {
	width: 100%;
	height: 98%;
	position: relative;
}
.thumbnail {
	cursor: hand;

	color: hsl(0,0%,70%);
	text-decoration: none;
	overflow: hidden;
	
	/* Ugly center alignment hacks */
	position: absolute;
	left: 50%;
	top: 50%;
}
.thumbnail-cont {
	height: 100%;
}
.drag {
	background-color: white;
	opacity: .65;
	left: 0;
	right: 0;
	border: thin solid grey;
	overflow: hidden;
}
.index-small, .index-big, .text-big 
{
	color: hsl(0,0%,70%);
}
.index-small {	
	position: absolute;
	left: -2px;
	top: -4px;
	font-size: larger;
    width: 16px;
    height: 16px;
}
.index-big {
	font-size: 300%;
}
.reset {
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url('images/speeddial-close.png');
	width: 15px;
	height: 15px;	
}
.reset:hover {
	background-image: url('images/speeddial-close-hover.png');
}
.title-small {
	position: absolute;
	width: 100%;
	bottom: 0px;
	font-size: smaller;
	white-space:nowrap;
	overflow: hidden;
	padding-bottom: 0px;
	-o-text-overflow: ellipsis;
}
td[loading=tn] .index-small {
	content: "";
	left: 0px;
	top: 0px;
	width: 16px;
	height: 16px;
	background-image: url('images/reload.gif');
}
td[loading=notn] .thumbnail-cont 
{
	content: "";
	position: relative;	
	top: 50%;
	left: 50%;
	width: 100px !important;
	height: 100px !important;
	margin-left: -50px;
	margin-top: -50px;
	
	background-image: url('images/busy_anim.png');	
}
.btn {
	text-decoration: underline;
	color: blue;
	font-size: x-small;
	cursor: hand;
}
.popup {
	width: 140px;
	position: absolute;
	text-align: left;
}
.popup ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	border: 1px solid black;
	background-color: hsl(0,0%,94%);
}
.popup li {
	margin-left: 4px;
	background-color: hsl(0,0%,96%);
	font-size: small;
	border-bottom: solid thin hsl(0,0%,94%);
}
.popup li[grayed] {
	color: hsl(0,0%,78%);
}
.popup li:hover {
	background-color: hsl(0,0%,78%);
}
}

@media screen and (max-width: 460px), projection and (max-width: 460px), tv and (max-width: 460px) {
	.text-big {	display: none; }
	.title-small { font-size: x-small; }
	.index-small { display: none; }
	.reset { display: none; }
	.index-big { font-size: 200%; }
	.thumbnail { top: 0; font-size: smaller; }
	.drag { font-size: smaller; }
	td[loading=notn] .thumbnail-cont { background-image: url('images/reload.gif'); width: 16px !important; height: 16px !important; margin-left: -8px; margin-top: -8px; }	
	table { border-spacing: 2px; }
}
