﻿@charset "utf-8";
/* Layout */
html {
	background-color: #EEE;
}
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, 'Geneva', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	color: #4F5155;
	min-width:790px;
}
a {
	color: #2A5685;
	background-color: transparent;
	text-decoration: none;
	font-weight: normal;
	-webkit-transition-property: color, background-color;
 -webkit-transition-duration: .3s, .1s;
	-webkit-transition-timing-function: ease-out, ease-out, ease-out;
}
a:visited {
	color: #2A5685;
	text-decoration: none;
}
a:hover {
	color: #D55000;
	text-decoration: underline;
}
a:active {
	color:#FFF;
	background-color: #000;
	text-shadow: none;
}
::selection {
 background-color:#FF9900;
 text-shadow: none;
 color:#FFF;
}
ul {
	padding: 0 0 0 18px;
	margin: 8px 0 12px 0;
	list-style-type: disc;
}
h1, h2, h3 {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin:0;
}
h1 {
	/*color: black;
	background-color: #ECEFF3;
	text-shadow: 1px 1px 0px #FFFFFF;
	margin: -6px -10px 10px;
	padding: 10px 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	text-shadow: none;
	-webkit-box-shadow: 0px 1px 1px #CCC;
	-moz-box-shadow: 0px 0px 1px #CCC;*/
	color: darkSlateGray;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: x-large;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h2 {
	color: steelBlue;
	font-size: 16px;
	font-weight:bold;
	padding: 2px 10px 1px 0px;
	margin: 20px 0px 10px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 6px;
	padding-bottom: 4px;
}
p {
	margin: 1em 0px;
}
li {
	margin:0;
}
a img {
	border: 0;
}
pre {
	font-size:12px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-top: 12px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 19px;
	white-space: pre-wrap;
	word-wrap: break-word;
	background-color: #FCFCFC;
	padding: 3px;
	padding-left: 5px;
	border: 1px solid #DDD;
}
pre:active {
	border-color: #000;
}
blockquote {
	border-left: 3px solid rgb(224, 224, 224);
	margin-left: 2.4em;
	padding-left: 0.6em;
}
th {
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	background-color: #F8F8F8;
	padding: 4px;
}
textarea {
	width:100%;
	border:1px solid #CCC;
	padding-left:0;
	padding-right:0
}
dd {
	margin-bottom: 15px;
}
img {
	border:none;
	border-style:none;
}
input, textarea, keygen, select, button, isindex, datagrid {
	color: initial;
	display: inline-block;
	margin: 0em;
	text-align: -webkit-auto;
	text-indent: 0px;
	text-shadow: none;
	text-transform: none;
}
#container {
	margin: 0 auto;
	text-align: left;
}
#mainContent {
	background-color:#FFF;
	min-width:inherit;
	max-width: 100%;
	font-family: Verdana, 'Geneva', Meiryo, sans-serif;
	font-size:13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color:#484848;
	margin-bottom:8px;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-shadow: 1px 0px 1px #FFFFFF;
}
#mainContent input[type=text], #mainContent input[type=password], #mainContent textarea {
	background-color: white;
	color: #666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C4C4C4;
	border-right-color: #E9E9E9;
	border-bottom-color: #E9E9E9;
	border-left-color: #C4C4C4;
}
#mainContent button {
	font-size:10px
}
#header {
	padding-right: 10px;
	padding-left: 20px;
	background-color: #507AAA;
	margin-left: 0px;
	background-image: url(tile_b.gif);
	background-repeat: repeat-x;
	height:36px;
	overflow:hidden;
}
#header .logo {
	margin: 0;
	color: #FFF;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#footer {
	text-shadow: 1px 1px 0px #FFFFFF;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 82px;
	padding-bottom: 0;
	padding-left: 10px;
	height: 22px;
	font-size: 10px;
	clear:both;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
/* End Layout */

