/***************************************************************************************************
Filename:			general.css
Title:				General stylesheet for www.olympic-casino.com/poker/
Author:				Remy Tiitre, remy.tiitre@ddw.ee
URL:					http://www.olympic-casino.com/poker/extensions/DDW_Layout/css/general.css
License:			Copyright 2008, Digital Doorway, All Rights Reserved.
							Feel free to read and learn from this, but don't steal.

Description:	This stylesheet will define www.olympic-casino.com/poker/ site layout and other
							general styles.
***************************************************************************************************/

/* DDW default styles *****************************************************************************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address { margin: 0.8em 0; }
li, dd, blockquote { margin-left: 1em; }
blockquote { font-style: italic; }
caption, th { text-align: left; }
q:before { content: open-quote; }
q:after { content: close-quote; }
img, fieldset { border: 0; }
table { border-collapse: collapse; border-spacing: 0; }
form label { cursor: pointer; }
acronym, abbr { border-bottom: 1px dashed #000000; cursor: help; }
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
.Clear { clear: both; }
/*----------------------------------------------------------------------------------------------- */

/* Layout styles -------------------------------------------------------------------------------- */
#Page {
  margin: auto;
  width: 900px;
}
.top_left, .top_right, .bottom_left, .bottom_right {
  background-image: url('/poker/extensions/DDW_Layout/images/background_borders.gif');
  font-size: 2px;
  height: 27px;
}
.top_left, .bottom_left { margin-right: 25px; }
.top_right, .bottom_right {
  margin-left: 25px;
  margin-top: -27px;
}
.top_right { background-position: 100% 0; }
.bottom_left { background-position: 0 -26px; }
.bottom_right { background-position: 100% -26px; }
.inside {
  background-image: url('/poker/extensions/DDW_Layout/images/background_borders2.gif');
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right:20px;
}

/* Font styles ---------------------------------------------------------------------------------- */
html, body, form, fieldset { font-family: Verdana, Arial, Helvetica, sans-serif; }
body { font-size: 62.5%; }
#Page { font-size: 1.2em; }
h1 {
  font-size: 1.5em;
  font-weight: normal;
  text-transform: uppercase;
}
h2 {
  font-size: 1.3em;
  font-weight: normal;
}
h3 {
  font-size: 1.2em;
  font-weight: normal;
}
#DDW_Header, #DDW_Footer { font-size: 0.8em; }

/* Color styles --------------------------------------------------------------------------------- */
body {
  background: #014995 url('/poker/extensions/DDW_Layout/images/background.png') repeat-x top left;
  color: #dedede;
  /* color: #8dbee6; */
}
h1 { color: #f2a005; }
h2 { color: #f2a005; }
h3 { color: #f2a005; }
a:link, a:visited {
  text-decoration: underline;
  color: #f2a005;
}
a:hover, a:active {
  text-decoration: underline;
  color: #f5c364;
}
a.no_underline:link, a.no_underline:visited {
  color: #ffffff;
  text-decoration: none;
}
a.no_underline:hover, a.no_underline:active {
  color: #999999;
  text-decoration: none;
}

/* Header start ***********************************************************************************/
#DDW_Header {
  height: 135px;
  margin-top: 20px;
}
#OC_logo { float: right; }
#PC_logo { float: left; }
#Locale {
  color: #ffffff;
  margin: 0 auto;
  padding-top: 10px;
  text-align: center;
  width: 50%;
}
#Countries select {
  font-size: 0.9em;
  font-weight: bold;
  width: 136px;
}
#Locale div img { margin-bottom: -8px; }
/* Header end *************************************************************************************/

/* TopNav start ***********************************************************************************/
#TopNav {
  background: transparent url('/poker/extensions/DDW_Layout/images/background_topnav.png') no-repeat top left;
  height: 112px;
  margin: 0 auto;
  margin-bottom: -55px;
  overflow: hidden;
  padding: 12px;
  position: relative;
  top: -72px;
  width: 719px;
}
#TopNav table {
  margin-left: 1px;
  width: 718px;
}
#TopNav table td {
  border: 1px solid #fac81b;
  height: 34px;
  text-align: center;
}
#TopNav table tr.Form td { border: none; }
#TopNav table td a {
  color: #ffffff;
  display: block;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
