div#container, div#nav, div#footer { 
	background:#ebebeb; 
	border-color:#1e1151; 
}
div#header { width:996px !important; padding-left:0 !important; padding-right:0 !important; border-top:none; border-right:none; border-left:none; border-bottom-width:2px !important; border-bottom-color:#87d834; } /* adding 2px to make up for no border; making full width and removing side padding */
div#header, div#header th, div#header td, div#header p { color:#999; }
div#header a { color:#CCC; }
div#header a:hover { color:#FFF; }
div#header h1 {
	color:#FFF;
}
div#footer { color:#999; }
div#nav {
	border-top-width:3px;
	border-top-color:#1e1151;
	background:#4f40e2;
}
ul#nav li a {
	color:#FFF;
}
ul#nav li:hover a, ul#nav li a:hover, ul#nav li .sub {
	background-color: #3a2fcf; /*--Background gradient--*/
}

#container #contentwell { 
	background:#FFF;
	border-color:#aaaaaa;
}

.success { color:#00a6a6; }
.failure { color:#d70065; }

table.grid {
	border-color:#999;
}
table.grid th {
	background:#0CC;
	border-color:#00a1a1;
}

div.list h3 { border-color:#00a1a1; }
div.list h3.nodrag.expand.off { background:url(/images/open-list.gif) #0CC no-repeat center right !important; }
div.list h3.nodrag.expand.on { background:url(/images/close-list.gif) #0CC no-repeat center right !important; }
div.list h3.on { background:url(/images/drag-arrow.gif) #0CC no-repeat center right; }
div.list h3.off { background:#0CC; }
div.list h3.inactive { background-color:#999 !important; border-color:#666; }
div.list h3 div.buttons a.wish-add { background:url(/images/wish-add.gif) no-repeat; }

div.list div.items { border-color:#987cb0; }
div.list div.items div.item { border-bottom-color:#CCC; background:url(/images/drag.gif) #fff repeat-y top right; }

div.list div.tools { background:url(/images/arrow_gray.gif) no-repeat 5px center #CCC; }
div.list div.tools a { color:#666; border-bottom:1px solid #b6b6b6; }
div.list div.tools a:hover { color:#333; }
div.list div.tools a.wish-add { background:url(/images/btn-sm_add-wish.gif) no-repeat; }

.even { background-color:#f1ffff !important; }
.odd { background-color:#f4f4f4 !important; }

div#google {
	background:#1e1151;
	border:none !important;
}
div#amazon {
	background:#1e1151;
	border:none !important;
}
div#profile-ad {
	background:#cccccc;
	border-color:#aaaaaa;
}
div#profile-ad h6 {
	color:#555555;
}

div#paginate, div#paginate-pop {
	color:#25c125;
}
div#paginate-pop {
	border-top-color:#25c125;
}
div#paginate .pagelinks, div#paginate-pop .pagelinks {
	color:#0c9b0c !important;
}
div#paginate .pagelinks b, div#paginate-pop .pagelinks b {
	color:#0c9b0c !important;
}
div#paginate a, div#paginate-pop a {
	color:#25c125;
}
div#paginate a:hover, div#paginate-pop a:hover {
	color:#0c9b0c;
}

/* tabs */
#tabs ul div { background:#666; border-color:#333; }
#tabs ul div, #tabs ul div a { color:#CCC; }
#tabs ul div a:hover { color:#FFF; }