/* GLOBALS */
body {
margin: 0 auto;
background-color: #000000;
background-image: url(../_images/bgtile.gif);
background-repeat: repeat-x;
text-align: center;
}

body,td {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #ababab;
}

a {
text-decoration: none;
color: #ffffff;
font-weight: bold;
}

a:hover {
text-decoration: underline;
color: #cecece;
font-weight: bold;
}

a.fade img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
-khtml-opacity: 1.0; 
}

a.fade:hover img {
filter:alpha(opacity=60);   
-moz-opacity: .6;   
opacity: .6;
-khtml-opacity: .6; 
}

#thetour td a {
text-decoration: none;
color: #f084d3;
font-weight: normal;
}

#thetour td a:hover {
text-decoration: none;
color: #f6bde7;
font-weight: normal;
}

#container {
width: 950px;
margin: 0px auto;
text-align: left;
}

#dkcontainer {
width: 100%;
margin: 0 auto;
background-image: url(../_images/bg_purple.jpg);
background-repeat: no-repeat;
background-position: top center;
}

#blackcontent {
width: 950px;
margin: 2px auto 0px auto;
background-color: #000000;
text-align: left;
}

#mainpad {
padding: 15px;
}

.spacer5 {
margin: 0 0 5px 0;
}

.spacer10 {
margin: 0 0 10px 0;
}

.spacer20 {
margin: 0 0 20px 0;
}

.padit15 {
padding: 15px;
}

.greybox1 {
background-color: #474747;
}

.greybox2{
background-color: #c0c0c0;
color: #000000;
}

.greybox3{
background-color: #373737;
color: #ffffff;
}

.blackbox {
background-color: #000000;
color: #ffffff;
}

.tblpad td {
padding: 5px;
}

.headline {
background-color: #ffffff;
color: #000000;
font-size: 15px;
}

.morebox {
background-color: #000000;
text-align: center;
}

.morebox a {
font-size: 11px;
color: #ffffff;
text-decoration: none;
}

.morebox a:hover {
font-size: 11px;
color: #cecece;
text-decoration: none;
}

.headlinedate {
color: #858585;
text-align: right;
font-size: 15px;
}

.padspacer {
display: inline;
padding: 0 0 0 20px;
}

.iconsvalign {
vertical-align: middle;
margin-right: 5px;
}

.dividerupdates {
background-image: url(../_images/updates_div.gif);
background-repeat: repeat-x;
height: 40px;
width: 100%;
margin: 0 auto;
}

.divider {
width: 100%;
height: 30px;
margin: 30px auto 0 auto;
border-top: 1px solid #9c9c9c;
}

.divider2 {
width: 100%;
height: 15px;
margin: 15px auto 0 auto;
border-top: 1px solid #555555;
}

.imgbrdr {
border: 1px solid #b6b6b6;
}

.smalltxt {
font-size: 10px;
}

.smalltxtital {
font-size: 10px;
font-style: italic;
}

.tour1 {
color: #ffffff;
font-size: 12px;
}

.tour2 {
color: #c0c0c0;
font-size: 12px;
}

/*TWITTER */
#twitter_update_list {
list-style-type: none;
margin: 0;
padding: 0px 0px 0px 0px;
}

#twitter_update_list li {
background-image: url(../_images/twitter_icon.jpg);
background-repeat: no-repeat;
margin: 0;
padding: 0px 0px 20px 88px;
}

.titlediv_black {
width: 95%;
height: 4px;
margin: 1px auto 0 auto;
border-top: 1px solid #5c5c5c;
}

.titlediv_grey {
width: 95%;
height: 4px;
margin: 1px auto 0 auto;
border-top: 1px solid #9c9c9c;
}

.title {
font-size: 20px;
color: #ffffff;
}

.title2 {
font-size: 15px;
color: #ffffff;
}

.bullet ul {
margin: 0 0 0 10px;
padding: 0;
}

.bullet li {
margin: 0;
padding: 0;
list-style-type: square;
}

.tblheader td {
font-weight: bold;
background-color: #2d2d2d;
height: 35px;
padding: 8px;
font-size: 15px;
color: #d5d5d5;
}

.tblshade1 td {
background-color: #000000;
padding: 8px;
font-size: 11px;
color: #ffffff;
}

.tblshade2 td {
background-color: #141414;
padding: 8px;
font-size: 11px;
color: #ffffff;
}



/* FOOTER */
#footer {
width: 100%;
border-top: 2px solid #734471;
background-color: #000000;
margin: 0;
}

#footerpad {
width: 950px;
margin: 0 auto;
padding-top: 15px;
font-size: 11px;
color: #707070;
text-align: center;
line-height: 20px;
}

a.foot {
color: #707070;
text-decoration: underline;
font-weight: normal;
}

a.foot:hover {
text-decoration: underline;
color: #c1c1c1;
font-weight: normal;
}

/* FORM FIELDS */
form {
margin: 0;
padding: 0;
}

.formbox {
padding: 6px;
background-color: #363636;
border: 1px solid #747474;
font-size: 11px;
color: #ffffff;
margin-bottom: 5px;
}

.error {
font-size: 11px;
color: #C40A11;
font-weight: bold;
}

.required {
font-weight: bold;
text-align: right;
}


