  /* 
================================
Skin styles for DotNetNuke
================================
*/  
.container_controlpanel
{
  background-color: white;
  width: 100%;
  padding: 0px;
}
.container_controlpanel TD
{
  background-color: white;
  border: none;
}

.pagemaster {
	width: 100%;
	height: 100%;	
	background-image: url(bg_site.png);
	background-repeat: repeat;
	vertical-align: top;
}
.skinmaster {
	background-color: #ffffff;
	border-right: #999999 1px solid; 
	border-bottom: #999999 1px solid; 
	border-left: #999999 1px solid; 
	border-top: #999999 0px solid;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader 
{
  background-color: #5F7803;
  height: 60px;
}
.skinmenu 
{
  background-color: #737373;
  background-image: url(bg_menu.png);
	border-top: solid 1px white;
	border-bottom: solid 1px white;
	text-align: center;
	height: 22px;
}
/* Splash Classes START */
.splash_columns
{
  width: 100%;
  border: 0px 0px 0px 0px;
}
.splash_column_pane
{
  padding-left: 12px;
  padding-right: 6px;
  border-right: dotted 1px #999999;
  vertical-align: top;
  width: 33%;
}
.splash_column_pane_right
{
  padding-left: 12px;
  padding-right: 12px;
  vertical-align: top;
  width: 33%;
}
.SplashImage
{
  border: solid 0px pink;
  background-color: #ffffff;
  width: 100%;
}

/* Splash Classes END */


/* Content Classes START */
a.CollapseDivHeading:link, a.CollapseDivHeading:visited, a.CollapseDivHeading:active, a.CollapseDivHeading:hover
{
  font-weight: bold;
  color: #333333;
  font-size: 11px;
  text-decoration: none;
  font-family: Arial, helvetica, Sans-Serif;
}
.skincontent
{
  width: 100%
}
.contactpane  
{
  background-color: transparent;
  color: white;
  font-size: 9pt;
  line-height: 24px;
  font-weight: bold;
  padding-right: 10px;
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
.contactpane a:link
{
  color: White;
  font-weight: bold;
  text-decoration: none;
}
.contactpane a:visited
{
  color: White;
  font-weight: bold;
  text-decoration: none;
}
.contactpane a:hover
{
  color: White;
  font-weight: bold;
  text-decoration: underline;
}
.contactpane a:active
{
  color: White;
  font-weight: bold;
  text-decoration: underline;
}
.leftpane
{
  width: 189px;
  vertical-align: top;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
}

.breadcrumbs
{
  height: 26px;
  border: none 0px #FFFFFF;
  padding-left: 0px;
  padding-top: 3px;
  padding-bottom: 15px;
  color: blue;
}
.breadcrumbs a:link 
{
  font-size: 7pt;
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  text-decoration: none;
  color: blue;
}
.breadcrumbs a:visited 
{
  font-size: 7pt;
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  text-decoration: none;
  color: blue;
}
.breadcrumbs a:hover
{
  font-size: 7pt;
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  text-decoration: underline;
  color: blue;
}
.breadcrumbs a:active
{
  font-size: 7pt;
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  text-decoration: underline;
  color: gray;
}

.contentpane
{
  width: 470px;
  vertical-align: top;
  padding-top: 14px;
  padding-left: 8px;
  padding-right: 10px;
  padding-bottom: 10px;
}
.content_main_fullwidth
{
  width: 600px;
  vertical-align: top;
  padding-top: 14px;
  padding-left: 8px;
  padding-right: 10px;
  padding-bottom: 10px;
}
.rightpane
{
  width: 141px;
  vertical-align: top;
}
.content_rightimage
{
  text-align: center;
  width: 141px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: #E1E9D9;
}


.content_rightinfo
{
  background-color: #E1E9D9;
  padding-left: 10px;
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 10px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 7pt;
}

.bg_green
{
  background-color: #E1E9D9;
}

.bottompane
{
  color: white;
  background-color: #5F7803;
  padding-left: 10px;  
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 7pt;
  height: 20px;
  vertical-align: bottom;
}
.bottompane a:link
{
  color: white;
  text-decoration: none;
}
.bottompane a:visited
{
  color: white;
  text-decoration: none;
}
.bottompane a:hover
{
  color: white;
  text-decoration: underline;
}
.bottompane a:active
{
  color: white;
  text-decoration: underline;
}

.page_divider
{
  border-bottom: solid 2px #5F7803;
}
.titlepane
{
  color: #454545;
  vertical-align: bottom;
  height: 26px;
	background-color: transparent;
  font-family: Verdana, Helvetica, Sans-Serif;
  font-size: 14pt;
  font-weight: normal;
  padding-bottom: 6px;
}
.titlepane P 
{
  color: #454545;
  vertical-align: bottom;
  height: 26px;
	background-color: transparent;
  font-family: Verdana, Helvetica, Sans-Serif;
  font-size: 14pt;
  font-weight: normal;
  padding-bottom: 6px;
}

.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
.bottom_line
{
  border-bottom: solid 1px #5F7803;
  height: 10px;
}
/* Content Classes END */

.StandardButton {
  background: #5F7803 none; 
  color: white;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
/* Main Menu */

.MainMenu_MenuContainer {
	background-color: #737373; 
}

.MainMenu_MenuBar {
	background-color: #737373; 
	cursor: pointer; 
	cursor: hand;
}

/* Root Menu Classes */
.RootMenu_Separator
{
  background-image:url(/Portals/_default/skins/RSM-Equico/menu_divider.gif);
 
}
.RootMenu_Item TD
{
  background-color: #000000;
  text-align: center;
  color: #FFFFFF;
}
.RootMenu_Active TD 
{
  background-color: #000000;
  text-align: center;
  color: #FFFFFF;
}  
.RootMenu_Selected TD 
{
  background-color: #DDDDDD;
  text-align: center;
  color: #737373;
}  

/* Main menu item classes */
.MainMenu_MenuItem 
{
  background-color: #DDDDDD;
	padding-left: 3px;
	padding-right: 10px;
	border-top: solid 0px #737373;
	border-bottom: solid 0px #737373;
	border-left: solid 0px #737373;
	border-right: solid 0px #737373;
	color: #737373; 
	font-family: Arial, Helvetica, Sans-Serif; font-size: 8pt; font-weight: normal; font-style: normal;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	cursor: pointer; 
	cursor: hand; 
	height: 22px;
}

.MainMenu_MenuItemSel 
{
  background-color: #737373;
	padding-left: 3px;
	padding-right: 10px;
	border-top: solid 0px #737373;
	border-bottom: solid 0px #737373;
	border-left: solid 0px #737373;
	border-right: solid 0px #737373;
  color: red;
	font-family: Arial, Helvetica, Sans-Serif; font-size: 8pt; font-weight: normal; font-style: normal;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	cursor: pointer; 
	cursor: hand; 
	height: 22px;
}

.MainMenu_SubMenuItem 
{
  background-color: #DDDDDD;
	padding-left: 3px;
	padding-right: 10px;
	border-top: solid 0px #737373;
	border-bottom: solid 0px #737373;
	border-left: solid 0px #737373;
	border-right: solid 0px #737373;
	color: #737373; 
	font-family: Arial, Helvetica, Sans-Serif; font-size: 8pt; font-weight: normal; font-style: normal;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	cursor: pointer; 
	cursor: hand; 
	height: 22px;
}

.MainMenu_SubMenuItemSel 
{
  background-color: #737373;
	padding-left: 3px;
	padding-right: 10px;
	border-top: solid 0px #737373;
	border-bottom: solid 0px #737373;
	border-left: solid 0px #737373;
	border-right: solid 0px #737373;
  color: #DDDDDD;
	font-family: Arial, Helvetica, Sans-Serif; font-size: 8pt; font-weight: normal; font-style: normal;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	cursor: pointer; 
	cursor: hand; 
	height: 22px;
}


.MainMenu_MenuIcon {
  display: none;
}

.MainMenu_MenuBreak {
	border-right: solid 0px #DDDDDD;
	border-left: solid 0px #DDDDDD;
	border-bottom: solid 0px #696969;
	border-top: solid 0px #DDDDDD;
	background-color: #737373;
	height: 1px;
}

.MainMenu_MenuArrow {
	display: none;
}
.MainMenu_RootMenuArrow {
	display: none;
}

/* Main Menu 

.MainMenu_MenuContainer {
	background-color: transparent;
}

.MainMenu_MenuBar {
	background-color: transparent; 
	cursor: pointer; 
	cursor: hand;
}

 Root Menu Classes 
.RootMenu_Separator
{
  background-image: url(/Portals/_default/skins/RSM-Equico/menu_divider.gif);
 
}
.RootMenu_Item TD
{
  background-color: transparent;
  text-align: center;
	font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 11px; font-weight: normal; font-style: normal;
  color: #DDDDDD;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 22px;
}
.RootMenu_Active TD 
{
  background-color: transparent;
  text-align: center;
	font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 11px; font-weight: normal; font-style: normal;
  color: #DDDDDD;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 22px;
}  
.RootMenu_Selected TD 
{
  background-color: #DDDDDD;
  text-align: center;
	font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 11px; font-weight: normal; font-style: normal;
  color: #737373;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 22px;
}  

Main menu item classes 

.MainMenu_MenuItem 
{
  background-color: #DDDDDD;
	padding-left: 3px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: solid 0px #737373;
	border-bottom: solid 1px #CCCCCC;
	border-left: solid 4px #737373;
	border-right: solid 0px #737373;
	color: #737373; 
	font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 10px; font-weight: normal; font-style: normal;
	cursor: pointer; 
	cursor: hand; 
	height: 22px;
}

.MainMenu_MenuItemSel 
{
  background-color: #CCCCCC;
	padding-left: 3px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: solid 0px #737373;
	border-bottom: solid 1px #5F7803;
	border-left: solid 4px #5F7803;
	border-right: solid 0px #737373;
  color: #5F7803;
	font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 10px; font-weight: normal; font-style: normal;
	cursor: pointer; 
	cursor: hand; 
	height: 22px;
}
.MainMenu_SubMenuItem 
{
  background-color: #DDDDDD;
	padding-left: 3px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: solid 0px #737373;
	border-bottom: solid 1px #CCCCCC;
	border-left: solid 4px #737373;
	border-right: solid 0px #737373;
	color: #737373; 
	font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 10px; font-weight: normal; font-style: normal;
	cursor: pointer; 
	cursor: hand; 
	height: 22px;
}

.MainMenu_SubMenuItemSel 
{
  background-color: #CCCCCC;
	padding-left: 3px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: solid 0px #737373;
	border-bottom: solid 1px #5F7803;
	border-left: solid 4px #5F7803;
	border-right: solid 0px #737373;
  color: #5F7803;
	font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 10px; font-weight: normal; font-style: normal;
	cursor: pointer; 
	cursor: hand; 
	line-height: 22px;
}


.MainMenu_MenuIcon {
  display: none;
}

.MainMenu_MenuBreak {
	border-right: solid 0px #DDDDDD;
	border-left: solid 0px #DDDDDD;
	border-bottom: solid 1px #CCCCCC;
	border-top: solid 0px #DDDDDD;
}

.MainMenu_MenuArrow {
	display: none;
}
.MainMenu_RootMenuArrow {
	display: none;
}

*/



