/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	scrollbar-base-color: #B6ABAB;
	scrollbar-arrow-color: #C63509;
	scrollbar-3dlight-color: #282828;
	scrollbar-darkshadow-color: #282828;
	scrollbar-face-color: #282828;
	scrollbar-highlight-color: #404040;
	scrollbar-shadow-color: #404040;
	/* overflow-x: auto; */
	/* burekas fix: auto -> hidden; */
	overflow-x: hidden;
	
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
 	color: #FFCC00;
	background-color: #141414;
	/* burekas fix: was top.png */
	background-image: url('./styles/MizrahitCSstyleNew/theme/images/blackbgsmall.jpg');
	font-size: 12px; /* This sets the default font size to be equivalent to 10px */
	padding: 0px;
}

div {
	font-family: Arial, Verdana,  Helvetica, sans-serif;
}

.top {
	width: 1000px;
	height: 28px;
	background-image: url('./styles/MizrahitCSstyleNew/theme/images/top.png');
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}

.centerforum {
	background-color: #262626;
	padding: 0px;
	margin: 0px;
}

.footer {
	width: 1000px;
	height: 28px;
	background-image: url('./styles/MizrahitCSstyleNew/theme/images/footer.png');
	bakcground-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}

#wrapheader {
	margin: 0px;
	text-align: center;
}

#Guest {
	width: 1000px;
	padding: 4px 5px;
	background-color: #FFE6E6;
	color: #F34141;
	font-size: 19px;
	border: 1px solid #FF0000;
	text-align: center;
	margin-bottom: 5px;
}

#Guest a {
	color: #FF0000;
}

.status {
	width: 100%;
	padding: 1px 1px;
	background-color: #FAC2C2;
	color: #F34141;
	font-size: 11px;
	border: 1px solid #F05F5F;
	text-align: center;
}

.textstats {
	color: #FFCC00;
}

.statustopic {
	width: 80%;
	padding: 1px 1px;
	background-color: #FAC2C2;
	color: #F34141;
	font-size: 11px;
	border: 1px solid #F05F5F;
	text-align: center;
}

.page-sidebar {
width:17%;
float:right;
margin-top: 3px;
background: #191919;

}

#wrapcentre {
	width: 1000px;
	margin: 0px auto;
	text-align: right;
}

#wrapfooter {
	margin: 0px auto;
	text-align: center;
	clear: both;
	padding: 10px;

}

.gettingbox {
	background-image: url('./styles/MizrahitCSstyleNew/theme/images/bar.png');
	margin: 3px 3px 0 3px;
	width: 216px;
	height: 131px;
	color: #000;
	text-align: right;
}

/* Quote block fix - Start */
blockquote { background-image: none; }
blockquote div cite { margin-left: 0px; padding-left: 20px; background-image: url("./styles/MizrahitCSstyleNew/theme/images/quote.gif"); background-position: 0 3px; background-repeat: no-repeat; }
blockquote.uncited { background-image: url("./styles/MizrahitCSstyleNew/theme/images/quote.gif"); background-position: 6px 8px; background-repeat: no-repeat; }
/* Quote block fix - End */ 

.copyright {
	background-color: #262626;
	border-top: 1px dotted #555;
	border-bottom: 1px dotted #555;
}

#wrapnav {
	margin: 0px 3px 0 3px;
	background-color: #3E3E3E;
	border-width: 0px;
	border-style: solid;
	border-color: #000000;
}

form { padding: 0px; margin: 0px; }


#logodesc {
	margin: 0px 3px 0 3px;
    background-color: #8D8D8D;
   background-image: url('./styles/MizrahitCSstyleNew/theme/images/logobg.jpg');
	padding: 0px 0px;
		height: 200px;
	        border-width: 0px;
	       	border-style: solid;
	border-color: #000000;
        border-bottom-width: 0px;
}

#menubar {
	background-image: url('./styles/MizrahitCSstyleNew/theme/images/bgmenubar.gif');
	width: 100%;
	height: 43px;
	font-size: 12px;
	padding-top: 7px;
	color: #FFF;
}

