﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-color: #FEFFFF;
	background-image: url('images/bg.gif');
	background-repeat: repeat-x;
}
#masthead {
	width: 950px;
	height: 150px;
	background-image: url('images/header.gif');
	background-repeat: no-repeat;
	background-position: center center;
	margin: auto;
	position: relative;
	background-color: #FFFFFF;
}
#sum_emails {
	font-family: arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #D12329;
	position: absolute;
	top: 62px;
	left: 90px;
	width: 130px;
	text-align: center;
}
#top_nav {
	width: 950px;
	margin: auto;
	height: 30px;
	background-color: #EFEFEF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}
#top_nav .header {
	width: 80px;
	height: 30px;
	background-color: #808080;
	font-family: arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	border-right-color: #C4DF24;
	border-right-width: 5px;
	border-right-style: solid;
	display: block;
	float: right;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #999999;
}
#top_nav .body {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-align: right;
	line-height: 30px;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 100px;
	direction: rtl;
	overflow: hidden;
	width: 845px;
}
#top_nav .body p {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto auto auto;
	min-width: 600px;
	width: 950px;
	background-color: #FFFFFF;
	padding-top: 5px;
}

#left_col {
	width: 200px;
	float: left;
}
#left_col img {
	margin: auto auto 10px 10px;
	width: 180px;
}
#left_col .block {
	background-image: url('images/menu_bg.gif');
	background-repeat: no-repeat;
	background-position: center top;
	width: 199px;
}
#left_col .block .header {
	background-image: url('images/menu_header.gif');
	background-repeat: repeat-x;
	background-position: center top;
	height: 36px;
	width: 172px;
	display: block;
	line-height: 36px;
	text-align: center;
	color: #0D6797;
	margin-left: -2px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 15px;
	font-family: arial, Helvetica, sans-serif;
}
#left_col .block .body {
	border: 1px solid #DBDBDB;
	margin: 2px 5px 5px 9px;
	padding-bottom: 10px;
	text-align: right;
	width: 170px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FFFFFF;
}
#left_col .block .body span {
	border-width: 1px;
	border-color: #CCCCCC;
	text-align: right;
	border-bottom-style: dotted;
	display: block;
}
#left_col .block .body span a {
	border-style: none none dotted none;
	border-width: 1px;
	border-color: #ACE9F9;
	text-align: right;
	display: list-item;
	text-decoration: none;
	color: #0C6392;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	list-style-type: square;
	direction: rtl;
	list-style-position: inside;
	line-height: 20px;
}
#left_col .block .body span a:hover {
	display: list-item;
	text-decoration: none;
	list-style-type: square;
	direction: rtl;
	list-style-position: inside;
	background-color: #EBF6FB;
}

