/**
* css resets adapted from Eric Meyer [http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/]
*/
html
{
    overflow-x: hidden;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	color: black;
	background: white;
	direction: rtl;
	text-align: right;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
h1, h2, h3, h4, h5 {
	font-weight:bold
}
a {
	color:#656565;
	text-decoration:none
}
a:hover {
	color:#2262af;
	text-decoration:underline;
}
/** end of resets */

html, body {
	width:100%;
	color:#656565;
	font:13px tahoma, serif;
	background:#e6e6e6;
}
h2 {
	display:block;
	font:19px tahoma;
	color:#2262af;
}
h3 {
	display:block;
	font:14px tahoma;
	color:#2262af;
}
div.wrapper {
	width:980px;
	margin:auto auto;
	background:#fff;
}
div.page {
	width:960px;
	padding:0 10px;
	background:#fff;
	float:right;
}
div.ad728x90 {
    width:728px;
    padding:2px 116px 2px 116px;
    float:right;
    background:#e4e4e4;
    margin:0 0 1px;
    vertical-align:middle;
    text-align:center;
}

div.ad728x90.padB20 {
	padding-bottom:20px;
}
div.ad728x90 a, div.ad728x90 img {
	float:right;
}
div.topNav {
	margin:0 0 1px;
	height:15px;
	background:#e4e4e4;
	padding:5px 0;
	float:left;
	width:100%;
	text-align:left;
}
div.topNav a {
	padding:0 5px;
	color:#656565;
}
div.logo {
	float:right;
	width:100%;
	height:100px;
	position:relative;
	background:#2262af;
	vertical-align:middle;
}
div.logo h1 {
	float:right;
	margin-top:10px;
	margin-right:15px;
	-margin-right:5px;
	-margin-top:0px;
	/*top:5px;*/
}
div.logo h1 span {
	display:none;
}
div.logo fieldset {
	width:351px;
	position:absolute;
	left:15px;
	top:30px;
}
div.logo fieldset input {
	float:right;
}
div.logo fieldset select {
	float:right;
	width:134px;
	margin:0 0 0 5px;
	padding:0;
}
div.logo fieldset input.text1 {
	margin-left:5px;
}
.text1 {
	width:163px;
	height:15px;
	padding:2px;
	border:0 none;
	background:#fff;
	font:12px tahoma;
	color:#656565;
}
div.mainNav {
	float:right;
	width:100%;
	height:33px;
	background:url('../Image/Background/navBG.jpg') no-repeat 0 0;
	position:relative;
}
div.mainNav ul {
	float:right;
	width:100%;
	height:100%;
}
div.mainNav ul li {
	float:right;
	height:13px;
	padding:10px 0;
	background:url('../Image/Background/navBorder.gif') no-repeat 0 0;
}
div.mainNav ul li a {
	padding:0 15px;
	color:#000;
}
div.mainNav ul li a:hover {
	color:#2262af;
	text-decoration:none;
}
.greenStrip{clear:both;background:#8fa42c; color:#FFF; font-weight:bold; padding:6px 6px 4px 0px;display:block; float:left; width:954px;}
.greenStrip a{color:#ffffff;}
div.breakingNews {
	width:855px;
	height:35px;
	margin:0;
	float:right;
	position:relative;
	overflow:hidden;
}
ul.controls {
	float:right;
	width:38px;
	padding:12px 0 0 6px;
}
ul.controls li {
	float:right;
}
ul.controls li a img {
	float:left;
}
ul.controls li a.play {
	display:none;
}
div.newsSlider {
	width:600px;
	float:left;
	padding:0;
	position:relative;
	overflow:hidden;
	margin:0;
	height:19px!important;
}
ul.newsList {
	width:600px;
	height:100%;
	float:right;
	position:relative;
}
ul.newsList li {
	display:block;
	width:100%;
	height:100%;
	margin:0 0 5px;
	padding:0 0 1px;
	color:#2262af;
}

ul.newsList li span.white{
	color:#ffffff;
	font:12px tahoma;
	font-weight:bold;
}

ul.newsList li a{ color:#fff; text-decoration:none;}
ul.newsList li a:hover{text-decoration:underline;}

ul.newsList li a span {
	color:#000;
	font:10px tahoma;
}
div.content, div.showcase {
	float:right;
	width:100%;
	background:#EFEFEF;
	padding:4px 0 0 0;
}

div.highlight {
	float:right;
	width:630px!important;
	/*border-top:12px solid #2262af;*/
	padding:10px 0 0;
	position:relative;
	overflow:hidden;
}
div.headline {
	width:300px;
	position:relative;
	overflow:hidden;
	float:right;
}
div.headline h2 {
	padding:5px 10px;
}
div.headline p {
	display:block;
	padding:0 10px;
}
div.tabHolder {
	width:315px;
	height:365px;
	position:relative;
	overflow:hidden;
	float:right;
	padding:0 15px 0 0;
	_padding:0 12px 0 0;
}
ul.tabs {
	width:100%;
	float:right;
}
ul.tabs li {
	float:right;
	height:30px;
	border-left:1px solid #fff;
}
ul.tabs li a {
	width:104px;
	display:block;
	height:15px;
	background:#efefef;
	padding:5px 0;
	text-align:center;
}
ul.tabs li:hover, ul.tabs li.selected {
	background:url('../Image/Icon/arrowDown.gif') no-repeat 50% 100%;
}
ul.tabs li a:hover, ul.tabs li.selected a {
	background:#d5d5d5;
	text-decoration:none;
	color:#656565;
}
div.pane {
	width:100%;
	float:right;
	display:none;
}
div.pane img, div.innerContent img {
	float:right;
	padding:0 0 0 10px;
}
div.pane h3, div.innerContent h3 {
	padding:0 0 5px;
}
div.pane ul.list1 {
}
div.pane ul.list1 span {
	direction:ltr;
	color:#010101;
	font:10px tahoma;
}
div.promo {
	float:left;
	width:327px;
	background:#EFEFEF;
}
a.now, a.now img {
	display:block;
	float:right;
	margin:0 3px 5px 0;
}
a.namaaz, a.namaaz img {
	display:block;
	float:right;
	width:153px;
}
a.weather, a.weather img {
	display:block;
	float:left;
}
div.ad300x250 {
	width:300px;
	height:250px;
	padding:9px 9px 0 9px;
	float:right;
	background:#EFEFEF;
}
div.ad300x250 a, div.ad300x250 img {
	float:right;
}
div.springboard {
	width:940px;
	float:right;
	padding:8px 10px 0 10px;
	background:#efefef;
}
/*div.springboard.padT25 {
	padding-top:25px!important;
}*/
div.column {
	width:307px;
	float:right;
	margin-left:8px;
	display:inline;
}
div.moduleWrapper {
	width:100%;
	height:265px;
	float:right;
	position:relative;
	overflow:hidden;
	margin:0 0 10px;
	background:#fff;
	padding:0 0 10px 0;
}
div.collapsed {
	height:35px;
}
div.title {
	width:278px;
	height:20px;
	float:right;
	position:relative;
	cursor:move;
	padding:8px 15px;
	background:url('../Image/Background/titleBg.gif') repeat-x 0 0;
}
div.title h2 {
	font:bold 17px tahoma;
	color:#656565;
}
div.title h1 {
	font:bold 12px tahoma;
	color:#656565;
}
div.title img {
	position:absolute;
	cursor:pointer;
	top:12px;
	left:15px;
}
div.innerContent {
	float:right;
	width:278px;
	padding:10px 15px;
	border-top:6px solid #0e77bd;
}
div.innerContent.w307Pad0 {
	width:307px;
	padding:0;
}

/*--------------news style added on 29th august 2010---------------*/
div.titleInside {
	width:284px;
	height:20px;
	float:right;
	position:relative;
	cursor:move;
	padding:8px 15px;
	background:url('../Image/Background/titleBg.gif') repeat-x 0 0;
}
div.titleInside h2 {
	font:bold 17px tahoma;
	color:#656565;
}

div.innerContentInside {
	float:right;
	width:284px;
	padding:10px 15px;
	border-top:6px solid #0e77bd;
}
/*------------------------------------------------------------------*/

div.innerContent.padT6 {
	padding-top:6px!important;
}
div.collapsed div.innerContent {
	display:none;
}
div.redBorder {
	border-color:#b11b1c;
}
div.purpleBorder {
	border-color:#7452ae;
}
div.orangeBorder {
	border-color:#ff6600;
}
div.greenBorder {
	border-color:#157846;
}
div.goldenBorder {
	border-color:#8f8a48;
}
div.discussionBorder {
	border-color:#0E77BD;
}
div.citizenBorder {
	border-color:#9cc44f;
}
div.innerContent h3 {
	color:#656565;
	font:bold 12px tahoma;
}
div.innerContent h2 {
	color:#656565;
	font:normal 12px tahoma;
}

div.type1 h3 {
	color:#2262af;
	font:bold 14px tahoma;
	padding-bottom:20px;
}
div.springboard div.promo {
	width:308px;
	float:left;
}
a.digital, a.digital img {
	display:block;
	float:right;
	width:153px;
	padding:0 0 1px;
}
a.announce, a.announce img {
	display:block;
	float:left;
	width:153px;
	padding:0 0 1px;
}
a.mobile, a.mobile img {
	display:block;
	float:right;
	width:153px;
	clear:right;
	margin:0 0 5px;
}
a.explore, a.explore img {
	display:block;
	float:left;
	width:153px;
	clear:left;
	margin:0 0 5px;
}
div.promo div.moduleWrapper {
	margin:0 0 9px 0;
	height:auto !important;
}
div.promo div.title {
	cursor:pointer;
}
div.promo div.title h2 {
	color:#2262af;
}
div.promo div.title h2 a {
	color:#2262af;
}
div.promo div.innerContent {
	border-width:6px;
}
div.promo div.innerContent h3 {
	color:#2262af;
}
div.cartoon {
	float:right;
	width:292px;
	height:106px;
	padding:5px 8px 15px;
	margin:0 0 10px;
	position:relative;
	overflow:hidden;
	background:#51504a;
}
div.newsVideo {
	float:right;
	margin:0 0 10px;
	position:relative;
	overflow:hidden;
}
div.cartoon h2 {
	width:100%;
	float:right;
	border:0 none;
	padding:0;
}
div.cartoon h2 a {
	font:bold 14px tahoma;
	color:#fff;
	margin:0;
}
div.cartoon p.more {
	bottom:auto;
	top:7px;
	right:auto;
	left:10px;
	width:auto;
}
div.cartoon a {
	float:right;
	display:inline;
	width:96px;
	margin:5px 0 0 1px;
}
div.cartoon a img {
	float:right;
}
div.cartoon p.more a {
	color:#fff;
	float:none;
	width:auto;
	margin:0;
	text-decoration:none;
}
div.opinion, div.info {
	float:right;
	width:100%;
	margin:0 0 7px;
}
div.innerContent table {
	width:100%;
	direction:rtl;
	padding:0 0 10px;
}
div.innerContent table td {
	text-align:right;
	vertical-align:middle;
	font:bold 12px tahoma;
	height:43px;
	/*padding:0 0 10px;*/
	/*background:#f3f3f3;*/
}
div.innerContent table td img {
	padding-left:5px;
}
div.promo div.innerContent p.more {
	right:auto;
	left:10px;
	width:auto;
}
div.googleAd 
{
    width:308px;
    text-align:center;
    vertical-align:middle;
	margin:10px 0;
	float:left;
	height:106px;
}
div.adType1 {
	background:#efefef;
}
div.footerNav {
	width:100%;
	height:18px;
	padding:10px 0;
	background:#7d7b6d;
	float:right;
	margin:0;
	text-align:center;
}
div.footerNav a {
	padding:0 10px;
	color:#fff;
}
div.quickLinks {
	width:100%;
	height:18px;
	padding:10px 0;
	float:right;
	text-align:center;
	/*background:#efefef;*/
}
div.quickLinks a {
	padding:0 3px;
	color:#7d7b6d;
	font:11px tahoma;
	font-weight:bold;
}
div.copyrights {
	width:100%;
	height:28px;
	padding:5px 0 25px;
	background:#FFF;
	float:right;
	text-align:center;
}
div.copyrights p {
	font:11px tahoma;
	line-height:24px;
}
ul.list1 {
	width:100%;
	float:right;
}
ul.list1 li {
	width:100%;
	display:block;
}
ul.list1 li a {
	display:block;
	background:url('../Image/Icon/bullet1.gif') no-repeat 100% 14px;
	padding:7px 10px 0 0;
}
p.more {
	width:100%;
	position:absolute;
	bottom:10px;
	right:132px;
}
p.more a {
	text-decoration:none;
	color:#0268ce;
}
p.more a:hover {
	text-decoration:underline;
	color:#0268ce;
}
/** Sortable UI styles */
.sortHelper {
	float:right;
	width:308px;
	background:#fff;
	border:#000 dashed 1px;
}

/* Created css on 25-02-2010
------------------------------------------------------------------------------*/
a.iconThumb, a.iconThumb img {
	display:block;
	float:right;
	margin:0 1px 0 0;
	width:50px;
	overflow:hidden;
}
a.iconThumb.last, a.iconThumb.last img {
	margin:0 0 0 0!important;
	display:block;
}
a.iconThumb span {
	display:block;
	font-size:10px;
	text-align:center;
	padding:5px 0;
}
/**/
div.pane .contThumbWrap {
	display:block;
	overflow:hidden;
	padding-bottom:8px;
}
div.pane .contThumbWrap .imgDiv {
	float:right;
	width:107px;
	height:87px;
	display:block;
	margin-left:10px;
	_margin-left:0px;
}
div.pane .contThumbWrap .contDiv {
	float:right;
	width:197px;
	display:block;
}
div.pane .contThumbWrap .contDiv h3 {
	font-weight:bold;
}
/**/
.tabHolder.bgWhite {
	background:#fff!important;
	padding-right:0!important;
	width:307px!important;
	height:auto!important;
	
}
ul.tabs li.bdrNone {
	border-left:none;
}
ul.tabs li a.w76 {
	width:76px;
	height:15px;
	background:#efefef;
	padding:5px 0;
	text-align:center;
	display:block;
	overflow:hidden;
}
ul.tabs li a.w76:hover, ul.tabs li.selected a {
	background:#d5d5d5;
	text-decoration:none;
	color:#656565;
	display:block;
}
/**/
div.paneCont {
	width:100%;
	float:right;
}

div.paneCont img, div.innerContent img {
	float:right;
	padding:0 0 0 10px;
}
div.paneCont h3, div.innerContent h3 {
	padding:0 0 5px;
}
div.paneCont ul.list1 span {
	direction:ltr;
	color:#010101;
	font:10px tahoma;
}
div.paneCont .contThumbWrap {
	width:285px;
	margin:auto;
	border-bottom:1px dotted #d8d8d8;
	margin-bottom:10px;
	padding-bottom:10px;
	overflow:hidden;
}
div.paneCont .contThumbWrap.last {
	border-bottom:none;
	margin-bottom:0;
}
div.paneCont .contThumbWrap h2 {
	color:#7452ae;
	padding:0 0 10px 0;
}
div.paneCont .contThumbWrap .contDiv h3 {
	font-weight:bold;
	color:#656565;
	font-size:12px;
}
div.paneCont .contThumbWrap .contDiv p.blockCont {
	display:table-cell;
	vertical-align:middle;
	height:43px;
}
/**/
div.paneContWrap {
	width:100%;
	float:right;
	/*display:none;*/
}

div.paneContWrap img, div.innerContent img {
	float:right;
	padding:0 0 0 10px;
}
div.paneContWrap h3, div.innerContent h3 {
	padding:0 0 5px;
}
div.paneContWrap ul.list1 span {
	direction:ltr;
	color:#010101;
	font:10px tahoma;
}
div.paneContWrap .contThumbWrap {
	width:285px;
	margin:auto;
	border-bottom:1px dotted #d8d8d8;
	margin-bottom:10px;
	padding-bottom:10px;
	overflow:hidden;
}
div.paneContWrap .contThumbWrap.last {
	border-bottom:none;
	margin-bottom:0;
}
div.paneContWrap .contThumbWrap h2 {
	color:#7452ae;
	padding:0 0 10px 0;
}
div.paneContWrap .contThumbWrap .contDiv h3 {
	font-weight:bold;
	color:#656565;
	font-size:12px;
}
div.paneContWrap .contThumbWrap .contDiv p.blockCont {
	display:table-cell;
	vertical-align:middle;
	height:43px;
}
/**/
.searchBox {
	float:left;
	width:94%;
	display:block;
	overflow:hidden;
	background:#e6dfc1;
	padding:5px 10px 15px 10px;
	margin-top:10px;
}
.searchBox h2 {
	color:#656565;
}
.searchBox .txtSearch {
	float:left;
	width:100%;
	padding-top:12px;
}
.searchBox .txtSearch input {
	float:right;
}
input.txtfield {
	border:1px solid #7d7b6d;
	background:#f8f5ed;
	width:180px;
}
input.btn {
	background:#7d7b6d;
	border:none;
	color:#fff;
	font-size:11px;
	padding:3px 10px 2px 10px;
	margin-right:10px;
}
input.btn.marR0 {
	margin-right:0;
}
/**/
ul.listCont {
	float:left;
	padding:2px 0;
	_padding:0;
	width:100%;
}
ul.listCont li {
	float:left;
	width:100%;
	padding:0 0 5px 0;
	overflow:hidden;
}
ul.listCont li span {
	float:right;
	padding-right:8px;
}
ul.listCont li input {
	float:right;
	margin:2px 0 0 0;
	padding:0;
}
/**/
div.title.grytitle {
	width:278px;
	height:20px;
	float:right;
	position:relative;
	cursor:move;
	padding:8px 15px;
	background:#504f49;
}
div.title h2 span.font10 {
	float:left;
	padding:5px 0 0 20px;
	display:block;
}
div.title h2 span.font10 a {
	float:right;
	color:#fff;
	text-decoration:none;
	font-size:10px;
	display:block;
}
div.title h2 span.font10 a:hover {
	text-decoration:underline;
}
div.title h2 a.floatR {
	float:right;
	color:#fff!important;
}
/**/
div.moduleWrapper.marAuto {
	height:auto!important;
	padding-bottom:0;
}
div.moduleWrapper.marB0 {
	margin-bottom:0!important;
}
div.innerContent.pad8 {
	padding:10px 8px!important;
	width:292px;
}
div.innerContent.blueBorder {
	border-top:8px solid #2262af!important;
	margin-top:1px;
	background:#51504a;
}
.thumbDesc {
	float:right;
	margin-left:10px;
	overflow:hidden;
	display:block;
	width:140px;
}
.thumbDesc.last {
	margin-left:0;
}
.thumbDesc img {
	display:block;
}
.thumbDesc span {
	display:block;
	color:#fff;
	text-align:right;
}
/**/
div.mainNav .leftBtn {
	float:left;
	margin:3px 0 0 0;
}
/*--added new css on 230310--*/
div.title h2.rhtImg img {
	position:absolute;
	cursor:pointer;
	right:12px;
	left:15px;
}

div.innerContent table td.height2 {
	height:8px!important;
	padding:0!important;
	background:#fff!important;
}

div.innerContent table td span{ font-weight:normal; color:#1b5db3;}
div.promo div.moduleWrapper.marB0 {
	margin:0 0 0 0;
	height:auto !important;
}
.spacer{margin:0; padding:0; line-height:0; font-size:0; clear:both;}
div.innerContent.pad0 {
	width:307px;
	padding:0;
	border-top:6px solid #0e77bd;
}
div.innerContent.pad1 {
	width:307px;
	padding:0;
}
.paddWrap{padding:5px 10px 0 0; float:right;}

ul.tabs li a.w153 {
	width:153px;
	height:15px;
	background:#efefef;
	padding:5px 0;
	text-align:center;
	display:block;
	overflow:hidden;
}
ul.tabs li a.w153:hover, ul.tabs li.selected a {
	background:#d5d5d5;
	text-decoration:none;
	color:#656565;
	display:block;
}

ul.tabs li.last {border:none;}

/* css created on 15/04/2010
------------------------------------------------------------------------------------*/
.topSearchCont{margin:0 0 1px;height:15px;background:#e4e4e4;padding:5px 0;float:right;width:73%;text-align:center;position:relative; z-index:1;}
.topSearchCont fieldset {left:5px;position:absolute;top:3px;width:200px;}
.topSearchCont fieldset input[type='image'] {margin-right:5px; float:right;}
.topSearchCont fieldset input.text1 {float:right; border:1px solid #8198c2; height:14px;}
.topSearchCont span{ float:right; overflow:hidden; font-weight:bold; padding-right:6px;}
/**/
.bannerWrapHome{ float:left; margin:5px 0px 0px 5px; }
.bannerWrap{ float:left; margin:14px 0 0 7px;}
div.follow { position:absolute; left:6px; top:6px;}
/**/
.w249ImgDiv{ width:249px; display:block; margin:16px auto 1px auto;}
.w249ImgDiv.marT{margin-top:15px;}
.w249ImgDiv.marT25{margin-top:30px;}
.contMoveWrap{ display:block; overflow:hidden; padding:0 14px 0 0; width:305px;}
.contMoveWrap h4{ display:block; padding:0 0 10px 0;}
/**/
.careersDiv{ display:block; padding:0 0 8px 0;}
/*.careersDiv{ display:block; padding:0 0 8px 0; height:262px;}*/
.careersDivInside{ display:block; padding:0 0 8px 0; height:auto;}
.padT8{ padding-top:8px; display:block; float:left;}
div.innerContent table.listTable {padding:0 0 0 0;}
div.innerContent table.listTable td { height:45px!important; padding-right:10px;}
div.ad468x60
{
    vertical-align:middle;
    text-align:center;
    float:left;
    width:100%;
    background:#efefef;
    display:block;
    margin:0;
    padding:0 0 8px 0;
}
div.ad468x60 div.img{ width:100%; margin:auto!important;}
/**/
.arrowWrapper{position:absolute; height:20px; width:625px; right:0; bottom:-60px;}
.floatR{ float:right;}
.floatL{ float:left;}
.padL8{ padding-left:8px;}
.padR8{ padding-right:8px;}
.paneCont ul.list1 li{ padding-right:8px;}
.bgwrapWhite{ float:left; width:100%; background:#fff; display:block; padding-top:10px;}

div.menuBanner{display:block; margin:0; width:309px; overflow:hidden;}

/* sliding images css
---------------------------------------------------------------------*/
#wrap{display:block;}
#wrap ul#mycarousel li{ width:625px; overflow:hidden; float:left; height:auto;}
.disNone{ display:none;}

.poll-holder
{
	background:#ffffff none repeat scroll 0 0;
	border:solid 1px #cccccc;
	padding:1px;
	width:100px;
}
.poll-bar
{
	height:1.4em;
	background:#ffea27 none repeat scroll 0 0;
}
.pollrowstyle
{
	text-align:right;
	vertical-align:middle;
}
div.votingafterMain table td {
	vertical-align:middle;
	height:20px;
}
div.paddWrap fieldset input{ margin:3px 0 5px 10px; padding:0; width:12px; height:12px; float:right; clear:both}
div.paddWrap fieldset label{float:right; font-size:11px; padding:3px 0 5px 10px; text-align:right; width:200px;}

div.innerContent fieldset input{ margin:3px 0 5px 10px; padding:0; width:12px; height:12px; float:right; clear:both}
div.innerContent fieldset label{float:right; font-size:11px; padding:3px 0 5px 10px; text-align:right; width:200px;}


ul.Genericlist1
{
    clear:both;
}
ul.Genericlist1 li{
 display:block;
}
ul.Genericlist1 li a{
 display:block;
 background:url('../Image/Icon/bullet1.gif') no-repeat 100% 14px;
 padding:6px 10px 0 0;
 font-size:12px;
}



/* css created on 28/05/2010
------------------------------------------------------------------------------------*/
.thumbBWrapper{height:110px; display:block;}
.smallthumb{ position:absolute; left:6px; top:0; width:321px; display:block;}
.righThumbTabWrap{ display:block; overflow:hidden; float:right; width:630px;}
/* image content */
.righThumbTabWrap .imgThumbs{ float:right; height:245px; width:317px; overflow:hidden;}
/* tabs content */
.righThumbTabWrap .tabsThumbsDiv{ float:right; margin:0 8px 0 0; width:297px;}
.righThumbTabWrap .tabsThumbsDiv table td{ cursor:pointer; background:url(../Image/Background/tabbg.gif) repeat-x 0 0; text-align:right; border-bottom:1px solid #ccc; padding:0 10px; line-height:normal; height:35px; vertical-align:middle;}
.righThumbTabWrap .tabsThumbsDiv table td a{ display:block; font-size:11px; font-weight:bold; text-decoration:none;}
.righThumbTabWrap .tabsThumbsDiv table td a:hover{color:#000;}
.righThumbTabWrap .tabsThumbsDiv table td a.active{color:#000;}
/**/
a.now, a.now img {display:block;float:right;margin:2px 0 0 0; _margin-right:2px;}
*:first-child+html a.now, a.now img {margin-right:2px;}
/**/
.twoColl{ float:right; width:632px; overflow:hidden;}


/* Comman wrapper table
-----------------------------------------------------------------------------------*/
.wrapperTotal{ display:block; overflow:hidden; padding-bottom:5px; *padding-bottom:2px;}
/* image content */
.wrapperTotal .imageWrap{ float:right; width:110px; height:110px;}
.wrapperTotal .imageWrap img{ margin:0; padding:0; display:block;}
/* tabs content */
.wrapperTotal .wrapperTabs{ float:right; margin:0; padding:0; width:197px;}
.wrapperTotal .wrapperTabs table{ margin:0; padding:0;}
.wrapperTotal .wrapperTabs table td{height:37px; _height:36px; *height:36px; padding:0 10px; vertical-align:middle; text-align:right; line-height:normal; margin:0;}
.wrapperTotal .wrapperTabs table td a{font-size:11px; font-weight:bold; text-decoration:none; color:#fff;}
.wrapperTotal .wrapperTabs table td a:hover{text-decoration:none;}
@media screen and (-webkit-min-device-pixel-ratio:0){.wrapperTotal .wrapperTabs table td {height:36px;}}
/**/
.wrapperTotal .wrapperTabs table td.orangeTabs{background:#ff893d; border-bottom:1px solid #fec099; cursor:pointer; height:42px;}
.wrapperTotal .wrapperTabs table td.orangeTabs:hover{background:url(../Image/Background/hover-orange.jpg) repeat-x 0 0;}
.wrapperTotal .wrapperTabs table td.orangeTabs a{font-size:11px; font-weight:bold; text-decoration:none; color:#fff; display:block;}
.wrapperTotal .wrapperTabs table td.orangeTabs a:hover{ text-decoration:none;}
.wrapperTotal .wrapperTabs table td.orangeTabs.active{background:url(../Image/Background/hover-orange.jpg) repeat-x 0 0;}
/**/
.orangeBorder .sublinksWrapTable table td{ border-bottom:1px solid #FF893D;} 


/* Blue tabs
-----------------------------*/
.wrapperTotal .wrapperTabs table td.blueTabs{background:#5792d8; border-bottom:1px solid #a5c5ee; cursor:pointer; height:42px;}
.wrapperTotal .wrapperTabs table td.blueTabs:hover{background:url(../Image/Background/hover-blue.jpg) repeat-x 0 0;}
.wrapperTotal .wrapperTabs table td.blueTabs a{font-size:11px; font-weight:bold; text-decoration:none; color:#fff; display:block;}
.wrapperTotal .wrapperTabs table td.blueTabs a:hover{ text-decoration:none;}
.wrapperTotal .wrapperTabs table td.blueTabs.active{background:url(../Image/Background/hover-blue.jpg) repeat-x 0 0;}
/**/
.blueBdr .sublinksWrapTable table td{ border-bottom:1px solid #5891d8;} 


/* Green tabs
----------------------------*/
.wrapperTotal .wrapperTabs table td.greenTabs{background:#4d9973; border-bottom:1px solid #9fc9b1; cursor:pointer; height:42px;}
.wrapperTotal .wrapperTabs table td.greenTabs:hover{background:url(../Image/Background/hover-green.jpg) repeat-x 0 0;}
.wrapperTotal .wrapperTabs table td.greenTabs a{font-size:11px; font-weight:bold; text-decoration:none; color:#fff; display:block;}
.wrapperTotal .wrapperTabs table td.greenTabs a:hover{ text-decoration:none;}
.wrapperTotal .wrapperTabs table td.greenTabs.active{background:url(../Image/Background/hover-green.jpg) repeat-x 0 0;}
/**/
.greenBorder .sublinksWrapTable table td{ border-bottom:1px solid #4D9973;} 


/* Red tabs
----------------------------*/
.wrapperTotal .wrapperTabs table td.redTabs{background:#c55353; border-bottom:1px solid #d48682; cursor:pointer; height:42px;}
.wrapperTotal .wrapperTabs table td.redTabs:hover{background:url(../Image/Background/hover-red.jpg) repeat-x 0 0;}
.wrapperTotal .wrapperTabs table td.redTabs a{font-size:11px; font-weight:bold; text-decoration:none; color:#fff; display:block;}
.wrapperTotal .wrapperTabs table td.redTabs a:hover{ text-decoration:none;}
.wrapperTotal .wrapperTabs table td.redTabs.active{background:url(../Image/Background/hover-red.jpg) repeat-x 0 0;}
/**/
.redBorder .sublinksWrapTable table td{ border-bottom:1px solid #C55353;} 


/* Golden tabs
----------------------------*/
.wrapperTotal .wrapperTabs table td.goldenTabs{background:#afad8c; border-bottom:1px solid #e7e7dc; cursor:pointer; height:42px;}
.wrapperTotal .wrapperTabs table td.goldenTabs:hover{background:url(../Image/Background/hover-golden.jpg) repeat-x 0 0;}
.wrapperTotal .wrapperTabs table td.goldenTabs a{font-size:11px; font-weight:bold; text-decoration:none; color:#fff; display:block;}
.wrapperTotal .wrapperTabs table td.goldenTabs a:hover{ text-decoration:none;}
.wrapperTotal .wrapperTabs table td.goldenTabs.active{background:url(../Image/Background/hover-golden.jpg) repeat-x 0 0;}
/**/
.goldenBorder .sublinksWrapTable table td{ border-bottom:1px solid #908a49;}


/* Purple tabs
----------------------------*/
.wrapperTotal .wrapperTabs table td.purpleTabs{background:#997cc0; border-bottom:1px solid #cdb9dc; cursor:pointer; height:42px;}
.wrapperTotal .wrapperTabs table td.purpleTabs:hover{background:url(../Image/Background/hover-purple.jpg) repeat-x 0 0;}
.wrapperTotal .wrapperTabs table td.purpleTabs a{font-size:11px; font-weight:bold; text-decoration:none; color:#fff; display:block;}
.wrapperTotal .wrapperTabs table td.purpleTabs a:hover{ text-decoration:none;}
.wrapperTotal .wrapperTabs table td.purpleTabs.active{background:url(../Image/Background/hover-purple.jpg) repeat-x 0 0;}
/**/
.purpleBorder .sublinksWrapTable table td{ border-bottom:1px solid #997CC0;}


/* Discussion tabs
----------------------------*/
.wrapperTotal .wrapperTabs table td.discussionTabs{background:#5792d8; border-bottom:1px solid #fff; cursor:pointer; height:42px;}
.wrapperTotal .wrapperTabs table td.discussionTabs:hover{background:url(../Image/Background/discussion-blue.jpg) repeat-x 0 0;}
.wrapperTotal .wrapperTabs table td.discussionTabs a{font-size:11px; font-weight:bold; text-decoration:none; color:#fff; display:block;}
.wrapperTotal .wrapperTabs table td.discussionTabs a:hover{ text-decoration:none;}
.wrapperTotal .wrapperTabs table td.discussionTabs.active{background:url(../Image/Background/discussion-blue.jpg) repeat-x 0 0;}
/**/
.discussionBorder .sublinksWrapTable table td{ border-bottom:1px solid #5792d8;} 


/* Citizen tabs
----------------------------*/
.wrapperTotal .wrapperTabs table td.citizenTabs{background:#b7d574; border-bottom:1px solid #fff; cursor:pointer; height:42px;}
.wrapperTotal .wrapperTabs table td.citizenTabs:hover{background:url(../Image/Background/citizen-green.jpg) repeat-x 0 0;}
.wrapperTotal .wrapperTabs table td.citizenTabs a{font-size:11px; font-weight:bold; text-decoration:none; color:#fff; display:block;}
.wrapperTotal .wrapperTabs table td.citizenTabs a:hover{ text-decoration:none;}
.wrapperTotal .wrapperTabs table td.citizenTabs.active{background:url(../Image/Background/citizen-green.jpg) repeat-x 0 0;}
/**/
.citizenBorder .sublinksWrapTable table td{ border-bottom:1px solid #b7d574;} 


/* Comman submenu
----------------------------*/
.sublinksWrapTable{display:block; overflow:hidden;}
.sublinksWrapTable table td{height:34px!important; padding:0 10px!important; vertical-align:middle!important; background:#fff; text-align:right; line-height:normal; margin:0;}
.sublinksWrapTable table td a{ font-size:11px; color:#656565; font-weight:normal; text-decoration:none;}
.sublinksWrapTable table td a:hover{display:block; color:#2262AF; text-decoration:underline!important;}


/* css created on 22/06/2010
----------------------------------------------------------------------------*/
.banner467{ float:right; width:622px; padding:1px 0 12px 0; display:block; text-align:center;}
.banner467 img{ width:auto; height:auto; margin:auto; display:block;}


/* css created on 22/06/2010 for versioning and archiving
----------------------------------------------------------------------------*/
#aShowArchive
{
    font-weight:bold;
    text-decoration:none;
}
#dvShowArchive
{
    clear:both;
    display:none;
    background-color:#8FA42C;
    overflow:hidden;
    padding:10px;
}

.FU
{
	border:solid 1px #878e98;
    font-family:Verdana, Sans-Serif;
    font-size:12px;
}