/******************************************************************************
 * Universal Appearance														  *
 ******************************************************************************/

body { margin: 0px; }
html {
	height: 100%;
	margin-bottom: 1px;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
}

/******************************************************************************
 * Universal Page Elements													  *
 ******************************************************************************/

div#header {
	margin: auto;
	padding: 10px 0px;
}

div#header h1 {
	margin: 5px 0px 15px 10px;
	font-size: 30px;
}

div#menu {
	background-color: #61EE6D;
	font-weight: bold;
	font-size: 12px;
	margin: 10px 0px 0px 0px;
	padding: 4px 0px;
}

div#menu div#links { float: left; }
div#menu div#authentication { float: right; margin-right: 20px; }

div#menu div#links a {
	display: block;
	float: left;
	margin: 0px 45px 0px 15px;
}

div#menu a:link { color: black; text-decoration: none; }
div#menu a:visited { color: black; text-decoration: none; }
div#menu a:hover { color: white; text-decoration: underline; }
div#menu a:active { color: white; text-decoration: underline; }

div#content {
	margin: auto;
	padding-left: 25px;
}

div#content h1 { font-size: 140%; margin: 0.3em 0 1em 0; }
div#content h2 { font-size: 130%; margin: 0.5em 0; }
div#content h3 { font-size: 120%; margin: 0.5em 0; }
div#content h4 { font-size: 110%; margin: 0.5em 0; }
div#content h5 { font-size: 100%; margin: 0.5em 0; }
div#content h6 { font-size: 90%; font-weight: normal; font-style: italic; margin: 0.3em 0; }

div#footer {
	clear: both;
	margin: 10px auto 20px auto;
	padding: 4px 0px;
	background-color: #BCF1C1;
	font-size: 75%;
}

div#footer span { margin-left: 10px; }

div#financeFooter { 
	clear: both;
	margin: 24px 28px;
}
div#financeFooter div { float: left; }

div#flash {
	width: 100%;
	font-size: 12pt;
}

div#flash .error {
	padding: 4px 10px;
	color: red;
	background: #ffbebe;
}

div#flash .success {
	padding: 4px 10px;
	color: green;
	background: #beffbe;
}

/******************************************************************************
 * Utility Elements															  *
 ******************************************************************************/

.break { clear: both; }
h1 .link { font-size: 80%; }

/******************************************************************************
 * General Elements															  *
 ******************************************************************************/

.tableForm { width: 500px; text-align: right; }
.tableForm { margin-left: 10px; font-size: 85%; }
.tableForm table th, .tableForm table.form td { padding: 2px 0px; }
.tableForm table th { text-align: right; padding-right: 6px; }
.tableForm table td { text-align: left; }
.tableForm table td.multiline { line-height: 200%; }
.tableForm div { display: inline; }
.tableForm input { border: 1px solid #999999; background-color: white; }
.tableForm input:focus { border: 1px solid #000000; }
.tableForm input[type="text"] { width: 385px; }
.tableForm select { border: 1px solid #000000; }
.tableForm select.multiSelect { width: 385px; }
.tableForm div.radioSelect { height: 10em; overflow: auto; display: block; border: 1px solid black; }
.tableForm div.radioSelect div.checkbox { display: block; }
.tableForm table input[type="text"].numericMinMax { width: 3em; }

table.dataList { font-size: 85%; }
table.dataList td { border: 1px solid #dddddd; padding: 1px 3px; }

table.dataFocus { font-size: 100%; }
table.dataFocus th { text-align: right; padding-right: 4px; }
table.dataFocus .partition th, table.dataFocus .partition td { padding-top: 1em; }

ul.blankList { padding: 0; display: inline; list-style-type: none; }

.autocomplete {
	background-color: white;
	border: 1px solid #888888;
	margin: 0;
	padding: 0;
	opacity: 1.0;
	z-index: 3;
}

.autocomplete ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.autocomplete ul li.selected { background-color: #bcf1c1; }
.autocomplete ul li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 2px;
	height: 32px;
	cursor: pointer;
}

form.compact { width: 500px; }
form.compact fieldset { padding: 8px 16px; }
form.compact legend { font-size: 140%; }
form.compact label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}

form.compact input[type="text"], form.compact input[type="password"], form.compact textarea {
	clear: both;
	font-size: 140%;
	width: 100%;
	margin: 2px 0px;
	border: 1px solid #999999;
}

form.compact input[type="submit"] {
	float: right;
	border: 1px solid #999999;
	font-size: 140%;
	padding: 3px 8px;
	margin: 5px 3px;
}

form.compact input:focus[type="submit"] { border: 1px solid #000000; }

.error-message { color: red; }

/******************************************************************************
 * Unique Elements															  *
 ******************************************************************************/

.creatureImage { display: block; float: left; margin-left: 30px; max-width: 200px;}
.creatureCard { float: left; display: block; max-width: 550px; }
.creatureStats { float: left; margin-left: 30px; width: 500px; }
.creatureStats .detailedText { font-size: 85%; }

input#figureInput { width: 600px; border: 1px solid #dddddd; font-size: 120%;}
input#figureInput:focus { border: 1px solid #000000; }

#SelectForm { width: 600px; }
#SelectForm div { float: left; }
#SelectForm div.button, #SelectForm div.submit { float: right; }
#SelectForm input[type="button"], #SelectForm input[type="submit"] {
	font-size: 120%;
	margin: 4px 2px;
	border: 1px solid #999999;
	background-color: #fafafa;
}

#SelectForm input:focus[type="button"], #SelectForm input:focus[type="submit"] { border: 1px solid #000000; }

div#selectedFigures {
	margin-top: 5px;
	border: 1px solid #999999;
	min-height: 300px;
	width: 600px;
}

div#selectedFigures a { font-size: 80%; }
input#figure_id_list { display: none; }

div#cardImages img { float: left; display: block; width: 300px; height: 418px; margin: 0px 6px 4px 0px; }
