*{
	font: 13px MS Sans Serif, sans-serif, arial narrow; 			
	color:#ffffff;	
}

a{
	
}

html, body 
{ 
	background:#000000; 
	margin: 0px; 
	padding: 0; 
	width:100%;
	height:100%;		
	font-size:100%;
}

.image
{
	cursor:pointer;
}

strong
{
	font-weight:bold;
	font-size:110%;
}

table.main
{
	height:100%;
	width:100%;	
	border-collapse: collapse;
	border-spacing:0px;
	border:0px;
}
	.tr-auto
	{
		height:auto;
	}
	
	td.td-head
	{
		height:auto;		
		vertical-align:top;
		/*background:url(\'../images/line_top_thin.gif\') repeat-x bottom center;			*/
	}

		.headDiv
		{
			width:300px;
			margin:0px auto;			
			height:auto;
			text-align:center;						
			height:16px;
			background:#000;
			color:#fff;
			font-size:12px;			
		}
		
		
	.tr-time
	{
		height:500px;
	}
		

	td.td-time
	{		
		position:relative;
		height:500px;
		width:100%;		
	}

		.scroll-pane
		{
			position:relative;
			width:100%;
			text-align:left;
			height:100%;
			width: 1000px;
			float: left;
			padding: 0;
			overflow: hidden;
				

		}
		
	td.td-bottom
	{
		height:auto;		
		vertical-align:top;
		background:#000;
	}

		.bottomDiv
		{
			width:300px;
			margin:0px auto;			
			height:auto;
			text-align:center;						
			height:16px;
			background:#000;
			color:#fff;
			font-size:12px;			
		}		

		
	.timeImg{
		margin:3px;
	}