/* Stylesheet - Global Styles */
html, body {
	color: #FFF;
	background: #111 url('images/body-bg.jpg') center center fixed;
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 1.4;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 13px;
}

a:link, a:visited {
	color: #A7AFC4;
	text-decoration: none;
	border-bottom: 1px dotted #A7AFC4;
}

a:hover {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px dotted #FFF;
}

.clear {
	clear: both;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

.clear span, .clear-left span, .clear-right span {
	display: none;
}

img {
	border: 0;
	vertical-align: middle;
	margin: 0;
}

iframe {
	background: #FFF;
}

/* Stylesheet - Page Width */
#header div.background, #page {
	width: 950px; /* Fixed Width */
}

/* Stylesheet - Header Styles */
#header {
	background: url('images/header-shadow.png') bottom center repeat-x;
	margin: 0;
	padding: 0 0 10px 0;
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
}

#header div.glow {
	background: #111 url('images/header-bg.png') top center repeat-x;
}

#header div.background {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: url('images/logo-left.gif') left center no-repeat;
}

#header div.background h1 {
	margin: 0;
	padding: 0;
	text-align: center;
	background: url('images/logo-right.gif') right center no-repeat;
}

#header div.background h1 a {
	display: block;
	height: 100px;
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	outline: none;
	background: url('images/header.png') center center no-repeat;
}

#header div.background h1 a span {
	display: none;
}

/* Stylesheet - Wrapper Styles */
#page {
	margin: 0 auto;
	padding: 0;
	text-align: justify;
}

#page div.shadow1 {
	background: url('images/pageblend-left.png') left center repeat-y;
}

#page div.shadow2 {
	background: url('images/pageblend-right.png') right center repeat-y;
}

#page div.pagebg {
	margin: 0 100px;
	padding: 120px 20px 20px 20px;
	background: #000 url('images/contentbg-bottomright.jpg') right bottom no-repeat;
}

#page div.shadow3 {
	background: url('images/pageblend-bottomleft.png') left bottom no-repeat;
}

#page div.shadow4 {
	background: url('images/pageblend-bottomright.png') right bottom no-repeat;
}

#page div.shadow5 {
	background: url('images/pageblend-bottom.png') center bottom repeat-x;
	margin: 0 100px;
	height: 100px;
	padding: 0;
}

#page div.shadow5 span {
	display: none;
}

#page #contents {
	min-height: 270px;
}

/* Stylesheet - Welcome Menu Styles */
#welcome {
	margin: 0 0 10px 0;
	padding: 0;
}

#welcome .guest {
	border: 1px solid #C3A6A6;
	background: url('images/trans-25-header-error.png');
	padding: 4px 8px;
	text-align: right;
}

#welcome .user {
	border: 1px solid #9BB8B8;
	background: url('images/trans-25-header-comment1.png');
	padding: 4px 8px;
	text-align: right;
}

#welcome .welcome {
	float: left;
}

/* Stylesheet - Navigation Styles */

#navigation ul.page-tabs {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation ul.page-tabs li.hide {
	display: none;
}

#navigation ul.page-tabs li {
	float: left;
	margin: 0;
	padding: 0;
}

#navigation ul.page-tabs a:link, #navigation ul.page-tabs a:visited {
	display: block;
	padding: 4px 8px;
	border: 1px solid #A7AFC4;
	width: 70px;
	text-align: center;
	margin: 0 0 -1px 4px;
	background: #212327;
	color: #FFF;
}

#navigation ul.page-tabs a.selected:link, #navigation ul.page-tabs a.selected:visited {
	border-bottom: 1px solid #32343A;
	background: #32343A;
	color: #FFF;
}

#navigation ul.page-tabs a:hover, #navigation ul.page-tabs a.selected:hover {
	background: #43464E;
	border-bottom: 1px solid #A7AFC4;
}

#navigation ul.page-tabs li.register a:link, #navigation ul.page-tabs li.register a:visited {
	background: #302929;
	border-color: #C3A6A6;
	border-bottom: 1px solid #A7AFC4;
}

#navigation ul.page-tabs li.register a.selected:link, #navigation ul.page-tabs li.register a.selected:visited {
	background: #473D3D;
	border-bottom: 1px solid #473D3D;
}

#navigation ul.page-tabs li.register a:hover, #navigation ul.page-tabs li.register a.selected:hover {
	background: #615353;
	border-bottom: 1px solid #A7AFC4;
}

