/* begin with some general formatting and fonts */
/*html
{ OVERFLOW: -moz-scrollbars-vertical;
  OVERFLOW-Y: scroll;
  OVERFLOW-X: scroll;
}*/

body
{ font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; 
  font-size: 8pt;
  color: #333;
  margin: 15px 0px;
  background: #fff url('/images/background.gif') center center no-repeat fixed;
}

td, th
{ font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; 
  font-size: 8pt;
  color: #333;
}


h1, h2, h3, h4, h5
{ color: #800;
  margin: 0px;
  padding-bottom: 10px;
}

h1
{ font-size: 14pt;
}

h2
{ font-size: 12pt;
}

h3
{ font-size: 11pt;
}

h4
{ font-size: 10pt;
}

h5
{ font-size: 9pt;
}


p
{ line-height: 1.5;
  padding: 10px 0px;
  margin: 0px;
}

hr
{ border: none;
  border-top: 1px solid #800;
}

strong
{ color: #333;
}

a
{ text-decoration: none;
  color: #800;
  font-weight: bold;
}

a:hover
{ text-decoration: underline;
}

img
{ border: none;
}



/* some generic input and form formatting */
form
{ margin: 0px;
}

input
{ margin: 0px;
  padding: 0px;
}

input.flat
{ border: solid 1px #ccc;
  font-size: 8pt;
  width: 245px;
}

input.flat:hover, input.flat:focus
{ border: solid 1px #999;
}

input.button
{ border: 1px solid #aaa;
  padding: 5px 15px;
  background: #ccc;
  font-size: 8pt;
}

input.button:hover, input.button:focus
{ border: 1px solid #666;
}

textarea.flat
{ border: 1px solid #ccc;
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; 
  font-size: 8pt;
  width: 245px;
  height: 150px;
}

textarea.flat:hover, textarea.flat:focus
{ border: solid 1px #999;
}

select.flat
{ border: 1px solid #ccc;
  font-size: 8pt;
  width: 245px;
}


div#form
{ background: #eee;
  width: 100%;
  filter: alpha(opacity=80);
  opacity: 0.8;
 -moz-opacity:0.8;
}

div#form div
{ padding: 5px 0px;
}

div#form div span.field
{ width: 130px;
  float: left;
  font-weight: bold;
  margin-right: 10px;
}



/* now for the layout */
div#header
{ text-align: center;
  margin-bottom: 15px;
}

div#navbar
{ background: #000;
  color: #fff;
  white-space: nowrap;
  border-top: 2px solid #555;
  border-bottom: 2px solid #555;
  margin-bottom: 15px;
}

div#content
{ width: 750px;
  margin: 0px auto;
}






div#main
{ float: right;
  width: 550px;
  text-align: justify;
  margin-bottom: 10px;
}

div#main div.left
{ width: 270px;
}

div#main div.right
{ float: right;
  clear: right;
  width: 270px;
}


div#left
{ margin-right: 550px;
  width: 175px;
}

div#left div#menu, div#left div#submenu
{ color: #fff;
  background: #800;
  margin-bottom: 15px;
}


div#sponsors
{ padding: 20px;
  text-align: center;
}

div.sponsor
{ margin: 15px;
  display: inline;
}

div.sponsor img
{ border: 1px solid #ccc;
}


div.sidebarbox
{ margin-bottom: 15px;
}

div.titlebox
{ margin-bottom: 15px;
}

div#footer
{ clear: both;
  text-align: center;
  background: #800;
  padding: 5px;
  color: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  min-width: 750px;
}

div#footer a
{ color: #fff;
}


div#bottom
{ text-align: center;
}


div#sidebar_title
{ background: #800;
  border-bottom: 1px solid #800;
  padding: 5px;
  color: #fff;
  margin: 0px;
  text-align: center;
  font-weight: bold;
}

div#sidebar_title a
{ color: #fff;
}

div#sidebar_title a:hover
{ color: #000;
  text-decoration: none;
}

div#sidebar_content
{ padding: 5px;
  background: #eee;
}

div#sidebar_content ul
{ margin: 0px;
  padding-left: 15px;
}



div.sidebarbox div.title
{ background: #800;
  border-bottom: 1px solid #800;
  padding: 5px;
  color: #fff;
  margin: 0px;
  text-align: center;
  font-weight: bold;
}

div.sidebarbox div.title a
{ color: #fff;
}

div.sidebarbox div.title a:hover
{ color: #000;
  text-decoration: none;
}

div.sidebarbox div.content
{ padding: 5px;
  background: #eee;
  filter: alpha(opacity=80);
  opacity: 0.8;
 -moz-opacity:0.8;
}

div.sidebarbox div.content ul
{ margin: 0px;
  padding-left: 15px;
}

div.sidebarbox div.content input.flat
{ width: 120px;
}


