﻿@import url('reset.css');

@import url('global.css');


body {
	background-color:#AC9E00;
	color:white;
}
a {
	color:white;
}
ul.topMenu {
	background-position:0px 0px;
}
.contentBoxNoThumb ,
.contentBox ,
.thumbBox {
	background-color:#746200;
}

.thumbBox .colorBrowser {
	float:right;
	margin:3px 10px 0 0;
	display:inline;
}
.thumbBox .colorBrowser a {
	display:block;
	width:15px;
	height:15px;
	float:left;
}
button.styledBtn {
	background: url('cssImg/btnBkgGreenLRight.gif') right no-repeat;
}
button.styledBtn span {
	background: url('cssImg/btnBkgGreenL.gif') left no-repeat;
}


/*---------------------Thumbnail Colors-------------------------*/
.colorBlack {
	background-color:#000;
}
.colorOrange {
	background-color:#eb9100;
}
.colorBrown {
	background-color:#2d1f0f;
}
.colorRed {
	background-color:#b40514;
}
.colorGreenD {
	background-color:#0f4b19;
}
.colorPurple {
	background-color:#690069;
}
.colorGreenL {
	background-color:#AC9E00;
}
.colorBlueD {
	background-color:#00335f;
}
.colorFuchsia {
	background-color:#e11eb9;
}
.colorBlueL {
	background-color:#00A6EB;
}
.colorOliveGreen {
	background-color:#af8700;
}


/*---------------------------Body Colors------------------------------------*/
body.blackBody {
	background-color:#000;
}
body.orangeBody {
	background-color:#eb9100;
}
body.brownBody {
	background-color:#2d1f0f;
}
body.redBody {
	background-color:#b40514;
}
body.greenDBody {
	background-color:#0f4b19;
}
body.purpleBody {
	background-color:#690069;
}
body.greenLBody {
	background-color:#AC9E00;
}
body.blueDBody {
	background-color:#00335f;
}
body.blueLBody {
	background-color:#00A6EB;
}
body.fuchsiaBody {
	background-color:#e11eb9;
}
body.oliveGreenBody {
	background-color:#af8700;
}



.contentContainer .leftCol .leftContent .thumbBox ul.newsThumb a {
	background-image:url('cssImg/newsThumbBkgGreenL.gif');
}

/*---------------------------black styles------------------------------------*/
body.blackBody .contentContainer .leftCol .leftContent .contentBox ,
body.blackBody .contentContainer .leftCol .leftContent .contentBoxNoThumb ,
body.blackBody .contentContainer .leftCol .leftContent .thumbBox {
	background-color:#333;
}
body.blackBody a.selected {
	color:#A86400!important;
}
body.blackBody button.styledBtn {
	background: url('cssImg/btnBkgBlackRight.gif') right no-repeat;
}
body.blackBody button.styledBtn span {
	background: url('cssImg/btnBkgBlack.gif') left no-repeat;
}
body.blackBody .contentContainer .leftCol .leftContent .thumbBox ul.newsThumb a {
	background-image:url('cssImg/newsThumbBkgBlack.gif');
}
body.blackBody .contentContainer .leftCol .leftContent .thumbBox ul.newsThumb a.selected {
	background-image:url('cssImg/newsThumbBkgSelected.gif');
	color:black!important;
}



/*---------------------------orange styles------------------------------------*/
body.orangeBody .contentContainer .leftCol .leftContent .contentBox ,
body.orangeBody .contentContainer .leftCol .leftContent .contentBoxNoThumb ,
body.orangeBody .contentContainer .leftCol .leftContent .thumbBox {
	background-color:#8d5700;
}
body.orangeBody button.styledBtn {
	background: url('cssImg/btnBkgOrangeRight.gif') right no-repeat;
}
body.orangeBody button.styledBtn span {
	background: url('cssImg/btnBkgOrange.gif') left no-repeat;
}
body.orangeBody .contentContainer .leftCol .leftContent .thumbBox ul.newsThumb a {
	background-image:url('cssImg/newsThumbBkgOrange.gif');
}
body.orangeBody .contentContainer .leftCol .leftContent .thumbBox ul.newsThumb a.selected {
	background-image:url('cssImg/newsThumbBkgSelected.gif');
	color:black!important;
}



