.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font,   img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot,    thead, tr, th, td {
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

ul, ol, ul li, ol li {
    list-style: none outside none;
}

html, body {
    background: none repeat scroll 0 0 #efefef;
    color: #333333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 100%;
    width: 100%;
}

strong {
    font-weight: bold;
}

#wrapper {
    padding: 0px;
}

#pageLock {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    cursor: wait;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    display: none;
}

#pageLockMessage {
    background-color: #CCCCCC;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    width: 30%
}

#pageLockMessageText {
    font-size: 1.1em;
    padding-left: 15px;
}

#noscriptContainer {
    background-color: #f2d1d1;
    color: #FF0000;
    padding: 5px;
    margin-top: -1px;
    text-align: center;
}

#noscriptContainer h2 {
    font-size: 1.3em;
    font-weight: bold;
}

a, a:visited {
    color: #2D5D8A;
    font-weight: bold;
    text-decoration: none;
}

a:hover, a:active {
    color: #000000;
    text-decoration: underline;
}

input {
    font-family: inherit;
}

/*
 * ============================================================================
 * = Header
 * ============================================================================
 */

#header {
    margin: 0;
    height: 72px;
    width: 100%;
    background: #000000 url("../images/header.jpg") top left no-repeat;
}

#usgsLogo {
    float: left;
    margin: 0;
    padding: 0;
    background-color: #000000;
    height: 72px;
}

#usgsLogo a, #usgsLogo img {
    border: 0;
}

#headerGradientLeft {
    float: left;
    background: transparent url("../images/gradient-left.png") top left repeat-y;
    width: 100px;
    height: 72px;
}

#headerGradientRight {
    float: right;
    background: transparent url("../images/gradient-right.png") top right repeat-y;
    width: 100px;
    height: 72px;
}

#usgsInfo {
    float: right;
    height: 62px;
    background-color: #000000;
    color: #ffffff;
    font-size: 13px;
    font-family: Verdana, Arial, sans-serif;
    line-height: 16px;
    text-align: left;
    padding: 10px 12px 0 6px;
}

#usgsInfo a {
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
}

#usgsInfo a:hover {
    text-decoration: underline;
}

.accessible{
    position: absolute;
    top: -3em;
    background-color: #000;
    color: #fff;
    padding: 0.5em 0.75em;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
}

.accessible:focus{
    top: 0;
    text-decoration: none;
    color: #fff;
}

/*
 * ============================================================================
 * = Footer
 * ============================================================================
 */

#footer {
    margin-bottom: 80px;
    text-align: left;
}

#usgsfooter {
    font-family: Arial, Verdana, sans-serif;
    font-size: small;
    clear: both;
    margin: 0;
}

#usgsfooterbar {
    padding: 4px;
    margin: 0;
    background-color: #666666;
}
#usgsfooterbar a:link, #usgsfooterbar a:visited, #usgsfooterbar a:active {
    margin-right: 40px;
    text-decoration: none;
    color: #ffffff;
}

#usgsfooterbar a:hover {
    text-decoration: underline;
}

#usgsfootertext {
    font: 72%/1.6em Verdana, Arial;
    margin: 0;
    padding: 4px;
    color: #000000;
}

#usgsfootertext img {
    border: none;
    float: right;
    margin-right: 5px;
}




#titleBar {
    background-color: #000000;
    color: #ffffff;
    font-size: 15px;
    font-family: Verdana, Arial, sans-serif;
    font-weight: bold;
    margin: 1px 0;
    padding: 6px;
    text-align: left;
}

#titleBar > div {
    display: table-cell;
}

#titleBar > .applicationName {
    width: 100%;
}

#navigation {
    display: block;
    padding: 0;
    list-style: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    font-weight: normal;
    background-color: #000000;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.45);
}
#navigation li {
    float: left;
    display: block;
    /*padding: 2px 0 2px 2px;*/
}

#navigation li.right {
    float: right;
    /*padding: 2px 2px 2px 0;*/
}

#navigation li a {
    display: block;
    color: #ffffff;
    outline: medium none currentColor;
    text-align: center;
    text-decoration: none;
    padding: 8px 10px;
    border: 2px solid transparent;
    /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);*/
}

