/****************************************************************************************/
/*                    General style settings for all pages and areas                    */
/****************************************************************************************/

body {
	background: #EEEEEE;
}

table {
	width: 100%;
	height: 100%;
}

td {
	vertical-align: middle;
	text-align: center;
}

#menu_bar {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 200px;
	max-width: 200px;
}

#content {
    position: relative;
	margin-left: 205px;
	padding: 5px;
}

#index_content {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 480px;
	height: 320px;
}

#content_no_menu {
	padding: 5px;
}

div#menu {
	float: left;
	border-right-style: solid;
	border-right-width: 5px;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	padding: 7px;
}

#logo {
	height: 165px;
	width: 180px;
	background-repeat: no-repeat;
	background-position: center center;
}

#made_by { 
	padding: 7px;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#validator {
    float: left;
	clear: left;
	padding: 3px;
	width: 195px;
	text-align: center;
}

*.form_row {
	float: left;
	clear: both;
	width: 100%;
	text-align: left;
	padding-bottom: 15px;
}

*.form_row_no_pad {
	float: left;
	clear: both;
	width: 100%;
	text-align: left;
	padding-bottom: 3px;
}

*.form_row_no_pad_border {
	float: left;
	clear: both;
	width: 100%;
	text-align: left;
	padding-bottom: 3px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	padding-top: 5px;
	position: static;
}

*.form_label {
	font-weight: bold;
	position: static;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	padding-top: 5px;
}

*.form_items {
	float: right;
	clear: both;
	width: 80%;
	text-align: left;
}

*.colour_block {
	float: left;
	width: 100px;
	vertical-align: middle;
	text-align: left;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	margin: 0px 5px 0px 0px;
}

*.colour_label {
	float: left;
}

*.form_cell_label {
	width: 175px;
	float: left;
	text-align: left;
	font-weight: bold;
}

*.form_cell_300 {
	width: 300px;
	margin-right: 5px;
	float: left;
	text-align: left;
}

*.form_cell_250 {
	width: 250px;
	margin-right: 5px;
	float: left;
	text-align: left;
}

*.form_cell_200 {
	width: 200px;
	margin-right: 5px;
	float: left;
	text-align: left;
}

*.form_cell_150 {
	width: 150px;
	margin-right: 5px;
	float: left;
	text-align: left;
}

*.form_cell_100 {
	width: 100px;
	margin-right: 5px;
	float: left;
	text-align: left;
}

*.form_cell_50 {
	width: 50px;
	margin-right: 5px;
	float: left;
	text-align: left;
}

*.form_cell_20 {
	width: 20px;
	margin-right: 5px;
	float: left;
	text-align: left;
}

*.form_cell {
	float: left;
	text-align: left;
}

*.pad_7 {
	padding: 7px;
}

*.no_pad {
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

/* List styles */
ul.menu {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0px 0px 100px 22px;
}

li.sub_menu {
	list-style-position: outside;
	margin: 0px 0px 4px 8px;
	padding: 0px;
}

ul.form_list {
	list-style-type: none;
	list-style-position: outside;
}

li.form_item {
	clear: both;
	padding: 3px;
}

ul.list {
	list-style-position: inside;
	margin: 0px 0px 0px 0px;
}

/* Image styles */
img {
	border-style: none;
}

img.left {
	float: left;
	clear: left;
	margin: 5px 5px 5px 0px;
}

img.right {
	float: right;
	clear: right;
	margin: 5px 0px 5px 5px;
}

*.center {
	text-align: center;
	margin: 5px 0px 5px 0px;
}

/* Form item styles */
input, select, textarea {
	width: auto;
	padding: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #FFFFFF;
}

*.btn_300 {
	width: 300px;
	text-align: center;
	background: #F7F3A7;
}

*.btn_250 {
	width: 250px;
	text-align: center;
	background: #F7F3A7;
}

*.btn_200 {
	width: 200px;
	text-align: center;
	background: #F7F3A7;
}

*.btn_150 {
	width: 150px;
	text-align: center;
	background: #F7F3A7;
}

*.btn_100 {
	width: 100px;
	text-align: center;
	background: #F7F3A7;
}

*.text_field {
	width: 300px;
}
