193 lines
2.2 KiB
CSS
193 lines
2.2 KiB
CSS
@charset "utf-8";
|
|
|
|
/* CSS Document */
|
|
* {
|
|
font-family: Arial;
|
|
}
|
|
|
|
table {
|
|
width: 800px;
|
|
margin-bottom: 80px;
|
|
margin-left: 15px;
|
|
}
|
|
|
|
.red {
|
|
background-color: #8c0003;
|
|
}
|
|
|
|
.pale {
|
|
background-color: #fdf6e6;
|
|
}
|
|
|
|
.t1 {
|
|
height: 500px;
|
|
border-collapse: collapse;
|
|
border-spacing: 0px;
|
|
}
|
|
|
|
.t1 td {
|
|
border: 2px solid #999;
|
|
}
|
|
|
|
.t1_menu {
|
|
width: 200px;
|
|
}
|
|
|
|
.t1_l1 {
|
|
height: 100px;
|
|
}
|
|
|
|
.t1_l3 {
|
|
height: 50px;
|
|
}
|
|
|
|
.t2 {
|
|
height: 350px;
|
|
border-collapse: collapse;
|
|
border-spacing: 0px;
|
|
}
|
|
|
|
.t2 td {
|
|
border: 2px solid #999;
|
|
}
|
|
|
|
.t2_l1 {
|
|
height: 80px;
|
|
}
|
|
|
|
.t2_l2 {
|
|
height: 50px;
|
|
}
|
|
|
|
.t3 {
|
|
height: 350px;
|
|
border-collapse: collapse;
|
|
border-spacing: 0px;
|
|
}
|
|
|
|
.t3 td {
|
|
border: 2px solid #999;
|
|
}
|
|
|
|
.t3_c1 {
|
|
width: 250px;
|
|
}
|
|
|
|
.t3_l1 {
|
|
height: 100px;
|
|
}
|
|
|
|
.t4 {
|
|
height: 350px;
|
|
border-collapse: collapse;
|
|
border-spacing: 0px;
|
|
}
|
|
|
|
.t4 td {
|
|
border: 2px solid #999;
|
|
}
|
|
|
|
.t4_l1 {
|
|
height: 75px;
|
|
}
|
|
|
|
.t4_l3 {
|
|
height: 50px;
|
|
}
|
|
|
|
.t4_menu {
|
|
width: 200px;
|
|
}
|
|
|
|
.t6_int_t {
|
|
width: 550px;
|
|
height: 200px;
|
|
margin-left: 25px;
|
|
margin-bottom: 0px;
|
|
border-collapse: collapse;
|
|
border-spacing: 0px;
|
|
}
|
|
|
|
.t6_int_t td {
|
|
border: 2px solid #999;
|
|
}
|
|
|
|
.t6_int_left {
|
|
width: 150px;
|
|
}
|
|
|
|
.t7 {
|
|
height: 260px;
|
|
border-collapse: separate;
|
|
border-spacing: 10px;
|
|
border: 2px solid #e4e4e4;
|
|
}
|
|
|
|
.t7 caption {
|
|
color: #6f7a5d;
|
|
text-align: right;
|
|
}
|
|
|
|
.t7 td {
|
|
border: 2px solid #e4e4e4;
|
|
vertical-align: top;
|
|
padding-left: 5px;
|
|
}
|
|
|
|
.t7_l1 {
|
|
height: 75px;
|
|
background-color: #e4e4e4;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.t7_l1 td{
|
|
padding-top: 10px;
|
|
}
|
|
|
|
.t7_l3 {
|
|
height: 50px;
|
|
}
|
|
|
|
.t8 {
|
|
border-collapse: separate;
|
|
border-spacing: 4px;
|
|
border: 2px solid black;
|
|
background-color: #E9E9E9;
|
|
}
|
|
|
|
.t8 td {
|
|
border: 2px solid black;
|
|
}
|
|
|
|
.t9 {
|
|
border-collapse: collapse;
|
|
border-spacing: 0px;
|
|
height: 165px;
|
|
}
|
|
|
|
.t9 td {
|
|
text-align: center;
|
|
}
|
|
|
|
.t9_l1 {
|
|
border-top: 2px solid black;
|
|
height: 35px;
|
|
}
|
|
|
|
.t9_l2 {
|
|
height: 35px;
|
|
}
|
|
|
|
.t9_l3 {
|
|
border-top: 1px solid black;
|
|
}
|
|
|
|
.t9_l4 {
|
|
border-top: 1px solid black;
|
|
}
|
|
|
|
.t9_l5 {
|
|
border-top: 1px solid black;
|
|
border-bottom: 2px solid black;
|
|
}
|