/*#############################################################
Name: Indigo
Description: A lightweight (7kb images), simple and professional design.
Date: 2006-07-27
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #F70;
}
a:hover {
	color: #C60;
}
html {
	height: 100%;
}
body {
	color: #466;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	height: 100%;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
td, th {
	padding: 1px;
	font-size: 11px; 
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
	color: black;
	padding-top: 6px;
}
h2 {
	font-size: 1.2em;
	color: black;
}
.code {
	background: url(../img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #39F;
	color: #555;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 6px;
	padding: 5px;
	white-space: pre;
}
cite {
	background: url(../img/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	background: url(../img/topleft.gif) no-repeat;
	min-height: 100%; 
	position:relative; 
	background-color: #fff;
}

.header {
	height: 92px;
	background: black url(../img/bg.gif) repeat-x;
}
.header img {
	float: left;
}
.header img.logo {
	float: left;
	margin-top: 5px;
}

/* title */
.title {
	float: left;
	padding: 28px 0 0 30px;
}
.title h1 {
	color: #FFF;
	font: normal 2em Verdana,sans-serif;
}
/* navigation */
.navigation {
	float: right;
	height: 92px;
	margin-left: 54px;
	padding: 0 16px;
}
.navigation a, .navigation p {
	color: #FFF;
	float: left;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	margin-top: 56px;
	padding: 8px 18px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background-color: #b19e5f;
	color: #FFF;
}

/* main */
.mainbig {
	background: #FFF url(../img/bgmain.gif) no-repeat;
	clear: both;
	padding: 120px 12px 0px 52px;
}
.main {
	background: #FFF url(../img/bgmain.gif) no-repeat;
	padding: 12px 12px 0px 52px;
	width: 66%;
}

/* main left */
.sidenav {
	width: 34%;
	padding-top: 7px;
	padding-bottom: 50px;
}
.sidenav h1 {
	border-bottom: 1px dashed #DDD;
	color: #E73;
	font-size: 1.4em;
	height: 20px;
	margin-top: 1.2em;
}

/* content */
.content {
	float: left;
	margin-right: 4%;
	width: 69%;
}
.content .descr {
	color: #C60;
	margin-bottom: 6px;
}

/* form */
.input {
	border: 3px double #E5E5E5;
	padding: 2px 3px;
}
.button {
	border: 1px solid #AAA;
	margin-left: 5px;
	padding: 2px 3px;
}
.border-top {
	border-top: 1px dashed #DDD;
	padding: 4px;
}
.border-bottom {
	border-bottom: 1px dashed #DDD;
	padding: 4px;
}

/* footer */
.footer {
	background: black url(../img/bgfooter.gif) repeat-x;
	color: #C1DEF0;
	font-size: 1.1em;
	line-height: 40px;
	text-align: center;
 	position: absolute; 
 	width:100%; 
 	bottom:0;
 }
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
.error {
	color: red;
	font-weight: bold;
	padding-bottom: 0px;
}
.feedbackPanel {
	padding: 0px;
	margin-left: 30px;
}
.resultBox {
	margin: 5px; 
	border-bottom: dashed 1px #ccc; 
	padding: 5px; 
	min-height: 85px;
}
.resultBox img {
	border: 1px solid #555;
	float: left; 
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#videoPlayer {
	margin-bottom: 45px;
}
.description {
	font-weight: normal;
	padding-bottom: 8px;
}
.bigLink {
	font-size: 1.3em;
	text-decoration: none;
}
.bigLink:hover {
	text-decoration: underline;
}
.grid {
	background-color: #eee;
	width: 100%;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	border-spacing: 1px;
}
.grid th {
	background-color: black;
	color: white;
	padding: 2px;
	white-space: nowrap;
}
.grid th a {
	color: #fff;
	text-decoration: none;
}
.grid th a:hover {
	text-decoration: underline;
}
.grid tr:nth-child(odd) {
	background: #FFF;
}
.grid tr:hover td {
	background-color: rgba(177, 158, 95, 0.5);
}
.orderUp:after {
	white-space: nowrap;
	content: url('../img/asc.gif');
}
.orderDown:after {
	white-space: nowrap;
	content: url('../img/desc.gif');
}
.pager {
	margin:8px 3px;
	float: left;
}
.pager .disabled {
	border:1px solid #ddd;
	color:#999;
	margin-top:4px;
	padding:3px;
	text-align:center;
}
.pager .current {
	background-color:#39F;
	border:1px solid #009;
	color:#fff;
	font-weight:bold;
	margin-top:4px;
	padding:3px 5px;
	text-align:center;
}
.pager span, .pager a {
	margin: 4px 3px;
}
.pager a {
	border:1px solid #c0c0c0;
	padding:3px 5px;
	text-align:center;
}
.pseudobutton {
	margin-top: 3px;
	border: 1px outset #c0c0c0;
	padding: 4px;
	color: #fff;
	background-color: #b19e5f;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
.pseudobutton:active {
	border-style: inset;
	padding: 5px 3px 3px 5px;
}
.pseudobutton a, .pseudobutton:hover {
	color: #fff;
	text-decoration: none;
}
.pager {
        margin:8px 3px;
        float: left;
}
.pager em {
        background-color:#39F;
        border:1px solid #39F;
        color:#fff;
        font-weight:bold;
        padding:3px 5px;
        text-align:center;
}
.pager a {
        border:1px solid #c0c0c0;
        padding:3px 5px;
        text-align:center;
}
.quickform {
	padding: 5px;
    border-top: 1px solid #39f;
    font-weight: bold;
    background-color: #bdf;
}

.sortAsc
{
	background-image: url('../img/arrow_down.png');
	background-repeat: no-repeat;
	padding-left: 15px;  /* width of the image plus a little extra padding */
}

.sortDesc
{
	background-image: url('../img/arrow_up.png');
	background-repeat: no-repeat;
	padding-left: 15px;  /* width of the image plus a little extra padding */
}