#navigation li a:hover {
    background: #333;
    border-color: transparent transparent #0398ca;
    /*background: #547322;
    border-color: #9bbf60;*/
    /*background: #9bbf60;
    border-color: #a7d957;*/
}

#navigation li a:active {
}

#content {
    overflow: hidden;
}

.container {
    display: block;
    margin: 24px auto;
    text-align: left;
    background: #f8f8f8;
    background: linear-gradient(to bottom, #fefefe, #f3f3f3);
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.35);
    padding: 12px;
}

.info-box {
    display: block;
    margin: 0 0 12px 0;
    text-align: left;
    background: #f8f8f8;
    background: linear-gradient(to bottom, #fefefe, #f3f3f3);
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.35);
    padding: 12px;
}

.info-dialog {
    text-align: left;
}

.container h1, .info-box h1, .info-dialog h1 {
    display: block;
    font-family: serif;
    font-size: 24px;
    font-style: italic;
    padding: 2px 4px;
    margin: 0 0 8px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.345);
    border-bottom: 1px solid #000000;
}

.info-box h2 {
    color: #2D5D8A;
    display: block;
    float: left;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 8px 0;
    text-decoration: underline;
    width: 100%;
}

.info-box h2:first-child {
    margin: 0 0 8px;
}

.container td, .info-box td, .info-dialog td {
    padding: 2px 4px;
}

.container .label, .info-box .label, .info-dialog .label {
    font-weight: bold;
    text-align: right;
}

.container .value, .info-box .value, .info-dialog .value {
    text-align: left;
}

h1.pageTitle {
    text-align: left;
    margin: 12px 4px 6px;
    padding: 2px 4px;
    color: #2D5D8A;
    border-bottom: 1px solid #2D5D8A;
    font-size: 22px;
    font-weight: bold;
    line-height: 24px;
}

#errorDialog, #messageDialog {
    text-align: center;
}

#errorDialog .errorContent, #messageDialog .messageContent {
    padding: 5px;
}

#errorDialog .errorHeader {
    color: #aa0000;
    margin-bottom: 5px;
}

#fatalErrorContainer {
    background-color: #eecccc;
    border: 1px solid #aa0000;
    border-radius: 5px;
    box-shadow: 2px 2px 4px rgba(170, 0, 0, 0.3);
    padding: 5px;
    margin: 10px auto;
    text-align: center;
    width: 600px;
}

.userMessage {
    border: 1px solid #2d5d8a;
    background-color: #fefefe;
    color: #000000;
    display: block;
    font-size: 14px;
    margin: 0 auto;
    padding: 12px;
    text-align: center;
    width: 646px;
}

.warningMessage {
    background-color: #fef1ec;
    border: 1px solid #ff0000;
    color: #ff0000;
    display: block;
    font-size: 14px;
    margin: 0 auto 12px auto;
    text-align: left;
    width: 100%;
}

.warningMessage p {
    padding: 8px 12px;
}

.pageMessage {
    font-size: 1.2em;
    margin: 2.0em auto;
}

/*
 * ============================================================================
 * = Map & Controls
 * ============================================================================
 */
a:link, a:visited {
    color: #0398CA;
}

.button {
    background: linear-gradient(#f5f5f5, #cfd1cf);
    border: 1px solid #999;
    border-radius: 2px;
    box-shadow: 0 1px 0 #fff inset;
    color: #474747;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    padding: 6px 12px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    text-transform: uppercase;
}

.button:hover {
    background: linear-gradient(#0396fc, #0276c9);
    border-color: #0267b0 #0267b0 #025896;
    box-shadow: none;
    color: #fff;
    text-shadow: 0 1px 0 #025896;
}

.button:disabled:hover {
    background: linear-gradient(#f5f5f5, #cfd1cf);
    border: 1px solid #999;
    box-shadow: 0 1px 0 #fff inset;
    color: #474747;
    cursor: default;
    text-shadow: 0 1px 0 #fff;
}

#debugPanel {
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    display: block;
    padding: 4px 6px;
    position: absolute;
    right: 46px;
    text-align: center;
    top: 40px;
    z-index: 999;
}

#mapWrapper {
    position: relative;
    width: 100%;
}

#map {
    background: #000;
    height: 660px;
}

#mapControls {
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    display: block;
    position: absolute;
    right: 46px;
    top: 10px;
    z-index: 1000;
}

