You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
284 lines
3.7 KiB
284 lines
3.7 KiB
body { |
|
background-color: #fff; |
|
margin: 0; |
|
padding: 0; |
|
} |
|
|
|
div { |
|
position: relative; |
|
} |
|
|
|
div#top-tr { |
|
background: #ccc url("images/top-r.png") no-repeat top right; |
|
margin: 0; |
|
padding: 0; |
|
} |
|
|
|
div#top-tl { |
|
background: url("images/top-l.png") no-repeat top left; |
|
margin: 0; |
|
padding: 0; |
|
} |
|
|
|
div#top-br { |
|
background: url("images/div-r.png") no-repeat bottom right; |
|
margin: 0; |
|
padding: 0; |
|
} |
|
|
|
div#top-bl { |
|
background: url("images/div-l.png") no-repeat bottom left; |
|
margin: 0; |
|
padding: 10px 180px 0 10px; |
|
} |
|
|
|
div#top-bl h1 { |
|
position: absolute; |
|
visibility: hidden; |
|
} |
|
|
|
div#top-bl h2 { |
|
color: #eee; |
|
font-size: 150%; |
|
margin: 6px 4px; |
|
padding: 0; |
|
} |
|
|
|
ul#menu { |
|
|
|
display: table; |
|
list-style-type: none; |
|
margin: 0; |
|
padding: 0; |
|
width: 100%; |
|
} |
|
|
|
ul#menu li { |
|
background: #999 url("images/tab-off-r.png") no-repeat top right; |
|
border-bottom: 1px solid #666; |
|
float: left; |
|
|
|
margin: 0 2px 0 0; |
|
padding: 0; |
|
} |
|
|
|
ul#menu li a { |
|
background: url("images/tab-off-l.png") no-repeat top left; |
|
|
|
color: #d8d8d8; |
|
display: block; |
|
font-weight: normal; |
|
margin: 0; |
|
min-width: 50px; |
|
padding: 2px 5px 1px; |
|
text-align: center; |
|
text-decoration: none; |
|
white-space: nowrap; |
|
|
|
width: 0.1em; |
|
} |
|
|
|
ul#menu li>a { |
|
width: auto; |
|
} |
|
|
|
ul#menu li a:hover { |
|
color: #fff; |
|
} |
|
|
|
ul#menu li.current { |
|
background-color: #fff; |
|
background-image: url("images/tab-on-r.png"); |
|
border-bottom-width: 0; |
|
} |
|
|
|
ul#menu li.current a { |
|
background-image: url("images/tab-on-l.png"); |
|
|
|
color: #666; |
|
padding-bottom: 2px; |
|
text-decoration: none; |
|
} |
|
|
|
ul#menu li.current a:hover { |
|
color: #666; |
|
} |
|
|
|
div#mid-r { |
|
background: #fff url("images/mid-r.png") repeat-y top right; |
|
margin: 0; |
|
padding: 0; |
|
} |
|
|
|
div#mid-l { |
|
background: url("images/mid-l.png") repeat-y top left; |
|
margin: 0; |
|
padding: 4px 10px; |
|
} |
|
|
|
div#bot-tr { |
|
background: url("images/div-r.png") no-repeat top right; |
|
margin: 0; |
|
padding: 0; |
|
} |
|
|
|
div#bot-tl { |
|
background: url("images/div-l.png") no-repeat top left; |
|
|
|
font-size: 8pt; |
|
margin: 0; |
|
padding: 2px 10px 10px; |
|
text-align: center; |
|
} |
|
|
|
div#bot-tl a { |
|
text-decoration: none; |
|
} |
|
|
|
div#bot-br { |
|
background: #ccc url("images/bot-r.png") no-repeat bottom right; |
|
margin: 0; |
|
padding: 0; |
|
} |
|
|
|
div#bot-bl { |
|
background: url("images/bot-l.png") no-repeat bottom left; |
|
margin: 0; |
|
padding: 0; |
|
} |
|
|
|
body, |
|
td, |
|
th { |
|
font-family: Verdana, Helvetica, Arial, sans-serif; |
|
font-size: 9pt; |
|
} |
|
|
|
table, |
|
td, |
|
th { |
|
border: 0; |
|
} |
|
|
|
tr { |
|
background-color: #ccc; |
|
} |
|
|
|
th { |
|
background-color: #d3dce3; |
|
font-weight: bold; |
|
text-align: center; |
|
} |
|
|
|
tr.controls { |
|
background-color: #999; |
|
} |
|
|
|
tr.odd { |
|
background-color: #c0c0c0; |
|
} |
|
|
|
tr.even { |
|
background-color: #d0d0d0; |
|
} |
|
|
|
tr.spacer { |
|
background-color: transparent; |
|
height: 10px; |
|
} |
|
|
|
td.green { |
|
background-color: #008000; |
|
} |
|
|
|
td.red { |
|
background-color: #f00; |
|
} |
|
|
|
input, |
|
select, |
|
textarea { |
|
border: 1px solid #333; |
|
font-family: verdana, sans-serif; |
|
font-size: 9pt; |
|
} |
|
|
|
input { |
|
padding: 1px 2px; |
|
} |
|
|
|
input.checkbox, |
|
input.radio { |
|
border: 0; |
|
margin: 1px 2px 0; |
|
padding: 0; |
|
} |
|
|
|
input.button { |
|
width: 100px; |
|
} |
|
|
|
input.paypal { |
|
border-width: 0; |
|
} |
|
|
|
.navigation { |
|
font-family: verdana, sans-serif; |
|
font-size: 8pt; |
|
padding-bottom: 5px; |
|
} |
|
|
|
.navigation a { |
|
color: #00f; |
|
} |
|
|
|
.navigation a:hover { |
|
background-color: #f0f0f0; |
|
color: #a00; |
|
} |
|
|
|
.footer { |
|
font-size: 8pt; |
|
text-align: center; |
|
} |
|
|
|
form { |
|
margin: 0; |
|
} |
|
|
|
tr.hide { |
|
display: none; |
|
} |
|
|
|
td.tabon { |
|
background: #438ec5; |
|
} |
|
|
|
td.taboff { |
|
background: #abc3d4; |
|
} |
|
|
|
select { |
|
margin-top: 5px; |
|
width: 99%; |
|
} |
|
|
|
textarea, |
|
input#return_value { |
|
width: 99%; |
|
} |
|
|
|
input.un-select { |
|
margin-top: 5px; |
|
width: 99%; |
|
} |
|
|
|
input.select { |
|
margin-top: 5px; |
|
width: 99%; |
|
} |
|
|
|
input.deselect { |
|
margin-top: 8px; |
|
width: 99%; |
|
}
|
|
|