/**
* custom-color.css
* 
*/

a:link {color:#436F9E}
a:visited {color:#2D4D6D}
a:active {color:#436F9E}

/*
* =Design/Layout Elements
*---------------------------------------*/

#header {
	border-bottom:4px solid #4A7BB0;
}

#header h1 {
	background-image:url(/profiles/solvetech/logo.gif);
}

#content_wrapper {
	border-top:4px solid #C1D82E;
}

#nav li {
	background-color:#4A7BB0;
}

#nav li a {
	color:#FFF;
}

#nav li span {
	background-color:#4A7BB0;
}

#sidebar li {
	background-color:#4A7BB0;
}
	#sidebar li.current {
		background-color:#D0E15D;
	}

	#sidebar li a {
		font-weight:bold;
		color:#FFF;
	}
	
#footer {
	border-top:4px solid #C1D82E;
}

div.page_header {
	background-color:#DBE884;
	border-bottom:1px solid #C1D82E;
}

/*
* =Page Elements
*---------------------------------------*/

/*.btnStyled, .btnStyled input, ul.selectReplacement {
	background-color:#4A7BB0;
}*/

.rcbox {
	background-color:#DBE884;
}

#comments dl dt {
	background-color:#DBE884;
}

.table_row_odd {
	background-color:#F8F8F8 !important;
}

.table_row_even {
	background-color:#FFF !important;
}

.table_row_header {
	background-color:#E5E5E5;
}

table.xgrid {
	border-bottom:1px solid #CCC;
}
	table.xgrid td {
		border-top:1px solid #CCC;
	}

table.xgrid thead {
	background-color:#F8F8F8;
}
	
ol.xgrid {
	border-bottom:1px solid #CCC;
}
	ol.xgrid li {
		border-top:1px solid #CCC;
	}
	
fieldset.xgrid {
	border-top:1px solid #CCC !important;
}
	fieldset.xgrid ol {
		border-bottom:1px solid #CCC;
	}