body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #005177;
	margin: 0;
	padding: 0;
}
/*ul {
	margin: 0px;
	padding: 6px;
	direction:rtl;
}
ol {
	margin: 0px;
	padding: 6px;
}*/
#maintable {
	width: 784px;
	/*background-image: url(images/bg_mid_1px.gif);*/
	background-color:#005177 ;
	padding: 0;
	/*text-align:right;
	direction:rtl;*/
}
#maincontent {
	/*width: 784px;*/
	color: #ffffff;
	/*direction: rtl;*/
	text-align:right;
	vertical-align: top;
	padding-right: 0px;
	padding-top: 20px;
}	


#maincontent p {
	margin: 8px 0;
	line-height: 150%;
	text-align: right;
}
#maincontent ul {
	margin: 0px;
	padding: 6px;
	direction:rtl;
}
#maincontent ol {
	margin: 0px;
	padding: 6px;
}
#sidebar {
	width: 121px;
	vertical-align: top;
	background-color: #FFFFFF;
}
#footer {
	background-color: #005177;
	color: #B0C6C6;
	text-align: center;
	font-size: 11px;
}
#anim {
	vertical-align: top;
	text-align: center;
	padding-top: 30px
}
a:link {
	color: #10364F;
	text-decoration: underline;
}
a:visited {
	color: #10364F;
	text-decoration: underline;
}
a:hover {
	color: #10364F;
	text-decoration: none;
}
a:active {
	color: #10364F;
	text-decoration: none;
}

#maincontent a:link {color: #10364F; text-decoration: underline;}
#maincontent a:visited {color: #10364F; text-decoration: underline;}
#maincontent a:hover {color: #10364F; text-decoration: none;}
#maincontent a:active {color: #10364F; text-decoration: none;}

#footer a:link, #footer a:visited {
	color: #44bbf6;
}
#footer a:hover, #footer a:active {
	color: #fff;
	background-color: #4E7D97;
}
.footereng {
	font-size: 90%;
}
.enginsert {
	font-size: 80%;
}
.monthbutton {
	color: black;
	border: 0px solid;
	background-color: #ADCEE0;
	color: #10364f;
	font-family: Arial, Helvetica, sans-serif;
	cursor:hand;
}
.yearbutton {
	color: black;
	border: 0px solid;
	background-color: #4d7d97;
	color: #10364f;
	font-family: Arial, Helvetica, sans-serif;
	cursor:hand;
}

.MenuB {
	font-size : 11px ; 
   	font-family : Verdana ; 
   	color: #3E798B ; 
   	background: #ffffff;
	border: 1px #FAF4E1 solid;
	width: 100px;
    cursor:hand;
}
.divscroll {
   height:300px;
   overflow:auto;
scrollbar-face-color: #96b3c3; /*pale gray*/
scrollbar-shadow-color: #96b3c3; /*pale gray*/
scrollbar-highlight-color: #fff; /*white*/
scrollbar-3dlight-color: #96b3c3; /*pale gray*/
scrollbar-darkshadow-color: #4d7d97; /*dark gray*/
scrollbar-track-color: #4d7d97; /*mid light gray*/
scrollbar-arrow-color: #005177; /*very dark gray*/
}

.ActionMenu {
    z-index: 220;
    position:absolute; 
   	color: #3E798B ; 
   	background: #4F7D97;
	width: 100px;
	}

/* 	Link styles for the Triggers

 	Set to block to make link fill up entire layer with medium gray
	background color that shows through the transparent fill of the trigger images */
.p7snaptrigger a {
	display: block;
	background-color: #C5A996;
}

/* 	When the trigger images are hovered over, the background color changes to white.
	We don't change text color because the link text is actually the non-transparent
	portion of the trigger image.
	
	Active and Focus trigger the color change in IE-PC and other
	modern browsers when tabbing through the links with keyboard. */
.p7snaptrigger a:hover, .p7snaptrigger a:active, .p7snaptrigger a:focus {
	background-color: #FFFFFF;
}


/* 	The Submenu Layers
 	Use a combined selector to assign all properties common to each
	of the Submenu Layers. */
#p7snapsubs1, #p7snapsubs2, #p7snapsubs3, #p7snapsubs21, #p7snapsubs22 {
	width: 121px;
	top: 87px;
	font-size: .9em;
	direction:rtl;
	background-color: #FFFFFF;
	visibility: hidden;
}
/* 	Now use individual selectors for each trigger Layer to assign
	their unique properties, in this case the left [top] property */
#p7snapsubs1 {
	top: 14px;
}
#p7snapsubs2 {
	top: 137px;
}
#p7snapsubs3 {
	top: 260px;
	visibility: hidden;
}

/* 	The submenu links are in paragraphs, so we set the margin to zero
	so there is no gap between links */
.p7submenus p {margin: 0;}