#navigation ul.page-tabs li.usercp a:link, #navigation ul.page-tabs li.usercp a:visited {
	background: #262E2E;
	border-color: #9BB8B8;
	border-bottom: 1px solid #A7AFC4;
}

#navigation ul.page-tabs li.usercp a.selected:link, #navigation ul.page-tabs li.usercp a.selected:visited {
	background: #3A4545;
	border-bottom: 1px solid #3A4545;
}

#navigation ul.page-tabs li.usercp a:hover, #navigation ul.page-tabs li.usercp a.selected:hover {
	background: #4D5C5C;
	border-bottom: 1px solid #A7AFC4;
}

#navigation ul.page-tabs li.admincp a:link, #navigation ul.page-tabs li.admincp a:visited {
	background: #2E2822;
	border-color: #C2A990;
	border-bottom: 1px solid #A7AFC4;
}

#navigation ul.page-tabs li.admincp a.selected:link, #navigation ul.page-tabs li.admincp a.selected:visited {
	background: #453C33;
	border-bottom: 1px solid #453C33;
}

#navigation ul.page-tabs li.admincp a:hover, #navigation ul.page-tabs li.admincp a.selected:hover {
	background: #5C5044;
	border-bottom: 1px solid #A7AFC4;
}

#navigation div.breadcrumbs {
	clear: both;
	margin: 0 0 10px 0;
	padding: 4px 8px;
	text-align: left;
	border: 1px solid #A7AFC4;
	background: #32343A;
}

#navigation.register div.breadcrumbs {
	background-color: #473D3D;
	border-color: #C3A6A6;
}

#navigation.register ul.page-tabs a:link, #navigation.register ul.page-tabs a:visited, #navigation.register ul.page-tabs li.usercp a:link, #navigation.register ul.page-tabs li.usercp a:visited, #navigation.register ul.page-tabs li.admincp a:link, #navigation.register ul.page-tabs li.admincp a:visited {
	border-bottom: 1px solid #C3A6A6;
}

#navigation.register ul.page-tabs li.register a.selected:hover {
	border-bottom: 1px solid #C3A6A6;
}

#navigation.usercp div.breadcrumbs {
	background-color: #3A4545;
	border-color: #9BB8B8;
}

#navigation.usercp ul.page-tabs a:link, #navigation.usercp ul.page-tabs a:visited, #navigation.usercp ul.page-tabs li.register a:link, #navigation.usercp ul.page-tabs li.register a:visited, #navigation.usercp ul.page-tabs li.admincp a:link, #navigation.usercp ul.page-tabs li.admincp a:visited {
	border-bottom: 1px solid #9BB8B8;
}

#navigation.usercp ul.page-tabs li.usercp a.selected:hover {
	border-bottom: 1px solid #9BB8B8;
}

#navigation.admincp div.breadcrumbs {
	background-color: #453C33;
	border-color: #C2A990;
}

#navigation.admincp ul.page-tabs a:link, #navigation.admincp ul.page-tabs a:visited {
	border-bottom: 1px solid #C2A990;
}

#navigation.admincp ul.page-tabs li.admincp a.selected:hover, #navigation.admincp ul.page-tabs li.register a:link, #navigation.admincp ul.page-tabs li.register a:visited, #navigation.admincp ul.page-tabs li.usercp a:link, #navigation.admincp ul.page-tabs li.usercp a:visited {
	border-bottom: 1px solid #C2A990;
}

#navigation div.breadcrumbs em {
	font-style: normal;
}

/* Stylesheet - Footer Styles */
#footer .copyright {
	clear: both;
	margin: 10px 0 0 0;
	padding: 4px 8px;
	text-align: center;
	border: 1px solid #A7AFC4;
	background: url('images/trans-50-header.png');
}

#footer .debuginfo {
	clear: both;
	margin: 0;
	padding: 4px 8px;
	text-align: center;
	border: 1px solid #A7AFC4;
	border-top: 0;
	background: url('images/trans-50.png');
}

/* Stylesheet - Basic Block */
#contents .block {
	margin: 10px 0;
	border: 1px solid #A7AFC4;
}

#contents .block .title {
	background: url('images/trans-50-header.png');
	border-bottom: 1px solid #A7AFC4;
	font-weight: bold;
	text-align: justify;
	padding: 4px 8px;
}

#contents .block .contents {
	background: url('images/trans-50.png');
	padding: 4px 8px;
	text-align: justify;
}

