/* 
    Document   : nettavisen
    Created on : July 1, 2007, 7:19 PM
    Author     : glenn
    Descripxion:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
    font-family: verdana, helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    background-color: #d3dbe8;
    color: #00315a;
    margin: 0px;
}

body.menuBox {
    font-family: verdana, helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    background-color: #fff;
    color: #000000;
    padding: 0px;
    margin: 0px;
	background-color:#f4f4f4;
}

div.menuBoxContent {
    padding: 0px;
	background-color:#f4f4f4;
}

div.menuBoxContent .expertimg {
	float:left;
	margin-right:10px;
}

body.menuBox #rtlogo {
	border-bottom:1px solid #999;
	margin-bottom:5px;
}


body.menuBox  form{
	padding-top:3px;
}

td.menuBoxItem {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

table {
    font-family: verdana, helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #00315a;
}

div.header {
    padding: 4px;
    background-color: #ffffff;
    color: #00315a;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    border-top: 1px solid #00315a;
    border-bottom: 1px solid #00315a;
}

div.content2Header {
    border-top: none;
    border-bottom: 1px solid #00315a;
}

div.menuBoxHeader {
    background-color: #ffffff;
    color: #c80200;
    padding: 2px;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    border-top: 1px solid #cc9900;
    border-bottom: 1px solid #cc9900;
}

div.contentBox {
    color: #000000;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 5px;
}

div.contentBox2 {
    background-color: #bdc9df;
    color: #000000;
    padding-top: 0px;
    padding-bottom: 5px;
    margin: 5px;
    /*border: 1px solid #aaaaff;*/
    border: 1px solid #00315a;
}

input.button {
    border: none;
    background-color: #c80200;
    color: #ffffff;
    font-family: verdana, helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding: 2px;
    cursor: hand;
}

input.button:hover {
    cursor: hand;
    cursor: pointer;
}

select.priceSelect {
    width: 6em;
}

a {
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #00315A;
    text-decoration: underline;
}

a.button {
    border: none;
    background-color: #c80200;
    color: #ffffff;
    font-family: verdana, helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding: 4px;
    text-decoration: none;
}

a.tipLink {
    color: #C80200;
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
}

p.programHeader {
    background-color: #00315a;
    color: #ffffff;
    font-family: Verdana, Arial, sans-serif;
    font-weight: bold;
    font-size: 11px;
    padding: 2px;
    margin-bottom: 0px;
}

.programTableHeader {
    background-color: #ebf0f4;
    color: #000000;
    font-weight: bold;
    text-align: left;
}

.programTableRow {
    background-color: #ffffff;
    color: #000000;
    border-top: 1px solid #bdc9df;
    padding: 2px;
}

.programTableLeft {
    background-color: #ffffff;
    text-align: left;
}

.programTableRight {
    background-color: #ffffff;
    text-align: center;
    width: 150px;
}

table.gameList {
    width: 100%;
}
td.gameListColumn {
    background-color: #ecf3fc;
    color: #00315a;
    border-bottom: 4px solid #d3dbe8;
    border-top: 4px solid #d3dbe8;
}
td.playNowGameList {
    border-bottom: 4px solid #bdc9df;
    border-top: 4px solid #bdc9df;
}

.startListTable {
    border-top: 1px solid #acb8ce;
    border-left: 1px solid #acb8ce;
    border-right: 1px solid #acb8ce;
    width: 100%;
}

.startListHeader {
    background-color: #bdc9df;
    color: #000000;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #acb8ce;
}

.startListColumn {
    border-bottom: 1px solid #acb8ce;
}

pre {
    color: #00315a;
    font-family: Verdana, arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

div.expertGamesHeader {
    background-color: #6075aa;
    color: #ffffff;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    padding: 4px;
}

div.expertGame {
    border-bottom: 1px solid #ffffff;
    margin-bottom: 5px;
}

div.expertGameTitle {
    color: #00315a;
    font-family: Verdana, arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

table.registerTable {
    width: 100%;
    background-color: #ebf0f4;
    color: #00315a;
}

p.loginRegisterHeader {
    background-color: #ffffff;
    color: #00315a;
    padding: 4px;
    border-top: 1px solid #00315a;
    border-bottom: 1px solid #00315a;
}

div.loginHeader {
    font-size: 11px;
    font-weight: bold;
    color: #00315a;
}

span.gameDisabled {
    background-color: #bdc9df;
    color: #eeeeee;
    padding: 4px;
    margin-right: 1px;
}

span.gameSelected {
    background-color: #6075aa;
    color: #ffffff;
    padding: 4px;
    margin-right: 1px;
}

a.gameSelect {
    background-color: #bdc9df;
    color: #00315a;
    padding: 4px;
    text-decoration: none;
    margin-right: 1px;
}
a.gameSelect:hover {
    background-color: #6075aa;
    color: #ffffff;
    text-decoration: none;
}

form {
    margin: 0px;
    padding: 0px;
}

table.tabs {
    width: 100%;
    background-color: #ffffff;
    color: #00315a;
}

td.activeTab {
    width: 85px;
    background-color: #d3dbe8;
    text-align: center;
}

td.tab {
    width: 85px;
    background-color: #ebf0f4;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
}

a.tab {
    display: block;
    color: #00315a;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

div.tab {
    width: 87px;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding: 0px;
    height: 18px;
    overflow: hidden;
    float: left;
    position: relative;
}

div.activeTab {
    width: 89px;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding: 0px;
    height: 18px;
    overflow: hidden;
    float: left;
    position: relative;
    z-index: 100;
}

a.login {
    color: #C80200;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

a.login:hover {
    text-decoration: underline;
}

span.errorMessage {
    color: #ff0000;
}

span.trackDescription {
    color: #000000;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

a.trackDescription {
    color: #000000;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

 .bold {
    font-weight: bold;
}

a.header {
    font-weight: bold;
}

a.expertName {
    font-size: 10px;
}




div.articleBoxContent {
    color: #000000;
    padding: 6px;
    border: 1px solid #bdc9df;
}

div.articleBoxHeader {
    padding: 4px;
    background-color: #ffffff;
    color: #00315a;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    border-top: 1px solid #bdc9df;
    border-bottom: 1px solid #bdc9df;
}




