/* CrossBrowserCompatibility - Reset default setting */
*{margin:0; padding:0; border:0 none; outline:0; font-family:inherit; vertical-align:baseline;}

/* -- Default CSS values -- */

/* -- Typography -- */

body{font-size:75%;color:#222;background:#fff;font-family: Arial, Verdana, Helvetica, sans-serif;}

/* -- Headings -- */

h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1; margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}

h1 img,h2 img,h3 img,h4 img,h5 img,h6 img {margin:0;}

/* -- Text elements -- */

p{margin: 0 0 1.5em 0;}
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus,a:hover{color:#000;}
a{color:#009;text-decoration:underline;}

blockquote{margin:1.5em;color:#666;font-style:italic;}
strong{font-weight:bold;}
em,dfn{font-style:italic;}
dfn{font-weight:bold;}
sup,sub{line-height:0;}

abbr,acronym{border-bottom:1px dotted #666;}
address{margin:0 0 1.5em 0;font-style:italic;}
del{color:#666;}

pre{margin: 1.5em 0 0 0;white-space:pre;}
pre,code,tt{font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5;}

/* -- Lists -- */

ol,ul,dl{padding-left:2em;list-style:square;}

/* -- Tables -- */

table{margin-bottom:1.4em;}
th{font-weight:bold;}
thead th{background:#f2f2f2;}
th,td{padding:4px 10px 4px 5px;}

/* -- Misc -- */

body{
	text-align: right;
	font-size: 76%;
	color: #584040;
	background: url('../images/headBg.jpg');
}

a{
	color: #000;
}

h2, h2 a{
	color: #8e263f;
	font-size: 13pt;
	text-decoration: none;
}

h3, h3 a{
	color: #9e4446;
	font-size: 10pt;
	text-decoration: none;
}

span.redAlert{
	color: red;
	font-size: 0.8em;
}

#container{
	width: 800px;
	margin: 0 auto;
	direction: rtl;
	overflow: hidden;
	background: #fff;
}

#header{
	float: right;
	width: 778px;
	margin: 0 10px 35px 10px;
	background: url('../images/headBg.jpg');
	text-align: center;
}

#header .header-boxWrapper{
	width: 200px;
	margin: 20px auto 0 auto;
	background: #b11016;
	border: 1px #b11016 solid;
	text-align: center;
}

#header .header-boxWrapper div{
	width: 190px;
	margin: 5px auto;
	border: 1px #fff solid;
	text-align: center;
}

#header .header-boxWrapper div h1{
	margin:0;
	padding: 10px 0;
	font-size: 2.2em;
}

#header .header-boxWrapper div h1 a{
	color: #fff;
	text-decoration: none;
}

#header h2, #header h2 a{
	margin: 10px 0;
	padding:0;
	font-size: 1.4em;
	color: #000;
}

#sideMenu{
	width: 178px;
	margin: 0 10px 0 5px;
	float: right;
}

#sideMenu div{
	margin-bottom: 6px;
	background: url('../images/menuBg.jpg') repeat 0 0;
	padding: 5px 10px 5px 5px;
}

#sideMenu div a{
	color: #000;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
}

#sideMenu div.subMenuItem{
	background: none;
	padding: 2px 22px 4px 2px;
	border-bottom: 1px #ebebeb solid;
}

#sideMenu div.subMenuItem a{
	color: #6f6f6f;
}

#mainContent{
	float: right;
	width: 417px;
	margin: 0 25px 0 25px;
}

.articlesCont div{
	float: right;
	width: 100%;
	margin: 15px 0 15px 0;
	padding: 8px 0 8px 0;
	border-bottom: 1px #c4c4c4 solid;
}

.articlesCont div img.thumb{
	float: right;
	width: 90px;
	height: 90px;
	margin-left: 12px;
}

div.menuHead{
	font-weight: bold;
	letter-spacing: 1px;
	color: #000;
	margin-bottom: 6px;
	background: url('../images/menuBg.jpg') repeat 0 0;
	padding: 4px;
}

#sideMenu2{
	float: left;
	width: 125px;
	margin: 0 3px 0 12px;
}

.leftBoxCont{
	background: url('../images/headBg.jpg');
	padding: 5px 0 5px 0;
	margin: 5px 0 5px 0;
}

#nEmailError, #nUsernameError{
	padding: 0 5px 0 5px;
	font-size: 0.9em;
	color: red;
}

.lbFirst{
		/*height: 160px;*/
}

.leftBoxCont p{
	padding: 5px;
}

#footerSpace{
	width: 800px;
	float: right;
	height: 15px;
	margin: 0 auto;
	text-align: center;
	background: url('../images/headBg.jpg');
}

#footer{
	float: right;
	width: 800px;
	padding: 5px 0 5px 0;
	margin: 0 auto;
	color: #7f7f7f;
	text-align: center;
}

p.kidumLinks a{
	color: gray;
	font-size: 0.8em;
	text-decoration: none;
}

p.kidumLinks a:hover{
	color: #010;
}

/* Scroller Box */

#newsScrollCont {
	position: relative;
	width: 100%;
	height: 135px;
	border-bottom: 1px #c4c4c4 solid;
	margin-bottom: 10px;
	text-align: right;
	overflow: hidden;
}

#newsScrollCont #scroller{
	width: 100%;
	text-align: right;
	padding: 0;
}

#newsScrollCont #scroller p{
	padding-right: 5px;
}

/* Scroller Box */

.se1{
	width: 111px;
	direction: rtl;
	text-align: right;
	margin: 6px;
	border: 1px #dadada solid;
}

.submit{
	width: 100px;
	border: 1px #bababa solid;
	color: #5a5a5a;
	margin: 8px 12px 0 0;
	text-align: center;
}

div.articleIntro{
	/*border-bottom: 1px #c4c4c4 solid;*/
	margin: 20px 0 15px 0;
}

div.articleIntro p.synopsis{
	font-size: 14px;
	font-weight: bold;
}

div.articleIntro p.smallText, div.articleIntro p.smallText a{
	font-size: 0.9em;
	color: #a4a4a4;
	text-decoration: none;
}

.paging span{
	padding: 0 2px 0 2px;
}

/* Talkback CSS */
table{border:0;direction:rtl;text-align:center;}
table tr td,table tr th{text-align:right;vertical-align:top;}
table tr th{color:#585757;width:120px;}
label{vertical-align:3px;}
#mailAlert, table tr td b{color:red;font-size:.8em;}
form[name='talkBack'] input[type='text'], form[name='talkBack'] textarea{width:225px;font-size:1em; border: 1px #a1a1a1 solid;}
#addTalkback {background:#FFFFFF none repeat scroll 0 0;border:1px solid #E9EBEA;display:none;float:right;margin:5px 0;padding:15px 20px 15px 0;width:392px;}
.talkTitleBox{margin: 10px 10px 10px 0pt;}
.talkTitleBox a{color: #a1a1a1; text-decoration: none;}
.talkTitleBox a b{text-decoration: underline; color: #010101;}
.talkBox {display:none; background: #f2f2f2; padding:12px 17px 2px 10px; margin: 0 0 10px 0; width:392px;}
.talkTitleBox a.spam{color:#d1d1d1;}
