/* Inline CSS */
/* CSS: ipb_common*/
/************************************************************************/
/* IP.Board 3 CSS - By Rikki Tissier - (c)2008 Invision Power Services 	*/
/************************************************************************/
/* ipb_common.css														*/
/************************************************************************/
/************************************************************************/
/* LIGHTBOX STYLES */
#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 16000 !important;
	text-align: center;
	line-height: 0;
}

#lightbox img {
	width: auto;
	height: auto;
}

#lightbox a img {
	border: none;
}

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav {
	left: 0;
}

#hoverNav a {
	outline: none;
}

#prevLink,
#nextLink {
	width: 49%;
	height: 100%;
	background-image: url(https://web.archive.org/web/20120111211957im_/http://f.route01.net/public/style_images/overlaygreen/spacer.gif);
	/* Trick IE into showing hover */
	display: block;
}

#prevLink {
	left: 0;
	float: left;
}

#nextLink {
	right: 0;
	float: right;
}

#prevLink:hover,
#prevLink:visited:hover {
	background: url(https://web.archive.org/web/20120111211957im_/http://f.route01.net/public/style_images/overlaygreen/lightbox/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover,
#nextLink:visited:hover {
	background: url(https://web.archive.org/web/20120111211957im_/http://f.route01.net/public/style_images/overlaygreen/lightbox/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}

#imageData {
	padding: 0 10px;
	color: #666;
}

#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}

#imageData #caption {
	font-weight: bold;
}

#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}

#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
}

#overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 15000 !important;
	width: 100%;
	height: 500px;
	background-color: #000;
}

/************************************************************************/
/*  BBCODE STYLES */
/* 	NOTE: These selectors style bbcodes throughout IPB. It is recommended that you DO NOT change these 
         styles if you are creating a skin since it may interfere with user expectation
         of what certain BBCodes look like (quote boxes are an exception to this). */
strong.bbc {
	font-weight: bold !important;
}

em.bbc {
	font-style: italic !important;
}

span.bbc_underline {
	text-decoration: underline !important;
}

acronym.bbc {
	border-bottom: 1px dotted #000;
}

span.bbc_center,
div.bbc_center {
	text-align: center;
	display: block;
}

span.bbc_left,
div.bbc_left {
	text-align: left;
	display: block;
}

span.bbc_right,
div.bbc_right {
	text-align: right;
	display: block;
}

div.bbc_indent {
	margin-left: 50px;
}

del.bbc {
	text-decoration: line-through !important;
}

ul.bbc {
	list-style: disc outside;
	margin-left: 30px;
}

ul.bbc ul.bbc {
	list-style-type: circle;
}

ul.bbc ul.bbc ul.bbc {
	list-style-type: square;
}

ul.bbcol.decimal {
	margin-left: 30px;
	list-style-type: decimal;
}

ul.bbcol.lower-alpha {
	margin-left: 30px;
	list-style-type: lower-alpha;
}

ul.bbcol.upper-alpha {
	margin-left: 30px;
	list-style-type: upper-alpha;
}

ul.bbcol.lower-roman {
	margin-left: 30px;
	list-style-type: lower-roman;
}

ul.bbcol.upper-roman {
	margin-left: 30px;
	list-style-type: upper-roman;
}

hr.bbc {
	display: block;
	border-top: 2px solid #777;
}

div.bbc_spoiler {}

div.bbc_spoiler span {
	font-weight: bold;
}

div.bbc_spoiler_wrapper {
	border: 1px inset #777;
	padding: 4px;
}

div.bbc_spoiler_content {}

input.bbc_spoiler_show {
	width: 45px;
	font-size: .7em;
	margin: 0px;
	padding: 0px;
}

pre.prettyprint {
	padding: 5px;
	background: #f8f8f8;
	border: 1px solid #c9c9c9;
	overflow: auto;
	margin-left: 10px;
	font-size: 11px;
	line-height: 140%;
}

