body {
	/**'background-image: url("/templates/english/images/tileback.png");
	background-repeat: repeat-x;*/
	background-color: RGB(43, 67, 23);
	color: white;
	font-family: Tahoma;
	font-size: 8pt;
}

.slidercontainer{
BORDER:RGB(77, 86, 76) 1px solid;
}
.sliderimages{
BORDER:#000000 1px solid;
}

/**
 * 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;
}

.btnhov {
	cursor: pointer;
}

.btn {
	border-width: 1px;
	border-color: #CCCCCC;
}

.tbtnhov {
	background-Color: RGB(10, 30, 10);
	cursor: pointer;
	border: 1px solid RGB(77, 86, 76);
}

.tbtnsel {
	background-Color: RGB(10, 30, 10);
	cursor: pointer;
	border: 1px inset #CCCCCC;
}

.tbtn {
	background-Color: RGB(77, 86, 76);
	cursor: pointer;
	border: 1px outset #CCCCCC;
}

.tbtn2 {
	background-Color: RGB(77, 86, 76);
	border: 1px outset #CCCCCC;
}

.navborderx {
	background-Color: RGB(77, 86, 76);
	border: 0px;
	color:white;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 11px;
	vertical-align:top;
}


.popupx {
	background-repeat: repeat-x;
	background-Color: RGB(24, 43, 23);
	border: 1px solid RGB(77, 86, 76);
	color:white;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 11px;
	vertical-align:top;
}

.weakcell, .weakercell {
	font-family: Tahoma;
	font-size: 8pt;
}


.popupxtitle {
	background-image: URL(bbackvista.png);
	background-repeat: repeat-x;
}

button {
	color: white;
	cursor: pointer;
	background-color: RGB(77, 86, 76);
	border-width: 1px;
	border-color: #CCCCCC;
	font-family: Tahoma;
	font-size: 8pt;
}

div.boxx {
     border: 1px solid RGB(77, 86, 76);
     position: relative;
     width: 100%;
	height: 100%;
}

div.boxx_contents {
	background-color:transparent;
	color: white;
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 101;
}

div.boxx_title {
	background-color:transparent;
	color: white;
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 101;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 14pt;
}

.transparent {
     filter:alpha(opacity=60); /* IE's opacity*/
     opacity: 0.60;
}


div.boxx_background {
/*	background-image: URL(backchb.png);
 */
	background-color: RGB(24, 43, 23);
     filter:alpha(opacity=60); /* IE's opacity*/
     opacity: 0.60;
     color: white;
     height: 100%;
     left: 0px;
     position: absolute;
     top: 0px;
     width: 100%;
     z-index: 99;
}

input, textarea, select {
     border: 1px solid RGB(77, 86, 76);
     margin: 1px;
     background-color: RGB(24, 43, 23);
     color: white;
	font-family: Tahoma;
	font-size: 8pt;

}

div.boxx_solid {
     border: 1px solid RGB(77, 86, 76);
     position: relative;
	margin: 2px;
     width: 100%;
	height: 100%;
	background-color: RGB(24, 43, 23);
     color: white;
}


.header, .title {
	color:white; 
	font-weight: bold;
	font-family: Tahoma;
	margin: 0px;
	padding: 0px;
	height: 16px;
	padding-left: 10px;
}

.theader {
	
	color:white; 
	font-weight: bold;
	font-family: Tahoma;
	margin: 0px;
	padding: 0px;
	height: 12px;
	padding-left: 5px;
}

#ScreenHeader {
	color:white; 
	font-weight: bold;
	font-family: Tahoma;
	margin: 0px;
	padding: 0px;
	height: 12px;
	padding-left: 5px;
	font-size: 14pt;
}

.menu {
	font-family: Tahoma;
	font-size: 9pt;
}

table {
	font-size: 8pt;
}

#tred {
	color: #ff6666;
}
#tgreen {
	color: #66ff66;
}

.boxblock {
	color: white;
	font-size: 9pt;
}

.small {
	font-size: 8pt;
}

.boxblock2 {
	color: white;
	font-size: 9pt;
}

.theaderbox {
	width: 100%;
	height: 18px;
	background-repeat: repeat-x;
}


.headerbox {
	width: 100%;
	height: 38px;
	background-repeat: repeat-x;
}

.box2 {
	background-color: black;
	border: 1px solid #9933CC;
	font-size: 8pt;
}

.box3 {
	background-color: #110011;
	border: 1px solid #993399;
	font-size: 8pt;
}


ba {color:#DCC397; text-decoration:none;}
a {color: RGB(200, 200, 200); text-decoration:none; cursor: pointer;}
a:hover{color:RGB(160, 160, 160); text-decoration:underline;}
a:visited{color:RGB(120, 120, 120);}

#divbutton {
	float: left;
	margin: 1px;
	padding: 1px;
	height: 34px;
	width: 34px;
	border: 1px red;
}

#divbutton a {
	height: 34px;
	width: 34px;
	color: white;
	cursor: pointer;
	background-color: RGB(77, 86, 76);
	border-width: 1px;
	border-color: black;
	font-family: Tahoma;
	font-size: 8pt;
}

#divbutton a:hover {
	height: 34px;
	width: 34px;
	color: white;
	background-color: RGB(76, 68, 66);
	border-width: 1px;
	border-color: black;
}

#pages {
	font-size: 9pt;
	color: #775D40;
}
