html, body {
	margin:0;
	padding:0;
}

img {
	border:0;
}
body {
	background: url(ui/background.gif);	
	font-family:Arial Narrow;
	background-color:#3a3a3a;
	color:#cccccc;
}
a,
a:visited,
a:hover,
a:active {
	color:#ffffff;
}
form {
	margin: 0;
	padding: 0;
}
#main {
	background-color:#282828;
}
#main .data {
	padding:27px 27px 27px 27px;
	font-size:10pt;
	overflow: auto; 
	height:570px;
	text-align:justify;
}
#main .thumbnail {
	border: solid 2px #b7b7b7;
	margin: 0 27px 14px 0;
	float:left;
}
#main .header {
	margin-bottom:23px;
}
.copyright {
	font-size:12pt;
	padding:8px;
}
.copyright .type {
	color:#a9d200;
	font-size:12pt;
}
.copyright .val {
	font-size:12pt;
}
.copyright a,
.copyright a:visited,
.copyright a:hover,
.copyright a:active {
	color:#cccccc;
	text-decoration:none;
}

.small {
	font-size:10pt;
}
.medium {
	font-size:12pt;
}
table .active a {
	font-weight:bold;
	text-decoration:none;
}
input {
	border: solid 1px #787878;
	background-color:#272727;
	color:#cccccc;	
	font-size:8pt;
	font-family:Tahoma;
	padding:2px;	
}
input.btn {
	background-color:#171717;
}

.maintbl{
	min-width:1020px;
	width:expression((document.documentElement.clientWidth || document.body.clientWidth) < 1020? "1020px": "100%");
}

.highlight {
	color:#a9d200;
}

.mikronbtn {
	font-family:Arial Narrow;
	background-color:#000; 
	color:#85d200; 
	width:100%;
	border-right:solid 1px #787878;
	border-bottom:solid 1px #787878;
	border-left:0;
	border-bottom:0;
	text-decoration: none;
	font-weight:bold;	
	height:35px;
}

.mikronbtn_over {
	font-family:Arial Narrow;
	background-color:#99c600; 
	color:#000; 
	width:100%;
	border-right:solid 1px #787878;
	border-bottom:solid 1px #787878;
	border-left:0;
	border-bottom:0;	
	text-decoration: none;
	font-weight:bold;	
	height:35px;	
}

#main ul {
	list-style-type: none;
}
