/* CSS Document */
a:link {color: chocolate; font-weight: bold;}
a:visited {color: Teal; font-weight: bold;}
a:hover {color: Teal; font-weight: bold;}
a:active {color: IndianRed; font-weight: bold;}
body {
	font-family: arial, verdana, tahoma, sans-serif;
	background-color: #2A2A2A;
	color: #FFFFCC;
	direction: rtl;
}
div.page {
	width: 980px;
	margin: 0px auto;
}

/* Title Area */

table.title {
	font: normal normal normal 16px/14px arial;
}
table.title td {
	vertical-align: bottom;
}
table.title a:link {color: #FFFFCC; font-weight: normal;}
table.title a:visited {color: #DFF1FF; font-weight: normal;}
table.title a:hover {color: #FEFFAF; font-weight: normal; background-color:#3F3737}
table.title a:active {color: #FEFECC; font-weight: normal;}
table.title h1 {
	font: italic normal lighter 22px/18px arial;
}
table.title h1 a {color: #FFFFCC; text-decoration: none;}
table.title h1 a:link {color: #FFFFCC;}
table.title h1 a:visited {color: #FFFFCC;}
table.title h1 a:hover {color: #FFFFCC;}
table.title h1 a:active {color: #FFFFCC;}

table.title img {
	/*border: 3px solid yellow;*/
	vertical-align: text-bottom;
}

div.float {
  position: absolute;
  z-index: 100;
  top: 0px;
  left: 0px;
  width: 100%;
}
div.float p {
	background-color: #FFFFCC;
	color: #2A2A2A;
	border: solid 2px #2A2A2A;
	width: 500px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 150px;
	text-align: center;
	}

div.main {
	color: #2A2A2A;
}
td.right {
	background-color: #FFFFCC;
	width: 400px;
	padding: 0px;
	
}
td.left {
	width: 580px;
}
div.content {
	/*height: 360px;*/
	padding: 15px;
	font-size: 12px;
	/*background-image: url(/images/logos.gif);
	background-repeat: no-repeat;
	background-position: left bottom;*/
}
div.content p {
	margin-top: 10px;
	font-size: 12px;
	font-weight: normal;
}
/*div.content a:link {color: Crimson;}
div.content a:visited {color: FireBrick;}
div.content a:hover {color: red;}*/
div.thumb_text {
	font-size: 12px;
	font-weight: bold;
	direction: rtl;
	padding-right: 10px;
	border-top: 3px solid #2A2A2A;
}
div.thumbnails {
	direction: ltr;
	text-align: center;
}
img.thumbnails {
	border: 1px solid #2A2A2A;
	margin: 3px;
	cursor: help;
}
table.info {
	margin: 0px;
	width: 100%;
}
td.info {
	background-image: url(/images/square-logo2.gif);
	background-repeat: no-repeat;
	background-position: top left;
	border-left: 1px solid #2A2A2A;
	border-right: 1px solid #2A2A2A;
	color: #2A2A2A;
	background-color: #FFFFCC;
	vertical-align: top;
	text-align: right;
	padding: 10px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	margin: 0px;
}
p {
	font-size: 12px;
	margin: 0px;
}
/*
div.flash {
	margin-right: 5px;
	margin-right: 400px;
	margin-right: 0px;
	width: 580px;
	border: 3px solid green;
	
}
	*/
/* Content page table design */
td.content_right {
	background-image: url(/images/strips/2.jpg);
	width: 220px;
	padding: 0px;
	
}
td.content_middle {
	font-family: tahoma, arial, verdana, sans-serif;
	background-color: #FFFFCC;
	width: 540px;
	vertical-align: top;
	height: 400px;
	background-image: url(/images/logos.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
div.content h3 {
	font-size: 12px;
	font-weight: bold;
}
div.content h1 {
	font-size: 22px;
	font-weight: normal;
}
td.content_left {
	background-image: url(/images/strips/efraim2.jpg);
	width: 220px;
	padding: 0px;
}
label {
  font-size: 12px;
  float: right;
  width: 250px;
}
/*li {
  font-size: 12px;
  color: red;
}*/
input {
  font-size: 14px;
  font-weight: bold;
  font-color: #2A2A2A;
  width: 250px;
  margin: 0px 40px 5px 0px;
}
textarea {
  font-size: 14px;
  font-weight: bold;
  font-color: #2A2A2A;
  width: 250px;
  height: 150px;
  margin: 0px 40px 5px 0px;
}
div.comment {
  background-color: #FFF6EF;
	font-size: 10px;
	font-weight: bold;
	border-width: 1px 1px 3px 3px;
	border-style: solid;
	border-color: #2A2A2A;
	margin: 10px 0px 10px 0px;
	padding: 0px 5px;
}
h5.bottom {
	font-size: 12px;
	font-weight: normal;
	margin: 1px;
	text-align: center;
}
h5.bottom a:link {color: #FFFFCC;}
h5.bottom a:visited {color: #FBFEFF;}
h5.bottom a:hover {color: #FBFEFF;}
