@charset "UTF-8";
/*
 * Author:     Kasper Kronborg Isager
 * Email:      kasperisager@gmail.com
 * Twitter:    @kasperisager
 * Website:    https://github.com/kasperisager
 *
 * Written and compiled using Compass (http://compass-style.org)
 *
 * Copyright © 2013 Binary Options.
 */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font: 13px/normal Arial, Helvetica, sans-serif;
}

body {
  background-color: white;
  background-image: url('images/back.gif?1370847515');
  background-repeat: repeat;
}

a {
  color: #031f8b;
}
a:hover {
  color: #031f8b;
  text-decoration: underline;
}

#Wrap {
  width: 1240px;
  margin: 0 auto;
  padding: 10px 0;
}

#Head {
  background-color: transparent;
}
#Head #Brand {
  height: 100px;
  background-color: transparent;
  background-image: url('images/header.png?1370848107');
  background-repeat: repeat-x;
  border-color: #f8aa01;
  border-style: solid;
  border-width: 2px;
}
#Head #Logo {
  float: left;
  width: 322px;
  height: 96px;
  margin-left: 35px;
  background-image: url('images/sprite.png?1370848791');
  background-repeat: no-repeat;
  background-position: -10px -244px;
}
#Head #Banner {
  float: right;
  width: 728px;
  height: 90px;
  margin-top: 3px;
  margin-right: 35px;
  background-image: url('images/banner.gif?1370848960');
  background-repeat: no-repeat;
}
#Head #Logo,
#Head #Banner {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
}
#Head #WorldTime {
  height: 25px;
  padding-top: 6px;
  background-color: #CECECE;
  cursor: help;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
#Head #WorldTime abbr {
  padding-right: .4em;
  color: #000722;
}
#Head #WorldTime span {
  padding-right: 75px;
  color: #0079F2;
}
#Head #WorldTime span:last-child {
  padding-right: 0;
}
#Head #Navigation {
  height: 33px;
  background-image: url('images/navbar.gif?1370853430');
  font-size: 12px;
  text-transform: uppercase;
}
#Head #Navigation a {
  color: #000722;
}
#Head #Navigation a:hover {
  text-decoration: underline;
}
#Head #Navigation .Menu {
  height: 33px;
  line-height: 23px;
}
#Head #Navigation .Menu li {
  float: left;
  background-image: url('images/navbar-border.gif?1370853632');
  background-repeat: no-repeat;
  background-position: right center;
}
#Head #Navigation .Menu a {
  display: block;
  padding: 5px 15px;
}

#Body {
  background-color: #EDEDED;
  border-color: #f8aa01;
  border-style: solid;
  border-width: 2px;
  line-height: 17px;
}
#Body .MeBox {
  margin: 0;
}
#Body .SiteMenu a {
  padding: 0 10px;
  line-height: 24px;
}
#Body .MeBox,
#Body .SiteMenu,
#Body .SiteSearch {
  float: right;
  margin-left: 20px;
}

#Panel {
  float: left;
  width: 310px;
  padding: 5px;
  padding-bottom: 10px;
}

#Content {
  float: none;
  width: auto;
  margin: 0;
  padding: 20px;
  background-color: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
#Panel + #Content {
  float: left;
  width: 926px;
  border-color: #DDDDDD;
  border-style: solid;
  border-width: 0 0 0 1px;
}
#Content .PageDescription {
  display: none;
}
#Content .BoxNewDiscussion {
  display: block;
}

#Foot {
  margin: 0;
  padding: 10px;
  background-color: #0E0E0E;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 13px;
  text-align: center;
}
#Foot a {
  padding: 0 .4em;
}
#Foot a:hover {
  color: #999999;
  text-decoration: underline;
}
#Foot,
#Foot a {
  color: #999999;
}

.DataTable {
  border-color: #DADADA;
  border-style: solid;
  border-width: 1px;
}
.DataTable thead td {
  padding: 4px 8px;
  background-color: #000066;
  background-color: rgba(0, 0, 102, 0.45);
  border-color: #000066;
  border-style: solid;
  border-width: 0 0 1px;
  color: white;
  font-weight: normal;
  text-shadow: 0 1px rgba(0, 0, 0, 0.5);
  line-height: 1;
}
.DataTable tbody td {
  vertical-align: middle;
}
.DataTable .CategoryName h2 a,
.DataTable .CategoryName h3 a {
  font-size: 14px;
  line-height: 2;
}
.DataTable .CategoryName .ChildCategories {
  margin-top: 8px;
  line-height: 2;
}

.MessageList .Item {
  *zoom: 1;
}
.MessageList .Item:after {
  content: "";
  display: table;
  clear: both;
}
.MessageList .Item-Header .Meta {
  margin-left: 120px;
}
.MessageList .Item-Header .Author .Username {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
  max-width: 100px;
  margin-bottom: 8px;
}
.MessageList .Item-Header .AuthorWrap {
  width: 100px;
  float: left;
}
.MessageList .Item-Header .ProfilePhotoMedium {
  width: 100px;
  height: 100px;
}
.MessageList .Item-BodyWrap {
  margin-left: 120px;
}

.ChildCategoryList {
  margin: 0;
  border-color: #DADADA;
  border-style: solid;
  border-width: 1px;
}
.ChildCategoryList .Item {
  float: none;
  width: auto;
  clear: both;
}
.ChildCategoryList .Item:last-child {
  border-bottom: none;
}
.ChildCategoryList .Item .Category {
  *zoom: 1;
  display: table;
  width: 100%;
  padding: 15px 8px;
}
.ChildCategoryList .Item .Category:after {
  content: "";
  display: table;
  clear: both;
}
.ChildCategoryList .CategoryName .Title {
  font-size: 14px;
}
.ChildCategoryList .CategoryDescription {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
  text-align: right;
}
.ChildCategoryList .CategoryName,
.ChildCategoryList .CategoryDescription {
  display: table-cell;
  vertical-align: middle;
}

.Section-CategoryList h1.H,
.Section-CategoryList h2.H {
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  margin: 10px 0 0;
  padding: 4px 8px;
  background-color: #000066;
  color: white;
  font-size: 13px;
  line-height: 1.7;
}

.Section-DiscussionList h1.H,
.Section-DiscussionList h2.H {
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  margin: 10px 0 0;
  padding: 4px 8px;
  background-color: #000066;
  color: white;
  font-size: 13px;
  line-height: 1.7;
}
.Section-DiscussionList .PageControls {
  margin: 0;
  padding: 4px 8px;
  background-color: #000066;
  background-color: rgba(0, 0, 102, 0.75);
  color: white;
  font-weight: normal;
  text-shadow: 0 1px rgba(0, 0, 0, 0.5);
  line-height: 1;
}
