/* All comments are surrounded by /* */ 
/* Comments can't be placed inside { } brackets  */

/********************************* Styles for specific areas on page *********************************/
/*** This section can be used to apply styles to specific areas of the page                                                      ***/
/*** For example "#leftContent a" and "#leftContent a:hover" (below)                                                          ***/
/*** could be used to apply styles to left column links only                                                                          ***/
/*** (by default they are left empty so they will have the same style as the rest of the page)                         ***/
/*********************************************************************************************/

/* #wrapper is the outermost table containing all the content sections */
#wrapper {
width:700px;
background-color:black;
border:0;
padding:0;
margin:auto; /* margin-auto is required to center the main (#wrapper) table for non-MSIE browsers */
}
#topContent{
background-color:#333333;
padding:10px;
}
#centerContent{
background-color:#333333;
line-height: 1.4em;
padding:20px;
}
#bottomContent{
background-color:#333333;
padding:10px;
}

/********************************** General page wide styles **********************************/
/*** These styles apply to the whole page, but will we overridden                                                           ***/
/*** in specific areas if the same elements exist for the specific area above                                            ***/
/*****************************************************************************************/
body {
background: url('/images/bg_mystique.gif');
background-color:#333333;
margin: 0;
line-height: 1.4em;
scrollbar-face-color: #333333;
scrollbar-shadow-color: #CCCCCC;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #999999;
scrollbar-darkshadow-color: #666666;
scrollbar-track-color: #1f1f22;
scrollbar-arrow-color: #cccccc
}
input, select, textarea {
font-size: 12px;
}
p {
margin-top: 0;
margin-bottom: 0;
}
h1{
margin:0;
}
img {
border: none;
text-decoration: none;
}
a img {
text-decoration: none;
}
.smalltxt {
font-size: 8pt;
font-family: Verdana, Arial, Helvetica
}
.largetxt {
font-size: 24pt;
font-family: Helvetica, Arial
color:#00000; 
}
.ripesiteFooterLogo{
display:none;
}

a.header:link { font-family:Verdana,Arial,sans-serif; font-size: 8pt; color:#999999; text-decoration:underline }
a.header:visited { font-family:Verdana,Arial,sans-serif; font-size: 8pt; color:#999999; text-decoration:underline }
a.header:active { font-family:Verdana,Arial,sans-serif; font-size: 8pt; color:#999999; text-decoration:underline }
a.header:hover { font-family:Verdana,Arial,sans-serif; font-size: 8pt; color:#cccccc; text-decoration:underline; BACKGROUND:none }

a.footer:link { font-family:Verdana,Arial,sans-serif; font-size: 8pt; color:#999999; text-decoration:underline }
a.footer:visited { font-family:Verdana,Arial,sans-serif; font-size: 8pt; color:#999999; text-decoration:underline }
a.footer:active { font-family:Verdana,Arial,sans-serif; font-size: 8pt; color:#999999; text-decoration:underline }
a.footer:hover { font-family:Verdana,Arial,sans-serif; font-size: 8pt; color:#cccccc; text-decoration:underline; BACKGROUND:none }

.thumbnail {
font-size: 7pt;
font-family: Arial, Helvetica
color:#ff9900; 
}

,escorttitle {
font-size: 16pt;
font-family: Helvetica, Arial
color:#333333; 
}