/* 
================================
Skin styles for DotNetNuke
================================
*/
.siteborder {
	border-top: none;
	border-bottom: none;
	border-left: 5px dashed black;
	border-right: 5px dashed black;
}
.bannerpane {
	background-color: transparent;
    padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.logopane {
	background-color: transparent;
    padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.toppane {
	background-color: transparent;
    padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.leftpane {
	background-color: transparent;
    padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.contentpane {
	background-color: transparent;
    padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.rightpane {
	background-color: transparent;
    padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.bottompane {
	background-color: transparent;
    padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.footerpane {
	background-color: transparent;
    padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #FFFF00 0px solid; 
	border-bottom: #FFFF00 1px solid; 
	border-top: #FFFF00 1px solid; 
	border-right: #FFFF00 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
}
.MainMenu_MenuIcon {
	background-color: #FFFF00; 
	border-left: #FFFF00 1px solid; 
	border-bottom: #FFFF00 1px solid; 
	border-top: #FFFF00 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 18px;
}
.MainMenu_MenuIcon {
	display:none
}
.MainMenu_SubMenu {
	background-color: #FFFF00;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #F7F6F6; 
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 18px;
}
.MainMenu_MenuArrow {
	border-right: #FFFF00 1px solid; 
	border-bottom: #FFFF00 1px solid; 
	border-top: #FFFF00 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
  background: #7994cb none; 
  color: #c9dbf3;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	background-color: #c9dbf3;
	border-right: #ffccao 1px solid; 
	border-top: #ffccao 1px solid; 
	border-left: #ffccao 1px solid; 
	border-bottom: #ffccao 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  16px;
   font-weight: bold;
   color: #013AC1;
}
.Normal {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  12px;
   font-weight: normal;
   color: #000000;
}
.Head_feat {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  16px;
   font-weight: bold;
   color: #000000;
}
.Address {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  11px;
   font-weight: bold;
   color: #ffffff;
}
.SkinObject {
   color: #000000;
   font-family: Tahoma, Arial, Helvetica; 
   font-size: 11px;
   font-weight: normal;
}
A.SkinObject:link {
   COLOR: #000000; TEXT-DECORATION: none
}
A.SkinObject:visited {
   COLOR: #000000; TEXT-DECORATION: none
}
A.SkinObject:active {
   COLOR: #000000; TEXT-DECORATION: none
}
A.SkinObject:hover {
   COLOR: #000000; TEXT-DECORATION: none
}
.frmPadding
{    
padding:5px 5px 5px 5px;
}

