/* Styles for Hebrew personal pages*/

/* Body global style*/
body 
{
	font-family:arial;
	font-size:small;
	color:navy;
	direction: rtl;
}

/* Titles style */
.titles
{
	margin:5px;
	font-size:medium;
	font-weight:bold;
}
				
/* Tables 1'st background color*/
.font2
{
	background-color:#DDDFFF;
	vertical-align:top;
}
			
/* Tables 2'nd background color*/
.font3
{
	background-color:#F4F5FC;
	vertical-align:top;
}

/* Tables total Width */			
.font1
{
	width:600px;
	text-align:right;
}

/* Diffrent Width size fot diffrent cell purposes */

/* Width 50 */			
.font4
{
	text-align:center;
	width:50px;
}
			
/* Width 600 */
.font5
{
	vertical-align:top;
	width:600px;
}

/* Width 100 */
.font7
{
	text-align:center;
	width:100px;
}

/* Width 150 */
.font150
{
	text-align:center;
	width:150px;
}
.font500
{
	vertical-align:top;
	width:500px;
}

/* Padding for information outside of table */
.font6
{
	text-align:center;
	padding:5px;
}

/* Changing into a Left orientation for combining English text inside the page*/
.font8
{
	text-align:left;
	direction:ltr;
}

/* For lists in Hebrew */
.ul1
{
	list-style-image: url(/gifs/ball1.gif);
	padding-right:15px; 
	margin:5px;
}

ul li
{
	margin-top:8px;
	vertical-align:top;
}

ul li
{
	margin-top:8px;
	vertical-align:top;
}

.ul_sub
{
	list-style-image: url(/gifs/tripurple.gif);
	padding-right:15px; 
	margin:5px;
}

/* For lists in English - MUST combain with the ul1 style*/
.ul2
{
	padding-left:15px;
	direction:ltr;
	text-align:left;
}