@import url("../Default/default.css");
body {
        background-color: #FFFFFF;
}

input, select, textarea, iframe {
        background: #E6F0FA;
}

.FilterInput {
        background: #E6F0FA;
        border: 1px inset;
        input:submit {border: 1px outset}        
}

.SearchInput {
        background: #E6F0FA;
        border: 1px inset;
        input:submit {border: 1px outset}        
}

.boxheader {
        background: #5f9fe6;
}
.boxbody {
        background: #e6f0fb;
}
.boxfooter {
        background: #5f9fe6;
}
a:hover {
        color: #000000;
}
a:active {
        color: #a4bad4;
}
.newsrow {
        background: #e6f0fb;
}
.newsbox {
        background: #e6f0fb;
}
.thumb_square {
        background: #e6f0fb;
}
.page_numbers {
        background: #5f9fe6;
        margin-right: 10px;
}
A.navlink:link, A.navlink:visited  {
        font-weight: bold;
}
A.navlink:hover {
        font-weight: bold;
}
.headerLogin {
        right: 30px; 
        top: 60px; 
}
.headerText{
        left: 350px;
        top: 120px;
        text-align: left;
}

/* .row1 and .row2 classes intended for tr, td, th elements only (hence the space)*/
table .row1{
        background-color: #E6F0FA;
}
table .row2{
        background-color: #D8E0F0;
}
