html {
    height: 100%;
	background-color: #fff;
	padding: 0;	
	color: #4d4d4d;
	font: 12px "Arial", Sans-Serif;

	background-image: url("images/bg-a1.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

body {
	height: 100%;
	width: 900px;
	margin: 0 auto;
	padding: 0;
}

a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}

.clear {clear: both;}

img {border: 0;}

p {
	margin: 0;
	padding: 0;
}

h1 {
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 24px;
	color: #000;
	clear: both;
}

h2 {
	margin: 0 0 3px 0;
	padding: 0;
	color: #000;
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
}

div#header 
{
    width: 100%;
	height: 183px;
	background: url("images/header.png") no-repeat;
	padding: 0;
}
.arabic div#header
{
	background: url("images/headera.png") no-repeat;
}
div#languages
{
    float: right;
    margin: 150px 12px 0 0;
}
.arabic div#languages
{
    float: left;
    margin: 150px 0 0 12px;
}
div#languages li
{
    line-height: 100%;
    display: inline;
    padding: 0 8px;
    border-left: solid 1px #333;
}
div#languages li a
{
    color: #ccc;
    font-size: 11px;
}
div#languages li img
{
    margin-right: 4px;
    vertical-align: middle;
}
div#languages li.MenuItemActive a, div#languages li a:hover
{
    color: #fff;
}
div#languages li.MenuItemFirst
{
    border: none;
}
div#languages li.MenuItemLast
{
    padding-right: 0;
}

div#bodyArea
{
	background: url(images/content-bg.png) repeat;
}

.arabic div#bodyArea
{
    direction: rtl;
}

div#left {
	float: left;
	width: 163px;
	margin: 12px;
	padding: 12px;
	font-size: 11px;
	background: url(images/content-bg-60.png) repeat;
}
.arabic div#left {
	float: right;
	width: 163px;
	margin: 12px;
	padding: 12px;
	font-size: 11px;
	background: url(images/content-bg-60.png) repeat;
}
div#left h3 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #79BF2F;
}

.Menu {
	margin: 3px 0 15px 0;
	padding: 0;
	list-style: none;
}
.Menu li {	
	line-height: 150%;
}
.MenuItem a {
    font-weight: 700;
    font-size: 13px;
    color: #000;
}

.MenuItemActive a, .MenuItem a:hover
{
    color: #0b6c96;
    text-decoration: none;
}

.MenuItem .MenuItem a 
{
    font-weight: normal;
    font-size: 11px;
	color: #787a79;
}

.MenuItem .MenuItem a:hover, .MenuItem .MenuItemActive a
{
    color: #000;
    text-decoration: none;
}

.MenuItem .MenuItemFirst 
{
    margin-top: 6px;
}

.MenuItem .MenuItemLast 
{
    margin-bottom: 6px;
}


.MenuItem .MenuItem .MenuItemAdd 
{
    margin-left: 10px;
    margin-bottom: 20px;
}

.MenuItem .MenuItemAdd
{
    margin-top: 0;
}

.MenuItem .MenuItemAddBox
{
    margin-top: 0;
}

.arabic div#left .MenuItemAdd 
{
    float: right;
}

.arabic div#left .MenuItem .MenuItem .MenuItemAdd
{
    margin-right: 10px;
}

div#content {
	display: inline;
	float: left;
	width: 630px;
	margin: 12px;
}
.arabic div#content 
{
    float: right;
}
div#content .text {
	display: block;
	margin: 0 0 8px 0;
}
div#content .text2 {
	display: block;
	margin: 0;
}
div#content .left {
	float: left;
	margin: 0 5px;
}
div#content p {line-height: 150%;}

div#footer {
	clear: both;
	height: 35px;
	background: url(images/footer.png) no-repeat;
}
div#credits
{
    text-align: right;
    padding: 16px 8px 0 0;
    font-size: 9px;
    color: #fff;
}
.arabic div#credits
{
    text-align: left;
    padding: 16px 0 0 8px;
}

.ContentItem 
{
	background: url(images/content-bg-60.png) repeat;
	padding: 12px;
}
.ContentItemContentGroup
{
	background: none;
	padding: 0px;
}
.ContentButtonsTop
{
    display: none;
}



.ContentItemWeblogItem
{
    padding: 0;
}

.EntryHeader
{
    background-color: #ddd;
    padding: 2px 12px;
    position: relative;
}

.EntryHeader .Title
{
    height: 12px;
    font-weight: bold;
}

.EntryHeader .FormFieldRating
{
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 100%;
    background-color: #fff;
}

.EntryHeader .FormFieldRating .Rating div
{
    margin-left: 8px;
    margin-top: 2px;
}

.EntryBody 
{
    padding: 15px;
}

.FormFieldRating_Count
{
    position: relative;
    z-index: 1;
    text-align: right;
    font-size: 10px;
    padding-right: 8px;
}

.ContentItemSummaryNewsItem .Body
{
    margin-top: 8px;
}

.ContentItemSummaryGalleryImage
{
    float: left;
    width: 150px;
    height: 170px;
    margin-right: 8px;
    text-align: center;
}

.ContentItemGalleryImage .Title
{
    margin-bottom: 1em;
}

.ContentItemSummaryGalleryImage .Title
{
    margin-bottom: 0;
}


.ContentItemText
{
    clear: left;
}

.ContentItemContentGroupContentGroup h2
{
    clear: left;
    margin: 1em 0;
}

.ContentItemContentGroupContentGroup h2 a
{
    text-decoration: underline;
}

.ContentButtonsBottom
{
    clear: left;
}
