/* margins/padding: 
   4 - top right bottom left
   2 - top&bottom left&right
   1 - all
*/
body {
 background-color: #fff;
 color: #1F354D;
 margin: 0;
 padding: 0;
 line-height: 1.2;
}

/* fonts */
body, th, td, input, select {
 font-family: Verdana, Helvetica, Arial, sans-serif;
}
body, th, td, h1, h2, h3 {
 font-size: x-small; /* ie5 bug */
 voice-family: "\"}\"";
 voice-family: inherit;
 font-size: small;
}
small, #breadcrumbs, #breadcrumbs td, input, select, #navcol div div, 
	.minitables th, .minitables td, .minitables h3 {
 font-size: xx-small; /* ie5 bug */
 voice-family: "\"}\"";
 voice-family: inherit;
 font-size: x-small;
}
pre, code {
 font-family: monospace;
}

/* links */
a:link, a:visited {
 color: #1F354D;
}
#navcol a:active, #navcol a:hover, #breadcrumbs a:active, #breadcrumbs a:hover {
 color: #FF5A00;
}
#navcol a, #breadcrumbs a, a.nodecor  {
 text-decoration: none;
}

/* areas of the screen - sizes, colours */
div#banner {
 border-top: 1px solid #A2B7C5;
 padding: 5px 5px 4px 7px;
}
div#breadcrumbs {
 background-color: #D5E1E9;
 color: #000;
 border-top: 1px solid #A2B7C5;
 border-bottom: 1px solid #A2B7C5;
 padding: 2px 8px;
 font-weight: bold;
}
table#main {
 height: 400px;
}
td#navcol {
 background-color: #F2F5F7;
 color: #000;
 border-right: 1px solid #A2B7C5;
 border-bottom: 1px solid #A2B7C5;
 padding: 4px 4px .5em 8px;
}
td#bodycol {
 padding: 15px 15px 8px 15px;
}
div#bodycol {
 padding: 15px 5px 8px 5px;
}
td#rightcol {
 padding: 15px 8px 8px 0px;
}
div#mapContainer {
 margin-top: 0.4em;
 width: 100%;
 position: relative;
 z-index: 0;
}
div#map {
 height: 400px;
 border: 1px solid #979797;
 z-index: 0;
}
div.map {
 margin-left: 15.5em;
 overflow: hidden;
 position: relative;
}
div.map-max {
 height: 100% !important;
 width: 100% !important;
 position: fixed !important;
}
div#mapkey {
 height: 400px;
 position: absolute;
 z-index: 1;
 width: 15em;
 top: 0px;
 left: 0px;
 overflow: auto;
 border: 1px solid #979797;
}
div#navheader {
 margin: 0.5em 5px;
}
div#navfooter {
 margin: 0.5em 5px 0.2em 5px;
}
div#footer {
 padding: 4px;
 margin: 0 2px;
}

/* menu setup */
#navcol div {
 color: #000;
 font-weight: bold;
 margin-bottom: .4em;
}
#navcol div div {
 color: #1F354D;
 background-image: url(../images/strich.gif);
 background-repeat: no-repeat;
 background-position: .5em .5em;
 font-weight: normal;
 margin-left: 3px; 
 padding-left: 1em;
 margin-top: .4em;
 margin-bottom: .4em;
}

/* headings */
h1, h2, h3 {
 background-image: url(../images/nw_min.gif);
 background-repeat: no-repeat;
 padding: 5px;
}
h1 {
 background-color: #036;
 color: #fff;
 margin-top: 0;
 margin-bottom: 0.67em;
}
h2 {
 background-color: #A2B7C5;
 color: #fff;
 margin-top: 1em;
 margin-bottom: 0.3em;
}
h2.plain {
 background-color: #fff;
 color: #1F354D;
 background-image: none;
 font-size: 1.33em;
 margin: 0.3em 2px;
 padding: 0;
}
h3 {
 background-color: #D5E1E9;
 color: #1F354D;
 margin-top: 1em;
 margin-bottom: 0.3em;
}

/* paragraph */
p {
 margin: 0.67em 5px;
}
.box p {
 margin: 0 3px 3px 3px;
}
img, #bodycol img.no-bdr {
 border: 0px;
}
#bodycol img {
 border: 1px solid #000;
}

/* lists */
ul, ol {
 margin-top: 0.67em;
 margin-bottom: 0.67em;
 margin-right: 5px;
}
ol ul, ul ol,
ul ul, ol ol { 
 /* IE sets padding, Mozilla margin, so make sure we set one to 0 */
 padding-left: 0px;
 margin-left: 30px;
 /* since we changed ul margins, need to reset these */
 margin-top: 0;
 margin-bottom: 0;
 margin-right: 0;
}
ol.alpha {
 list-style-type: lower-alpha;
}
ol.decimal {
 list-style-type: decimal;
}
ol.roman {
 list-style-type: lower-roman;
}
ul.none {
 list-style-type: none;
}

