/* --- start of css --- */
a {
	color: #3d6b9d;
}

a:hover {
	color: #0bb5e8;
}
#active_link {
	color: #0bb5e8;
}
/**********************************
Tables
***********************************/
table { 
	border-bottom: solid 3px #3d6b9d;
}

thead th {
	border-bottom: solid 3px #0bb5e8;
	border-right: solid 1px #21517b;
	background-color: #3d6b9d;
}
thead th.active { 
	background-color: #21517b; 
}
tbody tr.all { background-color: #d0e8ee; }
tbody tr.all td,
tbody tr.all th { 
	border-right: solid 1px #d0e8ee; 
}
/* Summary Table Styles */
table.summary thead th {
	border-bottom: solid 3px #3d6b9d;
	color: #3d6b9d;
}

/* sorting styles */
thead th.headerSortDown,
thead th.headerSortUp {
	background-color: #21517b; 
}
/***************************
Login Area
***************************/
#forgot {
	color: #3d6b9d;
}

/***************************
Top Navigation
***************************/

/** Tab styles for active nav links */
ul#navigation li a#active_link {
	color: #3d6b9d;
}
ul#navigation li #active_link span {
	border-top: solid 2px #21517b;
}
div.subnav a {
	color: #0bb5e8;
}

div.subnav a#sub_active {
	color: #21517b;
}
/**********************************
Sidebar
***********************************/
div.sidebar {
	background-color: #d0e8ee;
}
p#review {
	color: #3d6b9d;
}
div.sidebar h3 {
	color: #21517b;
}
div.sidebar a {
	color: #3d6b9d;
}
/***************************
Overlay
***************************/
.approve_links a {
	color: #0bb5e8;
}

/**********************************
Edit Photos
***********************************/
ul.photos li input {
	background-color: #21517b;
}

/**********************************
Reviews/Awards/Promos
***********************************/
.sortables img {
	border: solid 1px #d0e8ee;
}

/**********************************
Form Elements
***********************************/
fieldset legend {
	color: #3d6b9d;
}

/**********************************
Step 5
***********************************/
div.package h4 {
	color: #21517b;
}

/**********************************
Step 6
***********************************/
div#cvv {
	background-color: #d0e8ee;
	border: 1px solid #dedede; 
}

/**********************************
Pagination
***********************************/
p.pages span.current {
	background-color: #0bb5e8;
	border: solid 1px #3d6b9d;
}
p.pages a {
	border: solid 1px #0bb5e8;
	color: #3d6b9d;
}
p.pages a:hover {
	background-color: #0bb5e8;
}
/**********************************
Footer
***********************************/
#footer a {
	color: #3d6b9d;
}
/* --- end of css --- */