/* Stylesheet - 404 Styles */
div.vid404-1 {
	text-align: center;
}

div.vid404-2 {
	margin: 10px auto;
}

/* Stylesheet - MySQL Error Styles */
#database-error {
	margin: 100px 75px 150px 75px;
}

#database-error .block, #database-error .block .title {
	border-color: #C3A6A6;
}

#database-error .block .title {
	background-image: url('images/trans-50-header-error.png');
}

#database-error blockquote {
	border: 1px dotted #C3A6A6;
	background: url('images/trans-25-header-error.png');
	margin: 20px 10px 10px 10px;
	padding: 4px 8px;
	text-align: left;
}

/* Stylesheet - News Post Styles */
.newsblock {
	border: 1px solid #A7AFC4;
	margin: 10px 0;
}

.newsblock .title {
	background: url('images/trans-50-header.png');
	border-bottom: 1px solid #A7AFC4;
	font-weight: bold;
	text-align: justify;
	padding: 4px 8px;
}

.newsblock ul.author-date {
	background: url('images/trans-50.png');
	border-bottom: 1px solid #A7AFC4;
	padding: 4px 8px;
	list-style: none;
	margin: 0;
}

.newsblock ul.author-date .author {
	float: left;
}

.newsblock ul.author-date .date {
	float: right;
}

.newsblock .post-contents {
	clear: both;
	background: url('images/trans-50.png');
	padding: 4px 8px;
	text-align: justify;
}

.newsblock .newsfoot {
	margin: 0;
	padding: 0;
	border-top: 1px solid #A7AFC4;
	background: url('images/trans-50.png');
	list-style: none;
}

.newsblock .newsfoot li a:link, .newsblock .newsfoot li a:visited {
	display: block;
	text-align: right;
	padding: 4px 8px;
	border: 0;
	color: #FFF;
	font-weight: bold;
}

.newsarchiveslink a:link, .newsarchiveslink a:visited {
	display: block;
	padding: 4px 8px;
	margin: 10px 0;
	border: 1px solid #A7AFC4;
	background: url('images/trans-50.png');
	text-align: center;
	color: #FFF;
}

.newsblock .newsfoot li a:hover, .newsarchiveslink a:hover {
	background: #43464E;
}

/* Stylesheet - Pages Styles */
.pages {
	list-style: none;
	text-align: left;
	margin: 10px 0;
	padding: 0;
}

.pages .current-total, .pages .pagelink-dots, .pages .pagelink-current {
	float: left;
	margin: 0 5px 0 0;
	padding: 2px 6px;
}

.pages .pagelink-current {
	background: #32343A;
	border: 1px solid #A7AFC4;
	padding: 1px 5px;
}

.pages .pagelink-first a:link, .pages .pagelink-first a:visited, .pages .pagelink-previous a:link, .pages .pagelink-previous a:visited, .pages .pagelink-next a:link, .pages .pagelink-next a:visited, .pages .pagelink-last a:link, .pages .pagelink-last a:visited , .pages .pagelink a:link, .pages .pagelink a:visited {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	padding: 1px 5px;
	border: 1px solid #A7AFC4;
	background: url('images/trans-50.png');
	color: #FFF;
}

.pages .pagelink-next a:link, .pages .pagelink-next a:visited {
	margin: 0;
}

.pages .pagelink-first a:hover, .pages .pagelink-previous a:hover, .pages .pagelink-next a:hover, .pages .pagelink-last a:hover, .pages .pagelink a:hover {
	background: #43464E;
}

/* Stylesheet - News Archive Styles */
.newsarchives {
	padding: 15px 15px 0 15px;
}

.newsarchives dl {
	margin: 0;
	padding: 0;
	list-style: none;
}

.newsarchives dt {
	margin: 0;
	padding: 4px 8px;
	background: url('images/trans-50-header.png');
	text-align: right;
	border: 1px solid #A7AFC4;
}

.newsarchives dd {
	margin: 0 0 10px 0;
	padding: 4px 8px;
	background: url('images/trans-50.png');
	text-align: right;
	border: 1px solid #A7AFC4;
	border-top: 0;
}

.newsarchives dt a:link, .newsarchives dt a:visited {
	float: left;
	font-weight: bold;
}

/* Stylesheet - Post Parser Styles */
.post {
	text-align: justify;
}

.post .hr {
	border-top: 1px solid #A7AFC4;
	border-bottom: 1px solid #A7AFC4;
	border-left: 0;
	border-right: 0;
	height: 1px;
	margin: 1px 0 0 0;
}

