/* This CSS increases the size of the paragraph elements */
body {
	margin:0px;
	padding:0px;
	border:none;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;

}

th{
	font-size:.90em;
	border-bottom:1px solid #333;
	background-color:#D3D3D3;
	text-align:left;
}

span.smallText{
	color:#333;
	font-size:80%;
	font-weight:bold;
}

a{
	color:#000; 
	font-weight:bold; 
	text-decoration:none;
}	
.highlight{
	background-color:#FFFF99;
}
.white{
	color:#fff!important;
}
.heading {
	font-family:Arial,Helvetica,sans-serif; 
	color:#333399; 
	font-weight:bold;
}
.divButton {
	padding:2px; 
	margin-right:10px; 
	background-image:url(realtime/bar1.jpg); 
	background-repeat:repeat-x; 
	cursor:pointer; 
	font-size:.75em!important;
	border:1px solid #999;
}
.divButton2 {
	padding:2px; 
	margin-right:10px; 
	background-image:url(realtime/bar2.jpg); 
	background-repeat:repeat-x; 
	cursor:pointer; 
	font-size:.75em!important;
	border:1px solid #999;
}
.divButton3 {
	padding:2px; 
	margin-right:10px; 
	background-image:url(realtime/bar3.jpg);
	background-color:#fdb813; 
	background-repeat:repeat-x; 
	cursor:pointer; 
	font-size:.75em!important;
	border:1px solid #999;
	font-weight:bold;
}
input{
	border:1px solid #333;
}


	.marginFixT{
		margin-top:0px; padding-top:0px;	
	}
	.marginFixB{
		margin-bottom:0px; padding-bottom:0px;	
	}
	.div0{
		min-height:20px; color:#000; cursor:pointer; padding:4px; padding-top:10px; background-color:#FFF;
	}
	.div1{
		min-height:20px; color:#000; cursor:pointer; padding:4px; padding-top:10px; background-color:#EAEAEA; 
	}
	.divButton{
		color:#fff;	height:30px;
	}
	.category{
		/*font-size:.90em;*/
		border-bottom:1px solid #333;
		border-top:1px solid #333;
		text-align:left;
		background-color:#292929; 
		vertical-align:middle; 
		color:#fff;
		padding:3px;
	}
	.category2{
		color:#000; cursor:pointer; border-bottom:1px solid #333; font-weight:bold; background-color:#CCC; padding:4px;
	}
	.category a{
		color:#fff!important;	
	}
	.borderRight{
		border-right:1px solid black;	
	}
	.vlist { margin: 0px; padding-left: 0px; }

	.vlist li, .vlist dt { width: 100%; float: left; clear: both; list-style: none; display: inline; }
	
	.cabiClosed{
		visibility:hidden;
		display:none;	
		height:0px;
	}
	
	.cabiOpen{
		visibility:visible;
		display:block;	
		height:auto;
		padding:2px;
		background-color:#ed2431;
		border:1px dotted #CCC;
		text-align:center;
	}
	
@media handheld, only screen and (max-device-width: 480px) {
    /* overrides or style additions for iPhone */
}