#menubar a {
	color: #000;
	font-weight: bold;
}

#menubar a:hover {
	color: #FFF;
	font-weight: bold;
}

.logbar {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

#datebar {
	margin: 0px 3px 0 3px;
        background: #3E3E3E;
        padding: 5px 5px;
        border-width: 1px;
        border-style: solid;
	border-color: #000000;
        border-top-width: 0px;
}

#findbar {
	margin: 0;
	padding: 0;
	border: 0;
}

.forumrules {
	background-color: #191919;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: Arial, Verdana,  Helvetica, sans-serif;
}



#pageheader {
	width: 1000px;
	margin: 0 auto;
	text-align: right;
}
#pagecontent {
	width: 1000px;
	margin: 0 auto;
	text-align: right;
}
#pagefooter { }

#poll { }
#postrow { }
#postdata { }


/*  Text
 --------------------- */
h1 {
	color: #FFFFFF;
	margin: 0;
	font-size: 1.2em;
	font-weight: bold;
}

.h1big {
	color: #FFFFFF;
	margin: 0;
	font-size: 1.9em;
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}

h4 {
	margin: 0;
	font-size: 1.2em;
	font-weight: bold;
}

p {
	font-size: 1.1em;
}

p.moderators {
	margin: 0;
	float: left;
	color: #FFFFFF;
	font-weight: bold;
}

.rtl p.moderators {
	float: right;
}