#TopNav table td a:hover {
  color: #fac81b;
  text-decoration: underline;
}
#TopNav table td.odd { background: #c81626; }
#TopNav table td.even { background: #000000; }
#TopNav form#frmLogin {
  background: transparent url('/poker/extensions/DDW_Layout/images/background_form.png') no-repeat 18px top;
  border-right: 1px solid #fac81b;
  margin: 6px;
  padding-left: 5px;
  padding-right: 20px;
  width: 170px;
}
#TopNav form#frmLogin input {
  float: right;
  font-size: 0.8em;
  font-weight: bold;
}
#TopNav form#frmLogin input#user {
  background: #ffffff url('/poker/extensions/DDW_Layout/images/background_input.png') repeat-x;
  border: 1px solid #b10000;
  color: #3f3f3f;
  margin: 1px;
  padding: 1px 2px;
  width: 110px;
}
#TopNav form#frmLogin input#pass {
  background: #ffffff url('/poker/extensions/DDW_Layout/images/background_input.png') repeat-x;
  border: 1px solid #b10000;
  color: #3f3f3f;
  margin: 1px;
  padding: 1px 2px;
  width: 110px;
}
#TopNav form#frmLogin input#login {
  background: #bd1c32 url('/poker/extensions/DDW_Layout/images/background_button.png') repeat-x;
  border: 1px solid #b10000;
  color: #fac81b;
  margin: 5px 3px;
  padding: 1px 5px;
  width: 60px;
}
#TopNav form#frmLogin input#register {
  background: #bd1c32 url('/poker/extensions/DDW_Layout/images/background_button.png') repeat-x;
  border: 1px solid #b10000;
  color: #fac81b;
  margin: 5px 3px;
  padding: 1px 5px;
  width: 90px;
}
div#TopBanner {
  float: right;
  margin: 6px;
  padding-right: 20px;
}
div#TopBanner p {
  margin: 0;
}
/* TopNav end *************************************************************************************/

/* Footer start ***********************************************************************************/
#DDW_Footer { margin: 1.5em 0; }
#DDW_Footer img { padding: 0.2em; }
#DDW_Footer address {
  color: #80a8d6;
  float: right;
  margin: 0;
  text-align: right;
  font-style: normal;
}
/* Footer end *************************************************************************************/

/* Navigation start *******************************************************************************/
#Navigation {
  float: left;
  width: 20em;
}
#Navigation ul {
  list-style: none;
  padding-left: 0;
}
#Navigation ul ul {
  margin: 0.2em 0.5em 0.5em 1em;
  padding-bottom: 0;
}
#Navigation ul ul ul {
  margin: 0.4em 0.5em 0.4em 0.4em;
  padding-left: 1em;
  border-top: 1px dotted #dadada;
  border-bottom: 1px dotted #dadada;
}
#Navigation ul li {
  margin: 0;
  margin-bottom: 0.4em;
}
#Navigation ul li.Selected, #Navigation ul li li {
  border-bottom: none;
  margin-bottom: 0;
}
#Navigation ul li a {
  display: block;
  padding: 0.3em 0.5em 0.3em 0.5em;
  color: #31363e;
  font-size: 0.9em;
  text-decoration: none;
}
#Navigation ul li.Selected ul li a {
  font-size: 0.8em;
  font-weight: normal;
  color: #31363e;
}
#Navigation ul li.Selected a {
  font-weight: bold;
  color: #31363e;
}
#Navigation ul li a:hover {
  font-weight: bold;
  color: #cecece;
}
#Navigation ul li.Selected ul li.Selected a, #Navigation ul li.Selected ul li a:hover {
  font-weight: bold;
  color: #31363e;
}
#Navigation ul li.Selected ul li.Selected ul li a { font-weight: normal; }
#Navigation ul li.Selected ul li.Selected ul li.Selected a, #Navigation ul li.Selected ul li.Selected ul li a:hover { font-weight: bold; }
#Navigation ul li a span {
  margin-right: 0.3em;
  color: #666666;
  font-weight: bold;
}
#Navigation ul li.Selected ul li a span {
  margin-right: 0.5em;
  color: #666666;
  font-weight: normal;
}
#Navigation ul li.Selected ul li.Selected a span {
  margin-right: 0.5em;
  color: #666666;
  font-weight: normal;
}
#Navigation ul li.Selected ul li.Selected ul li a span { color: #666666; }
#Navigation ul li.Selected ul li.Selected ul li.Selected a span { color: #666666; }
/* Navigation end *********************************************************************************/

