#container {
|
|
background-color: #CEE3F6;
|
|
border: 2px solid navy;
|
|
}
|
|
|
|
a:hover {
|
|
color: navy;
|
|
}
|
|
|
|
#container #top {
|
|
background-color: #CEE3F6;
|
|
height: 140px;
|
|
}
|
|
|
|
#container #top h1 {
|
|
top: 30%;
|
|
color: navy;
|
|
}
|
|
|
|
#container #footer {
|
|
background-color: navy;
|
|
}
|
|
|
|
#container #menu {
|
|
background-image: url('images/button_beam.gif');
|
|
}
|
|
|
|
.navigation {
|
|
color: navy;
|
|
}
|
|
|
|
.row:last-child .tc1, .row:last-child .tc2, .row:last-child .tc3, .row:last-child .tc4 {
|
|
border-bottom: 1px solid #040074;
|
|
}
|
|
|
|
.rcol {
|
|
border: 1px solid #040074;
|
|
}
|
|
|
|
.tc1 {
|
|
border-left: 1px solid #040074;
|
|
}
|
|
|
|
.tc4 {
|
|
border-right: 1px solid #040074;
|
|
}
|
|
|
|
.hc1, .hc2, .hc3, .hc4 {
|
|
background-image: url('images/category_beam.gif');
|
|
border-top: 1px solid #040074;
|
|
}
|
|
|
|
.hc1 {
|
|
border-left: 1px solid #040074;
|
|
}
|
|
|
|
.hc4 {
|
|
border-right: 1px solid #040074;
|
|
}
|
|
|
|
.tab_desc {
|
|
color: blue;
|
|
}
|
|
|
|
input[type="button"], input[type="reset"], input[type="submit"] {
|
|
background-color: #C7E2FB;
|
|
border: 1px solid #AACAE8;
|
|
color: #204E7A;
|
|
}
|
|
|
|
input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
|
|
background-color: #e3effb;
|
|
}
|
|
|
|
.btn {
|
|
background-image: url('images/button_beam.gif');
|
|
}
|
|
|
|
.btn_small {
|
|
background-image: url('images/button_beam.gif');
|
|
}
|