/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	background-color: #ccc;
}
body {
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	background-color: #ccc;
}
p	{
	font-size: 13px;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	}	

h1	{
	font-weight: bold;
	padding-top: 10px;
	margin-bottom: -15px;
	}	

h2	{
	font-size: 110%;
	font-weight: bold;
	margin-bottom: -15px;
	color: #333;
	}	
.bullets {
	list-style-position: outside;
	margin-left: -20px;
	list-style-type: square;
}

.mainbullets {
	font-size: 13px;
	list-style-type: square;
	margin-right: 10px;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.skinmaster {
	height: 100%;
	background-color: #fff;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
}
.skingradient {
	height:30px;
}
.welcome {
	color: #333;
	background-color: white;
	line-height: 1.5;
	font-size: 15px;
	width: 600px;
	text-align: left;
	}
.nav {
	}

.tagline {
	background-color: #e2ebea;
	color: #333;
	padding: 8px 5px 5px 5px;
	font-weight: bold;
	margin-left: 10px;
	}

.breadcrumbs {
	background-color: #e2ebea;
	color: #333;
	padding: 5px 5px 3px 5px;
	font-weight: bold;
	margin-left: 0px;
	font-size: 12px;
	}

.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	color: #333;
	background-color: white;
	line-height: 1.5;
	font-size: 15px;
}
.rightpane {
	width: 190px;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	border-left: 1px silver dotted;
	text-align: center;
	vertical-align: top;
	background-color: #f2f2f2;
	color: #333;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.copyright	{
	background-color: #e2ebea;
	color: #333;
	padding: 0px 0px 0px 5px;
	font-size: 10px;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #cad5ea 0px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 1px solid; 
	border-right: #cad5ea 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: 'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.MainMenu_MenuIcon {
	background-color: #white; 
	border-left: #cad5ea 1px solid; 
	border-bottom: #cad5ea 0px solid; 
	border-top: #cad5ea 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	cursor: pointer; 
	cursor: hand; 
	border: 1px solid #ccc; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Trebuchet;
	line-height:21px;
	z-index:100;
	background: transparent;
	background-color: white;
	filter: Alpha(Opacity=70);

}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: transparent;
	cursor: pointer;
	cursor: hand;
	color: black;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica; 
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	height: 21px;
}
.MainMenu_MenuArrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 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: #ccc;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}
.Head {
   font-family: Trebuchet MS, Verdana, Tahoma, Arial, Helvetica;
   font-size:  15px;
   font-weight: bold;
   color: #333333;
}

.tabledata {
	font-size: 13px;
	text-align: left;
    font-family: Trebuchet MS, Verdana, Tahoma, Arial, Helvetica;
}
