/* ======================================== \
// Package: Mihalism Multi Host
// Version: 4.0.0
// Copyright (c) 2007, 2008 Mihalism, Inc.
// License: http://www.gnu.org/licenses/gpl.txt GNU Public License
// ======================================= 

  Mihalism Multi Host navigation menu, member's bar, and
  page footer designed by DjFlush of www.picsopedia.com.

*/



.table_footer { 
	background: #417DB7 url(./images/tbl_foot_bg.gif) repeat-x bottom;
	color: #FFFFFF;
	height: 15px;
	padding: 5px;
	text-align: center;
}

.search_footer { 
	background-color:black;
	color: white;
	height: 15px;
	padding: 5px;
	text-align: center;
}

.search_footer a {
color: white;
text-decoration: none;
}


th, .table_header { 
	background: #006699 url(./images/tbl_top_bg.gif) repeat-x;
	color: #FFFFFF;
	font-size: 0.90em;
	height: 25px;
	text-align: center;
}

td span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 700;
}

td span.arial {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: 700;
}

td .explain {
	font-size: 0.90em;
	font-style: italic;
}

.lightbox_background { 
	-moz-opacity: 0.80px;
	background: #000000 repeat;
	filter: alpha(opacity=80);
        width: 100%;
        height: 100%;
	left: 0;
	top: 0;
	opacity: 0.80;
	position: absolute;
	z-index: 1001;
}

.lightbox_main { 
	background: #FFFFFF;
	border: 1px solid #345487;
	left: 25%;
	top: 20%;
	overflow: hidden;
	position: absolute;
	width: 515px;
	z-index: 1002;
}

.message_box { 
	background: #D8DCEB url(./images/blue_box_bg.gif) repeat-x;
	border: 1px solid #BFC8E3;
	margin: 5px auto 10px;
	padding: 10px;
	text-align: center;
}

.message_box h1 { 
	color: #FF0C00;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1.70em;
	font-weight: 700;
}


