﻿/* Container Global */
.dnnDragHint {
    background: #3f3f46;
    outline: none;
    border: 2px solid #007acc;
}

.Head {
    border: none;
}

/* Edit */
#ContainerEditHeader {
    color: whitesmoke;
    margin-left: 2px;
}

#ContainerWrapper.ContainerEdit {
    border-top: 2px solid #007acc;
    border-left: 2px solid #007acc;
    border-right: 2px solid #007acc;
    border-bottom: 2px solid #007acc;
    background: #007acc;
}

#ContentPane.ContainerEdit {
    border: 0;
    background: whitesmoke;    
}

#ContainerWrapper.ContainerEdit h1 {
    background: whitesmoke;
}

/* LegacyTitled */
#ContainerWrapper.LegacyTitled {
    background: none repeat scroll 0 0 #FFFFFF;
    padding-left: 37px;
    padding-top: 22px;
    /*width: 987px;*/
}

#ContainerWrapper.LegacyTitled_700 {
    width: 700px;
}

#ContainerWrapper.LegacyTitled_650 {
   width: auto;
}

#ContainerWrapper.LegacyTitled h1 {
    font-size: 25px;
    line-height: 44px;
    margin-bottom: 5px;
	font-weight: bold;
    color: #0C4429;
}

#ContainerWrapper.LegacyTitled h2 {
    font-weight: bold;
    font-size: 20px;
    color: #0C4429;
}

#ContainerWrapper.LegacyTitled h3 {
    font-weight: bold;
    font-size: 16px;
    color: #0C4429;
}
#ContainerWrapper.LegacyTitled #ContentPane {
    margin-right: 30px;
    padding-bottom: 37px; 
}
#ContainerWrapper.LegacyTitled #ContentPane p {
    font-size: 13px;
    color: #0C4429;
}


/* TitledH1 */
#ContainerWrapper.TitledH1 {
    background: none repeat scroll 0 0 #FFFFFF;
    padding-left: 37px;
    padding-top: 22px;
    width: 987px;
    /*-moz-box-shadow: 0 0 18px 0 #9D98B0;
    -webkit-box-shadow: 0 0 18px 0 #9D98B0;
    box-shadow: 0 0 18px 0 #9D98B0;
    border: 1px solid blue;
    margin-bottom: 20px;*/
}

#ContentPane.TitledH1Maroon {
    /* -moz-box-shadow: 0 0 15px 0 #b3b3b3; */
	-moz-box-shadow: 0 0 18px 0 #9D98B0;
    -webkit-box-shadow: 0 0 18px 0 #9D98B0;
    box-shadow: 0 0 18px 0 #9D98B0;
    /*background-color: white;*/
    /* border: 5px solid #8F85BA; */
    /*background-color: #F0F1D8;*/
     background-color: #F1F3E9; 
	/* background-color: white; */
    color: black;
	-moz-border-radius: 10px;
	border-radius: 10px;
	/* font-family: Georgia; */
}




