2012-12-16 16:55:46 -05:00
|
|
|
* {
|
2012-12-16 17:21:33 -05:00
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
a {
|
2012-12-16 17:21:33 -05:00
|
|
|
color: #0000CC;
|
|
|
|
text-decoration: none;
|
|
|
|
font-size: 13px;
|
|
|
|
}
|
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
a:hover {
|
2012-12-16 17:21:33 -05:00
|
|
|
color: navy;
|
|
|
|
text-decoration: underline;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
a.tdheader {
|
2012-12-16 17:21:33 -05:00
|
|
|
color: #555;
|
|
|
|
text-decoration: none;
|
|
|
|
font-size: 13px;
|
|
|
|
}
|
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
a.tdheader:hover {
|
2012-12-16 17:21:33 -05:00
|
|
|
text-decoration: underline;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/*------------------------------------------------------------*
|
|
|
|
** Nav
|
|
|
|
**------------------------------------------------------------*/
|
|
|
|
|
|
|
|
#nav {
|
2012-12-16 17:21:33 -05:00
|
|
|
margin: 5px 5px 0px 5px;
|
|
|
|
padding: 0;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
#nav li {
|
2012-12-16 17:21:33 -05:00
|
|
|
list-style-type: none;
|
|
|
|
display: inline;
|
|
|
|
line-height: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#nav li a {
|
|
|
|
text-decoration: none;
|
|
|
|
color: #ddd;
|
|
|
|
background-color: #858F9E;
|
|
|
|
border-right: 4px solid #DFDFDF;
|
|
|
|
border-bottom: 0;
|
|
|
|
padding: 3px 8px;
|
|
|
|
font-size: 1em;
|
|
|
|
float: left;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
#nav li a:hover {
|
|
|
|
background-color: #6B7687;
|
|
|
|
}
|
|
|
|
|
|
|
|
#nav li a.on {
|
|
|
|
background-color: #49515C;
|
|
|
|
color: #C6C4C5;
|
|
|
|
}
|
2012-12-16 16:55:46 -05:00
|
|
|
|
|
|
|
body {
|
2012-12-16 17:21:33 -05:00
|
|
|
margin: 0px;
|
|
|
|
height: 100%;
|
|
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
|
|
color: #666666;
|
|
|
|
background-color: #DFDFDF;
|
|
|
|
font-size: 12px;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
#header img {
|
2012-12-16 17:21:33 -05:00
|
|
|
padding: 3px;
|
|
|
|
border: 0px;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
img.floatTL {
|
2012-12-16 17:21:33 -05:00
|
|
|
float: left;
|
|
|
|
margin-right: 7px;
|
|
|
|
margin-bottom: 3px;
|
|
|
|
margin-top: 2px;
|
|
|
|
margin-left: 10px;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
img.floatTR {
|
2012-12-16 17:21:33 -05:00
|
|
|
float: right;
|
|
|
|
margin-left: 7px;
|
|
|
|
margin-bottom: 3px;
|
|
|
|
margin-top: 2px;
|
|
|
|
margin-right: 10px;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
.clear {
|
2012-12-16 17:21:33 -05:00
|
|
|
clear: both;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
#wrapper {
|
2012-12-16 17:21:33 -05:00
|
|
|
position: relative;
|
|
|
|
width: 95%;
|
|
|
|
min-width: 950px;
|
|
|
|
margin: 0px auto 0px auto;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
#header {
|
2012-12-16 17:21:33 -05:00
|
|
|
border: 1px solid #ccc;
|
|
|
|
margin: 5px 5px 5px 5px;
|
|
|
|
height: 170px;
|
|
|
|
text-align: center;
|
|
|
|
border: 1px solid #999;
|
|
|
|
background: #dfdfdf url('header.png') top repeat-x;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
#lefthead {
|
2012-12-16 17:21:33 -05:00
|
|
|
float: left;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
#banner {
|
2012-12-16 17:21:33 -05:00
|
|
|
float: none;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
#righthead {
|
2012-12-16 17:21:33 -05:00
|
|
|
float: right;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
#leftcolumn {
|
2012-12-16 17:21:33 -05:00
|
|
|
margin: 0 5px 5px 5px;
|
|
|
|
width: 160px;
|
|
|
|
float: left;
|
|
|
|
border: 1px solid #999;
|
|
|
|
position: absolute;
|
|
|
|
top: 180px;
|
|
|
|
left: 0;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
#centercolumn {
|
2012-12-16 17:21:33 -05:00
|
|
|
border: 1px solid #999;
|
|
|
|
background-color: #CCC;
|
|
|
|
margin: 0 173px 0 173px;
|
|
|
|
padding: 0px 5px 5px 5px;
|
|
|
|
float: none;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
#rightcolumn {
|
2012-12-16 17:21:33 -05:00
|
|
|
margin: 0 5px 0 0;
|
|
|
|
width: 160px;
|
|
|
|
float: right;
|
|
|
|
border: 1px solid #999;
|
|
|
|
position: absolute;
|
|
|
|
top: 180px;
|
|
|
|
right: 0;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
#leftcolumn h3 {
|
2012-12-16 17:21:33 -05:00
|
|
|
background-color: #847ec8;
|
|
|
|
font-size: 1em;
|
|
|
|
padding-left: 7px;
|
|
|
|
padding-top: 2px;
|
|
|
|
padding-bottom: 2px;
|
|
|
|
color: #fff;
|
|
|
|
font-weight: bolder;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
#rightcolumn h3 {
|
2012-12-16 17:21:33 -05:00
|
|
|
background-color: #847ec8;
|
|
|
|
font-size: 1em;
|
|
|
|
padding-left: 7px;
|
|
|
|
padding-top: 2px;
|
|
|
|
padding-bottom: 2px;
|
|
|
|
color: #fff;
|
|
|
|
font-weight: bolder;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
|
|
|
|
2012-12-16 17:21:33 -05:00
|
|
|
table.spons caption {
|
|
|
|
background: url('goldbar.png') no-repeat;
|
|
|
|
width: 580px;
|
|
|
|
margin: auto;
|
|
|
|
padding-top: 20px;
|
|
|
|
padding-bottom: 20px;
|
|
|
|
font-size: 20px;
|
|
|
|
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
|
|
|
|
color: #555;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
|
|
|
table.spons {
|
|
|
|
width: 100%;
|
|
|
|
border-spacing: 0px;
|
|
|
|
border: 2px solid #d3ae14;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
|
|
|
|
2012-12-16 17:21:33 -05:00
|
|
|
table.spons tbody tr {
|
|
|
|
background: #ffdf50;
|
|
|
|
}
|
2012-12-16 16:55:46 -05:00
|
|
|
|
2012-12-16 17:21:33 -05:00
|
|
|
table.spons tbody tr td {
|
|
|
|
padding: 3px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2012-12-16 16:55:46 -05:00
|
|
|
|
2012-12-16 17:21:33 -05:00
|
|
|
table.spons thead, table.spons tfoot {
|
|
|
|
background: #eacc51;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
|
|
|
table.spons th, table.other th {
|
|
|
|
padding: 5px;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
|
|
|
table.spons .odd {
|
|
|
|
background: #fde786;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
|
|
|
table.spons tr:hover td {
|
|
|
|
background-color: #eacc51;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
|
|
|
table.other caption {
|
|
|
|
background: url('silverbar.png') no-repeat;
|
|
|
|
width: 580px;
|
|
|
|
margin: auto;
|
|
|
|
height: 66px;
|
|
|
|
padding-top: 20px;
|
|
|
|
padding-bottom: 20px;
|
|
|
|
font-size: 20px;
|
|
|
|
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
|
|
|
|
color: #555;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
|
|
|
table.other {
|
|
|
|
width: 100%;
|
|
|
|
border-spacing: 0px;
|
|
|
|
border: 2px solid #c0c0c0;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
|
|
|
table.other tbody tr {
|
|
|
|
background: #ebebeb;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
|
|
|
table.other tbody tr td {
|
|
|
|
padding: 3px;
|
|
|
|
text-align: center;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
|
|
|
|
2012-12-16 17:21:33 -05:00
|
|
|
table.other thead, table.other tfoot {
|
|
|
|
background: #d9d9d9;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
|
|
|
|
2012-12-16 17:21:33 -05:00
|
|
|
table.other th, table.other th {
|
|
|
|
padding: 5px;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
|
|
|
|
2012-12-16 17:21:33 -05:00
|
|
|
table.other .odd {
|
|
|
|
background: #FFF;
|
|
|
|
}
|
2012-12-16 16:55:46 -05:00
|
|
|
|
2012-12-16 17:21:33 -05:00
|
|
|
table.other tr:hover td {
|
|
|
|
background-color: #d9d9d9;
|
|
|
|
}
|
2012-12-16 16:55:46 -05:00
|
|
|
|
2012-12-16 17:21:33 -05:00
|
|
|
fieldset {
|
|
|
|
width: 100%;
|
|
|
|
border-spacing: 0px;
|
|
|
|
border: 0;
|
|
|
|
}
|
2012-12-16 16:55:46 -05:00
|
|
|
|
2012-12-16 17:21:33 -05:00
|
|
|
form {
|
|
|
|
width: 100%;
|
|
|
|
border-spacing: 0px;
|
|
|
|
border: 0;
|
|
|
|
}
|
2012-12-16 16:55:46 -05:00
|
|
|
|
|
|
|
form {
|
2012-12-16 17:21:33 -05:00
|
|
|
margin-top: 0;
|
|
|
|
width: 150px;
|
|
|
|
margin-left: 9px;
|
|
|
|
margin-right: 5px;
|
|
|
|
margin-bottom: 15px;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
form p {
|
2012-12-16 17:21:33 -05:00
|
|
|
padding-top: 10px;
|
|
|
|
padding-left: 5px;
|
|
|
|
padding-bottom: 5px;
|
|
|
|
color: #847ec8;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
.reg p {
|
2012-12-16 17:21:33 -05:00
|
|
|
padding-left: 5px;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
.textright1 h2 {
|
2012-12-16 17:21:33 -05:00
|
|
|
background-image: url(buttonyellow.jpg);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
margin-left: 10px;
|
|
|
|
font-size: 17px;
|
|
|
|
font-weight: lighter;
|
|
|
|
padding-left: 5px;
|
|
|
|
padding-top: 8px;
|
|
|
|
padding-bottom: 7px;
|
|
|
|
margin-top: 15px;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
.textright1 p, .textright2 p, .textright3 p, .textright4 p, .textright5 p {
|
2012-12-16 17:21:33 -05:00
|
|
|
margin-top: -4px;
|
|
|
|
margin-left: 11px;
|
|
|
|
margin-right: 10px;
|
|
|
|
border-left: 1px solid #ccc;
|
|
|
|
border-right: 1px solid #ccc;
|
|
|
|
padding-left: 3px;
|
|
|
|
padding-top: 5px;
|
|
|
|
padding-bottom: 5px;
|
|
|
|
border-bottom: 1px solid #ccc;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
.textright2 h2 {
|
2012-12-16 17:21:33 -05:00
|
|
|
background-image: url(buttongreen.jpg);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
margin-left: 10px;
|
|
|
|
font-size: 17px;
|
|
|
|
font-weight: lighter;
|
|
|
|
padding-left: 5px;
|
|
|
|
padding-top: 8px;
|
|
|
|
padding-bottom: 7px;
|
|
|
|
margin-top: 15px;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
.textright3 h2, .textright4 h2, .textright5 h2 {
|
2012-12-16 17:21:33 -05:00
|
|
|
background-image: url(buttonorange.jpg);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
margin-left: 10px;
|
|
|
|
font-size: 17px;
|
|
|
|
font-weight: lighter;
|
|
|
|
padding-left: 5px;
|
|
|
|
padding-top: 8px;
|
|
|
|
padding-bottom: 7px;
|
|
|
|
margin-top: 15px;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
caption {
|
2012-12-16 17:21:33 -05:00
|
|
|
text-align: center;
|
|
|
|
font-size: 20px;
|
|
|
|
font-weight: bold;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
/*
|
|
|
|
tbody th, tbody td, thead th, thead td {
|
|
|
|
vertical-align: top;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
*/
|
|
|
|
|
|
|
|
#footer {
|
2012-12-16 17:21:33 -05:00
|
|
|
margin-top: 5px;
|
|
|
|
display: inline;
|
|
|
|
float: left;
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
padding-top: 10px;
|
|
|
|
padding-bottom: 10px;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
#footer p {
|
2012-12-16 17:21:33 -05:00
|
|
|
color: #000000;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
#footer a {
|
2012-12-16 17:21:33 -05:00
|
|
|
color: #a8bcf6;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.searchbox {
|
2012-12-16 17:21:33 -05:00
|
|
|
float: right;
|
|
|
|
margin-top: -120px;
|
|
|
|
margin-right: 20px;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
.searchbox {
|
2012-12-16 17:21:33 -05:00
|
|
|
width: 127px;
|
|
|
|
height: 60px;
|
|
|
|
background: #847ec8;
|
|
|
|
color: #574a22;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
.searchbox form.form {
|
2012-12-16 17:21:33 -05:00
|
|
|
width: 127px;
|
|
|
|
height: 60px;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
.searchbox form.form .input {
|
2012-12-16 17:21:33 -05:00
|
|
|
width: 61px;
|
|
|
|
height: 16px;
|
|
|
|
color: #666;
|
|
|
|
border: none;
|
|
|
|
font: 10px Verdana, Arial, Helvetica, sans-serif;
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: center;
|
|
|
|
text-transform: uppercase;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
.searchbox input {
|
2012-12-16 17:21:33 -05:00
|
|
|
width: 104px;
|
|
|
|
height: 16px;
|
|
|
|
display: block;
|
|
|
|
background: #fff;
|
|
|
|
color: #000;
|
|
|
|
font: 11px Verdana, Arial, Helvetica, sans-serif;
|
|
|
|
margin: 14px 0 0 10px;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
.breakingnews {
|
2012-12-16 17:21:33 -05:00
|
|
|
width: 842px;
|
|
|
|
height: 20px;
|
|
|
|
border: 1px solid;
|
|
|
|
margin-top: -33px;
|
|
|
|
margin-left: 6px;
|
|
|
|
background-color: #ffffff;
|
|
|
|
padding-left: 3px;
|
|
|
|
padding-top: 5px;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
#boxes_I {
|
2012-12-16 17:21:33 -05:00
|
|
|
width: 500px;
|
|
|
|
margin-left: 10px;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
.box1 {
|
2012-12-16 17:21:33 -05:00
|
|
|
width: 240px;
|
|
|
|
float: left;
|
|
|
|
margin-top: 5px;
|
|
|
|
margin-right: 10px;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
.box1 img {
|
2012-12-16 17:21:33 -05:00
|
|
|
margin-top: 15px;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
.box1 h3 {
|
2012-12-16 17:21:33 -05:00
|
|
|
background-image: url(hbg1.gif);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
padding-top: 5px;
|
|
|
|
font-family: Times, "Times New Roman", serif;
|
|
|
|
font-weight: lighter;
|
|
|
|
color: #686b43;
|
|
|
|
font-size: 1.5em;
|
|
|
|
padding-bottom: 10px;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
.box1 h4 {
|
2012-12-16 17:21:33 -05:00
|
|
|
padding-right: 10px;
|
|
|
|
padding-top: 15px;
|
|
|
|
font-family: Times, "Times New Roman", serif;
|
|
|
|
color: #333;
|
|
|
|
font-weight: lighter;
|
|
|
|
font-weight: bolder;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
.box2 {
|
2012-12-16 17:21:33 -05:00
|
|
|
width: 240px;
|
|
|
|
float: right;
|
|
|
|
margin-top: 5px;
|
|
|
|
margin-right: 10px;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
.box2 h3 {
|
2012-12-16 17:21:33 -05:00
|
|
|
background-image: url(hbg1.gif);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
padding-top: 5px;
|
|
|
|
font-family: Times, "Times New Roman", serif;
|
|
|
|
font-weight: lighter;
|
|
|
|
color: #686b43;
|
|
|
|
font-size: 1.5em;
|
|
|
|
padding-bottom: 10px;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
.box2 h4 {
|
2012-12-16 17:21:33 -05:00
|
|
|
padding-right: 10px;
|
|
|
|
padding-top: 15px;
|
|
|
|
font-family: Times, "Times New Roman", serif;
|
|
|
|
color: #333;
|
|
|
|
font-weight: lighter;
|
|
|
|
font-weight: bolder;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
#threeboxes {
|
2012-12-16 17:21:33 -05:00
|
|
|
width: 480px;
|
|
|
|
position: relative;
|
|
|
|
margin: 15px auto 10px auto;
|
|
|
|
padding: 4px 0 0 5px;
|
|
|
|
border: 1px solid #ffe;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
.boxone {
|
2012-12-16 17:21:33 -05:00
|
|
|
width: 150px;
|
|
|
|
float: left;
|
|
|
|
margin: 0 7px 0 0;
|
|
|
|
color: #524201;
|
|
|
|
font: 11px Verdana, Arial, Helvetica, sans-serif;
|
|
|
|
border: 1px solid #fff;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
.boxone h2 {
|
2012-12-16 17:21:33 -05:00
|
|
|
color: #333;
|
|
|
|
font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
|
|
|
|
font-weight: bolder;
|
|
|
|
padding: 0 0 0 0;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
.boxone p {
|
2012-12-16 17:21:33 -05:00
|
|
|
padding: 0 0 0 0;
|
|
|
|
line-height: 12px;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
.boxone p.more {
|
2012-12-16 17:21:33 -05:00
|
|
|
width: 66px;
|
|
|
|
height: 18px;
|
|
|
|
padding: 10px 0 0 24px;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
.boxone p.more a {
|
2012-12-16 17:21:33 -05:00
|
|
|
width: 66px;
|
|
|
|
height: 18px;
|
|
|
|
display: block;
|
|
|
|
background: #7e9dc8;
|
|
|
|
color: #fff;
|
|
|
|
font: 11px Verdana, Arial, Helvetica, sans-serif;
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: center;
|
|
|
|
text-decoration: none;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
.boxtwo {
|
2012-12-16 17:21:33 -05:00
|
|
|
width: 150px;
|
|
|
|
color: #212121;
|
|
|
|
float: left;
|
|
|
|
margin: 0 7px 0 0;
|
|
|
|
font: 11px Verdana, Arial, Helvetica, sans-serif;
|
|
|
|
border: 1px solid #fff;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
.boxtwo h2 {
|
2012-12-16 17:21:33 -05:00
|
|
|
color: #333;
|
|
|
|
font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
|
|
|
|
font-weight: bolder;
|
|
|
|
padding: 0 0 0 0;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
.boxtwo p {
|
2012-12-16 17:21:33 -05:00
|
|
|
padding: 0 0 0 0;
|
|
|
|
line-height: 12px;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
.boxtwo p.more {
|
2012-12-16 17:21:33 -05:00
|
|
|
width: 66px;
|
|
|
|
height: 18px;
|
|
|
|
padding: 10px 0 0 24px;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
.boxtwo p.more a {
|
2012-12-16 17:21:33 -05:00
|
|
|
width: 66px;
|
|
|
|
height: 18px;
|
|
|
|
display: block;
|
|
|
|
background: #7e9dc8;
|
|
|
|
color: #fff;
|
|
|
|
font: 11px Verdana, Arial, Helvetica, sans-serif;
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: center;
|
|
|
|
text-decoration: none;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
.boxthree {
|
2012-12-16 17:21:33 -05:00
|
|
|
width: 150px;
|
|
|
|
color: #333;
|
|
|
|
float: left;
|
|
|
|
margin: 0 7px 0 0;
|
|
|
|
font: 11px Verdana, Arial, Helvetica, sans-serif;
|
|
|
|
border: 1px solid #fff;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
.boxthree h2 {
|
2012-12-16 17:21:33 -05:00
|
|
|
color: #333;
|
|
|
|
font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
|
|
|
|
font-weight: bolder;
|
|
|
|
padding: 0 0 0 0;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
.boxthree p {
|
2012-12-16 17:21:33 -05:00
|
|
|
padding: 0 0 0 0;
|
|
|
|
line-height: 12px;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
.boxthree p.more {
|
2012-12-16 17:21:33 -05:00
|
|
|
width: 66px;
|
|
|
|
height: 18px;
|
|
|
|
padding: 10px 0 0 24px;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
.boxthree p.more a {
|
2012-12-16 17:21:33 -05:00
|
|
|
width: 66px;
|
|
|
|
height: 18px;
|
|
|
|
display: block;
|
|
|
|
background: #7e9dc8;
|
|
|
|
color: #fff;
|
|
|
|
font: 11px Verdana, Arial, Helvetica, sans-serif;
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: center;
|
|
|
|
text-decoration: none;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
.onemorebox {
|
2012-12-16 17:21:33 -05:00
|
|
|
padding-top: 15px;
|
|
|
|
padding-bottom: 15px;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
.onemorebox h2 {
|
2012-12-16 17:21:33 -05:00
|
|
|
font-family: Times, "Times New Roman", serif;
|
|
|
|
font-size: 1.6em;
|
|
|
|
color: #7e9dc8;
|
|
|
|
padding-top: 10px;
|
|
|
|
margin-left: 10px;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
.onemorebox p {
|
2012-12-16 17:21:33 -05:00
|
|
|
margin-right: 10px;
|
|
|
|
text-align: justify;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.menuleft ul {
|
2012-12-16 17:21:33 -05:00
|
|
|
margin: 10px 0 0 0;
|
|
|
|
list-style-type: none;
|
|
|
|
margin-left: 5px;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
.menuleft ul li {
|
2012-12-16 17:21:33 -05:00
|
|
|
width: 155px;
|
|
|
|
height: 15px;
|
|
|
|
border-bottom: 1px dashed #868686;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
.menuleft ul li a {
|
2012-12-16 17:21:33 -05:00
|
|
|
display: block;
|
|
|
|
height: 12px;
|
|
|
|
background: url(arrow1.gif) no-repeat 0 50%;
|
|
|
|
color: #888f3d;
|
|
|
|
font: 400 11px Arial, Helvetica, sans-serif;
|
|
|
|
padding: 0 0 0 10px;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
.menuleft ul li a:hover {
|
2012-12-16 17:21:33 -05:00
|
|
|
background: url(arrow2.gif) no-repeat 0 50%;
|
|
|
|
text-decoration: none;
|
|
|
|
color: #7e9dc8;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
.menuleft ul li.last {
|
2012-12-16 17:21:33 -05:00
|
|
|
border: none;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
2012-12-16 17:21:33 -05:00
|
|
|
vertical-align: bottom;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.title {
|
2012-12-16 17:21:33 -05:00
|
|
|
font-weight: bold;
|
|
|
|
text-align: center;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
text-decoration: underline;
|
|
|
|
display: block;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.smf_edit {
|
2012-12-16 17:21:33 -05:00
|
|
|
background: #ebebeb;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
|
|
|
|
2012-12-26 17:50:06 -05:00
|
|
|
.online {
|
|
|
|
color: #00FF00;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
.offline {
|
2012-12-16 17:21:33 -05:00
|
|
|
color: #FF0000;
|
|
|
|
font-weight: bold;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
#postmodify {
|
|
|
|
margin: 0;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2012-12-16 17:21:33 -05:00
|
|
|
.black, .black a:link, .black a:visited {
|
|
|
|
color: black;
|
|
|
|
}
|
2012-12-16 16:55:46 -05:00
|
|
|
|
|
|
|
/* Following from SMF. */
|
|
|
|
|
|
|
|
/* No image should have a border when linked */
|
2012-12-16 17:21:33 -05:00
|
|
|
a img {
|
|
|
|
border: 0;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Input boxes - just a bit smaller than normal so they align well. */
|
2012-12-16 17:21:33 -05:00
|
|
|
input, textarea, button {
|
|
|
|
color: #000000;
|
|
|
|
font-family: verdana, sans-serif;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
|
|
|
input, button {
|
|
|
|
font-size: 90%;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
|
|
|
|
2012-12-16 17:21:33 -05:00
|
|
|
textarea {
|
|
|
|
font-size: 100%;
|
|
|
|
color: #000000;
|
|
|
|
font-family: verdana, sans-serif;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/* All input elements that are checkboxes or radio buttons. */
|
2012-12-16 17:21:33 -05:00
|
|
|
input.check {
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Selects are a bit smaller, because it makes them look even better 8). */
|
2012-12-16 17:21:33 -05:00
|
|
|
select {
|
|
|
|
font-size: 90%;
|
|
|
|
font-weight: normal;
|
|
|
|
color: #000000;
|
|
|
|
font-family: verdana, sans-serif;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Standard horizontal rule.. ([hr], etc.) */
|
2012-12-16 17:21:33 -05:00
|
|
|
hr, .hrcolor {
|
|
|
|
height: 1px;
|
|
|
|
border: 0;
|
|
|
|
color: #666666;
|
|
|
|
background-color: #666666;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
/* A quote, perhaps from another post. */
|
2012-12-16 17:21:33 -05:00
|
|
|
.quote {
|
|
|
|
color: #000000;
|
|
|
|
background-color: #D7DAEC;
|
|
|
|
border: 1px solid #000000;
|
|
|
|
margin: 1px;
|
|
|
|
padding: 1px;
|
|
|
|
font-size: x-small;
|
|
|
|
line-height: 1.4em;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/* A code block - maybe even PHP ;). */
|
2012-12-16 17:21:33 -05:00
|
|
|
.code {
|
|
|
|
color: #000000;
|
|
|
|
background-color: #dddddd;
|
|
|
|
font-family: "courier new", "times new roman", monospace;
|
|
|
|
font-size: x-small;
|
|
|
|
line-height: 1.3em;
|
|
|
|
/* Put a nice border around it. */
|
|
|
|
border: 1px solid #000000;
|
|
|
|
margin: 1px auto 1px auto;
|
|
|
|
padding: 1px;
|
|
|
|
width: 99%;
|
|
|
|
/* Don't wrap its contents, and show scrollbars. */
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: auto;
|
|
|
|
/* Stop after about 24 lines, and just show a scrollbar. */
|
|
|
|
max-height: 24em;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/* The "Quote:" and "Code:" header parts... */
|
2012-12-16 17:21:33 -05:00
|
|
|
.quoteheader, .codeheader {
|
|
|
|
color: #000000;
|
|
|
|
text-decoration: none;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: x-small;
|
|
|
|
line-height: 1.2em;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Generally, those [?] icons. This makes your cursor a help icon. */
|
2012-12-16 17:21:33 -05:00
|
|
|
.help {
|
|
|
|
cursor: help;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/* /me uses this a lot. (emote, try typing /me in a post.) */
|
2012-12-16 17:21:33 -05:00
|
|
|
.meaction {
|
|
|
|
color: red;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/* The main post box - this makes it as wide as possible. */
|
2012-12-16 17:21:33 -05:00
|
|
|
.editor {
|
|
|
|
width: 96%;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Highlighted text - such as search results. */
|
2012-12-16 17:21:33 -05:00
|
|
|
.highlight {
|
|
|
|
background-color: yellow;
|
|
|
|
font-weight: bold;
|
|
|
|
color: black;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Alternating backgrounds for posts, and several other sections of the forum. */
|
2012-12-16 17:21:33 -05:00
|
|
|
.windowbg, #preview_body {
|
|
|
|
color: #000000;
|
|
|
|
background-color: #ECEDF3;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
|
|
|
.windowbg2 {
|
|
|
|
color: #000000;
|
|
|
|
background-color: #F6F6F6;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
|
|
|
.windowbg3 {
|
|
|
|
color: #000000;
|
|
|
|
background-color: #E0E1E8;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
/* the today container in calendar */
|
2012-12-16 17:21:33 -05:00
|
|
|
.calendar_today {
|
|
|
|
background-color: #FFFFFF;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
|
2012-12-16 17:21:33 -05:00
|
|
|
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td {
|
|
|
|
color: black;
|
|
|
|
font-style: normal;
|
|
|
|
background: url(titlebg.jpg) #E9F0F6 repeat-x;
|
|
|
|
border-bottom: solid 1px #9BAEBF;
|
|
|
|
border-top: solid 1px #FFFFFF;
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 10px;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
|
|
|
.titlebg, .titlebg a:link, .titlebg a:visited {
|
|
|
|
font-weight: bold;
|
|
|
|
color: black;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
.titlebg a:hover {
|
|
|
|
color: #404040;
|
|
|
|
}
|
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
/* same as titlebg, but used where bold text is not needed */
|
2012-12-16 17:21:33 -05:00
|
|
|
.titlebg2 a:link, .titlebg2 a:visited {
|
|
|
|
color: black;
|
|
|
|
font-style: normal;
|
|
|
|
text-decoration: underline;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
|
|
|
|
2012-12-16 17:21:33 -05:00
|
|
|
.titlebg2 a:hover {
|
|
|
|
text-decoration: underline;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/* This is used for categories, page indexes, and several other areas in the forum.
|
|
|
|
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
|
2012-12-16 17:21:33 -05:00
|
|
|
.catbg, tr.catbg td, .catbg3, tr.catbg3 td {
|
|
|
|
background: url(catbg.jpg) #88A6C0 repeat-x;
|
|
|
|
color: #ffffff;
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.catbg2, tr.catbg2 td {
|
|
|
|
background: url(catbg2.jpg) #A1BFD9 repeat-x;
|
|
|
|
color: #ffffff;
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.catbg, .catbg2, .catbg3 {
|
|
|
|
border-bottom: solid 1px #375576;
|
|
|
|
}
|
|
|
|
|
|
|
|
.catbg, .catbg2 {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited {
|
|
|
|
font-size: 95%;
|
|
|
|
color: white;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.catbg a:link, .catbg a:visited, .catbg2 a:link, .catbg2 a:visited {
|
|
|
|
color: white;
|
|
|
|
text-decoration: none;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
|
|
|
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover {
|
|
|
|
color: #e0e0ff;
|
|
|
|
}
|
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
|
2012-12-16 17:21:33 -05:00
|
|
|
.bordercolor {
|
|
|
|
background-color: #ADADAD;
|
|
|
|
padding: 0px;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/* This is used on tables that should just have a border around them. */
|
2012-12-16 17:21:33 -05:00
|
|
|
.tborder {
|
|
|
|
padding: 1px;
|
|
|
|
border: 1px solid #696969;
|
|
|
|
background-color: #FFFFFF;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
|
2012-12-16 17:21:33 -05:00
|
|
|
.smalltext {
|
|
|
|
font-size: x-small;
|
|
|
|
font-family: verdana, sans-serif;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
|
|
|
.middletext {
|
|
|
|
font-size: 90%;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
|
|
|
.normaltext {
|
|
|
|
font-size: small;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
|
|
|
|
2012-12-16 17:21:33 -05:00
|
|
|
.largetext {
|
|
|
|
font-size: large;
|
|
|
|
}
|
2012-12-16 16:55:46 -05:00
|
|
|
|
|
|
|
/* Posts and personal messages displayed throughout the forum. */
|
2012-12-16 17:21:33 -05:00
|
|
|
.post, .personalmessage {
|
|
|
|
width: 100%;
|
|
|
|
line-height: 1.3em;
|
|
|
|
background: #ebebeb;
|
|
|
|
max-height: 486px;
|
|
|
|
overflow: auto;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
/* Sometimes there will be an error when you post */
|
2012-12-16 17:21:33 -05:00
|
|
|
.error {
|
|
|
|
color: red;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/* definitions for the main tab, active means the tab reflects which page is displayed */
|
2012-12-16 17:21:33 -05:00
|
|
|
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last {
|
|
|
|
color: white;
|
|
|
|
text-transform: uppercase;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
.maintab_back, .maintab_active_back {
|
|
|
|
color: white;
|
|
|
|
text-decoration: none;
|
|
|
|
font-size: 9px;
|
|
|
|
vertical-align: top;
|
|
|
|
padding: 2px 6px 6px 6px;
|
|
|
|
font-family: tahoma, sans-serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
.maintab_first {
|
|
|
|
background: url(maintab_first.gif) left bottom no-repeat;
|
|
|
|
width: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.maintab_back {
|
|
|
|
background: url(maintab_back.gif) left bottom repeat-x;
|
|
|
|
}
|
|
|
|
|
|
|
|
.maintab_last {
|
|
|
|
background: url(maintab_last.gif) left bottom no-repeat;
|
|
|
|
width: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.maintab_active_first {
|
|
|
|
background: url(maintab_active_first.gif) left bottom no-repeat;
|
|
|
|
width: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.maintab_active_back {
|
|
|
|
background: url(maintab_active_back.gif) left bottom repeat-x;
|
|
|
|
}
|
|
|
|
|
|
|
|
.maintab_active_last {
|
|
|
|
background: url(maintab_active_last.gif) left bottom no-repeat;
|
|
|
|
width: 8px;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/* how links behave in main tab. */
|
2012-12-16 17:21:33 -05:00
|
|
|
.maintab_back a:link, .maintab_back a:visited, .maintab_active_back a:link, .maintab_active_back a:visited {
|
|
|
|
color: white;
|
|
|
|
text-decoration: none;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
|
|
|
|
2012-12-16 17:21:33 -05:00
|
|
|
.maintab_back a:hover, .maintab_active_back a:hover {
|
|
|
|
color: #e0e0ff;
|
|
|
|
text-decoration: none;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
2012-12-16 17:21:33 -05:00
|
|
|
|
2012-12-16 16:55:46 -05:00
|
|
|
/* definitions for the mirror tab */
|
2012-12-16 17:21:33 -05:00
|
|
|
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last {
|
|
|
|
color: white;
|
|
|
|
text-transform: uppercase;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mirrortab_back, .mirrortab_active_back {
|
|
|
|
color: white;
|
|
|
|
text-decoration: none;
|
|
|
|
font-size: 9px;
|
|
|
|
vertical-align: bottom;
|
|
|
|
padding: 6px 6px 2px 6px;
|
|
|
|
font-family: tahoma, sans-serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mirrortab_first {
|
|
|
|
background: url(mirrortab_first.gif) no-repeat;
|
|
|
|
width: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mirrortab_back {
|
|
|
|
background: url(mirrortab_back.gif) repeat-x;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mirrortab_last {
|
|
|
|
background: url(mirrortab_last.gif) no-repeat;
|
|
|
|
width: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mirrortab_active_first {
|
|
|
|
background: url(mirrortab_active_first.gif) no-repeat;
|
|
|
|
width: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mirrortab_active_back {
|
|
|
|
background: url(mirrortab_active_back.gif) repeat-x;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mirrortab_active_last {
|
|
|
|
background: url(mirrortab_active_last.gif) no-repeat;
|
|
|
|
width: 8px;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/* how links behave in mirror tab. */
|
2012-12-16 17:21:33 -05:00
|
|
|
.mirrortab_back a:link, .mirrortab_back a:visited, .mirrortab_active_back a:link, .mirrortab_active_back a:visited {
|
|
|
|
color: white;
|
|
|
|
text-decoration: none;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
|
|
|
|
2012-12-16 17:21:33 -05:00
|
|
|
.mirrortab_back a:hover, .mirrortab_active_back a:hover {
|
|
|
|
color: #e0e0ff;
|
|
|
|
text-decoration: none;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/* The AJAX notifier */
|
2012-12-16 17:21:33 -05:00
|
|
|
#ajax_in_progress {
|
|
|
|
background: #32CD32;
|
|
|
|
color: white;
|
|
|
|
text-align: center;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 18pt;
|
|
|
|
padding: 3px;
|
|
|
|
width: 100%;
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
2012-12-16 16:55:46 -05:00
|
|
|
}
|