/*
	STYLES PUBLIC
	11:43 AM 03/02/2005
*/
#screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}


body
{
	background-color: #3D4144;
	font-family: verdana;
	font-size: 11px;
	color: white;
}

body.criterias
{
	background-color: #FFCC00; 
	background-image: url(img/searchBG.gif); 
	margin-top: 2px; 
	color: black;
}

body a
{
	color: white;
	font-weight: bold;
}

body a:visited
{
	color: white;
	font-weight: bold;
}

body a.sortlink, body a.sortlink:visited
{
	color: #000;
}

#results {
	border: 1px solid #636163;
}

#results tr.altRow { background: #555;  }

#resultsheader
{
	background-color: #FAC803;
	color: #000;
	font-weight: bold;
}

div#titleAdmin
{
	font-size: 12px;
	background-color: #FFE237;
	padding: 4px;
	font-weight: bold;
	margin-bottom: 4px;
}

div#loginDIV
{
	background-color: #FFCC00;
	border: 1px solid #FFF09B;
	padding: 4px;
	width: 400px;
}

.validation-failed { 
			border:1px dashed #F33;
			background-color:#FCC;
		}

/* ALA TAB */
div#tabs
{
	margin: 6px auto 0;
	width: 780px;
}

#tabs ul {
	margin: 0;
	padding: 0;
	overflow:auto;
	list-style:none;
}

#tabs ul li a{
	color: black;
	text-decoration: none;
}

#tabs ul li a:visited{
	color: black;
	text-decoration: none;
}

#tabs ul li {
	color: black;
	background-color: #FFCB00;
	margin-left: 1px;
	margin-bottom: 0;
	padding: 2px 3px 5px;
	border: 1px solid #0C162A;
	border-bottom: none;
	float:left;
	font-size: 10px;
	}


#tabs ul li.here {
	border-bottom: 1px solid #3D76D1;
	}
