html {
	height: 100%; width: 100%;
	/*overflow: -moz-scrollbars-vertical;*/
	overflow: auto;

}

body {
	height: 100%; width: 100%;
	margin: 0; padding: 0;
	border: 0; background-color: #FFFFFF;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Sans-Serif, Verdana;
	color: #111;
	text-align:center;
	direction:ltr;
}

img {
	border: solid 1px #CCC;
}

div {
	border: solid 0px #999;
}

table, tr, td {
	vertical-align: top;
	border-collapse: collapse;
	/*
	border-spacing: 0px 0px;
	
	*/
}

a {
	color: #003366;
}
a:hover {
	color: FireBrick;
	/*text-decoration: underline;*/
}
a.on {
	color: FireBrick;
	text-decoration: none;
}

p {
	margin-top:5px;
	text-align: justify;
	font-family: Times;
}


textarea {
	font: bold 13px Arial;
	padding: 5px 5px 5px 5px;
	color: #555;
	border: solid 1px #777;
}
textarea:hover {
	border: solid 1px #579;
	background-color: Ivory;
}

input[type="text"]{
	font: bold 13px Arial;
	padding: 0px 3px 0px 3px;
	color: #555;
	border: solid 1px #777;
	height:20px;
}
input[type="text"]:hover {
	border: solid 1px #579;
	background-color: Ivory;
}


/* buttons */

input[type="submit"] {

	/*padding-bottom:3px;*/
	

	height:19px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	/*text-align: center;*/
	
	
	
	color: #666;
	/* - submit-bg.png is every 25x300px (image: 17x300px) - */
	background-attachment:fixed;
	background: #AAA url('../images/submit-bg.png') no-repeat 100% 0px;
	border: solid 1px #AAA;
	font-family: Arial, Sans-Serif;
	/*letter-spacing: 1px;*/
	cursor: pointer;
	
}
input[type="submit"]:hover {
	background-position: 100% -25px;
	border-color: #BBB;
	color: #888;
}

input[type="submit"].save,
input[type="submit"].yes {
	color:green;
	background-position: 100% -50px;
	border-color: #AAA;
	/*padding-right: 12px;*/
	text-indent: 7px;
	cursor: pointer;
}

input[type="submit"].yes.on,
input[type="submit"].save:hover,
input[type="submit"].yes:hover {
	color:ForestGreen;
	background-position: 100% -75px;
	border-color: #BBB;
}

input[type="submit"].delete,
input[type="submit"].no {
	color:#D31;
	background-position: 100% -100px;
	border-color: #AAA;
	text-indent: 7px;
	cursor: pointer;
}
input[type="submit"].delete:hover,
input[type="submit"].no.on,
input[type="submit"].no:hover {
	color:#E53;
	background-position: 100% -125px;
	border-color: #BBB;
}

input[type="submit"].cancel {
	color:SteelBlue;
	background-position: 100% -150px;
	border-color: #AAA;
	text-indent: 7px;
	cursor: pointer;
}
input[type="submit"].cancel:hover {
	color:CornflowerBlue;
	background-position: 100% -175px;
	border-color: #BBB;
}

input[type="submit"][disabled="disabled"]{
	cursor: default;
}








/* common */



/* MAIN MENU */

#menu {
	text-align:left;
	margin-left:5px;
	/*min-width:170px;*/
	/*width:175px;*/
}
#menu a {
	display: block;
	font-size: 1.3em;
	line-height: 16px;
	/*text-decoration: underline;*/
	cursor: pointer;
	padding-left: 15px;
	margin-top: 3px;
	/*background-color: #FAFAFA;*/
	/*border-bottom: solid 1px #EEE;*/
	text-indent:5px;
	white-space:nowrap;
	padding-right:7px;
}
#menu a.h {
	background-color: #FAEED7;
	/*background-color: #E9EEF5;*/
	color: Brown;
	text-decoration: none;
}
#menu a.main {
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999;
	text-indent: 0px;
	line-height: 18px;
	text-decoration: none;
}
#menu a.main:hover {
	/*text-decoration: underline;*/
}
#menu a.main.h {
	background-color:FireBrick;
	color: #FFF;
	text-decoration: none;
}
#menu a.orange {
	background-color: #F9F9F9;
}
#menu a.blue {
	background-color: WhiteSmoke;
	white-space:normal;
}