/* 	Submenu Link Styles
 	Use a combined selector for a and a:visited. Set padding in shorthand
	to 1px on top and bottom, 8px right and 8px left.
	
	Set display to block so entire link box, including padding is clickable.
	Set border to 1px solid.
	
	Set border colors in shorthand to Light Gray on top and left - and
	Charcoal Gray on right and bottom. This combination of colors creates
	a raised button-type effect.
	
	Set background color to dark gray, text to medium gray and turn off underlines. */
.p7submenus a, .p7submenus a:visited {
	display: block;
	padding: 1px 7px 1px 8px;
	background-color: #94B1C1;
	color: #01202F;
	direction:rtl;
	text-decoration: none;
	border-top: 1px solid #94B1C1;
	border-right: 0px solid #4D7D97;
	border-bottom: 1px solid #4D7D97;
	border-left: 1px solid #94B1C1;
}

/* 	Change background and text colors when links are hovered over.
	Use a combined selector for hover, active, and focus.
	
	Active and Focus trigger the color change in IE-PC and other
	modern browsers when tabbing through the links with keyboard. */ 
.p7submenus a:hover, .p7submenus a:active, .p7submenus a:focus {
	background-color: #4D7D97;
	color: #ffffff;
	direction:rtl;
	border-top: #ffffff;
	text-decoration: none;
}
.sidebarlogo {bottom}

#maincontent h1 {direction:rtl; text-align:right; font-size: 140%}
#maincontent h2 {direction:rtl; text-align:right; font-size: 120%}
#maincontent h3 {direction:rtl; text-align:right; font-size: 110%}
#maincontent h4 {direction:rtl; text-align:right; font-size: 100%}
#maincontent h5 {direction:rtl; text-align:right; font-size: 100%}


#enginsert {
	direction: ltr;
}	
#letters {
	width: 500px;
	line-height: 100%;
	text-align: center;
	margin: 0;
	padding:0;
	direction:rtl;
}
#menu {
	width: 400px;
	line-height: 100%;
	text-align: center;
	margin: 10;
	padding:10;
	direction:rtl;
	color: #005177;
	font-size: .9em;
}
#logoslogan {
	width: 190px;
	font-size: 90%;
	direction:rtl;
	line-height: 100%;
	text-align: center;
	margin: 0;
	padding:0;
}
.formdirection {
	font-family: Arial, Helvetica, sans-serif;
	direction:rtl; 
	font-size: 12px;
	background-color:#eee;
	color: 10364F;
}

#flags {text-align: center; font-size: 10px; background-color: #005177}
#sitemapeng {font-size: 10px; direction:ltr; text-align:left}
#sitemapeng ul {
	margin: .5em;
	padding: .5em;
}
#sitemapeng ol {
	margin: 1em;
	padding: 1em;
}
#maincontenteng {
	width: 375px;
	color: #ffffff;
	vertical-align: top;
	padding-right: 10px;
	padding-top: 30px;
	text-align:left;
	direction:ltr;
	font-size: 10px
}

#sitemapheb {
	width: 33%;
	color: #ffffff;
	direction: rtl;
	vertical-align: top;
	text-align:right;
	font-size: 11px;
	line-height:100%
}

#maincontent_table {
	width: 784px;
	color: #10364f;
	/*direction: rtl;*/
	text-align:right;
	vertical-align: top;
	padding-right: 0px;
	padding-top: 0px;
	background-color: #ADCEE0;
}	

/*#maincontent_table {
	padding: 30px 36px 30px 30px;
	/*background-image: url(../images/bart_mid.jpg);*/
	/*background-repeat: repeat-y;*/
	/*background-position: right top;
	/*font-size: 1em;*/
	/*line-height: 1.5em;
	/*text-align:right;*/
/*}*/
#maincontent_table th {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	background-color:#4d7d97;
	color: #fff;
	/*border-bottom:solid; border-bottom-color:#005177; border-bottom-width: 1px;
	border-right:solid; border-right-color:#fff; border-right-width: 1px;*/
	border-top:solid; border-top-color:#005177; border-top-width: 1px;
}
#maincontent_table td {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:12px;
	background-color:#ADCEE0;
	color:#10364f;
	border-bottom:solid; border-bottom-color:#005177; border-bottom-width: 1px;
	border-right:solid; border-right-color:#fff; border-right-width: 1px;
	vertical-align:top;
}

#maincontent_table_narrow {
	width: 300px;
	color: #10364f;
	/*direction: rtl;*/
	/*text-align:center;*/
	vertical-align: top;
	padding-right: 0px;
	padding-top: 0px;
	background-color: #ADCEE0;
}
#maincontent_table_narrow th {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	background-color:#4d7d97;
	color: #fff;
	/*border-bottom:solid; border-bottom-color:#005177; border-bottom-width: 1px;
	border-right:solid; border-right-color:#fff; border-right-width: 1px;*/
	border-top:solid; border-top-color:#005177; border-top-width: 1px;
}
#maincontent_table_narrow td {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:12px;
	background-color:#ADCEE0;
	color:#10364f;
	border-bottom:solid; border-bottom-color:#005177; border-bottom-width: 1px;
	border-right:solid; border-right-color:#fff; border-right-width: 1px;
	vertical-align:top;
}	


