a{color:#235a7d ;}
#header {
    height: auto !important;
}

#header-title h1 {
    font-family: 'Abel',sans-serif;
    text-transform: none;
    word-spacing: 0px;
    margin: 20px 0 10px 0;
    font-size: 3.2em;
    color: #fff;
}

#header-title h2 {
    font-family: 'Abel',sans-serif;
    text-transform: none;
    word-spacing: 0px;
    margin: 0px 0 10px 0;
    font-size: 1.2em;
    color: #fff;
}

#main_inner h4 {
    font-size: 1.2em;
    padding-bottom: 5px;
    margin-top: 0.95em;
    font-weight: 600;
    border-bottom: 1px dotted #2d718e;
}
.quicklinks ul {
    padding: 0;
    list-style: none;
}

.quicklinks ul li {
    padding: 5px 0px;
    border-bottom: 1px solid #ccc;
}

.quicklinks ul li a {
    color: #01708c;
}
.quicklinks ul li a:hover {text-decoration: none;}

#adminLef td, #adminLef th {
    padding: 7px;
}

#search-header {
    display: inline-block;
    width: 300px;
    position: absolute;
    right: 10px;
    top: 20px;
}

.ofdPathText {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.dialogButton:hover, .dialogButton:focus, .dialogButton:active{
    background: #004759;
    border-color: #001e26;
}

.dialogButton:hover, .dialogButton:focus {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.dialogButton {
    display: inline-block;
    padding: 6px 12px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    color:white;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
	border-radius: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
	background: #00708c;
    border-color: #004759;
}