/* 
    Document   : style
    Created on : Jan 13, 2013, 7:38:16 AM
    Author     : B. Elliott
    Description:
        DroStats
*/
html {height: 100%;}
body {
    margin: 0;
    padding: 0 10px;
    height: 100%;
    font-size: 14px;
}
.wrapper {
    position: relative;
    height: 100%;
}

h1, h2, h3 {
    font-weight: normal;
}


#header {
    padding: 0;
    height: 80px;
    background-color: #DCDCDC;
}

#start_totals {
	position: absolute;
	top: 10px;
	left: 20px;
}

#header_info {
    height: 80px;
    position: absolute;
    left: 200px;
    top: 0;
}

#header_mid {
    padding: 0;
    height: 80px;
    display: block;
    position: absolute;
    left: 700px;
}

#header_mid ul {
    list-style: none;
    padding: 0;
    display: inline-table;
    margin: 9px 0 0 0;
}
/*#header_mid form {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: -36px;
    float: left;
    border: 2px solid #999;
    cursor: pointer;
}*/
#header_mid #datepicker {
  width: 30px;
}

#header_mid li#calandar {
    margin-right: 20px;
}

#header_mid ul li {
    float: left;
    border: 2px solid #999;
    height: 30px;
    line-height: 30px;
    margin: 0 3px;
    font-size: 40px;
    font-family: sans-serif;
    display: inline-block;
    text-align: center;
}

#header_mid ul li.date {
    padding: 0 15px;
    font-size: 20px;
}

#header_mid ul li#previous {
    padding: 0;
    width: 30px;
    height: 30px;
    font-size: 50px;
    line-height: 22px;
    color: #999;
    background-color: #cbcbcb;
    
}
#header_mid ul li#previous a{
    color: #008C00;
    text-decoration: none;
    display: block;
}

#header_mid ul li#next {
    padding: 0;
    width: 30px;
    height: 30px;
    font-size: 50px;
    line-height: 22px;
    /*color: #008C00;*/
    color: #999;
    background-color: #cbcbcb;
}

#header_mid ul li#next a {
    color: #008C00;
    text-decoration: none;
    display: block;
}
#header_mid ul li.split {
    font-size: 14px;
    margin-top: 17px;
    border-bottom: none;
    background-color: #fff;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 90px;
    color: #555;    
}

#header_mid ul li.split a {
   color: #008C00;
   background-color: #cbcbcb;
   text-decoration: none;
   display: block;
}

#username {
    font-size: 20px;
    margin: 9px 0;
}
#logout {
    font-size: 12px;
    font-family: sans-serif;
    padding-left: 20px;
    color:  #58614f;
}
#logout a{
    color:  #58614f;
}

#header h3.title {
    margin: 0;
    padding: 10px 0 0 40px;
    text-align: left;
}

#header h2.date {
    text-align: center;
    margin-top: 15px;
}


#leftcol {
    float: left;
    width: 160px;
    background-color: #DCDCDC;
    padding: 0 10px;
    margin-right: 10px;
}

#referred_out {
    margin-top:10px;
    width:160px;
    height: 110px;
}


ul#navigation {
    list-style: none;
    padding: 0;
    margin: 17px 0 0 0;
}
ul#navigation li {
    float: left;
    
}
ul#navigation li a {
    display: block;
    color: #008C00;
    text-decoration: none;
    background-color: #CBCBCB;
    border-left: 2px solid #999;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    padding: 5px 15px;
    margin: 0 3px;
    font-family: sans-serif;
    font-size: 16px;
}
#signin_form {
    width: 250px;
    margin: 0 auto;
    border: 1px solid #999;
}
#signin_form label {
    width: 65px;
}
#signin_form input {
    width: 150px;
}
#signin_form input#login_submit {
    width: 65px;
    text-align: center;
    margin-top: 10px;
}

.odd {
    background-color: #E3E4E6;
}

#reach_table {
    position: absolute;
    left: 200px;
    top: 80px;
    overflow: hidden;
    margin-top: 10px;
    width:87%;
    height: 88%;
}

