﻿body
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
	color:#DDDDDD;
	background:#151515;
	margin:0 auto;
}

.background-imagery
{
	background:#151515 url(/Resources/img/background.jpg) repeat-x fixed bottom;
}

.clear
{
	clear:both;
	display:block;
}

.main
{
	margin:0 auto;
	width:800px;
	text-align:center;
	padding-bottom:40px;
}

a
{
	text-decoration:none;
	color:#33CCFF;
}

a:visited
{
	text-decoration:none;
	color:#33CCFF;
}

a:hover 
{
	text-decoration:underline;
	color:#33CCFF;
}

.content
{
}

h1
{
	margin:30px 0 10px;
	text-align:center;
	font-style:italic;
}

h1.hidden-title
{
	background:transparent url(/Resources/img/title.png) no-repeat scroll 50% 50%;
	margin:0;
	padding:55px 0px;
	text-indent:-999em;
}

h1 a:hover, h2 a:hover
{
	text-decoration:none;
}

.info 
{
	font-size:13px;
}

.reminder
{
	color:#555555;
	font-size:10px;
	text-transform:uppercase;
}

p
{
	text-align:justify;
}

ul.menu
{
	margin:0 auto;
	padding:10px 0 10px 30px;
	text-align:left;
	width:500px;
}

ul.menu li
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0 0 12px;
}

.voteable-stars
{
}

.voteable-stars .star
{
}

.result-stars
{
}

.result-stars .star
{
}

.author
{
	color:#888888;
	font-size:13px;
	margin-top:10px;
	text-transform:uppercase;
}

.input-item input, .input-item textarea
{
	width:450px;
}

.small-input-item input, .small-input-item textarea
{
	width:100px;
}

.input-list input
{
	margin-bottom:5px;
}

.paths-creation select
{
	float:right;
}

.paths-creation .path-creation-item
{
	padding:3px 0;
}

.faq
{
	margin:0 auto;
	text-align:left;
	width:700px;
}

.faq dt
{
	font-weight:bold;
}

.faq dd
{
	padding:0 0 10px;
}

.login {
	font: 12px Arial, Verdana, sans-serif;
	width: 323px;
	margin: 30px auto;
	border: 1px solid #333333;
	padding: 10px;
}

.login > img {
	display: block;
	margin: 20px auto 10px;
}

.login input[type=text],
.login input[type=password]{
	margin-left: 5px;
	margin-bottom: 3px;
}

.footer
{
	color:#333333;
	font-size:10px;
	margin:auto;
	text-align:right;
}

.popup
{
	padding:10px;
	background:#EEEEEE;
	border:1px solid #333333;
	color:#222222;
}

.add-page-popup
{
	/* height:410px; */
	overflow-x:hidden;
	overflow-y:scroll;
	width:478px;
}

.popup .Header
{
	display:none;
}

.popup-bg
{
	background:#FFFFFF;
	opacity:0.2;
}


