html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/*Index*/
#wrapper{
max-width: 1200px;
min-width: 600px;
overflow:hidden;
margin:0 auto;
}
.container{
position:relative;
}
.container h2{
outline:1px dashed #fff;
background-color:#33CCCC;
position:relative;
top:0;
text-align:center;
color:#fff;
padding: 15px 0;
margin:0 0 -8px 0;
font-size: 1.5em;
font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
z-index:2;
}
form {
padding: 10px 0;
overflow:hidden;
margin:0 15px 0 0;
}
form p{
margin:0 15px 0 0;
background-color:#FF7400;
display:inline-block;
padding: 5px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
}
form p label{
color:#fff;
}
table{
width:100%;
margin:5px 0 0 0;
position:relative;
}
table thead{
position:relative;
}
table td{
text-align:center;
color:#fff;
padding: 10px 5px;
font-size: 0.9em;
font-family: Georgia, "Times New Roman", Times, serif;
}
table tbody tr td:nth-child(odd){
background-color:#006363;
}
table tbody tr td:nth-child(even){
background-color:#1D7373;
}
table thead tr td:nth-child(odd){
background-color:#006363;
}
table thead tr td:nth-child(even){
background-color:#1D7373;
}
table thead tr:first-of-type{
position:relative;
top:0;
z-index:2;
}
table thead td{
text-align:center;
color:#fff;
padding: 10px 5px;
font-size: 0.9em;
font-family: Georgia, "Times New Roman", Times, serif;
}
table tbody tr td.width800odd{
background-color:#1D7373;
}
table tbody tr td.width800even{
background-color:#006363;
}
table tbody tr td.highlight{
background-color:#009999;
}
table thead tr td.width800odd{
background-color:#1D7373;
}
table thead tr td.width800even{
background-color:#006363;
}
table thead tr td.highlight{
background-color:#009999;
} |