body
{
	background-image: url(/img/gradient.php?height=500&sc=%23666666&ec=%23d7d7d7);
background-repeat: repeat-x;
background-color: #d7d7d7;
}
/* fix for png files */
img, div { behavior: url(/css/iepngfix.htc) }

a{color: #333333;}
.text{color: #666666;}
.link{color: #333333;}

.primary{color: #333333;}
.primary_bg{background-color: #333333;}
.secondary{color: #999900;}
.secondary_bg{background-color: #999900;}
.terciary{color: #999999;}
.terciary_bg{background-color: #999999;}


/** EAM: fix to stylize an actual button as a button using the correct colors **/

/*If the style is directly on the button, this will try to round the corners.  Looks better wrapped in a div.*/
input[type=submit].button, input[type=button].button {
	width: 100px;
	border: none;
	-webkit-border-radius: 8px;	/* Safari */
    -moz-border-radius: 8px;	/* FF */
	
	color:white;
	height:30px;
	line-height:30px;
	text-align:center;
	
	font-size:11px;
	
	background-color: #333333;
	background:transparent url(/img/colorize.php?color=%23333333&image=/layout/generic/images/button-right.jpg) no-repeat scroll right center;
}
div.button input[type=submit], div.button input[type=button] {
	border: none;
	
	color:white;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:11px;
	
	background:transparent url(/img/colorize.php?color=%23333333&image=/layout/generic/images/button-left.jpg) no-repeat scroll left center;
}

/** End Fix **/

