body, html {
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica;
	font-size: 10pt;
	height: 100%;
	z-index: 0;
	background-image: url('../images/rocks.jpg');
	background-attachment: fixed;
	text-align: center;
}

.full_height {
	height: 100%;
}

table#center_col {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 30;
	text-align: left;
}

td#content {
	width: 860px;
	height: 100%;
	background-image: url('../images/parchment2.png');
	background-repeat: repeat-y;
	margin: 0 auto;
	text-align: left;
}

div#wrapper {
	width: 800px;
	padding: 0px 20px 20px;
}

h1, h2, h3 {
	margin: 0px;
}

pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	margin-top: 0px;
	margin-bottom: 0px;
}

.bold {
	font-weight: bold;
}

.blackout {
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 50;
	background-color: #000000;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.middle {
	position: fixed;
	display: block;
	z-index: 55;
	background-color: #ECCCAA;
	top: 100px;
	left: 40%;
	text-align: left;
}

.floater {
	position: fixed;
	top: 146px;
	line-height: 20px;
	width: 120px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-weight: bold;
	padding-left: 10px;
}

div.head {
	background-color: #000000;
	color: #ECCCAA;
	text-align: center;
}

div.head a {
	color: #ECCCAA;
}

div#col1 {
	float: left;
	width: 150px;
	height: 100%;
}

div#col2 {
	float: right;
	width: 648px;
}

div.box {
	border-left: 1px dashed #000000;
	border-top: 1px dashed #000000;
	border-bottom: 1px dashed #000000;
	padding: 5px;
}

div.box-head {
	padding-bottom: 10px;
	font-size: 12pt;
	font-weight: bold;
}

div.help {
	position: relative;
	margin: 0px auto 10px;
	width: 80%;
	background-color: #FFFFCC;
	border: 3px double #FFDD00;
	padding: 5px;
	z-index: 40;
}

a {
	text-decoration: none;
	color: #3300CC;
}

textarea {
	width: 100%;
	height: 50px;
}

textarea.mail {
	width: 100%;
	height: 150px;
}

textarea.big {
	width: 300px;
	height: 100px;
}

input.medium {
	width: 90px;
}

input.short {
	width: 50px;
}

input.tiny {
	width: 25px;
}

input.missing {
	background-color: #FF9999;
}
input.missing:focus, .saved:focus {
	background-color: #FFFFFF;
}
.saved {
	background-color: #ECCCAA;
}

input.button, a.button {
	background-color: #000000;
	color: #FFFFDD;
	border: 3px double #FFFFDD;
	padding: 3px;
	font-family: arial, helvetica;
	font-size: 10pt;
	cursor: pointer;
}

input.button:hover, a.button:hover {
	background-color: #FFFFDD;
	color: #000000;
	border: 3px double #000000;
	padding: 3px;
	font-family: arial, helvetica;
	font-size: 10pt;
}

input.green, a.green, li.green {
	background-color: #006600;
	color: #FFFFDD;
	border: 3px double #FFFFDD;
	padding: 3px;
	cursor: pointer;
}

input.green:hover, a.green:hover, li.green:hover, li.green_on {
	background-color: #00DD00;
	color: #FFFFFF;
	border: 3px double #00FF00;
}

input.red, a.red, li.red {
	background-color: #660000;
	color: #FFFFDD;
	border: 3px double #FFFFDD;
	padding: 3px;
	cursor: pointer;
}

input.red:hover, a.red:hover, li.red:hover, li.red_on {
	background-color: #BB0000;
	color: #FFFFFF;
	border: 3px double #FF0000;
}

input.login {
	width: 100px;
	font-size: 10px;
}

.error, .alert {
	color: #CC0000;
	font-style: italic;
}

/*** UL Specifics ***/
ul {
	list-style-type: none;
	padding: 0px 0px 0px 15px;
	margin: 5px 0px;
}

.sortable-placeholder {
	height: 1.5em;
	line-height: 1.2em;
	border: 3px dashed #666666;
}

ul.sortable {
	margin: 0px;
	padding: 5px;
	background-color: #B99977;
}

ul.sortable li {
	padding: 2px 0px 2px 4px;
	background-image:url('../images/move2.png');
	background-repeat:no-repeat;
	background-position: 99% 50%;
	cursor: pointer;
}

ul.across li {
	display: block;
	float: left;
	text-align: center;
}

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

ul.profile_nav li {
	border: 1px solid #000000;
	width: 88px;
}

ul.profile_nav li.on {
	color: #ECCCAA;
	background-color: #000000;
}

ul.profile_nav li.off:hover {
	color: #ECCCAA;
	background-color: #000000;
	cursor: pointer;
}


/*** Table specifics  ***/
table, pre {
	font-size: 10pt;
	font-family: arial, helvetica;
}

tr.on, div.on, ul.sortable li.on {
	background-color: #FFFFDD;
}
tr.off, div.off, ul.sortable li.off {
	background-color: #ECCCAA;
}

td.border-bottom {
	border-bottom: solid 1px #000000;
}

td.border-top {
	border-top: solid 1px #000000;
}

td.border-right {
	border-right: solid 1px #000000;
}
