/* ======================================== \
// Package: Mihalism Multi Host
// Version: 5.0.4
// Copyright (c) 2007, 2008, 2009 Mihalism Technologies
// License: http://www.gnu.org/licenses/gpl.txt GNU Public License
// LTE: 2012 TheKPM
// ======================================= */

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
	margin: 10px;
	color: #000000;
	font-size: 75%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: #282828 url(./images/main_bg.png) repeat;
}

p, 
form {
	display: inline;
}

img {
	border: 0;
}

hr {
	border: 0;
	height: 0.9em;
	position: relative;
	margin-bottom: 0.9em;
	border-bottom: 1px dotted #999999;
}

li {
	margin-left: 50px;
}

h1 {
	color: #333333;
	font-size: 1.7em;
	font-weight: normal;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

pre {
    line-hight: 0;
    font-family: Courier;
}

a:link,
a:visited {
	color: #005fa9;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

th, 
.table_header {
	height: 30px;
	color: #ffffff;
	font-size: 0.9em;
	text-align: center;
    padding: 0 5px 0 5px;
	background: #006699 url(./images/tbl_top_bg.gif) repeat-x;
}

th a:link,
th a:hover,
th a:visited, 
.table_header a:link,
.table_header a:hover,
.table_header a:visited {
	color: #FFF;
	text-decoration: none;
}

td span {
	font-weight: 700;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

td span.arial {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

td .explain {
	font-size: 0.9em;
	font-style: italic;
}

.page_cell {
	width: 972px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000000;
}

.help {
	cursor: help;
	border-bottom: dotted 1px #666;
}

.button1,
.input_field {
	padding: 3px;
	color: #000000;
	font-size: 0.9em;
	border: 1px solid #b3b9c4;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background: #ffffff url(./images/input_bg.gif) repeat-x;
}

.button1, 
.button2 {
	cursor: pointer;
}

.button1 {
	padding: 4px;
	text-align: center;
}

.button2, 
a.button2 {
	border: 0;
	color: #000000;
	margin-left: 10px;
	background: #ffffff;
	text-decoration: none;
	vertical-align: middle;
	border-bottom: 1px dashed #c00;
}

a.button1:link, 
a.button1:hover,
a.button1:visited {
	color: #000000;
	text-decoration: none;
}

.button1:hover,
.button1:active,
.input_field:focus, 
.input_field:hover {
	border: 1px solid #7e8993;
}

.table_footer {
	height: 20px;
	padding: 2px;
	color: #ffffff;
	text-align: center;
	background: #417db7 url(./images/tbl_foot_bg.gif) repeat-x ;
}

.table_border {
	width: 100%;
	border: 1px solid #345487;
}

.tdrow1, 
td.tdrow1, 
tr.tdrow1, 
th.tdrow1 {
	padding: 5px;
	background: #f1f5f8;
}

.tdrow2, 
td.tdrow2, 
tr.tdrow2, 
th.tdrow1 {
	padding: 5px;
	background: #fff;
}

.logo {
	width: 970px;
	height: 140px;
	border: 1px solid #000000;
	background: #658ab4 url(./images/site_logo.jpg) no-repeat;
}

.align_left {
	float: left;
}

.align_right {
	float: right;
}

.align_left_mfix {
	float: left;
	padding-top: 2px;
}

.align_right_mfix {
	float: right;
	padding-top: 2px;
}

.text_align_right {
	text-align: right;	
}

.text_align_left {
	text-align: left;
}

.text_align_center {
	text-align: center;
}

#upload_options {
	width: 350px;
	padding: 5px;
	margin-left: 12px;
	background: #f1f1f1;
	border: 1px dotted #333;
}

.disk_loadbar {
	width: 400px;
	height: 16px;
	padding: 1px;
	border: 1px solid #999;
}

.slideout_warning {
	z-index: 3;
	float: left;
	width: 100%;
	height: 58px;
	margin-bottom: -5px;
	background: #FFFFFF url(./images/slideout_warning.png) repeat-x;
}

.slideout_warning .picture {
	float: left;
	width: 46px;
	height: 43px;
	margin-top: 5px;
	margin-left: 10px;
	background: url(./images/warning_sign.png) top left no-repeat;
}

.slideout_warning .ie_picture {
	width: 39px;
	background: url(./images/internet_explorer.png) top left no-repeat;
}

.slideout_warning .info {
	float: left;
	margin-top: 5px;
	margin-left: 10px;
}

.slideout_warning .info h1 {
	font-size: 1.40em;
	margin-bottom: 3px;
}

.page_body {
	clear: left;
	color: #000000;
	text-align: left;
	background: #ffffff;
	padding: 15px 10px 15px 10px;
}

.page_footer {
	height: 15px;
	padding: 5px;
	color: #000000;
	text-align: center;
	border-top: 1px solid #cdcdcc;
	background: #3b57a0 url(./images/pc_foot_bg.gif) repeat-x;
}

.page_footer a:link, 
.page_footer a:hover,
.page_footer a:visited {
	color: #000000;
}

.page_footer img {
	vertical-align: middle;
}

.lightbox_background {
	top: 0; 
	left: 0;
	z-index: 2;
	width: 100%;
	opacity: 0.80;
	color: #ffffff;
	position: absolute;
	background: #000000;
	-moz-opacity: 0.80px;
	filter: alpha(opacity=80);
	height: 0; /* This value will auto be set by jQuery */
}

.lightbox_main {
	z-index: 3;
	width: 515px;
	overflow: hidden;
	position: absolute;
	background: #ffffff;
	border: 1px solid #345487;
	top: 20%; /* This value will auto be set by jQuery */
	left: 25%; /* This value will auto be set by jQuery */
}

.new_version_box {
	color: #FFF; 
	background: #C00; 
	padding-top: 20px;
	text-align: center; 
	padding-bottom: 20px;
}

.new_version_box a:link,
.new_version_box a:hover,
.new_version_box a:visited {
	color: #FFF;
	text-decoration: underline;
}

.message_box {
	padding: 10px;
	text-align: center;
	margin: 5px auto 5px;
	border: 1px solid #bfc8e3;
	background: #d8dceb url(./images/blue_box_bg.gif) repeat-x top left;
}

.message_box h1 {
	color: #ff0c00;
	font-size: 1.7em;
	font-weight: 700;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.pagination {
	height: 1%;
	width: auto;
	float: right;
	padding-top: 2px;
	font-size: 0.85em;
}

.pagination_footer {
	margin: 12px 0 25px 0;
}

.pagination strong {
	margin: 0 2px;
	padding: 0 2px;
	color: #ffffff;
	font-size: 0.85em;
	background: #4692bf;
	font-weight: normal;
	border: 1px solid #4692bf;
}

.pagination a:link, 
.pagination a:active,
.pagination a:visited {
	margin: 0 2px;
	padding: 0 2px;
	color: #5c758c;
	font-size: 0.85em;
	background: #ecedee;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #b4bac0;
}

.pagination a:hover {
	color: #ffffff;
	background: #368ad2;
	border-color: #368ad2;
	text-decoration: none;
}

/* Settings for topnavMenu */
ul#topnav {
	margin: 0; padding: 0;
	float: left;
	width: 970px;
	list-style: none;
	position: relative;
	font-size: 1.0em;
	background: url(./images/topnav_stretch.gif) repeat-x;
}

ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	border-right: 1px solid #555;
}
ul#topnav li a {
	padding: 10px 15px;
	display: block;
	color: #f0f0f0;
	text-decoration: none;
}
ul#topnav li:hover {
background: #1376c9 url(./images/topnav_active.gif) repeat-x;
}
ul#topnav li span {
	float: left;
	padding: 5px 0;
	position: absolute;
	left: 0; top:35px;
	display: none;
	width: 970px;
	background: #1376c9;
	color: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
