/* generic styles to be applied to the demo objects */
/* default.css style sheet for CLOCKM widget 		*/
/* version 1.0, 2009-12-01 							*/
	.style1 {
	color: #FFFFFF;
	font-size: 1em;
	}
	.style3 {
	color: #FFFFFF;
	font-size: 10px;
	}
	.foo {
		font:bold 1.1em verdana,arial;
		position:relative;
	}
	
	.bar {
		position:relative;
		width:300px;
		height:100px;
		margin:5px auto;
		padding:4px;
	}
	
	.baz {
		position:relative;
		width:350px;
		height:5px;
		display:block;
		float:right;
		font-size:1px; /* for IE, which wont allow for an element to be less high than the default font size. */
		text-align:center;
	}
	
	/* following styles are unrelated to the specifics of the demo*/
	* {
		font-family:verdana;
	}
	
	html {
		background-color:#FFFFFF;
	}
	

	
	body {
		width:170px;
		height:300px;
		border:0px solid #000;
		background-color:#fff;
		margin:0px auto;
		font-size:1em;
	}
	#page{
		width:170px;
		height:300px;
		background-color:#000;
		
	}
	#page h2 {
	margin: 0px;
	padding: 0px;
	font-family: "verdana", arial, serif;
	font-size: 100%;
	font-weight: normal;
	color: #FFFFFF;
}
	
	#header{
		width:inherit;
		height:40px;
		margin-top:0px;
		
	}
		
	#main{
		width:160px;
		height:240px;
		margin: auto;
		text-align: center;
		}

	#footer{
		width:170px;
		height:20px;
		}
	#timedisp{
		float:left;
		width:170px;
		height:20px;
	}
	#info{
		float:right;
		width:20px;
		height:20px;
		}
	
	
	ul li {
		font:normal 0.85em verdana,arial;
	}
	
	a img {  border: none;}

	
/*	code {
		background-color:#ddd;
		border:1px solid #c0c0c0;
		padding:3px;
	}
	
	h1 {
		font-size:1.1em;
		border-bottom:1px solid #000;
	}
	
	h2,h3 {
		font-size:0.9em;
		clear:both;
	}
	
	p {
		font-size:0.8em;
	}
	
	#so_credits {
		position:relative;
		margin:25px auto 0px auto;
		width:350px; 
		font:0.7em verdana;
		border-top:1px solid #000;
		border-bottom:1px solid #000;
		height:90px;
		padding-top:4px;
	}

	#so_credits img {
		float:left;
		margin:5px 10px 5px 0px;
		border:1px solid #000000;
		width:80px;
		height:79px;
	}
	*/
