html { height:100%; margin:0; padding:0; }
body {
	height:100%;
	margin:0;
	padding:0;
	font-size: .8em;
	color: #333;
	background:#EEEEEE;
	font-family: Arial;
}
table {
	width:100%;
}
table, th, td {
	border: 1px solid #E1e1e1;
	border-collapse:collapse;
	text-align:left;
}
th, td {
	padding:10px;
	font-size:11px;
}
th {
	background: #EEE;
	color:#000;
}
table a {
	text-decoration:underline;
}
table a:hover {
	text-decoration:none;
}

/*
 LOGO */
#logo {
	float:left;
}
h1 {
	text-indent:-9999999px;
	float:left;
	margin:0;
	padding: 0px;
	font-weight: normal;
	height: 128px;
}
h1 a {
	text-decoration:none;
	color:#FF1A44;
	display: block;
	background: url('/images/gui/logo.png') 0 35% no-repeat;
	width: 363px;
	height: 118px;
}
h2 {
	color:#333;
	text-decoration: none;
	atext-shadow: 0 -1px 1px rgba(0,0,0,0.1);
	letter-spacing:-1px;
}
h2 a {
	color:#000;
	text-decoration: none;
}
h2 small {
	color: #666;
}
h3 {
	font-size:14px;
	color:#666;
}

h4 {
	font-size:12px;
}

/* DEFAULTS */
a {
	color: #005C9C;
	text-decoration: none;
}
a.active {
	color: #005C9C;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
img {
	border: none;
}
p {
	padding-top:10px;
}
/* WRAPPER */
#content {
	background:#FFF;
	padding: 20px 0 40px 0;
}
#wrapper {
	width:760px;
	margin:0 auto;
}


/* HEADER */
#header {
	background: #EEEEEE url("/images/gui/mainheader.bg2.png") 100% 100% repeat-x;
}
#header .content {
	margin:0 auto;
	width:760px;
	padding: 10px 10px;
}
	/* MAIN MENU */
	#mainmenu {
		width: 320px;
		list-style:none; padding:10px 20px;
		float:right;
		border-left:#CCC solid 1px;
	}
	#mainmenu li {
		color:#333;
		list-style:none;
		float:left;
		margin: 0 3px 3px 0;
	}
	#mainmenu li.daily {
		font-size:11px;
		padding-top:15px;
	}
	#mainmenu li.daily a {
		padding: 1px 4px;
	}
	#mainmenu li a {
		display:inline-block;
		color:#333;
		padding: 3px 6px;
		margin: 1px 0 0 0;
		text-decoration: none;
		background:#DEDEDE;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-bottom: solid 1px #CCC;
		border-right: solid 1px #CCC;
	}
	#mainmenu li a:hover {
		background: #E8E8E8;
		color:#000;
	}
	#mainmenu li.active a {
		color: #FFF;
		border-bottom: solid 1px #000;
		border-right: solid 1px #000;
		background: #000 url(/images/gui/alert-overlay.png) repeat-x; 
	}
	
	/* CONTROL BOX */
	.controlbox {
		float:right;
		font-size: 18px;
	}
	.controlbox a {
		display:inline-block;
		color:#FFF;
		padding: 5px 8px;
		text-decoration: none;
		background: #CCC;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
	}
	.controlbox a span {
		display: none;
	}
	.controlbox a:hover {
		background: #262626;
		color: #CCC;
	}

/* MAIN COLUMN */
.left {
	float: left;
	width: 365px;
	padding: 0 5px 0 0;
}
.right {
	float: right;
	width: 365px;
	padding: 0 0 0 5px;
}

/*
	elementBox list block */
dl.elementBox {
	border-top: solid 1px #eff0f0;
	clear: both;
	margin: 0; padding: 0;
	display: block;
	padding: 5px;
	overflow: hidden;
	text-align:left;
}
dl.elementBox.inactive * {
	color: #CCC !important;
}

dl.elementBox:hover {
	background: #F1F1F1;
	display: block;
	color: #000;
}
dl.elementBox dt {
	width: 62px;
	float: left;
}
dl.elementBox dt .avatar { 
	width:60px;
	border: solid 1px #EEE;
	padding: 3px;
	background: #FFF;
}
.avatar {
	border: solid 1px #EEE;
}
dl.elementBox dd {
	margin-left: 78px;
}
dl.elementBox dd.nopic {
	margin-left: 0;
}
dl.elementBox dd .chart {
	float:right;
	width:100px;
}
dl.elementBox dd .chart .voting  {
	border-top: dashed 1px #ccc;
	margin-top: 1px;
	padding-top:2px;
}
dl.elementBox.small dd {
	margin-left: 0;
}
dl.elementBox.banned dd strong a {
	color:#666 !important;
}
dl.elementBox strong {
	font-size: 20px;
	line-height: 20px;
	letter-spacing:-1px;
}
dl.elementBox a {
	color:#999 !important;
}
dl.elementBox strong a {
	color:#333 !important;
}
dl.elementBox strong small {
	font-size: 15px;
}
dl.elementBox span {
	font-size: 18px;
}
dl.elementBox.small strong {
	font-size: 16px;
}

