
/* tag level styles */
body {
	background-color: #121213;
    color: #FFFFFF;
    font-size: 100%;
	margin: 0;
	padding: 0; }
body, input, textarea, button {
	font-family: Arial, Verdana, sans-serif;
}

a, a:visited {
    color: #3F97CB; }
a:hover {
    color: #3F97CB; }
a:active {
    outline: 0; }

p {
    margin: 6px 0; }

img {
    vertical-align: bottom;
    }

/**
 * Headings
 */
.header { font-family: Impact; color: #3F97CB; font-size: 20px; font-weight: bold; }
h1, h2, h3, h4 { color: #3F97CB; margin: 4px 0; }
h1 { font-family: Impact; font-size: 2em; font-weight: normal; }
h1.page_heading { text-align: center; }
h2 { font-family: Impact; font-size: 1.666em; font-weight: bold; }
h3 { font-size: 1.333em; font-weight: bold; margin: 5px; }
h4 { font-size: 1.166em; font-weight: bold; }

/**
 * Form elements
 */
form {
    display: inline;
    }
input, button, textarea, select {
    font-family: Arial, Verdana, 'sans-serif';
    font-size: 1em;
    border: 1px solid #818181;
    background-color: #313131;
    color: #FFFFFF;
    }
select {
    min-width: 100px;
    }
input[type=checkbox] {
    margin: 0;
    }

/* All button type form elements */
input[type=button],
input[type=submit],
button, select,
input[type=radio],
input[type=checkbox] {
    cursor: pointer;
    }
input[type=radio],
input[type=checkbox] {
    border: none;
    background: none;
    }

/**/

/* Action message colours */
.success, .error, .var {
	font-size: 11px;
	font-weight: bold;
}
.success {
	color: #419E41;
}
.error {
	color: #AD4747;
}
.var {
	color: #3F97CB;
}

/**
 * Page Messages (Success, Error, Info)
 */
.page_msg_container { width: 98.5%; display: table; height: 32px; #position: relative; overflow: hidden; border: 1px solid #818181; padding: 3px; cursor: default; }
.page_msg_inner1 { #position: absolute; #top: 50%; display: table-cell; vertical-align: middle; }
.page_msg_inner2 { #position: relative; #top: -50%; padding-left: 40px; }


/* Page Structure */
#page {
    background-color: #484848;
    border: 1px solid #818181;
    margin: 10px auto;
    width: 960px;
}
#content {
    font-size: 0.75em;
}
.inner-content {
    margin: 15px;
}

/*
	Formatting
*/
.center {
	margin: 0 auto;
	text-align: center;
}
