/* margins/padding: 
   4 - top right bottom left
   2 - top&bottom left&right
   1 - all
*/
body {
 background-color: #fff;
 color: #000;
 margin: 0;
 padding: 0;
 line-height: 1.2;
}

/* fonts */
body, th, td, input, select, div.minitables h3, h2.plain {
 font-family: Verdana, Helvetica, Arial, sans-serif;
}
h2, h3 {
 font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
}
body, th, td, input, select {
 font-size: x-small; /* ie5 bug */
 voice-family: "\"}\"";
 voice-family: inherit;
 font-size: small;
}
small, #footer, #footer td, #breadcrumbs, #breadcrumbs td, 
	.minitables th, .minitables td, .minitables h3, .minitables, .small {
 font-size: xx-small; /* ie5 bug */
 voice-family: "\"}\"";
 voice-family: inherit;
 font-size: x-small;
}

/* links */
a:link, a:visited {
 color: #606;
}
#navcol a:link, #navcol a:visited {
 color: #fff;
}
#navcol a.parent:link, #navcol a.parent:visited {
 color: #fc0;
}
#navcol div.top a:link, #navcol div.top a:visited,  #breadcrumbs a {
 color: #fc0;
 text-decoration: none;
}
#navcol a:active, #navcol a:hover, #navcol div.top a:active, #navcol div.top a:hover,
 #breadcrumbs a:active, #breadcrumbs a:hover {
 color: #ff6;
}
a.nodecor  {
 text-decoration: none;
}

/* areas of the screen - sizes, colours */
div#banner {
 background-color: #808080;
 padding: 3px 5px;
}
div#breadcrumbs {
 background-color: #969;
 color: #fc0;
 border-top: 1px solid #000;
 border-bottom: 1px solid #000;
 padding: 2px 8px;
 font-weight: bold;
}
table#main {
 height: 400px;
}
td#navcol {
 background-color: #606;
 color: #fc0;
 border-right: 1px solid #000;
 border-bottom: 1px solid #000;
 padding: 4px 4px .5em 8px;
}
td#bodycol {
 padding: 15px 15px 8px 15px;
}
div#bodycol {
 padding: 15px 5px 8px 5px;
}
div.minitables {
 width: 17em;
 float: right;
}
td#rightcol {
 padding: 15px 8px 8px 0px;
}
div#footer {
 padding: 4px;
}

/* menu setup */
#navcol div.top {
 white-space: nowrap;
 font-weight: bold;
 text-align: center;
 margin: 0 0 0.2em 0;
 border-top: 1px solid #ffcc00;
 border-bottom: 1px solid #ffcc00;
}
#navcol div.top.spaced {
 margin: 0.5em 0 0.2em 0;
}
#navcol div {
 white-space: nowrap;
 margin: 0 0 0.2em 0;
}
#navcol div div {
 margin-left: 14px;
}
#navcol div.open {
 background-image: url(../images/open.gif);
}
#navcol div.closed {
 background-image: url(../images/closed.gif);
}
#navcol div.dot {
 background-image: url(../images/dot.gif);
}
#navcol div.open, #navcol div.closed , #navcol div.dot  {
 background-repeat: no-repeat;
 background-position: center left;
 padding-left: 11px;
}
div#atom {
 margin-top: 2em;
}
div#fb {
 margin-top: 0.75em;
}

/* headings */
h1 {
 font-weight: bold;
 font-size: 160%;
 margin: 0 0 0.5em 0;
 padding: 1px;
 background-color: #fc0;
 border: solid 1px #000;
 text-align: center;
}
h2, h3 {
 font-weight: bold;
 padding: 0 0 0 2px;
}
h2 {
 font-size: 140%;
 margin: 0.8em 0 0.3em 0;
 border-bottom: solid 10px #660066;
}
h2.plain {
 font-size: 130%;
 margin: 0.3em 2px;
/* border: 0; */
}
h3 {
 font-size: 120%;
 margin: 0.7em 0 0.3em 0;
 border-bottom: solid 5px #660066;
}
h2.short, h3.short {
 display: inline;
}

/* paragraph */
p, form.spaced {
 margin: 0.67em 0px;
}
div#bodycol p {
 margin: 0.67em 0px;
}
img, #bodycol img.no-bdr {
 border: 0px;
}
#bodycol img {
 border: 1px solid;
}
.thumbnails img {
 margin: 5px;
}
hr {
 border-width: 1px 0 0 0;
 border-style: solid;
 border-color: black;
}

/* 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: #bbb;
 background-image: url(../images/nw_min.gif);
 background-repeat: no-repeat;
 text-align: left;
 white-space: nowrap;
}
table.nobg th {
 background-color: #fff;
 background-image: none;
}
td, th {
 vertical-align: top;
}
td.searchbox {
 vertical-align: bottom;
 text-align: right;
}
table.center th, tr.center th, th.center {
 text-align: center;
}
table.center th.left {
 text-align: left;
}
.a td { 
 background-color: #efefef;
}
.b td { 
 background-color: #ddd;
}
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;
}
td.bdr-tl, td.bdr-bl {
 white-space: nowrap;
}

div.minitables h3  {
 background-color: #606;
 color: #fff;
 height: 14px;
 font-size: 100%;
 border: 0;
 padding: 1px 30px 1px 10px;
 margin: 1em 0 0 0;
 background-image: url(../images/h3end.gif);
 background-repeat: no-repeat;
 background-position: right top;
 display: inline;
 white-space: nowrap;
}
div.minitables table {
 border: #660066 1px solid;
 margin-top: 2px;
}
div.minitables th {
 background-image: none;
 background-color: #969;
 color: #fff;
 text-align: center;
}
div.minitables tbody tr {
 background-color: #e8e8e8;
 text-align: center;
}
div.minitables td {
 white-space: nowrap;
}
div.minitables tr.leaguepos td {
 color: #606;
 background-color: #cccccc;
 font-weight: bold;
}
div.minitables a  {
 height: 13px;
 padding: 1px 4px 1px 20px;
 color: #fff;
 font-weight: bold;
 background-color: #606;
 background-image: url(../images/sw_maj.gif);
 background-position: bottom left;
 background-repeat: no-repeat;
 text-decoration: none;
 white-space: nowrap;
}
div.minitables a:link, div.minitables a:visited {
 color: #fff;
}
.searchurl {
 color: #9933cc;
}
#bodycol b {
 color: #606;
}
.center {
 text-align: center;
}
.right {
 text-align: right;
}
.left {
 text-align: left;
}
.ul {
 text-decoration: underline;
}

div.side {
 margin-left: 1em;
 float: right;
}
div.side img {
 margin-bottom: 0.75em;
}

form {
 margin: 0;
}
