﻿@charset "UTF-8";
/* Anova Container Set styles */

/* NoTitle
-------------------------------------*/
.DNNContainer_noTitle { }

/* Title_h1 
-------------------------------------*/
.DNNContainer_Title_h1 h1 .TitleH1 {
	display: block;
}

/* Title_lightGray 
-------------------------------------*/
.DNNContainer_Title_h5 h5 .TitleH5 {
	display: block;
	margin-bottom: 15px;
}

.DNNContainer_Title_h5 {
	padding: 20px;
	background-color: #e8e4e3;
}

/* Title_white 
-------------------------------------*/
.DNNContainer_Title_h6 h6 .TitleH6 {
	display: block;
} 

.DNNContainer_Title_h6 {
	padding: 20px;
	background-color: #fff;
	border: 1 px solid #e8e8e8;
}

.vs-titleContainer  > div {
	border: 1px solid #aaa;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

div.vs-titleContainer > h4 {
    color: white;
    padding: 8px 15px;
	margin: 0px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
div.vs-titleContainer .Head{
	margin: 0px;
}

.vs-titleContainer.vs-redTitle > h4{
	background: #8B0F13;
}
.vs-titleContainer.vs-yellowTitle > h4{ 
	background: #E0B528;
}
.vs-titleContainer.vs-greenTitle > h4{
	background: #688E43;
}
.vs-titleContainer.vs-blueTitle > h4{
	background: #5593BC;
}
.vs-titleContainer.vs-orangeTitle > h4{
	background: #C86A2C;
}
.vs-titleContainer.vs-pinkTitle > h4{
	background: #A01E64;
}
