/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	
}
.skinmaster {
	

	
}
.skinheader {
}
.skingradient {
	background-image: url(gradient_DkBlue.jpg); 
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.leftpane {
	
	background-color: transparent;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
.contentpane {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	width: 650px;
	
}
.rightpane {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.TopLeftPane
{
	width:294px;
	height:212px;
}
.TopRightPane
{
	width:314px;
	height:212px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.LeftMidPane
{
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
padding-bottom: 2px;
}

.MiddlePane
{padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
padding-bottom: 2px;
	}
.RightMidPane
{
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
padding-bottom: 2px;}

.MainMenu_MenuContainer {
	background-color: transparent; 
	height:31px;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	
}
.MainMenu_MenuItem {
	
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-family: Tahoma; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: #02C102;
}
.MainMenu_MenuIcon {
	background-color: Transparent; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-image: url(nav_sep.jpg);
	background-repeat: repeat-x;
	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: #02C102;
	cursor: hand; 
	color: black; 
	font-family: Tahoma; 
	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; 
	font-weight: normal;
	color: #ffffff;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	font-weight: normal;
}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: Transparent;
	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;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}
.SubMenu /* outher left and right bg of unselected sub item, bg of sub tab */
{

	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	font-family: Tahoma; 
	font-size: 12px; 
	font-weight: bold; 
	color: #ffffff;
	height: 24px;
	background-color: Transparent;
	background-image: none;
	background-repeat: no-repeat;
	border-left: #98AAB1 0px solid;
	border-top: #98AAB1 0px solid;
	border-right: #98AAB1 0px solid;
	border-bottom: #98AAB1 0px solid;
}
.SubItemActive TD
{
	border-top: 0px solid;
	font-family: Tahoma; 
	font-size: 12px; 
	font-weight: bold; 
	color: #000000;
	height: 28px;
	background-color: #02C102;
}
.SubItemSelected
{
	font-family: Tahoma;
	font-size: 12px;
	color: #ffffff; 
	background-color: #02C102;
	
	
}
.SubItemBreadCrumb
{
	font-family: Tahoma; 
	font-size: 12px; 
	font-weight: bold; 
	color: #ffffff;
	background-color: Transparent;
	background-image: none;
	background-repeat: no-repeat;
	
}

.MenuContainer
{
	background-image: url(nav_rep.jpg);
	background-repeat: repeat-x;
	padding-left:1px;
	
	height: 28px;
	border-bottom: #036D41 0px solid;
}
.MenuItem /* activate bg image for subitems here */
{
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff;	
	font-family: Tahoma; 
	font-size: 12px; 
	font-weight: bold; 
	background-color: #02C102;
	
	 /* fixed firefox problem, do not use transparent here */
}
.MenuArrow
{
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	
}
.MenuRootArrow
{
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.MenuBar
{
	background-image: none;
	cursor: pointer;
	cursor: hand;
	
}
.RootItem TD
{
	font-family: Tahoma; 
	font-size: 12px; 
	font-weight: bold; 
	padding-left: 5px;
	padding-right: 5px;	
	color: #ffffff;
	height: 31px;
	background-color: Transparent;
}


.RootItemBreadCrumb TD
{
	color:#ffffff;
	font-family: Tahoma; 
	font-size: 12px; 
	font-weight: bold; 
	padding-left: 5px;
	padding-right: 5px;	
	height: 31px;
	background-color: Transparent;
}

.RootItemActive TD
{
	padding-left: 5px;
	padding-right: 5px;	
	font-family: Tahoma; 
	font-size: 12px; 
	font-weight: bold; 
	color: #000000;
	height: 31px;
	background-color: Transparent;
}

.RootItemSelected TD
{
	font-family: Tahoma; 
	font-size: 12px; 
	font-weight: bold; 
	padding-left: 5px;
	padding-right: 5px;	
	color:#000000;
	height: 31px;
	background-color: Transparent;
}
.bot_nav
{
	font-family: Verdana;
	font-size: 10px;
    color: #000000;
    text-decoration: none;
    font-weight: normal;
}
.bot_nav A
{
	font-family: Verdana;
	font-size: 10px;
    color: #000000;
    text-decoration: none;
    font-weight: normal;
}
.bot_nav A:hover
{
	font-family: Verdana;
	font-size: 10px;
    color: red;
    text-decoration: underline;
    font-weight: normal;
}
A.bot_nav:link {
    text-decoration:    none;
    color:#000000;
}
A.bot_nav:visited  {
    text-decoration:    none;
    color: #000000;
}
A.bot_nav:active   {
    text-decoration:    none;
    color:#000000;
}
A.bot_nav:hover    {
    text-decoration:    none;
    color:red;
}

.up_nav
{
	color:#828282;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.up_nav A
{
	color:#828282;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.up_nav A:hover
{
	color:#000000;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
A.up_nav:link {
    text-decoration:    none;
    color:#828282;
}
A.up_nav:visited  {
    text-decoration:    none;
    color:#828282;
}
A.up_nav:active   {
    text-decoration:    none;
    color:#828282;
}
A.up_nav:hover    {
    text-decoration:    none;
    color:#000000;
}
.lg_reg
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #6A6A6A;
}
.lg_reg A
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #6A6A6A;
}
.lg_reg A:hover
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
A.lg_reg:link {
    text-decoration:    none;
    color:#6A6A6A;
}

A.lg_reg:visited  {
    text-decoration:    none;
    color:#6A6A6A;
}

A.lg_reg:active   {
    text-decoration:    none;
    color:#6A6A6A;
}

A.lg_reg:hover    {
    text-decoration:    none;
    color: #000000;
}
.srch
{
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
	color: #004A00;
	text-decoration: none;
}
.go1
{
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #035903;
	text-decoration: none;
}
.go1 A
{
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #035903;
	text-decoration: none;
}
.go1 A:hover
{
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: red;
	text-decoration: none;
}