/* ************************************* */
/* Some basic stuff                      */
/* ************************************* */

* {
	margin: 0;
	padding: 0;
	outline: 0;
	}

html {
	background-color: white;
	}

body {
	font: 85%/115% verdana, Helvetica, sans-serif;
	margin: 10px auto;
	padding: 0 0 1em;
	width: 100%;
	max-width: 1200px;
	}

body, td, th , tr {
	color: #444444;
	}

a:link, a:visited {
	color: #334466;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

table {
	empty-cells: show;
	}

td {
	text-align: left;
	padding: 4px 10px;
	}

img {
	border: 0;
	}

a {
	outline: none;
	}

ul, ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	}

input {
	margin: 3px 5px 3px 7px;
	vertical-align: middle;
	}

select {
	margin-right: 5px;
	vertical-align: middle;
	}

textarea {
	margin: 3px 5px 3px 7px;
	}

h1 {
	font-size: 1.5em;
	clear: both;
	font-weight: normal;
	margin-bottom: 5px;
	padding-bottom: 4px;
	border-bottom: 2px solid black;
	}

h2 {
	font-size: 1.3em;
	clear: both;
	padding: 0 0 8px;
	font-weight: bold;
	}

.editable {
	border: 1px solid #aeaeae;
	font-size: 1.5em;
	padding: 2px;
	}

.errorbg {
	background-color: #ffeaea;
	}

.offset {
	margin-left: 15px;
	}

.forceleft td {
	text-align: left;
	white-space: nowrap;
	}

.nomargin {
	margin-left: 0;
	}

/* ************************************* */
/* General site stuff                    */
/* ************************************* */

.bold {
	font-weight: bold;
	}

.center {
	text-align: center;
	}

.left {
	text-align: left;
	}

.smaller {
	font-size: smaller;
	}

.larger {
	font-size: larger;
	}

.floatright {
	float: right;
	}

.description {
	font-size: x-small;
	padding: 0 0 5px !important;
	margin-bottom: 10px;
	border-bottom: 1px solid black;
	width: 100%;
	}

br.clear {
	clear: both;
	}

.icons {
	padding-left: 5px;
	}

.icons img {
	padding-left: 1px;
	}

.header {
	font-weight: bold;
	font-size: larger;
	text-align: center;
	padding: 14px 0 6px;
	}

.alt {
	background-color: #fafafa;
	}

/* ************************************* */
/* The main content frame                */
/* ************************************* */

#main {
	margin: 0 auto;
	width: 915px;
	}

/* The containing area - everything is inside this */
#content {
	float: left;
	color: #000000;
	margin-bottom: 3em;
	}

#inner_content {
	padding: 10px 20px 0;
	display: block;
	margin-left: 3px;
	}

/* ************************************* */
/* The top menu... Quite bland now       */
/* ************************************* */

#sidebar {
	padding: 4em 0 1em 0;
	margin: 0 15px 1em 0;
	text-align: left;
	width: 150px;
	float: left;
	font-size: 90%;
	}

#main_menu .menu_header {
	padding: 10px 0;
	font-weight: bold;
	}

#main_menu a {
	padding: 0 12px;
	font-size: 85%;
	color: black;
	}

#main_menu a:hover {
	color: #656565;
	text-decoration: none;
	}

#main_menu a.active {
	font-weight: bold;
	}

/* ************************************* */
/* Basic entry boxes                     */
/* ************************************* */

.normal {
	background: url('../images/default/entry_repeat.gif') repeat-y top left;
	font-size: 0.75em;
	clear: both;
	}

.inner_normal {
	padding-right: 10px;
	display: block;
	background: url('../images/default/entry_repeat.gif') top right repeat-y;
	margin-left: 3px;
	}

.normal_top {
	display: block;
	background: url('../images/default/entry_frame.gif') top left no-repeat;
	padding-left: 20px;
	margin-top: 1em;
	}

.normal_top span {
	height: 12px;
	display: block;
	background: url('../images/default/entry_frame.gif') top right no-repeat;
	}

.normal_bottom {
	display: block;
	background: url('../images/default/entry_frame.gif') bottom left no-repeat;
	padding-left: 20px;
	}

.normal_bottom span {
	height: 12px;
	display: block;
	background: url('../images/default/entry_frame.gif') bottom right no-repeat;
	}

.inner_normal div {
	padding: 0 12px;
	}

/* ************************************* */
/* Error boxes                           */
/* ************************************* */

.error {
	background: url('../images/default/error_repeat.gif') repeat-y top left;
	font-size: 0.75em;
	clear: both;
	}

.inner_error {
	padding-right: 10px;
	display: block;
	background: url('../images/default/error_repeat.gif') top right repeat-y;
	margin-left: 3px;
	}

.error_top {
	display: block;
	background: url('../images/default/error_frame.gif') top left no-repeat;
	padding-left: 20px;
	margin-top: 1em;
	}

.error_top span {
	height: 12px;
	display: block;
	background: url('../images/default/error_frame.gif') top right no-repeat;
	}

.error_bottom {
	display: block;
	background: url('../images/default/error_frame.gif') bottom left no-repeat;
	padding-left: 20px;
	}

.error_bottom span {
	height: 12px;
	display: block;
	background: url('../images/default/error_frame.gif') bottom right no-repeat;
	}

.inner_error div {
	padding: 0 12px;
	}

/* ************************************* */
/* Success boxes                         */
/* ************************************* */

.success {
	background: url('../images/default/success_repeat.gif') repeat-y top left;
	font-size: 0.75em;
	clear: both;
	}

.inner_success {
	padding-right: 10px;
	display: block;
	background: url('../images/default/success_repeat.gif') top right repeat-y;
	margin-left: 3px;
	}

.success_top {
	display: block;
	background: url('../images/default/success_frame.gif') top left no-repeat;
	padding-left: 20px;
	margin-top: 1em;
	}

.success_top span {
	height: 12px;
	display: block;
	background: url('../images/default/success_frame.gif') top right no-repeat;
	}

.success_bottom {
	display: block;
	background: url('../images/default/success_frame.gif') bottom left no-repeat;
	padding-left: 20px;
	}

.success_bottom span {
	height: 12px;
	display: block;
	background: url('../images/default/success_frame.gif') bottom right no-repeat;
	}

.inner_success div {
	padding: 0 12px;
	}

/* ************************************* */
/* Mission stuff! The fun stuff          */
/* ************************************* */

.mission-block {
	background-color: #b5b5b5;
	margin: 5px;
	padding: 8px 15px;
	font-size: smaller;
	border: 1px solid #cacaca;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}

.mission-block .name {
	font-size: larger;
	}

.options {
	line-height: 2em;
	font-size: larger;
	}

.on, .off {
	margin: 10px 0;
	padding: 3px 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

.off {
	background-color: #d4d4d4;
	color: #454545;
	border: 1px solid #c4c4c4;
	cursor: pointer;
	}

.on {
	background-color: #ff6103;
	color: black;
	border: 1px solid #da8b5c;
	}

.general {
	background-color: #b5b5b5;
	border: 1px solid #cacaca;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 5px 5px 20px;
	padding: 8px 15px;
	}

.points {
	text-align: right;
	font-size: x-large;
	}

.general h2 {
	border-bottom: 2px solid black;
	margin-bottom: 10px;
	}

.alternate {
	background-color: #fafafa;
	}

.total-points {
	font-size: x-large;
	float: right;
	padding: 0 22px;
	}