/*
	Colors of defaut category page (same as those of default-everything):
	page background: #F7F3EF (off-white)
	light box background: #D8D9EB	(light color)
	Darker background and regular text: #3F519D (dark color)  :: formerly slightly lighter: #526184

*/

body {color: #3F519D;}

.menus_self{
	background: rgb(1, 29, 141) transparent;
	background: rgba(1, 29, 141, 0.53);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99011D8D, endColorstr=#99011D8D);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99011D8D, endColorstr=#99011D8D)";
}
.rounded-title-box {
	background-color: #D8D9EB;
}


#right {
border: 1px solid;
border-color: #F7F3EF #3F519D #F7F3EF #3F519D;
}

#bottom { background-color: #3F519D !important; }
#bottom  a {color: #ffffff !important;}


/* Summary */
#summary { background-color: #DBDEE5; }

/* the List */
#theList { color:#3F519D; }
.subcategoryListTitle {background-color:#3F519D; color:#ffffff; }
.subcategoryItem {background-color:#D8D9EB; color:#ffffff; }

.categoryTitle { color: #3F519D;}
.short{ color: #3F519D;}

.darkBG {background-color:#3F519D !important; color:#ffffff !important;}

.midBG {
	background-color:transparent !important;
	color: #3F519D !important;
}
.image-description{
	background-color:#D8D9EB !important;
}


input, textarea, select {border: 1px solid #3F519D; }


