/**this is only for the salef.php page.
    main.css is 1014 lines
    this is 294 lines long**/
@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);

html {
    height: 100%
}

img {
    vertical-align: middle;
}

/* ==========================================================================
   Author custom styles
   ========================================================================== */
/*KATJA  * * * * * * Main page template * * * * * ** * KATJA*/

/*KATJA  * * * * * * Headerbar * * * * * ** * KATJA */

#topnav {
    background-image: linear-gradient(bottom, rgb(88, 132, 179) 9%, rgb(61, 101, 138) 55%, rgb(16, 67, 115) 78%);
    background-image: -o-linear-gradient(bottom, rgb(88, 132, 179) 9%, rgb(61, 101, 138) 55%, rgb(16, 67, 115) 78%);
    background-image: -moz-linear-gradient(bottom, rgb(88, 132, 179) 9%, rgb(61, 101, 138) 55%, rgb(16, 67, 115) 78%);
    background-image: -webkit-linear-gradient(bottom, rgb(88, 132, 179) 9%, rgb(61, 101, 138) 55%, rgb(16, 67, 115) 78%);
    background-image: -ms-linear-gradient(bottom, rgb(88, 132, 179) 9%, rgb(61, 101, 138) 55%, rgb(16, 67, 115) 78%);

    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0.09, rgb(88, 132, 179)),
            color-stop(0.55, rgb(61, 101, 138)),
            color-stop(0.78, rgb(16, 67, 115))
    );
}

#topnav li {
    display: inline;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    font-size: 28px;
    font-weight: bold;
    margin: 0 20px;
    padding: 0;
    list-style: none;
    width: 100%;
}

.r {
    display: block;
    float: right;
}

#topnav ul {
    margin: 0 20px;
    padding: 0 0;
}

#topnav li {
    color: #e0a665;
    text-decoration: none;

}

/*following line creates hover over header links*/
a:hover {
    color: #e0a665;
    text-decoration: none;
    border-bottom: 1px solid #e0a665;
}

a:active {
    color: #e0a665;
    text-decoration: none;
    border-bottom: 1px solid #e0a665;
}

/*set selection color*/
::selection {
    background-color: rgba(47, 113, 157, 0.2);
}

::-moz-selection {
    background-color: rgba(47, 113, 157, 0.2);
}

/* katja * * * * * * small styling of paragraphs, links, headers etc*/
a {
    color: #5cb0d4;
    padding-bottom: 2px;
}

th, #head, .head, h1, h2, h3, h4 {
    font-family: 'Cantata One Serif', Georgia, serif;
}

p, td, tr {
    font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
}

p {
    margin-top: 1px;
    margin-bottom: 1px
}

body {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 50%, from(#aec8e7), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #aec8e7, #dce9f9);
    background-image: -moz-linear-gradient(top, #aec8e7, #dce9f9);
    background-image: -ms-linear-gradient(top, #aec8e7, #dce9f9);
    background-image: -o-linear-gradient(top, #aec8e7, #dce9f9);
    margin: 0 auto;
    padding: 0;
    height: 100%;
}

/*KATJA  * * * * * * Main page template * * * * * ** * KATJA*/
/*background page*/
div.maincontainer0 {
    width: 985px;
    min-height: 100%;
    margin: 0 auto;
    overflow: auto;
    clear: both;
    display: block;
    border-left: 1px solid #595959;
    border-right: 1px solid #595959;
    background: #ffffff;
    box-shadow: 0 9px 0 0 white, 0 -9px 0 0 white, 12px 0 15px -4px rgba(31, 73, 125, 0.8), -12px 0 15px -4px rgba(31, 73, 125, 0.8);
    -moz-box-shadow: 0 9px 0 0 white, 0 -9px 0 0 white, 12px 0 15px -4px rgba(31, 73, 125, 0.8), -12px 0 15px -4px rgba(31, 73, 125, 0.8);
}

div.maincontainer {
    width: 978px;
    min-height: 100%;
    margin: 0 auto;
    overflow: auto;
    clear: both;
    display: block;
    height: auto !important;
}

/*first table underneath tabs containing search navi*/
#headtable {
    margin-top: 5px;
    width: 100%;
    background-color: #afd5fc;
    border: 2px solid #254260;
    text-align: left;
    height: 25px;
    font-size: 16px;
    padding: 2px 2px 2px 2px;
    font-weight: bold;
}

#headtable td {
    color: #a66815;
}

#headtable th {
    text-transform: uppercase;
    background: #3084d8;
    color: #b1b1b1;
}

/*#headtable tr:hover td {*/
/*background-color:;*/
/*}*/

#headtable td.highlight {
    background: #666;
}

div.maincontainer0B {
    width: 1250px;
    min-height: 100%;
    margin: 0 auto;
    overflow: auto;
    clear: both;
    display: block;
    border-left: 1px solid #595959;
    border-right: 1px solid #595959;
    background: #ffffff;
    box-shadow: 0 9px 0 0 white, 0 -9px 0 0 white, 12px 0 15px -4px rgba(31, 73, 125, 0.8), -12px 0 15px -4px rgba(31, 73, 125, 0.8);
    -moz-box-shadow: 0 9px 0 0 white, 0 -9px 0 0 white, 12px 0 15px -4px rgba(31, 73, 125, 0.8), -12px 0 15px -4px rgba(31, 73, 125, 0.8);
}

div.maincontainerB {
    width: 1243px;
    min-height: 100%;
    margin: 0 auto;
    overflow: auto;
    clear: both;
    display: block;
    height: auto !important;
}

#topnav2 {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

#topnav2 ul {
    display: inline;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    font-size: 28px;
    font-weight: bold;
    margin: 0 20px;
    padding: 0;
    list-style: none;
    width: 100%;
}

#topnav2 li {
    display: inline;
}

#topnav2 a {
    display: inline-block;
    padding: 10px;
}

#search {
    width: 60%;
    margin: 0 auto;
}

label[for=subOperator], label[for=subOperator1], label[for=subOperator2] {
    line-height: 35px;
}

#sub1, #sub2, #sub3 {
    margin-top: 3%;
}

#sub0, #sub1, #sub2, #sub3 {
    text-align: center;
    background-color: #f7f5f5;
    padding: 1%;
    border-radius: 10px;
}

#button {
    margin: 2% auto 0 auto;
    text-align: center;
}

thead, tfoot {
    background-color: #b3d4fc;
    color: #2e6e9e;
    font-size: 12px;
}

#cama {
    font-size: 12px;
    text-align: center;
}

h2 {
    margin-left: 5%;
}

#camatable, #instructions {
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 5%;
}

/******** datatables ******************/
div.dt-top-container {
    display: grid;
    grid-template-columns: auto auto auto;
}

div.dt-center-in-div {
    margin: 0 auto;
}

div.dt-filter-spacer {
    margin: 10px 0;
}
/******** datatables ******************/

#submit, #reset {
    background-color: transparent;
    border-top: 1px solid #abbbcc;
    border-left: 1px solid #a7b6c7;
    border-bottom: solid #a1afbf;
    border-right: 1px solid #a7b6c7;
    border-radius: 12px;
    color: #2e6e9e;
    font: normal 11px/1 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    padding: 6px 0 7px 0;
    text-align: center;
    text-shadow: 0 1px 1px #fff;
    width: 150px;
}

#submit:hover, #reset:hover {
    background-color: #d7e5f5;
}
