.LargerText 
{
    font-size: small;
}
/* 
================================
Skin styles for DotNetNuke
================================
*/   
#body 
{
	direction:rtl;
}

.NewsPane
{
    background-image:url(images/news-bg.jpg);
    background-repeat:repeat-x;
    padding-left:10px;
    padding-right:10px;
}

.CatalogPane
{
    background-image:url(images/news-bg.jpg);
    background-repeat:repeat-x; 
    background-color:#EEF7F2;
    height:100%;
	width:250px;
    
}

.ContentPane
{
  padding-left:10px;
  padding-right:10px;
  padding-top:10px;
}

.ContentArea
{
  padding-top:6px;
}

.RightPane
{
  /*background-image:url(images/news-bg.jpg);*/
  background-color:White;
}

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #ffffff;
	direction: rtl
}
.skinmaster {
	height: 100%;
	background-color: #ffffff;
}
.skinheader {
}
.Normal 
{
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	color: Black;
	word-spacing:1px;
}
.controlpanel {
	width: 100%;
	background-color: #ffffff;
}

.menupane 
{
	height: 27;
	background-color: #cde6da;
}

.MainMenu_MenuContainer {
	background-color: #cde6da;
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	background-color: #8da4d3; 
}

.main_dnnmenu_itemhover td {  
	background-color: #8da4d3; 
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #cad5ea;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	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; 
}
.main_dnnmenu_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;
}
.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);
}

input#dnn_SearchCTL_txtSearch
{
  border-style: solid;
  border-width:1px;
  border-color: #CFCFCF;
}

.Head {
   font-family: Arial;
   font-size:  18px;
   font-weight: bold;
   color: #FF7A03;
}


.Normal{
    font-family:Arial;
    font-size:12px;
    color:#7E7E7E;
    font-weight:normal;
}
.SubHead{
    font-family:Arial;
    font-size:14px;
    font-weight:bold;
    color:#FF7A03;
}
/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#houseMenuH, #houseMenuH ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	border: 0;
	list-style-type: none;
	white-space: nowrap;
	position: relative;
	z-index: 99999;
}

#houseMenuH li { /* all list items */
	position: relative;
	display: inline;
	float: right;
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li li { /* all items under the top level */
	z-index: 11113;
	
}

#houseMenuH a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;
}

#houseMenuH li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li ul {
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 11112;
		text-align:right;
		
		
}


#houseMenuH li ul ul 
#houseMenuH li ul ul ul,
#houseMenuH li ul ul ul ul,
#houseMenuH li ul ul ul ul ul
{ /* third-and-above-level lists */
	margin: 0;
	border: 0;
	padding: 0;
		text-align:right;
}


#houseMenuH li:hover ul ul, 
#houseMenuH li:hover ul ul ul, 
#houseMenuH li.sfhover ul ul, 
#houseMenuH li.sfhover ul ul ul,

#houseMenuH li:hover ul ul ul, 
#houseMenuH li:hover ul ul ul ul, 
#houseMenuH li.sfhover ul ul ul, 
#houseMenuH li.sfhover ul ul ul ul,

#houseMenuH li:hover ul ul ul ul, 
#houseMenuH li:hover ul ul ul ul ul, 
#houseMenuH li.sfhover ul ul ul ul, 
#houseMenuH li.sfhover ul ul ul ul ul,

#houseMenuH li:hover ul ul ul ul ul, 
#houseMenuH li:hover ul ul ul ul ul ul, 
#houseMenuH li.sfhover ul ul ul ul ul, 
#houseMenuH li.sfhover ul ul ul ul ul ul


{
	left:-9999px;
	display:block;
}


#houseMenuH li:hover ul, 
#houseMenuH li li:hover ul, 
#houseMenuH li li li:hover ul, 
#houseMenuH li li li li:hover ul,
#houseMenuH li li li li li:hover ul,
#houseMenuH li li li li li li:hover ul,
#houseMenuH li.sfhover ul, 
#houseMenuH li li.sfhover ul, 
#houseMenuH li li li.sfhover ul, 
#houseMenuH li li li li.sfhover ul,
#houseMenuH li li li li li.sfhover ul,
#houseMenuH li li li li li li.sfhover ul
{ /* lists nested under hovered list items */
	left:-144px;
	z-index: 99999;
	display:block;
}