p.linkmcp {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.linkmcp {
	float: left;
}

p.breadcrumbs {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
}

.rtl p.breadcrumbs {
	float: right;
}

p.datetime {
	margin: 0;
	float: right;
	white-space: nowrap;
	font-size: 1em;
}

.rtl p.datetime {
	float: left;
}

p.searchbar {
	padding: 2px 0;
	white-space: nowrap;
} 

p.searchbarreg {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.searchbarreg {
	float: left;
}

.rtl a.forumpic {
	margin: 0;
	float: left;
	padding-bottom: 0px;
}
	
p.forumdesc {
	padding-bottom: 0px;
	margin-top: 3px;
	text-align: right;
}

p.forumdesc2 {
	padding-bottom: 0px;
	color: #FFFFFF;
}

p.topicauthor {
	margin: 1px 0;
	font-size: 1em;
}

p.topicdetails {
	margin: 1px 0;
	font-size: 10px;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
	margin: 1px 0;
	color: red;
	font-weight:bold;
}

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
	color: green;
	font-weight:bold;
}

.postapprove img, .postreported img {
	vertical-align: bottom;
}

.postauthor {
	font-size: 13px;
	color: #FFFFFF;
}

.postdetails {
	font-size: 11px;
	color: #DDDDDD;
}

.postbody {
	line-height: 1.4em;
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
}

.postbody li, ol, ul {
	margin: 0 0 0 1.5em;
}

.rtl .postbody li, .rtl ol, .rtl ul {
	margin: 0 1.5em 0 0;
}

.posthilit {
	background-color: yellow;
	color: #000000;
}

.nav {
	margin: 0;
	color: #FFFFFF;
	font-family: Arial, Verdana,  Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

.pagination {
	padding: 4px;
	color: black;
	font-size: 1em;
	font-weight: bold;
}

.cattitle {
}

.gen {
	margin: 1px 1px;
}

.genmed {
	margin: 1px 1px;
	color: #FFF;
}

.gensmall {
	margin: 1px 1px;
	font-size: 10px;
}

.genpm {
	margin: 1px 1px;
}

.genlarge {
	margin: 1px 1px;
	font-size: 1.5em;
}

.copyright {
	color: #FFFFFF;
	font-weight: normal;
	font-family: Arial, Verdana,  Helvetica, sans-serif;
}

.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

.error {
	color: red;
}


/* Tables
 ------------ */
th {
	color: #C8C8C8;
	height: 30px;
	font-weight: bold;
	background-color: #000000;
	background-image: url('./styles/MizrahitCSstyleNew/theme/images/cellpic3.gif');
	white-space: nowrap;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

a.th {
	color: #C8C8C8;
}

td {
	padding: 2px;
	font-family: Arial, Verdana,  Helvetica, sans-serif;
}
td.profile {
	padding: 4px;
}

.tablebg {
}

.catdiv {
	height: 44px;
	margin: 0;
	padding: 10px 20px 0px 0px;
	text-align: right;
	font-family: Tahoma, Arial, sens-sharif;
	font-size: 11px;
	font-weight: bold;
	background-image: url('./styles/MizrahitCSstyleNew/theme/images/tile.jpg');
	background-repeat: no-repeat;
	color: #FFF;
}
.rtl .catdiv {
	padding: 0px;
	padding-right: 17px;
	font-family: Tahoma, Arial, sens-sharif;
	font-size: 11px;
	font-weight: bold;
	background-image: url('./styles/MizrahitCSstyleNew/theme/images/tile.jpg');
	background-repeat: no-repeat;
	color: #FFF;
}

.cat {
	padding: 10px 20px 0px 0px;
	text-align: right;
	height: 44px;
	margin: 0;
	font-family: Tahoma, Arial, sens-sharif;
	font-size: 11px;
	font-weight: bold;
	background-image: url('./styles/MizrahitCSstyleNew/theme/images/tile.jpg');
	background-repeat: no-repeat;
	color: #FFF;
}

a.cat {
	color: #FFF;
}

.catforum {
	padding: 0px;
	text-align: center;
	height: 61px;
	margin: 0;
	font-family: Tahoma, Arial, sens-sharif;
	font-size: 11px;
	font-weight: bold;
	background-image: url('./styles/MizrahitCSstyleNew/theme/images/tileforum.png');
	color: #FFF;
}

.catfooter {
	padding: 0px;
	height: 30px;
	margin: 0;
	font-family: Arial, Tahoma, sens-sharif;
	font-size: 12px;
	font-weight: bold;
	border-top: 3px solid #BD3600;
	background-color: #252525;
	background-image: url('./styles/MizrahitCSstyleNew/theme/images/cellpic3.gif');
}

.tile {
	padding: 3px;
	margin: 0;
	font-family: Arial, Tahoma, sens-sharif;
	font-weight: bold;
	font-size: 12px;
	background-color: #333;
}

.titleforumindex {
	width: 100%;
	height: 18px;
	background-color: #876A53;
	margin-bottom: 3px;
}

.subforum {
	font-size: 15px;
	font-weight: bold;
}

.hrforum {
	width: 95%;
	border-bottom: 1px dashed #666;
	margin: 8px auto;
}

.navforum {
	font-size: 16px;
	font-weight: bold;
}

.row1 {
	background-color: #444;
	color: #FFF;
	padding: 1px;
}

.row2 {
	background-color: #3E3E3E;
	color: #FFF;
	padding: 1px;
}

.row3 {
	background-color: #222;
	padding: 1px;
}

.row4 {
	background-color: #444444;
	padding: 1px;
}

.row5 {
	background-color: #E6E6E6;
	padding: 1px;
}

.row6 {
	background-color: #B5D2E9;
	padding: 1px;
}

.row7 {
	background-color: #000;
	border-top: 1px dashed #F47D22;
	border-bottom: 1px dashed #F47D22;
	padding: 1px;
	color: #FFCC00;
}

.row8 {
	width: 100%;
	padding: 4px 5px;
	background-color: #000;
	color: #FFCC00;
	font-size: 11px;
	border: 1px solid #333;
	text-align: center;
	font-weight: bold;
}

.rowgood {
	background-color: #386125;
	padding: 1px;
}

.rowneutral {
	background-color: #444444;
	padding: 1px;
}

.rowbad {
	background-color: #89130A;
	padding: 1px;
}

.spacer {
	background-color: #1B1B1B;
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #515151;
	color: #D1D7DC;
}

.legend {
	text-align:center;
	margin: 0 auto;
}

.unhidetitle, .hidetitle {
	margin: 10px 5px 0px 5px;
	padding: 2px 4px;
	border: solid 1px #090909;
	background-color: #2E2E2E;
	font-size: 0.85em;
	font-weight: bold;
}

.unhidetitle {
	color: #339900; 
}

.hidetitle {
	color: #990000; 
}

.hidecontent {
	margin: 0px 5px 10px 5px;
	padding: 5px;
	border-color: #090909;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	background-color: #2E2E2E;
	color: #EEE;
}


/* Links
 ------------ */
a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:active,
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FFBB34;
	text-decoration: underline;
}


a.forumlink {
	color: #E5CE9F;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

a.topictitle {
	margin: 1px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a.topictitle:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.topictitle:visited {
	color: #B8B8B8;
	text-decoration: none;
}

a.topictitle:hover {
	color: #FFBB34;
	text-decoration: underline;
}


th a,
th a:visited {
	color: #000000 !important;
	text-decoration: none;
}

th a:hover {
	text-decoration: underline;
}


/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #FFCC00;
	font-family: Arial, Lucida Grande, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #333;
	background-color: #000;
	padding: 2px 3px;
}

.inputm {
	color: #FFCC00;
	font-family: Arial, Lucida Grande, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #333;
	background-color: #000;
	padding: 2px 3px;
}

textarea {
	background-color: #000;
	color: #FFF;
	font-family: Arial, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #333;
	padding: 2px 2px;
}

select {
	color: #FFF;
	font-family: Arial, Lucida Grande, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #333;
	background-color: #000;
}

option {
	padding: 0 1em 0 0;
}

.rtl option {
	padding: 0 0 0 1em;
}

input.radio {
	border: none;
	background-color: transparent;
}

.post {
	color: #FFCC00;
	font-family: Arial, Lucida Grande, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #333;
	background-color: #000;
	padding: 2px 3px;
}

.btnbbcode {
	color: #FFCC00;
	font-family: Arial, Lucida Grande, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #333;
	background-color: #000;
	padding: 2px 3px;
}

.btnmain {
	color: #FFCC00;
	font-family: Arial, Lucida Grande, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #333;
	background-color: #000;
	padding: 2px 3px;
}

.btnmain2 {
	color: #FFCC00;
	font-family: Arial, Lucida Grande, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #333;
	background-color: #000;
	padding: 2px 3px;
}


.btnmain3 {
	color: #FFCC00;
	font-family: Arial, Lucida Grande, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #333;
	background-color: #000;
	padding: 2px 3px;
}

.btnmain4 {
	color: #FFCC00;
	font-family: Arial, Lucida Grande, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #333;
	background-color: #000;
	padding: 2px 3px;
}


.btnlite {
	color: #FFCC00;
	font-family: Arial, Lucida Grande, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #333;
	background-color: #000;
	padding: 2px 3px;
}

.btnfile {
        color: #000;
	font-weight: normal;
	background-color: #FFF;
	border: 1px solid #000000;
	padding: 2px 5px;
	font-size: 1.1em;
}

.helpline {
	background-color: #E6E6E6;
	border-style: none;
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 3px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #333333;
	color: #000000;
	background-color: #727272;
	font-size: 0.85em;
	font-weight: bold;
}

.quotetitle .quotetitle {
	font-size: 1em;
}

.quotecontent, .attachcontent {
	margin: 0 5px 3px 5px;
	padding: 5px;
	border-color: #333333;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	font-family: Arial, Lucida Grande, "Trebuchet MS", Helvetica, sans-serif;
	background-color: #1B1B1B;
	color: #FFFFFF;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 3px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #333333;
	color: #000000;
	background-color: #727272;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 3px 5px;
	padding: 5px;
	border-color: #333333;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 0.85em;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #1B1B1B;
}

.syntaxbg {
	color: #FFFFFF;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #000000;
}

.syntaxkeyword {
	color: #006633;
}

.syntaxstring {
	color: #990000;
}


/* Private messages
 ------------------ */
.pm_marked_colour {
	background-color: #CCCCCC;
}

.pm_replied_colour {
	background-color: #5C5C5C;
}

.pm_friend_colour {
	background-color: #006633;
}

.pm_foe_colour {
	background-color: #990000;
}


/* Misc
 ------------ */
img {
	border: none;
}

.sep {
	color: black;
	background-color: #FFA34F;
}

table.colortable td {
	padding: 0;
}

pre {
	font-size: 1.1em;
	font-family: Monaco, 'Courier New', monospace;
}

.nowrap {
	white-space: nowrap;
}

.username-coloured {
	font-weight: bold;
}







#msg > li.row1 {
	display: block;
	list-style-type: none;
	margin: 0;
	height: auto;
	width:98%;
	float: left;
}

#msg > li.row2 {
	display: block;
	list-style-type: none;
	margin: 0;
	height: auto;
	width:98%;
	float: left;
}

#msg > li > dl{
	vertical-align: middle;
	width: 100%;
}

