/* CSS Document */

* {
	direction: rtl;
	font-size: 14px;
	font-family: "Arial", "Arial (Hebrew)", "David (Hebrew)", "Courier New (Hebrew)";
	margin: 0px;
}

.db { border: 1px solid red; }

body {
	background: url(images/Patern.gif);
	background-color: #531C7C;
	text-align: center;
}

tr {
	margin: 0px;
	padding: 0px;
}

/* Tables and cells */
table {
	border-collapse: separate;
	direction: ltr;
}

table.main {
	background-color: #ede0b3;
	background-position:left top;
	background-repeat: no-repeat;
	margin: 0 auto;
	background-image: url(images/background_low.jpg);
}

td.header {
	background: url(images/menu_images/menu_backgrund.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

/* Headers and highlighed */
h2 { 
	color: #330066;
	font-size: 23px;
	padding-top: 45px;
	padding-bottom: 10px;
}

.t_hl1 {
	color: #330066;
	font-weight: bold;
}

/* Divz */
div.mtext {
	line-height: 150%;
	padding-top: 5px;
	padding-right: 0px;
}

div.pright {
	margin: 5px;
}

/* Listz */
ul.l_main {
	padding: 0px;
	margin: 30px 50px 20px 0px;
}

ul {
	list-style: disc url(images/bullet_small.gif) outside; 
}

li {
	list-style-image: url(images/bullet_small.gif);
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 0px;
	line-height: 155%;
	list-style-position: outside;
}

/* linkz */
a {
	color: #330066;
	text-decoration: none;
}

a.signific {
	font-weight: bold;
}

a:hover {
	color: #330066;
	font-weight: bold;
}

.smaller {
	
	font-size: 13px;

	margin-right:15px;
	line-height:15px;
	height:15px;
	
}

.before_30px {
	margin-top: 30px;
}

img.left { float: left; }

/* form elements */
#nlf_name, #nlf_email { 
	width: 110px;
	font-size: 10px;
	background: #ede0b3 url(images/newsletter/nlf_shadow.gif) top left repeat-x;
	border: 1px solid #c0c0c0;
}

#nlf_name_1 { 
	width: 110px;
	font-size: 10px;
	background: #ede0b3 url(images/newsletter/nlf_shadow.gif) top left repeat-x;
	border: 1px solid #c0c0c0;
}

#nlf_email_1 { 
	width: 150px;
	font-size: 10px;
	background: #ede0b3 url(images/newsletter/nlf_shadow.gif) top left repeat-x;
	border: 1px solid #c0c0c0;
}

.nlf_btn {
	padding: 10px 3px 0px 2px;
}

#main_table td{
	
}


#main_table a{
	font-family:Arial;
	font-size:10.5pt;
	color:#6b406d;
	font-weight:normal;
	display:block;
	line-height:18px;
	margin-right:0px;
}


#main_table a.sp{
	
	font-size:10.5pt;
	letter-spacing:-0.6px;
	
}

#main_table a:visited{
	font-family:Arial;
	
	color:#6b406d;
	font-weight:normal;
}


#main_table a:hover{
	font-family:Arial;
	
	color:#1d022f;
	text-decoration:underline;
	font-weight:normal;
}


#main_table h1{
	font-family:Arial;
	font-size:16px;
	color:#6b406d;
	text-align:center;
}


.AccordionTitle, .AccordionContent, .AccordionContainer
{
  position:relative;
  width:200px;
}

.AccordionTitle
{
  height:30px;
  overflow:hidden;
  cursor:pointer;
  font-family:Arial;
  font-size:8pt;
  font-weight:bold;
  vertical-align:middle;
  text-align:center;
  background-repeat:repeat-x;
  display:table-cell;
  background-image:url('title_repeater.jpg');
  -moz-user-select:none;
}

.AccordionContent
{
  height:0px;
  overflow:auto;
  display:none; 
}

.AccordionContainer
{

}
