/* 
================================
Skin styles for DotNetNuke
================================
*/ 

#OrgCtn {
	clear:both;
	color:#909090;
	margin-bottom: 10px;
}


#OrgCtn .normal {
	color:white;
}

#OrgCtn A:link { 
	color:#CCC;
} 

#OrgCtn A:hover{ 
	color:#999;
} 

#OrgCtn A:visited { 
	color:#CCC;
} 

#OrgCtn A:active {
	color:#CCC;
}

#OrgCtn hr {
	width: 100%;
	height: 0px;
	color: #CCC;
	border-top: 0px;
	border-bottom:dotted 1px #CCC;
	border-left: 0px;
	border-right: 0px;
}

#OrgCtn.TabFooter {
	color: #909090;
}

#OrgCtn .TabFooter:link, #OrgCtn .TabFooter:visited, #OrgCtn .TabFooter:active, #OrgCtn .TabFooter:hover  {
	color: #909090;
	padding-left:20px;
 }

#OrgCtn .CtnTitle {
	font-size: 15px;
	font-weight:bold;
	color:white;
	line-height: 2em;
} 
#OrgCtn .SubHead { 
	font-size: 10px;
}

#OrgCtn #TabHeader {
	background-color:black;
	background-image:url(images/Org_bkg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	/**/
	height:29px;
}

#OrgCtn #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;
}
#OrgCtn #ContainerTitle { 
	background-color: #484848;
}

#OrgCtn .ModuleContentPane {
	padding-left: 20px;
	padding-right: 20px;
	min-width: 500px;
}

#OrgCtn #TabFooter {
	background-image:url(images/grey_botbkg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height:24px;
	font-size:13px;
}

#OrgCtnTitle {
	margin-left: 20px;
}

#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;
}
