body { /*background-image: url('images/darkgreen_bg.jpg');*/
	background-color: #003300;
	background-image: url('images/ctree.png');
}

.dsMainHeader {
	font: bold x-large cursive;
	/*	color: darkred;	*/
	color: black;
	text-align: center
}

/* text that may need to change color based on the background. happens in tables + stuff */
.ctxt {
	color: black;
}

.stripe {
	color: black;
}

/* account header */
.acctHeader {
	color: black;
	font: bold x-large cursive;
}

.acctHeader2 {
	color: black;
	font: bold large cursive;
}

.stripe {
	background-color: lightpink
}

/*.nostripe{ background-color:transparent } */
.stripeHover:hover {
	background-color: darkred
}

.navPhoneIcon:hover {
	background-color: darkred
}

.stripeHolder:hover {
	background-color: darkred
}

/*	item on the navigation bar */
.navItemHeader {
	padding: 3px;
	font-weight: bold;
	background-color: darkred;
	color: white;
}

.mainOutlineDiv, .mainBorder, .linkNavigation {
	background: rgb(50, 175, 50);
	background-color: rgba(50, 175, 50, .96);
	border: 0px;
	box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, .35);
	/*	box-shadow: 2px 2px 8px 2px rgba(100,100,100,.35); */
	border-radius: 0em;
}

.dbtable {

	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;

	text-align: left;
	padding: 2px;
	width: 100%;
	border-width: 1px;
}

A:link {
	color: rgb(0, 50, 0);
}

A:visited {
	color: rgb(0, 50, 0);
}

A:active {
	color: rgb(0, 50, 0);
}

A:hover {
	color: red;
}

/*
.ui-tabs-anchor:focus, INPUT[type=text]:focus, textarea:focus {
	outline: 2px rgba(100,0,0,.75) solid;
}
*/

.menu {
	background-color: darkred;
	color: white;
}


.menu > ul > li:hover > a, .menu > ul > .current-item > a,
.menu > ul > li:focus > a, .menu > ul > .current-item > a {
	background: red;
	color: white;
}


.sub-menu li a:hover, .sub-menu .current-item a,
.sub-menu li a:focus, .sub-menu .current-item a {
	background: red;
}


.button-primary {
	background: none  !important;
	background-color: darkred !important;
	color: white !important;
}