#msg > li > dl > dt{
	width: auto !important;
	white-space: nowrap;
	margin-right: 2px;
}

#msg > li > dl > dd > input{
	margin: 3px;
}

#msg > li > dl > dd#msgbody{
	display: inline;
	padding: 3px 0 1px 0px !important;
	vertical-align: middle;
	float:none !important;
}

#base_ul
{
	list-style:none;
	margin-left: 0;
}








#lbOverlay { position: absolute; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
	#lbOverlay.grey { background-color: #000000; }

#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#lbMain a img { border: none; }

#lbOuterContainer { position: relative; background-color: #fff; width: 200px; height: 200px; margin: 0 auto; }
	#lbOuterContainer.grey { border: 3px solid #888888; }

#lbDetailsContainer {	font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 1.4em;	overflow: auto; margin: 0 auto; }
	#lbDetailsContainer.grey { border: 3px solid #888888; border-top: none; }

#lbImageContainer, #lbIframeContainer { padding: 10px; }
#lbLoading {
	position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url('images/lytebox/loading.gif') no-repeat center;
}

#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }

#lbPrev { width: 49%; height: 100%; background: url('images/gallery_lytebox/blank.gif') no-repeat; display: block; left: 0; float: left }
	#lbPrev.grey:hover, #lbPrev.grey:visited:hover { background: url('images/gallery_lytebox/prev_grey.gif') no-repeat left 15%; }
	
