body {
	border: 0px; 
	padding: 0px; 
	margin: 0px;
	background: url('/img/background.png') bottom fixed repeat-x #000;
}

iframe {
	width: 100%; 
	height: 100%;
	padding: 0px; 
	margin: 0px; 
	border: 0px; 
	overflow: hidden;
}

a {
	cursor:pointer
}
a:visited, a:link {
	text-decoration:none;
	color:#b0b0b0;
}
a:active, a:hover {
	color:#d0d0d0
}

span {
	float:right;
	margin-right: 4px;
}

.page {
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 16px;
	overflow: hidden;
}

.pagecontainer {
	border: none;
	width: 100%
}

.pageseparator {
	width: 4px;
	min-width: 4px;
	height: 100%;
}

.pageitem {
	height: 100%;
	font:12px "Geneva",Arial,"Helvetica",sans-serif;
	font-weight:bold;
	color: #C0C0C0;
}

.menucontainer {
	width: 100%;
	min-height: 30px;
	min-width: 320px;
	display:inline-block;
}

.menu {
	min-height: 30px;
	min-width: 320px;
	width: 100%;
	display:inline-block;
}

.menugroup {
	min-height: 30px;
	min-width: 320px;
	margin-left: 0px; 
	margin-right: 4px;
	margin-top: 0px;
	margin-bottom: 4px;
	float: left;
	font-size: 12px;
	text-align: center;
}

.menugroup table {
	border-collapse: collapse;
	border: 1px solid #393939;
}

.menugroup tr td{
	border: 1px solid #393939;
}

.groupheader {
	background:url('/img/button-bg.jpg') repeat-x;
	height: 30px;
	width: 100%;
	line-height:30px;
	color:#f0f0f0;	
	cursor: default;
}

.icon, .icon div {
	width: 50px;
	min-width: 50px;
	height: 50px;
}

.info {
	width: 100%;
	padding-left: 10px;
	text-align: left;
	color: #636363;
	line-height: 25px;
	font-size: 12px;
}

.info i {
	font-size: 11px;
	font-weight: normal;
	cursor: default;
}

.includeseparator {
	min-height: 4px;
}

.wnd {
	visibility: hidden; 
	height: 0px; 
}

.includeitem {
	border:1px solid #393939;
	min-height: 30px;
	text-align: center;
	margin-bottom: 4px;
}

.includeheader {
	background:url('/img/button-bg.jpg') repeat-x;
	height:30px;
	width: 100%;
	line-height:30px;
	color:#f0f0f0;
	cursor: default;
	text-align: center;
}

.includeheader img{
	height: 30px;
	vertical-align: top;
}

.includeheader-btn {
	width: 8px;
	height: 28px;
	float: right;
	vertical-align: middle;
	margin-right: 4px;
}

footer {
	background:url('/img/button-bg.jpg') repeat-x;
	border:1px solid #393939;
	font:12px "Geneva",Arial,"Helvetica",sans-serif;
	font-weight:bold;
	color: #C0C0C0;
	margin-top:10px;
	text-align:left;
	padding:0 10px;
	letter-spacing:0;
	height:30px;
	line-height:30px;
}

footer div {
	text-align:right;
	float:right;
}