@CHARSET "ISO-8859-1";

a#hyperion_configuration {
	position: fixed;
	bottom: 35px;
	left: 125px;
	width: 200px;
	height: 30px;
	border: 1px solid #ccc;
	padding-top: 15px;
	text-align: center;
}
a#hyperion_configuration:hover {
	border: 1px solid #95cb2a;
}

p#serial {
	width: 90%;
	height: 30px;
	border: 1px solid #ccc;
	padding-top: 15px;
	text-align: center;
}

table#configuration {
	width: 95%;
}

table#configuration td#spacer {
	vertical-align: top;	
}

table#configuration a#menu {
	font-size: 12px;
	display: block;
	float: left;
	width: 150px;
	border: 1px solid #ccc;	
	padding-right: 20px;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 2px;
}
table#configuration a#menu:hover {
	border: 1px solid #ababab;	
	color: #ababab;
}
table#configuration a#menu:active {
	border: 1px solid #95cb2a;	
}

table#configuration td#content {
	width: 580px;
}

table#rootConfig {
	width: 90%;
	border: 1px solid #ccc;
	padding-top: 15px;
	text-align: center;
}

table#rootConfig td {
	font-size: 12px;
	color: #9c9c9c;
	text-align: left;
	padding-left: 30px;
}

table#default {
	width: 100%;
	margin-top: 10px;
}
table#default tr {
	background-color: #FFF;
	font-size: 10px;
}
table#default th {
	color: #c00000;
	text-align: left;
}

a#editContent {
	display: block;
	width: 161px;
	height: 61px;
	background-image: url( ../../../images/misc/edit_content.png );
	position: fixed;
	right: 250px;
	top: 240px;
	z-index: 0;
}
a.provideFullScreen  {
	background-image: url( ../../../images/misc/fullscreen.png );
	background-repeat: no-repeat;
	background-position: 100px 3px;
	display: block;
	position: relative;
	left: 800px;
	padding-top: 14px;
	padding-left: 20px;
	width: 150px;
	height: 30px;
	background-color: #435158;
	font-size: 10px;
}
.provideNormalScreen  {
	background-image: url( ../../../images/misc/fullscreen.png );
	background-repeat: no-repeat;
	background-position: 100px 3px;
	display: block;
	position: fixed;
	right: 15px;
	top: 10px;
	z-index:100;
	padding-top: 14px;
	padding-left: 20px;
	width: 150px;
	height: 30px;
	background-color: #435158;
	font-size: 10px;
}

.area {
	height: 300px;
	width: 800px;
}

.fullScreenArea {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;	
	z-index: 99;
}

div.smartUserFrame {
	margin-top: 5px;
	width: 95%;
	background-color: #fff; 
	height: 25px;
	border: 1px solid #ccc;
	padding-left: 25px;
	padding-top: 10px;
}