#right_col {
	width: 200px;
	float: right;
}
#right_col img {
	margin: auto;
	width: 190px;
}
#right_col .block {
	background-image: url('images/menu_bg.gif');
	background-repeat: no-repeat;
	background-position: center top;
	width: 199px;
}
#right_col .block .header {
	background-image: url('images/menu_header.gif');
	background-repeat: repeat-x;
	background-position: center top;
	height: 36px;
	width: 172px;
	display: block;
	line-height: 36px;
	text-align: center;
	color: #0D6797;
	margin-left: -2px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 15px;
	font-family: arial, Helvetica, sans-serif;
}
#right_col .block .body {
	border: 1px solid #DBDBDB;
	margin: 2px 5px 5px 9px;
	padding-bottom: 10px;
	text-align: right;
	width: 170px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FFFFFF;
}
#right_col .block .body span {
	border-width: 1px;
	border-color: #CCCCCC;
	text-align: right;
	border-bottom-style: dotted;
	display: block;
}
#right_col .block .body span a {
	border-style: none none dotted none;
	border-width: 1px;
	border-color: #ACE9F9;
	text-align: right;
	display: list-item;
	text-decoration: none;
	color: #0C6392;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	list-style-type: square;
	direction: rtl;
	list-style-position: inside;
	line-height: 20px;
}
#right_col .block .body span a:hover {
	display: list-item;
	text-decoration: none;
	list-style-type: square;
	direction: rtl;
	list-style-position: inside;
	background-color: #EBF6FB;
}
#page_content {
	margin-left: 200px;
	margin-right: 200px;
	height: auto;
}
#page_content .block {
	background-image: url('images/block_bg.gif');
	background-repeat: repeat-x;
	background-position: center top;
	font-family: tahoma;
	font-size: 12px;
	line-height: 18px;
	direction: rtl;
}
#page_content .block .header {
	background-image: url('images/menu_header.gif');
	background-repeat: repeat-x;
	background-position: right top;
	height: 36px;
	width: 510px;
	display: block;
	line-height: 36px;
	text-align: right;
	color: #0D6797;
	margin-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-family: arial, Helvetica, sans-serif;
	font-size: 15px;
	direction: rtl;
}
#page_content .block .body {
	border: 1px solid #DBDBDB;
	margin: 2px auto 5px auto;
	padding-bottom: 10px;
	text-align: right;
	width: 520px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FFFFFF;
	position: relative;
}
.body .list_title {
	background-color: #2585B4;
	color: #FFFFFF;
	line-height: 20px;
	padding: 2px 15px 2px 2px;
	font-weight: bold;
	display: block;
	position: relative;
}
#page_content .block .body span {
	border-width: 1px;
	border-color: #CCCCCC;
	text-align: right;
	border-bottom-style: dotted;
	display: block;
}
#page_content .block .body span a {
	border-style: none none dotted none;
	border-width: 1px;
	border-color: #ACE9F9;
	text-align: right;
	display: list-item;
	text-decoration: none;
	color: #0C6392;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	list-style-type: square;
	direction: rtl;
	list-style-position: inside;
	line-height: 20px;
}
#page_content .block .body span a:hover {
	display: list-item;
	text-decoration: none;
	list-style-type: square;
	direction: rtl;
	list-style-position: inside;
	background-color: #EBF6FB;
}
#page_content .block .body input[type=submit] {
	border-width: 5px;
	border-color: #A3B827;
	border-style: none solid none none;
	width: 120px;
	height: 28px;
	font-family: arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	position: absolute;
	right: 8px;
	background-color: #BBD332;
	cursor: pointer;
	bottom: 10px;
}
#page_content .block .body input[type=submit]:hover {
	background-color: #C4D94A;
}
#page_content .block .body .red {
	padding: 3px;
	border: 1px solid #FFA88A;
	background-color: #FFE8E1;
	font-family: tahoma;
	color: #CC3300;
}
#page_content .block .add_app a {
	margin: 5px;
	border-width: 5px;
	border-color: #A3B827;
	background-position: right center;
	padding: 5px 20px 5px 5px;
	background-color: #BBD332;
	font-family: arial !important;
	color: #FFFFFF !important;
	border-right-style: solid;
	background-image: url('images/add.png');
	background-repeat: no-repeat;
	font-size: 15px !important;
	font-weight: bold;
	width: 130px;
	float: right;
	display: block;
	list-style-type: none;
}
#page_content .block .show_apps a {
	margin: 5px;
	border-width: 5px;
	border-color: #A3B827;
	background-position: right center;
	padding: 5px 20px 5px 5px;
	background-color: #BBD332;
	font-family: arial !important;
	color: #FFFFFF !important;
	border-right-style: solid;
	background-image: url('images/folder.png');
	background-repeat: no-repeat;
	font-size: 15px !important;
	font-weight: bold;
	width: 130px;
	float: right;
	display: block;
}
#i {
	right: 50px;
	border-right-style: solid;
	border-width: 1px;
	border-color: #F2EDD7;
	padding-right: 5px;
	padding-left: 5px;
	width: 200px;
	position: absolute;
}
#ii {
	border-style: none solid none none;
	right: 150px;
	border-width: 2px;
	border-color: #FFFFFF;
	padding-right: 5px;
	width: 100px;
	position: absolute;
	top: 0px;
}
#iii {
	right: 300px;
	border-right-style: solid;
	border-width: 1px;
	border-color: #F2EDD7;
	padding-left: 5px;
	width: 100px;
	height:20px;
	position: absolute;
	overflow: hidden;
}
.gallery {
	height: 90px;
	border: 1px solid #E8DFB5;
	background-color: #FCFBF3;
	padding: 5px;
	margin-bottom: 5px;
}
.gallery img {
	height: 80px;
	padding: 5px;
	width: 100px;
	margin: 0px;
	background-color: #FFFFFF;
	border: 1px solid #E8DFB5;
	float: right;
	position: relative;
}
.gallery .title {
	float: left;
	width: 365px;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #CFA572;
	color: #FFFFFF;
	line-height: 25px;
}
.gallery .title a {
	float: left;
	width: 365px;
	color: #FFFFFF;
}
.gallery .title a:hover {
	color: #E04112;
	text-decoration: none;
}
.gallery #body {
	padding: 2px;
	width: 361px;
	float: left;
	background-color: #F8F5E9;
	margin-left: 5px;
	color: #84722B;
}
.gallery hr {
	margin: 0px;
	height: 1px;
	width: 50%;
	color: #EAD7BF;
	text-align: right;
	right: 0px;
	left: auto;
}
#news_paper {
	background-image: url('images/news_paper.gif');
	background-repeat: no-repeat;
	height: 196px;
	width: 173px;
	background-position: left 10px;
	float: right;
	display: block;
	margin: 5px 10px 5px 10px;
	position: relative;
}
#news_paper #edition {
	background-image: url('images/green_button.png');
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-family: arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	display: block;
	width: 88px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	z-index: 100;
	position: absolute;
	bottom: 15px;
	background-color: #BBD332;
	border-style: solid;
	border-width: 0px 5px 0px 0px;
	border-color: #A3B827;
	direction: rtl;
}
#news_paper img {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 125px;
	height: 175px;
	border: 8px solid #D4D4D4;
}
#enter_email {
	background-image: url('images/emailak.gif');
	width: 347px;
	height: 133px;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 5px 10px 5px 10px;
	position: relative;
}
/*
#enter_email input[type=text] {
	border: 2px solid #1191D4;
	width: 320px;
	line-height: 25px;
	height: 25px;
	top: 50px;
}
*/
#enter_email #insert_response {
	position: absolute;
	bottom: 8px;
	display: block;
	float: left;
	width: 190px;
	left: 5px;
	text-align: right;
	padding: 5px;
	line-height: 20px;
	height: 20px;
	font-family: tahoma;
	font-size: 12px;
	color: #666666;
}
#enter_email input[type=text] {
	border-style: solid;
	border-width: 1px 5px 1px 1px;
	border-color: #1191D4;
	position: absolute;
	top: 60px;
	width: 310px;
	line-height: 25px;
	height: 25px;
	right: 15px;
	font-family: tahoma;
	font-size: 22px;
	color: #D12329;
	text-align: center;
}
#enter_email input[type=submit] {
	border-width: 5px;
	border-color: #A3B827;
	border-style: none solid none none;
	width: 120px;
	height: 28px;
	font-family: arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	position: absolute;
	top: 95px;
	right: 15px;
	background-color: #BBD332;
	cursor: pointer;
}
#enter_email input[type=submit]:hover {
	background-color: #C4D94A;
}
#search {
	width: 347px;
	margin: 5px 10px 5px 10px;
	background-image: url('images/search.gif');
	height: 57px;
	position: relative;
}
#search input[type=text]{
	border-style: solid;
	border-width: 1px 5px 1px 1px;
	border-color: #1191D4;
	position: absolute;
	top: 14px;
	width: 220px;
	line-height: 25px;
	height: 25px;
	right: 15px;
	font-family: tahoma;
	font-size: 22px;
	color: #666666;
	text-align: center;
	background-color: #FFFFFF;
}
#search input[type=submit] {
	border-width: 5px;
	border-color: #A3B827;
	border-style: none solid none none;
	width: 90px;
	height: 28px;
	font-family: arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	position: absolute;
	top: 15px;
	background-color: #BBD332;
	cursor: pointer;
	left: 10px;
}
#search input[type=submit]:hover {
	background-color: #C4D94A;
}
/* jQuery lightBox plugin - Gallery style */
#gallery {
	padding: 5px;
}
#gallery img {
	border: 2px solid #F4EBDF;
	margin: 4px;
	width: 115px;
	height: 140px;
}
#gallery a:hover img {
	border: 2px solid #5CABDA;
}
#gallery a:hover { 
	color: #fff; 
}
#mags {
	padding: 5px;
}
#mags img {
	border: 2px solid #F4EBDF;
	margin: 4px;
	width: 115px;
	height: 140px;
}
#mags a:hover img {
	border: 2px solid #5CABDA;
}
#mags a:hover { 
	color: #fff; 
}