/* FOOTER */
#footer {
	background: #EEEEEE url("/images/gui/mainheader.bg.png") 100% 0 repeat-x;
	font-size:11px;
}
#footer .content {
	margin:0 auto;
	width:760px;
	padding: 30px 10px;
}
#footer .content small {
	color:#666;
}


/*
 CUSTOM */
.spacer {
	clear: both;
	height: 10px;
}
.clear {
	clear: both;
}

/* BUTTON */
.button {
	display:inline-block;
	margin-left:3px;
	height: 16px;
	vertical-align: middle;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #666666;
	color: #FFF;
	padding: 2px 8px;
}
.button:hover { background-color: #000; }
.button span { display: none;}
.button.small { 
	height: 13px;
	padding: 0 2px 2px 2px;
}

/* Color buttons */
.blue_button {
	background:#48A9FF;
}
.red_button {
	background:#FF3F1F;
}
.grey_button {
	background:#666666;
}

/* PAGING */
.paging {
	font-size:12px;
	padding:10px 0 0 0; margin:0;
	clear: both;
	text-align:center;
	border-top: solid 1px #eff0f0;
}
.paging a {
	margin: 2px 3px 0 0;
	padding:2px 5px; 
	text-decoration:none;
	color:#999;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: solid #CCC 1px;
}
.paging a.current {
	color:#999;
	border: solid #999 1px;
	background:#EEE;
}
.paging a:hover {
	background:#EEE;
}

/* ALERTS */
.error,
.notice, 
.success    {
	padding: .3em;
	margin-bottom: .1em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size:11px;
}

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; text-decoration: underline; }
.notice a   { color: #514721; text-decoration: underline; }
.success a  { color: #264409; text-decoration: underline; }

/* FORMS */
label       { font-weight: bold; }
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }
/* Form fields */
input[type=submit] {
	display:inline-block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: none;
	font-size: 11px;
	color: #FFF;
	background: #666666;
	padding: 2px 8px;
	border-bottom:solid 1px #333;
	border-right:solid 1px #333;
}
input[type=text],
input.text, input.title, 
textarea, select { 
	background-color:#fff; 
	border:1px solid #BFBFBF; 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 11px;
}
input[type=text]:focus, 
input.text:focus, input.title:focus, 
textarea:focus, select:focus { 
	border-color:#666; 
}
input[type=text], 
input.text, input.title,
textarea, select {
	margin:0.5em 0;
	padding: 2px;
}
input.text, 
input.title   { width: 300px; padding:5px; }
input.title   { font-size:1.5em; }
textarea      { width: 300px; height: 100px; padding:5px; }
textarea.mini { height: 20px; }
input[type=checkbox], input[type=radio], 
input.checkbox, input.radio { 
	position:relative; top:.25em; 
}
form.inline { line-height:3; }
form.inline p { margin-bottom:0; }

/* Hidden element */
.hidden {
	display: none;
}

/* Ajax loader*/
#loader {
	position: fixed;
	z-index:9999;
	top: 0px;
	left: 0px;
	height:5px;
	margin:1px 0;
	width:100%;
	background:#666 url('/images/gui/loadingAnimation.gif') 50% 50% repeat-x;
}
.loader {
	background:#EEE url('/images/gui/loader.gif') 50% 50% no-repeat;
}




.menu {
	float: left;
	width: 150px;
	list-style: none;
}
.menu li {
	padding: 5px 0;
	border-bottom: solid 1px #eff0f0;
}
.mainContent {
	float: left;
	width: 600px;
	margin-left: 10px;
}

.content {
	text-align:justify;
}

#calculator .content {
	background-color:#F5F5F5;
	padding:20px 20px 25px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

#calculator h2 {
	float:left;
	text-shadow:none;
	color:#333;
}

#calculator label {
	font-size:11px;
	vertical-align:middle;
	color:#333;
}
#calculator select {
	margin: 1px 0 10px 10px;
	font-weight:bold;
}
#calculator small {
	float:right;
}
#calculator input[type=submit] {
	font-size: 16px;
}

.tableHover {
	color:#000;
	background-color:#FBDDF0;
}
.tableHover a {
	color:#000;
}



.calculatorBanner {
	float:right;
	background: #ffb515 url("/images/gui/search.png") 16px 12px no-repeat;
	padding: 9px 15px 9px 45px;
	width: 303px;
	font-size: 18px;
	color:#FFF;
	display: inline-block;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	text-decoration: none;
}
.calculatorBanner:hover {
	background-color:#fc9200;
	text-decoration: none;
}




