#container {
|
|
background-color: lightgray;
|
|
border: 2px solid #551c1c;
|
|
}
|
|
|
|
a:hover {
|
|
color: #551c1c;
|
|
}
|
|
|
|
#container #top {
|
|
background-color: lightgray;
|
|
height: 70px;
|
|
}
|
|
|
|
#container #top h1 {
|
|
top: 0%;
|
|
color: #551c1c;
|
|
}
|
|
|
|
#container #footer {
|
|
background-color: #551c1c;
|
|
}
|
|
|
|
#container #menu {
|
|
background-image: url('images/button_beam.gif');
|
|
}
|
|
|
|
.navigation {
|
|
color: #551c1c;
|
|
}
|
|
|
|
.row:last-child .tc1, .row:last-child .tc2, .row:last-child .tc3, .row:last-child .tc4 {
|
|
border-bottom: 1px solid #551c1c;
|
|
}
|
|
|
|
.rcol {
|
|
border: 1px solid #551c1c;
|
|
}
|
|
|
|
.tc1 {
|
|
border-left: 1px solid #551c1c;
|
|
}
|
|
|
|
.tc4 {
|
|
border-right: 1px solid #551c1c;
|
|
}
|
|
|
|
.hc1, .hc2, .hc3, .hc4 {
|
|
background-image: url('images/category_beam.gif');
|
|
border-top: 1px solid #551c1c;
|
|
}
|
|
|
|
.hc1 {
|
|
border-left: 1px solid #551c1c;
|
|
}
|
|
|
|
.hc4 {
|
|
border-right: 1px solid #551c1c;
|
|
}
|
|
|
|
.tab_desc {
|
|
color: #551c1c;
|
|
}
|
|
|
|
input[type="button"], input[type="reset"], input[type="submit"] {
|
|
background-color: #f8e3e3;
|
|
border: 1px solid #f8d6d6;
|
|
color: #A30000;
|
|
}
|
|
|
|
input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
|
|
background-color: #f8f1f1;
|
|
}
|
|
|
|
.btn {
|
|
background-image: url('images/button_beam.gif');
|
|
}
|
|
|
|
.btn_small {
|
|
background-image: url('images/button_beam.gif');
|
|
}
|