#lbNext { width: 49%; height: 100%; background: url('images/gallery_lytebox/blank.gif') no-repeat; display: block; right: 0; float: right }
	#lbNext.grey:hover, #lbNext.grey:visited:hover { background: url('images/gallery_lytebox/next_grey.gif') no-repeat right 15%; }

#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }
	#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey { color: #333333; }

#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }
	#lbPrev2_Off.grey, #lbNext2_Off.grey { color: #CCCCCC; }

#lbDetailsData { padding: 0 10px; }
	#lbDetailsData.grey { color: #333333; }

#lbDetails { width: 60%; float: left; text-align: left; }
#lbCaption { display: block; font-weight: bold; }
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }
#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }

#lbClose { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbClose.grey { background: url('images/gallery_lytebox/close_grey.png') no-repeat; }

#lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPlay.grey { background: url('images/gallery_lytebox/play_grey.png') no-repeat; }

#lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPause.grey { background: url('images/gallery_lytebox/pause_grey.png') no-repeat; }

#image-resize {
	text-indent:25px;
	background:#ffffe1 url('images/img_warn.gif') no-repeat 5px 50%;
	color:#000;	font-size:0.8em; border-top:medium none #666666;; padding-left:0px; padding-right:0px; padding-top:3px; padding-bottom:3px
}

#image-resize a:hover {color:#000;}

/* Hidden Block */
dl.hh {
	padding: 3px;
	background-color: #999999;
	background-image: url(images/hm.png);
	background-repeat: repeat;
	border: 1px solid #d8d8d8;
	font-size: 1em;
}

dl.hh dt {
	text-transform: uppercase;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 3px;
	font-size: 0.8em;
	font-weight: bold;
	display: block;
}

