/* 
================================
Skin styles for DotNetNuke
================================
*/   
body
{
  background-color: #73A44D;
  font-family: arial;
  font-size:10pt;
  text-align:center;
}

table {font-size:1em;}

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #73A44D;
}
.skinmaster {
	height: 100%;
	background-color: #FFFFFF;
	BORDER-RIGHT: #73A44D 1px solid; 
	BORDER-TOP: #73A44D 1px solid; 
	BORDER-LEFT: #73A44D 1px solid; 
	BORDER-BOTTOM: #73A44D 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.dg_SearchLogo
{
  background-color: #FFFFFF;
}
.dg_WhiteFooter
{
  color: #FFFFFF;
  font-family:arial;
  font-size: 8pt;
}
A.dg_WhiteFooter:link {
    text-decoration:    none;
    color:#FFFFFF;
}
A.dg_WhiteFooter:visited  {
    text-decoration:    none;
    color:#FFFFFF;
}

A.dg_WhiteFooter:active   {
    text-decoration:    none;
    color:#FFFFFF;
}

A.dg_WhiteFooter:hover    {
    text-decoration:    underline;
    color:#FFFFFF;
}
.skinheader {
}
.skingradient {
	/*BACKGROUND-IMAGE: url(gradient_DkBlue.jpg); HEIGHT:30px;*/
	background-color: #000000;
	color: #FFFFFF;
}
.controlpanel {
	width: 100%;
	background-color: #FFFFFF;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: #FFFFFF;
	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: 210px;
	background-color: #F8F8F8;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.MainMenu_MenuContainer {
	background-color: black;
  width:529px;
	height:35px;
	/*background:url(/images/menu_bg.gif) no-repeat;*/ 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
	}
.MainMenu_MenuItem {
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 1px solid; 
	border-right: #000000 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: transparent;
	}
.MainMenu_MenuIcon {
	background-color: #000000; 
	border-left: #000000 1px solid; 
	border-bottom: #000000 1px solid; 
	border-top: #000000 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #000000;  
	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: transparent; 
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}
.MainMenu_MenuArrow {
	border-right: #000000 1px solid; 
	border-bottom: #000000 1px solid; 
	border-top: #000000 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 

}
.MainMenu_RootMenuItem
{
/* background: url('/images/red_line_short.gif'); */
}

.dg_TopLinkSection
{
  background-color:black;
  color:white;
  width:106px;
  float:left;
  font-size:8pt;
}
/* Custom menu styles for the DG skin */
.dg_MenuRootArrow
{
  display:none; 
}
.dg_MenuText_Red
{
 width:106px;
 height:35px;
 text-align:center;
 background: url('/images/bg_redbutton.gif');
 float:left;
 color:white;
}

.dg_MenuText_Yellow
{
 width:106px;
 height:35px;
 text-align:center;
 background: url('/images/bg_yellowbutton.gif');
 float:left;
 color:white;
}

.dg_MenuText_Green
{
 width:106px;
 height:35px;
 text-align:center;
 background: url('/images/bg_greenbutton.gif');
 float:left;
color:white;
}

.dg_MenuText_DarkBlue
{
 width:106px;
 height:35px;
 text-align:center;
 background: url('/images/bg_darkbluebutton.gif');
 float:left;
 color:white;
}

.dg_MenuText_Blue
{
 width:106px;
 height:35px;
 text-align:center;
 background: url('/images/bg_bluebutton.gif');
 float:left;
 color:white;
}

/* end custom dg menu styles */

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	display:none;
}
.StandardButton     {
    background: #7994CB none; 
    color: #FFFFFF;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #DFE5F2;
	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;
}

/*
 custom styles for Falafel Press Releases
*/

.title1
{
  text-align:left;
  font-family: arial;
  font-size:15pt;
  color:black;
}

.returnbutton
{
  font-family: arial;
  font-size:10pt;
  float:left;
}

A.returnbutton:link {

}
A.returnbutton:visited  {

}

A.returnbutton:active   {

}

A.returnbutton:hover    {
    text-decoration:    underline;
}

.FalafelPressRelease
{
 text-align:left;
 font-family:arial;
 font-size:8pt;  
 margin-right:200px;
}
/* begin DNN Menu classes */
.DGMenu_Container
{
	color:white;
	background-color:black;
}

.DGMenu_MenuBar
{
	font-family:Tahoma;
	font-weight:bold;
	color:white;
	background-color:black;
    cursor:pointer;
    cursor:hand;
}

.DGMenu_Submenu
{
	color:white;
	background-color:black;
	padding-left: 10px;
    cursor:pointer;
    cursor:hand;
}

.DGMenu_Node
{
    font-family:Tahoma;
    padding-bottom:8px;
    font-size:10pt;
	font-weight:bold;
	color:white;
	background-color:black;
    cursor:pointer;
    cursor:hand;
}

.DGMenu_Hover
{
	font-family:Tahoma;
	padding-bottom:8px;
	font-weight:bold;
	background-color:#333333;
    cursor:pointer;
    cursor:hand;
}

.DGMenu_HoverRoot
{
    font-family:Tahoma;
    padding-bottom:8px;
    font-size:10pt;
	font-weight:bold;
	color:white;
	background-color:Black;
    cursor:pointer;
    cursor:hand;
}