﻿/* CSS layout */
@font-face {
    font-family:'GE SS Two Light';
    src:url('fonts/GE SS Two Light.otf');
    src:local('ط£آ¢ط¹آ©ط·â€؛'),
        url('fonts/GE SS Two Light.otf') format('truetype');
    font-weight:normal;
}

@font-face {
    font-family:'GE SS';
    src:url('fonts/ge-ss-med.eot');
    src:local('أ¢ع©ط›'),
        url('fonts/ge-ss-med.ttf') format('truetype');
    font-weight:normal;
}

@font-face {
    font-family:'GE SS';
    src:url('fonts/ge-ss-bold.eot');
    src:local('أ¢ع©ط›'),
        url('fonts/ge-ss-bold.ttf') format('truetype');
    font-weight:bold;
}
* {
	padding: 0px;
	margin: 0px;
	-webkit-transition-property: background, color, padding-left;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-in-out;
}
img {
	border: 0px;
}
a {
	text-decoration: none;
}
ul, li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
body {
	background-position: center top;
	margin: 0;
	padding: 0;
	background-color: #e1e0e5;
	background-image: url('images/body_bg.png');
	background-repeat: repeat-x;
}
.clear {
	clear: both;
}
#ie {
	background-image: url('images/ie_bg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	height: 26px;
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	line-height: 26px;
	padding-right: 26px;
	width: 944px;
	margin: 0 auto;
	position: absolute;
	top: 0px;
	z-index: 1001;
}
#ie a {
	color: #006B9F;
	display: block;
}
#masthead {
	background-position: right top;
	width: 970px;
	height: 115px;
	margin: 0 auto;
	background-image: url('images/header_bg.png');
	background-repeat: no-repeat;
	padding-top: 15px;
	position: relative;
}
#masthead #logo {
	background-position: center bottom;
	background-image: url('images/logo1.png');
	background-repeat: no-repeat;
	width: 180px;
	height: 105px;
}
#masthead #logo a {
	display: block;
	height: 100%;
}
/*#masthead:hover #logo {
	background-image: url('images/logo2.png');
}*/
#masthead .addon {
	overflow: hidden;
	width: 460px;
	height: 80px;
	position: absolute;
	top: 20px;
	right: 230px;
}
#masthead .left {
	overflow: hidden;
	width: 206px;
	height: 86px;
	position: absolute;
	top: 18px;
	left: 5px;
}
#masthead .left .social {
	width: 24px;
	display: block;
	margin-left: 8px;
	float: right;
}
#masthead .left .social a {
	display: inline-block;
}
#masthead .left .social a img {
	margin: 0 0 4px 0;
}
#masthead .left .weather {
	width: 80px;
	display: block;
	background-image: url('images/transparent-bg.png');
	margin-left: 10px;
	float: right;
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
#masthead .left .weather span {
	display: block;
	width: 70px;
	margin: 0 4px;
	float: right;
	position: relative;
}
#masthead .left .weather span img {
	float: right;
	margin-left: 2px;
	width: 16px;
}
#masthead .left .weather span b {
	font-weight: normal;
	position: absolute;
	left: 0px;
}
#masthead .left .calendar {
	background-position: center 14px;
	width: 80px;
	height: 80px;
	background-color: #F3F3F3;
	display: block;
	background-image: url('images/biglinks_bg.png');
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #4A4A4A;
	-moz-box-shadow: 0px 0px 3px 1px #333;
	-webkit-box-shadow: 0px 0px 3px 1px #333;
	box-shadow: 0px 0px 3px 1px #333;
	float: right;
}
#masthead .left .calendar span {
	font-size: 14px;
	font-weight: bold;
}
#masthead .left .calendar span:first-child {
	background-color: #343434;
	display: block;
	color: #FFFFFF;
	padding: 2px;
}
#masthead .left .calendar b {
	display: block;
	font-size: 42px;
	height: 43px;
}
#masthead .left .calendar span:last-child {
	color: #808080;
	display: block;
	margin-bottom: 15px;
}
#top_nav {
	width: 970px;
	margin: auto;
	height: 30px;
	position: relative;
}
#top_nav .links {
	padding: 0px 5px 0px 5px;
	position: absolute;
	bottom: 16px;
	right: 230px;
	background-image: url('images/nav_bg.jpg');
	background-repeat: repeat-x;
	height: 30px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#top_nav .links a {
	margin: 0 -2px;
	padding: 4px 10px 2px 10px;
	border-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-right-color: #dddddd;
	border-right-style: solid;
	color: #333333;
	font: normal 80% 'GE SS', 'arial';
	height: 22px;
	display: inline-block;
	text-shadow: 1px 1px #FFF;
	line-height: 26px;
}
#top_nav .links a:first-child {
	border-right-style: none;
}
#top_nav .links a:last-child {
	border-left-style: none;
}
#top_nav .links a:hover {
	color: #9e0a0e;
	background-image: url('images/nav_bg_hover.jpg');
}
#top_nav .links img[name=shadow]{
	margin: auto;
	position: absolute;
	top: 30px;
	right: 10px;
	height: 12px;
}
#top_nav .search {
	width: 200px;
	right: 754px;
}
#top_nav .search input[type=text] {
	margin-top: 5px;
	width: 160px;
}
#top_nav .search input[type=submit] {
	background-color: #FFFFFF;
	border-style: none;
	cursor: pointer;
	background-image: url('images/search.png');
	background-repeat: no-repeat;
	background-position: right top;
	height: 22px;
	width: 22px;
	float: left;
	margin-top: 3px;
}
#top_nav .search img[name=shadow]{
	width: 200px;
}
#msg {
	width: 962px;
	height: 24px;
	margin: auto auto 3px auto;
	padding: 0;
	background-color: #333;
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-shadow: 0px 0px 3px 1px #c0c0c0;
	-webkit-box-shadow: 0px 0px 3px 1px #c0c0c0;
	box-shadow: 0px 0px 3px 1px #c0c0c0;
}
#msg a {
	color: #FFFFFF;
	font-weight: bold;
}
#msg span {
	background-position: 80px center;
	border-width: 2px;
	border-color: #eeedf0;
	display: inline-block;
	height: 24px;
	width: 100px;
	margin: 0 0 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-left-style: solid;
	background-image: url('images/arrow.png');
	background-repeat: no-repeat;
}
#msg .fast {
	background-color: #9e0a0e;
}
#msg .new {
	background-color: #7c9e0a;
}
#container {
	margin: auto;
	width: 970px;
}
#container .block {
	overflow: auto;
	background-position: center top;
	margin: 5px 5px 15px 5px;
	background-color: #FFFFFF;
	position: relative;
	background-image: url('images/h3_bg.jpg');
	background-repeat: repeat-x;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-shadow: 0px 0px 3px 1px #c0c0c0;
	-webkit-box-shadow: 0px 0px 3px 1px #c0c0c0;
	box-shadow: 0px 0px 3px 1px #c0c0c0;
	padding-bottom: 5px;
}
#container .block h3 {
	border-width: 2px;
	border-color: #b1bc64;
	display: block;
	text-align: right;
	color: #9e0a0e;
	border-bottom-style: solid;
	height: 28px;
	padding: 5px 10px 3px 5px;
	font-family: 'GE SS Two Light','Arial';
	text-shadow: 1px 1px #FFF;
	position: relative;
	font-size: 20px;
	font-weight: normal;
}
#container .block h3 a {
	color: inherit;
}
#container .block h3 img {
	position: absolute;
	left: 5px;
	top: 5px;
}
#container .block .links a img, #page_content a.biglink img {
	border: 1px solid #CCCCCC;
	padding: 4px;
	width: 52px;
	height: 52px;
	float: right;
	margin-left: 10px;
	background-color: #FFFFFF;
}
#container .block .links a:hover img {
	border-color: #b1bc64;
}
#container .block .links a span, #page_content .biglinks a span {
	background-position: right center;
	height: 14px;
	font-family: Tahoma;
	font-size: 11px;
	color: #C0C0C0;
	display: block;
	font-weight: normal;
	background-image: url('images/calendar.gif');
	background-repeat: no-repeat;
	padding-right: 20px;
	margin-top: 3px;
	margin-right: 70px;
}
#container .block .links a span img, #page_content .biglinks a span img {
	border-style: none;
	width: 14px;
	height: 14px;
	padding: 0;
	margin: 0;
	background-color: transparent;
	float: none;
}
#container .block a.more {
	background-position: left center;
	height: 21px;
	color: #333333;
	display: block;
	background-color: #dcdcdc;
	width: 64px;
	margin-right: 192px;
	font: normal 90% 'GE SS', 'arial';
	padding: 3px 8px 0 0;
	margin-top: 8px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-image: url('images/more.png');
	background-repeat: no-repeat;
	clear: both;
}
#container .block a.more:hover {
	background-color: #CCCCCC;
	color: #9e0a0e;
}
#container .addon {
	display: block;
	margin: 0 auto 10px auto;
}
#left_col {
	width: 280px;
	float: left;
}
#left_col .block {
	margin-top: 0px;
}
#left_col .block .links {
	overflow: auto;
	max-height: 236px;
	padding-left: 2px;
}
#left_col .block .links li {
	margin: 0px;
	display: block;
	clear: both;
	padding: 0;
	float: right;
	width: 100%;
}
#left_col .block .links a, #page_content .block .links a {
	border-width: 1px;
	border-color: #dddddd;
	margin: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	border-bottom-style: solid;
	display: block;
	clear: both;
	padding: 7px 5px 8px 5px;
	text-align: justify;
	float: right;
	width: 95%;
}
#left_col .block .links a:hover, #page_content .block .links a:hover {
	background-color: #F7F7F7;
	color: #0a8b9e;
}
#left_col .block .links a span b {
	color: #9e0a0e;
	font-weight: normal;
}

