 /* ======= THIS DUMMY STYLE IS REQUIRED BECAUSE SOME EARLY BROWSERS CHEW UP THE FIRST STYLE ======= */

.dummy {
	font-family:verdana, arial, helvetica, sans-serif;
}


/* ======= UNIVERSAL PAGE FURNITURE FORMATTING STYLES ======= */

body {
	margin:0px;
	padding:0px;
	background-color:#FEFEFE;
	font-size: 100% !important;
	line-height: normal !important;
}

.headerArea {
	height:120px;
	margin:0px;
	padding:0px;
	line-height:60%;
	text-align:center;
	color:#FFFFFF;
	background-color:#333333;
	background-image:url('/images/skin-03/theme-back.jpg');
}

.headerArea a {
	color:#FFFFFF;
}

.headerArea img {
	margin-left:auto;
	margin-right:auto;
}

h1 {
	font-family: verdana,arial,helvetiva,sans-serif;
	font-size:15pt;
	font-weight:normal;
	color:#000000;
	border:3px #333333 double;
	padding-top:4px;
	padding-bottom:6px;
	width:60%;
	margin:0 auto;
	background-color:#ECECEC;
	text-align:center;
}

h2 {
	margin-top:20px;
	padding:0px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.17em;
	font-weight:normal;
	color:#333333;
}


h3 {
	clear:both;
	padding-top:16px;
	padding-bottom:8px;
	font-family:Geneva,Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 10pt;
	color: #000066;
}

h3 span {
	display:inline;
	border-top: 1px #666666 solid;
	border-bottom: 1px #666666 solid;
	padding:0;
	padding-top: 5px;
	padding-bottom: 5px;
	margin:0;
}

.bestViewed {
	font-family:Arial,Helvetiva,sans-serif;
	font-size:0.6em;
	font-weight:normal;
	color:#333333;
	line-height:26px;
	margin:0 auto;
}

.pageMessage {
	font-family:Arial,Helvetiva,sans-serif;
	font-size:0.6em;
	font-weight:normal;
	color:#333333;
	line-height:16px;
	margin:0 auto;
	margin-bottom:30px;
}

.footerArea {
	clear:both;
	width:100%;
	text-align:center;
	color:#000000;
	font-family:Geneva,Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:0.71em;
	padding-top:0px;
	background-color:#333333;
	background-image:url('/images/skin-03/theme-back.jpg');
}

.footerText {
	padding-top:4px;
	font-family:Geneva,Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:1em;
	color:#FFFFFF;
}

.footerText a {
	font-family:Geneva,Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:1em;
	color:#FFFFFF;
	text-decoration:underline;
}