/*---------------------------brown styles------------------------------------*/
body.brownBody .contentContainer .leftCol .leftContent .contentBox ,
body.brownBody .contentContainer .leftCol .leftContent .contentBoxNoThumb ,
body.brownBody .contentContainer .leftCol .leftContent .thumbBox {
	background-color:#1b1209;
}
body.brownBody a.selected {
	color:#A85400!important;
}
body.brownBody button.styledBtn {
	background: url('cssImg/btnBkgBrownRight.gif') right no-repeat;
}
body.brownBody button.styledBtn span {
	background: url('cssImg/btnBkgBrown.gif') left no-repeat;
}
body.brownBody .contentContainer .leftCol .leftContent .thumbBox ul.newsThumb a {
	background-image:url('cssImg/newsThumbBkgBrown.gif');
}
body.brownBody .contentContainer .leftCol .leftContent .thumbBox ul.newsThumb a.selected {
	background-image:url('cssImg/newsThumbBkgSelected.gif');
	color:black!important;
}




/*---------------------------red styles------------------------------------*/
body.redBody .contentContainer .leftCol .leftContent .contentBox ,
body.redBody .contentContainer .leftCol .leftContent .contentBoxNoThumb ,
body.redBody .contentContainer .leftCol .leftContent .thumbBox {
	background-color:#6c030c;
}
body.redBody button.styledBtn {
	background: url('cssImg/btnBkgRedRight.gif') right no-repeat;
}
body.redBody button.styledBtn span {
	background: url('cssImg/btnBkgRed.gif') left no-repeat;
}
body.redBody .contentContainer .leftCol .leftContent .thumbBox ul.newsThumb a {
	background-image:url('cssImg/newsThumbBkgRed.gif');
}
body.redBody .contentContainer .leftCol .leftContent .thumbBox ul.newsThumb a.selected {
	background-image:url('cssImg/newsThumbBkgSelected.gif');
	color:black!important;
}




/*---------------------------greenD styles------------------------------------*/
body.greenDBody .contentContainer .leftCol .leftContent .contentBox ,
body.greenDBody .contentContainer .leftCol .leftContent .contentBoxNoThumb ,
body.greenDBody .contentContainer .leftCol .leftContent .thumbBox {
	background-color:#0a2d0f;
}
body.greenDBody button.styledBtn {
	background: url('cssImg/btnBkgGreenDRight.gif') right no-repeat;
}
body.greenDBody button.styledBtn span {
	background: url('cssImg/btnBkgGreenD.gif') left no-repeat;
}
body.greenDBody .contentContainer .leftCol .leftContent .thumbBox ul.newsThumb a {
	background-image:url('cssImg/newsThumbBkgGreenD.gif');
}
body.greenDBody .contentContainer .leftCol .leftContent .thumbBox ul.newsThumb a.selected {
	background-image:url('cssImg/newsThumbBkgSelected.gif');
	color:black!important;
}




/*---------------------------greenL styles------------------------------------*/
body.greenLBody .contentContainer .leftCol .leftContent .thumbBox ul.newsThumb a.selected {
	background-image:url('cssImg/newsThumbBkgSelected.gif');
	color:black!important;
}




/*---------------------------purple styles------------------------------------*/
body.purpleBody .contentContainer .leftCol .leftContent .contentBox ,
body.purpleBody .contentContainer .leftCol .leftContent .contentBoxNoThumb ,
body.purpleBody .contentContainer .leftCol .leftContent .thumbBox {
	background-color:#3f003f;
}
body.purpleBody button.styledBtn {
	background: url('cssImg/btnBkgPurpleRight.gif') right no-repeat;
}
body.purpleBody button.styledBtn span {
	background: url('cssImg/btnBkgPurple.gif') left no-repeat;
}
body.purpleBody .contentContainer .leftCol .leftContent .thumbBox ul.newsThumb a {
	background-image:url('cssImg/newsThumbBkgPurple.gif');
}
body.purpleBody .contentContainer .leftCol .leftContent .thumbBox ul.newsThumb a.selected {
	background-image:url('cssImg/newsThumbBkgSelected.gif');
	color:black!important;
}





