body 
{
    text-align: center;
    margin: 0px;
    padding: 0px;
    background-color:#8f8199;
}

#wrapper
{
    width: 772px;
    margin: 0px auto;
    background-color: #fefffc;
	background-image: url(contentbkgnd.jpg);
	background-repeat: repeat-y;
    text-align: left;
}

#topper
{
    width: 770px;
    height: 20px;
    background-color: #6d7c45;
    padding-top: 4px;
	border: solid 1px #fefffc;
	border-bottom: 0px;
}

#menu
{
    float: left;
    width: 550px;
    margin-left: 5px;
}

#userlogin
{
    float: right;
    width: 160px;
    margin-right: 5px;
    text-align: right;
} 

#headerpic
{
    clear: both;
    width: 770px;
    height: 106px;
    background-image: url( mhead.jpg );
	border: solid 1px #fefffc;
}

#allcontent
{
    width: 770px;
    text-align: left;

}

#sidebar
{
    float: left;
    width: 151px;
    padding: 30px 5px 10px 5px;
	border-left: solid 1px #fefffc;
	border-top: 0px;
	border-bottom: 0px;
	border-right: 0px;
}

#sidebar a:link
{
	color: #003366;
}	

#sidebar a:hover
{
	color: #ff0000;
}	

#sidebar a:visited
{
	color: #003366;
}	

#content
{
    float: right;
    width:582px;
	margin-right: 13px;
    padding: 10px 0px 0px 0px;
}

#crumbs
{
    width: 100%;
    text-align: center;
    color: #b4c291;
    font-size: 8.5pt;
	margin-bottom: 7px;
}    

#terms
{
    clear: both;
    width: 770px;
    height: 15px;
    text-align: center;
    background-color: #6d7c45;
	border: solid 1px #fefffc;
}

#privacy
{
    width: 770px;
    height: 15px;
    text-align: center;
    background-color: #b4c291;
	border: solid 1px #fefffc;
	border-top: 0px;
}

#copyright
{
    width: 770px;
    height: 15px;
    text-align: center;
    background-color: #6d7c45;
	border: solid 1px #fefffc;
	border-top: 0px;
}

	
/* ================================

    CSS STYLES FOR DotNetNuke NukedSkins 101 by Nina Meiers - xd.com.au

   ================================

*/   



/* GENERAL */

.Body {

	background-color:#E5ECFA;

}



/* style for module titles */

.HeadBG  {

    font-family: Tahoma, Arial, Helvetica;

    font-size:  11px;

    font-weight: bold;

    color: #000000;

	 background-image: url(/myisrael/Portals/24/Skins/ShemaSkin103/layer_02.jpg);

	 height: 151px;

	 width: 770px;

}



.Head   {

    font-family: Tahoma, Arial, Helvetica;

    font-size:  12px;

    font-weight: bold;

    color: #5b4075;
}



.H1

{

    font-family: Tahoma, Arial, Helvetica;

    font-size: 20px;

    font-weight: bold;

    color: #092157;

}



.H2

{

    font-family: Tahoma, Arial, Helvetica;

    font-size: 16px;

    font-weight: bold;

    color: #092157;

}



.H3

{

    font-family: Tahoma, Arial, Helvetica;

    font-size: 11px;

    font-weight: bold;

    color: #092157;

}


A:link

{

	text-decoration: none;

	color: #0000ff;

}



A:visited

{

	text-decoration: none;

	color: #0000ff;

}



A:hover

{

	text-decoration: underline;

	color: #ff0000;

}



A:active

{

	text-decoration: none;

	color: #0000ff;

}


/* background color for the content part of the pages */



.LeftPane {

background-image: url(/myisrael/Portals/24/Skins/ShemaSkin103/layer06.jpg);

width: 250px;

margin: 0px 0px 0px 0px;

background-repeat: repeat-y;

}



.ContentPane {

margin: 5px 5px 5px 5px;

padding: 5px 5px 5px 5px;

background-color: #DFDFE0;

}



.RightPane {

background-image: url(/myisrael/Portals/24/Skins/ShemaSkin103/layer06.jpg);

width: 150px;

}



.Footer {

    font-family: Tahoma, Arial, Helvetica;

    font-size: 11px;

    font-weight: normal;

    color: #6c7b44;

}







/* text style used for most text rendered by modules */

.Normal

{

    font-family: Tahoma, Arial, Helvetica;

    font-size: 11px;

    font-weight: normal;

}



/* text style used for textboxes in the admin and edit pages, for Nav compatibility */

.NormalTextBox

{

    font-family: Tahoma, Arial, Helvetica;

    font-size: 12px;

    font-weight: normal;

}



.NormalRed

{

    font-family: Tahoma, Arial, Helvetica;

    font-size: 12px;

    font-weight: bold;

    color: #ff0000

}



.NormalBold

{

    font-family: Tahoma, Arial, Helvetica;

    font-size: 11px;

    font-weight: bold

}







/* text style for the selected tab */

.SelectedTab {

  font-family: Verdana, Arial, Helvetica;

  font-size: 8.5pt;

  font-weight: bold;

  color: white;

  text-decoration: none;

}





/* hyperlink style for the selected tab */

A.SelectedTab:link  { 

  color: white;

  text-decoration: none;

}



A.SelectedTab:visited  { 

  color: white;

  text-decoration: none;

}



A.SelectedTab:active   { 

  color: #eeeeee;

  text-decoration: none;

}



A.SelectedTab:hover   { 

  color: white;

  text-decoration: underline;

}



.OtherTabs  { 

  font-family: Verdana, Arial, Helvetica;

  font-size: 8.5pt;

  font-weight: bold;

  color: white;

  text-decoration: none;

}



A.OtherTabs:link  { 

  color: white;

  text-decoration: none;

}



