﻿body {
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	/*cursor: url(images/Cursors/normal_select.ani);*/
	margin: 0px;
	color: #93A9C0;
	background-color: #2E3A3C;
	/*background-repeat: repeat-x;*/
	cursor: url("css/images/Cursors/normal_select.ani"), url("css/images/Cursors/normal_select.ani"), auto;
}

A {
	cursor: url(css/images/Cursors/link_select.ani);
	font-size: 11px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	cursor: url(css/images/Cursors/link_select.ani);
	/*cursor: inherit;*/
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: blink;
	border: none;
	height: 0px;
}
a:hover img {
	border: 0px dotted #FFFFFF;
}
a:active img {
	border: 1px solid #93A9C0;
}
a:visited img {
	border: 0px solid #93A9C0;
}
a:link img {
	border: 0px solid #93A9C0;
}
table {
	font: 11px verdana, arial;
	color: #93A9C0;
}
.header {
	border: 2px solid #504F50;
	padding: 5px;
	font-size: 14px;
	color: #93A9C0;
	font-family: verdana, tahoma;
	font-weight: bold;
	letter-spacing: 0px;
	height: 20px;
	width: 400px;
	BACKGROUND-COLOR: #FFFFFF;
	background-image: url('images/header1.jpg');
	text-align: left;
}
	.header2 {
		padding: 0px;
		padding-left: 6px;
		padding-top: 0px;
		border: none;
		FONT-SIZE: 10px;
		COLOR: #FFFFFF;
		FONT-FAMILY: verdana, tahoma;
		FONT-WEIGHT: bold;
		LETTER-SPACING: 0px;
		height: 30px;
		width: 150px;
		background-image: url('images/navi.gif');
		text-align: left;
	}
.left {
	padding: 3px;
	COLOR: #93A9C0;
	FONT-FAMILY: verdana, arial, tahoma;
	LETTER-SPACING: 0px;
	line-height: normal;
	FONT-SIZE: 11px;
	text-align: justify;
}
.bottom {
	padding: 0px;
	padding-top: 17px;
	padding-left: 20px;
	padding-right: 17px;
	BORDER-BOTTOM: #none;
	COLOR: #93A9C0;
	FONT-FAMILY: verdana, arial;
	LETTER-SPACING: 0px;
	FONT-SIZE: 11px;
	text-align: left;
	font-weight: normal;
}
.content {
	border-color: #504F50;
	border-style: solid;
	border-top: 0px;
	border-right: 1px solid #504F50;
	border-left: 1px solid #504F50;
	border-bottom: 4px solid #504F50;
	background-color: #192121;
	text-align: center;
	color: #93A9C0;
}
.nav {
	border-color: #none;
	border-style: none;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	text-align: left;
	letter-spacing: 0px;
	font-family: Verdana;
	font-size: 11px;
	text-align: justify;
}
.empty {
	border-color: none;
	border-style: none;
	border: none;
	text-align: left;
}
INPUT {
	background-color: #2E3A3C;
	border: 1px solid #93A9C0;
	color: #93A9C0;
	font-family: arial, verdana, tahoma;
	font-weight: normal;
	font-size: 11pt;
}
TEXTAREA {
	background-color: #2E3A3C;
	border: 1px solid #93A9C0;
	color: #93A9C0;
	font-family: arial, verdana, tahoma;
	font-size: 11pt;
	font-weight: normal;
}
.altButtonFormat {
/*	background-color: #2E3A3C;*/
	font-family: verdana;
/*	border: 1px solid #93A9C0;*/
	font-size: 15px;
	color: #c0c0c0;

}
.altTextField {
	background-color: #2E3A3C;
	font-family: verdana;
	font-size: 11pt;
	color: #93A9C0;
}
.radioStyle {
	background-color: #2E3A3C;
	border: 1px solid #93A9C0;
	font-family: verdana;
	font-size: 11px;
	color: #93A9C0;
}
.menu {
}
#dhtmltooltip {
	position: absolute;
	width: 150px;
	border: 2px solid black;
	padding: 2px;
	background-color: #CCFF99;
	visibility: hidden;
	z-index: 100; /*Remove below line to remove shadow. Below line should always appear last within this CSS*/;
/*	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}
strong{
color:#336699;
}

.top-menubar {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	position: fixed;
	top: 0px;
	left: 0px;
	text-align: center;
	right: 5px;	

}

.bottom-menubar {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	position: fixed;
    bottom: 0px;
	left: 0px;
	text-align: center;
	right: 5px;	

}