blockquote dl.hh {
	margin-left: 0;
}

dl.hh code {
	/* Also see tweaks.css */
	overflow: auto;
	display: block;
	height: auto;
	max-height: 200px;
	white-space: normal;
	padding-top: 5px;
	font: 0.9em Monaco, "Andale Mono","Courier New", Courier, mono;
	line-height: 1.3em;
	color: #8b8b8b;
	margin: 2px 0;
}



/* Code block */

===========
Before it, add:
===========

/* Hidden Block */
dl.hh {
	background-color: #FFFFFF;
	background-image: url(images/hm.png);
	background-repeat: repeat;
	border-color: #000000;
	border-style: double;
}

dl.hh dt {
	border-bottom-color:  #CCCCCC;
}

dl.hh code {
	color: #2E8B57;
}




#lbOverlay { position: absolute; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
	#lbOverlay.grey { background-color: #000000; }

#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#lbMain a img { border: none; }

#lbOuterContainer { position: relative; background-color: #fff; width: 200px; height: 200px; margin: 0 auto; }
	#lbOuterContainer.grey { border: 3px solid #888888; }

#lbDetailsContainer {	font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 1.4em;	overflow: auto; margin: 0 auto; }
	#lbDetailsContainer.grey { border: 3px solid #888888; border-top: none; }

#lbImageContainer, #lbIframeContainer { padding: 10px; }
#lbLoading {
	position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url("./styles/MizrahitCSstyleNew/theme/images/lytebox/loading.gif") center no-repeat;
}

#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }

#lbPrev { width: 49%; height: 100%; background: transparent url("styles/Mizrahit/theme/images/gallery_lytebox/blank.gif") no-repeat; display: block; left: 0; float: left; }
	#lbPrev.grey:hover, #lbPrev.grey:visited:hover { background: url("styles/Mizrahit/theme/images/gallery_lytebox/prev_grey.gif") left 15% no-repeat; }
	
#lbNext { width: 49%; height: 100%; background: transparent url("styles/Mizrahit/theme/images/gallery_lytebox/blank.gif") no-repeat; display: block; right: 0; float: right; }
	#lbNext.grey:hover, #lbNext.grey:visited:hover { background: url("styles/Mizrahit/theme/images/gallery_lytebox/next_grey.gif") right 15% no-repeat; }

#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }
	#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey { color: #333333; }

#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }
	#lbPrev2_Off.grey, #lbNext2_Off.grey { color: #CCCCCC; }

#lbDetailsData { padding: 0 10px; }
	#lbDetailsData.grey { color: #333333; }

#lbDetails { width: 60%; float: left; text-align: left; }
#lbCaption { display: block; font-weight: bold; }
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }
#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }

#lbClose { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbClose.grey { background: url("./styles/MizrahitCSstyleNew/theme/images/gallery_lytebox/close_grey.png") no-repeat; }

#lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPlay.grey { background: url("./styles/MizrahitCSstyleNew/theme/images/gallery_lytebox/play_grey.png") no-repeat; }

#lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPause.grey { background: url("./styles/MizrahitCSstyleNew/theme/images/gallery_lytebox/pause_grey.png") no-repeat; }

#image-resize {
	padding:3px 0px 3px 0px;
	text-indent:25px;
	background:#ffffe1 url("./styles/MizrahitCSstyleNew/theme/images/img_warn.gif") no-repeat 5px 50%;
	color:#000;	font-size:0.8em; border-top:#666666;
}

#image-resize a:hover {color:#000;}

.rank_progress_bar {
	border: 1px solid #FFF;
	margin-right: 1em;
	position: relative;
	clear:right;
}
.rank_progress_bar span {
	z-index:2;
	position:relative;
}
.rank_progress_bar .bar {
	background-color: #FF6600;
	background-image: url("./styles/MizrahitCSstyleNew/theme/images/progressbar.jpg");
	border-right: 2px solid #FF0000;
	display:block;
	height: 100%;
	z-index:1;
	position:absolute;
	top: 0;
	left: 0;
}