/* 
================================
Skin styles for DotNetNuke
================================
*/   

a:link {color: #017fb9; text-decoration: none}     /* unvisited link */
a:visited {color: #014d70; text-decoration: none}  /* visited link */
a:hover {color: #017fb9; text-decoration: underline}   /* mouse over link */
a:active {color: #017fb9; 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;
}

.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.breadcrumb
{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 8pt; 
	font-style: normal; 
	color: #CCCCCC; 
}
.MainMenu_MenuContainer {
	background-color: Transparent;
	height:26px;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	height:26px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	cursor: hand; 
	color: #000000; 
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 12px; 
	font-style: normal; 
	border-left: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 1px solid;
	height:26px;


	/* 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: 1px; 
	height: 26px;

}
.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: #ffffff;
	cursor: hand; 
	font-family:  Verdana, Arial, Helvetica, Sans-serif;
	border-left: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
	font-size: 12px; 
	font-style: normal;
	height:26px;
	color: #666666; 

	
}
.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: Georgia, Helvetica, Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: normal;
}
.Head {
   font-family: Verdana, Helvetica, Arial, Verdana, sans-serif;
   font-size:  14px;
   font-weight: bold;
   color: #000000;
}
.newstitle
{
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, Verdana, sans-serif;

}
.newssummary
{
	color: #000000;
	font-weight: normal;
	font-family: Georgia, Helvetica, Arial, Verdana, sans-serif;
 
}
.newsrow
{
background: none;

}
.breadcrumb
{
	font-weight: normal;
}
.SkinObject
{
	font-weight: normal;
}

