/* THEME USED THROUGHOUT WEBSITE */

/* GENERAL */

/* default page */
BODY {
  background-color: #C7C4B7;
  color: #000000;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
}

.required {
  color: #ff0000;
  font-weight: bold;
}

/* ADVANCED */

/* tips pages */
.button {	
  background: url(images/tipsButton.gif) top left no-repeat;
  font-size: 12pt;
  height:30px;
  width:200px;
}
.button a {
  color: #D4D8D4;
  text-align: left;
  position: relative;
  margin: 0px 0px 0px 40px;
  text-decoration: none;
}
.button a:hover{
  color: #FFFFFF;
  /*font-weight: bold;*/
}
.button a span {
	font-size: 10pt;
	text-transform : uppercase;
}
#tips {
  width: 410px; margin: auto;
  text-align: left;
}
#right {
  float: right; width: auto; margin: auto;
}
#left {
  float: left; width: auto; margin: auto;
}



/* Common Content */

.content {
  background-color: #DFDDD5;
}

.heading {
  background-color: #7E897D;
  color: #FFFFFF;
}

.outline {
  background-color: #000000;
  padding: 1px;
}

.GridHeading {
	background-color: #ABB4AA;
	font-weight: bold;
}

.GridItem {
	background-color: #DFDDD5;
}

.AltGridItem {
	background-color: #C7C4B7;
}

.listingsHeadingTxt { color: #FFFFFF; }

/* Content Ad Styles */

.contentAdTitle {
	background-color: #7e897d;
	color: #FFFFFF;
}
.contentAdBox,.contentAdRect {
	background-color: #dbd8cc;
	border: #000000 1px solid;
}
.contentAdText {
	font-size: 8pt !important;
}

/* THEME USED THROUGHOUT WEBSITE */
