/**
 * You can place your custom CSS statements here
 * it is better to write everything custom here
 * because this file won't be replaced during upgrade
 * Don't forget to rename this file to "site.css"
 */
 body {
	margin:  0px;
	padding: 0px;
 background-color: #99CCFF;
	text-align: center;
	 /* background: #949494; */
 
}
 #membercontainer{
	margin: 0px auto 10px;
	text-align: center;
	width: 800px;

	/*background: #000;*/

}
 .marquee{

	width: 250px;
	background: #333333;
	 
}
 #outercontainer{
	margin: 0px auto 120px;
	text-align: center;
	width: 825px;
	/* background: #333333; */
	border: 1px groove #000;
	padding: 25px;
/* 	background:   url(../../../images/dd_bg_omfg.jpg)  ;*/
}
 A {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

A:hover {
  color: #eeeeee;
  text-decoration: underline;
}
.whitelink {
	color: #FFF;
	font-weight: bold;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
}
.darklink {
	color: #000;
	font-weight: bold;
}
.dark  {
	color: #000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-right: 30px;
 
 
}

 div.centered {
 text-align: center;
 color: #eeeeee;
 }
div.centered table {
    margin: 0 auto; 
    text-align: left;
	 color: #eeeeee;
}
p {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.small {
 font-size: x-small; font-weight: normal; 
 	color: #999999;
	 
 }
ul, li {
	list-style: square;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	 
	padding: 5px;
}
 
 table.errmsg
{
    font-family: Helvetica, Verdana, sans-serif;
    font-size: 10;
    background-color: #cc0000;
    border: medium solid #cc0000;
    margin: 5px 0px 5px 0px;
}
table.errmsg td
{
    padding: 5px 50px 5px 5px;
    font-weight: bold;
}
table.errmsg td li
{
    list-style: square;
	 background-color: #cc0000;
}
.vedit {
    border: solid 1px #8CACBB;
 
}
/* vedit - usual column (right) */
.vedit td {
	text-align: left;
	vertical-align: middle;
	padding: 15px 10px 10px 10px;
	/*  background-color: white;*/
	border: solid 1px #8CACBB;
	color: #333333;
}
/* vedit - header column (left) */
.vedit th {
    padding: 10px 15px 10px 10px;
    text-align: right;
    vertical-align: middle;
    font-weight: bold;
    color: #eeeeee;
   /* background-color: #0D141A; */
    border: solid 1px #8CACBB;
}
/* vedit - heading row */
.vedit .headrow {
 font-weight: bold; 
 text-align: center; 
}

hr { 
    background-color: #8CACBB;
    border: 0;
    width: 350;
    height: 1px;
}

.powered, .powered a { font-size: x-small; color: #808080; margin: 0.5em 0em 0.5em 0em; }
 
.memberhomeRed td {
     background-color: #990000;
 }