/* Form start *****************************************************************/
.DDW_Form fieldset {
  border: none;
  border-top: 1px solid #999999;
  clear: both;
  float: left;
  position: relative;
  width: 100%;
}
.DDW_Form fieldset legend {
  color: #8dbee6;
  font-weight: bold;
  margin: 0 0.5em;
  padding: 0.1em 0.3em;
}
.DDW_Form fieldset ol {
  clear: both;
  float: left;
  list-style: none;
  margin: 0.2em 1em;
  padding: 0;
  position: relative;
}
.DDW_Form fieldset ol li {
  clear: both;
  float: left;
  margin: 0;
  padding: 0.1em 0;
}
.DDW_Form fieldset ol li label {
  float: left;
  margin-right: 1em;
  width: 10em;
}
.DDW_Form fieldset.submit {
  background-color: transparent;
  border: none;
  float: none;
  padding-left: 12em;
  width: auto;
}
.DDW_Form fieldset fieldset {
  background-color: transparent;
  border: none;
  float: none;
  margin-bottom: -1.4em;
  padding: 0;
}
.DDW_Form fieldset fieldset legend {
  background: transparent;
  border: none;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.DDW_Form fieldset fieldset ol {
  margin: 0 0 0 11em;
  padding: 0;
  position: relative;
  top: -1.5em;
}
.DDW_Form fieldset fieldset ol li label {
  float: none;
  margin-right: auto;
  width: auto;
}
/* Settings form end **********************************************************/

/* Articles start *********************************************************************************/
#DDW_Articles ul {
  list-style: none;
}
#DDW_Articles ul li {
  border-bottom: 1px dotted #f2a005;
  margin: 0;
  margin-bottom: 1em;
  padding-bottom: 0.3em;
}
#DDW_Articles ul li h2 {
  margin-bottom: 0;
}
#DDW_Articles ul li div.lead {
  padding: 0.2em 0;
}
#DDW_Article {
  font-size: 1.1em;
}
#DDW_News ul {
  list-style: none;
}
#DDW_News ul li {
  margin: 0;
  margin-bottom: 1em;
}
#DDW_News ul li span {
  font-weight: bold;
}
#DDW_News ul li h2 {
  display: inline;
}
#DDW_News ul li div.lead, #DDW_News ul li div.read_more {
  margin-left: 5em;
}
#DDW_News ul li div.lead {
  padding: 0.2em 0;
}
#DDW_Archive div {
  margin: 0.1em;
  padding: 0.3em 0;
}
#DDW_Archive .DDW_Month {
  background-color: #c81626;
  color: #ffffff;
  margin-right: 0.2em;
  padding: 0.1em 0.3em;
}
#DDW_Archive .DDW_Body {
  border-bottom: 1px dotted #f2a005;
}
#DDW_Archive .DDW_BodySelected {
  border-bottom: 1px dotted #f2a005;
}
#DDW_Article div.lead {
  font-style: italic;
}
/* Articles end ***********************************************************************************/

/* Messages start *********************************************************************************/
#DDW_Messages table {
  margin-bottom: 1em;
  width: 100%;
}
#DDW_Messages th {
  border-bottom: 1px solid #f2a005;
  border-top: 1px solid #f2a005;
  background: #c81626;
  color: #ffffff;
  font-weight: bold;
  padding: 0.1em 0.5em;
  text-align: left;
  vertical-align: top;
}
#DDW_Messages td {
  border: none;
  padding: 0.1em 0.5em;
  vertical-align: top;
}
#DDW_Messages td.Tree {
  width: 3%;
  background: url('/poker/extensions/DDW_Layout/images/tree_b.gif') repeat-y 0 0;
  margin: 0;
  padding: 0;
}
#DDW_Messages td.TreeLast {
  width: 3%;
  margin: 0;
  padding: 0;
}
#DDW_Messages th.Title { width: 70%; }
#DDW_Messages th.Author {
  width: 30%;
  white-space: nowrap;
}
#DDW_Messages th.Date {
  width: 10%;
  white-space: nowrap;
}
#DDW_Messages th.MessageCount {
  width: 10%;
  white-space: nowrap;
}
#DDW_Messages th.LastMessage {
  width: 10%;
  white-space: nowrap;
}
#DDW_Messages form .Required { font-weight: bold; }
#DDW_Messages form label { display: inline-block; }
#DDW_Messages td.Date {
  background: #c81626;
  border-bottom: 1px solid #f2a005;
  border-right: 1px solid #f2a005;
  width: 20%;
}
#DDW_Messages td.Title {
  background: #c81626;
  border-bottom: 1px solid #f2a005;
  font-weight: bold;
}
#DDW_Messages td.Replies {
  background: #c81626;
  border-bottom: 1px solid #f2a005;
  text-align: right;
  white-space: nowrap;
}
#DDW_Messages td.Author { border-right: 1px solid #f2a005; }
#DDW_Messages td.Body {
  padding-bottom: 2em;
  width: 80%;
}