.post .hr hr {
	display: none;
}

.post blockquote {
	border: 1px solid #A7AFC4;
	padding: 4px 8px;
	margin: 4px 15px;
	background: url('images/trans-50.png');
}

.post blockquote cite {
	display: block;
	border-bottom: 1px solid #A7AFC4;
	padding: 4px 8px;
	margin: -4px -8px 4px -8px;
	background: url('images/trans-50-header.png');
	font-weight: bold;
	font-style: normal;
}

.post .codeblock, .post .phpcodeblock, .post .spoilerblock {
	border: 1px solid #A7AFC4;
	margin: 4px 8px;
	background: url('images/trans-50.png');
}

.post .spoilerblock {
	border-bottom: 0;
}

.post .codeblock .body, .post .phpcodeblock .body, .post .spoilerblock .body {
	padding: 4px 8px;
}

.post .spoilerblock .title {
	padding: 0;
}

.post .spoilerblock .title a:link, .post .spoilerblock .title a:visited {
	display: block;
	padding: 4px 8px;
	border: 0;
	color: #FFF;
}

.post .spoilerblock .title a:hover {
	background: #43464E;
}

.post .spoilerblock .body {
	border-bottom: 1px solid #A7AFC4;
}

/* Stylesheet - Comments Styles */
.commentsblock {
	border: 1px solid #A7AFC4;
	margin: 10px 0;
}

.commentsblock .title {
	list-style: none;
	margin: 0;
	padding: 4px 8px;
	border-bottom: 1px solid #A7AFC4;
	background: url('images/trans-50-header.png');
	text-align: right;
}

.commentsblock .title li {
	float: left;
	font-weight: bold;
}

.commentsblock .title li.respond {
	float: none;
	font-weight: normal;
}

.commentsblock .contents-none {
	background: url('images/trans-50.png');
	padding: 44px 8px;
	text-align: center;
}

.commentsblock .contents {
	background: url('images/trans-50.png');
	padding: 15px 15px 0 15px;
	text-align: center;
}

.commentsblock .contents .commentblock-1, .commentsblock .contents .commentblock-2 {
	border: 1px solid #A7AFC4;
	margin: 0 0 15px 0;
}

.commentsblock .contents .commentblock-1 .author-date, .commentsblock .contents .commentblock-2 .author-date {
	border-bottom: 1px solid #A7AFC4;
	padding: 4px 8px;
	margin: 0;
	list-style: none;
}

.commentsblock .contents .commentblock-1 .title, .commentsblock .contents .commentblock-2 .title {
	text-align: left;
}

.commentsblock .contents .commentblock-1 .author-date .author, .commentsblock .contents .commentblock-2 .author-date .author {
	float: left;
}

.commentsblock .contents .commentblock-1 .author-date .date, .commentsblock .contents .commentblock-2 .author-date .date {
	float: right;
}

.commentsblock .contents .commentblock-1 .comment-contents, .commentsblock .contents .commentblock-2 .comment-contents {
	padding: 4px 8px;
	background: url('images/trans-50.png');
	text-align: justify;
}

.commentsblock .contents .commentblock-1, .commentsblock .contents .commentblock-1 .author-date, .commentsblock .contents .commentblock-1 .hr {
	border-color: #9BB8B8;
}

.commentsblock .contents .commentblock-2, .commentsblock .contents .commentblock-2 .author-date, .commentsblock .contents .commentblock-2 .hr {
	border-color: #C0A3C0;
}

.commentsblock .contents .commentblock-1 .author-date {
	background: url('images/trans-50-header-comment1.png');
	text-align: left;
}

.commentsblock .contents .commentblock-2 .author-date {
	background: url('images/trans-50-header-comment2.png');
	text-align: left;
}

/* Stylesheet - Comment Form Styles */
.commentform {
	margin: 10px 0;
	border: 1px solid #A7AFC4;
}

.commentform .title {
	border-bottom: 1px solid #A7AFC4;
	padding: 4px 8px;
	background: url('images/trans-50-header.png');
	font-weight: bold;
}

.commentform .form-body {
	padding: 4px 8px;
	background: url('images/trans-50.png');
}

.commentform ul.errors {
	border: 1px solid #F00;
	color: #F00;
	margin: 0 0 10px 0;
	list-style: none;
	padding: 0;
}

.commentform ul.errors li.explanation {
	padding: 4px 8px;
	border-bottom: 1px solid #F00;
	font-weight: bold;
	background: #300;
}