/* PAGE NUMBERS */
div.pagination {
	color:#48b9ef;
	padding:10px 0 10px 0;
	direction:ltr;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:center;
}

div.pagination a {
	color:#48b9ef;
	padding:2px 5px;
	margin:0 2px;
	text-decoration:none;
	border:2px solid #f0f0f0;
}

div.pagination a:hover, div.pagination a:active {
	border: 2px solid #ffcc00;
	color: #ffcc00;
	font-weight: normal;
}

div.pagination span.current {
	padding: 2px 5px;
	border: 2px solid #0099FF;
	color: #fff;
	font-weight: bold;
	background-color: #40B3FF;
}
div.pagination span.disabled {
	color: #E4E4E4;
	padding: 2px 5px;
	margin: 0 2px;
	text-decoration: none;
	border: 2px solid #f0f0f0;
}
#footer {
	background-position: top;
	border-width: 2px;
	border-color: #8CCBEA;
	margin: 10px auto auto auto;
	clear: both;
	width: 950px;
	background-color: #FFFFFF;
	background-image: url('images/menu_header.gif');
	background-repeat: repeat-x;
	height: 50px;
	font-family: tahoma;
	font-size: 11px;
	text-align: center;
	border-top-style: solid;
	padding-top: 10px;
	color: #0C6392;
}
#footer a {
	font-family: tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #0C6392;
	font-weight: bold;
}
#footer a:hover {
	text-decoration: underline;
}

