body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: verdana, sans-serif;
	background: #fff url('/images/bodybg.png');
	background-repeat: no-repeat;
}
table {
	font-size: 12px;
}
a img {
	border:0px;
}

a {  color: #2A59DF; text-decoration: none; }
a:hover {  color: #F60; text-decoration: underline; background: #FFFAE8; }
img {
	border: 0px;
}
input {
	border: 1px solid #666;
	color: #000;
	font-weight: bold;
}
div#header {
	margin: 0px;
	padding: 0px;
	background: url('/images/cd_03.png');
}
div#h2 {
	display: none;
	margin: 0px;
	padding: 0px;
	float: left; 
	width: 216px;
}
div#h2 img#cdbottom {
	/*float: left;*/
}

div.sidebar {
	padding: 3px;
	margin: 0px;
	margin-top: 10px;
	border-top: 1px solid #eee;

}
div#menu {
	/*border: 1px solid #ccc;*/
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 71px;
	left: 108px;	
	font-size: 11px;
}

div#scontent {
	margin: 15px;
	padding: 5px;

}
h1 {
	margin: 1px;
	padding: 1px;
	color: #666;
	border-bottom: 1px solid #eee;
	margin-left: 216px;
	font-size: 22px;
}
h2 { font-size: 16px; }
div#footer {
	text-align: center;
	font-size: 10px;
	border-top: 1px solid #ccc;
	margin: 0px;
	margin-top: 5px;
}

div#s input {
	width: 100px;
}
div#s table {
	width: 180px;
}
div#searchform {
	background: #eee;
	border: 1px solid #ccc;
	width: 250px;
	position: absolute;
	top: 8px;
	right: 0px;
	font-size: 11px;
}
.linkses{visibility:hidden;}
div#searchformcontainer {	
	display: none;
}
div#hide {
	display: none;
	font-weight: bold;
	text-align: center;

}
div#show {
	text-align: center;
	font-weight: bold;
}
div#show a, div#hide a {
	cursor: pointer;
}
DEL	{	
	text-decoration:	line-through;
	background:	#900;
	}	
		
INS	{	
	text-decoration:	none;
	background:	#FFF;
	}
.original { background: #FFAAAA; }
.final { background: #D7FFC6; }	