#left_col .block .bigimg {
	overflow: hidden;
}
#left_col .block .bigimg img {
	width: 260px;
	margin: 5px;
}
#left_col #black.block .black {
	overflow: auto;
	max-height: 190px;
	/*padding-left: 2px;*/
	padding: 10px;
}
#left_col #black.block .img {
	display: none;
}
#left_col #black.block ul {
	color: #E4E4E4;
	font-family: Tahoma;
	font-size: 13px;
	text-align: justify;
	line-height: 20px;
}
#left_col #black.block li a {
	border-width: 3px;
	border-color: #666666;
	display: block;
	color: #fff;
	padding-bottom: 5px;
	margin-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-bottom-style: solid;
}
#left_col #black.block li a:hover {
	color: #F4D9D9;
}
#left_col .poll h4 {
	margin: 5px;
}
#left_col .poll .poll_data div {
	font-family: Tahoma;
	font-size: 12px;
	margin: 10px 5px;
	display: block;
	padding: 3px;
}
#left_col .poll .poll_data div:hover {
	background-color: #F1F1F1;
}
#left_col .poll .poll_data div label {
	display: block;
	cursor: pointer;
}
#left_col .poll .poll_data div label span {
	float: left;
}
#left_col .poll .poll_data div p {
	background-color: #ddd;
	height: 5px;
	display: block;
	margin-top: 5px;
}
#left_col .poll .poll_data div p span {
	background-color: #239fce;
	height: 5px;
	float: right;
}
#left_col .poll .alert {
	border: 1px solid #239fce;
	margin: 5px;
	padding: 0 5px;
	background-color: #239fce;
	color: #fff;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 18px;
}
#left_col .poll input[type=submit] {
	margin: auto 4px auto auto;
	width: 120px;
	height: 30px;
	display: inline-block;
}
#left_col .poll form a {
	background-position: right center;
	font-family: Tahoma;
	font-size: 12px;
	color: #239fce;
	background-image: url('images/chart_grey.png');
	background-repeat: no-repeat;
	padding-right: 18px;
}
#left_col .poll form a:hover {
	text-decoration: underline;
}
#page_content {
	margin-left: 288px;
}
#page_content marquee {
	background-color: #333;
	margin: 0 5px 10px 5px;
	line-height: 24px;
	color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-family: Tahoma;
	font-size: 12px;
}
#page_content marquee a {
	background-position: left center;
	color: #fff;
	background-image: url('images/marq_logo.png');
	background-repeat: no-repeat;
	padding: 0 24px 0 40px;
}
#page_content .block .links {
}
#page_content .block .links a {
	clear: none;
	font-size: 15px;
	float: left;
	width: 388px;
	margin-bottom: 0px;
}
#page_content .block .smlimg a:first-child {
	background-position: left center;
	border-style: none;
	width: 240px;
	float: right;
	margin: 0 4px 0 5px;
	background-image: url('images/left_shadow.png');
	background-repeat: no-repeat;
	padding-left: 20px;
}
#page_content .block .smlimg a:first-child:hover {
	background-color: #FFFFFF;
}
#page_content .block .smlimg a:first-child span, #page_content .block .bigimg a span {
	margin-right: 2px;
}
#page_content .block .smlimg a:first-child img {
	height: 140px;
	width: 200px;
	float: none;
	display: block;
	margin: 5px auto ;
}
#page_content .block .bigimg {
	position: relative;
}
#page_content .block .bigimg a {
	overflow: hidden;
	width: 192px;
	height: 210px;
	float: right;
	margin: 4px 5px 0 5px;
	padding: 6px 6px 6px 14px;
	color: #0a8b9e;
	border-style: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#page_content .block .bigimg a img {
	width: 190px;
	height: 120px;
	margin: auto auto 8px auto;
}
#page_content .block .bigimg ul {
	overflow:hidden;
	margin:0; 
	padding:0;
}
#page_content .block .updn {
	display: block;
	width: 200px;
	position: absolute;
	bottom: 0px;
	right: 5px;
}
#page_content .block .updn a {
	background-position: center center;
	background-color: #F4F4F4;
	display: inline-block;
	width: 96px;
	height: 24px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-image: url('images/up.png');
	background-repeat: no-repeat;
}
#page_content .block .updn a:first-child {
	background-image: url('images/dn.png');
}
#page_content .block .updn a:hover {
	background-color: #E6E6E6;
}

