html {
	height: 100%;
}

body {

	font-size: 0.825em;
	/*font: 82.5% Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	line-height: 1.5em;
	text-align: justify;
}



.hidden {
	display: none;
}

input.readonly,
textbox[readonly="true"],
input[readonly="true"],
input[readonly="readonly"],
input[disabled="disabled"],
textbox[readonly="readonly"],
textbox[disabled="disabled"],
.readonly
	{
	color: #aaa;
	background-color: #5a5555;
	border-color: #544;
}

h1,h2,h3,h4,h5,h6 {
	margin-top: 5px;
}

h5 {
	font-size: 1.1em;
	margin-bottom: 5px;
}

dl,dt,dd {
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

legend {
	color: #09a0da;
	font-weight: bold;
	border: 1px solid #ababb0;
	padding: 3px 7px 3px 7px;
	
}
zend_form td{
	vertical-align: top;
}
fieldset {
	margin: 0px;
	padding: 0px;
}
#captcha-id{
padding-left: 20px;	
}

#captcha-label,
.zend_form tr,
.zend_form td
{
	vertical-align: top;
}
#Captcha-input {
/*margin-left: 75px;*/
}
input[type=submit]
{
	margin-top: 15px;
}
fieldset
{
	/*border:1px solid #f00;*/	
	border: none;
}
legend{
	color: #ccc;
	border: 0px;
	font-size: 1.3em;
	width: 100%;
	border-bottom: 1px solid #6e6e6e;
	padding:3px;
	margin-right: 25px;
	margin-bottom: 10px;
}



fieldset dl dt {
	float: left;
	clear: left;
	width: 175px;
	padding-right: 10px;
	text-align: right;
	vertical-align: top;
}






/*
fieldset dl dt:after
{
    content: ":";
}*/


/*   table-display   */
fieldset dl { /*border: 3px double #ccc;*/
	padding: 0.2em;
	width: 97%;
	/*overflow: auto;*/
}

fieldset dt
{
	width: 175px;
	float: left;
	margin: 0 0 0 0;
	padding: .2em;
	font-weight: bold;
	color: #dbdbdb;
}

/* commented backslash hack for mac-ie5 \*/
fieldset dt { clear: both; }
/* end hack */

fieldset dd
{
	float: left;
	width: 500px;
	margin: 0 0 0 0;
	padding: .2em;
}

p.description {
	margin: 0px;
	padding:0px;
}









.info,.success,.warning,.error,.validation {
	border: 1px solid;
	margin: 10px 0px;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}

.info {
	color: #c0f2fB;
	background-color: #2D4548;
	background-image: url('../images/messages/info_icon.gif');
}

.success {
	color: #dbff93;
	background-color: #465723;
	background-image: url('../images/messages/success_icon.gif');
}

.warning {
	color: #f9e34b;
	background-color: #545013;
	background-image: url('../images/messages/warning_icon.gif');
}

.error {
	color: #fdada5;
	background-color: #471510;
	background-image: url('../images/messages/error_icon.gif');
}

.validation {
	color: #D63301;
	background-color: #FFCCBA;
	background-image: url('../images/messages/validation_icon.gif');
}

.errors {
	list-style: none;
	border: 1px solid;
	margin: 4px 0px;
	padding: 3px 10px 3px 30px;
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #3b0c0c;
	background-color: #987371;
	background-image: url('../images/messages/validation_icon_small.gif');
	
}

.errors li {
	
}

.note {
	margin: 10px 0px;
	padding: 15px 10px 15px 10px;
	color: #5d4a4a;
	background-color: #f5f5ff;
	border: 1px dashed #bdaaaa;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

hr {
	border-top: 1px dashed #69a200;
	border-bottom: 1px dashed #69a200;
}

/* END: DROPDOWN MENU */
#language-selection-horz {
	float: right;
	margin: 5px;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	background-color: #555;
	color: #fff;
	filter: alpha(opacity =   70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#language-selection-horz li,
#language-selection-horz ul,
#language-selection-horz li ul li {
	display: inline;
	list-style-type: none;
	padding: 0px;
}

.adf {
	float: left;
	width: 23px;
	height: 18px;
	overflow: hidden;
}

.adf:hover {
	height: 18px;
	width: 200px;
}

/* ---------------------------------------- */
	/*  Infobar                                 */
	/* ---------------------------------------- */
.infobar {
	padding: 3px;
	border: 1px solid #000;
	text-align: center;
	background-color: #ffffe1;
	color: #333;
}

.infobar:hover {
	background-color: #f0f0f7;
	border: 1px solid #005;
}

.infobar .msg {
	margin-right: 14px;
}

.infobar a:hover {
	text-decoration: underline;
}

.infobar .close {
	float: right;
	margin-right: 6px
}

.infobar .warning {
	text-align: center;
	color: #f00;
	font-weight: bold;
	font-size: 1.2em;
	padding-left: 10em;
	padding-right: 10em;
}


.paginationControl{
	 background-color:#1B1B1B;
	 padding-left: 20px;
	 text-align:right;
}

.site-banner
{
	margin-bottom: 10px;
}
.sitelist h3
{
	background-color: inherit;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 3px 0px;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: -10px;
}
.sitelist
{
	font-size: 1.2em;
	padding-bottom: 4px;
}
.sitelist .rank
{
	font-size: 1.3em;
}
.sitelist .votes
{
	margin-bottom: 5px;
}
.sitelist .sub-title
{
	font-size: 1.0em;
	font-style:italic; 
}

.siteTitleDefaultStyle{
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 3px;
	/*color: #ccc;*/
}


.featureDescription {
float: left;margin-top: -17px; margin-left: 20px;
line-height: 1.3em;

}
.featureDescriptionAddToBasket
{
	color: #1ECF00;
}

.featureDescriptionAlreadyInBasket
{
	color: #CF9700;
}

.featureDescriptionAlreadyEnabled
{
	color: #60a1dF;
}

.adminLink
{
	color: #c00 !important;
}


iframe {
	overflow: hidden;
	

}