/*
 * Common
 */
@font-face {
    font-family: 'WMitra';
    src: url('../resources/font/WebMitra.eot');
    src: url('../resources/font/WebMitra.eot?#iefix') format('embedded-opentype'),
         url('../resources/font/WebMitra.woff') format('woff'),
         url('../resources/font/WebMitra.ttf') format('truetype'),
         url('../resources/font/WebMitra.svg#WebMitra') format('svg');
    font-weight: normal;
    font-style: normal;
    unicode-range: U+0600–06FF;
}

html, body {
	width: 100%;
	height: 100%;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-color: #fff;
	font-family: 'WMitra', Tahoma;
	background: url(../images/bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
label {
	cursor: pointer;
	color: #3d3d3d;
}
.bar {
	text-align:center;
	clear:both;
	display:block;
	margin: 10px auto;
	color:#454545;
	background-color:#454545;
	border:0;
	height:1px;
	width:95%;
}
.clear {
	clear:both;
}
a {
	text-decoration: none;
}

/*
 * Shared
 */
.wrapper {
	display: table;
	width: 100%;
	height: 100%;
}
.col_right {
	vertical-align: top;
	width: 220px;
	display: table-cell;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.9);
}
.col_left {
	vertical-align: top;
	display: table-cell;
	top: 0;
	left: 0;
	bottom: 0;
	width: auto;
	min-width: 900px;
}

#logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 151px;
	display: block;
	margin: 50px auto;
}
.navigation {
	clear: both;
	float: none;
	margin: 50px auto;
	width: 220px;
}
.navigation li {
	text-align: center;
}
.navigation li a {
	margin: 2px;
	display: block;
	padding: 6px 10px;
	color: #fff;
	background-color: #29aae2;
	border-radius: 2px;
	font-weight: 700;
	font-size: 18px;
}
.navigation li:hover a {
	background-color: #fbb040;	
}
.content {
	line-height: 1.6;
	direction: rtl;
	text-align: right;
	min-height: 600px;
	margin: 40px auto;
	width: 90%;
	height: 90%;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.95);
	padding: 20px;
	border-radius: 5px;
	font-family: 'WMitra', Tahoma;
	font-weight: normal;
	font-size: 20px;
}


/*
 * News List
 */
.news_list {
    width: 900px;
}

.news_list li {
    list-style-image: url(../images/b2.png);
    margin: 10px 0;
}
.news_list a {
    color: #333333;
    font-weight: 800;
    font-family: 'WMitra', Tahoma;
    text-decoration: none;
    font-size: 20px;
}
.news_list_compact a {
    font-weight: normal;
    color: #333333;
    font-family: 'WMitra', Tahoma;
    text-decoration: none;
    font-size: 18px;
}
.news_list div {
    width: 900px;
    display: block;
    background-image: url(../images/bg1.png);
    background-repeat: repeat-x;
    background-position: bottom;
    height: 13px;
}
.news_list div > span {
    padding: 0 5px 0 0;
    background-color: #fff;
    color: #666;
    float: left;
}
.news_title {
    color: #0964c6;
    font-family: 'WMitra', Tahoma;
    font-size: 25px;
}

/*
 * Pagination
 */

ul.pagination {
	margin: 20px auto 0 auto;
	font:12px 'Tahoma';
	list-style-type:none;
        display: table;
}
ul.pagination li.details {
	padding:7px 10px 7px 10px;
	font-size:12px;
}
ul.pagination li.dot {
	padding: 3px 0;
}
ul.pagination li {
	float:right;
	margin:0px;
	padding:0px;
	margin-left:5px;
        display: inline-block;
}

ul.pagination li a {
	color:black;
	display:block;
	text-decoration:none;
	padding:7px 10px 7px 10px;
}
ul.pagination li a img {
	border:none;
}
ul.pagination li.details {
	color:#000;
}	
ul.pagination li a {
	color:#666666;
	padding:6px 9px 6px 9px;
        background-color: #e5e5e5;
}
ul.pagination li {
	padding-bottom:1px;
}
ul.pagination li a:hover, ul.pagination li a.current {	
	color:#0962c1;
        background-color: #cccccc;
}
.pagination_records {
	padding:7px 10px 7px 10px;
	font-size:12px;
}




table {
    border-collapse: collapse;
}

table, th, td {
    border: 1px solid black;
}
























#map {
    display: block;
    width: 940px;
    height: 600px;
}