html {
	
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin-bottom: 1px;
	font-size: 13px;
	
	}
body {
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #EEE;
	background-color: #010d1e;
}

.content {
	background:url(../images/background_main.gif) repeat-x;	  
}

#photo_thumb {
	background-color:#2d2d2d;
	width:150px;
	min-height:120px;
	padding:5px;
	margin:1px;

}

input[type=text] {
	border:1px solid #666;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
} 

.main_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #EEEEEE;
	font-size: 11px;
}

.wrap {
	width:900px;
	border:solid 1px #444444;
	margin-left: auto ;
	margin-right: auto ;
	background: #111111;
	
}

.error_red {
	text-align:left;
	font-size: 12px;
	color:#cccccc;
	border:solid 2px #A00;
	padding:10px;
	margin:20px;
}

.error_green {
	text-align:left;	
	font-size: 12px;
	color:#cccccc;
	border:solid 2px #360;
	padding:10px;
	margin:20px;
}

#person {
	padding:3px;
	border:1px solid #222;
	margin:5px;
	height:80px;
	background-color:#0d0d0d;
	line-height:14px;
	
}

#person:hover {
	background-color:#3d3d3d;
	border:1px solid #555;

	
}

#PagingLink {
	width:500px;
	font-size: 10px;	
}

#PagingLink.a:link {
	font-size: 10px;	
}
#PagingLink a {
	font-size: 10px;	
}
#posts {
	padding:1px;
	
}

#posts th{
	color:#003A75;
	background-color:#EEEEEE;
}

#post {
	min-height:50px;
	width:510px;
	border:solid 1px #2D2D2D;
	font-size:11px;
	padding:3px;
	background-color:#1D1D1D;
	margin-bottom:3px;
}

.post_title {
	font-size: 12px;
	color: #333333;
	background-color:#EBEBEB;
	padding:5;
}

.post_question {
	color:#634545;
	direction:rtl;
}
.post_answer {
	color:#51573C;
	direction:rtl;
}

.post_form {
	border:solid 1px #D0D0D0;
	width:300px;
}


h1 {
	font-size: 18px;
	color: #B5DAEC;
	}
h2 {
	font-size: 18px;
	color: #FFF;
}
h3 {
	font-size: 14px;
	color: #FFF;
	background-color:#254051;
	padding:5px;
	margin:0;
	margin-bottom:5px;
}
#content_heading_block {
	background-color:#EEE;
	padding:5;
	font-size: 12px;
}

.content_heading {
	font-size: 18px;
	font-weight:bold;
}




#article {
	background-color:#FFFFFF;
	direction:rtl;
	margin-bottom:5px;
	border:solid 1px #D0D0D0;
	font-size: 12px;
}

.article_title {
	direction:rtl;
	font-size:14pt;
	font-weight:bold;
	padding-bottom:10px;
}

.article_brief {
	direction:rtl;
	font-size:12px;
	color:#666;
	font-weight:bold;
	padding-bottom:10px;
}

.article_description {
	color:#000;
	direction:rtl;
	font-size:12px;
}

.article_output {
	direction:rtl;
	float:left;
	
}


#articles{
	background:#FEFEFE;
	border:solid 1px #BBB;
	padding:1px;
	margin-bottom:10px;
}
#articles th{
	color:#003A75;
	background-color:#EEEEEE;
}



.highlight {
 color:#06C;	
}

#search {
	width:100%;
	background-color:#444;
	font-weight:bold;
	font-size: 12px;
	color:#360;
}


#backlinks {
	font-size: 14px;
	color: #BBB;
	direction: rtl;
	text-indent:10px;
}

#backlinks a{
	color:#FFF;
}


a, a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2fdbfa;
	text-decoration:none;
}


hr {
	size:1px;
}


a:hover {
	color: #FFF;
	text-decoration:underline;
}

.text_input {
	background:#FFFFFF;
	border:solid 1px #CCCCCC;
}


.button {
	color:#EEE;
	border: 1px solid #4d6a7e;
	margin: 0 0 0 10px;
	padding: 1px 2px 1px 3px;
	background: #253c4c;
	font-weight:bold;
	min-width: 60px;
	text-align: center;
	font-size:12px;
	cursor: pointer; /* hand-shaped cursor */
 	cursor: hand; /* IE 5.x */
}


.button:hover {
	color:#FFF;
	border: 1px solid #EEE;
	background: #4D4D4D;
}

.list_button {
	font-weight:bold;
	height:21px;
	background:#F1F1F1;
	border:solid 1px #e2e2e2;
	font-size:11px;

}



.small_text {
	font-size: 10px;
}
.sortable-list {
	list-style-type: none;
}
.sortable-list li {
	width:790;
	font-weight:bold;
	font-size:14px;
	border : 1px solid #DDD;
    cursor : move;
    margin : 2px 0 2px 0;
    padding : 4px;
    background : #EFEFEF;
}

#contact {
	 background:url(../images/contact_background.png) no-repeat 100% 100%;
	 height:180px;
}

#msg {
	display:none;
	position:absolute;
	z-index:200;
	background:url(../images/msg_arrow.gif) left center no-repeat;
	padding-left:7px;

}
#msgcontent {
	font-weight:bold;
	color:#F00;
	display:block;
	background:#000000;
	border:1px solid #FFFFFF;
	/*border-left:none;*/
	padding:5px;
	min-width:150px;
	max-width:300px;
	font-size:11px;
}

#replacement-0 {
  width: 20px;
  height: 15px;
  padding: 0px 0 0;
  margin: 0;
  border: 0;
  background: transparent url(../images/USA_flag.jpg) no-repeat top left;
  overflow: hidden;
  vertical-align: middle;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* IE 5.x */
}

#replacement-1 {
  width: 20px;
  height: 15px;
  padding: 0px 0 0;
  margin: 0;
  border: 0;
  background: transparent url(../images/Russia_flag.jpg) no-repeat top left;
  overflow: hidden;
  vertical-align: middle;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* IE 5.x */
}

#replacement-2 {
  width: 20px;
  height: 15px;
  padding: 0px 0 0;
   margin: 0;
  border: 0;
  background: transparent url(../images/Israel_flag.jpg) no-repeat top left;
  overflow: hidden;
  vertical-align: middle;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* IE 5.x */
}

#latestFlowers {
	background-color:#2d2d2d;
	padding:2px;
	vertical-align:middle;
	
}

#latestFlowers a{
	font-size:11px;
	color:#FFF;
}

#latestFlowers:hover{
	background-color:#3d3d3d;
}
