/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_links {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0px;
	width: 180px;
	background-color: transparent;
}
.containermaster_print {
	margin-bottom: 15px;
}
.containerrow1_links {
	color: #fff;
	padding: 0px 0px 3px 7px;
	background:  #1d1d1d url(images/LBtmModule-Corners.gif) no-repeat left bottom;
}
.containerrow1_links img {
	vertical-align: bottom;
}
.containerrow1_links span.Head {
	color: #fff;
	font: bold xx-small verdana;
	padding: 0px;
}
/* Styles added by Gen-i */

.containerrow1_links a.normal, .containerrow1_links a.normal:link, 
.containerrow1_links a.normal:visited, .TitleCell a,
a.linklist:link, a.linklist:visited {
	color: #1d1d1d;
	font: normal xx-small verdana;
	text-decoration: none !important;
	display: block;
	padding: 3px 3px 3px 12px;
	border-bottom: 1px solid #1d1d1d;	
	background: transparent url(images/ModuleLinkArrow.gif) no-repeat 3px 6px;
}
.TitleCell a { /* Remove border from link so we can have it under the entire row */
	border: none;
}
.containerrow1_links a.normal:hover, .containerrow1_links a.normal:active, 
.TitleCell a:hover, .TitleCell a:active, a.linklist:hover, a.linklist:active {
	color: #C7006C;
	text-decoration: underline !important;
}
.idea a.normal:hover, .idea a.normal:active, .idea .TitleCell a:hover, 
.idea .TitleCell a:active, .idea a.linklist:hover, .idea a.linklist:active {
	/* Change Hover color if one an IDEA page */
	color: #dd5f0a;
}
.TitleCell, .OwnerCell { /* These styles are used in the Download module */
	color: #1d1d1d;
	font: normal xx-small verdana;	
	border-bottom: 1px solid #1d1d1d;	
}
.TitleCell {
	width: 100%;
}
.TitleHeader, .OwnerHeader {
	color: #1d1d1d;
	font: bold xx-small verdana;		
	white-space: nowrap;
}
.OwnerHeader, .OwnerCell  
{
	padding-right: 3px !important;
}
.SubHead td {
	padding-top: 3px;
}
a.CommandButton, a.CommandButton:link, a.CommandButton:visited {
	padding-left: 5px;
	vertical-align: top;
	text-decoration: none !important;
}
a.CommandButton:hover, a.CommandButton:active {
	color: e3007b !important;
}
.idea a.CommandButton:hover, idea a.CommandButton:active {
	color: dd5f0a !important;
}