body,td,input,textarea { 
	font: 75% Verdana, Arial, Helvetica, sans-serif;
}
input,textarea {font-size:100%;}
body{
	text-align:center; 
	margin:0px;
	background: #828282;	
	background-image: url("img/tvscreen.gif");
}
table.layout{
	width:100%; 
	height:100%;

}
td.layout{
	vertical-align: middle;
	text-align: center;
}
div,span { 
	position:relative; 
}
div#outer {
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
	text-align:left;
	background: #FF9900; 
	border-left: solid #FFB951;
	border-top: solid #FFB951;
	border-right: solid #AA6600;
	border-bottom: solid #AA6600;
	border-width: 3px;
	width: 745px; 
	height:515px;
}

div#cont
,div#left{
	position:absolute;
	height: 450px;	
	top:10px;
	background: #FFB74A;
	border:1px solid black;
	overflow: auto;
} 
div#left { 
	padding:0px;
	left:10px;
	width:190px;
	border-right:0px;
	z-index:1000;
}
div#cont{ 
	width: 530px;
	background:#FFD699;
	overflow: auto;
	left:200px;
	border-left:0px;
}	

div#footer{ 
	font-size:90%;
	position:absolute;
	text-align:left;
	left:10px;
	top:465px;
	width:720px;
	height: 45px;	
}
div#footer img{
	border:0px;
}
div.cont {
	margin:15px;
	display:block;
}
div.ih{
	float:right;
	width:150px;
	margin-left:10px;
}	
div.ih img {
	margin-bottom:3px;
}
ul { 
	margin:10px;
	margin-right:0px;
	padding: 0px;
	list-style-type: none;
}
li{
	margin:0px;
	cursor:pointer;
	cursor:hand;
	display:block;
	padding: 1px 0px 1px 10px;
	border-left: 1px solid black;
	margin-left: 10px;
}
UL.sites{
	list-style-type: none;
}
UL.sites LI {
	border-left: 0px;
	border-right: 1px solid black;
	margin-right:5px;
}

UL.prod{
	list-style-type: square;
}

UL.prod LI{
	border-left:none;
	display:list-item;
}

a, a:link, a:active, a:visited 	{
	color: blue;
	text-decoration : none;
}
a:hover , a:hover 	{
	background-color:#ddd;
	color : black;
	cursor : pointer;
}

img { 
	border:1px solid #747474; 
}
img.no{border:0px; behavior:	url("pngbehavior.htc");}
input, textarea {
	border: 1px solid #747474;
	background: #B2B2B2;
}
.button {
	cursor: pointer;
}

.rf
,.lf {
	margin-bottom:15px;
	position:relative;
}
.rf{ 
	float:right; 
	margin-left:10px;
}
.lf{ 
	float:left; 
	margin-right:10px;
}
h5 { font-size:120%; }

p.status{
	background: #FFE3BB;
	padding:5px;
}