#menu div {
	margin-top: 6px;
	padding-bottom: 6px;
	/*color: #FFF;*/
	border-bottom: solid 1px #999;
	/*width:170px;*/
}
#menu a.rss {
	display: block;
	background: url('../images/rss.png') no-repeat 0px 0px;
	width:140px;
	height:43px;
	font: normal 12px Arial;
	text-indent: 35px;
	text-align: left;
	line-height: 45px;
	margin: 20px 0px 0px 10px;
	
}

/*#menu a.forlink {
	
}
#menu a.forlink:before {
	content: "\00BB \0020";
	color: RoyalBlue;
	font-weight: bold;
}*/


/* CENTER */
#center {
	border-top:solid 1px #555;
	margin: 0px 0px 0px 10px;
	padding-top: 5px;
	font-size: 1.3em;
	text-align:left;
}
#center table {
	margin-bottom: 3px;
}
#center table.gray {
	background-color: #F7F5F2;
}
#center table.white {
	border-top: solid 1px #AAA;
}
/*#center h5 {
	color:#555;
	font-size: 13px;
	margin: 10px 20px 0px 10px;
	border-bottom: dotted 1px #777;
}*/
#center h5 {
	background-color: #E7E5E2;
	border-bottom: dotted 1px #777;
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	color:#333;
	letter-spacing: 1px;
	margin-bottom: 2px;
	text-align: center;
	margin:3px 3px 3px 3px;
}

#center div.photo_gallery{
	margin:5px 0px 5px 10px;
	text-align: left;
	
}
#center div.photo_gallery img {
	width:135px;
	height:101px;
	margin:3px 3px 0px 0px;
	border:none;
}




/* RIGHT */
#right {
	padding-top: 5px;
	border-top:solid 1px #555;
	margin: 0px 10px 0px 5px;
}
#right div.blue {
	background-color: #EEE;
	padding:3px 3px 3px 3px;
	border-bottom: solid 1px #CCC;
	margin-bottom: 10px;
	text-align: left;
	font-size: 13px;
}
#right div.title {
	background-color: #DDD;
	border-bottom: dotted 1px #777;
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	color:#333;
	letter-spacing: 1px;
	margin-bottom: 2px;
	text-align: center;
}
#right div.banner {
	width:240px;
	margin-bottom: 10px;	
	
	/*height:400px;*/
	/*border:solid 1px #999;*/
	/*border-width: 1px 0px 1px 0px;*/
	/*margin-bottom: 10px;*/
}
#right div.banner img {
	border:none;
}

/* used for sape links */
#right div.white {
	background-color: #F8F8F8;
	padding:3px 5px 3px 5px;
	border: solid 1px #DDD;
	border-width: 1px 0px 1px 0px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 11px;
}
#right div.white div.title {
	background-color: #EEE;
}
#right div.white p {
	margin: 5px 3px 3px 3px;
}


/* U-MENU */
#umenu {
	margin: 0px 0px 3px 10px;
	padding: 0px 0px 0px 5px;
	text-align: left;
	font-size: 1.2em;
	color: FireBrick;
	font-weight: bold;
	word-spacing: 2px;
	/*border-top: solid 1px #555;*/
	/*background-color: #F9F9F9;*/
	
}



/* MORE */
div.more {
	margin: 15px 15px 5px 15px;
	font-size: 1.2em;
	font-family: "Times New Roman",Georgia,Serif;
	/**/
}
div.more h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 1.15em;
	text-decoration: underline;
	font-weight: normal;
}
div.more b {
	font-size: 12px;
	font-family: Arial;
}
div.more b.fb {
	color:FireBrick;
}
div.more a.readmore {
	margin: 0px 0px 0px 10px;
	/*font-size: 12px;*/
	/*font-family: Times;*/
	text-decoration: none;
	white-space: nowrap;
}

div.more.israelnews {
	display: block;
	height: 160px;
	float: none;
	margin: 15px 15px 15px 15px;
	/*font-size: 1.2em;*/
	font-family: "Times New Roman",Georgia,Serif;
	font-size: 16px;
}
div.more.israelnews img {
	margin: 5px 15px 0px 0px;
	float: left;
}
div.more.israelnews h2 {
	color: #357;
}



