/* 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;
border:0;
padding:0;
margin:auto; /* margin-auto is required to center the main (#wrapper) table for non-MSIE browsers */
}
#topContent{
padding:0px;
}
#centerContent{
padding:20px;
background-color:#000000;
border: 1px solid #cccccc;
}
#bottomContent{
padding:0px;
}

/********************************** 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_morias_shadow.jpg');
background-repeat: repeat-x;
background-color:#666666;
margin: 0;
line-height: 1.5em;
scrollbar-face-color: #cccccc;
scrollbar-shadow-color: Gray;
scrollbar-highlight-color: #FFCC66;
scrollbar-3dlight-color: #105c98;
scrollbar-darkshadow-color: Black;
scrollbar-track-color: #000000;
scrollbar-arrow-color: White
}
input, select, textarea {
font-size: 12px;
}
p {
margin-top: 0;
margin-bottom: 0;
}
h1{
margin:2;
}
img {
border: none;
text-decoration: none;
}
a img {
text-decoration: none;
}
.smalltxt {
font-size: 8pt;
font-family: Verdana, Arial, Helvetica
}
.largetxt {
font-size: 10pt;
font-family: Verdana, Arial, Helvetica
}
.ripesiteFooterLogo{
display:none;
}