#controlSet {
    font-size: 0.8em;
    position: relative;
}

#controlSet > a {
    border-right: 1px solid #ccc;
    color: inherit;
    cursor: default;
    display: table-cell;
    padding: 4px 6px;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 11px;
}

#controlSet > a.clickable {
    cursor: pointer;
}

#controlSet > a.clickable:hover {
    background: #f4f4f4;
}

#controlSet > a:last-of-type{
    border-right-color: transparent;
}

#controlSet .coordinatesInfo {
    width: 140px;
}

#controlSet .zoomInfo {
    width: 45px;
}

#mapControlsMenu {
    background: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    display: block;
    list-style: outside none none;
    margin: 2px 2px 0 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: left;
}

#jumpToControlsMenu {
    background: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    display: block;
    list-style: outside none none;
    margin: 2px 2px 0 0;
    padding: 0;
    position: absolute;
    right: 50px;
    text-align: left;
}

#jumpToControlsToggle, #mapControlsToggle {
    width: 25px !important;
}

#mapControlsMenu li a, #jumpToControlsMenu li a {
    cursor: pointer;
    display: block;
    padding: 6px 10px;
}

#mapControlsMenu li a:hover, #jumpToControlsMenu li a:hover {
    background: #f4f4f4;
}

#mapControlsMenu li:not(:last-of-type), #jumpToControlsMenu li:not(:last-of-type) {
    border-bottom: 1px solid #dedede;
}

#controls {
    background: rgba(255, 255, 255, 0.65);
    bottom: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.65);
    left: 0;
    position: absolute;
    top: 0;
    width: 400px;
    z-index: 1001;
}

#controls .dataSetSelector .option {
    display: table-row;
}

#controls .dataSetSelector .option > * {
    display: table-cell;
    height: 18px;
    padding: 0 4px;
    vertical-align: middle;
}

#mapWrapper > .buttonPanel {
    z-index: 500;
}

#controls > .buttonPanel, #mapWrapper > .buttonPanel {
    left: 0;
    margin: 10px;
    position: absolute;
    top: 0;
}

#controls > .buttonPanel.left, #mapWrapper > .buttonPanel.left {
    text-align: left;
}

#controls > .buttonPanel.right, #mapWrapper > .buttonPanel.right {
    text-align: right;
}

#controls > .buttonPanel .button, #mapWrapper > .buttonPanel .button {
    height: 32px;
    padding: 0 12px;
    vertical-align: middle;
}

#controlsHeading {
    font-size: 1.2em;
    font-weight: bold;
    padding: 5px;
}

#controls .scrollPanel {
    border-color: #ccc;
    border-style: solid;
    border-width: 1px 0 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 25px;
}

#controls .controlGroup {
    border-color: #b2b2b2 #b2b2b2 #999999;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    margin: 10px;
    overflow: hidden;
    text-align: left;
}

#controls .controlGroup .header {
    background: linear-gradient(#f5f5f5, #cfd1cf);
    border-color: #999999;
    border-style: none none solid;
    border-width: 0 0 1px;
    box-shadow: 0 1px 0 #fff inset;
    color: #474747;
    font-size: 14px;
    font-weight: bold;
    padding: 0.4em 1em;
    position: relative;
    text-shadow: 0 1px 0 #fff;
}

#controls .controlGroup .header .title {
    float: left;
    margin: 0.1em 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
}

#controls .controlGroup .header .toggle {
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin: -10px 0 0;
    overflow: visible;
    padding: 1px;
    position: absolute;
    right: 0.3em;
    text-align: center;
    top: 50%;
    vertical-align: middle;
    width: 20px;
}

#controls .controlGroup .controlPanel {
    background: #fff;
    overflow: auto;
    padding: 10px 10px 0;
}

/* This applies the padding to the bottom of the .controlPanel element since browsers
 * don't properly render margins/padding on a scrollable object.
 */
#controls .controlGroup .controls:after {
    content: "";
    display: block;
    height: 10px;
    width: 100%;
}

#controls .controlGroup .buttonGroup {
    background: linear-gradient(#ebebeb, #cfd1cf);
    border-color: #bfbfbf;
    border-style: solid none none;
    border-width: 1px 0 0;
    box-shadow: 0 1px 0 #fff inset;
    margin: 0;
    padding: 6px;
    text-align: right;
    text-decoration: none;
    vertical-align: baseline;
    white-space: nowrap;
}

