

table.main { border-bottom:1px solid #fff;}
	td.left-row { background:rgb(177,221,255); }
		table.menuwrap { background:rgb(186,228,240);border-top:1px solid rgb(0, 129, 175); }
		.left-row table tr th 
		{ 
			background:rgb(33, 137, 217) url('../img/bg-white60.png') no-repeat top;
			padding:5px;
			border-bottom:1px dotted #555;
			font-size:12px;
			color:#fff;
			text-align:left; 
		}
		table.menu { border-bottom:1px solid #fff;padding-bottom:10px; }
		table.menu tr td 
		{ 
			/*border-top:1px solid rgb(228,244,250);*/
			padding:1px 0;
			padding-left:5px;
			color:rgb(228,244,250); 
		}
		table.menu a, table.menu a:link,
		table.menu a:visited, table.menu a:active,
		table.menu a:hover 
		{ 
			padding:3px;
			padding-left:5px;
			font-size:12px;
			color:#000;
			text-decoration:underline;
		}	
		
		table.search tr th { background:rgb(116, 173, 27) url('../img/bg-white60.png') no-repeat top; }
		table.search tr td { background:rgb(213, 239, 209); }
		
		table.orange { background:rgb(255, 224, 143);padding-bottom:10px;border-top:1px solid #fff; }
		table.orange tr th { background:rgb(255, 112, 0) url('../img/bg-white60.png') no-repeat top; }
		table.orange tr td {  }
			table.orange tr td 
			{ 
				border-top:1px solid rgb(255, 238, 191);
				padding:2px;
				padding-left:5px;
				color:rgb(255, 149, 0); 
			}
			table.orange a, table.orange a:link,
			table.orange a:visited, table.orange a:active,
			table.orange a:hover 
			{ 
				padding:3px;
				padding-left:15px;
				font-size:11px;
				color:#444;
			}
		
	table.contents 
	{ 
		background:url('../img/content-bg.jpg') repeat-x;
		margin:0 1px;
		padding:3px;
		border-top:1px solid #ccc;
		font-size:12px;
		}
		/*table.contents h1 
		{ 
			font-size:16px;
			padding:5px 2px;
			color:#444;
			border-bottom:1px dotted #ccc; 
			}*/
	
	td.right-row { 
		background:#444; 
		font-size:10px;
		color:#fff;
		}
		.right-row table tr th 
		{ 
			background:rgb(2, 18, 38) url('../img/bg-white60.png') no-repeat top;
			padding:5px;
			border-bottom:1px dotted #555;
			font-size:12px;
			color:#fff;
			text-align:left; 
		}
		table.excerpt { background-color:#444;border-bottom:1px solid #fff; }
		table.excerpt tr td {
			padding:2px;
			border-top:1px solid #222;
			border-bottom:1px solid #555;
		}		
		/*table.excerpt h1 {
			margin:0;
			padding:0;
			font-size:11px;
			font-weight:bold;
		}*/
		table.excerpt img {
			background:#fff;
			border:1px solid #000;
			margin:3px;
		}