A.OtherTabs:visited  { 

  color: #eeeeee;

  text-decoration: none;

}



A.OtherTabs:active   { 

  color: #eeeeee;

  text-decoration: none;

}



A.OtherTabs:hover   { 

  color: #F26C4F;

  text-decoration: underline;

}



/* Main Menu */



.MainMenu_MenuContainer {

	border-bottom: #404040 0px solid; 

	border-left: #FF8080 0px solid; 

	border-top: #FF8080 0px solid; 

	border-right: #404040 0px solid;  

	background-color: transparent;

}



.MainMenu_MenuBar {

	cursor: pointer; 

	cursor: hand; 

	height:16;

}



.MainMenu_MenuItem {

	cursor: pointer; 

	cursor: hand; 

	color: white; 

	font-family: Tahoma, Arial, Helvetica; 

	font-size: 11px; 

	font-weight: bold; 

	font-style: normal; 

	border-left: #000000 0px solid; 

	border-bottom: #000000 0px solid; 

	border-top: #000000 0px solid; 

	border-right: #000000 0px solid;

}



.MainMenu_MenuIcon {

	cursor: pointer; 

	cursor: hand; 

	background-color: #092157;

	border-left: #000000 0px solid; 

	border-right: #000000 0px solid; 

	border-bottom: #000000 0px solid; 

	border-top: #000000 0px solid; 

	text-align: center; 

	width: 15; 

	height: 21;

}



.MainMenu_SubMenu {

	z-index: 1000; 

	cursor: pointer; 

	cursor: hand; 

	background-color: #B4C291; 

	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 

	border-bottom: #404040 0px solid; 

	border-left: #FF8080 0px solid; 

	border-top: #FF8080 0px solid; 

	border-right: #404040 0px solid;

}



.MainMenu_MenuBreak {

	border-bottom: #404040 0px solid; 

	border-left: #FF8080 0px solid; 

	border-top: #FF8080 0px solid;  

	border-right: #404040 0px solid; 

	background-color: #000000; 

	height: 0px;

}



.MainMenu_MenuItemSel {

	background-color: transparent; 

	cursor: pointer; 

	cursor: hand; 

	color: #092157; 

	font-family: Tahoma, Arial, Helvetica; 

	font-size: 11px; 

	font-weight: bold; 

	font-style: normal;
	
	

}



.MainMenu_MenuArrow {

	font-family: webdings; 

	font-size: 10pt; 

	color: white; 

	cursor: pointer; 

	cursor: hand; 	border-right: #000000 0px solid; 

	border-bottom: #000000 0px solid; 

	border-top: #000000 0px solid;

}



.MainMenu_RootMenuArrow {

	font-family: webdings; 

	font-size: 10pt; 

	cursor: pointer; 

	cursor: hand;

}

/* text style for the selected tab */

.BreadCrumb {

  font-family: Verdana, Arial, Helvetica;

  font-size: 8.5pt;

  font-weight: bold;

  color: #b4c291;

  text-decoration: none;

}





/* hyperlink style for the selected tab */

A.BreadCrumb:link  { 

  color: #b4c291;

  text-decoration: none;

}



A.BreadCrumb:visited  { 

  color: #b4c291;

  text-decoration: none;

}



A.BreadCrumb:active   { 

  color: #b4c291;

  text-decoration: none;

}



A.BreadCrumb:hover   { 

  color: #092157;

  text-decoration: underline;

}






/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/* Applied to all unordered lists within the div named "houseMenuVstatic" */
#houseMenuVstatic ul
{
	margin: 0;
	border: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	list-style-type: none;
	width: 144px;
}

/* Applied to all list items within the div named "houseMenuVstatic" */
#houseMenuVstatic li
{
	display: inline;
	margin: 0;
	border: 0;
	padding: 0;
	width: 144px;
}

/* Applied to all links. Use "li a" styles below to customize nested links. */
#houseMenuVstatic a
{
	padding-right: 6px;
	display: block;
	padding-left: 6px;
	padding-bottom: 4px;
	color: #003366;
	padding-top: 4px;
	background-color: transparent;
	font-weight: normal;
	width: 138px;
	_width: 144px;
	margin: 0;
}

/* Applied to all links. Use "li a" styles below to customize nested links. */
#houseMenuVstatic a:hover
{
	background-color: transparent;
	color: #ff0000;
}

/* Applied to first-level links */
#houseMenuVstatic ul a
{
}

/* Applied to second-level links */
#houseMenuVstatic ul ul a
{
	padding-left: 12px;
	background-color: transparent;
	width: 138px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 132px;
	_width: 144px;
	/* end hack */
}

/* Applied to third-level links */
#houseMenuVstatic ul ul ul a
{
	padding-left: 18px;
	background-color: #6699cc;
	width: 138px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 126px;
	_width: 144px;
	/* end hack */
}

/* Applied to fourth-level links */
#houseMenuVstatic ul ul ul ul a
{
	padding-left: 24px;
	background-color: #6699cc;
	width: 138px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 120px;
	_width: 144px;
	/* end hack */
}

/* Applied to fifth-level links */
#houseMenuVstatic ul ul ul ul ul a
{
	padding-left: 30px;
	background-color: #6699cc;
	font-weight: normal;
	width: 138px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 114px;
	_width: 144px;
	/* end hack */
}

.ArrowPointer
{
	cursor: default;
}



/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#houseMenuParentItem a
{ /* all links under the parent item (li) */
	color: #003366;
	background-color: transparent;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

a#houseMenuParentLink
{ /* parent link itself */
	color: #003366;
	background-color: transparent;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

a#houseMenuCurrentLink
{ /* current link itself */
	color: #003366;
	background-color: transparent;
	text-decoration: underline;
}