/*
#more table {
	border: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#more table td {
	border: none;
	text-align: left;
	font-size: 0.8em;
}
*/


/* MINI */
div.mini {
	margin: 15px 15px 5px 10px;
	font-size: 1.1em;
	line-height: 14px;
	font-family: "Times New Roman",Georgia,Serif;
}
div.mini b {
	font-family: Arial;
	font-size: 11px;
}
div.mini b.fb {
	color:FireBrick;
}
div.mini img {
	display:block;
	margin-bottom: 3px;
}



/* TOP */
#top {
	/*
	background-image: url('../images/top-bg.png');
	background-position: 0px -5px;
	background-repeat: repeat-x;
	height: 50px;
	*/
}
#top a.logo_top {
	background-image: url('../images/logo-ca24-small.png');
	width: 167px;
	/*height: 15px;*/
	float: left;
	margin: 10px 10px 0px 50px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	
	display: block;
	text-decoration: none;
	
	font-size: 13px;
	padding-top: 45px;
	text-align: left;
	text-indent: 15px;
	letter-spacing: 1px;
	font-weight: normal;
	color:#555;
}

#top h1 {
	margin:0px;
	padding: 0px;
}
#top h3{
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 20px;
	color: #555;
	font-weight: bold;
}
#top h3 span{
	font-size: 17px;
	color: #777;
}
#top div.dt {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 18px;
	color: #777;
	font-weight: bold;
}


#top div.homepage {
	float:right;
	margin-right:20px;
}
#top div.homepage label {
	margin-right:10px;
	font: normal 11px Arial;
	color: #555;
	cursor: pointer;
	/*display: block;
	width:200px;
	text-align: left;*/
	
}
#top div.homepage label:hover {
	color: FireBrick;
}
#top div.homepage label:before {
	font-weight: bold;
	font-size: 13px;
	font-family: Arial;
	font-style: normal;
	content: "\00BB \0020\0020";
	color: FireBrick;
}

#top div.banner {
	/*position: absolute;*/
	/*left:50%;*/
	margin:15px 0px 15px 30px;
	float:left;
}



/* BLOCKS */
#blocks {
	margin: 10px 0px 0px 10px;
	font-size: 1.3em;
}
#blocks table td.center {
	border-top: solid 1px #777;
}
#blocks table td.center table {
	/*border-top: solid 1px #555;*/
	background-color: #F5F1F1;
	margin: 5px 0px 15px 0px;
}
#blocks h3 {
	margin: 0px 0px 0px 20px;
	white-space: nowrap;
	font-size: 13px;
}
#blocks td.banner {
	border-top: solid 1px #777;
	padding: 5px 0px 5px 0px;
	text-align: center;
}

div.archive {
	border-top: solid 1px #CCC;
	padding-top:5px;
	margin-top:3px;
	text-align: left;
	font-size: 11px;
}
div.archive label {
	/*border: solid 1px #888;*/
	background-color: #AAA;
	color:#FFF;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
	text-align: center;
}
div.archive span {
	background-color: #DDD;
	color: #888;
	padding: 0px 5px 0px 5px;
}
div.archive a {
	padding: 0px 3px 0px 3px;
	
	text-decoration: none;
}




/* BOTTOM */
#bottom {
	border-top: solid 1px #777;
	margin: 10px 10px 0px 5px;
	padding: 5px 20px 5px 20px;
	
}
#bottom div.ltime {
	text-align:left;
	width:230px;
	float:left;	
	color:#777;
	font-size: 10px;
}
#bottom a {
	color:#777;
	text-decoration: none;
	font-weight: bold;
}
#bottom a:hover {
	color: firebrick;
}

#bottom div.gray {
	text-align:center;
	float:left;
	width:550px;
	margin-left: 20px;
	color:#777;
	font-size: 11px;
	/*border-bottom: solid 1px #BBB;*/
}
#bottom div.gray a {
	margin-right: 10px;
}
#bottom div.gray a:before {
	font-weight: bold;
	font-size: 12px;
	font-family: Georgia, Serif;
	content: "\00BB \0020\0020";
	color: FireBrick;
}



/* NNBOX - WHITE BOX mini titles */