#controls .controlGroup .buttonGroup .button {
    background: rgba(0, 0, 0, 0) linear-gradient(#fff, #e4e4e4) repeat scroll 0 0;
    border-color: #b6b6b6 #b6b6b6 #999;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.15) inset;
    color: #555;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    padding: 6px 8px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
}

#controls .controlGroup .searchBar {
    background-color: #ffffff;
    border-bottom: 1px solid #cccccc;
    padding: 5px;
}

#controls .controlGroup .searchBar input{
    border: none;
    width: 100%;
}

#controls .controlGroup .searchFilter .filter,
.datasetMetadataFilter .filter {
    background: #e4e4e4;
    border: 1px solid #bbb;
    display: block;
    padding: 10px;
    position: relative;
}

#controls .controlGroup .searchFilter .filter:not(:first-child),
.datasetMetadataFilter .filter:not(:first-child) {
    margin: 6px 0 0;
}

#controls .controlGroup .searchFilter .filter .field,
.datasetMetadataFilter .filter .field {
    font-weight: bold;
    padding-bottom: 4px;
}

#controls .controlGroup .searchFilter .filter .errors,
.datasetMetadataFilter .filter .errors {
    color: #ff0000;
    padding-top: 4px;
}

#controls .controlGroup .searchFilter .filter .errors li,
.datasetMetadataFilter .filter .errors li {
    list-style: inside disc;
}

#controls .controlGroup .dataSetSelector {
    max-height: 200px;
}

#controls .controlGroup .searchFilter {
    max-height: 200px;
}

#dataSetControl .controlPanel {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

.template {
    display: none;
}

/*
 * ============================================================================
 * = Icon Set
 * ============================================================================
 */
div.iconSet{
    background-color: #CCCCCC;
    border-radius: 5px;
    padding: 5px;
}

div.iconSet i{
    border-right: 1px solid #666666;
    padding: 0 7px;
}

div.iconSet i:hover{
    color: #2d5d8a;
}

div.iconSet i:last-of-type{
    border-right-color: transparent;
}

div.iconSet i.fa{
    cursor: pointer;
}


/*
 * ============================================================================
 * = Forms
 * ============================================================================
 */
.form {
    width: 320px;
}

.form .element {
    display: block;
    margin: 6px 0;
    line-height: 20px;
}

.form .element:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.form .element label {
    float: left;
    font-weight: bold;
    width: 80px;
    text-align: right;
}

.form .element input[type="text"], .form .element input[type="password"] {
    float: right;
    width: 230px;
}

.form .errorContainer {
    clear: both;
    display: block;
    margin-top: 6px;
    border: 1px solid #ff0000;
    background-color: #fef1ec;
    color: #ff0000;
    padding: 4px 0;
}

.form .errorContainer ul {

}

.form .errorContainer ul li {
    list-style: disc inside;
    padding: 4px 6px;
    margin-left: 4px;
    line-height: 100%;
}

/*
 * ============================================================================
 * = Search
 * ============================================================================
 */
.info-box .buttons {
    margin-top: 8px;
}

.button:disabled {
    opacity: 0.65;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    filter: alpha(opacity=65);
}

.button::-moz-focus-inner {
    border: 0;
}

#errorContainer {
    width: 646px;
    margin: 0 auto;
    font-size: 14px;
    display: block;
    border: 1px solid #ff0000;
    background-color: #fef1ec;
    color: #ff0000;
    padding: 8px 12px;
    text-align: left;
}

#errorContainer h1 {
    font-weight: bold;
}

#errorContainer ul li {
    list-style: inside disc;
    margin-left: 8px;
    line-height: 160%;
}

/*
 * ============================================================================
 * = Results Table
 * ============================================================================
 */
table.results, table.summary {
    width: 100%;
    font-size: 12px;
    border-collapse: separate;
    border-spacing: 1px;
    color: #000000;
    margin: 0 auto;
}

table.results td {
    padding: 4px 8px;
}

