/* #Tabs
================================================== */
ul.tabs {
 
	display: block;
	margin: 0;
	padding: 0;
	/*border-bottom: solid 6px #efefef; 
	background-image:url(../images/bg/tabs-bg.png);*/
	background-repeat:repeat-x;
	/*background-color:#81AF31;*/
	/*background:-moz-linear-gradient(center top , #BFD255 0%, #8EB92A 25%, #72AA00 53%, #9ECB2D 100%);*/
	
	background: #bfd255; /* Old browsers */
	background:-moz-linear-gradient(center top , #BFD255 0%, #8EB92A 25%, #72AA00 53%, #9ECB2D 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfd255), color-stop(50%,#8eb92a), color-stop(51%,#72aa00), color-stop(100%,#9ecb2d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */
	 
	}
.dark ul.tabs {
	border-color: #262626;   
}
ul.tabs li {
	display: block;
	width: auto;
	height: 36px;
	padding: 0;
	float: left;
	margin-bottom: 0;
	list-style:none;
	
	 }
ul.tabs li a {
	display: block;
	text-decoration: none;
	width: auto;
	height: 35px;
	padding: 0px 14px;
	line-height: 30px;
	/*border: 1px solid rgba(9, 9, 9, 0.066);
	border-width: 1px 1px 0 0;*/
	margin: 0;
	color:#FFF;
	font-weight:bold;
/*	background: #f5f5f5;*/
	font-size: 13px;
	-webkit-transition: background 1s ease,color 1s ease;					
	-moz-transition: background 1s ease, color 1s ease;				
	-o-transition: background 1s ease, color 1s ease;			  
	transition: background 1s ease,color 1s ease;
	cursor:pointer;
				
}
ul.tabs li a:hover {
	background: #f0f0f0;
	color: #111;
	-webkit-transition: background 0.3s ease,
						color 0.3s ease;
	-moz-transition: background 0.3s ease,
					 color 0.3s ease;
	-o-transition: background 0.3s ease,
				   color 0.3s ease;
	transition: background 0.3s ease,
				color 0.3s ease;
}
ul.tabs li a.active {
	/* background: #fafafa; 
	 
	background-image:url(../images/bt_roll--.jpg);
	background-repeat:repeat-x;*/
	height: 32px;
	position: relative;
	/*top: -4px;
	padding-top: 4px;*/
	border-left-width: 1px;
	margin: 0 0 0 -1px;
	color: #FFF;
	/*-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	padding-bottom:8px;*/
	border-bottom:3px solid #0099dd;
}
ul.tabs li:first-child a.active {
	margin-left: 0; }
ul.tabs li:first-child a {
	/*border-width: 1px 1px 0 1px;*/
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px; }
ul.tabs li:last-child a {
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px; }

ul.tabs-content {
float:left;
	/*background: #f6f6f6;*/
	color: #60656E;
	margin: 0;
	padding: 20px 10px 10px 10px;
	display: block;
	border: solid 1px #f2f2f2;
	border-width: 0 1px 1px 1px;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	width:648px;
}
/* Tabs in black context */
.dark ul.tabs li a {
	background: #0e0e0e;
	border-color: #262626;
	 
}
.dark ul.tabs li a:hover {
	background: #090909;
	color: #fff;
}
.dark ul.tabs li a.active {
	background: #171717;
	border-color: #2C2C2C;
	color: #fff;
}
.dark ul.tabs-content {
	background: #171717;
	color: #ccc;
	border-color: #262626;
}
ul.tabs-content > li { display:none; list-style:none }
ul.tabs-content > li.active { display: block; }

/* Clearfixing tabs for beautiful stacking */
ul.tabs:before,
ul.tabs:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
ul.tabs:after {
  clear: both; }
ul.tabs {
  zoom: 1; 
  
 }
 
 /*---------------------- eng----------------------------------------*/
.square li
{
	padding-left: 33px;
	background-image: url(../images/rnd_br_next_icon&16.png);
	background-repeat: no-repeat;
	background-position:-1 .5em;
	list-style:none;
	line-height: 20px;
	float:left;
	width:626px;
   margin-bottom:1px
}
.square li:hover{
     
	background-image: url(../images/rnd_br_next_icon&16_2.png);
	background-repeat: no-repeat;
	 
}
.square li a{text-decoration:none; color:#0085B5; }
.square li a:hover{
    font:  12px/18px  'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	 
	-webkit-font-smoothing: antialiased;  
    -webkit-text-size-adjust: 100%; 
	 
	text-decoration:none;
	
	 
}


/*---------------------- urdu --------------------------------------*/
.square_ur li
{
	padding-right: 33px;
	background-image: url(../images/rnd_br_prev_icon&16.png);
	 background-position: right 8px;
	background-repeat: no-repeat;
	 
	list-style:none;
	line-height: 26px;
	float:right;
	width:626px;
    margin-bottom:1px;
	font-family:pak_nastaleeq;
	direction:rtl;
	font-size:16px;
	text-align:right;
}
.square_ur li:hover{
     
	background-image: url(../images/rnd_br_prev_icon&16_2.png);
	background-repeat: no-repeat;
	 
}
.square_ur li a{ text-decoration:none; color:#0085B5; }
.square_ur li a:hover{ 
	-webkit-font-smoothing: antialiased;  
    -webkit-text-size-adjust: 100%; 
	font-weight:bold;
	text-decoration:none;
	
	 
}
 /*--------------------------tabs-end */
 
 
  /*---------------------- eng----------------------------------------*/
.square_news li
{
	padding-left: 33px;
	background-image: url(../images/rnd_br_next_icon&16.png);
	background-repeat: no-repeat;
	background-position:-1 .5em;
	list-style:none;
	line-height: 20px;
	float:left;
	width:303px;
    margin-bottom:1px;
	margin-left:9px;
	    font:  12px/18px  'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; 

}
.square_news li:hover{
     
	background-image: url(../images/rnd_br_next_icon&16_2.png);
	background-repeat: no-repeat;
	 
}
.square_news li a{text-decoration:none; color:#60656E; }
.square_news li a:hover{
	-webkit-font-smoothing: antialiased;  
    -webkit-text-size-adjust: 100%; 
	text-decoration:none;
	
	 
}

   /*---------------------- square_news-ur ----------------------------------------*/
.square_news_ur li
{
	
 
	margin-right:9px;
	padding-right: 33px;
    background-image: url(../images/rnd_br_prev_icon&16.png);
    background-position: right 8px;
	background-repeat: no-repeat;
	 
	list-style:none;
	line-height: 26px;
	float:right;
	width:310px;
    margin-bottom:1px;
	font-family:pak_nastaleeq;
	direction:rtl;
	text-align:right;
	font-size:18px;	
 ;
	
	
	
}
.square_news_ur li:hover{
     
	background-image: url(../images/rnd_br_prev_icon&16_2.png);
	background-repeat: no-repeat;
	 
}
.square_news_ur li a{text-decoration:none; color:#60656E; }
.square_news_ur li a:hover{
    color:#40454E;
	-webkit-font-smoothing: antialiased;  
    -webkit-text-size-adjust: 100%; 
	text-decoration:none;
	
	 
}

 
 
 
 
 /*---------------------- latest news en----------------------------------------*/
.latest li
{
	padding-left: 33px;
	background-image: url(../images/rnd_br_next_icon&16.png);
	background-repeat: no-repeat;
	background-position:-1 .5em;
	list-style:none;
	line-height: 20px;
	float:left;
	width:626px;
    margin-bottom:1px;
	font:  13px/24px  'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.latest li:hover{
     
	background-image: url(../images/rnd_br_next_icon&16_2.png);
	background-repeat: no-repeat;
	 
}
.latest li a{text-decoration:none; color:#60656E; } 
 
.latest li a:hover{
    font:  13px/24px 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	  color:#0085B5;
	-webkit-font-smoothing: antialiased;  
    -webkit-text-size-adjust: 100%; 
	text-decoration:none;
	
	 
}


/*---------------------- latest news ur----------------------------------------*/
.latest_ur li
{
	 
	 
	padding-right: 33px;
    background-image: url(../images/rnd_br_prev_icon&16.png);
    background-position: right 8px;
	background-repeat: no-repeat;	 
	list-style:none;
	float:right;
	width:626px;
    margin-bottom:1px;
	font-family:pak_nastaleeq;
	direction:rtl;
	font-size:18px;	
 
 
}
.latest_ur li:hover{
     
	background-image: url(../images/rnd_br_prev_icon&16_2.png);
	background-repeat: no-repeat;
	 
}
.latest_ur li a{text-decoration:none; color:#60656E; } 
 
.latest_ur li a:hover{
    
	  color:#0085B5;
	-webkit-font-smoothing: antialiased;  
    -webkit-text-size-adjust: 100%; 
	text-decoration:none;
	
	 
}

#tabContentDiv 
 {
	
	float:left;
	width:654px; 
	text-align: justify; 
	background: #ffffff; 
	padding: 20px 1px 7px 13px; 
	border: 1px solid #f4f4f4; 
	border-top: none; 
	z-index: 2;
	min-height:309px;
  } 
  
  .loader { border: 0 none; text-align:center;  margin:auto;  }
#pickcontent{
    float:left;
	width:667px; 
  
	background: #ffffff; 
	border: 1px solid #f4f4f4; 
	border-top: none; 
	z-index: 2;
	min-height:270px;
}