.bbc_member,
.bbc_url {
	color: inherit;
}

/* Quote boxes */
p.citation {
	background: #dedede url(https://web.archive.org/web/20120111211957im_/http://f.route01.net/public/style_images/overlaygreen/citation_bg.png) no-repeat right;
	color: #606060;
	font-size: 0.9em;
	font-weight: bold;
	border-width: 1px 1px 0 3px;
	border-style: solid;
	border-color: #c5c5c5;
	padding: 5px 8px;
}

div.blockquote {
	background: #f6f6f6;
	font-size: 0.9em;
	border-width: 1px 1px 1px 3px;
	border-style: solid;
	border-color: #c5c5c5;
	margin: 0px;
	margin-top: 0px;
}

div.blockquote div.blockquote {
	font-size: 1em;
	margin: -0px 15px 0px 15px;
}

div.blockquote p.citation {
	margin: 6px 15px 0 15px;
	font-size: 1em;
}

div.quote {
	padding: 12px;
}

div.quote p.blockquote {
	margin-left: -12px;
}

cite {
	display: block;
	font-weight: bold;
}

blockquote cite {
	font-size: 1em;
}

</style><style type="text/css" title="Main" media="screen">

/* Inline CSS */
/* CSS: ipb_editor*/
/***************************************************************/
/* IP.Board 3 Editor CSS                                       */
/* ___________________________________________________________ */
/* By Rikki Tissier                                            */
/* (c)2008 Invision Power Services                             */
/***************************************************************/
/* ipb_editor.css - Styles for the editor (colors in main css) */
/***************************************************************/
#ipboard_body .input_rte {
	width: 100%;
	height: 250px;
	padding: 5px;
	margin: -6px 0px -6px -6px;
}

.editor {
	padding: 6px;
}

#ipboard_body .ips_editor.lite_edition .input_rte {
	height: 60px;
}

#ipboard_body .ips_editor .input_rte.unloaded_editor {
	font-family: arial, verdana, tahoma, sans-serif;
	font-style: italic;
	font-size: 11px;
	color: #b4b4b4;
	padding: 5px;
}

#ipboard_body .ips_editor {
	/*background-color: #dddddd;*/
	border: 2px solid #dddddd;
	margin: 8px;
	/*padding: 6px;*/
	position: relative;
	line-height: 100% !important;
}

#ipboard_body .ips_editor.with_sidebar .controls,
#ipboard_body .ips_editor.with_sidebar .editor {
	margin-right: 200px;
}

#ipboard_body .ips_editor .controls {
	position: relative;
}

/* Sidebar go bye-bye-bye (like Keith) */
#ipboard_body .ips_editor.with_sidebar .sidebar {
	position: absolute;
	top: 0px;
	right: 1px;
	width: 195px;
	bottom: 1px;
	margin: 0;
	border-width: 1px;
	border-style: solid;
	border-color: #f8f8f8 #dddddd #dddddd #f8f8f8;
}

#ipboard_body .ips_editor.with_sidebar .sidebar h4 {
	background-color: #ebebeb;
	height: 25px;
	color: #6a6a6a;
	font-size: 10px;
	font-weight: bold;
}

#ipboard_body .ips_editor.with_sidebar .sidebar h4 span {
	padding: 6px 0 0 6px;
	display: block;
}

#ipboard_body .ips_editor.with_sidebar .sidebar h4 img {
	float: right;
	margin: 6px 6px 0 0;
	cursor: pointer;
}

#ipboard_body .ips_editor.with_sidebar .sidebar .emoticon_holder {
	width: 100%;
	height: 93%;
	overflow: auto;
	position: absolute;
	bottom: 25px;
	top: 25px;
}

#ipboard_body .ips_editor.with_sidebar .sidebar .emoticon_holder td {
	padding: 5px 0;
}

#ipboard_body .show_all_emoticons {
	bottom: 0px;
	position: absolute;
	width: 100%;
	text-align: center;
	background: #ebebeb;
	height: 25px;
}

