/*
	Plain text files CSS
	
	page background: #F7F3EF (off-white)
	light box background: #DEDFE7	(light color)
	Darker background and regular text: #4A597B (dark color)  :: formerly slightly lighter: #526184

*/

body {color:#4A597B}

.menus_self{
	background: rgb(0, 0, 0) transparent;
	background: rgba(0, 0, 0, 0.7);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

/* content box inside right column */
#rightContent {
	margin: 0px 45px 0px 0px;
padding: 0px;
width: 500px !important;
}

/* other articles box */
#otherArticles {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
behavior: url(/National_Library/oe_/http://anonymous.org.il/CMS/templates/PIE.htc);
    overflow:hidden;
	background-color: #DEDFE7 !important; color: #4A597B; width: 450px;  margin: 15px 25px 0px 25px; position: relative; font-size: 11pt; }

/* Override Sekelon positioning, to accomodate Article content (move separator line by resizing #right) */
#right {
	z-index: 0;
width: 577px;	/* sets position of side separator line */
border: 1px solid;
border-color: #F7F3EF #4A597B #F7F3EF #4A597B;
}

.h1 {color: #4A597B;}
.subtitle {color: #4A597B;}
.h2 {color: #4A597B;}
.h3 {color: #4A597B;}
.h4 {color: #4A597B;}
.h5 {color: #4A597B;}
.newsitemBox{width: 500px; margin: 0px; position: relative;}

a {color: #4A597B; }
#rightContent a {border-bottom:1px dotted #4A597B; }
#otherArticles a {border: none !important; }
