/*******************************************************************************
* copyright 2003-2004 by John Boteler, Common Sense Computing,
* Fort Lauderdale, Florida, U.S.A.
* REMEMBER! C.S.S. suggests presentation, it does not and can not dictate it.
* Don't buy the Big Lie!
* Remain calm when your pixel-perfect layout isn't pixel-perfect.
*******************************************************************************/

/***** re-define html elements for our needs *****/

/* Pseudo-classes for links to allow better visibility on black background */
/* note the proper order L-V-H-A !!!!! */
a:link    { color: #FFFF00; background-color: #0033cc}
a:visited { color: #DDDD33; background-color: #0033cc}
a:hover   { color: #FFFF66; background-color: #0066FF}
a:active  { color: #FF0000; background-color: white}

abbr, acronym, .help {
	background-color: #04d;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #996;
	cursor: help;
}

body, html {
	background-image: none;
	background-color: #03c;
	color: white;
	font-family: Calibri, 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
/*	line-height: 1.4em; 
see how eliminating this affects pages besides the CSX dispatcher table */
	text-align: left;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

caption {
	background-color: #44aaFF;
	color: yellow;
	font-size: 1.2em;
	font-weight: bolder;
	padding: 0.3em 0 0.2em 0.2em;
	text-align: left;
	border: 4px solid silver;
	border-bottom: none;
	border-left: 4px solid gray;
	border-right: none;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	margin-top: 1em;
	padding: 0;
}

h1 { 
	font-weight: bold; 
	font-size: 1.5em; 
}

h2 {
	font-weight: bold;
	font-size: 1.3em;
	font-style: italic;
/*	font-family: Georgia, "Times New Roman", Times, serif;*/
}

h3 {
	font-weight: bold;
	font-size: 1.2em;
	font-family: Geneva, Arial, Helvetica, Stencil, sans-serif;
}

h4 {
font-weight: bold;
font-size: 1.1em;
}

h5 {
font-weight: bold;
font-size: 1.0em;
}

p { 
}

table {
	text-align: left;
	background-color: #ee3;
	color: #007;
	font-family: Calibri, 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
/*	font-family: "Times New Roman", Times, serif;*/
	padding: 5px;
	border-top: 2px solid silver;
/*	border-right: 4px solid silver;*/
	border-right: none;
	border-bottom: 4px solid gray;
	border-left: 4px solid gray;
}

thead {
	font-weight: bolder;
}


/***** class and identifier definitions *****/

a.note {
	color: #0000FF;
	background-color: transparent;
}

div.amazonlink {
	width: auto;
	float: right;
	height: auto;
	margin: 1em;
	padding: 10px;
	text-align: center;
}

.navigation {
	float: left;
	width: 110px;
	height: auto;
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0055CC;
	padding-left: 5px;
	margin-right: 10px;
	padding-top: 5px;
} 

.parenthetical {
	font-style: italic;
}

div.pullout {
	background-color: white;
	color: black;
	font-weight:600;
	padding: 10px;
	width: 70%;
}

		
.standard {
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	border: 0.1px solid #0033cc;
	width: auto;
}

div.tn {
	width: 150px;
	float: left;
	text-align: center;
	padding: 10px;
	height: 150px;
}

div.tn-right {
	width: 150px;
	float: right;
	text-align: center;
	padding: 10px;
	height: 150px;
}

div.tn p {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	margin-top: 6px;
}

div.siglocale {
	border-top: 3px solid gray;
}

div.signal {
	padding-left: 10px;
}

div.signal p {
	padding-left: 10px;
}

div.spacer {
  clear: both;
}

/*div.updated {
	color: #0000FF;
	background-color: #66FFFF;
	border: 1px inset #333333;
	width: 200px;
}*/

div.updated p {
	font-family: "Courier New", Courier, mono;
/*	text-align: center;*/
	font-size: 0.8em;
}

.footnote {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #FFFFFF;
	background-color: #666666;
	margin: 25px;
	padding: 10px;
	height: auto;
	width: 480px;
	border: 1px solid #CCCCCC;
}
div#dispnotes {
	font-size: 0.95em;
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	margin: 1% 5%;
	padding: 1% 5%;
	background: blue;
}


div.disabled {
	visibility: visible;
	z-index: 2;
	top: 0px;
	left: 0px;
	position: absolute;
	width: auto;
}

img.noborder {
	border: none;
}

div#railring {
	padding-top: 50px;
	position: relative;
}

div#railring-explain {
	padding-top: 50px;
	padding-right: 30px;
	padding-left: 30px;
}

div#railring-explain ul li {
	margin-left: -1em;
	list-style-type: square;

}
.dead {
	color: #999999;
}

.strikethrough {
	text-decoration: line-through;
}



/***** new shit *****/

#toc ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#toc li {
	margin: 0;
	padding: 0 0 0 1em;
}

div#florida-overview {
	width: 440px;
	float: right;
	text-align: center;
	padding: 2em;
	height: 790px;
}

div#map-broward {
	width: 460px;
	height: 788px;
	float: right;
	padding: 0 1em 0 2em;
}

div#main {
/*	background: #03c url(images/south_florida_bg.gif) no-repeat right top;*/
	padding: 20px;
}

div#trirail-tab {
	float: right;
	width: auto;
	height: auto;
	margin-left: 2em;
}

div#trirail-tab table {
	width: 400px;
}

td.rule {
	border-top: 1px #03c solid;
}

div#footer {
	background-color: #003399;
	padding: 10px 20px;
	font-size: 0.8em;
	font-family: "Courier New", Courier, mono;
}

table#csxdisp thead {
	vertical-align: bottom;
}

table#csxdisp td {
	vertical-align: top;
}

div#csxdisp {
	margin: 30px auto;
	width: 95%;
}

div.indiv {
	border-top: 4px double #0099cc;
}