.commentform ul.errors li.errorlist {
	padding: 4px 8px;
	margin: 0;
	background: #100;
}

.commentform ul.errors li.errorlist ul {
	margin: 10px;
}

.commentform .comment-notice {
	margin: 0 0 10px 0;
}

#name-input, #email-input, #comment-input {
	margin: 0;
	padding: 0;
	list-style: none;
}

#name-input, #email-input {
	margin: 4px 440px 0 0;
}

#name-input dt, #email-input dt, #comment-input dt {
	font-weight: bold;
}

#name-input.error, #email-input.error, #comment-input.error {
	color: #F00;
	border-color: #F00;
}

#email-input em {
	cursor: help;
	border-bottom: 1px dotted #F00;
	font-style: normal;
	font-weight: normal;
}

#name-input dd, #email-input dd {
	margin: 2px 0 2px 0;
	padding: 0;
}

#name-input .input, #email-input .input {
	padding: 1px;
	background: none;
	color: #FFF;
	border: 1px solid #A7AFC4;
	line-height: 1.4;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 13px;
	width: 100%;
}

#name-input.error .input, #email-input.error .input {
	border-color: #F00;
	color: #F00;
}

#name-input .input:hover, #email-input .input:hover, #name-input.error .input:hover, #email-input.error .input:hover {
	border-color: #FFF;
}

#comment-input {
	margin: 4px 0 0 0;
}

#comment-input dt a:link, #comment-input dt a:visited {
	font-weight: normal;
}

#comment-input.error dt a:link, #comment-input.error dt a:visited {
	color: #F00;
	border-color: #F00;
}

#comment-input.error dt a:hover {
	color: #FFF;
	border-color: #FFF;
}

#comment-input dd {
	margin: 2px 4px 2px 0;
}

#comment-input textarea {
	padding: 1px;
	background: none;
	color: #FFF;
	border: 1px solid #A7AFC4;
	line-height: 1.4;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 13px;
	width: 100%;
	height: 200px;
}

#comment-input.error textarea {
	border-color: #F00;
	color: #F00;
}

#comment-input textarea:hover, #comment-input.error textarea:hover {
	border-color: #FFF;
}

#comment-submitpreview {
	margin: 2px 0 0 0;
	text-align: center;
	padding: 0;
}

#comment-submitpreview .button {
	padding: 4px 8px;
	background: none;
	color: #FFF;
	border: 1px solid #A7AFC4;
	line-height: 1.4;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 13px;
	cursor: pointer;
}

#comment-submitpreview .button:hover {
	border-color: #FFF;
}

/* Stylesheet - reCAPTCHA styles */
#recaptcha_widget {
	border: 1px solid #A7AFC4;
	float: right;
}

#recaptcha_widget.error {
	border-color: #F00;
}

#recaptcha_image_row {
	height: 60px;
	margin: 0;
	padding: 0;
}

#recaptcha_image_background {
	float: left;
	width: 300px;
	height: 60px;
	background: #FFF;
	color: #000;
	text-align: center;
}

#recaptcha_image {
	padding: 10px 0;
	margin: 0;
}

#recaptcha_image img {
	margin: -10px 0;
	padding: 0;
}

#recaptcha_image a:link, #recaptcha_image a:visited {
	color: #000;
	border-color: #000;
}

#recaptcha_image a:hover {
	color: #444;
	border-color: #444;
}

#recaptcha_options {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
	border-left: 1px solid #A7AFC4;
}

.error #recaptcha_options {
	border-color: #F00;
}

#recaptcha_options li {
	margin: 0;
	padding: 0;
}

#recaptcha_options li a:link, #recaptcha_options li a:visited {
	display: block;
	height: 20px;
	width: 24px;
	background: url('images/recaptchabuttons.png') no-repeat;
	border: 0;
}

.error #recaptcha_options li a:link, .error #recaptcha_options li a:visited {
	background: url('images/recaptchabuttons-error.png') no-repeat;
}

#recaptcha_options li a:hover, .error #recaptcha_options li a:hover {
	background: url('images/recaptchabuttons-hover.png') no-repeat;
}

#recaptcha_options li span {
	display: none;
}

#recaptcha_options li a.reload, .error #recaptcha_options li a.reload {
	background-position: 0px 0px;
}

#recaptcha_options li a.audio, .error #recaptcha_options li a.audio {
	background-position: 0px -20px;
}