#suggest {
	background:#FFC;
	padding:20px;
	margin-top:10px;
	overflow:hidden;
}
#suggest h2 {
	padding-bottom:10px;
}
#suggest input[type=submit] {
	font-size: 16px;
	margin-top:20px;
}
#suggest .block1 {
	float:left;
	width: 145px;
}
#suggest .block2 {
	float:left;
	width: 145px;
}
#suggest .block3 {
	float:left;
	width: 145px;
}
#suggest .block4 {
	float:left;
	width: 190px;
}




#quiz {
	background: #EAF3FD url("/images/gui/help.png") 20px 15px no-repeat;
	padding:10px 10px 10px 65px;
	margin-bottom:20px;
	min-height: 43px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.question {
	padding:2px 5px;
	display:inline-block;
	font-weight:bold;
}
#formQuiz .answer {
	font-size:11px;
	padding:2px 5px 4px 5px;
	display:inline-block;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	cursor:pointer;
}
#formQuiz .answer:hover {
	background:#FFC;
}
#formQuiz .answer * {
	cursor:pointer;
}
#formQuiz .selectedAnswer {
	background:#FFC;
}
.voteresult {
	font-weight:normal;
}
.quiz_delete {
	color:#FFF; text-decoration:none; background:#C00; float:right;
	font-size:11px;
	margin: 0 0 0 10px;
	padding: 0 2px;
}






.bigbanner {
	width:750px; margin:0 auto; margin-top:20px; background:#FFC;
}
.bigbannercontent {
	text-align:center; font-size:11px; padding:5px 0;
}
.bigbannerflag {
	position:absolute; font-size:9px; background:#FFC; padding:1px 3px; margin-left:712px; margin-top:1px;
}







input[type=submit] {border:0 none; margin:0; text-align:left; }
input[type=submit] {
	background: #222 url(/images/gui/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}
input[type=submit]:hover	{ background-color: #111; color: #fff; }
input[type=submit]:active	{ top: 1px; }

	input[type=submit].small, input[type=submit].small:visited 			{ font-size: 11px; padding: ; }
	input[type=submit], input[type=submit]:visited,
	input[type=submit].medium, input[type=submit].medium:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
	input[type=submit].large, input[type=submit].large:visited 			{ font-size: 14px; padding: 8px 14px 9px; }
	
	input[type=submit].green, input[type=submit].green:visited		{ background-color: #91bd09; }
	input[type=submit].green:hover						{ background-color: #749a02; }
	input[type=submit].blue, input[type=submit].blue:visited		{ background-color: #2daebf; }
	input[type=submit].blue:hover							{ background-color: #007d9a; }
	input[type=submit].red, input[type=submit].red:visited			{ background-color: #e33100; }
	input[type=submit].red:hover							{ background-color: #872300; }
	input[type=submit].magenta, input[type=submit].magenta:visited		{ background-color: #a9014b; }
	input[type=submit].magenta:hover							{ background-color: #630030; }
	input[type=submit].orange, input[type=submit].orange:visited		{ background-color: #ff5c00; }
	input[type=submit].orange:hover							{ background-color: #d45500; }
	input[type=submit].yellow, input[type=submit].yellow:visited		{ background-color: #ffb515; }
	input[type=submit].yellow:hover							{ background-color: #fc9200; }
	
	
	
	
.button {
	background: #e33100 url(/images/gui/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	font-weight:bold;
	text-decoration:none;
	margin:10px 0 5px 0;
}
.button:hover	{ background-color: #872300; color: #fff; text-decoration:none; }
.button:active	{ top: 1px; }
.button.large, .button.large:visited 			{ font-size: 14px; padding: 8px 14px 9px; }





.voting { font-size:11px; width:100px; text-align:center; }
.voting a {
	display: inline-block;
	height:16px; width:16px;
	text-decoration:none;
	background-repeat:no-repeat;
	vertical-align:middle;
}
.voting .up { background-image: url(/images/gui/up.png); }
.voting .up:hover { background-image: url(/images/gui/up.a.png); }
.voting .down { background-image: url(/images/gui/down.png); }
.voting .down:hover { background-image: url(/images/gui/down.a.png); }
.voting .rating {
	height:12px;
	font-size:10px;
	text-decoration:none;
	background: #95EB73;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	padding:2px 4px;
}
dl.elementBox:hover .voting .rating { background-color: #68D43D }
.minus { background-color: #FA96A2 !important }
dl.elementBox:hover .voting .minus { background-color: #E85163 }
.bchart { float:right; margin: 0 10px 0 0; }
.bchart .voting  {
	border-bottom: dashed 1px #ccc;
	margin-bottom: 2px;
	padding-bottom:2px;
}