table.results th {
    background: #326696;
    background: linear-gradient(to bottom, #3a78b1, #326696);
    border: 1px solid #2D5D8A;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);
    padding: 0;
    cursor: pointer;
}

table.results th:hover, table.results th.selected {
    background: #111111;
    background: linear-gradient(to bottom, #333333, #111111);
    border-color: #444444;
}

table.results th a {
    text-decoration: none;
    color: #ffffff;
    display: block;
    padding: 8px 6px;
}

table.results th a img {
    vertical-align: top;
}

table.results tr:nth-child(odd) td, table.summary tr:nth-child(odd) td {
    background-color: #c5daed;
    border: 1px solid #91aec7;
}

table.results tr:nth-child(even) td, table.summary tr:nth-child(even) td {
    background-color: #fefefe;
    border: 1px solid #c9c9c9;
}

table .number, table .date, table .total {
    text-align: right;
}

table .string {
    text-align: left;
}

table.summary th {
    padding: 4px;
}

table.summary td {
    padding: 2px 4px;
}

table.summary th {
    background: #326696;
    border: 1px solid #2d5d8a;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.65);
}


/*
 * ============================================================================
 * = Pagination Control
 * ============================================================================
 */
.paginationControl {
    margin: 24px auto;
    display: block;
}

.paginationControl span, .paginationControl a {
    padding: 8px 12px;
    margin: 0 1px;
    background: #326696;
    background: linear-gradient(to bottom, #3a78b1, #326696);
    border: 1px solid #2D5D8A;
    border-radius: 2px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
    cursor: pointer;
    text-decoration: none;
}

.paginationControl a:hover, .paginationControl a.selected {
    background: #111111;
    background: linear-gradient(to bottom, #333333, #111111);
    border-color: #444444;
}

.paginationControl .disabled {
    opacity: 0.5;
    cursor: default;
}


/*
 * ============================================================================
 * = Dialogs
 * ============================================================================
 */
.dialog {
    display: none;
    min-height: 0 !important;
}

.dialog-text {
    margin: 12px auto;
    line-height: 140%;
}

.dialog-buttons {
    margin-bottom: 12px;
}

.dialog-buttons .button {
    margin: 0 2px;
    min-width: 50px;
}

.dialogInputContainer {
    margin: 5px 0;
}

.dialogInputContainer label {
    display: block;
}

.dialogInputContainer input {
    width: 100%;
}

.notification:not(:last-of-type) {
    border-bottom: 1px solid #ccc;
    margin: 0 0 10px;
    padding: 0 0 10px;
}

.notification .title {
    font-weight: bold;
}

.notification.severe .title {
    color: #cc0000;
}

.notification .description {
}

#modeDialogOverlay {
    align-items: center;
    background: rgba(0, 0, 0, 0.35) none repeat scroll 0 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1001;
}

#modeDialogOverlay .modeDialog {
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    font-size: 1.25em;
    letter-spacing: 0.05em;
    padding: 24px 36px;
    text-shadow: 0 1px 0 #000;
    text-transform: uppercase;
}

#loadingDialogTable {
    font-size: 1.2em;
}

#loadingDialogTable td {
    padding: 8px 10px;
    white-space: nowrap;
}

#loadingDialogTable .status {
    max-width: 334px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    width: 100%;
}

#loadingDialogTable .error .status {
    color: #b42211;
}

#loadingDialogTable .errorMessages td {
    border-top: 1px solid #cccccc;
    color: #b42211;
    line-height: 1.2em;
    padding: 8px 10px;
    white-space: normal;
    word-wrap: break-word;
}

/*
 * ============================================================================
 * = jQuery-UI Overrides
 * ============================================================================
 */
.ui-widget {
    font-family: inherit;
    font-size: inherit;
}

.ui-widget-overlay {
    background: #000000;
    opacity: 0.5;
    z-index: 1005;
}

.ui-widget-content {
    background: #ffffff;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: inherit;
}

.ui-dialog {
    border-color: #b2b2b2 #b2b2b2 #999999;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
    font-family: inherit;
    font-size: inherit;
    padding: 0;
    z-index: 1006;
}

