/* 
================================
Skin styles for DotNetNuke
================================
*/   

a:link {color: #000000; text-decoration: underline}     /* unvisited link */
a:visited {color: #000000; text-decoration: underline}  /* visited link */
a:hover {color: #0093df; text-decoration: underline}   /* mouse over link */
a:active {color: #0093df; text-decoration: underline}   /* selected link */

.Body
{
	background-color: #9ea39c;
}

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #fefefe;
}
.skinmaster {
	height: 100%;
	background-color: #f3f5fa;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
}
.skingradient {
	background-image: url(gradient_DkBlue.jpg); 
	height:30px;
}
.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;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.breadcrumb
{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, Sans-serif;
	font-size: 8pt; 
	font-style: normal; 
	color: #CCCCCC; 
}
.MainMenu_MenuContainer {
	background-color: Transparent;
	height:18px;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	height:18px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	cursor: hand; 
	color: Black; 
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, Sans-serif;
	font-size: 9pt; 
	font-style: normal; 
	border-left: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 1px solid; 
	border-right: #FFFFFF 0px solid;
	height:18px;
	/* border-bottom: 1px dashed #CCCCCC;*/
	
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	border-left: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 1px solid; 
	text-align: center; 
	width: 0; 
	height: 18px;

}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	font-size: 8pt;
	background-color: #FFFFFF; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color='DimGray' , Direction=135, Strength=3);
}
.MainMenu_MenuBreak {
	border-bottom: transparent 0px solid; 
	border-left: transparent 0px solid; 
	border-top: transparent 0px solid;  
	border-right: transparent 0px solid; 
	background-color: transparent; 
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #cccccc;
	cursor: hand; 
	font-family:  Trebuchet MS, Verdana, Arial, Helvetica, Sans-serif;
	font-size: 9pt; 
	font-style: normal;
	height:18px;
	
	
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.Head {
   font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #8f05a1;
}
.newstitle
{
	color: #000000;
	font-weight: bold;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica;

}
.newssummary
{
	color: #000000;
	font-weight: normal;
	font-family: Tahoma, Verdana, Arial, Helvetica;
 
}
.newsrow
{
background: none;

}
.breadcrumb
{
	font-weight: normal;
}
.SkinObject
{
	font-weight: normal;
}


