/* ------------------------------- general ------------------------------- */


body {
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	background-color: #6f6f6f;
	}

.rtl {
	direction: rtl;
	text-align: right;
}

.left {
	direction: rtl;
	text-align: left;
}


.center {
	text-align: center;
}

.top {
	vertical-align: top;
}

.bold {
	font-weight: bold;
}

.green {
	background-color: #97d802;
}

.greyside {
	background-color: #3d3e42;
	vertical-align: top;
	background:  #3d3e42 url(images/flowers.jpg) no-repeat;
	background-position: bottom;
}

.white {
	background-color: #ffffff;
}


.shadowleft {
	background-image: url(images/shadow-left.jpg);
}

.shadowright {
	background-image: url(images/shadow-right.jpg);
}

.whitetop {
	background: #ffffff url(images/white-top.gif) no-repeat;
}
.whitebottom {
	background: #ffffff url(images/white-bottom.gif) no-repeat bottom;
}


/* ------------------------------- topmenu ------------------------------- */

a.topnav:link, a.topnav:visited {
	font: bold 12px Arial;
	color: #666666;
	text-decoration: none;
	direction: rtl;
	text-align: right;
}

a.topnav:active, a.topnav:hover {
	font: bold 12px Arial;
	color: #000000;
	text-decoration: none;
	direction: rtl;
	text-align: right;
}


/* ------------------------------- sidemenu ------------------------------- */


#navlist
{
padding: 0px;
margin: 0;
font: normal 11px Arial;
background: #3d3e42;
width: 239px;
}

#navlist li
{
list-style: none;
margin: 0;
border-bottom: 1px solid #48494d;
text-align: right;
direction: rtl;
}

#navlist li a
{
display: block;
padding: 8px 40px 8px 0px;
border-right: 3px solid #252528;

background: url(images/right-off.gif);
text-decoration: none;
}

#navlist li a:link { color: #ffffff; }
#navlist li a:visited { color: #ffffff; }

#navlist li a:hover
{
border-color: #97d802;
color: #FFF;
background: url(images/right-over.gif);
}


/* ------------------------------- texts ------------------------------- */


.main {
	margin: 0px;
	padding-top: 10px;
	padding-right: 31px;
	padding-left: 30px;
	width: 430px;	
	text-align: right;
	direction: rtl;
}

h1 {
	margin: 0px;
	padding: 0px;
	text-align: right;
	direction: rtl;
	font: bold 18px Arial;
	color: #98cd00; 
	line-height: 17px;
}


h2 {
	margin: 0px;
	padding: 15px 31px 5px 0px;
	text-align: right;
	direction: rtl;
	font: bold 15px Arial;
	color: #ffffff;
}

h3 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	text-align: right;
	direction: rtl;
	font: bold 12px Arial;
	color: #333333;
}

h4 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	text-align: right;
	direction: rtl;
	font: bold 12px Arial;
	color: #98cd00; 
}


p {
	font: normal 12px Arial; 
	color: #333333; 
	line-height: 15px;
	padding: 0px;
	margin: 0px;
	text-align: right;
	direction: rtl;
	}

.comment {
	margin: 0px;
	padding: 0px;
	text-align: right;
	direction: rtl;
	font: bold 14px Arial;
	color: #333333; 
	line-height: 17px;
}

a.more:link, a.more:visited {
	font: bold 12px Arial;
	color: #98cd00;
	text-decoration: underline;
	direction: rtl;
	text-align: right;
}

a.more:active, a.more:hover {
	font: bold 12px Arial;
	color: #98cd00;
	text-decoration: none;
	direction: rtl;
	text-align: right;
}

a.site:link, a.site:visited {
	font: normal 12px Arial;
	color: #333333;
	text-decoration: none;
	direction: rtl;
	text-align: right;
}

a.site:active, a.site:hover {
	font: normal 12px Arial;
	color: #333333;
	text-decoration: none;
	direction: rtl;
	text-align: right;
}

.simplelist {
	list-style-type: disc;
	list-style-position: outside;
	font: normal 12px Arial; 
	color: #333333; 
	line-height: 15px;
	direction: rtl;
	text-align: right;
}

/* ------------------------------- form ------------------------------- */

#form{
	margin: 0;
	padding: 0;
	}

.textfield {
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	width: 120px;
	height: 15px;
	background-color: #ffffff;
	border-style: double;
	border-width: 3px;
	border-color: #cccccc;
}

.area {
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	width: 200px;
	height: 100px;
	background-color: #ffffff;
	border-style: double;
	border-width: 3px;
	border-color: #cccccc;
}

.checkbox {
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
	width: 13px;
	height: 13px;
	background-color: #f2f2f2;
}

.button {
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	line-height: 13px;
	color: #98cd00;
	width: 55px;
	height: 22px;
	background-color: #ffffff;
	border-style: double;
	border-width: 3px;
	border-color: #98cd00;
}

/* ------------------------------- footer ------------------------------- */

.greybottom {
	background-color: #48494d;
	vertical-align: top;
}

.footer {
	padding: 5px 5px 0px 0px;
	font: normal 10px Arial;
	color: #ffffff;
	direction: rtl;
	text-align: right;
}

a.footerlinks:link, a.footerlinks:visited { 
	font: normal 10px Arial; 
	color: #98cd00;
	text-decoration: underline;
	}

a.footerlinks:hover, a.footerlinks:active { 
	font: normal 10px Arial; 
	color: #98cd00;
	text-decoration: none;
	}