html, body {height:100%;width:100%; }

body
{
	font-family:Verdana;
	font-size:small;
	margin:0 0 0 0;

	height:100%;
	width:100%;

}
div#TopLayer
{
	
	width:100%;
	height:100%;
}


#Header
{

	
	height:15%;
	background-image:url(../Images/NewsworthyAudio-Logo-Small.jpg);
	background-position:10px 10px;
	background-repeat:no-repeat;
	
	border-bottom: 1px dotted #FEE17B;
	padding-left:auto;
	background-color:white;
	
}


#Footer
{
	background-color:#f1f1f1;
	font-weight:normal;
    font-size:x-small;
	border-top: 1pt dotted #e1e1e1;
	
}

#Container
{
	color:#3C66CC;
	font-weight:bold;
	
    font-family:verdana;
    font-size: .8em;
    height:74%;
    background-color:#ffffff;
    margin:50px;
}
/* IE-specific hack */
* html #Container {
 height:74%;
}
.clsError
{
	font-weight:bolder;
	color:Red;	
}

#LastUpdated
{
	
	border-top:1pt solid silver;
	border-left:1pt solid silver;
	border-right:1pt solid silver;
	color:#000000;
	font-family:verdana;
    font-size:x-small;
    font-weight:normal;
    background-color:#ffffff;
    margin-left:50px;
    width:300px;
    
    
}





.clsButton
{
	border-top: silver 1px solid;
	font-size: x-small;
	border-left: silver 1px solid;
	font-family: Verdana;
	
}
#Debug
{
	cursor:pointer;
	position: relative; 
	top: -15px;
	left:-78px;
	
	z-index:100;
	border:1pt solid blue;
}