/* tables */
table.flags {
 border-collapse: collapse;
}
th {
 background-color: #ddd;
 background-image: url(../images/nw_min.gif);
 background-repeat: no-repeat;
 color: #686868;
 text-align: left;
 white-space: nowrap;
}
table.nobg th {
 background-color: #fff;
 background-image: none;
}
td, th {
 vertical-align: top;
}
table.spaced td, table.spaced th {
 padding-right: 1em; padding-left: 1em;
}
table.center th, tr.center th, th.center {
 text-align: center;
}
.a td { 
 background-color: #F5F4F1;
 color: #686868;
}
.b td { 
 background-color: #eee;
 color: #686868;
}
tr td.nobg {
 background-color: #fff;
}
td.bdr-tl {
 border-top: 1px solid #000;
 border-left: 1px solid #000;
}
td.bdr-tr {
 border-top: 1px solid #000;
 border-right: 1px solid #000;
}
td.bdr-bl {
 border-bottom: 1px solid #000;
 border-left: 1px solid #000;
}
td.bdr-br {
 border-bottom: 1px solid #000;
 border-right: 1px solid #000;
}
td.bdr-r {
 border-right: 1px solid #000;
}
td.bdr-t {
 border-top: 1px solid #000;
}
.box {
 background-color: #eee;
 color: #686868;
 border: 1px solid #000;
 padding: 3px;
 margin: 0px;
}
td.bdr-tl, td.bdr-bl {
 white-space: nowrap;
}
td.imgtop img {
 vertical-align: top;
}

div.minitables h3  {
 background-color: #fff;
 background-image: none;
 display: inline;
 padding: 0;
}
div.minitables a {
 color: #fff;
 background-color: #036;
 height: 14px;
 padding: 1px 30px 1px 10px;
 background-image: url(../images/h3end.gif);
 background-repeat: no-repeat;
 background-position: right top;
 text-decoration: none;
 white-space: nowrap;
}
div.minitables a:link, div.minitables a:visited {
 color: #fff;
}
div.minitables table {
 border: #036 1px solid;
 margin-top: 2px;
 margin-bottom: 1em;
}
div.minitables th {
 background-image: none;
 background-color: #A2B7C5;
 color: #fff;
 text-align: center;
}
div.minitables td {
 white-space: nowrap;
}
div.minitables tbody tr {
 background-color: #f5f2ec;
 text-align: center;
}
table.clubinfo .a th {
 background-image: none;
 background-color: #F5F4F1;
 color: #686868;
}
table.clubinfo .b th { 
 background-image: none;
 background-color: #eee;
 color: #686868;
}
pre.codebox {
 background: #ECF5FA;
 border: 1px dotted #666666;
 font-family: "Lucida Sans Typewriter","Courier New",Courier,mono;
 margin: 0.67em 5px; 
 padding:5px 8px;
}

form.spaced {
 margin-top: 0.67em;
}
.searchurl {
 color: #333399;
}
.center {
 text-align: center;
}
.right {
 text-align: right;
}
.left {
 text-align: left;
}
div.side {
 border-left: 1em solid #fff;
 border-bottom: 1em solid #fff;
 margin-left: 1em;	
 float: right;
}
div.side img {
 margin-top: 0.3em;
 margin-bottom: 0.3em;
}
div.side div.box img {
 margin-top: 0;
 margin-bottom: 0;
}

form {
 margin: 0;
}
.inlineform div, .inlineform form {
 display: inline;
}
.tooltip {
 background-color: #ffffff;
 font-weight: bold;
 border: 1px solid #000;
 font-family: Verdana;
 padding: 1px 2px;
 white-space: nowrap;
}
.gmap-control-container {
 margin: 5px;
}
.gmap-control-outer {
 background-color: white;
 border: 1px solid black;
 cursor: pointer;
 text-align: center;
 position: relative;
 overflow: hidden;
 width: 66px;
 float: left;
}
.gmap-control-nearest {
 background-color: white;
 border: 1px solid black;
 position: absolute;
 width: 115px;
}
.gmap-control-nearest p {
 margin: 0 3px 3px 3px;
}
.gmap-control-nearest, .gmap-control-inner {
 color: black ;
 font-family: Arial,sans-serif;
}
.gmap-control-inner {
 font-size: 12px; 
 border-width: 1px;
 border-style: solid;
}