#printtable {
	width: 650px;
	color: #000;
	/*direction: rtl;*/
	text-align:right;
	vertical-align: top;
	padding-right: 0px;
	padding-top: 0px;
	background-color: #fff;
}
#printtable th {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	background-color:#CCCCCC;
	color: #000;
	border-bottom:solid; border-bottom-color:#005177; border-bottom-width: 1px;
	/*border-right:solid; border-right-color:#fff; border-right-width: 1px;*/
	border-top:solid; border-top-color:#005177; border-top-width: 1px;
}
#printtable td {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	background-color:#fff;
	color:#000;
	border-bottom:solid; border-bottom-color:#005177; border-bottom-width: 1px;
	border-right:solid; border-right-color:#FF6633; border-right-width: 1px;
	vertical-align:top;

}

#printtable_wide {
	width: 800px;
	color: #000;
	/*direction: rtl;*/
	text-align:right;
	vertical-align: top;
	padding-right: 0px;
	padding-top: 0px;
	background-color: #fff;
}
#printtable_wide th {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	background-color:#CCCCCC;
	color: #000;
	border-bottom:solid; border-bottom-color:#005177; border-bottom-width: 1px;
	/*border-right:solid; border-right-color:#fff; border-right-width: 1px;*/
	border-top:solid; border-top-color:#005177; border-top-width: 1px;
}
#printtable_wide td {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	background-color:#fff;
	color:#000;
	border-bottom:solid; border-bottom-color:#005177; border-bottom-width: 1px;
	border-right:solid; border-right-color:#FF6633; border-right-width: 1px;
	vertical-align:top;

}

#maincontent_table_waiterannounce {
	width: 784px;
	color: #10364F;
	/*direction: rtl;*/
	text-align:right;
	vertical-align: top;
	padding-right: 0px;
	padding-top: 0px;
	background-color:#FF9933
}
#maincontent_table_waiterannounce th {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	background-color:#CCCCCC;
	color:#10364F
	/*border-bottom:solid; border-bottom-color:#005177; border-bottom-width: 1px;
	border-right:solid; border-right-color:#fff; border-right-width: 1px;*/
	border-top:solid; border-top-color:#005177; border-top-width: 1px;
}
#maincontent_table_waiterannounce td {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:12px;
	background-color:#FF9933;
	color:#10364F;
	border-bottom:solid; border-bottom-color:#005177; border-bottom-width: 1px;
	border-right:solid; border-right-color:#fff; border-right-width: 1px;
	vertical-align:top;
}


#sidecol_table {
	width: 130px;
	color: #005177;
	/*direction: rtl;*/
	text-align:right;
	vertical-align: top;
	padding-right: 0px;
	padding-top: 0px;
	background-color: #ADCEE0;
}
#sidecol_table th {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color:#fff;
	color: #10364F;
	/*border-bottom:solid; border-bottom-color:#005177; border-bottom-width: 1px;
	border-right:solid; border-right-color:#fff; border-right-width: 1px;*/
	/*border-top:solid; border-top-color:#005177; border-top-width: 1px;*/
}
#sidecol_table td {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color:#fff;
	color:#103647;
	/*border-bottom:solid; border-bottom-color:#005177; border-bottom-width: 1px;*/
	border-right:solid; border-right-color:#fff; border-right-width: 1px;
}	
#sidecol_table ul {
	direction:rtl;
}
.toptitle {
	font-family: Arial, Helvetica, sans-serif;
	color:#005177;
	font-size: 1.7em;
}

#announce_table {
	width: 784px;
	color: #10364f;
	/*direction: rtl;*/
	text-align:right;
	vertical-align: top;
	padding-right: 0px;
	padding-top: 0px;
	background-color: #ADCEE0;
}	
#announce_table th {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	background-color:#4d7d97;
	color: #fff;
	/*border-bottom:solid; border-bottom-color:#005177; border-bottom-width: 1px;
	border-right:solid; border-right-color:#fff; border-right-width: 1px;*/
	border-top:solid; border-top-color:#005177; border-top-width: 1px;
}
#announce_table td {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:12px;
	background-color:#ADCEE0;
	color:#10364f;
	border-bottom:solid; border-bottom-color:#005177; border-bottom-width: 1px;
	border-right:solid; border-right-color:#fff; border-right-width: 1px;
}
 .tablefont {font-family:Arial, Helvetica, sans-serif; font-size:11px;}