/** BEGIN colors **/
a {
	color: #013F6F;
}
#header .pages {
	border-color: #0462A9;
}
#header .pages li a:hover {
	color: #7FFCFD;
}
#header .pages li ul li {
	background-color: #013F6F;
}
#header .categories li a {
	border-color: #8EB3CF;
	color: #2C5F87;
}
#header .categories li ul li {
	background-color: #B3CDE0;
}
#content .featured .text li a {
	color: #0191FE;
}
#sidebar .box .popular li a {
	color: #013F6F;
}
#footer {
	background-color: #013F6F;
}
#footer .subscribe {
	background-color: #001F37;
}
#content .span table th {
	background-color: #024E8A;
}
#sidebar .box .tabs li a {
	border-color: #003344;
}
#sidebar .box .tabs li a:hover {
	color: #99eeff;
}
#sidebar .box .tabs li a.here {
	background-color: #003344;
}
/** END colors **/

/** BEGIN images **/
#header {
	background-image: url(navigation.gif);
}
#header h1 a {
	background-image: url(logo.gif);
}
#header .pages li.here a {
	background-image: url(active.gif); 
}
#header .pages, #header .pages li {
	background-image: url(divider.gif);
}
#content .category .box h2, #content .cbox h2, #sidebar .box h2, #sidebar .box .tabs {
	background-image: url(header.gif);
}
#content .category .box .search {
	background-image: url(search.gif);
}


.note {
	overflow: hidden;
	padding: 6px 9px;
	background: #eee;
	border: 1px solid #e2e2e2;
	}
div.note {
	padding: 0;
	background: transparent;
	border: none;
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 6px 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
	}

/* Errors */
.error {
	padding: 6px 9px;
	background: #ffebe8;
	border: 1px solid #C00;
	}

/* Downloads */
.download {
	padding: 6px 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
	}


/** END images **/