/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/
@import url("../css/thefishers/bootstrap.min.css");
@import url("../css/thefishers/font-awesome.min.css");
@import url("../css/thefishers/animate.min.css");
@import url("../css/thefishers/lightbox.css");
@import url("../css/thefishers/syntax/shCore.css");
@import url("../css/thefishers/syntax/shThemeDefault.css");

@import url("../css/thefishers/style.css");
@import url("../css/thefishers/color-niceblue.css");
@import url("../css/thefishers/width-full.css");

input[type="button"], input[type="submit"], input[type="reset"], button, .btn {
    box-shadow: none;    
    -o-box-shadow: none;    
    -moz-box-shadow: none;    
    -webkit-box-shadow: none;    
}

/*dark aqua for the table field names*/
.fieldnameback {
    background-color: #008cba;
}

/*grey for the table data names*/
.databack {
    background-color: #f7f7f7;
}

/*admin left menu*/
.sideback {
    background-color: #333333;
}
/*end admin left menu*/


/*quick search menu form*/
.slidedown {
    border-radius: 0px;
    margin-top: 0px;
    /*background: #CCE8F1;*/
}

/*dark aqua for the bars in places like on surnames.php */
.bar {
    background-color: #008cba;
}

/*aqua for the links*/
a:link, a:visited, a:active, a:hover, div.icons a {
    color: #428bca;
    text-decoration: none;
}

/*light aqua button links like on surnames.php */
.snlink {
    background-color: #CCE8F1;
}

a.snlink:hover, .snlinkact, .adminnav .snlinkact {
    background-color: #008cba;
    color: #ffffff;
}

/*grey link color for the print button in the header*/
#print-smicon {
    color: #666666;
}

a#print-smicon:hover {
    color: #008cba;
}

#bmk-smicon {
    color: #666666;
}

a#bmk-smicon:hover {
    color: #008cba;
}

/*tab colors*/
#tngnav a:hover {
    background: #008cba;
    color: #ffffff;
}

#tngnav a {
    background: #CCE8F1;
}

#tngnav a.here {
    background: #008cba;
    color: #ffffff;
}

.surnames-cloud, .surnames-cloud a:hover {
    color: #333333;
}

/*lightbox changes*/
.LB_window {
    background-color: #f7f7f7;
}

.databack {
    border-right: 0px;
    border-bottom: 0px;
}

.LB_window {
    border-color: #333333;
}

.LB_closeAjaxWindow {
    background-color: #333333;
}
/*end lightbox changes*/