#recaptcha_options li a.image, .error #recaptcha_options li a.image {
	background-position: 0px -40px;
}

#recaptcha_options li a.help, .error #recaptcha_options li a.help {
	background-position: 0px -60px;
}

#recaptcha_logo {
	float: left;
	background: url('images/recaptchalogo.png') top left no-repeat;
	margin-top: 7px;
	margin-left: 8px;
}

.error #recaptcha_logo {
	background: url('images/recaptchalogo-error.png') top left no-repeat;
	color: #F00;
}

#recaptcha_logo .logo {
	display: none;
}

#recaptcha_logo .slogan {
	line-height: 1.4;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 8px;
	margin-top: 25px;
	margin-left: 40px;
	margin-right: 8px;
}

#recaptcha_widget_textinput {
	border-top: 1px solid #A7AFC4;
	clear: left;
	padding: 0;
	margin: 0;
}

.error #recaptcha_widget_textinput {
	color: #F00;
	border-color: #F00;
}

#recaptcha_widget_textinput .label {
	float: left;
	width: 180px;
	padding: 4px 8px;
	text-align: right;
	border-right: 1px solid #A7AFC4;
}

.error #recaptcha_widget_textinput .label {
	border-color: #F00;
}

#recaptcha_widget_textinput .input {
	margin: 0 2px 0 199px;
	padding: 0;
}

#recaptcha_widget_textinput .input .recaptcha_input {
	margin: 1px 0 0 0;
	padding: 4px 0 2px 0;
	background: none;
	color: #FFF;
	border: 0;
	line-height: 1.4;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 13px;
	width: 100%;
	border-bottom: 1px solid #A7AFC4;
}

.error #recaptcha_widget_textinput .input .recaptcha_input {
	color: #F00;
	border-color: #F00;
}

#recaptcha_widget_textinput .input .recaptcha_input:hover, .error #recaptcha_widget_textinput .input .recaptcha_input:hover {
	border-color: #FFF;
}

/* Stylesheet - Redirect Styles */
#redirect {
	text-align: left;
	border: 1px solid #A7AFC4;
	width: 500px;
	margin: 200px auto 0 auto;
}

#redirect .title {
	padding: 4px 8px;
	font-weight: bold;
	border-bottom: 1px solid #A7AFC4;
	background: url('images/trans-50-header.png');
}

#redirect .message {
	padding: 16px 32px;
	border-bottom: 1px solid #A7AFC4;
	background: url('images/trans-50.png');
	text-align: justify;
}

#redirect .link a:link, #redirect .link a:visited {
	padding: 4px 8px;
	background: url('images/trans-50.png');
	text-align: center;
	display: block;
	border: 0;
	color: #FFF;
	line-height: 1.4;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 13px;
}

#redirect .link a:hover {
	background: #43464E;
}

/* Stylesheet - Popup Styles */
#popup {
	border: 1px solid #A7AFC4;
	margin: 10px;
	padding: 0;
	text-align: justify;
}

#popup .title {
	padding: 4px 8px;
	font-weight: bold;
	border-bottom: 1px solid #A7AFC4;
	background: url('images/trans-50-header.png');
}

#popup .contents {
	padding: 4px 8px;
	border-bottom: 1px solid #A7AFC4;
	background: url('images/trans-50.png');
	text-align: justify;
}

#popup .sdcode {
	border: 1px solid #A7AFC4;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: justify;
}

#popup .sdcodetitle {
	padding: 4px 8px;
	font-weight: bold;
	background: url('images/trans-50-header.png');
}

#popup .sdcode .row {
	padding: 24px 8px;
	border-top: 1px solid #A7AFC4;
	background: url('images/trans-50.png');
	text-align: justify;
}

#popup .sdcode .example, #popup .sdcode .exampletext, #popup .sdcode .examplenote {
	border: 1px solid #A7AFC4;
	margin: 20px 0 0 0;
	padding: 0;
}

#popup .sdcode .exampletext {
	margin: 0;
}

#popup .sdcode h3 {
	padding: 4px 8px;
	font-weight: bold;
	background: url('images/trans-50-header.png');
	border-bottom: 1px solid #A7AFC4;
	margin: 0;
	line-height: 1.4;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 13px;
}

#popup .sdcode p {
	padding: 4px 8px;
	background: url('images/trans-50.png');
	text-align: justify;
	margin: 0;
}

#popup .sdcode p .highlight {
	border-color: #F00;
	color: #F00;
}