#page_content .biglinks {
	overflow: auto;
	margin-bottom: 5px;
}
#page_content .biglinks a {
	overflow: hidden;
	background-position: center top;
	display: block;
	width: 207px;
	padding: 5px;
	margin: 0 5px 5px 5px;
	background-color: #F8F8F8;
	background-image: url('images/biglinks_bg.png');
	background-repeat: repeat-x;
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	height: 210px;
	float: right;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-shadow: 0px 0px 3px 1px #c0c0c0;
	-webkit-box-shadow: 0px 0px 3px 1px #c0c0c0;
	box-shadow: 0px 0px 3px 1px #c0c0c0;
	text-align: justify;
}
#page_content .biglinks a img {
	width: 180px;
	height: 120px;
	float: none;
	display: block;
	margin: 8px auto;
}
#page_content .biglinks a:hover {
	color: #0a8b9e;
	background-color: #E6E6E6;
}
#page_content .biglinks a span {
	margin-right: 3px;
	color: #999999;
}
#page_content .block a.more {
	margin-right: 594px;
}
#page_content #videos.block, #left_col #black.block {
	background-color: #333333;
	background-image: url('images/h3_dark_bg.jpg');
}
#page_content #videos.block .thumbs {
	overflow: auto;
}
#page_content #videos.block h3, #left_col #black.block h3 {
	color: #FFFFFF;
	border-color: #9e0a0e;
	text-shadow: 1px 1px #000;
}
#page_content #videos.block .thumbs a img {
	border: 4px solid #464646;
	margin: 4px 2px;
	width: 120px;
	height: 90px;
}
#page_content #videos.block .thumbs a:first-child img {
	width: 256px;
	height: 197px;
	float: right;
	margin-left: 6px;
}
#page_content #videos.block .thumbs a:hover img {
	border-color: #808080;
}
#page_content .photos a img {
	padding: 5px;
	margin: 5px;
	display: block;
	width: 114px;
	height: 80px;
	float: left;
	background-color: #F8F8F8;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#page_content .photos a img:hover {
	background-color: #E8E8E8;
}
#page_content .inpage {
	padding: 8px;
	background-image: none;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	line-height: 26px;
}
#page_content .inpage h4 {
	background-position: center top;
	padding: 4px 8px;
	font-family: 'GE SS Two Light', 'Arial';
	color: #9e0a0e;
	background-image: url('images/biglinks_bg.png');
	background-repeat: repeat-x;
	background-color: #F1F1F1;
	margin-bottom: 10px;
	text-shadow: 1px 1px 3px #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 22px;
	font-weight: normal;
}
#page_content .inpage #tools {
	background-image: url('images/tools_bg.png');
	background-repeat: no-repeat;
	background-position: left top;
	width: 20px;
	height: 100px;
	position: absolute;
	top: 60px;
	right: 0px;
	padding-top: 15px;
	padding-right: 2px;
}
#page_content .inpage #tools:hover {
	background-position: right top;
}
#page_content .inpage #tools img {
	margin: 0px 0px 4px 0px;
	padding: 0px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}
