@charset "UTF-8";

/*******************
   General Styles
*******************/

.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.align-top { vertical-align: top; }
.align-middle { vertical-align: middle; }
.align-bottom { vertical-align: bottom; }
.float-left { float: left; }
.float-right { float: right; }
.clear { clear: both; }
.clear-right { clear: right; }
.clear-left { clear: left; }
.bold { font-weight: bold; }
.underline { text-decoration: underline; }

a.no-style {
	color: #666666;
	text-decoration: none;
}

a.no-style:hover {
	color: #4F8150;
	text-decoration: underline;
}

input[type=text]:focus,
input[type=password]:focus { outline: 0 none; }

h1 {
	font-size: 26px;
	font-weight: normal;
	line-height: 1.8em;
	text-shadow: #ffffff 0 2px 0;
}

h1.home {
	margin: 0;
	padding: 20px 0 25px 0;
}

h1.title, h1.sub-title {
	margin: 0;
	padding: 10px 0 15px 0;
	font-size: 18px;
}

h1.sub-title {
	padding: 5px 0 5px 0;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	color: #ffffff;
	text-shadow: #000000 0 2px 0;
	margin-bottom: 10px;
}

.green {
	color: #229900;
}

.gray {
	color: #aaaaaa;
}

.question-mark {
	margin-bottom: 40px;
	color: #eaeaea;
	font-size: 80px;
	font-weight: bold;
	text-shadow: #bbbbbb 0 1px 0;
}

.centered-message {
	padding: 60px 50px 50px 50px;
	text-align: center;
	line-height: 2em;
}

p.block-message {
	padding: 20px 0;
	text-align: center;
	line-height: 2em;
}
