body {
	background-color: #000000;
	text-align: center;
	font-family: Arial, Verdana;
	font-size: 11pt;
}

a {
	text-decoration: none;
	color: #ffffff;
}

a:hover {
	text-decoration: underline;
	color: #ffffff;
}




#admin_menu {
	background-color: #282A30;
	padding: 0px;
	margin: 0px;
	width: 100%;
	border: 0px;
}

#align_right {
	position: relative;
	float: right;
	top: 0px;
}

#align_left {
	position: relative;
	float: left;
	top: 0px;
}

#admin_page_details {
	background-color: #2C2E35;
	padding: 0px;
	margin: 0px;
	width: 100%;
	border: 0px;
}

#container {
	width: 1024px;
	margin: 0 auto;
	text-align: left;
	background-color: #252525;
}

#header {
	background: url(/images/fade.png) repeat-x;
	border-right: 1px solid #3B3434;
	color: #ffffff;
	height: 100px;
}

#header_left {
	float: left;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 0px;
	height: 80px;
	width: 300px;
	font-size: 25pt;
	text-align: center;
}

#header_right {
	float: right;
	text-align: right;
	background: url(/images/fade.png) repeat-x;
	padding-right: 10px;
	padding-top: 5px;
}

#top_menu {
	background-color: #000000;
	height: 200px;
	background: url(/images/header_status.png);
	border-top: 1px solid #ffffff;
	border-right: 1px solid #3B3434;
}


#footer {
	background-color: #000000;
	color: #ffffff;
	height: 40px;
	clear: both;
	font-size: 8pt;
	border-top: 1px solid #3B3434;
}

#footer_left {
	float: left;
	width: 320px;
	text-align: center;
}

#footer_right {
	float: right;
	width: 692px;
	text-align: center;
}

#side_menu {
	float: left;
	position: relative;
	width: 320px;
	height: 300px;
	background-color: #252525;
	color: #ffffff;
	top: 0px;
	border-top: 3px solid #3B3434;
	text-align: center;
}

#side_menu hr {
	color: #3B3434;
	background-color: #3B3434;
	width: 200px;
	border: 1px solid #3B3434;
}

#content {
	background-color: #1F1F1F;
	color: #ffffff;
	float: right;
	width: 692px;
	border-right: 1px solid #3B3434;
	/*border-bottom: 1px solid #3B3434;*/
	border-top: 3px solid #3B3434;
	/*border-left: 1px solid #3B3434;*/
	padding-left: 10px;
}

#content hr {
	color: #3B3434;
	background-color: #3B3434;
	width: 600px;
	border: 1px solid #3B3434;
}

#spacer {
	background-color: #252525;
	color: #ffffff;
	clear: both;
	width: 320px;
	border-right: 1px solid #3B3434;
	border-bottom: 1px solid #3B3434;
}

#top_menu div {
	background-color: #000000;
	color: #ffffff;
	height: 170px;
	width: 60px;
	float: left;
	margin-right: 5px;
}

.edit_area:hover{
	background-color: #D9CE10;
}

.mnu_1 {
	background: url(/images/buttons/homeblack.png);
}

.mnu_1:hover {
	background: url(/images/buttons/homeblue.png);
}

.mnu_2 {
	background: url(/images/buttons/productsblack.png);
}

.mnu_2:hover {
	background: url(/images/buttons/productsblue.png);
}

.mnu_3 {
	background: url(/images/buttons/servicesblack.png);
}

.mnu_3:hover {
	background: url(/images/buttons/servicesblue.png);
}

.mnu_4 {
	background: url(/images/buttons/thelabblack.png);
}

.mnu_4:hover {
	background: url(/images/buttons/thelabblue.png);
}

.mnu_5 {
	background: url(/images/buttons/networkblack.png);
}

.mnu_5:hover {
	background: url(/images/buttons/networkblue.png);
}


img {
	border: none;
}

#admin_bar {
	position:absolute;
	width: 100%;
	left: 0px;
	text-align: center;
	height: 135px;
	/*z-index: 100;*/
}


.admin_bar-container {
	position: relative;
	height: 135px;
	background: url(/images/admin/dock-bg.gif1);
	padding-left: 20px;
}

a.dock-item1 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}

.dock-item1 span {
	display: none;
	padding-left: 20px;
}

.dock-item1 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}


.button_pad {
	background-color: #151827; 
	text-align: center; 
	font-weight: bold;
	font-size: 18px;
}

.button_pad td {
	border: 1px #000000 solid;
	width: 70px;
	height: 50px;
}

.button_pad td:hover {
	background-color: #384275;
}

.button_pad td:click {
	background-color: #98A7FF;
}

#stars {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

#task_list {
	width: 500px;
}

#task_list li:hover {
	background-color: #384275;
}

#selected_task {
	font-weight: bold;
	color: #ff0000;
}

label {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 70%;
	color: #ffffff;
}

fieldset {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

legend
{
	display: block;
	font-weight: bold;
	font-size: 120%;
}

#login {
	text-align: center;
}

input {
	background-color: #252525;
	border: 1px solid #3B3434;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
}


/* CHATBOX */

#chat_box {
	margin-top: 10px;
	background-color: #252525;
	border: 1px solid #000000;
	height: 400px;
	font-size: 8pt;
	font-family: Verdana;
	padding-right: 30px;
}

#chat_text {
	float: left;
	border-right: 1px solid #E29000;
	border-bottom: 1px solid #E29000;
	width: 515px;
	height: 355px;
	padding-top: 5px;
	padding-left: 5px;
	overflow: scroll;
}

#chat_users {
	float: right;
	width: 127px;
	height: 355px;
	border-bottom: 1px solid #E29000;
	overflow: auto;
	padding-left: 5px;
	padding-top: 5px;
	
}

#chat_msg {
	clear: both;
	padding-top: 10px;
	padding-left: 5px;
}

#chat_message {
	border: 1px solid #E29000;
	background-color: #252525;
	width: 535px;
}

#chat_stats {
	font-size: 7pt;
	font-family: Verdana;
	text-align: right;
}

.chat_time {
	font-style:italic;
	color: #ACACAC;
}

.chat_system_message {
	font-style:italic;
	color: #ff0000;
}

.chat_usernames {
	font-weight: bold;
}

.chat_myuser {
	font-weight: bold;
	color: #ff0000;
}


 
ul#chat_rooms { 
	text-align: left;
	margin: 1em 0 1em 0;
	font: bold 11px verdana, arial, sans-serif;
	border-bottom: 1px solid #E29000;
	list-style-type: none;
	padding: 3px 10px 3px 10px;
}
 
ul#chat_rooms li {
	display: inline;
}
 
body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 {
	border-bottom: 1px solid #fff;
	background-color: #fff; 
}
 
body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a { 
	background-color: #fff; 
	color: #000; 
	position: relative;
	top: 1px;
	padding-top: 4px;
}
 
ul#chat_rooms li a { 
	padding: 3px 4px;
	border: 1px solid #E29000;
	background-color: #ffeecc;
	color: #666; 
	margin-right: 0px;
	text-decoration: none;
	border-bottom: none;
}
 
ul#chat_rooms a:hover {
	background: #fff;
}
