body{
	background-color:#161616;
	color: #aaaaaa;	
}
.bg-top{
	background-image:url('black-bg-top.jpg');
	background-repeat:repeat-x;
	height:283px; 
}
.bg-bottom{
	background-image:url('black-bg-bottom.jpg');
	background-repeat:repeat-x;
	height:200px;
}
.bg-button-top{
	background-image:url('black-bg-button-top.jpg');
}
.bg-button-bottom{
	background-image:url('black-bg-button-bottom.jpg');
}
.bg-button-top-line{
	background-image:url('black-bg-button-top-line.jpg');
}
.bg-button-bottom-line{
	background-image:url('black-bg-button-bottom-line.jpg');
}
.bg-form-bottom{
	background-image:url('black-bg-form-bottom.jpg');
	background-repeat:repeat-x;
	height:200px;
}
.form-bottom-left-corner{
	background-image:url('black-bg-form-left-corner.gif');
}
.form-bottom-right-corner{
	background-image:url('black-bg-form-right-corner.png');
}
.form-border-left{
	background-image:url('black-form-border-left.gif');
}
.form-border-right{
	background-image:url('black-form-border-right.gif');
}

.mid-body{
	background-color:#505050;
}
.form-color{
	background-color:#2D2D2D;
	//background-image:url('template/bg-wave.png');
}
.button-panel-color{
	background-color:#161616;
}

.button-header{
	background-color:#555555;
	color:#aaaaaa;
	border:solid;
	border-width:1px;
	horizontal-align:right;
}
.button-off{
	background-color:#161616;
	color:#cccccc;
	//border:solid silver;
	//border-width:1px;
	border:none;
	border-bottom:dotted 1px silver;
	border-top:dotted 1px silver;
}
.button-on{
	background-color:#7F7F7F;
	color:#000000;
	cursor:pointer;
}
.button-over{
	background-color:#777777;
	color:#000000;
	cursor:pointer;
	border:none;
	border-bottom:dotted 1px silver;
	border-top:dotted 1px silver;
}
.button-line-color{
	background-color:#ff0000;
}
.logo-bg-color{
	background-color:#4775BA;
}
.logo{
	background-color:#2F2F2F;
	height:83px;
	width:600px;
	background-image:url('multimax-logo-black.jpg');
	background-repeat:none;	
}
.logo-container{
	background-color:#2F2F2F;
	height:83px;
	width:'100%';
}
.main-border{
	background-image:url('pane-dark-bg.png');
	border:dotted 1px #444444;
}
a{ 
	color: #FF7700; text-decoration: None;font-weight:bold;	
}
a:hover { 
	color: #FF0000; text-decoration: Underline;font-weight:bold;
}
a:visited { 
	color: #FF2200; text-decoration: None; font-weight:bold;
}
a.menu{ 
	FONT-FAMILY: Tahoma, Arial; color: #FF7700; text-decoration: None; font-size: 11; font-weight:bold;
}
a.menu:hover { 
	FONT-FAMILY: Tahoma, Arial; color: #FFFF00; text-decoration: None; font-size: 11px; font-weight:bold;
}
//a.menu:link { FONT-FAMILY: Tahoma, Arial; color: #FF7700; text-decoration: None; font-size: 11; font-weight:bold;}
//a.menu:active { FONT-FAMILY: Tahoma, Arial; color: #FF7700; text-decoration: None; font-size: 11; font-weight:bold;}
//a.menu:visited { FONT-FAMILY: Tahoma, Arial; color: #FF2200; text-decoration: None; font-size: 11; font-weight:bold;}
a.plain{ 
	color: #555555; text-decoration:None;font-weight:normal;
}
h1, h2 {
	font-size: 10pt;
	color: #FF7700;
}

h3 {
	margin: 10px 10px 10px 0px !important;
	font-family: Verdana, Arial, Tahoma;
	padding: 2px 0px 2px 0px;
	font-size: 8pt;
	color: Silver;
	text-align: left;
	border-top: solid 1px dimgray;
	border-bottom: solid 1px dimgray;
	background-color: #353535;
}
.DivTools{
	background-image:url('menu-bg-black.gif');
}
.menu-bg-on{
	background-image:url('menu-bg-on-black.gif');
}
.pane-bg{
	background-image:url('pane-dark-bg.png');
}
.pane-top-left{
	background-image:url('pane-dark-top-left.png');
}
.pane-top-right{
	background-image:url('pane-dark-top-right.png');
}
.pane-bot-left{
	background-image:url('pane-dark-bot-left.png');
}
.pane-bot-right{
	background-image:url('pane-dark-bot-right.png');
}
.pane-top{
	background-image:url('pane-dark-top.png');
}
.pane-right{
	background-image:url('pane-dark-right.png');
}
.pane-left{
	background-image:url('pane-dark-left.png');
}
.pane-bot{
	background-image:url('pane-dark-bot.png');
}
.td-divider{
	border:none;
	border-top:dotted 1px silver;
}
input[type="text"], input[type="password"], select {
	font-family: Verdana, Arial, Tahoma;
	font-size: 7.5pt;
	border: solid 1px gray;
	padding: 3px;
	background-color: #353535;
	color: whitesmoke;
}