body.regular {
    background-color: #F6F6F6;
    color: #7a7a7a
}

ul{
    list-style-type:none;
    padding:0px;
    margin:0px
}

#book-table tr {
    height: 43px;
    border-bottom: 1px solid #ccced1;
}

span {
    padding-top: 5px;
}

a:hover {
    color: #7a7a7a;
}

.headerNavOut {
	padding-top: 15px;
	height : 90px;
}

.headerNav {
    display: table;
    width: 100%;  
    text-align: center;
    padding-right: 5%;
    padding-left: 5%;
}

.headerNav span:active {
    color: #149DE7;
}

.headerNav span {
    padding-top: 4px;
    display: table-cell;
    vertical-align: middle;
    width:100px;
}

.identifierBar img {
    margin-left: 10px;
    margin-bottom: 2px;
}

.blue-mode {
    color: #149DE7;
}

.finder-circle {
    font-size: 12px;
    vertical-align: middle;
    color: #4A4A4A;
    padding-left: 30px;
}

.clientLeft-bob {
    float: left;
    font-size: 15px;
    font-weight: bold;
    padding-left: 10px;
    text-decoration: underline;
}

.clientRight-bob {
    float: right;
    padding-left: 10px;
}

#pop-out {
    float: left;
    font-size: 14px;
    text-decoration: underline;
    font-weight: bold;
}

#hidden-client-type, #hidden-appt-id, #hidden-client-id {
    display: none;
}

#book-table {
    width: 100%;
}
