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

body{ 
	font-family:Arial, sans-serif;
	margin:10px; 
	background:url(background.jpg) repeat-x #282828; 
}

img{ 
	border:0px; 
}

form{ 
	display:inline; 
}

a:link,  a:visited{ 
	color: #005fa9; 
	text-decoration: none; 
}
a:hover{ 
	text-decoration: underline; 
}

textarea, input, select{
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
}

th{
	color: #FFFFFF; 
	font-family:Verdana, Arial, sans-serif;
	font-size: 11px; 
	background: url(table_top.gif)  #006699;
	height:25px;
	text-align:center;
}

.page_cell{
	width:850px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.fade{
	background: url(fade.jpg) repeat-x;
	height:10px;
	font-size:0px;
}

.fade_rev{
	background: url(fade_rev.jpg) repeat-x;
	height:10px;
	font-size:0px;
}

.logo{
	background: url(banner.jpeg) no-repeat #282828;
	height: 140px;
	width: 850px;
}

.nav{ 
	height: 27px;
	border-top: 1px solid #3e464c;
	border-bottom: 1px solid #020202;
	background: url(nav_bg.gif);
	padding: 0 15px;
} 

.nav ul{ 
	margin: 0;
	padding: 0;
	border-right: 1px solid #3e464c;
	border-left: 1px solid #020202;
	float: left;
} 

.nav li{ 
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 27px;
	float: left;
	border-left: 1px solid #3e464c;
	border-right: 1px solid #020202;
} 

.nav a:visited, .nav a:link{ 
	height: 27px;
	color: #ccc;
	font-family:Arial;
	font-weight:bold;
	font-size:11px;
	padding: 0 12px;
	float: left;
} 

.nav a:hover { 
	color: #959696;
	text-decoration: none;
	background: url(nav_hover_bg.gif);
	border-bottom: 0;
} 

.page_body{
	background:#FFFFFF;
	padding:10px;
	color:#000000;
	text-align:left;
	font-size:80%;
}

.footer{
	text-align:center;
	height:15px;
	padding:5px;
	background: url(footer.gif) repeat-x #282828;
	color:#FFFFFF;
	font-size:12px;
}

.footer a:link, .footer a:visited, .footer a:hover{
	color:#FFFFFF;
}

.footer img{
	vertical-align:middle;
}

.row1{ 
	background-color: #ebf1f5; 
}

.row2{ 
	background-color: #dee3e7; 
}

.tableborder{ 
	border:solid 1px #345487; 
	padding:0; 
	margin:0; 
	width:100%; 
}

.message{
	background:url(message.png) repeat-x #d8dceb; 
	border:solid 1px #bfc8e3; 
	margin: 5px auto 10px; 
	text-align: center; 
	padding:10px; 
}

.cell_divider{
	padding: 10px 0 0; 
	margin: 0; 
	border-bottom:1px solid #ccd2d2; 
}

.file_input{ 
	height:21px; 
	width:400px; 
}

.warning_title{
	font-size:16px; 
	color:#F00; 
}

.galthumb{
	border:1px dashed #000; 
}
