body {
	background-color: RGB(245, 228, 193); font-family: Verdana, Helvetica, Tahoma; font-size: 8pt;
	background-repeat: no-repeat;
	background-position: top center;
}

#bigback, #headerx {
}

#headerlogo {
	width: 800;
	height: 140px;
	background-image: URL(/forums/templates/english/images/newheaderlook.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

h5 {
	font-size: 12pt;
	padding-left: 30px;
	font-family: Tahoma;
	font-weight: bold;
	border-bottom: 1px dotted RGB(175, 153, 93);
	padding-top: 5px;
	margin-top: 5px;
}

/**
 * POPUP CONTAINER STYLES
 */
#popupMask {
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .4;
	filter: alpha(opacity=40);
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility 
	 * than the PNG solution.
	 */
	background-color:transparent !important;
	background-color: #333333;
	/* this hack is for opera support
	 * you can uncomment the background-image if you don't care about opera.
	 * this gives you the flexibility to use any bg color that you want, instead of the png
	 */
	background-image/**/: url("/maskBG.png") !important; // For browsers Moz, Opera, etc.
	background-image:none;
	background-repeat: repeat;
	display:none;
}
#popupContainer {
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
}
#popupInner {
	border: 2px solid #000000;
}

#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}
#popupControls {
	float: right;
	cursor: pointer;
}

.navborderx {
	background-image: url(/images/ANewDawn/menubar.jpg);
	background-repeat: repeat-x;
	height: 22px;
	border: 0px;
	font-weight: bold;
	font-family: Helvetica;
	font-size: 11px;
	color: white;
	vertical-align:top;
}

button {
	color: #E6DABF;
	cursor: pointer;
	background-color:#423223;
	border-width: 1px;
	border-color: RGB(175, 153, 93);
	font-family: Verdana;
	font-size: 8pt;
}

input, textarea, select {
	font-family: Verdana;
	font-size: 8pt;
	background-color: RGB(227,206,120);
}

.input {
	border: 1px solid RGB(175, 153, 93);
}

div.boxx {
     background-color: RGB(240,229,184);
border: 4px solid  RGB(227,206,120);
     width: 100%;
	height: 100%;
}

div.boxx_contents {
}
div.boxx_background {
}

.header, .title {
	font-size: 12pt;
	padding-left: 30px;
	font-family: Tahoma;
	font-weight: bold;
	border-bottom: 1px dotted RGB(175, 153, 93);
	padding-top: 5px;
	margin-top: 5px;
}

.theader {
	
	font-size: 11pt;
	padding-left: 20px;
	font-family: Tahoma;
	font-weight: bold;
	border-bottom: 1px dotted RGB(175, 153, 93);
	padding-top: 2px;
	margin-top: 2px;
}

.menu {
	font-family: Verdana, Helvetica;
	font-size: 8pt;
}

table {
	font-size: 8pt;
}

#tred {
	color: #ff6666;
}
#tgreen {
	color: #66ff66;
}

.special {
	padding-bottom: 5px;
	border-bottom: 2px inset RGB(204, 179, 103);
	margin-bottom: 5px;
}

.specialb {
	padding-bottom: 5px;
	border-top: 2px inset RGB(204, 179, 103);
	margin-bottom: 5px;
}

.boxblock {
	font-size: 8pt;
}

.small {
	font-size: 8pt;
}

.boxblock2 {
	font-size: 8pt;
}

.theaderbox {
	width: 100%;
	height: 18px;
	background-repeat: repeat-x;
}


.headerbox {
	width: 100%;
	height: 38px;
	background-repeat: repeat-x;
}

.box2 {
     background-color: RGB(240,229,184);
border: 2px solid  RGB(227,206,120);
	font-size: 8pt;
}

.box3 {
background-color: RGB(237,226,204);
border: 2px solid  RGB(214,186,131);
	font-size: 8pt;
}

.color1 {
	background-color: black;
	border: 1px solid #993300;
	font-size: 8pt;
}
.color2 {
	background-color: #110000;
	border: 1px solid #330000;
	font-size: 8pt;

}

ba {color:#DCC397; text-decoration:none;}
a {text-decoration:none; cursor: pointer; font-weight: bold; color: RGB(135, 102, 34);}
a:hover {text-decoration:underline;color: black;}
a:visited {color: RGB(88,66,21);}

#pages {
	font-size: 8pt;
	color: #775D40;
}

