@charset "utf-8";
/* CSS Document */

#txtServer {
	float: left;
	width: 40%;
	overflow: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#imageServer {
	float: right;
	width: 50%;
	padding: 5px;
	overflow: hidden;
}
#imageGUI {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#txtRFGS {
	float: left;
	width: 40%;
	overflow: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#imageRFGS {
	float: right;
	width: 50%;
	padding: 5px;
	overflow: hidden;
}
#mainContent #homeServer #txtServer ul {
	list-style-type: none;
	list-style-image: none;
	font-size: 0.8em;
	font-weight: normal;
	color: #666;
	font-style: normal;
}
#mainContent #homeServer #txtServer ul li {
	font-size: 100%;
	font-weight: normal;
	color: #666;
	font-style: normal;
	line-height: normal;
	text-align: justify;
	background-image: url(../_assets/_images/listButton.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
#mainContent #rfGateway #txtRFGS ul {
	list-style-type: none;
	font-size: 0.8em;
	font-weight: normal;
	color: #666;
	font-style: normal;
}
#mainContent #rfGateway #txtRFGS ul li {
	font-size: 100%;
	font-weight: normal;
	color: #666;
	font-style: normal;
	line-height: normal;
	text-align: justify;
	background-image: url(../_assets/_images/listButton.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
#imageGateway {
	float: left;
	width: 40%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#imageRemote {
	float: right;
	width: 50%;
	padding: 5px;
}
#docs {
	float: left;
}
#EANCode {
	float: right;
}
#docsRF {
	float: left;
}
#EANCodeRF {
	float: right;
}