/*---------------------------blueD styles------------------------------------*/
body.blueDBody .contentContainer .leftCol .leftContent .contentBox ,
body.blueDBody .contentContainer .leftCol .leftContent .contentBoxNoThumb ,
body.blueDBody .contentContainer .leftCol .leftContent .thumbBox {
	background-color:#001e3a;
}
body.blueDBody button.styledBtn {
	background: url('cssImg/btnBkgBlueDRight.gif') right no-repeat;
}
body.blueDBody button.styledBtn span {
	background: url('cssImg/btnBkgBlueD.gif') left no-repeat;
}
body.blueDBody .contentContainer .leftCol .leftContent .thumbBox ul.newsThumb a {
	background-image:url('cssImg/newsThumbBkgBlueD.gif');
}
body.blueDBody .contentContainer .leftCol .leftContent .thumbBox ul.newsThumb a.selected {
	background-image:url('cssImg/newsThumbBkgSelected.gif');
	color:black!important;
}





/*---------------------------blueL styles------------------------------------*/
body.blueLBody .contentContainer .leftCol .leftContent .contentBox ,
body.blueLBody .contentContainer .leftCol .leftContent .contentBoxNoThumb ,
body.blueLBody .contentContainer .leftCol .leftContent .thumbBox {
	background-color:#096B8E;
}
body.blueLBody button.styledBtn {
	background: url('cssImg/btnBkgBlueLRight.gif') right no-repeat;
}
body.blueLBody button.styledBtn span {
	background: url('cssImg/btnBkgBlueL.gif') left no-repeat;
}
body.blueLBody .contentContainer .leftCol .leftContent .thumbBox ul.newsThumb a {
	background-image:url('cssImg/newsThumbBkgBlueL.gif');
}
body.blueLBody .contentContainer .leftCol .leftContent .thumbBox ul.newsThumb a.selected {
	background-image:url('cssImg/newsThumbBkgSelected.gif');
	color:black!important;
}





/*---------------------------fuchsia styles------------------------------------*/
body.fuchsiaBody .contentContainer .leftCol .leftContent .contentBox ,
body.fuchsiaBody .contentContainer .leftCol .leftContent .contentBoxNoThumb ,
body.fuchsiaBody .contentContainer .leftCol .leftContent .thumbBox {
	background-color:#87126f;
}
body.fuchsiaBody button.styledBtn {
	background: url('cssImg/btnBkgFuchsiaRight.gif') right no-repeat;
}
body.fuchsiaBody button.styledBtn span {
	background: url('cssImg/btnBkgFuchsia.gif') left no-repeat;
}
body.fuchsiaBody .contentContainer .leftCol .leftContent .thumbBox ul.newsThumb a {
	background-image:url('cssImg/newsThumbBkgFuchsia.gif');
}
body.fuchsiaBody .contentContainer .leftCol .leftContent .thumbBox ul.newsThumb a.selected {
	background-image:url('cssImg/newsThumbBkgSelected.gif');
	color:black!important;
}





/*---------------------------oliveGreen styles------------------------------------*/
body.oliveGreenBody .contentContainer .leftCol .leftContent .contentBox ,
body.oliveGreenBody .contentContainer .leftCol .leftContent .contentBoxNoThumb ,
body.oliveGreenBody .contentContainer .leftCol .leftContent .thumbBox {
	background-color:#6a5101;
}
body.oliveGreenBody button.styledBtn {
	background: url('cssImg/btnBkgOliveGreenRight.gif') right no-repeat;
}
body.oliveGreenBody button.styledBtn span {
	background: url('cssImg/btnBkgOliveGreen.gif') left no-repeat;
}
body.oliveGreenBody .contentContainer .leftCol .leftContent .thumbBox ul.newsThumb a {
	background-image:url('cssImg/newsThumbBkgOliveGreen.gif');
}
body.oliveGreenBody .contentContainer .leftCol .leftContent .thumbBox ul.newsThumb a.selected {
	background-image:url('cssImg/newsThumbBkgSelected.gif');
	color:black!important;
}








