/* 
================================
Skin styles for DotNetNuke
================================
*/   
.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #333333;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#333333;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#333333;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#333333;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#333333;
}

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #cccccc;
}
.skinmaster {
	height: 100%;
	background-color: #cccccc;
	border-right: #ffffff 0px solid; 
	border-top: #ffffff 0px solid; 
	border-left: #ffffff 0px solid; 
	border-bottom: #ffffff 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
	background-image: url(topbg.gif);
	background-repeat: repeat-x;
	background-color: #cccccc;
	height: 102px;
	border-right: #ffffff 0px solid; 
	border-top: #ffffff 0px solid; 
	border-left: #ffffff 0px solid; 
	border-bottom: #ffffff 0px solid; 
}
.dottedline {
	background-image: url(dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.bannerpadding {
	padding-left: 20px;
	padding-right: 20px;
}
.skingradient {
	background-image: url(menubg.gif); 
	height:38px;
	background-color: #F1ECED;
}
.controlpanel {
	width: 100%;
	background-color: #cccccc;

}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 8px;
	padding-right: 6px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: white;
	padding-left: 8px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 250px;
	background-color: white;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 8px;
	padding-right: 6px;
	padding-top: 6px;

}
.StandardButton {
  background: #cccccc none; 
  color: #333333;
  font-family: Arial, sans-serif; 
  font-size: 11px;
  font-weight: normal;

}

/* Text Styles */
.Head   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: bold;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #0099cc;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #2cb774;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: bold;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #2cb774;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
H4  {
    font-family: Arial, sans-serif;
    font-size:  11px;
    font-weight:    normal;
    color: #333333;
	border-right: #ffffff 0px solid; 
	border-top: #ffffff 0px solid; 
	border-left: #ffffff 0px solid; 
	border-bottom: #ffffff 0px solid; 
}
H5  {
    font-family: Arial, sans-serif;
    font-size:  11px;
    font-weight: bold;
    color: #333333;
	border-right: #ffffff 0px solid; 
	border-top: #ffffff 0px solid; 
	border-left: #ffffff 0px solid; 
	border-bottom: #ffffff 0px solid; 
}
A:link  {
	font-family: Arial, sans-serif;
	color: #333333;
	font-size:11px;
	text-decoration: none;
}
A:visited   {
	font-family: Arial, sans-serif;
	color: #333333;
	font-size:11px;
	text-decoration: none;
}
A:active    {
	font-family: Arial, sans-serif;
	color: #333333;
	font-size:11px;
	text-decoration: none;
}
A:hover {
    font-family: Arial, sans-serif;
	color: #02127a;
	font-size:11px;
	text-decoration : underline;
	border-right: #ffffff 0px solid; 
	border-top: #ffffff 0px solid; 
	border-left: #ffffff 0px solid; 
	border-bottom: #ffffff 0px solid; 
}
.footer {
   font-family: Arial, sans-serif;
   font-size:  11px;
   font-weight: normal;
   color: #333333;
}
A.footer:link {
    text-decoration: none;
	font:11px Arial, sans-serif;
    color: #ffff;
	font-weight: normal;
}
A.footer:visited {
    text-decoration: none;
	font:11px Arial, sans-serif;
    color: #ffff;
	font-weight: normal;
}
A.footer:active {
    text-decoration: underline;
	font:11px Arial, sans-serif;
    color: #ffff;
	font-weight: normal;
}
A.footer:hover {
    text-decoration: underline;
	font:11px Arial, sans-serif;
    color: #02127a;
	font-weight: normal;
}
.breadcrumbs   {
    font:11px Arial, sans-serif;
    font-weight:   none;
    color: #3A45A1;
}
A.breadcrumbs:link {
    text-decoration: none;
	font:11px Arial, sans-serif;
    color: #3A45A1;
	font-weight: none;
}
A.breadcrumbs:visited {
    text-decoration: none;
	font:11px Arial, sans-serif;
    color: #3A45A1;
	font-weight: none;
}
A.breadcrumbs:active {
    text-decoration: underline;
	font:11px Arial, sans-serif;
    color: #6D94B9;
	font-weight: none;
}
A.breadcrumbs:hover {
    text-decoration: underline;
	font:11px Arial, sans-serif;
    color: #6D94B9;
	font-weight: none;
}
.loginText {
   font-family: Arial, sans-serif;
   font-size:  11px;
   font-weight: bold;
   font-color: #cccccc;
}
a.loginText:Link {
   font-family: Arial, sans-serif;
   font-size:  11px;
   font-weight: bold;
   font color: #cccccc;
   text-decoration: none;
}
a.loginText:Active {
   font-family: Arial, sans-serif;
   font-size:  11px;
   font-weight: bold;
   font-color: #cccccc;
   text-decoration: none;
}
a.loginText:Visited {
   font-family: Arial, sans-serif;
   font-size:  11px;
   font-weight: bold;
   font-color: #cccccc;
   text-decoration: none;
}
a.loginText:Hover {
   font-family: Arial, sans-serif;
   font-size:  11px;
   font-weight: bold;
   font-color: #cccccc;
   text-decoration: underline;
}

.baselink {
	font-family: Arial, Arial, sans-serif, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #016b9f;

}
.bottom-links {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
	border-bottom: #ffffff 0px solid;
	border-top: #ffffff 0px solid;
	border-right: #ffffff 0px solid; 
	border-left: #ffffff 0px solid;
	height: 16px;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	background-color: transparent; 
	align: right;
	border-bottom: #ffffff 0px solid;
	border-top: #ffffff 0px solid;
	border-right: #ffffff 0px solid; 
	border-left: #ffffff 0px solid;
}
.MainMenu_MenuItem{
	border-bottom: #ffffff 0px solid;
	border-top: #ffffff 0px solid;
	border-right: #ffffff 0px solid; 
	border-left: #ffffff 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-size: 14px;
	font-weight: normal; 
	font-style: normal; 
	background-color: transparent; 
	font-family: Arial; 
	height: 25px;
}
.MainMenu_MenuItemSel{
	background-color: transparent;  
	border-bottom: #ffffff 0px solid;
	border-top: #ffffff 0px solid;
	border-right: #ffffff 0px solid; 
	border-left: #ffffff 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 14px;
	font-family: Arial; 
	font-weight: normal; 
	font-style: normal;
	height: 25px;
}
.MainMenu_MenuItemAct {
	background-color: transparent; 
	border-bottom: #ffffff 0px solid;
	border-top: #ffffff 0px solid;
	border-right: #ffffff 0px solid; 
	border-left: #ffffff 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-size: 14px;
	font-family: Arial; 
	font-weight: bold; 
	font-style: normal;
	height: 25px;
	font-weight: bold;
}
.rootMenuItem TD{ 
	border-bottom: #ffffff 0px solid;
	border-top: #ffffff 0px solid;
	border-right: #ffffff 0px solid; 
	border-left: #ffffff 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-size: 14px;
	font-weight: normal; 
	font-style: normal; 
	background-color: transparent; 
	font-family: Arial; 
	padding-top: 0px;
	padding-bottom: 0px;
	height: 25px;
} 
.rootmenuitemselected TD{ 
	background-color: transparent; 
	border-bottom: #ffffff 0px solid;
	border-top: #ffffff 0px solid;
	border-right: #ffffff 0px solid; 
	border-left: #ffffff 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #000000;  
	font-size: 14px;
	font-family: Arial; 
	font-weight: normal; 
	font-style: normal;
	height: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.rootmenuitemactive TD{ 
	background-color: transparent;  
	border-bottom: #ffffff 0px solid;
	border-top: #ffffff 0px solid;
	border-right: #ffffff 0px solid; 
	border-left: #ffffff 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-size: 14px;
	font-weight: bold;
	font-family: Arial; 
	font-weight: bold; 
	font-style: normal;
	height: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: bold;
}
.MainMenu_MenuIcon {
	display: none;
	height: 25px;
	vertical-align: center;
}
.MainMenu_SubMenu {
	border-bottom: #333333 1px solid;
	border-top: #333333 1px solid;
	border-right: #333333 0px solid; 
	border-left: #333333 0px solid;
	margin-top: 0px;
	background-color: #008fd4;   
	cursor: pointer; 
	cursor: hand; 
	filter:;
	align: left;
	height: 20px;
	z-index: 1000; 
	vertical-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.MainMenu_MenuBreak {
	height: 25px;
		align: right;
}
.MainMenu_MenuArrow {
	border-right: #F1F4F3 0px solid; 
	border-bottom: #F1F4F3 0px solid; 
	border-top: #F1F4F3 0px solid;
	border-left: #ffffff 0px solid;
	font-family: webdings; 
	font-size: 0pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 0pt; 
	cursor: pointer; 
	cursor: hand;
}

