body {
background: #fbf5ef;
margin: 0px;
font-family: Verdana, Arial, sans-serif;
font-size: 0.8em;
}

#clockId {
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: black;
	padding: 5px;
	color: white;
}

#status {
	padding: 5px;
	position: absolute;
	right: 0px;
	top: 0px;
	color: black;
}

#status.online {
	background: green;
}

#status.offline {
	background: red;
}

h1 {
	margin-top:0px;
}

#wrapper {
	margin: 0px auto;
	width: 624px;
}

#top {
	height: 195px;
}

#center {
	background: url('images/bg_center.png');
}

#footer {
	background: url('images/bg_footer.png');
	width: 584px; /* 624-x padding */
	height: 20px; /* 24 - y padding*/
	padding: 4px 20px 0px 20px;
	text-align: right;
	font-size: 10px;
	color: white;
}

#content {
	margin: 0px 12px;
	width: 600px;
}

#time {font-family: Arial, sans-serif; font-weight:bold; display: inline-block;}

#dialog-overlay {
 
    /* set it to fill the whil screen */
    width:100%;
    height:100%;
     
    /* transparency for different browsers */
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    background:#000;
 
    /* make sure it appear behind the dialog box but above everything else */
    position:absolute;
    top:0; left:0;
    z-index:3000;
 
    /* hide it by default */
    display:none;
}
 
 
#dialog-box {
     
    /* css3 drop shadow */
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
     
    /* css3 border radius */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
     
    background:#eee;
    /* styling of the dialog box, i have a fixed dimension for this demo */
    width:328px;
     
    /* make sure it has the highest z-index */
    position:absolute;
    z-index:5000;
 
    /* hide it by default */
    display:none;
}
 
#dialog-box .dialog-content {
    /* style the content */
    text-align:left;
    padding:10px;
    margin:13px;
    color:#666;
    font-family:arial;
    font-size:11px;
}

 
/* extra styling */
#dialog-box .dialog-content p {
    font-weight:700; margin:0;
}
 
#dialog-box .dialog-content ul {
    margin:10px 0 10px 20px;
    padding:0;
    height:50px;
}

#individualTime {
    text-align: center;
}
