@charset "utf-8";
/* CSS Document */
/*
  *
  *@author Florian Sommer
  *@version $Revision: 1.3 $
  *
 */
/* * This is a theme for the high quality writing sites* */
@media screen {
/* ***general*** */
body {
    color:#000000;
    background-color:#dbd3c1;
    background-image:url(../pix/HQWI/gradient-hqwi_khaki.png);
    background-repeat:repeat-x;
    text-align:center;
}
/* *dropdown navigation link color* */
#nav li ul a:hover {
    color:#0053a0;
}
#nav li ul li:hover {
    list-style:url(../pix/listStyles/arrow-blue.gif);
}
#search .searchField {
    border:1px solid #0257a7;
}
#regionNavi .selectbox {
    border:1px solid #0257a7;
}
/* sidebar inputs */
.sidebarLeft input {
    border:1px solid #0257a7;
}
/* * content link color* */
#content a:link, #content a:hover {
    color:#00275d;
}
#content a:visited {
    color:#0a58a7;
}
/* * left sidebar navigation* */
.sidebarLeft .firstNavLayer a:link, .sidebarLeft .secondNavLayer a:link, .sidebarLeft .thirdNavLayer a:link {
    color:#000000;
}
.sidebarLeft .firstNavLayer a:hover, .sidebarLeft .secondNavLayer a:hover, .sidebarLeft .thirdNavLayer a:hover {
    color:#00275d;
    text-decoration:none;
}
.sidebarLeft .firstNavLayer a:active, .sidebarLeft .secondNavLayer a:active, .sidebarLeft .thirdNavLayer a:active {
    color:#0053a0;
}
.sidebarLeft .firstNavLayer a:visited, .sidebarLeft .secondNavLayer a:visited, .sidebarLeft .thirdNavLayer a:visited {
    color:#505050;
}
.sidebarLeft a:link, .sidebarLeft a:active {
    color:#00275d;
    font-size:11px;
    font-weight:bold;
}
.sidebarLeft a:hover {
    text-decoration:underline;
}
.sidebarLeft a:visited {
    color:#0A58A7;
    font-size:11px;
    font-weight:bold;
}
.sidebarLeft a.selected {
    color:#00275d;
    font-size:11px;
    font-weight:bold;
}
}