/* WhiteCrane */
.external {
	background-image: url(external.png);
	background-position-x: 0%;
	background-position-y: 60%;
	background-repeat: no-repeat;
	padding-left: 12px;
}
.important {
	background-color: #EBFAE5;
	border: 1px solid #92D797;
	color: #333;
	margin: 10px 0 5px 0;
	padding: 10px;
}
.important p {
	margin: 6px 0 8px 0;
	padding: 0;
}
.important .leftpad {
	margin: 6px 0 8px 0;
	padding-left: 20px;
}
.btn {
	font-size:9px;
}
/* Navigation */
#navbox {
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 10px;
	background-color:#000;
	overflow:hidden;
}
#navbox ul {
	text-align:left;
	padding-bottom:0px;
	padding-top:0px;
	padding-left:0;
	margin-top:0; /* cancels gap caused by top padding in Opera 7.54 */
	margin-left:0;
	margin-bottom:0;
	width:100%;
	line-height:18px;
	height: 18px;
	font-size: 10px;
	display: block;
	text-shadow: #111111 1px 1px 1px;
}
#navbox ul li {
	display:inline;
	padding-left:0;
	padding-right:0;
	padding-bottom:5px; /* matches link padding except for left and right */
	padding-top:0px;
}
#navbox ul li a {
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
	color:#999;
	text-decoration:none;
	padding-bottom: 3px;
	cursor:pointer;
}
#navbox ul li a:hover {
	background-color:#369;
	background-image:url(menu_item.png);
	background-repeat:repeat-x;
	color:#fff;
}
#navbox #first {
	padding-left: 10px;
}
.navbox-sub {
	display: none;
	position:absolute;
	background-color:#1E1E1E;
	padding: 3px;
	width:50%;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-bottom-left-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
}
.navbox-sub li {
	float: none;
}
.navbox-sub li a {
	-webkit-border-radius:2px;
	-moz-border-radius: 2px;
}
#navbox li:hover .navbox-sub {
	display:block;
}
.documentation-sub {
	min-height:60px;
}
.documentation-sub dt {
	display:block;
	background-color:#141414;
}
.documentation-sub dt a {
	display:block;
	background-image:none!important;
}
.documentation-sub dd {
	color:#CCC;
}
.documentation-sub dd ul {
	display:block!important;
	height:auto!important;
}
.documentation-sub dd li {
	display:list-item!important;
	list-style-type:disc!important;
}
.documentation-sub dd li a {
	display:block;
	width:200px;
	padding:0;
	margin:0;
	background-image:none!important;
}
#status {
	position:absolute;
	right:4px;
	top:1px;
	color:#999;
	text-shadow:none;
	white-space:pre;
	font-size:10px;
}
#status a {
	color:#999;
}
#status a:hover {
	color:#0FF;
}
.login {
	position:absolute;
	right:0px;
	top:18px;
	background-color:#900;
	color:#FFF;
	height:29px;
	padding-top: 7px;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom:0px;
}
/* Gallery */
/* #gallery {
	margin-top: 40px;
	margin-bottom: 40px;
}
.galleryImage {
	display:block;
	text-align:center;
	vertical-align:middle;
}
.galleryImage img {
	margin: auto;
	max-height:600px;
	max-width:100%;
	border: 1px solid #CCC;
	-webkit-box-shadow: 0px 0px 5px #CCC;
	-moz-box-shadow: 0px 0px 4px #CCC;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	padding:1px;
}
.thumb {
	display:inline-block;
	width:180px;
	height:180px;
	margin:8px;
	text-align:center;
}
.thumb img {
	vertical-align:middle;
	margin: auto;
	max-height:180px;
	max-width:180px;
	border: 1px solid #CCC;
	-webkit-box-shadow: 0px 0px 5px #CCC;
	-moz-box-shadow: 0px 0px 4px #CCC;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	padding:1px;
}
.thumb img:hover {
	border: 1px solid #09F;
}
.pagination a, .current {
	border: 1px solid #E5E5E5;
	margin: 2px;
	padding: 2px 4px 2px 4px;
	text-decoration: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.pagination a:hover {
	border: 1px solid #CCC;
	-webkit-box-shadow: 0px 0px 5px #CCC;
	-moz-box-shadow: 0px 0px 4px #CCC;
} */
/* Misc */
.bonus {
	background-color: #A3080C;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	color: #FFF;
	padding-left: 20px;
	text-shadow: #111111 1px 1px 1px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.bonus * {
	color:#FFF!important;
}
.bonus a {
	font-weight:bold;
}
.bonus a:hover {
	color:#CCC;
}
.bonus h3 {
	font-size:14px;
}
.bonus .seachItemDes {
	background-color:#333;
	color:#CCC;
	padding:5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width:95%;
}
.searchLine {
	background-color: #FFF;
	height: 4px;
}
