/* 
================================
Global Styles
================================
*/   

body {
  font-family: Tahoma, Arial, Helvetica;
  font-size: 11px;
}

/* 
================================
Skin styles for DotNetNuke
================================
*/   

.breadCrumbsStyle {
  background-color: #FFFFFF;
  padding: 10px;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
}
.pagemaster {
	width: 100%;
	background-color: #dad9d6;
	vertical-align: top;
}
.skinmaster {
	height: 100%;
	background-image:url(images/backPattern.gif);
}
.leftBorder {
  background-image:url(images/borderLeft.gif);
	background-repeat:repeat-y;
	background-position:right;
}
.rightBorder {
  background-image:url(images/borderRight.gif);
	background-repeat:repeat-y;
	background-position:left;
}
.bannerpane {
    background-image:url(images/topBanner.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 145px;
	padding-left: 310px;
	padding-right: 50px;
	padding-top: 20px;
}
.SearchPane {
  width: 255px;
	height: 54px;
	background-image: url(images/searchBck.gif);
}
.internalContentPane {
  width: 751px;
	background-color:#FFFFFF;
	padding: 10px;
	border: 1px solid #999999;
}
.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
.footerClass {
  background-image:url(images/footerBackground.gif);
	background-repeat: repeat-x;
	width: 800px;
	height: 32px;
	padding-left:22px;
	padding-top:11px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color:#FFFFFF;
}
a.footerLinkClass:link {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color:#FFFFFF;
}
a.footerLinkClass:visited {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color:#FFFFFF;
}
a.footerLinkClass:hover {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color:#FFFFFF;
}
a.footerLinkClass:active {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color:#FFFFFF;
}
.Menu_ItemsGroup {

}
.Menu_MainItem
{	
	cursor:hand;
	cursor:pointer;
	height:41px;
	padding: 0px;
}
.Menu_MainItemOver
{
	cursor:hand;
	cursor:pointer;
	height:41px;
	padding: 0px;
}
.Menu_ItemsGroup {
	background-color: White;
	width:116px;
}
.Menu_Item {
	cursor:hand;
	cursor:pointer;
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
	height:22px;
	width:100%;
	padding-left:4px;
	border-bottom: #557da1 solid 1px;
	border-left: #557da1 solid 1px;
	border-right: #557da1 solid 1px;
}

.Menu_ItemOver {
	cursor:hand;
	cursor:pointer;
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
	height:22px;
	width:100%;
	padding-left:4px;
	border-bottom: #557da1 solid 1px;
	border-left: #557da1 solid 1px;
	border-right: #557da1 solid 1px;
	background-color: #ededef;
}

.Menu_PathItemOver {
	cursor:hand;
	cursor:pointer;
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
	height:22px;
	width:100%;
	padding-left:4px;
	border-bottom: #557da1 solid 1px;
	border-left: #557da1 solid 1px;
	border-right: #557da1 solid 1px;
}

/* 
================================
Telerik Editor
================================
*/   

.Normal {
  font-family: Tahoma, Arial, Helvetica;
  font-size: 11px;
  font-weight: normal;
  color: #000000;
}

.NormalDisabled {
  font-family: Tahoma, Arial, Helvetica;
  font-size: 11px;
  font-weight: normal;
  color: #808080;
}

.NormalBold {
  font-family: Tahoma, Arial, Helvetica;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
}

.TextStandard {
  font-family: Tahoma, Arial, Helvetica;
  font-size: 11px;
  font-weight: normal;
  color: #000000;
}

.SubHeader {
  font-family: Tahoma, Arial, Helvetica;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}

.MainHeader {
  font-family: Tahoma, Arial, Helvetica;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}