div.nnbox {
	margin: 5px;
	/*border: solid 1px #777;*/
}
div.nnbox div.title {
	/*font-weight: bold;*/
	text-decoration: none;
	margin-bottom: 0px;
	font-weight: bold;
	font-style: italic;
	/*text-indent: 5px;*/
	color: #555;
	font-size: 13px;
	display: block;
	/*border-bottom: solid 1px #AAA;*/
}
div.nnbox div.title:before {
	font-weight: bold;
	font-size: 15px;
	font-family: Arial;
	font-style: normal;
	/*font-weight: Arial;
	font-size: 15px;*/
	content: "\00BB \0020\0020";
	/*color: RoyalBlue;*/
	color: FireBrick;
	/*padding-left: 10px;*/
	
}

div.nnbox a.title {
	/*font-weight: bold;*/
	text-decoration: none;
	margin-bottom: 0px;
	font-weight: bold;
	font-style: italic;
	/*text-indent: 5px;*/
	color: #555;
	font-size: 13px;
	display: block;
	/*border-bottom: solid 1px #AAA;*/
}
div.nnbox a.title:before {
	font-weight: bold;
	font-size: 15px;
	font-family: Arial;
	font-style: normal;
	/*font-weight: Arial;
	font-size: 15px;*/
	content: "\00BB \0020\0020";
	/*color: RoyalBlue;*/
	color: FireBrick;
	/*padding-left: 10px;*/
	
}
div.nnbox a.title:hover{
	color: FireBrick;
}




/*
div.nnbox a.title:hover {
	text-decoration: none;
	color: Brown;
}
*/
div.nnbox div.mini {
	margin-top: 10px;
}


/* COMMENTS */
div.comments {
	margin-top: 20px;
	padding: 10px 0px 0px 30px;
	border-top: solid 1px #AAA;
	
}



/* TXT */
div.txt {
	padding:5px;
	margin:10px;
	max-width: 600px;
}
div.txt h2 {
	border-bottom: solid 1px #AAA;
	font-size: 1.1em;
	font-weight: bold;
	margin: 13px 0px 13px 0px;
	text-decoration: none;
	text-align: left;
	
	/* letter-spacing: 0px; */
	color: #A22222;
	/* padding: 0px;*/
	padding-bottom: 1px;
}
div.txt p {
	font-size: 15px;
	font-family: Arial;
}
div.txt ol li {
	text-align: left;
	font-size: 15px;
	margin-bottom: 10px;
}
div.txt p.signature {
	font-style: italic;
	color:#345;
	font-size: 13px;
}
div.txt span.code {
	color: #333;
	font-family: monospace;
}
/* treadmarks */
div.txt i.ca24news {
	color: FireBrick;
	font-size: 0.9em;
}
div.txt span.ca24news {
	color: FireBrick;
	font-size: 0.9em;
}
div.txt b.ca24 {
	color: FireBrick;
	font-size: 0.8em;
}



form.mail {
	text-align: left;
}
form.mail label {
	min-width:100px;
	height: 20px;
	float:left;
	margin-top:5px;
}
form.mail input {
	margin-top:3px;
}
form.mail input[type="submit"] {
	margin-top:5px;
	padding: 0px 50px 0px 50px;
	/*min-width: 110px;*/
}
form.mail textarea {
	width: 533px;
	height: 100px;
	margin:10px 0px 0px 0px;
	
}

div.message {
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
	margin: 3px 5px 3px 5px;
}
div.message.alert {
	color: red;
}
div.message.info {
	color: green;
}


/* currency */
table.currency {
	border-collapse: separate;
	background-color: #fff;
	font-size:9px;
	border:solid 1px #AAA;
	margin:25px 5px 25px 5px;
}
table.currency td {
	vertical-align: top;
	border-collapse:separate;
	background-color: #eeeeee;
}
table.currency tr {
	vertical-align: top;
	border-collapse:separate;
}


/* bottom link - used in photo article, after page */
div.blink {
	font-size: 12px;
	margin: 0px 5px 0px 5px
	/*border-top: solid 1px #BBB;*/
}
div.blink:before {
	font-size: 13px;
	content: "\00BB \0020";
	color: FireBrick;
	font-weight: bold;
	text-decoration: none;
	
}