.ui-dialog-titlebar {
    background: linear-gradient(#f5f5f5, #cfd1cf);
    border: 0 none;
    border-bottom: 1px solid #999999;
    border-radius: 0;
    box-shadow: 0 1px 0 #ffffff inset;
    color: #474747;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 10px;
    text-shadow: 0 1px 0 #ffffff;
}

.ui-dialog-titlebar .ui-dialog-titlebar-close {
    background: transparent;
    border: 0 none;
}

.ui-dialog-title {
    margin: 0;
    text-align: left;
}

.ui-dialog .ui-dialog-content {
    font-size: 14px;
    padding: 10px;
}

.ui-dialog .ui-dialog-buttonpane {
    background: linear-gradient(#ebebeb, #cfd1cf);
    box-shadow: 0 1px 0 #fff inset;
    border: 0 none;
    border-top: 1px solid #bfbfbf;
    margin: 0;
    padding: 2px;
    text-decoration: none;
    vertical-align: baseline;
    white-space: nowrap;
}

.ui-dialog .ui-dialog-buttonpane button {
    background: linear-gradient(#fff, #e4e4e4);
    border: 1px solid #b6b6b6;
    border-bottom: 1px solid #999;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.15) inset;
    color: #555;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    line-height: 20px;
    margin: 5px 5px 5px 0;
    padding: 3px 10px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    text-transform: uppercase;
    vertical-align: middle;
}

.ui-dialog .ui-dialog-buttonpane button:hover, #controls .controlGroup .buttonGroup .button:hover {
    background: linear-gradient(#0396fc, #0276c9);
    border-color: #0267b0 #0267b0 #025896;
    color: #fff;
    text-shadow: 0 1px 0 #025896;
}

.ui-button-text-only .ui-button-text {
    line-height: 20px;
    padding: 0 12px;
}

.ui-accordion-content a {
    color: #08c;
}

.ui-accordion-content a:hover {
    color: #005580;
}

/* Override the jquery-ui css setting for '.ui-widget button' */
.ui-widget button {
    font-size: 12px;
}

/* CSS for error dialog header */
.ui-dialog-error  {
    border-color: #c9302c;
    box-shadow: 0 0 5px rgba(190, 0, 0, 0.75);   
}

.ui-dialog-error .ui-dialog-titlebar {
    border-color: #aa0000;
    color: #830000;
}

/* CSS for an empty dialog for things like file upload status */
.ui-dialog-empty {
    border-radius: 4px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
}

.ui-dialog-empty .ui-dialog-titlebar {
    display: none;
}

.ui-dialog-empty .ui-dialog-content {
    min-height: 20px !important;
    padding: 0;
}

.ui-buttonset .ui-state-active {
    background: linear-gradient(#0396fc, #0276c9);
    border-color: #0267b0 #0267b0 #025896;
    color: #fff;
    text-shadow: 0 1px 0 #025896;
}

.ui-dialog-titlebar .ui-dialog-titlebar-buttonpane a {
    background: transparent;
    border: 0 none;
}

/*
 * ============================================================================
 * = Homepage Left and Right Pane
 * ============================================================================
 */

#landingPageContainer {
    margin: 10px auto 0 auto; 
    min-width: 500px; 
    width: 80%;
}

#landingPageContainer h2 {
    font-size: 2.0em;
    font-weight: bold;
    margin: 5px 0;
}

#launchApplicationContainer {
    margin-bottom: 10px;
}

#leftPanel {
    float: left; 
    width: 60%;
}

#leftPanel p {
    margin: 10px 0;
}

#newFeatureContainer ul li {
    list-style: disc inside;
}

#rightPanel {
    float: left; 
    width: 35%;
}

#rightPanel .boxContainer {
    background-color: #CCCCCC;
    border: 1px solid #000000;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
    margin: 10px 0;
    width: 90%;
}

#rightPanel .boxContainer .boxHeader {
    background: linear-gradient(#f5f5f5, #cfd1cf);
    border-bottom: 1px solid #000000;
    color: #333333;
    font-size: 1.2em;
    font-weight: bold;
    padding: 5px;
    text-align: center;
}

#rightPanel .boxContainer .boxContent {
    padding: 5px;
}    

#viewerFeatures {
    margin-left: 25px;
}

#viewerFeatures li {
    list-style: disc inside;
}

/*
 * ============================================================================
 * = Expiration Clock
 * ============================================================================
 */

.expirationClock > div {
    display: table-cell;
    padding: 0 4px;
    vertical-align: middle;
}

.expirationClock {
    font-size: 12px;
    white-space: nowrap;
}

.sessionExpirationIcon {
    cursor: pointer;
}