* {
	padding: 0;
	margin: 0;
	font-family: Verdana, Helvetica, arial, sans-serif;
	text-align: left;
}

html,body {
	width: 100%;
	font-size: 100%;
	background-color: #141414;
}

html {
    overflow-y: scroll;
}

h2, h3, h4 {
	color: #989898;
}
h2#header {
    border-bottom: 2px solid #989898;
    padding: 0.5em;
}
	h2#header a {
		text-decoration: none;
		color: #989898;
		font-size: 70%;
		position: absolute;
		top: 1.7em;
		right: 0.5em;
		line-height: 1;
	}
		h2#header a:hover {
			color: #808080;
		}

div#catchall {
	padding-bottom: 5em;
	overflow: auto;
}

#administration_console {
	width: 800px;
	margin: 40px auto 0 auto;
	padding: 10px;
	border-top: 2px solid #404040;
	border-bottom: 2px solid #404040;
	border-left: 3px solid #404040;
	border-right: 3px solid #404040;
	text-align: center;
	background-color: #0C0C0C;
	overflow: hidden;
}

#administration_console_menu {
	padding: 5px 0 5px 10px;
	text-align: center;
	overflow: auto;
}
	#administration_console_menu a {
		float: left;
		margin-right: 10px;
		color: #567978;
		text-decoration: none;
		display: block;
		padding: 10px 5px;
        font-size: 14px;
		border: 1px solid #404040;
		background-color: #0C0C0C;
		width: 130px;
		text-align: center;
	}
	#administration_console_menu a:hover {
		color: #365958;
		background-color: #141414;
		border: 1px solid #484800;
	}

hr.smooth_line {
	clear: both;
	text-align: center;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	border-top: 2px solid #404040;
	background-color: #404040;
	color: #404040;
	height: 0;
	width: 72%;
	margin: 15px auto 20px auto;
}

div#error_msgs {
	width: 700px;
	margin: 20px auto 0 auto;
	padding: 5px;
	border: 2px solid #404040;
	text-align: left;
	background-color: #3C0C0C;
	overflow: auto;
	color: #000000;
}

div#workingMsg {
	text-align: center;
	margin: 10px 0 -20px 0;
	color: #666756;
	font-size: 10px;
	line-height: 1;
}

#administration_console {
    overflow: hidden;
}
#administration_console form {
	text-align: center;
	color: #989898;
	font-size: 80%;
	font-weight: bold;
	margin-bottom: 15px;
}
	#administration_console form input.text {
		font-weight: normal;
        display: block;
        margin: 10px auto;
        padding: 2px 4px;
        width: 400px;
	}
	#administration_console form textarea {
	    margin: 10px auto;
        padding: 5px;
        font-size: 12px;
        width: 600px;
        height: 300px;
        display: block;
	}

#administration_console  applet {
	width: 633px;
	height: 400px;
	margin: 0 auto;
}

div#listContainer {
	width: 800px;
	text-align: left;
	margin-top: 30px;
	overflow: hidden;
	}
	h1#header {
		text-align: center;
		font-size: 130%;
		font-weight: bold;
		color: #989898;
	}
	div#listContainer div.element {
		border: 1px solid #080808;
		margin: 2px;
		padding: 3px 0 3px 5px;
		background: #141414;
		font-weight: bold;
		font-size: 13px;
		line-height: 3;
		cursor: move;
		color: #FFFFFF;
		position: relative;
		overflow: hidden;
	}
	div#listContainer div.element div.listitem {
		border-right: 2px solid #1A1A1A;
		width: 636px;
		float: left;
	}
	div#listContainer div.element div.listitem_wide {
		width: 709px;
		float: left;
	}
	div#listContainer div.element div.previewholder {
		float: left;
		width: 100px;
		text-align: center;
		padding-left: 10px;
	}
		div#listContainer div.element div.previewholder img {
			height: 39px;
		}
	div#listContainer div.element div.deleteholder {
		float: left;
		width: 38px;
		height: 39px;
		text-align: center;
		border-left: 2px solid #1A1A1A;
	}
		div#listContainer div.element div.deleteholder a {
			color: #AA0000;
			text-decoration: none;
		}
		div#listContainer div.element div.deleteholder a:hover {
			text-decoration: underline;
		}
		div#listContainer div.element div.deleteholder a img {
			border-style: none;
			margin-top: 7.5px;
		}

form#frontpage_form {
	width: 700px;
	margin: 20px auto 0 auto;
	text-align: center;
}
    form#frontpage_form .mceLayout {
        margin: 0 auto;
    }
	textarea#editbox {
		height: 500px;
        width: 600px;
		background-color: #C0C0C0;
	}
	input#okbutton {
		width: 600px;
		text-align: center;
		margin: 0 auto;
	}
form#links_form {
    width: 500px;
	margin: 20px auto 0 auto;
}
    form#links_form label {
        float: left;
        clear: both;
        width: 100px;
        vertical-align: middle;
    }
        form#links_form input {
            float: right;
            width: 350px;
        }
        form#links_form div {
            overflow: hidden;
            margin-bottom: 10px;
        }
    form#links_form textarea {
        clear: both;
        width: 400px;
        height: 150px;
        margin: 0 auto;
    }
    form#links_form input#okbutton {
        float: none;
        width: auto;
        margin: 0;
    }
#links_list {
    list-style-type: none;
    width: 600px;
    margin: 10px auto;
}
    #links_list li {
        display: block;
        border: 1px solid #989898;
        color: #989898;
        padding: 10px;
        margin-top: 5px;
    }
#uploadFields {
    width: 400px;
    margin: 0 auto;
    text-align: center;
}
    #uploadFields input {
        display: block;
    }
#error_list {
    color: #DCDCDC;
    font-size: 12px;
    padding: 10px;
}

