/* Drop in box */
#dropinboxv2cover{
width: 190px; /*change width to desired*/
height: ;  /*change height to desired. REMOVE if you wish box to be content's natural height */
position:absolute; /*Don't change below 4 rules*/
z-index: 100;
overflow:hidden;
visibility: hidden;
}
#dropinboxv2{
width: 180px; /*change width to above width-20. */
height: ; /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
border: 1px solid black; /*Customize box appearance*/
background-color: lightyellow;
padding: 4px;
position:absolute; /*Don't change below 3 rules */
left: 0;
top: 0;
}
/* Drop in box END */
a {
color:#0000FF;
text-decoration:none;
text-transform:uppercase;
}
a:hover {
color:#990000;
text-decoration:none;
text-transform:uppercase;
}
body {
background-color:#3F392B;
color:#333333;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
margin-left:0px;
margin-top:0px;
}
#border_color_left {
background-color:#CCCCCC;
}
#border_color_right {
background-color:#666666;
}
.bottomcell {
border-width:1px 0px 0px 0px;
border-style:solid;
border-color:#333333;
padding:5px 10px 5px 10px;
text-align:center;
}
.bottomcell a {
color:#333333;
text-decoration:none;
text-transform:none;
}
.bottomcell a:hover {
color:#990000;
text-transform:none;
}
img {
border-color:#000000;
}
.logocell {
padding:10px 0px 10px 20px;
}
.logocell_weather {
float:right;
padding:30px 10px 0px 0px;
}
.mainphotos td {
vertical-align:top;
}
.mainphotoscell {
border-width:1px 0px 1px 0px;
border-style:solid;
border-color:#333333;
padding:3px 0px 3px 0px;
}
.maintable {
background-color:#FFFFFF;
width:720px;
line-height:16px;
}
.maincontentcell {
padding:30px;
}
.topcell {
border-width:0px 0px 1px 0px;
border-style:solid;
border-color:#333333;
padding:2px 10px 2px 30px;
text-align:right;
}
#top_row {
background-color:#CCCCCC;
border-width:0px;
padding:0px;
margin:0px;
}
#rightText {
text-align:right;
padding-right:5px;
}
.rightmaintable {
clear:none;
}
td {
vertical-align:top;
}
.topcell a {
color:#333333;
text-decoration:none;
text-transform:none;
}
.topcell a:hover {
color:#990000;
text-transform:none;
}
h1 {
color:#000033;
letter-spacing:2px;
font-size:13px;
text-transform:uppercase;
font-weight:normal;
font-family:Georgia, "Times New Roman", Times, serif;
margin-bottom:4px;
}
