@CHARSET "UTF-8";

body {
	margin: 0; 
	padding: 0; 
	font-family: "Trebuchet MS", "Tahoma"; 
	text-align: center; 
	background-color:Black; 
	color:White;
}

#holder {
	background-color: Black;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 860px;
	height: auto;
	border: none;
}

#top {
	background-image: url(img/top3.jpg);
	background-repeat: no-repeat;
	width: 860px;
	height: 150px;
}

#middle {
	background-image: url(img/middle2.jpg);
	background-repeat: repeat-y;
	width: 860px;
	height: auto;
}

#bottom {
	background-image: url(img/bottom3.jpg);
	background-repeat: no-repeat;
	width: 860px;
	height: 60px;
}

#in_bottom {
	position:relative; 
	top:25px; 
	width:860px; 
	font-size: 0.7em;
}

#content_holder {
	margin-left: 30px;
	margin-right: 30px;
}

#menu_holder {
	float:left;
	width: 200px;
	height: auto;
}

#menu {
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 150px;
	height: auto;
	font-size: 0.9em;
	border-top: 1px Solid Gray;
	border-bottom: 1px Solid Gray;
}
.menu_item {
	border-bottom: 1px Solid Gray;
}

#maincontent_holder {
	float:left;
	width: 600px;
	height: auto;
}

#maincontent {
	font-size: 0.8em;
	border: 1px Solid Gray;
	background-color: #101B25;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 580px;
	height: auto;
	text-align: left;
}

.clear {clear: both; height: 1px;}

.button {
	border: 2px solid Black;
	background-color: #FF8C00;
	font-family: "Trebuchet MS", "Tahoma";
	font-size: 0.9em;
	font-weight: bold;
	height: 23px;
}
.file {
	font-family: "Trebuchet MS", "Tahoma"; 
	border: 1px Solid Black;
	background-color: #999999;
	background-repeat: no-repeat;
	width: 300px;
	padding-left: 5px;
}

.inputUsername {
	font-family: "Trebuchet MS", "Tahoma"; 
	border: 1px Solid Black;
	background: url(img/user.jpg);
	background-color: #999999;
	background-repeat: no-repeat;
	width: 110px;
	padding-left: 30px;
}

.inputPassword {
	font-family: "Trebuchet MS", "Tahoma"; 
	border: 1px Solid Black;
	background: url(img/pass.jpg);
	background-color: #999999;
	background-repeat: no-repeat;
	width: 110px;
	padding-left: 30px;
}

.inputForm { position: relative; left: 60px; top:10px;}
.inputForm2 { position: relative; left: 100px; top:10px;}
.formHeader { position: relative; left: 60px; top:10px; font-size:1.3em;}
.message { position: relative; left: 60px; top:10px; color:Green;}
.message2 {	color:Green; }
.message3 { position: relative; left: 60px; top:10px; color:Red;}

.hr { position: relative; top:10px; left:60px; width:450px;}

#inside {
	position: relative; left: 30px; top:0px;
	width: 520px;
}
.formHeader2 { font-size:1.3em;}
.item { width: 520px; font-size:0.95em;}
.item_order { position:relative; float: left; width: 20px; background-color:#223E57; text-align: center;}
.item_del {	position:relative; float: left; left:4px; width: 50px; background-color: #FF8C00; text-align: center; color: Black; font-weight: bold;}
.item_edit { position:relative; float: left; left:2px; width: 50px; background-color: #FF8C00; text-align: center; color: Black; font-weight: bold;}
.item_or_name { position:relative; float: left; left:6px; width: 140px; background-color: #223E57; text-align: left;}
.item_caption { position:relative; float: left; left:8px; width: 253px; background-color:#223E57; text-align: left;}
.item_date { position:relative; float: left; left:6px; width: 60px; background-color: #223E57; text-align: left;}
.item_title { position:relative; float: left; left:8px; width: 120px; background-color: #223E57; text-align: left;}
.item_content { position:relative; float: left; left:10px; width: 210px; background-color:#223E57; text-align: left;}

.back_a { color: #ADD8E6;}
.back_a:hover {  text-decoration: underline;}

.menu_a { color: White; text-decoration: none;}
.menu_a:hover {  text-decoration: underline;}

.edit_a { color: Black; font-size: 0.95em; text-decoration: none; }
.edit_a:hover {  text-decoration: underline;}
