/* Blueprint Overrides
*-------------------------------------------------------------------------------------------------------------------------*/

label {
    display: block;
}

input.text, input.title, textarea, select {
    background: #f6f6f6;
}

.box {
    background: #fff;
    border: 1px solid #ddd;
}

hr {
    height: 1px;
}

.prepend-top-small {
    margin-top: .5em;
}

.append-bottom-small {
    margin-bottom: .5em;
}

/*h1, h2, h3, h4, h5, h6 {
    font-family: Helvetiker;
}*/

.toolbar .small {
    margin: 0
}

/* Buttons
*-------------------------------------------------------------------------------------------------------------------------*/

.buttons {
    padding: 10px 0 10px 0;
}

.box .buttons {
    margin: 0 0 -15px 20px;
}

/* Form Classes
*-------------------------------------------------------------------------------------------------------------------------*/
.form {
    padding-left: 20px;
}

.form label {
    display: inline;
    float: left;
    line-height: 27px;
    margin-right: 15px;
    text-align: right;
    width: 150px;
}

.formWide label {
    display: inline;
    float: left;
    line-height: 27px;
    margin-right: 15px;
    text-align: right;
    width: 250px;
}

.row {
    display: block;
    width:100%;
}

.row:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

input.checkbox {
    padding: 5px;
    background: #f6f6f6;
    border: 1px solid #BBBBBB;
    margin: 0.5em 0;
}

.readOnly {
    float: none;
    display: inline;
    line-height: 27px;
}

.form .readOnly {
    float: left;
}

/* YUI Container Override
*-------------------------------------------------------------------------------------------------------------------------*/

.yui-skin-sam .yui-panel .bd, .yui-skin-sam .yui-panel .ft {
    background-color: #FFFFFF;
}

#tabContainer .space {
    background-color: transparent;
}

.secondary-nav {
    text-align:left;
    height: 22px;
    padding: 5px 5px 0;
    background-color: #FFFFFF;
    margin: -.25em -.5em;
    border-bottom:1px solid #ccc;
}

/* table styles
*-------------------------------------------------------------------------------------------------------------------------*/

/* This class is used for data tables */
table.data, table.data td, table.data th {
    border-collapse: collapse;
    border: 1px solid #ccc;
}

/* Overriding default blueprint table styles to remove margins, borders and padding. This style is used for forms. */
table.form, table.form td, table.form th {
    padding: 0;
    border: 0;
    margin: 0;
}

/* resets text field width to auto instead of 300px (blueprint default) when input element is inside table with class="form" */
table.form input.text {
    width: auto;
}

table.data tr.odd {
    background: #FFFFFF;
}

table.data tr.even {
    background: #E5ECF9;
}

table.legend {
    width: 200px;
    border-collapse: collapse;
    border: 1px solid #ccc;
}

table.legend th, table.legend td {
    background: #FFFFFF;
    padding: 5px;
    border-collapse: collapse;
    border: 1px solid #ccc;
}

table.legend td {
    text-align: right;
}

.legend .total {
    font-weight: bold;
    border-top: 2px solid #000;
}

/* misc styles
*-------------------------------------------------------------------------------------------------------------------------*/

#searchBox {
    width: 120px;
}

.securityBox {
    height: 295px;
}

/* utility classes
*-------------------------------------------------------------------------------------------------------------------------*/

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.noborder {
    border: none;
}

.nomargin {
    margin: 0;
}

/* Display Tag
*-------------------------------------------------------------------------------------------------------------------------*/

span.pagebanner {
    display: block;
    margin-top: 0;
    padding: 2px 4px 2px 0;
    width: 100%;
}

.exportlinks {
    margin-top: 10px;
    margin-bottom: 25px;
}

span.pagelinks {
    display: block;
    margin-bottom: 5px;
    margin-top: -18px;
    padding: 2px 0 2px 0;
    text-align: right;
    width: 100%;
}

/* Google Maps
*-------------------------------------------------------------------------------------------------------------------------*/

#map {
    width: 100%;
    height: 400px;
}

.redtext {
    color: red;
}