@import url("images.css");
html {overflow-y: scroll;}

body {
	font-family:arial,sans-serif;
	font-size:smaller;
	margin:0;
}

a {
	color:#0000FF;
}

code{
	font-size:9pt;
	color:#0099FF;
}

.topbar {
	height:20px;
	text-align:right;
	padding:8px 15px 0px;
	margin-bottom:-10px;
}

div.header {
	margin-bottom:-5px;
	margin-left:-2px;
	position:relative;
	padding:10px 8px;
}

.body {
	font-size:1em;
	margin:0;
	padding:0px 8px;
}

.footer {
	color:#666666;
	margin-top:40px;
	text-align:center;
}

.section{
	margin-left:5px;
	margin-bottom:30px;
}

.section_title {
	border-bottom:1px solid #CCCCCC;
	font-size:1.3em;
	margin:2px 0;
	padding:0 0 0.2em;
	text-align:left;
}

.products_icon{
	color:#1888F8;
	font-size:1.5em;
	font-weight:bold;
	background-image:url(img/main_logo.png);
	background-repeat:no-repeat;
	height:50px;
	line-height:50px;
	padding-left:90px;
	vertical-align:middle;
	display:inline-block;
}

.products_icon.mw{
	background-position:0px 0px;
}
.products_icon.mw_toolbar{
	background-position:0px -50px;
}
.products_icon.nano{
	background-position:0px -100px;
}
.products_icon.sir{
	background-position:0px -150px;
}
.products_icon.cmw{
	background-position:0px -200px;
}
.products_icon.mmw{
	background-position:0px -250px;
}
.products_icon.portal{
	background-position:0px -300px;
}

/* box*/
.box{
	border-bottom:1px solid #FF9900;
	border-top:1px solid #FF9900;
	padding:5px;
	background-color: #FFF7DD;
}

.information_box{
	background:url(img/message_info.png);
	background-repeat:no-repeat;
	background-position:10px 4px;
	background-color: #FFF7DD;
	line-height:44px;
	vertical-align:middle;
	padding-left:55px;
	border-bottom:1px solid #FF9900;
	border-top:1px solid #FF9900;
	font-weight:bold;
	font-size:1.3em;
	color:#FF6600;
}

/* navigation */
.navigation {
	float: left;
	width: 150px;
	margin-top:10px;
	border-right:#EAEADA solid 1px;
}
.navigation h2 {
	color: #5A5A43;
	font: bold Tahoma,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.navigation ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
	list-style: none;margin: 0;
}
.navigation li {border-bottom: 1px solid #EAEADA;}
.navigation li a {
	color: #554;
	display: block;
	padding: 8px 0 8px 5px;
	text-decoration: none;
	width: 140px;
}
.navigation li a:hover {
	background: #F0F0EB;
	color: #654;	
}

/* Button */
a.button{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	border: #0099FF solid 1px;
	background-image:url(img/button.png);
	margin:5px 0px;
	padding:2px 10px;
	display:inline-block;
}

a.button:hover{
	background-position:0px -5px;
}

/* table */
.standard_table th{
	margin: 1px;
	padding: 5px;
	background-color:#FF9900;
	font-weight: bold;
	height: 20px;
}

.standard_table td{
	margin: 2px;
	padding: 5px;
	background-color: #FFF7DD;
}
.standard_table td a{
	display:block;
}

table.details{
	border-bottom:1px #CCCCCC solid;
	width:100%;
}

table.details th, table.details td{
	border-top:1px #CCCCCC solid;
}

/* Back link */
.backLink {
	text-decoration:none;
	color:#0066CC;
	float:right;
	font-weight:bold;
	margin:25px 0px 0px 30px;
}

.msg_box{
	border:1px solid #FF0000;
	padding:5px;
	background:#FFCCFF;
	color:#FF0000
}