ul#topnav li:hover span {
display: block;
}
ul#topnav li span a {
display: inline;
}
ul#topnav li span a:hover {
text-decoration: underline;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;}
#overlay img{ border: none; }

#overlay{ background-image: url(./images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(./images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
ul					{ list-style: none; }
ul.jd_menu                         { position: relative; }
ul.jd_menu li                      { float: left; cursor: pointer; white-space: nowrap; margin: 0px 2px 0 2px; }
ul.jd_menu a:hover		            { color: #000; }
ul.jd_menu a:active                { color: #ffa500; }
ul.jd_menu li a                    {  display: block; padding: 3px; margin-left: 0; border-right: 1px font-size: 0.9em; color: #000; text-align: left;background: #eff3f7;font-family: Arial, Verdana, Helvetica, sans-serif; border-bottom: 1px solid #ddd;	}
ul.jd_menu li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.jd_menu li.hover,
ul.jd_menu li:hover                { background: #f6f6f6; color: black; position: relative;}
ul.jd_menu li.hover a              { color: blue; }
ul.jd_menu ul 						{ visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.jd_menu ul li 					{ font-weight: normal; background: #f6f6f6; color: #000;border-bottom: 1px solid #ccc; float: none;  }
                                    /* IE 6 & 7 Needs Inline Block */
ul.jd_menu ul li a					{ margin-left: 5px; border-right: none;  display: inline-block; } 
ul.jd_menu ul ul 					{ left: 100%; top: 0; }
ul.jd_menu li:hover > ul 			{ visibility: visible; }

ul.jd_menu li.item {
	padding: 3px;
	margin-left: 0;
	color: #000000;
	display: block;
	font-size: 0.9em;
	text-align: left;	
	background: #eff3f7;
	border-bottom: 1px solid #ddd;
	font-family: Arial, Verdana, Helvetica, sans-serif;

}

ul.jd_menu li.header {
	padding: 2px;
	font-size: 0.8em;
	font-weight: 900;
	text-align: center;
	background: #e1e2e5;
	border-bottom: 1px solid #ddd;
}

