﻿
body {
    background-color: #fff;
    background-repeat: no-repeat;
}

.panel {
    background-color: #74c4d6;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius:0px;
    min-height:345px;
}

.graph-panel {
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.7);
}

.date h1
{
    color: #fff;
}

.date h1 span {
    color: #fff;
}

.header-row
{
    margin: 0 auto;
    max-width: 1140px;
    min-width: 755px;
    overflow: hidden;
    width: 100%;
}

h1
{
    color: #fff;
    text-transform:uppercase;
}

input.buttonise
{
    color: #fff;
}

.buttonise
{
    background-color: #173F74;
    border: 1px solid #173F74;
    color:#fff !important;
    font-size:14px;
}

    .buttonise:hover,
    .buttons .checkin:hover,
    .buttons .checkout:hover
	{
		background-color: #7a7272;
        border: 1px solid #fff;
        color:#fff;
        font-size:14px;
	}

.buttonise, .buttons .checkinlink
{
    text-decoration:none;
    text-transform:uppercase;
    padding:13px 25px;
    font-size:14px;
}

a:link, a:active, a:visited
{
    color: #fff;
    text-decoration:underline;
}

.menu
{
    background-color:#fff;
    border-bottom:1px solid #9b9b9f;
    box-shadow:none;
}

.menu-list ul li a
{
    color: #173F74;
}

#slidingDiv img.clientLogo
{
    margin-top: 28px;
}

.people h2
{
    color: #fff;
}

.people div.name div.host-info
{
    color: #fff;
}

div.time-info
{
    color: #666;
}

p.comments
{
    color: #DFDFDF;
    font-size:1.3em;
}


.panel h1 span {
    color: rgba(255, 255, 255, 0.5);
}

.panel-options h2
{
	color: #fff;
}


h2.subhead
{
    color:#fff;
}

input[type="textarea"], input[type="text"], input[type="password"], input[type="search"], select, span.input, textarea
{
	border: 1px solid rgba(0, 0, 0, 0.3);
	color: #666;
	background-color: rgba(255, 255, 255, 0.8);
}


.buttons .checkin
{
    background-color: #173F74;
    border: 1px solid #173F74;
    color: #FFFFFF !important;
}

.buttons .checkout
{
    background-color: #fff;
    border: 1px solid #48A7E2;
    color: #74c4d6 !important;
}

.stats
{
    background-color:#efeeee;
}

    .stats h2
    {
        color:#9b9b9f;
    }
        .stats h2 span
        {
            color: #9b9b9f;
        }

ul.visitors li
{
    border-bottom:1px solid #ededed
}
