.cr_box {
   background: #0C3737 url('/images/grad.png') repeat-x top left;
}
.cr_top div {
   background: url('/images/tl.png') no-repeat top left;
}
.cr_top {
   background: transparent url('/images/tr.png') no-repeat top right;
}
.cr_bottom div {
   background: url('/images/bl.png') no-repeat bottom left;
}
.cr_bottom {
   background: transparent url('/images/br.png') no-repeat bottom right;
}

.cr_top div, .cr_top,
.cr_bottom div, .cr_bottom {
   width: 100%;
   height: 6px;
   font-size: 1px;
}

.cr_content { margin: 0 6px; }

	body {
		margin-left:5%;
		margin-right:5%;
		margin-top:0px;
		font-family:helvetica,arial,sans-serif;
		background:#FBFDFB url('/images/body.jpg') repeat-x;
	}
	a {
		color:#00f;
		text-decoration:none;
		
	}
	a:hover {
		color:#004;
	}
	img {
		border:0px;
	}
	.top {
		width:100%;
	}
		.top a {
			color:#fff;
			padding:4px;
		}
	.header {
		width:100%;
		background:transparent url('/images/head-bg.png');
	}
	.sidebar {
		float:left;
		padding:0px;
		width:100%;
	}
	.sidebar-title {
		font-size:1.5em;
		color:#fff;	
		margin-bottom:2px;
	}
	.sidebar-body {
		background-color:#fff;
		padding:10px;
		position:relative;
		top:0px;
		border-left:1px solid #ccc;
		border-right:1px solid #ccc;
		border-bottom:1px solid #ccc;
		margin-bottom:8px;
	}
		.sidebar-body a {
			display:block;
			margin-bottom:6px;
			margin-left:6px;
		}
	.sidebar-link {
	
	}
	.search {
		width:100%;
		margin-bottom:40px;
		background-color:#0C3737;
	}
		.searchBox {
			width:80%;
			border:1px solid #ccc;
			margin-left:10px;
			margin-right:10px;
			font-size:1.1em;
			margin-bottom:4px;
		}
		.searchButton {
			height:16px;
			position:relative;
			top:0px;
		}
		
	.box-title {
		padding:10px;
		display:block;
		font-size:1.5em;
		color:#a20;
	}
	
	.box-inner {
		background:#fff;
		border:1px solid #ccc;
	}
	
	.sbox-title {
		padding:10px;
		display:block;
		font-size:1.1em;
		color:#a20;
	}
	
	.sbox-content {
		padding:10px;
	}

	.sbox-ans {
		border-bottom:1px solid #ccc;
		margin-bottom:8px;
		padding:4px;
		font-size:.8em;
	}

	.script-title {
		font-size:1.1em;
		color:#00f;
	}
	
	.script-description {
		font-size:.8em;
	}
	
	.sbox-download {
		margin-left:8px;
		font-size:1.5em;
	}
	
.page-link, .page-link-highlighted {
	display:inline;
	margin-top:10px;
	border:1px solid #eee;
	padding:4px 6px 4px 6px;
	font-size:.8em;
}
