/* 
================================
Skin styles for DotNetNuke
================================
*/ 

#GreyCtn {
	clear:both;
	color:#909090;
	margin-bottom: 10px;
}


#GreyCtn .normal {
	color:white;
}

#GreyCtn A:link { 
	color:#CCC;
} 

#GreyCtn A:hover{ 
	color:#999;
} 

#GreyCtn A:visited { 
	color:#CCC;
} 

#GreyCtn A:active {
	color:#CCC;
}

#GreyCtn hr {
	width: 100%;
	height: 0px;
	color: #CCC;
	border-top: 0px;
	border-bottom:dotted 1px #CCC;
	border-left: 0px;
	border-right: 0px;
}

#GreyCtn.TabFooter {
	color: #909090;
}

#GreyCtn .TabFooter:link, #GreyCtn .TabFooter:visited, #GreyCtn .TabFooter:active, #GreyCtn .TabFooter:hover  {
	color: #909090;
	padding-left:20px;
 }

#GreyCtn .CtnTitle,
#GreyCtn h1 {
	font-size: 15px;
	font-weight:bold;
	color:white;
	line-height:2em;
	font-family:"Trebuchet MS", Trebuchet, "Myriad Pro", Verdana, sans-serif;
	margin-bottom:0;
} 

#GreyCtn .SubHead { 
	font-size: 10px;
}

#GreyCtn #TabHeader {
	background-color:black;
	background-image:url(images/grey_bkg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	/**/
	height:29px;
}

#GreyCtn #DNMModuleWrapper {
	background-color:#343434;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	border-top: 0px;
	border-bottom: 0px;
	padding-top: 5px;
	clear:both;
}
#GreyCtn #ContainerTitle { 
	background-color: #484848;
}

#GreyCtn .ModuleContentPane {
	padding-left: 20px;
	padding-right: 20px;
	min-width: 500px;
}

#GreyCtn #TabFooter {
	background-image:url(images/grey_botbkg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height:24px;
	font-size:13px;
}

#GreyCtnTitle {
	margin-left: 10px;
}

#dnn_ContentPane UL 
{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	list-style-image: url("/Portals/_default/Skins/NoMercy/Images/spacer.gif");
}

#dnn_ContentPane LI 
{
	margin-left: 0px;
	padding: 0px 0px 10px 20px;
	background-image: url("/Portals/_default/Skins/NoMercy/Images/bullet.gif");
	background-repeat: no-repeat;
	background-position: 0 0; /*background-position: 0 7;  */
	font-family:Verdana, Arial, Helvetica, sans-serif;  
	color:#fff;
	line-height:14px;
}