#ipboard_body .ips_editor.with_sidebar .sidebar .emoticon_holder.no_bar {
	bottom: 0px;
}

#ipboard_body .ips_editor .toolbar {
	height: 30px;
	background: #ebebeb url(https://web.archive.org/web/20120111211957im_/http://f.route01.net/public/style_images/overlaygreen/gradient_bg.png) repeat-x left 50%;
	border-width: 1px;
	border-style: solid;
	border-color: #f8f8f8 #f8f8f8 #dddddd #f8f8f8;
}

#ipboard_body .ips_editor .toolbar li {
	float: left;
	padding: 3px;
}

#ipboard_body .ips_editor .toolbar li.sep {
	padding-right: 4px;
	border-right: 1px solid #dddddd;
	margin-right: 4px;
}

#ipboard_body .ips_editor .toolbar li.left {
	float: left;
}

#ipboard_body .ips_editor .toolbar li.right {
	float: right;
}

#ipboard_body .ips_editor .toolbar li span {
	display: block;
	padding: 3px;
}

#ipboard_body .ips_editor ul.ipbmenu_content,
#ipboard_body .ips_editor ul.ipbmenu_content li {
	display: block;
	float: none;
	background-color: #fff;
}

#ipboard_body .ips_editor .toolbar li .rte_control.rte_menu {
	font-size: 11px;
	height: 14px;
	border: 1px solid #b9b9b9;
	margin-top: 1px;
	padding: 4px 15px 2px 7px;
	background-color: #fff;
	background-image: url(https://web.archive.org/web/20120111211957im_/http://f.route01.net/public/style_images/overlaygreen/rte_icons/rte_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#ipboard_body .rte_title {
	background-color: #dddddd;
	padding: 4px;
	margin: -4px -4px 5px -4px;
	color: #6a6a6a;
	font-size: 10px;
	font-weight: bold;
}

#ipboard_body .rte_fontsize {
	min-width: 50px;
}

#ipboard_body .rte_font {
	min-width: 85px;
}

#ipboard_body .rte_special {
	min-width: 90px;
}

#ipboard_body .ipb_palette {
	padding: 4px;
	background-color: #fcfcfc;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	border-color: #dddddd;
	font-size: 11px;
}

#ipboard_body .ipb_palette label {
	display: block;
	font-weight: bold;
	clear: both;
	width: auto !important;
	float: none !important;
	text-align: left !important;
}

#ipboard_body .ipb_palette input {
	clear: both;
	width: 96%;
	margin-bottom: 5px;
	font-size: 11px;
	margin-right: 6px;
}

#ipboard_body .ipb_palette input[type="submit"],
#ipboard_body .input_submit.emoticons {
	background-color: #dddddd;
	border: 1px solid #dddddd;
	margin: 5px auto 5px auto;
	text-align: center;
	padding: 2px;
	color: #6a6a6a;
	font-size: 11px;
	display: block;
	width: auto !important;
}

#ipboard_body .ipb_palette.extended {
	min-width: 250px;
	max-width: 320px;
}

#ipboard_body .ipb_palette pre {
	padding: 5px 7px 10px 7px;
}

#ipboard_body ul.fontsizes li {
	padding: 0.3em 0px !important;
}

#ipboard_body .ipb_palette table.rte_colors {
	border-collapse: separate;
	background-color: #fff;
	border-spacing: 1px;
}

#ipboard_body table.rte_colors td {
	padding: 6px;
	border: 1px solid #777;
	margin: 1px;
	font-size: 1px;
	cursor: pointer;
	height: 18px;
}

#ipboard_body .rte_control {
	cursor: pointer;
	background: #eeeeee;
	border: 1px solid #dddddd;
}

#ipboard_body .rte_hover {
	background-color: #f4f4f4;
}

#ipboard_body .rte_selected {
	background-color: #f7f7f7;
	border: 1px solid #cdcdcd;
}