div.titlebox div.title
{ background: #eee;
  border-bottom: 1px solid #ccc;
  padding: 5px;
  color: #800;
  margin: 0px;
  text-align: center;
  font-weight: bold;
  filter: alpha(opacity=80);
  opacity: 0.8;
 -moz-opacity:0.8;
}

div.titlebox div.title a:hover
{ color: #000;
  text-decoration: none;
}

div.titlebox div.content
{ padding: 5px;
  background: #fff;
  filter: alpha(opacity=80);
  opacity: 0.8;
 -moz-opacity:0.8;
}

div.titlebox div.content ul
{ margin: 0px;
  padding-left: 15px;
}

div.titlebox div.content input.flat
{ width: 120px;
}



div#navbar ul
{ list-style: none;
  padding: 0px;
  /* width: 390px; /* 75px x 5 + 2px x 6 + a little bit :) */
  width: 465px; /* 75px x 6 + 2px x 7 + a little bit :) */
  margin: 0px auto;
}

div#navbar ul li
{ float: left;
  padding: 5px 0px;
  width: 75px;
  text-align: center;
  border-left: 2px solid #555;
}

div#navbar ul li.last
{ border-right: 2px solid #555;
}

div#navbar a
{ color: #fff;
}

div#navbar a:hover
{ color: #800;
  text-decoration: none;
}


div#menu ul, div#submenu ul
{ list-style: none;
  margin: 0px;
  padding: 0px;
}

div#menu ul li, div#submenu ul li
{ border-bottom: 1px solid #ccc;
  background: url('/images/menu.gif') right center no-repeat;
}

div#menu ul li.last, div#submenu ul li.last
{ border-bottom: 1px solid #808;
}

div#menu ul li span.inactive, div#submenu ul li span.inactive
{ padding: 5px 10px;
  display: block;
  height: 30px;
  color: #aaa;
}

div#menu a, div#submenu a
{ color: #fff;
  padding: 5px 10px;
  display: block;
  height: 15px;
}

div#menu a:hover, div#submenu a:hover
{ color: #000;
  text-decoration: none;
  background: url('/images/menu_hover.gif') right center no-repeat;
}



div.box
{ background: #eee;
  margin-bottom: 10px;
  width: 100%;
  filter: alpha(opacity=80);
  opacity: 0.8;
 -moz-opacity:0.8;
}

div.box div.wrapper
{ padding: 10px;
}


div.arrow
{ background: url('/images/arrow.gif') top left no-repeat;
  padding-left: 20px;
}



span.error
{ color: #f00;
  font-weight: bold;
}


div.link
{ margin-bottom: 8px;
  margin-left: 10px;
}

div.link div
{ padding-bottom: 4px;
}

div.link div.link_title
{ font-size: 10pt;
}

div.link span.link_url
{ color: #080;
}

div.link div.link_description
{ margin-left: 10px;
}



div.latest_news
{ margin-bottom: 10px;
}

div.latest_news div.latest_news_title
{ font-size: 9pt;
}

div.latest_news div.latest_news_more
{ text-align: right;
}


div.more
{ text-align: right;
  margin-top: 10px;
  line-height: 200%;
}


div.fixture div.fixture_report
{ margin-top: 10px;
  padding: 5px;
  border: 1px solid #ccc;
  background: #fff;
}


table.view
{ width: 100%;
  empty-cells: show;
}

table.view th, table.view td
{ vertical-align: top;
  padding: 5px;
  border: 1px solid #ddd;
  background: #fff;
}

table.view td
{ filter: alpha(opacity=80);
  opacity: 0.8;
 -moz-opacity:0.8;
}

table.view th
{ background: #eee;
  color: #800;
  text-align: center;
  font-size: 120%;
  border-color: #ccc;
}


/*
 * some general color formatting
 */
.black
{ color: #000;
}

.white
{ color: #fff;
}

.darkgray
{ color: #333;
}

.red
{ color: #800;
}


/*
 * just some shit
 */
a.category:hover h2
{ cursor: pointer;
}

span.link
{ color: #800;
  font-weight: bold;
}

span.link:hover
{ text-decoration: underline;
  cursor: pointer;
}

a.thumbnail img
{ border: 1px solid #ccc;
}

a.thumbnail:hover img
{ border: 1px solid #800;
}


table.graph
{ border: 1px solid #ccc;
}

table.graph th
{ font-size: 16px;
  padding: 5px;
  margin-bottom: 5px;
  background: #eee;
  border-bottom: 1px solid #ccc;
}

table.graph td
{ padding: 5px;
}

table.graph td.label
{ padding: 5px;
  text-align: right;
  border-right: 1px solid #ccc;
}

table.graph td div
{ float: left;
  background: #800;
  padding: 1px 0px;
  text-align: right;
}

table.graph td div.zero
{ background: #f00;
}

table.graph td div span
{ margin: 0px 5px;
  font-weight: bold;
  color: #fff;
}

table.graph td div span.inverse
{ color: #333;
}
