﻿* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	margin: 10px;
}

body {
	direction: rtl;
	font-size: 9pt;
	margin: 0 auto;
	padding: 0;
  font-family: Verdana, Arial,sans-serif;
}

h1 {
	background-color: #FFE6BF;
	color: #2a2a2a;
	font-size: 14pt;
	padding: 0 8px 0 0;
	margin: 0 2px;
	border: 1px solid #ff9900;
}

h1 span {
	font-size: 11px;
	font-weight: normal;
}

h2 {
	border: none;
	font-size: 12pt;
	border-bottom: 1px dashed #ff9900;
	color: #ff9900;
	padding: 0 10px 0 0;
}

h2 a {
	color: #ff9900;
	text-decoration: none;
}

h2 a:hover {
	color: #FF6600;
	text-decoration: none;
}

div.articleLink {
	width: 60%;
}

div.articleLink h3 {
	font-size: 13px;
	padding: 0 10px 0 0;
}

div.articleLink h3 a {
	color: #700000;
	font-size: 13px;
	text-decoration: none;
}

div.articleLink h3 a:hover {
	color: #700000;
	font-size: 13px;
	text-decoration: none;
}

div.articleLink h3 span {
	font-weight: normal;
	color: #2a2a2a;
	font-size: 11px;
}

div.articleLink a {
	font-size: 11px;
	color: #700000;
	font-weight: bold;
} 

div#bigM {
	text-align: center;
}

div#container {
	width: 760px;
	margin: 0 auto;
	text-align: right;
}

div#titleBlock {
	width: 760px;
	overflow: hidden;
	background: url(IBC_logo.gif) no-repeat left top;
	color: #ff9900;
	background-color: #000000;
	height:203px;
	text-align: center;
}

div#titleBlock ul {
	width: 552px;
	float: left;
	list-style-type: none;
	position: relative;
	top: 172px;
	left: 42px;
}

div#titleBlock ul li {
	float: right;
	padding: 0 20px;
}

div#titleBlock ul li a {
	display: block;
	color: #ffb200;
	font-weight: bold;
	text-decoration: none;
}

div#titleBlock ul li a:hover {
	color: #FFE6BF;
}

div#tagline {
	height: 50px;
}

div#titleBlock h1 {
	font-size: 36pt;
	border: 0;
	padding: 30px 0 0 0;
	color: #ff9900;
	background-color: #000000;	
}

div#titleBlock h2 {
	font-size: 24pt;
	color: #ff9900;
	border: none;
}

#marqueecontainer{
position: relative;
color: rgb(50,50,50);
width: 150px; /*marquee width */
height: 200px; /*marquee height */
background-color: rgb(235,235,235);
overflow: hidden;
border: solid 0.1em rgb(175,175,175);
padding: 2px 0 0 4px;
margin: 0 0 30px 0;
}

#marqueecontainer h3 {
	margin: 10px;
	color: #700000;
}

#marqueecontainer a {
	text-decoration: none;
}

div#mainBody {

}

div#sidePanel {
	width: 188px;
}

div#sidePanel img {
	margin: 0;
	padding: 0;
}

div#content {
	margin: 0 188px 0 0;
}

div#content img {
	float: left;
}

div#content h5 {
	padding: 0 15px 15px;
	font-size: 11px;
	color: #2a2a2a;
}

div#googleAds {
	height: 60px;
	width: 99%;
	margin: 5px;
	text-align: left;
}

div#banners {
	height: 60px;
}

p {
	margin: 10px;
	line-height: 1.5;
}

p.mishne {
	font-weight: bold;
	font-size: 10pt;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

a {
	color: #2a2a2a;
}

a:hover {
	color: #ff9900;
}

form#register {
	width: 450px;
	height: 450px;
	border: 1px dashed #ff9900;
	padding: 18px;
}

input {
	border: 1px solid #2a2a2a;
	background-color: #e6e6e6;
}

textarea {
	border: 1px solid #2a2a2a;
	background-color: #e6e6e6;
}

.error {
	font-weight: bold;
	color: red;
}

input.error {
	border: 1px solid red;
}


h6{
	float:left;
	color: #2a2a2a;
	font-size: 7pt;
}

h6 a{
	color: #5F5F5F;
}

ol, ul {
	margin: 0 35px 0 0;
}

ol li, ul li {

}

div.commentDiv p {
	color: #700000;
	font-size: 11px;
	font-weight: bold;
}

div.commentDiv p span {
	color: #2a2a2a;
	font-size: 11px;
	font-weight: normal;
}
	
