/* Main page */

div#catalogsearch {

}

div.catalogDescription {
    width: 65%;
}

div.catalogLinks {
    width: 30%;
}

/* Catalog Query Page */

#spatialSearch {

}

#targetTabs {
    width: 100%;
}

#targetList {
    height: auto;
}

#targetResults {
    height: 150px;
    overflow-y: scroll
}

#targetResults .targets {
    border: 1px solid #CCCCCC;
    clear: both;
    font-size: 0.9em;
}

#radiusDiv {

}

#columns {

}

#paramSearch {
    width: 700px;

}

#columnSelect {
    width: 300px;
    padding-left: 15px;
}

#columnSelect columns {
    padding-top: 20px;
}

#export {

}

#queryParameters .ui-state-active {
    background: #ccc;
}

#queryParameters .ui-button-text {
    line-height: 0;
}

/* Query Results page */
div#results {
    padding: 20px;
}

div#exportResults {
    padding: 20px;
}

table.data {
    width: 150px;
    overflow: hidden;
}

div#exportResults .ui-state-active {
    background: #ccc;
}

div#exportResults .ui-button-text {
    line-height: 0;
}

/* metadata pages */

div#showcatalog {

}

div#cataloglist {
    width: 95%;
    overflow-x: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

div#editcatalog {

}

div#catalog {
}

table.metadata {
    font-size: 0.9em;
    max-width: 95%;
    width: 100%;
}

table.metadata td.name {
    width: 200px;
    font-weight: bold;
}

table.metadata td.value {
    width: 500px;
}

table.fields tr.editcol {
    cursor: pointer;
}

table.fields tr.editcol:hover {
    background-color: #b2d1ff;
}

table.fields tr.editcat {
    cursor: pointer;
}

table.fields tr.editcat:hover {
    background-color: #b2d1ff;
}

.spinner {
    background: url(../images/spinner.gif) 8px 50% no-repeat;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}

/* MESSAGES AND ERRORS */
.message {
    background: #f3f8fc url(../images/skin/information.png) 8px 50% no-repeat;
    border: 1px solid #b2d1ff;
    color: #006dba;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}

div.techerror {
    background-image: url(../images/skin/exclamation.png);
    background-color: #fff3f3;
    background-repeat: no-repeat;
    background-position: left;

    border: 1px solid red;
    color: #cc0000;
    margin: 10px 0 5px 0;
    padding: 5px 0 5px 0;
    padding-left: 30px;
    font-size: 12px;
}

div.title {
    margin: 5px 5px 5px 200px;
    padding: 10px;
}

div.box {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #CCCCCC;
    margin: 10px 10px 10px 200px;
    padding: 10px;
}

div.errorsmargined {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff3f3;
    border: 1px solid red;
    color: #cc0000;
    margin: 10px 10px 10px 200px;
    padding: 10px;
    max-width: 87.5%;
}

div.errorsmargined ul {
    list-style: none;
    padding: 0;
}

div.errorsmargined li {
    background: url(../images/skin/exclamation.png) 8px 0% no-repeat;
    line-height: 16px;
    padding-left: 30px;
}

div.errors {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff3f3;
    border: 1px solid red;
    color: #cc0000;
    margin: 10px 10px 10px 10px;
    padding: 10px;
    max-width: 87.5%;
    font-weight: bold;
    font-size: large;
}

div.errors ul {
    list-style: none;
    padding: 0;
}

div.errors li {
    background: url(../images/skin/exclamation.png) 8px 0% no-repeat;
    line-height: 16px;
    padding-left: 30px;
}

td.errors select {
    border: 1px solid red;
}

td.errors input {
    border: 1px solid red;
}

td.box {
    border: 1px solid #CCC;
    -webkit-border-radius: 5px;
}

/* General display of properties in a table */

table.props {
    border: 1px solid #ccc;
    clear: left; /* because can get 'caught' on reset column order button if is 2 rows */
}

table.props .name {
    width: 15%;
    padding: 0.5em 0.5em;
    font-weight: bold;

}

table.props .value {
    margin-left: 20px;
    width: 50%;
    padding: 0.3em 0.3em;
}

table.queryParameters {
    margin-top: 5px;
    margin-bottom: 5px;
    border: none;
    font-size: 0.9em;
    border: 1px solid #CCCCCC;
}

table.queryParameters th {
    color: #fff;
    background: #003366;
    margin: 5px;
    padding: 0.1em 0.2em;
}

/* search buttons */

input.searchButton {
    background-image: url('../images/search.png');
    background-position: center;
    background-color: #FFFFFF;
    border: none;
    cursor: pointer;
    margin: 1px 0;
    width: 120px;
    height: 120px;
}

input.searchButton:hover {
    background-image: url('../images/search.png');
    border: none;
    color: #fff;
}