.footerText a:link {color: #FFFFFF; text-decoration: underline;}
.footerText a:visited {color: #FFFFFF; text-decoration: underline;}
.footerText a:hover {color: #FFFF00; text-decoration: underline;}
.footerText a:focus {color: #FF0000; text-decoration: underline;}
.footerText a:active {color: #FF0000; text-decoration: underline; background-color:#FFFF00;}

.forumsheader {
	clear:both;
	width:100%;
	text-align:center;
	color:#FFFFFF;
	font-family:Geneva,Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:0.71em;
	padding-top:0px;
	background-color:#48486E;
	background-image:url('/images/skin-03/divforums.jpg');
}


/* ======= UNIVERSAL MAIN-MENU STYLES ======= */


.mainMenu {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	background-color:#333333;
	list-style-type:none;
	font-family:Arial,Helvetica,sans-serif;
	font-size:9pt;
	font-weight:bold;
}

.mainMenu li {
	display:inline;
}

.mainMenu a {
	float:left;
	width:90px;
	color:#FFFFFF;
	background-color:#333333;
	padding-top:3px;
	padding-bottom:3px;
	border-right: 1px solid #FFFFFF;
	text-align:center;
	text-decoration:none;
	font-family:Arial,Helvetica,sans-serif;
	font-size:9pt;
	font-weight:bold;
}

.mainMenu .deadLink {
	float:left;
	width:90px;
	padding-top:3px;
	padding-bottom:3px;
	border-right: 1px solid #FFFFFF;
	text-align:center;
	font-size:9pt;
	font-weight:bold;
	color:#000000;
	background-color:#FFFFFF;
	background-image:url('/images/skin-03/deadlink-back.gif');
}

.mainMenu a:hover{
	color:#E2393D;
	background-color:#FFFFFF;
	background-image:url('/images/skin-03/hoverlink-back.gif');
}


/* ======= UNIVERSAL BAR SUB-MENU STYLES ======= */


.subMenu {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	background-color:#ECECEC;
	list-style-type:none;
	font-family:Arial,Helvetica,sans-serif;
	font-size:8pt;
	font-weight:bold;
}

.subMenu li {
	display:inline;
}

.subMenu a {
	float:left;
	width:90px;
	color:#000000;
	background-color:#E8E8E8;
	padding-top:3px;
	padding-bottom:3px;
	border-right: 1px solid #333333;
	text-align:center;
	text-decoration:none;
	font-family:Arial,Helvetica,sans-serif;
	font-size:8pt;
	font-weight:bold;
}

.subMenu .deadLink {
	float:left;
	width:90px;
	padding-top:3px;
	padding-bottom:3px;
	border-right: 1px solid #333333;
	text-align:center;
	color:#000000;
	background-color:#FFFFFF;
	background-image:url('/images/skin-03/deadlink-back.gif');
	background-position: 0px -1px;
}

.subMenu a:hover{
	color:#E2393D;
	background-color:#FFFFFF;
	background-image:url('/images/skin-03/hoverlink-back.gif');
	background-position: 0px -1px;
}


/* ======= SITE TABLES/BOXES STYLES ======= */

.siteTable {
	background-color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
}

.siteTable .bg0 {
	background-color:#333333;
	color:#FFFFFF;
}

.siteTable .bg1 {
	background-color:#FEFEFE;
	color:#006600;
}

.siteTable .bg2 {
	background-color:#E8E8E8;
	color:#000000;
}

.monoTable {
	background-color:#333333;
	font-family:monospace;
	font-size:10pt;
}

.monoTable .bg0 {
	background-color:#333333;
	color:#FFFFFF;
}

.monoTable .bg1 {
	background-color:#FEFEFE;
	color:#006600;
}

.monoTable .bg2 {
	background-color:#E8E8E8;
	color:#000000;
}

.themesMenu {
	display:block;
	margin:0;
}

.themesMenu table {
	background-color:#838367;
	font-family:Arial,Helvetica,sans-serif;
	font-size:0.7em;
	text-align:center;
}

.themesMenu .bg1 {
	background-color:#FFFFFF;
	color:#006600;
	font-weight:bold;
}

.themesMenu .bg1 td {
	padding-top:2px;
	padding-bottom:2px;
	text-align:center;
}

.normText {
	font-family:Times,'Times New Roman',Palatino,serif;
	font-size:0.96em;
	text-align:justify;
}

.normText a {
	font-family:Arial,Helvetica,sans-serif;
	font-size:11pt;
	text-align:justify;
	text-decoration:underline;
}

.normText a:link {color: #006600; text-decoration: underline;}
.normText a:visited {color: #009900; text-decoration: underline;}
.normText a:hover {color: #CC0000; text-decoration: underline;}
.normText a:focus {color: #00CC00; text-decoration: underline;}
.normText a:active {color: #FF0000; text-decoration: underline; background-color:#000000;}


.demoText {
	font-family:Times,'Times New Roman',Palatino,serif; 
	font-size:0.85em;
	font-weight:normal;
	color: #000000;
	text-align:justify;
}

.demoText a {
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	text-decoration:underline;
}

.demoText a:link {color: #003300; text-decoration: underline;}
.demoText a:visited {color: #003300; text-decoration: underline;}
.demoText a:hover {color: #CC0000; text-decoration: underline;}
.normText a:focus {color: #00CC00; text-decoration: underline;}
.demoText a:active {color: #FF0000; text-decoration: underline; background-color:#000000;}

.demoTextBold {
	font-family:arial,helvetiva,sans-serif; 
	font-size:0.8em;
	font-weight:bold;
	color: #000000;
	text-align:justify;
}

.divHeader {
	text-align:center;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:0.72em;
	padding:5px;
	color:#FFFFFF;
	border:0;
	background-color:#333333;
}

.divDataLgt {
	text-align:left;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-size:0.7em;
	padding:5px;
	color:#000033;
	background-color:#EDEDFF;
}


.divData {
	text-align:left;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-size:0.7em;
	padding:5px;
	color:#000000;
	background-color:#E8E8E8;
}

.divData a {
	display:inline;
	font-size:1em;
	color:#000000;
}

.codeBox {
	font-family:monospace,courier; 
	font-size:9pt;
	font-weight:normal;
	color: #000000;
	background-color:#ECECEC;
	border:3px double #333333;
	padding:7px;
	margin-bottom:30px;
}

.dataArea {
	padding:0;
	border:4px double #333333;
	text-align:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
	line-height:140%;
}

.dataArea .subArea1 {
	padding:16px;
	background-color:#E8E8E8;
	color:#000033;
}

.dataArea .subArea2 {
	padding:16px;
	background-color:#FEFEFE;
	color:#000066;
}

.dataArea .pseudoLink {
	display:inline;
	text-decoration:underline;
	color:#000000;
	font-size:10pt;
	font-weight:normal;
	cursor:pointer;
}

.dataArea .pseudoLinkReverse {
	display:inline;
	color:#FFFFFF;
	background-color:#333333;
	font-size:9.4pt;
	font-weight:bolder;
	padding-left:4px;
	padding-right:4px;
}

.dataArea hr {
	height:1px;
	color:#48486E;
}

fieldset {
	display:block;
	background-color:#FFFFFF;
	border:2px dotted #333333;
	margin-top:0px;;
	padding-left:1em;
	padding-right:1em;
	padding-bottom:1em;
}


fieldset legend {
	color: #000000;
	font-family:Geneva,Verdana,Arial,Helvetica,sans-serif;
	font-variant: small-caps;
	font-size:11pt;
	margin-top:10px;
	padding: .3ex .8ex;
	border:3px #333333 double;
	font-weight: bold;
	background-color:#ECECEC;
}

.hexRgbOuter {
	float:left;
	margin-top:7px;
	margin-right:20px;
}

.hexRgbInner {
	display:block;
	background-color:#ECECEC;
	text-align:center;
	margin:0 auto;
	border:#333333 3px double;
	margin-top:0px;;
	padding-left:1em;
	padding-right:1em;
	padding-bottom:1em;
}

.multiSearchOuter {
	text-align:center;
}

.multiSearchInner {
	width:440px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ECECEC;
	border:#333333 3px double;
}

.multiSearchOuter table {
	width:400px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

.lineAcross1 {
	clear:both;
	display:block;
	background:url('/images/skin-03/line-horz-1.gif');
}

.lineAcross2 {
	clear:both;
	display:block;
	background:url('/images/skin-03/line-horz-2.gif');
}

.lineAcross3 {
	clear:both;
	display:block;
	background:url('/images/skin-03/line-horz-3.gif');
}

.lineAcross4 {
	clear:both;
	display:block;
	background:url('/images/skin-03/line-horz-4.gif');
}

.siteMap a {
	border: 2px solid #FEFEFE;
}

#fixedBack {
	background-image:url('/images/skin-03/fixed-back.gif');
	background-attachment:fixed;
}

.redNote {
	font-family:tahoma,arial,sans-serif;
	font-size:10pt;
	font-weight:bold;
	font-style:italic;
	color: #333333;
	margin-left:15px;
}

.fancyLink {
	width:360px;
	text-align:justify;
	line-height:0.96em;
}

.fancyLink a {
	font-family:arial,helvetica,sans-serif;
	font-weight:normal;
	font-size:9pt;
	color:#666666;
	text-decoration:none;
}

.fancyLink em {
	font-size:9pt;
	font-family:tahoma,arial,helvetica,sans-serif;
	font-weight:bold;
	font-style:normal;
	text-transform:none;
	color:#333333;
	text-decoration:underline;
}

.fancyLink small {
	font-family:arial,helvetica,sans-serif;
	font-size:8pt;
	font-weight:normal;
	font-style:normal;
	color:#333333;
	text-decoration:underline;
}

.fancyLink .lineDown {
	background-color:#333333;
}

.red {
	color:#FF0000;
}

.htmCode {
	color:#C00000;
	font-family:courier,monospace;
}

.cssCode {
	color:#0033FF;
	font-family:courier,monospace;
}

.green {
	color:#009933;
	font-family:courier,monospace;
}

.linksFieldset {
	width:50%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.bg0 {
	background-color:#787878;
}

.bg1 {
	background-color:#FFFFFF;
}

.bold {
	font-weight:bold;
}

.boldItalic {
	font-weight:bolder;
	font-style:italic;
}

.italic {
	font-style:italic;
}

.inputTitle {
	margin-top:8px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:8pt;
	font-weight:bold;
	color:#006600;
	text-transform:uppercase;
}

#jeannieHarris {
	float:left;
}

.editpadImage {
	display:inline;
	width:670px;
	border-left:2px solid #E8E8E8;
	border-top:2px solid #E8E8E8;
	border-right:2px dashed #CC0033;
	border-bottom:2px dashed #CC0033;
}

#xbitCounter {
	margin-top:7px;
	padding-top:2px;
	padding-bottom:2px;
	border: 1px solid #787878;
	background-color:#E8E8E8;
}

a {
	font-family:arial,helvetica,sans-serif;
	font-size:9pt;
	color:#006600;
}

.aiTable {
	font-family:arial,helvetica,sans-serif;
	font-size:9pt;
	color:#006600;
}

.aiTable th {
	font-size:11pt;
	text-align:left;
}

.aiTable td {
	text-align:justify;
}

.lineDown {
	background-color:#006600;
}

.searchBox {
	background-color:#E8E8E8;
	font-family:arial,helvetiva,sans-serif; 
	font-size:0.8em;
	font-weight:normal;
	color: #000000;
	border-right: 2px #666666 solid;
	border-bottom: 2px #666666 solid;
	border-top: 1px #cccccc solid;
	border-left: 1px #cccccc solid;
}

.searchBox .searchTitle {
	font-family:'Whimsy TT',fantasy,cursive;
	font-size:20pt;
	font-variant:small-caps;
	color:#000000;
}

.buttonHi {
	background-color:#333333;
	color:#FFFFFF;
	font-weight:bolder;
	font-size:9pt;
	height:23px;
}

.siteButtonHi {
	width:80px;
	background-color:#333333;
	color:#FFFFFF;
	font-weight:bolder;
	font-size:9pt;
	height:23px;
}

.siteButtonLo {
	width:80px;
	background-color:#E8E8E8;
	color:#000000;
	font-weight:bolder;
	font-size:9pt;
	height:23px;
}

.folderView {
	display:block;
	background-image:url('/images/skin-03/folder-2.gif');
}
