/* 
================================
 Container Styles for DotNetNuke
================================
*/ 
.containermaster {
	width: 100%;
	background-color: #EEEEEE;
	margin-bottom: 10px;
}
  
.bmleft {
background-image: url('bmleft.png'); 
background-repeat: no-repeat;
width: 22px;
}

.bmmiddle {
background-image: url('bmmiddle.png'); 
background-repeat: repeat-x;
text-align: left;
padding-left: 10px;
vertical-align: middle;
}

.bmright {
background-image: url('bmright.png'); 
background-repeat: no-repeat; 
width: 17px;
}

.content{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
}

/* style for module titles */
.Head   {
    font-family: Tahoma;
    font-size:  11px;
    font-weight: bold;
    color: #42621c;
    height: 20px;
    text-align: left;
    text-decoration: none  
   
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma;
    font-size:  10px;
    font-weight: bold;
    color: #42621c;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma;
    font-size:  10px;
    font-weight:    bold;
    color: #42621c;
}