/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #8a8a8a;
}
.leftBackground {
	background-color: #8a8a8a;
	background-image:url(images/leftBackground.gif);
	background-position:right;
	background-repeat:repeat-y;
}

.rightBackground {
	background-color: #8a8a8a;
	background-image:url(images/rightBackground.gif);
	background-position:left;
	background-repeat:repeat-y;
}
.searchBackground {
	background-image:url(images/searchBck.gif);
	background-repeat:no-repeat;
	height:38px;
	padding-bottom:11px;
}
.searchBox1 {
	height: 17px;
	width: 120px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.searchBox2 {
  height: 22px;
  width: 118px;
}

.controlpanel {
	width: 100%;
	background-color: #8a8a8a;
}
.submenuBck {
	background-image:url(images/submenu_bck.gif);
	background-repeat:repeat-x;
	height: 23px;
	width: 529px;
}
.myBasketBck {
	background-image:url(images/submenu_bck.gif);
	background-repeat:repeat-x;
	height: 23px;
	width: 100%;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color:#666666;
	font-weight: bold;
	padding-right: 8px;
	padding-top: 4px;
}
.leftPane {
	background-color: #FFFFFF;
	height:174px;
	width: 184px;
	padding: 5px;
}
.contentpane {
	background-color: #FFFFFF;
	width: 584px;
	padding: 12px;
}
.footer {
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
	height:133px;
	width: 770px;
	padding-top: 30px;
	padding-left: 12px;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color:#FFFFFF;
	vertical-align: top;
}
.keywordFooter {
	background-color: #FFFFFF;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color:#000000;
}
.ContTitle {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color:#333333;
}
a.whiteLink {
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color: #FFFFFF;
}
a.whiteLink:Hover {
	color:#FFFFFF;
	text-decoration: underline;
}
a.whiteLink:Active {
	color:#FFFFFF;
	text-decoration: underline;
}
a.whiteLink:Visited {
	color:#FFFFFF;
	text-decoration: none;
}

.Menu_MainItem
{	
	cursor:hand;
	cursor:pointer;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	color:#FFFFFF;
	font-size: 11px;
}
.Menu_MainItemOver
{
	cursor:hand;
	cursor:pointer;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	color:#FFFFFF;
	font-size: 11px;
}
.Menu_ItemsGroup {
	height:29px;

}
.Menu_Item {
	cursor:hand;
	cursor:pointer;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #666666;
	padding: 3px;
	background-color: #eaeaea;
	height: 26px;
	width: 140px;
	border-bottom: 1px #666666 solid;
	border-right: 1px #666666 solid;
	border-left: 1px #666666 solid;
}

.Menu_ItemOver {
	cursor:hand;
	cursor:pointer;
	font-family: Arial, Verdana;
	font-size: 11px;;
	color: #0078b4;
	padding: 3px;
	background-color: #CCCCCC;
	height: 26px;
	width: 140px;
	border-bottom: 1px #666666 solid;
	border-right: 1px #666666 solid;
	border-left: 1px #666666 solid;
}

.Menu_PathItemOver {
	cursor:hand;
	cursor:pointer;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #0078b4;
	padding: 3px;
	background-color: #CCCCCC;
	height: 26px;
	width: 140px;
	border-bottom: 1px #666666 solid;
	border-right: 1px #666666 solid;
	border-left: 1px #666666 solid;
}