#page_content .inpage #tools a img {
	border-style: none;
	background: none;
}
#page_content .inpage a[rel=mongid] img {
	padding: 8px;
	border: 1px solid #CCCCCC;
	margin: auto auto 5px auto;
	max-width: 440px;
	min-width: 220px;
	max-height: 260px;
	display: block;
	-moz-box-shadow: 0px 3px 10px 1px #ccc;
	-webkit-box-shadow: 0px 3px 10px 1px #ccc;
	box-shadow: 0px 3px 10px 1px #ccc;
	background-color: #FFFFFF;
}
#page_content .inpage #date {
	color: #FFFFFF;
	padding: 0px 5px 0px 5px;
	background-color: #4B4B4B;
	font-family: tahoma;
	font-size: 12px;
	clear: both;
	margin-bottom: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: inline-block;
	font-weight: normal;
	line-height: 20px;
}
#page_content #img_cmnt {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	display: block;
	text-align: center;
	line-height: 20px;
	background-color: #E8E8E8;
	margin: -5px auto 5px auto;
	color: #333333;
	width: 454px;
	padding: 2px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
}
#page_content .inpage .attachs {
	margin: 5px;
	color: #FFFFFF;
	padding: 5px;
	background-color: #F1F1F1;
	font-size: 12px;
	display: block;
	font-weight: normal;
	overflow: auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#page_content .inpage .attachs img {
	padding: 5px !important;
	float: right;
	margin: 2px !important;
	display: block;
	min-width: 110px !important;
	width: 110px !important;
	height: 80px;
}
#page_content .inpage .attachs img:hover {
	border-color: #9e0a0e;
}
#page_content .inpage label[name=title] {
	padding: 2px;
	margin: 2px 5px 2px 2px;
	border-width: 2px;
	border-color: #9e0a0e;
	background-color: #F1F1F1;
	width: 100px;
	display: inline-block;
	border-left-style: solid;
}
#page_content .inpage input[type=text] {
	width: 180px;
}
#page_content .inpage input[type=submit] {
	margin-top: 5px;
	width: 100px;
	height: 30px;
}
#page_content #links a {
	padding: 3px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #464646;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
	line-height: 16px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#page_content #links a:nth-child(2n+1){
	background-color: #F9F9F9;
}
#page_content #links a:hover {
	text-decoration: none;
	background-color: #f1f1f1;
}
#page_content #links a i {
	border-width: 1px;
	padding: 3px;
	display: inline-block;
	font-family: Tahoma;
	font-size: 11px;
	color: #0a8b9e;
	width: 70px;
	border-left-style: solid;
	margin-left: 5px;
	background-color: #f1f1f1;
	font-weight: normal;
}
#page_content #links a u {
	background-color: #f1f1f1;
	text-decoration: none;
	color: #9e0a0e;
}
#page_content .block fieldset {
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin: 5px;
}
#page_content .block legend {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	display: block;
	text-align: right;
	line-height: 20px;
	color: #BC1818;
}
#page_content .block label {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	display: block;
	text-align: right;
	line-height: 20px;
	color: #590000;
}
#page_content #top a {
	background-position: center top;
	text-decoration: none;
	background-image: url('images/top.png');
	background-repeat: no-repeat;
	display: block;
	height: 29px;
	margin-top: 10px;
}
#page_content #top a:hover {
	background-position: center bottom;
}
/* --- Pagination --- */
div.pagination {
	border-width: 2px;
	border-color: #ADADAD;
	color: #CCCCCC;
	padding: 8px;
	direction: ltr;
	font-family: Tahoma;
	font-size: 12px;
	text-align: left;
	display: block;
	position: relative;
	height: 21px;
	border-top-style: solid;
}
div.pagination a {
	color: #666666;
	padding: 2px 5px;
	text-decoration: none;
	font-weight: bold;
	margin-right: 2px;
	margin-left: 2px;
	background-color: #FBFBFB;
}
div.pagination a:hover, div.pagination a:active {
	color: #F8F8F8;
	background-color: #9e0a0e;
	border-color: #9e0a0e;
}
div.pagination span.current {
	padding: 2px;
	color: #9e0a0e;
	font-weight: bold;
	padding: 2px 5px;
}
div.pagination span.disabled {
	color: #C0C0C0;
	padding: 2px 5px;
	margin: 0 2px;
	font-weight: bold;
}
div.pagination .statics {
	margin: 0px;
	padding: 2px 5px 5px 5px;
	font-family: tahoma;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	background-color: #FBFBFB;
	position: absolute;
	text-align: center;
	direction: rtl;
	right: 5px;
	left: auto;
	height: 11px;
	top: 5px;
}
#footer {
	background-position: center top;
	border-width: 10px;
	border-color: #A40000;
	clear: both;
	min-height: 120px;
	background-repeat: repeat-x;
	background-color: #333333;
	border-top-style: solid;
}
#footer .links {
	padding: 4px 4px 4px 200px;
	margin: auto;
	width: 770px;
	position: relative;
}
#footer .links .logo {
	background-position: center top;
	width: 180px;
	height: 105px;
	position: absolute;
	top: 10px;
	left: 10px;
	background-image: url('images/logo.png');
	background-repeat: no-repeat;
}
#footer:hover .links .logo {
	background-position: center bottom;
}
#footer .links a {
	margin: 3px 5px 3px 5px;
	padding: 2px 6px;
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	display: inline-block;
	width: 120px;
}
#footer .links a:hover {
	background-color: #666666;
}
#toolbar {
	background-position: center top;
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 100%;
	color: #FFFFFF;
	height: 30px;
	background-image: url('images/toolbar_bg.png');
	background-repeat: repeat-x;
	line-height: 32px;
}
#toolbar b {
	color: #FFFFFF;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
}
#rights {
	margin: auto auto 26px auto;
	font-family: Tahoma;
	font-size: 11px;
	color: #C0C0C0;
	height: 20px;
	padding-top: 5px;
	text-align: center;
	direction: ltr;
	background-color: #242424;
}
#rights a {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}
#rights span:last-child {
	float: right;
}
#rights span:first-child {
	float: left;
}
#rights span:first-child a {
	background-position: -20px center;
	background-image: url('http://mongiddesigns.com/designs/mongid/icon.png');
	background-repeat: no-repeat;
}
#rights span:first-child:hover a {
	padding-left: 24px;
	background-position: 4px center;
}
#rights a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
