//CSS File

html {
	margin:0;
	padding:0;
	background-color:#EEEEEE;
}
body {
	margin:0;
	padding:0;
	background:url(../img/bg.gif) repeat-x 0 190px #EEEEEE;
	font-family:Arial, Verdana, sans-serif;
	font-size:12px;
	line-height:17px;
	color:#5f5f5f;
	overflow-y:scroll;
}
#logotype {
	display: none;
}
.foot_shadow {
	position: fixed;
	margin: 0 auto;
	height: 80px;
	width: 100%;
	bottom: -15px;
	background: url(../img/shadow_bottom.png) repeat-x;
	z-index: 1;
}
.clear {
	clear:both;
}
.content {
	width:900px;
	margin:0 auto;
}
.loader {
	width: 32px;
	height: 32px;
	background: url(../img/loader.gif) no-repeat center 70px;
	margin: 0px auto;
	padding-top: 70px;
}
.header_container {
	width:100%;
	height:190px;
	background-color:#FFF;	
}
.header {
	width:900px;
	height:100%;
	margin:0 auto;
}
.title {
	margin:0;
	padding:0;
	font-size:22px;
	color:#5f5f5f;
	font-weight:normal;
}
.keywords {
	color:#9a9a9a;
	line-height:30px;
}
.logo {
	margin-top:43px;
	float:left;
	width:132px;
	height:107px;
}
.search_box {
	float:right;
	width:225px;
	margin-top:65px;
}
#query {
	width:211px;
	margin:5px 0 2px 0;
	border:1px solid #dbdbdb;
	padding:6px;
	font-size:14px;
	font-weight:bold;
	color:#333;
	background:url(../img/shadow.gif) repeat-x #FFF;
}
#snippet_container {
	width:900px;
	margin:35px auto;
	min-height:250px;
	z-index: 2;
}
#loader {
	color:#a7a7a7;
	font-size:11px;
	margin-left:7px;
	display: none;
}
#footer {
	width:900px;
	margin:50px auto;
	color:#a7a7a7;
	font-size:11px;
	font-family:Verdana;
	line-height:15px;
	z-index: 2;
	display: none;
}
.footer a:link, .footer a:visited {
	color: #a0a0a0;
}
.footer_image {
	margin-bottom:4px;
}
.snip_box {
	width:865px;
	padding:2px 0 0 35px;
	background:url(../img/icon.png) no-repeat top left;
}
.snip_left {
	float:left;
	width:600px;
}
.snip_right{
	float:right;
	width:125px;
	margin-top:15px;
}
.found {
	background: #fbff8a;
	color: #000;
	border: 0px dotted #666;
	z-index: 4;
}
.snip_area {
margin-top:-10px;
	background-color:#FFF;
	border:1px solid #c1c1c1;
	padding:20px;
	font-size: 13px;
	font-family:"Inconsolata", "Courier New", "Lucida";
width:825px;
}
.sniptext {
	font-family:"Inconsolata", "Courier New", "Lucida";
	line-height: 17px;
	width: 800px;
	display: block;
}
.top_link {
	display:block;
	width:70px;
	margin:3px 0 0 57px;
	color:#9a9a9a;
	text-decoration:none;
}
.top_link:hover {
	text-decoration:underline;
}
#add_snippet a:link, #add_snippet a:visited {
	color: #7a7a7a;
}
#add_snippet {
	font-size:11px;
	margin-left:7px;
}
.small_input {
	border: 1px solid #9a9a9a;
	width: 150px;
	padding: 3px;
	margin-top: 2px;
	color: #555;
	font-size: 11px;
	background:url(../img/shadow.gif) repeat-x #FFF;
}
.large_input {
	border: 1px solid #9a9a9a;
	width: 300px;
	margin-top: 2px;
	padding: 3px;
	color: #555;
	font-size: 11px;
	background:url(../img/shadow.gif) repeat-x #FFF;
}
.lightgrey {
	color: #a7a7a7;
}
.text14 {
	font-size: 14px;
	line-height: 19px;
}
.tag_boldgreen {
	color: #699d36;
	font-weight: bold;
}
.tag_boldviol {
	color: #3a1d72;
	font-weight: bold;
}
.tag_viol {
	color: #3a1d72;
}
.tag_boldlime {
	color: #1aa1a1;
	background-color: rgba(235,252,254,0.5);
}
.tag_red {
	color: #FF0000;
}
.tag_boldred {
	color: #FF0000;
	font-weight: bold;
}
.tag_boldkaku {
	color: #bc670f;
	background-color: #fffdf7;
	font-weight: bold;
}
