

/* Tables */
#recordList TABLE {
	margin-left:0.5em;
	margin-bottom:1em;
	font-size:100%;
}

#recordList TH, TD {
    font-size: 1.0em;
    margin-top: 0;
    line-height: 1.5em;
    text-align:left;
    padding-left:0.45em;
    padding-right:0.54em;
    vertical-align: top;
}

#recordList TD {
    border-bottom:1px solid #cccccc;
}

#recordList TH {
	border-bottom:1px solid #666666;
	font-weight:bold;
}

TABLE.contact {
	margin-left:1em;
}

TABLE.contact TD, TABLE.contact TH {
	border-bottom:0;
}

TD.highlight, TH.highlight {
	background:#dddddd;
}

CAPTION {
    font-size: 1.0em;
    padding-bottom: 0.5em;
    font-weight:bold;
    text-align:left;
}


/* Table of contents */

#toc {
	margin-top:4em;
	margin-bottom:4em;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	padding:0.5em;
}

UL.toc { 
	list-style-type: none;
	margin-left:2em;
	margin-right:2em;
	padding-left:0;
}


UL.toc LI {
	margin-bottom:0;
}

.footer {
	height:30px;
	border-top:2px dotted #999;
	margin:2em -0.5em 2em -0.5em;
	/*background: url(logo.gif) no-repeat right center;*/
}

/* prevent inherited shrinkage */
LI P, LI LI, TD P {
	font-size:1em;
}


/* note blocks and pseudo PuTTY screenshots*/

.noteblock  {
	border:1px dotted #ddd;
	background:#efefef;
	margin:1em;
	padding-top:0.5em;
}

PRE.commandline {
	background:#888;
	color:#fff;
	margin:1em;
	padding:0.5em;
	width:45em;
}


/* misc classes */

.url { /* urls are printed but not shown on screen */
    display: none;
}

.codexmpJavascript { /* scrolling code example */
	height: auto;
	overflow : auto;
	margin-bottom:0.5em;
	border:1px solid #666666;
	padding-top:0.5em;
	background:#efefef;
}

.codexmpbox { /* code example */
	height: auto;
	overflow : auto;
	margin-bottom:0.5em;
	border:1px solid #666666;
	padding-top:0.5em;
	background:#efefef;
}

.tooltip { /* for acronyms etc */
	border-bottom: 1px dotted #333333;
	cursor: help;
}


LI.indentedBullet{ /* for indented bullets */
	margin-left:4em;
	margin-right:4em;
}
/* ================ */
.codexmpbox {
    width: 100%;
    font-size: 0.8em;
}
.map {
    width: 500px;
}
input, select, option, textarea, label {
    font-family: Verdana, sans-serif;
    /*overflow: visible;*/
    margin-bottom: 5px;
}
input, select, textarea {
    margin-bottom: 5px;
    font-size: 0.9em;
}
option {
    font-size: 1em;
}
.testunit {
    margin: 0 0 5px 0;
    padding: 5px;
    border: 1px solid #999;
}
.actions select {
    width: 100%;
}
.actions p {
    margin: 0 0 1em 0;
}
tt, pre {
    font-family: "Lucida Console","Andale Mono", "Monotype.com", monospace;
    font-size: 1em;
}

.MMInfoBox td { 
        font-size: 1.2em;
    }


.hidden-map-details  
{
    display: none;
}
