/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster {
	width: 100%;
	color:#000 !important;
}


.sidebar_master {
	background: #e8e6d9 url(bloque1bg.jpg) no-repeat left top;
	font-size: 12px;
	width: 254px;
	padding: 20px 10px 10px 10px;
	line-height: 14px;
	
}

.sidebar_main {
	width:inherit;
	padding-bottom: 10px;
}

.sidebar_header {
	background-image: url("sideheader.gif");
	width: 188px;
	height: 28px;
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	font-weight: bold;
	font-size: 20px;
	color: #FFF;
	margin-top: 16px;
	margin-bottom: 2px;
	text-align: center;
}


.sidebar_box{
    padding: 10px;
	margin: 0px;
	/*background-image: url("list1.gif");
	background-repeat: repeat-y;*/
	background:#f7fbe5;
	width: 166px;
	_width: 186px;
	border: 1px solid #DFE882;
}

.content td p {
	font-size:1em;
}

.content div span p a:link, a:visited{
	color:#000;
	font-size:1em;
	text-decoration:underline;
	padding-left:20px;
}

.content div span p a:hover {
	color: #b6b157;
}

.Head {
    font-family: Tahoma, Arial, Helvetica; 
	color: #000;
	font-size: 1.5em;
}

.ANN_SubHead {
	color: #87811C;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 1.25em;
	display:block;
	text-align:center;
}

.ANN_SubHead li {
	font-family: Tahoma, Arial, Helvetica; 
	font-size: .65em;
	list-style:none;
	padding:0px 0px 10px 10px;
	text-align:left;
}

.DNN_ANN_DesignTable {
	display:block;
	width:100%;
	clear:both;
}
