BODY {
	background: url('/lib/gangrel.gif') no-repeat center center fixed #000;
	color: #FFF;
	min-height: 100%;
	margin: 0;
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	font-size: 1em;
}

H2 {
	text-align: center;
}

HR {
	color: #666;
	max-width: 750px;
}
A {
	color: #C00;
	text-decoration: none;
}
IMG {
	border: 0;
}
DIV {
	border: 0px solid #FFF;
}
P {
	margin: 0;
}
PRE {
	border: 1px solid #333;
	padding: 3px 4px 5px;
	overflow-x: auto;
	tab-size: 2;
}

#center {
	margin: 0 140px;
	text-align: center;
}

#header {
	font-size: 1.4em;
	font-weight: bold;
}
#header BIG {
	font-size: 2em;
}

   #menu,
#submenu {
	margin: 0 auto 6px;
	border-bottom: 1px solid #888;
	max-width: 750px;
	padding: 0 5px 6px;
	list-style: none;
}
   #menu LI,
#submenu LI {
	margin: 0;
	padding: 0;
	display: inline;
}
   #menu LI A,
#submenu LI A {
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0 5px 2px;
}
   #menu LI A.current,
#submenu LI A.current {
	background-color: #C00;
	color: #FFF;
}
   #menu LI A:hover,
#submenu LI A:hover {
	background-color: #FFF;
	color: #000;
}
#body {
	margin: 0 auto;
	max-width: 750px;
	text-align: left;
}
#footer {
	font-weight: bold;
}

#bc {
	overflow-h: auto;
}

.menu,
.menu LI,
.menu LI A {
	width: 500px;
}
.menu A {
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0 5px 2px;
}
.menu A:hover {
	background-color: #C00;
	color: #FFF;
}

#quote {
	text-align: center;
}
#quote BLOCKQUOTE {
	margin: 0 auto;
	padding: 0 5px;
	text-align: justify;
	max-width: 750px;
	color: #CCC;
}

#map_canvas {
	margin: 0 auto;
	max-width: 750px;
	height: 350px;
}
#map_canvas:hover {
	height: 350px;
}

#left  { left: 0; }
#right { right: 0; }
#left, #right {
	list-style: none;
	position: absolute;
	top: 0;
	width: 120px;
	margin: 0;
	padding: 10px 10px 0 10px;
	overflow: hidden;
}
#left {
	padding-top: 11px;
	background: url('/lib/line.png') no-repeat 10px 10px;
}
#left LI {
	list-style: none;
	display: block;
	margin: 0;
	padding: 5px 0 6px 0;
	background: url('/lib/line.png') no-repeat left bottom;
}
#left A,
#left IMG {
	display: block;
	vertical-align: middle;
}

#text {
	color: #CCC;
}
#text H1 {
	padding-right: 10px;
	padding-left: 10px;
}
#text B,
#text I {
	color: #FFF;
}
#text .text {
	margin: 0 auto 10px;
	padding: 0 10px;
	background: url('/lib/gangrel_text.gif') no-repeat center center fixed #FFF;
	color: #000;
}
#text .text B,
#text .text I {
	color: #000;
}
#text .text A {
	color: #00C;
	text-decoration: underline;
}
#text .text P {
	margin: 0 0 5px;
	text-indent: 20px;
}
#text .text UL {
	margin-top: 0;
	margin-bottom: 0;
}
#text TABLE TH,
#text TABLE TD {
	padding: 1px 4px;
}
#text TABLE B,
#text TABLE I {
	color: #CCC;
}
#text TABLE.table-full {
	width: 100%;
}
#text TABLE.table-border {
	border-collapse: collapse;
}
#text TABLE.table-border,
#text TABLE.table-border TH,
#text TABLE.table-border TD {
	border: 1px solid #500;
}
#text TABLE.table-border TD.empty {
	border: 0;
	background-color: transparent !important;
}
#text TABLE.table-border-not-on-table {
	border: 0;
}
#text TABLE.table-alternate TR TH {
	background-color: #C00;
}
#text TABLE.table-alternate TR:nth-child(odd) TD {
	background-color: rgba(192, 192, 192, 0.2);
}
#text TABLE.table-all-center TH,
#text TABLE.table-all-center TD {
	text-align: center;
}

#map_canvas,
#left LI A {
	opacity: 0.3;
	filter: alpha(opacity = 30);
}

#map_canvas:hover,
#left LI A:hover {
	opacity: 1;
	filter: alpha(opacity = 100);
}

.barNgrel {
	background-color: #000;
	color: #FFF;
	border: 1px solid #666;
	border-right: 0;
	border-left: 0;
	padding: 5px 0 5px;
	text-align: center;
	font-size: 0.9em;
}
.barNgrel:first-child {
	border-top: 0;
}
.barNgrel A {
	color: #C00 !important;
	text-decoration: none !important;
}
.barNgrel .source {
	margin: 0 auto;
	border: 1px solid #000;
	width: calc(100% - 232px);
	padding: 0.4em 0 0.4em;
	overflow: hidden;
	font-size: 0.6em;
	white-space: pre;
}
.barNgrel .url,
.barNgrel .back {
	display: block;
	border: 1px solid #000;
	padding: 0 11px;
	width: 90px;
}
.barNgrel .url {
	float: left;
	text-align: left;
}
.barNgrel .back {
	float: right;
	text-align: right;
}
#stampsNgrel {
	margin-top: 10px;
	float: right;
}

#kudos {
	margin-top: 6px;
	text-align: center;
	font-size: .8em;
}
#kudos > SPAN {
	border: 1px solid;
	border-radius: 6px;
	border-color: #C00;
	padding: 1px 3px 2px;
	background-color: #000;
}
#kudo-recaptcha {
	text-align: center;
}

.center {
	text-align: center;
}

@media print {
	.barNgrel:first-child {
		border-top-width: 1px;
	}
	.barNgrel .source {
		margin: 0;
		width: calc(100% - 116px);
		overflow: hidden;
		border: 1px solid #000;
	}
	.barNgrel .back,
	#stampsNgrel {
		display: none;
	}
	.barNgrel A {
		color: inherit !important;
	}
}

.hljs {
	background: transparent !important;
}

/* jQuery UI adjust */
.ui-widget-content {
	background-image: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #d50b0b;
	background: #003147;
	font-weight: normal;
	color: #ffffff;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #f72626;
	background: #a50909;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #f72626;
	background-color: #ffffff;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #cccccc;
	background: #eeeeee;
	color: #b22e2e;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #b22e2e;
}

