/* 
================================
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%;
}
.skinmaster {
	height: 100%;
	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: ;
	background-repeat: no-repeat;
	height: 102px;
	border-right: #ffffff 0px solid;
	border-top: #ffffff 0px solid;
	border-left: #ffffff 0px solid;
	border-bottom: #ffffff 0px solid;
	background-position: left center;

}
.dottedline {
	background-image: url(dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.bannerpadding {
	padding-left: 20px;
	padding-right: 20px;
}
.skingradient {
	background-image: url; 
	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: 100%;
	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: #E4047C;
}

/* 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: #E4047C;
}

/* 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: #E4047C;
}

/* 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: #E4047C;
	font-size:11px;
	text-decoration: none;
}
A:visited   {
	font-family: Arial, sans-serif;
	color: #E4047C;
	font-size:11px;
	text-decoration: none;
}
A:active    {
	font-family: Arial, sans-serif;
	color: #E4047C;
	font-size:11px;
	text-decoration: none;
}
A:hover {
    font-family: Arial, sans-serif;
	color: #E4047C;
	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: #999999 0px solid;
	border-top: #999999 0px solid;
	border-right: #999999 0px solid; 
	border-left: #999999 0px solid;
	height: 16px;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	background-color: transparent;
	align: right;
	border-bottom: #999999 0px solid;
	border-top: #999999 0px solid;
	border-right: #999999 0px solid; 
	border-left: #999999 0px solid;
}
.MainMenu_MenuItem{
	border-bottom: #999999 0px solid;
	border-top: #999999 0px solid;
	border-right: #999999 0px solid; 
	border-left: #999999 0px solid;
	cursor: hand; 
	cursor: hand; 
	color: #E4047C; 
	font-size: 11px;
	font-weight: bold; 
	font-style: normal; 
	background-color: transparent; 
	font-family: Verdana; 
	height: 25px;
}
.MainMenu_MenuItemSel{
	background-color: #E4047C;  
	border-bottom: #999999 0px solid;
	border-top: #999999 0px solid;
	border-right: #999999 0px solid; 
	border-left: #999999 0px solid;
	cursor: hand; 
	cursor: hand; 
	color: #F8CCDB; 
	font-size: 11px;
	font-family: Verdana; 
	font-weight: bold; 
	font-style: normal;
	height: 25px;
}
.MainMenu_MenuItemAct {
	background-color: #E4047C;  
	border-bottom: #999999 0px solid;
	border-top: #999999 0px solid;
	border-right: #999999 0px solid; 
	border-left: #999999 0px solid;
	cursor: hand; 
	cursor: hand; 
	color: #F8CCDB; 
	font-size: 11px;
	font-family: Verdana; 
	font-weight: bold; 
	font-style: normal;
	height: 25px;
	font-weight: bold;
}
.rootMenuItem TD{ 
	border-bottom: #999999 0px solid;
	border-top: #999999 0px solid;
	border-right: #999999 0px solid; 
	border-left: #999999 0px solid;
	cursor: hand; 
	cursor: hand; 
	color: #E4047C; 
	font-size: 11px;
	font-weight: bold; 
	font-style: normal; 
	background-color: transparent;  
	font-family: Verdana; 
	padding-top: 0px;
	padding-bottom: 0px;
	height: 25px;
} 
.rootmenuitemselected TD{ 
	background-color: #E4047C;  
	border-bottom: #999999 0px solid;
	border-top: #999999 0px solid;
	border-right: #999999 0px solid; 
	border-left: #999999 0px solid;
	cursor: hand; 
	cursor: hand; 
	color: #F8CCDB; 
	font-size: 11px;
	font-family: Verdana; 
	font-weight: bold; 
	font-style: normal;
	height: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.rootmenuitemactive TD{ 
	background-color: #E4047C;  
	border-bottom: #999999 0px solid;
	border-top: #999999 0px solid;
	border-right: #999999 0px solid; 
	border-left: #999999 0px solid;
	cursor: hand; 
	cursor: hand; 
	color: #F8CCDB; 
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana; 
	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: #E4047C 1px solid;
	border-top: #E4047C 1px solid;
	border-right: #E4047C 1px solid; 
	border-left: #E4047C 1px solid;
	margin-top: 0px;
	background-color: #F8CCDB;   
	cursor: pointer; 
	cursor: hand; 
	filter:;
	align: left;
	height: 25px;
	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;
}


.linktext {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: x-small;
	text-decoration: none;
	border: 2px solid #E6E6E6;
}

.img-shadow {
float:right;
background: url(trans-shadow.png) no-repeat bottom right; /* Most major browsers other than IE supports transparent shadow. Newer release of IE should be able to support that. */
}


.img-shadow img {
display: block; /* IE won't do well without this */
position: relative; /* Make the shadow's position relative to its image */
padding: 0px; /* This creates a border around the image */
background-color: #fff; /* Background color of the border created by the padding */
border: 1px solid #cecece; /* A 1 pixel greyish border is applied to the white border created by the padding */
margin: -6px 6px 6px -6px; /* Offset the image by certain pixels to reveal the shadow, as the shadows are 6 pixels wide, offset it by that amount to get a perfect shadow */
}

.fade{
background-image: url(http://ridingtherhino.co.uk.dnnmax.com/rhino/fade.gif);
background-position:right;
background-repeat:no-repeat;
}

