@charset "windows-1255";
/* CSS Document */

body
{
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:small;
	direction:ltr;
	background-color:#FFFFFF;
	margin:0px;
}

/* Page title */
h1
{
	color: #006666;
	font-size:x-large;
	direction:rtl;
}

/* SubTitles */
h2
{
	color:#006666;
	font-size:large;
	direction:rtl;
	margin-bottom:5px;
}

/* SubTitles - Black*/
h3
{
	color:black;
	font-size:small;
	direction:rtl;
	margin-bottom:2px;
}


.contentWidth
{
	width:580px;
}

/* For the Super table */
.table1
{
	width:100%;
	text-align:right;
	direction:rtl;
	border:0;
	padding:0;
	border:0;
}

/* For the content - inner table */
.table2
{
	width:65%;
	text-align:right;
	direction:rtl;
	border:0;
	padding:0;
	border:0;
}

/* For an inner tables border (data tables) - Without WIDTH style*/
.table3
{
	direction:rtl;
	border-color:#000000;
	border-top:solid 1px;
	border-left:solid 1px;
	padding:0px;
}

/* For a marked table */
.markedTable
{
	direction:rtl;
	background-color:#DCEBE7;
	border:solid 1px;
	border-color:#008080;
	padding:10px;
}

/* For a table line with a background */
.tr1
{
	background-color:#DCEBE7;
	border-color:#000000;
	padding:0;
	vertical-align:top;
}

/* For a defalut line (TD) style */
td
{
	vertical-align:top;
	direction:rtl;
}

/* For a TableData border (table inner border)  */
.td1
{
	border-color:#000000;
	border-bottom:solid 1px;
	border-right:solid 1px;
	vertical-align:top;
}

/* For the Unorderd Lists */
ul
{
	list-style-image:url(../../gifs/bulletgreen.gif);
	border-spacing:0px;
	text-align:right;
	padding-right:15px;
	margin:0px;
}

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

ul ul li
{
	list-style-image: url(/gifs/arrow_green.gif);
	padding-right:15px; 
	margin:8px;
}

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


/* For the Ordered Lists */
ol
{
	border-spacing:0px;
	text-align:right;
	padding-right:15px;
	margin:6px;
}

/* For the Header Gif */
.header1
{
	text-align:left;
	background-image:url(http://www.openu.ac.il/Technology/gifs/background.gif);
}

/* For the SideBar gif */
.sideBar1
{
	vertical-align:top;
	background-color:#84B5AD;
	width:191;
}


/* For a signs and numbers in a table */
.sign1
{
	width:20px;
	vertical-align:baseline;
	text-align:center;
}

/*For text box with border */
.BorderdBox
{
	border:solid windowtext 1px;
	padding:5px;
	margin-top:10px;
	margin-bottom:10px;
	width:600px;
}

.content
{
	width:80%;
	text-align:right;
	direction:rtl;
}

.content_eng
{
	width:80%;
	text-align:left;
	direction:ltr;
	margin:0px 0px 0px 35px;
	padding:0px 0px 0px 35px;
}

h3
{
	text-align:right;
	width:80%;
	color: #006666;
	font-size:110%;
}

.list_dec
{
	list-style:decimal;
	margin:0px 35px 0px 0px;
	padding:0px 35px 0px 0px;
}
