/* Generic Styling */

body {
	background: url(images/bg-body.png) repeat-x top center #E8F7F9;
	font-family: "Trebuchet MS" Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* Sets default font size to 10px */
	color: #222222;
	}
* {
	margin:0;
	padding: 0;
	}


img {
	border: 0;
	}

a {
	text-decoration: none;
	color: blue;
	}
a:hover {
	text-decoration: none;
	color: #6CC7DC;
	}

/* Structure */

#wrapper {
	margin: 0 auto;
	width: 700px;
	background: #ffffff;
	}
#header {
	height: 140px;
	background: url(images/bg-header.gif) no-repeat;
	}
#menu {
	height: 35px;
	line-height: 35px;
	background: url(images/bg-menu.png) repeat-x;
	text-align: center;
	padding: 0 10px;
	}
#sidebar {
	float: right;
	width: 180px;
	background: #efefef;
	margin-right: 10px;
	}
#content {
	float: left;
	direction: rtl;
	text-align: center;
	width: 500px;
	min-height: 400px;
	font: normal 1.2em Tahoma, Sans-Serif;
	}

#content h2 {
	font: bold 1.5em Times New Roman, Tahoma;
	background: url(images/details.gif) right right no-repeat;
	padding-right: 1em;
	text-align: right;
	line-height: 2em;
	color: green;
	margin: 0.4em 0 0.4em 0;
	border-bottom: 1px dashed #ccc;
}
#content h2 a {
	color: green;
	display:block;
}
#content h3 {
	color: blue;
	font-size: 12px;
}
#content h4 {
	text-align: center;
	font-family: Arial;
}
#content h5 {
	text-align: center;
	color: red;
}
#content h6 {
	color: green;
	font-size: 12px;
}
#footer {
	clear: both;
	height: 100px;
	background: url(images/bg-footer.jpg) no-repeat;
	}

/* Menu */

#menu ul {
	list-style-type: none;
	font: bold 1.7em Times New Roman, Tahoma;
	line-height: 35px;
	margin-left: 2em;
	}
#menu li {
	float: left;
	}
#menu li a {
	padding: 0 15px;
	display: block;
	color: #ffffff;
	margin-right: 2px;
	}
#menu li a:hover {
	text-decoration: underline;
	background-color: black;
	}
/* Sidebar */

#sidebar ul {
	list-style-type: none;
	margin: 0 auto;
	}
#sidebar li {
	direction: rtl;
	text-align: center;
	line-height: 2em;
	font: normal 1.3em Tahoma, Sans-Serif;
	margin: 0.4em 0 0.4em 0;
	}
#sidebar li a {
	display: block;
	height: 20px;
	line-height: 20px;
	color: #222222;
	padding-right: 5px;
	border-bottom: 1px solid #dddddd;
	}
#sidebar li a:hover {
	background: #edebed;
	color: #6CC4D8;
	}
#sidebar-bottom {
	height: 20px;
	background: url(images/bg-sidebar-bottom.gif) no-repeat top center;
	}
.menu li  {
direction:rtl;
height:50px;
}

.menu li a {
display:block;
}
.menu li span {
font:normal 11px Tahoma;
display:block;
color:#999;
}
/* Footer */
.searchbutton,.text {
	font: normal 1.2em Tahoma, Sans-Serif;
	direction:rtl;
	width:80%;
	margin:2px 5px;
}
#footer-copyright {
	float: left;
	padding-top: 55px;
	padding-left: 20px;
	cursor: default;
	color: #ffffff;
	}
#footer-copyright a {
	color: #ffffff;
	text-decoration: none;
	font: normal 1.2em Tahoma, Sans-Serif;
	}
#footer-copyright a:hover {
	color: #000;
	background-color: #ccc;
	text-decoration: underline;
	}

fieldset { border: 1px solid #ccc; margin: 3px 4px 6px 0; background: #E6FFE4; color: #000; }
input { padding: 3px; margin: 0; } 
textarea { width: 70%; height: 13em; padding: 2px;}
.comments { background-color: #eee; color: #808080; padding: 0.5em; margin: 0 0 2.5em 0; border-top: 1px solid #ccc; text-align:right;}
.comments p { font:normal 15px/22px Tahoma; }
.comments b { position:relative;float:left;padding:5px; background:#f2f2f2; border-bottom: 1px solid #ccc;}
.commentsbox { background-color: #E8FFD9; color: #808080; margin: 0.3em 0 0.3em 0.5em; border-top: 1px solid #ccc; }


.date { 
	color: #000; 
	background-color: #eee;
	line-height: 2em;
	text-align: left; 
	margin: 0.5em 0 0.5em 0.5em; 
	border-top: 1px dashed #ccc;
}

.date a:hover {
      text-decoration: underline overline;
      color: red;
}

.admincomments { 
	color: black;
	padding: 10px 10px 8px 10px; 
	margin: 0 0 7px 0; 
	background-color: #FFF0F0;
	border: 1px dashed #990000;
      width: 470px;
}


.error {
	color: #990000;
	background-color: #FFF0F0;
	padding: 7px;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px dashed #990000;
}
.error a {
      font: bold 13px Times New Roman, Sans-Serif;
	text-decoration: none;
}
.error h2 {
	color: #990000;
	background: inherit;
}

.success {
	color: #000000;
	background: #F5FBE1;
	padding: 7px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px dashed #7BA813;
}
.success h2 {
	color: #7BA813;
	background: inherit;
}