#reach_table table.master {
    table-layout: fixed;
}
#reach_table table.master tr:nth-child(odd) {
    background-color: #E3E4E6;
}

#reach_table table.master table.inner tr {
    background: none;
}
#reach_table table.master td {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    word-wrap: break-word;
}

#reach_table table.master td.row_total {
    text-align: center;
    font-size: 18px;
}

#reach_table table.inner {
    height: 100%;
}

#reach_table table.inner td {
    font-size: 9px;
    height: 33%;
    text-align: center;
    line-height: 9px;
}

#referred_out {
    margin-bottom: 10px;
}
#droIn_totals {
    margin-bottom: 10px;
    height: 100px;
}
#referred_out table.master tr:nth-child(odd), #droIn_totals table.master tr:nth-child(odd) {
    background-color: #E3E4E6;
}
#referred_out table.master tr:nth-child(even), #droIn_totals table.master tr:nth-child(even) {
    background-color: #FFF;
}
#referred_out table.master table.inner tr, #droIn_totals table.master table.inner tr {
    background: none;
}
#referred_out table.inner, #droIn_totals table.inner {
    table-layout: fixed;
}
#referred_out table.inner td,
#droIn_totals table.inner td,
#start_totals table.inner td {
    font-size: 14px;
    width: 33%;
    height: 33%;
    text-align: center;
    line-height: 14px;
    background-color: #fff;
}
#start_totals table.start_table td {
	font-size: 11px;
	text-align: center;
	background-color: #fff;
}

table.inner td.inner_total {
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    background-color: #fff;
}
#reach_table table.master td table.inner table td.inner_total {
    font-size: 12px;
}

table.inner td.add {
    background: url(../images/add.png) center center no-repeat;
    cursor: pointer;
	position: relative;
}

table.inner td.delete {
    background: url(../images/del.png) center center no-repeat;
    cursor: pointer;
	position: relative;
}

ul.sitelist {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	list-style: none;
	padding: 0;
	margin: 0;
	border: 2px solid grey;
	background-color: white;
	z-index: 10;
	box-shadow: 0 0 10px 0 #000;
	border-radius: 5px;
	font-size: 14px !important;
	line-height: 14px;
}

ul.sitelist li { border-bottom: 1px solid #ccc; }
/*ul.sitelist li:nth-child(even) { background-color: #ddd; }*/
ul.sitelist li:last-child { border-bottom: none; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }

table.inner td.add ul.sitelist li a { color: #008C00; }
table.inner td.delete ul.sitelist li a { color: #B20000; }

ul.sitelist li a {
	text-decoration: none;
	padding: 7px 7px;
	display: block;
}

ul.sitelist li a:hover { background-color: #cdcdcd; }

.left_totals {
    margin-bottom: 10px;
    background-color: #E3E4E6;
}

.others_total {
   margin-top: 65px;
   background-color: #E3E4E6; 
}
.overnights-emails_totals {
   background-color: #E3E4E6; 
}
.total_box {
    width: 60px;
    height: 40px;
    background-color: #FFF;
    font-size: 18px;
    text-align: center;
}

table.totals {
    font-size: 9px;
    width: 160px;
    table-layout: fixed;
    font-family: sans-serif;
    margin-top: -5px;
}

table.totals caption {
    font-size: 10px;
    margin: 0 0 5px 0;
    
}

tr.header td {
    background-color: #E3E4E6;
    text-align: center;
    height: 18px;
}

tr.numbers td {
    background-color: #f2f2f2;
    text-align: center;
    height: 25px;
    font-weight: bold;
    color: #333;
}

#ref_out_total {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	border-left: 2px solid #666;
	border-bottom: 2px solid #666;
	background-color: #efefef;
	color: #F00;
}

div#chat_graph {
	position: absolute;
	left: 1050px;
	top: 15px;
	font-size: 12px;
  	font-family: sans-serif;
	color: #58614f;
}

div#chat_graph a { color: #58614f; }