#DDW_Topics table {
  margin-bottom: 1em;
  width: 100%;
}
#DDW_Topics th {
  border-bottom: 1px solid #f2a005;
  border-top: 1px solid #f2a005;
  background: #c81626;
  color: #ffffff;
  font-weight: bold;
  padding: 0.1em 0.5em;
  text-align: left;
  vertical-align: top;
}
#DDW_Topics td {
  border: none;
  padding: 0.1em 0.5em;
  text-transform: uppercase;
  vertical-align: top;
}
#DDW_Topics th.Title { width: 70%; }
#DDW_Topics th.Author {
  width: 30%;
  white-space: nowrap;
}
#DDW_Topics th.Date {
  width: 10%;
  white-space: nowrap;
}
#DDW_Topics th.MessageCount {
  width: 10%;
  white-space: nowrap;
}
#DDW_Topics th.LastMessage {
  width: 10%;
  white-space: nowrap;
}

#DDW_Topics .TopicCount {
  text-align: center;
}
/* Messages end ***********************************************************************************/

/* Homepage start *********************************************************************************/
.Homepage { width: 100%; }
.LatestNews {
  font-size: 0.9em;
  vertical-align: top;
  width: 215px;
}
.LatestNews h2 {
  background: url('/poker/extensions/DDW_Layout/images/background_news.png') no-repeat;
  color: #ffffff;
  font-size: 0.9em;
  font-weight: bold;
  height: 30px;
  margin: -4px 0 0 -4px;
  padding: 10px 4px 0 45px;
  text-transform: uppercase;
  width: 170px;
}
.LatestNews ul {
  list-style: none;
  margin: 0;
}
.LatestNews li {
  border-bottom: 1px dotted yellow;
  padding: 4px 0;
  padding-left: 55px;
}
.LatestNews li span {
  font-weight: bold;
  margin-left: -49px;
}
.Welcome {
  padding: 0 10px;
  vertical-align: top;
  width: 400px;
}
.Welcome h1 {
  margin-top: 0;
  text-align: center;
}
.Top10 {
  background-color: #19428b;
  vertical-align: top;
  width: 225px;
}
.Top10 h2 {
  background: url('/poker/extensions/DDW_Layout/images/background_top10.png') no-repeat;
  color: #ffffff;
  font-size: 0.9em;
  font-weight: bold;
  height: 30px;
  margin: -4px 0 0 -4px;
  padding: 10px 4px 0 45px;
  text-transform: uppercase;
  width: 180px;
}
.Top10 table {
  font-size: 0.8em;
  margin: 0 2px;
  width: 100%;
}
.Top10 table th {
  color: #fac81b;
}
.Top10 table td {
  background-color: #224f9b;
  border-bottom: 1px solid #19428b;
  color: #ffffff;
  padding: 2px;
}
.Banners {
  float: left;
  margin-right: 10px;
  width: 420px;
}
.Banners h2 {
  background: url('/poker/extensions/DDW_Layout/images/background_banners.png') no-repeat;
  color: #ffffff;
  font-size: 0.9em;
  font-weight: bold;
  height: 30px;
  margin-left: -4px;
  padding-left: 50px;
  padding-top: 10px;
  text-transform: uppercase;
  width: 374px;
}
.Campains {
  float: right;
  margin-left: 10px;
  width: 420px;
}
.Campains h2 {
  background: url('/poker/extensions/DDW_Layout/images/background_campaigns.png') no-repeat;
  color: #ffffff;
  font-size: 0.9em;
  font-weight: bold;
  height: 30px;
  margin-left: -4px;
  padding-left: 50px;
  padding-top: 10px;
  text-transform: uppercase;
  width: 374px;
}
.Banners p, .Campains p {
  border-top: 1px dotted yellow;
  float: left;
  height: 76px;
  margin: 0 4px 0 4px;
  padding-bottom: 5px;
  padding-top: 5px;
  width: 200px;
}
/* Homepage end ***********************************************************************************/

#DDW_Results div.Announcement {
  border-bottom: 1px solid #f2a005;
  border-top: 1px solid #f2a005;
  color: #c81626;
  font-weight: bold;
  padding: 0.5em;
}

