/* ===========================================
=============== GENERAL SITE SETUP ===============
=========================================== */
html { overflow-x: auto; }
body { margin:0px; padding:0px; border-style:none; font-size:12px; color:#000000; font-family:arial,verdana; }
form { padding:0; margin:0; }
div { padding:0; margin:0; }
textarea { font-family:verdana,arial; font-size:14px; padding:3px; border-style:solid; border-width:1px;border-color:#AAAAAA; }
img { border-style:none; }
code { font-family:arial,verdana; font-size:12px; }
pre { font-family:arial,verdana; font-size:12px; }
ol { font-family:arial,verdana;font-size:12px;margin:0px;padding-left:55px;padding-right:0px;padding-bottom:0px;padding-top:0px; }

/* ===========================================
=== preset colours ===============
=========================================== */
.blue { color:#000099; }
a:link { color: #000099; text-decoration: none; }
a:visited { color: #000099; text-decoration: none; }
a:active { color: #000099; text-decoration: none; }
a:hover { color: #000088; text-decoration: none; }

.grey { color: #888888; }
a.grey:link { color: #888888; text-decoration: none; }
a.grey:visited { color: #888888; text-decoration: none; }
a.grey:active { color: #888888; text-decoration: none; }
a.grey:hover { color: #444444; text-decoration: none; }

.green { color: #348D34;}
a.green:link { color: #348D34; text-decoration: none; }
a.green:visited { color: #348D34; text-decoration: none; }
a.green:active { color: #348D34; text-decoration: none; }
a.green:hover { color: #348D34; text-decoration: none; }

.orange { color: #D77600;}
a.orange:link { color: #D77600; text-decoration: none; }
a.orange:visited { color: #D77600; text-decoration: none; }
a.orange:active { color: #D77600; text-decoration: none; }
a.orange:hover { color: #D77600; text-decoration: none; }

.lightblue { color: #246BFF;}
a.lightblue:link { color: #246BFF; text-decoration: none; }
a.lightblue:visited { color: #246BFF; text-decoration: none; }
a.lightblue:active { color: #246BFF; text-decoration: none; }
a.lightblue:hover { color: #246BFF; text-decoration: none; }

.red { color: red;}
a.red:link { color: red; text-decoration: none; }
a.red:visited { color: red; text-decoration: none; }
a.red:active { color: red; text-decoration: none; }
a.red:hover { color: red; text-decoration: none; }

/* ===========================================
=== Breadcrumb Sections ===============
=========================================== */

/* darkgreen */
a.section_profile:link { color: green; text-decoration: none; }
a.section_profile:visited { color: green; text-decoration: none; }
a.section_profile:active { color: green; text-decoration: none; }
a.section_profile:hover { color: green; text-decoration: none; }

/* blue */
a.section_public:link { color: #000099; text-decoration: none; }
a.section_public:visited { color: #000099; text-decoration: none; }
a.section_public:active { color: #000099; text-decoration: none; }
a.section_public:hover { color: #000088; text-decoration: none; }

/* blue */
a.section_network:link { color: #000099; text-decoration: none; }
a.section_network:visited { color: #000099; text-decoration: none; }
a.section_network:active { color: #000099; text-decoration: none; }
a.section_network:hover { color: #000088; text-decoration: none; }

/* blue */
a.section_account:link { color: #000099; text-decoration: none; }
a.section_account:visited { color: #000099; text-decoration: none; }
a.section_account:active { color: #000099; text-decoration: none; }
a.section_account:hover { color: #000088; text-decoration: none; }

/* red */
a.section_admin:link { color: red; text-decoration: none; }
a.section_admin:visited { color: red; text-decoration: none; }
a.section_admin:active { color: red; text-decoration: none; }
a.section_admin:hover { color: red; text-decoration: none; }







/* ===========================================
=== Settings for form elements ===============
=========================================== */
input.text { border-style:solid; border-width:1px; border-color:#AAAAAA; font-family:verdana,arial; font-size:14px;padding:2px; }
select { border-style:solid; border-width:1px; border-color:#AAAAAA; font-family:arial,verdana; font-size:14px;padding:2px; }


/* ===========================================
=== Code Line Numbers ===============
=========================================== */
li.ln { 
	background-color:#DDDDDD;
	color:#888888;
	font-family:arial;
	font-size:11px;
}
div.lc { 
	background-color:#FFFFFF;
	color:#000000;
	border-left-style:solid;
	border-color:#AAAAAA;
	border-width:1px;
	padding-right:10px;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
	font-family:verdana,arial;
	font-size:11px;
}
div.lc_bbcode { 
	background-color:#FFFFFF;
	color:#000000;
	border-left-style:solid;
	border-color:#DDDDDD;
	border-width:1px;
	padding-right:10px;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
	font-family:verdana, arial;
	font-size:11px;
}
td.cl {
	font-size:12px;
	font-family:verdana, arial;
}

/* ===========================================
=== BBCODE TOC ===============
=========================================== */

b.toc1{
	font-size:22px;
}
b.toc2{
	font-size:12px;
}
b.toc3{
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
}

a.toc1:link { color: #000099; text-decoration: none; font-size:14px; }
a.toc1:visited { color: #000099; text-decoration: none; font-size:14px; }
a.toc1:active { color: #000099; text-decoration: none; font-size:14px; }
a.toc1:hover { color: #000088; text-decoration: none; font-size:14px; }
a.toc2:link { color: #000099; text-decoration: none; font-size:14px; }
a.toc2:visited { color: #000099; text-decoration: none; font-size:14px; }
a.toc2:active { color: #000099; text-decoration: none; font-size:14px; }
a.toc2:hover { color: #000088; text-decoration: none; font-size:14px; }
a.toc3:link { color: #000099; text-decoration: none; font-size:14px; }
a.toc3:visited { color: #000099; text-decoration: none; font-size:14px; }
a.toc3:active { color: #000099; text-decoration: none; font-size:14px; }
a.toc3:hover { color: #000088; text-decoration: none; font-size:14px; }

td.toc{
	border-bottom-style:solid;
	border-color:#DDDDDD;
	border-width:1px;
	padding-bottom:15px;
}

/* ===========================================
=== Login Keypad ===============
=========================================== */
div.login_keypad {
	border-style:solid;
	border-color:#DDDDDD;
	border-width:1px;
	background-color:#EEEEEE;
	color:#555555;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:0px;
	padding-right:0px;
	width:99%;
	height:15px;
	text-align:center;
	cursor:pointer;
	font-size:14px;
}
div.login_keypad_over {
	border-style:solid;
	border-color:#BBBBBB;
	border-width:1px;
	background-color:#EEEEEE;
	color:#555555;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:0px;
	padding-right:0px;
	width:99%;
	height:15px;
	text-align:center;
	cursor:pointer;
	font-size:14px;
}

a.login_keypad:link { color: #555555; text-decoration: none; }
a.login_keypad:visited { color: #555555; text-decoration: none; }
a.login_keypad:active { color: #555555; text-decoration: none; }
a.login_keypad:hover { color: #222222; text-decoration: none;}

/* ===========================================
=== Dynamic Form Creation Component ===============
=========================================== */
div.dynamic_form_box_item {
	background-color:#FFFFFF;
	border-style:solid;
	border-color:#DDDDDD;
	border-width:1px;
	margin-bottom:10px;
}
div.dynamic_form_box {
	border-style:solid;
	border-width:1px;
	border-color:#AAAAAA;
	background-color:#EEEEEE;
	font-size:12px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:10px;
}
div.dynamic_form_box_item_controls {
	background-color:#FAFAFA;
	border-top-style:solid;
	border-color:#DDDDDD;
	border-width:1px;
}

/* ===========================================
=== Formated Objects ===============
=========================================== */

a.header:link { color: #CCCCCC; text-decoration: none; font-size:12px; }
a.header:visited { color: #CCCCCC; text-decoration: none; font-size:12px; }
a.header:active { color: #CCCCCC; text-decoration: none; font-size:12px; }
a.header:hover { color: #FFFFFF; text-decoration: none; font-size:12px; }

td.links_bar { border-bottom-style:solid;border-top-style:solid;border-color:#333333;border-width:1px;background-repeat:repeat-x; }
td.links_bar_content { color:#CCCCCC;font-size:11px; }
a.links_bar:link { color: #CCCCCC; text-decoration: none; }
a.links_bar:visited { color: #CCCCCC; text-decoration: none; }
a.links_bar:active { color: #CCCCCC; text-decoration: none; }
a.links_bar:hover { color: #EEEEEE; text-decoration: none; }

b.browse_title { color:#FFFFFF;}

div.image { background-color:#FFFFFF;background-repeat:no-repeat;background-position:center center; }

td.comments_header {
	background-color:#DDDDDD;
	border-color:#CCCCCC;
	border-top-style:solid;
	border-bottom-style:solid;
	border-width:1px;
}
td.comments_header_new {
	background-color:#FFFFCC;
	border-color:#CCCCCC;
	border-top-style:solid;
	border-bottom-style:solid;
	border-width:1px;
}

a.table1:link { color: #EEEEEE; text-decoration: none; }
a.table1:visited { color: #EEEEEE; text-decoration: none; }
a.table1:active { color: #EEEEEE; text-decoration: none; }
a.table1:hover { color: #FFFFFF; text-decoration: none;}

table.table1 {
	border-style:solid;
	border-width:1px;
	border-color:#666666;
	font-size:12px;
}
td.table1 {
	font-size:12px;
	color:#FFFFFF;
}
table.table2 {
	border-style:solid;
	border-width:1px;
	border-color:#AAAAAA;
	background-color:#EEEEEE;
	font-size:12px;
}
td.table2 {
	padding-top:5px;
	padding-bottom:5px;
	border-width:1px;
	color:#666666;
	font-size:10px;
	font-weight:bold;
}
td.table2_innerbox {
	background-color:#FFFFFF;
	border-style:solid;
	border-color:#DDDDDD;
	border-width:1px;
}

/* login box */
table.login_box {
	border-style:solid;
	border-width:1px;
	border-color:#AAAAAA;
	font-size:12px;
	background-color:#EEEEEE;
	color:#444444;
}

/* info pages */
td.paragraph_heading {
	font-size:16px;
	font-weight:bold;
	background-color:#EEEEEE;
	border-color:#AAAAAA;
	border-style:solid;
	border-width:1px;
	color:#666666;
}
td.paragraph_content {
	font-size:12px;
	padding-left:50px;
	padding-right:50px;
	padding-top:10px;
	padding-bottom:30px;
	text-align:justify;
}

/* forms (eg on registration page) */
span.form_spacing {
	font-size:5px;
}
td.form_description {
	color:#444444;
	background-color:#EEEEEE;
}

td.stats_header {
	background-color:#EEEEEE;
	color:#000000;
	font-weight: bold;
	text-align:center;
}
td.stats_content {
	background-color:#FFFFFF;
	text-align:center;
}

/* progress bars */
div.progress_bar_relative_container { position:relative;width:150px;height:14px;border-color:#CCCCCC;border-width:1px;border-style:solid;background-color:#FFFFFF; }
div.progress_bar_relative_indicator { position:absolute;top:0px;left:0px;background-color:#AAAAAA;height:14px; }
div.progress_bar_relative_text { position:absolute;top:0px;left:0px;right:0px;height:14px;text-align:center;font-size:10px;color:#666666; }

div.progress_bar_inline_container { width:150px;height:7px;font-size:1px;background-color:#FFFFFF; }
div.progress_bar_inline_indicator { background-color:#AAAAAA;height:7px; }

/* member only message */
div.account_error_message {
	float:left;
	margin-right:10px;
	padding:15px;
	font-weight:bold;
	border-color:#DDDDDD;
	background-color:#EEEEEE;
	border-width:1px;
	border-style:solid;
}

/* PARAGRAPH HEADINGS */
td.header1of2_1 {
	font-weight:bold;
	border-style:solid;
	border-color:#AAAAAA;
	border-width:1px;
}
td.header2of2_1 {
	border-bottom-style:solid; 
	border-bottom-color:#AAAAAA; 
	border-bottom-width:1px;
	color:#666666;
}
td.header1of2_2 {
	color:#FFFFFF;
	border-style:solid;
	border-color:#666666;
	border-width:1px;
}
td.header2of2_2 {
	border-bottom-style:solid; 
	border-bottom-color:#666666; 
	border-bottom-width:1px;
	color:#666666;
}

/* network menus */
table.network_menu {
	background-repeat:repeat-y;
	background-color:#DDDDDD;
	color:#333333;
	cursor:pointer;
}

/* ################################################
=== LIGHTBOX ===============
################################################ */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; 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(data:image/gif;base64,AAAA); /* 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://waybackassets.bk21.net/20110129015921im_/http://www.coderprofile.com/images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(https://waybackassets.bk21.net/20110129015921im_/http://www.coderprofile.com/images/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: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* ################################################
=== BBCODE 
################################################ */

table.bbcode_block_wrapper, div.bbcode_block_wrapper { 
	margin-top:10px;
	margin-bottom:10px;
	border-style:solid;
	border-color:#BBBBBB;
	border-left-width:5px;
	border-right-width:1px;
	border-top-width:1px;
	border-bottom-width:1px;
}
td.bbcode_block_header { 
	border-bottom-style:solid;
	border-color:#CCCCCC;
	border-width:1px;
}

table.bbcode_block {
	border-style:solid;
	border-color:#AAAAAA;
	border-width:1px;
	color:#666666;
}
td.bbcode_block_default_style {
	font-size:12px;
	font-weight:normal;
	color:#000000;
	background-color:#FFFFFF;
	text-decoration:none;
	font-style:normal;
}

/* ===========================================
=== Inline Code Line Numbers ===============
=========================================== */
li.ln { 
	background-color:#DDDDDD;
	color:#888888;
	font-family:arial;
	font-size:11px;
}
div.lc { 
	background-color:#FFFFFF;
	color:#000000;
	border-left-style:solid;
	border-color:#AAAAAA;
	border-width:1px;
	padding-right:10px;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
	font-family:verdana,arial;
	font-size:11px;
}
div.lc_bbcode { 
	background-color:#FFFFFF;
	color:#000000;
	border-left-style:solid;
	border-color:#DDDDDD;
	border-width:1px;
	padding-right:10px;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
	font-family:verdana, arial;
	font-size:11px;
}
td.cl {
	font-size:12px;
	font-family:verdana, arial;
}

/* ===========================================
=== BBCODE HEADINGS ===============
=========================================== */

/* must match the h1 settings in \javascript\components\fckeditor\editor\css\fck_editorarea.css */
h1 {
	font-size:20px;
	font-weight:bold;
}
h2 {
	font-size:14px;
	font-weight:bold;
}
h3 {
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
}

/* NOT USED ANYMORE, BUT HERE IN CASE DECIDE TO ADD A TOC AGAIN */
a.toc1:link { color: #000099; text-decoration: none; font-size:14px; }
a.toc1:visited { color: #000099; text-decoration: none; font-size:14px; }
a.toc1:active { color: #000099; text-decoration: none; font-size:14px; }
a.toc1:hover { color: #000088; text-decoration: none; font-size:14px; }
a.toc2:link { color: #000099; text-decoration: none; font-size:14px; }
a.toc2:visited { color: #000099; text-decoration: none; font-size:14px; }
a.toc2:active { color: #000099; text-decoration: none; font-size:14px; }
a.toc2:hover { color: #000088; text-decoration: none; font-size:14px; }
a.toc3:link { color: #000099; text-decoration: none; font-size:14px; }
a.toc3:visited { color: #000099; text-decoration: none; font-size:14px; }
a.toc3:active { color: #000099; text-decoration: none; font-size:14px; }
a.toc3:hover { color: #000088; text-decoration: none; font-size:14px; }
td.toc{
	border-bottom-style:solid;
	border-color:#DDDDDD;
	border-width:1px;
	padding-bottom:15px;
}

/* =====================
=== DIALOG
===================== */

div.sc_js_dialog {
	border-style:solid;
	border-color:#666666;
	border-width:1px;
	background-color:#EEEEEE;
}

/* =====================
=== BREADCRUMBS
===================== */

table.breadcrumbs {
	border-color:#CCCCCC;
	border-bottom-style:solid;
	border-width:1px;
	background-image:url(https://waybackassets.bk21.net/20110129015921im_/http://www.coderprofile.com/images/template/sub-navigation-background.png);
	background-repeat:repeat-x;
	background-position:top;
}

/* =====================
=== TABS
===================== */

a.tabs_main:link { color: #4747B2; text-decoration: none; }
a.tabs_main:visited { color: #4747B2; text-decoration: none; }
a.tabs_main:active { color: #4747B2; text-decoration: none; }
a.tabs_main:hover { color: #000099; text-decoration: none; }

div.tabs_main_left {
	border-top-style:solid;
	border-right-style:solid;
	border-left-style:solid;
	border-color:#AAAAAA;
	border-width:1px;
	margin-right:5px;
	background-color:#F6F6F6;
}
td.tabs_main_left {
	font-size:12px;
}
div.tabs_main_right {
	border-top-style:solid;
	border-right-style:solid;
	border-left-style:solid;
	border-color:#AAAAAA;
	border-width:1px;
	margin-left:5px;
	background-color:#F6F6F6;
}
td.tabs_main_right {
	font-size:12px;
}
div.tabs_main_center {
	border-top-style:solid;
	border-right-style:solid;
	border-left-style:solid;
	border-color:#AAAAAA;
	border-width:1px;
	margin-left:2px;
	margin-right:2px;
	background-color:#F6F6F6;
}
td.tabs_main_center {
	font-size:12px;
}

/* =====================
=== CATEGORIES - DEFAULTS
===================== */
table.categories_hierarchy {
	
}
/*
     FILE ARCHIVED ON 01:59:21 Jan 29, 2011 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:30:51 Dec 07, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.533
  exclusion.robots: 0.045
  exclusion.robots.policy: 0.035
  esindex: 0.009
  cdx.remote: 8.303
  LoadShardBlock: 147.509 (3)
  PetaboxLoader3.datanode: 155.798 (4)
  load_resource: 127.856
  PetaboxLoader3.resolve: 61.3
*/