/* 
================================
Skin styles for DotNetNuke
================================
*/   
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 00px;
	margin-bottom: 0px;
	
}
.HomeBg {
	background-image: url(images/index-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.InnerBg {
	background-image: url(images/inner-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.upperMenu {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
        text-decoration:none;
}
.upperMenu:link {
	text-decoration:none;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
}
.upperMenu:active {
	text-decoration:none;
	color: #FFFFFF;
}
.upperMenu:visited {
	text-decoration:none;
	color: #FFFFFF;
}
.upperMenu:hover {
	text-decoration:none;
	color: #FFFFFF;
}
.copyRight {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #6d6f9b;
}
.copyRight:link {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	text-decoration:none;
	color: #6d6f9b;
}
.copyRight:hover {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	text-decoration:underline;
	color: #6d6f9b;
}
.copyRight:active {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	text-decoration:none;
	color: #6d6f9b;
}
.copyRight:visited {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	text-decoration:none;
	color: #6d6f9b;
}
.ContentText {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #6d6f9b;
}

.BreadCrumb 
{	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #6d6f9b;
}
A.BreadCrumb:link {
	text-decoration:none;
	font-weight:bold;
	color: #6d6f9b;
}
A.BreadCrumb:visited {
	text-decoration:none;
	font-weight:bold;
	color: #6d6f9b;
}
A.BreadCrumb:active {
	text-decoration:none;
	font-weight:bold;
	color: #6d6f9b;
}
A.BreadCrumb:hover {
	text-decoration:underline;
	font-weight:bold;
	color: #6d6f9b;
}
.TextHeader {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #7084A5;
}
.NewsHeader {font-family: Tahoma; font-size: 10px; font-weight: bold; color: #000000; }
.NewsDescription {font-family: Tahoma; font-size: 10px;color: #000000}
.buddyBoxText {
	border: 1px solid #bcbcbc;
	background-color: #e7e7e7;
}
.NavigationDownLine {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #bcbcbc;
	border-right-color: #bcbcbc;
	border-bottom-color: #bcbcbc;
	border-left-color: #bcbcbc;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 0px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.main_dnnmenu_container {
	background-color:transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:17px;
	background-color: transparent;
	border-top:solid 0px #a2a2a2;
    border-bottom:solid 0px #a2a2a2;
    border-right:solid 0px #a2a2a2;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal; 
	background-color: #6d6f9b;
	font-family: Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	
    padding: 3px 3px 3px 3px;	
    border-top:solid 0px #a2a2a2;
    border-bottom:solid 1px #a2a2a2;
    border-left:solid 0px #a2a2a2;
    border-right:solid 0px #a2a2a2;
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal; 
	height:17px;
	background-color: Transparent;
	font-family: Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 4px 12px 4px 12px;   /*explicitly set padding for root menu items*/ 
    text-align: center; 
    xborder-top:solid 1px #a2a2a2;
    xborder-bottom:solid 1px #a2a2a2;
    border-left:solid 1px #a2a2a2;
    xborder-right:solid 1px #a2a2a2;
}

.main_dnnmenu_itemhover {  
	background-color: #c9c8c7; 
}

.main_dnnmenu_itemhover td {  
	background-color: #c9c8c7; 
}
.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	height: 100%;
	empty-cells:show;
	width:0px;
	border-bottom:solid 2px #a2a2a2;
}
.main_dnnmenu_submenu {
	background-color: #0095DF;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Fade(duration=0.3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
	border-bottom:solid 0px #a2a2a2;
    border-left:solid 1px #a2a2a2;
    border-right:solid 1px #a2a2a2;
    border-top:solid 1px #a2a2a2;
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-bottom:solid 1px #a2a2a2;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	empty-cells:show;
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	empty-cells:show;
	border-bottom:solid 1px #a2a2a2;
	
}
.StandardButton {
  background: #6d6f9b none; 
  color: #ffffff;
  font-family: Arial,verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	
}
.TreeViewMenu_Header {
	
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}

















