/* dart 2016 */
/****************************************/
#page {
    position: relative;
    width: 988px;
    margin: 0 auto;
}
/****************************************/

#header {
    height: 112px;
    width: 988px;
}
/****************************************/

#logo {
	margin-top: 40px;
	width: 440px;
    float: left;
	background-image: url(../images/dart-liga-nu.png);
	background-repeat: no-repeat;
	background-size: contain;
	
}
#logo img {
    width: 156px;
    height:64px;
}
#navigation li.banner {
    margin: 0 0 0 0px;
    padding: 5px 0px 5px 15px;
    background-image: none;
}
#skyscraper {
    width: 120px;
    height: 600px;
    float: right;
    margin: 4px 0 0 4px;
    clear: right;
}
#user {
    display: none;
}
#date {
    float: right;
    color: #666666;
    padding: 49px 0 4px 0px;
    font-size: 80%;
}
/****************************************/

#tabs { 
	display: block;
	overflow:hidden; 
    clear: both;
    background-color: #6A8D9D;
    height: 30px;
    line-height: 30px;
    margin-bottom: 4px;
    font-size: 12px;
    padding-left: 15px;
}
#tabs ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#tabs li {
    list-style: none;
    padding: 0px 10px 10px 0px;
    float: left;
    margin: 0 10px 0 0;
    border-right: 1px solid #fff;
    color: #444;
}
#tabs a {
    font-weight: normal;
    color: #000000;
}
#tabSelected a {
    color: #FFFFFF;
}
#tabSelected {
    border-left-color: #FFFFFF!important;
}
/****************************************/

#breadcrumb {
    clear: both;
    height:30px;
    line-height:30px;
    font-size:12px;
}
#breadcrumb a:link {
    color: #333333;
    font-weight: normal;
}
#breadcrumb a:visited {
    color: #666666;
    font-weight: normal;
}
/****************************************/

#container {
    width: 988px; 
    clear: both;
	background-color: rgba(255,255,255,.9);
	width: auto
}
#container:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}
#navigation {
    width: 198px;
    line-height: 120%;
    color: #000000;
    float:left;
}
#navigation select {
    width: 156px;
}
#navigation a {
    display: block;
    font-weight: normal;
    color:#fff;
}
#navigation a:visited { color:#fff; }
#navigation a:hover {
    text-decoration:none;
}
#navigation ul {
    padding: 0 0 4px 0;
    margin: 0 0 1px 0px;
    list-style: none;
}
#navigation ul li {
   margin: 0px;
    padding: 0px 0 0 15px;
    line-height: 120%;
    font-size:12px; line-height:13px;
    color:#000;
    background-color:#747D3C;
	background-color:#7F8588; 
	background-color: #6A8D9D;
}
#navigation ul li strong { display:block; height:30px; line-height:30px; }
#navigation ul li ul li {
    padding:2px 0;
}
#navigation ul li ul li a {
    font-weight: normal;
}
/****************************************/

#sub-navigation {
    padding: 4px 0 0 10px;
    font-size:12px;
    background-color:#efefef;
}
#sub-navigation a {
    font-weight: normal;
}
#sub-navigation ul {} #sub-navigation li {}
/****************************************/

#content {
    width: 760px;
    float:left;
    padding:15px;
	border-left: 1px solid #6A8D9D;
	margin-left: -1px;
}
#content-col1 {
    float: left;
    width: 476px;
    padding:0;
}
#content-col2 {
    float: right;
    width: 262px;
    padding:0 0px;
}
#content-row1 {
    clear: both;
    padding:0;
}
#content-row2 {
    clear: both;
    padding:0;
}
/****************************************/

#footer {
    width: 988px;
    padding: 16px 0 16px 0px;
    clear: both;
    font-size: 80%;
    line-height: 133%;
}
#footer a {
    font-weight: normal;
}
#footer-left {
    float: left;
}
#footer-right {
    float: right;
}
/****************************************/

body, td, th, div, ul, ol, dt, input, option, select, textarea, legend, a, h1, h2, h3, h4, h5, h6, p {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
}
body {
    position: relative;
    font-size:14px;
    line-height:20px;
	background-color: #B5BF6E;
	background-color: #ACB0B2;
	background-color: #9FB6C0;
	background-image: url(../images/dartboard-06.png);
	background-repeat: no-repeat;
	background-position: right 0px;
}
textarea {
    font-size: 1em;
}
input {
    font-size: 1em;
}
select {
    font-size: 1em;
}
h1, h2, h3, h4, h5, h6, p {
    padding: 0px 8px 0px 0px;
}
a {
    text-decoration: none;
    font-weight: bold;
}
a:link {
    color: #003366
}
a:visited {
    color: #006699
}
a:hover {
    color: #FF0000;
    text-decoration: underline
}
a:active {
    color: #FF0000
}

/* Banner */

#banner {
    width: 468px;
    height: 60px;
    margin: 40px 0 0 0;
    position: absolute;
    top: 0px;
    left: 488px;
}
#banner-skyscraper {
    /*160x600*/
    
    position: absolute;
    top: 0;
    left: 1004px;
    z-index: 10;

}
#banner-super {
    /*728x90*/
    
    padding-left: 276px;
    width: 728px;

}
#banner-footer {
   width:468px;
   height:60px;
   
}


.result-set { background-color:#fff; font-size:12px; }

