/* 
================================
 Container Styles for DotNetNuke
================================
*/   
#dContentPane {
    text-align: left;
    background-color: #fff;
    border: 2px solid #2A360D;
    padding: 0 5px 0 5px;
    height:100%;
}

.ContainerMaster {
	width: 225px;
	height:325px;
	background-color:#fff;
}
.ContainerRowTop {
	background-color:#eae0b5;
	height:33px;
}

.ContainerContentPane {
	border-top: #2A360D 2px solid;
	border-left: #2A360D 2px solid;
	border-right: #2A360D 2px solid;
	vertical-align:top;
}

.ContainerRowBottom {
	border-bottom: #2A360D 2px solid;
	border-left: #2A360D 2px solid;
	border-right: #2A360D 2px solid;
}

.Head {
/*	color:#C5C19D;*/
    	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
/*	font-weight:bold;
	font-size: 14pt;*/
}

.ButtonRow {
	text-align:center;
	width: 143px;
	height: 33px;
	padding: 0;
}

a.Button, a.Button:link {
	background:url(images/button.gif) no-repeat;
	display:block;
	width: 150px;
	height: 40px;
	font-size:15pt;
	line-height:26pt;
	font-weight:normal;
	cursor: pointer; 
	cursor: hand; 
	color: #fff; 
}

a.Button:hover, a.Button:active  { 
	text-decoration:none; 
	color: #FFF;
	background-position: 0 -40;
}
a.Button:visited {
	color:#FFF;

}

.BodyText {
	color:#454545;
	font-family:Lucida Sans Unicode,Lucida Grande,sans-serif;
	font-size:11pt;
}

a.BodyText a.BodyText:Link {
	display:block;
	cursor:pointer;
	cursor:hand;
}

a.BodyText:hover, a.BodyText:active  { 
	text-decoration:none; 
	color: #c6c6c6;
}