#houseMenuH iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}

.ArrowPointer
{
	cursor: default;
}



/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/
#houseMenuH, #houseMenuH ul { /* all submenu lists */
	line-height: 12px;
	height: 12px;
	_height: 12px;
	display:block;
	width:716;
	background-color:#cde6da;

}

#houseMenuH li { /* all list items */
width: 148px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	height: 12px;
	_height: 10px;
	/* end hack */
	display:block;
}

#houseMenuH li li { /* all items under the top level */
width: 148px;
	height: 12px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 148px;
	/* end hack */
	display:block;
	border-left:none;

}

#houseMenuH a { /* all links within the menu wrapper */
font-family: Arial;
	font-size: 9pt;
	text-decoration: none;
	letter-spacing: 1px;
	color: #097D4C;
	/*background-color: Transparent;*/
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: 9pt;
	_height: 9pt;
	/* end hack */
	padding:0px 0px 0px 0px;
	font-weight:bold;
	display:block;
  vertical-align:bottom;
  border-left:dotted 1px #097D4C;
}

#houseMenuH li a 
{
  width:100%;
	color: #097D4C;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: 20px;
	_height: 20px;
	/* end hack */
	padding:0px 5px 0px 5px;
	margin-top:5px;
	_margin-top:5px;
	font-weight:normal;
	/*display:block;*/

}


#houseMenuH li li a { /* all item links under the top level */
	width: 148px;
	height: 16px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 148px;
	_height: 20px;
	/* end hack */
	font-size:12px;
	font-weight:normal;
	display:block;
	color:black;
	background-image:none;
	line-height:20px;
	padding-left:14px;
	padding-right:14px;
	background-color:#CCE6D9;
	border-bottom-color:#5A8C73;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

#houseMenuH li a:hover {
	color: #097D4C;
	padding:0px 5px 0px 5px;
	display:block;
		margin-top:5px;
	_margin-top:5px;
	  border-left:dotted 1px #097D4C;
}

#houseMenuH li li a:hover {
	color: #FFF;
	background-color: #FF861B; 
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: 16px;
	_height: 20px;
	/* end hack */
	font-weight:normal;
	display:block;
	background-image:none;
	line-height:20px;
	padding-left:14px;
	padding-right:14px;
	width:148px;
	border-bottom-color:#5A8C73;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

#houseMenuH li ul { /* second-level lists */
		width: 148px; /* width of submenu, must be set so third-level list can get shifted over properly */
	/*left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	display:none;
	margin: -2px 0 0 0;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	margin: 0;
	/* end hack */
	line-height: 12px;
	background-color: #FFF;
	height: auto;
}

#houseMenuH li ul ul,
#houseMenuH li ul ul ul,
#houseMenuH li ul ul ul ul,
#houseMenuH li ul ul ul ul ul
 { /* third-and-above-level lists */
	margin: -22px 0 0 144px;
	border: solid 1px #036;
	line-height: 12px;
	background-color: #FFF;
	display:none;
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#houseMenuH #houseMenuParentItem a
{ /* all links under the parent item (li) */
	background-color: transparent; 
	text-decoration: none;
}

#houseMenuH a#houseMenuParentLink
{ /* parent link itself */
	background-color: transparent; 
	text-decoration: none;
}

#houseMenuH a#houseMenuCurrentLink
{ /* current link itself */
	color: #000; 
	background-color: #CCE6D9; 
	text-decoration: none;
}

/*******************************************************
 End Of For House Menu
*******************************************************/


.FormPadding td
{
  padding: 3px 3px 3px 3px; 
}

.FormPadding tr
{
  padding-right: 30px;
}/*
.FormPadding .Head
{
  color: #CC5A24;
  	font-family:Arial;
    font-size:16px;
    font-weight:bold;
}
.FormPadding .SubHead
{
  color: #769E48;
  	font-family:Arial;
    font-size:14px;
    font-weight:normal;
}

.FormPadding .NormalTextBox
{
    color: black;
  	font-family:Arial;
    font-size:12px;
    font-weight:normal;
}

.FormPadding .Disabled
{
    color: black;
  	font-family:Arial;
    font-size:12px;
    font-weight:normal;
}
.FormPadding .SubHeadBold
{
    color: #769E48;
  	font-family:Arial;
    font-size:16px;
    font-weight:normal; 
}*/