/*
Theme Name: Solid WP
Theme URI: http://themeforest.net/user/bitpub/portfolio
Description: Designed by <a href="http://themeforest.net/user/bitpub">bitpub</a>. <a href="http://twitter.com/bitpub" target="_blank">Follow Bitpub on Twitter</a> for the updates. All support requests should be sent through the contact form on the <a href="http://themeforest.net/user/bitpub">Bitpub user page</a>!  
Author: <a href="http://themeforest.net/user/bitpub">bitpub</a>
Author URI: http://themeforest.net/user/bitpub
Version: 1.2.0
License: GNU GENERAL PUBLIC LICENSE
License URI: http://www.gnu.org/licenses/gpl.html

*/


/* =RESET
-----------------------------------------------------------------------------------------------*/

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}body{line-height:1;color:black;background:white}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0}/* tables still need 'cellspacing="0"' in the markup */caption,th,td{text-align:left;font-weight:normal}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:""""}

/* =Wordpress-default-classes
-----------------------------------------------------------------------------------------------*/
	
	.sticky{}
	
	.gallery-caption{}
	
	.bypostauthor{}
	
	.alignleft{ float:left;margin-right:10px; margin-top: -5px;}
	.alignright{ float:right;margin-left:10px; }
	.aligncenter{}
	
	.all-comments { list-style-type:none; }
	.all-comments img { float:left;margin-right:10px;margin-bottom:5px; }
	.comment-body { float:right;width:615px; }
	
	.wp-caption{}
	.wp-caption-text{}
	
	.map { height:300px; }
	
	.project-title { margin-bottom:28px; }

/* =GENERAL
-----------------------------------------------------------------------------------------------*/
	/*
		background:#EFF1F1 url(_layout/images/bg-body2.jpg) repeat top left;
		background:#EFF1F1 url(_layout/images/bg-body3.jpg) repeat top left;
		background:#EFF1F1 url(_layout/images/bg-body4.jpg) repeat top left;
		background:#EFF1F1 url(_layout/images/bg-body5.jpg) repeat top left;
		*/
		
		
		/* font size was changed from 12 to 13 
		chnged from:
		font:12px Tahoma, Arial; 
		line-height:20px;
		color:#666666;
		to:*/
	body{
	background:#EFF1F1 url(_layout/images/bg-body.jpg) repeat top left;
	line-height:20px;
	color:#454545;
	font-family: Arial, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	}
	
		/* =headings
		-------------------------------------------------------------- */
		
		h1,h2,h3,h4,h5,h6{ font-weight: bold; color:#252525; }
		
		h1{ font-size:28px; line-height:30px; margin-bottom:12px; }
		h2{ font-size:24px; line-height:26px; margin-bottom:12px; }
		h3{ font-size:18px; line-height:20px; margin-bottom:8px;  }
		h4{ font-size:14px; line-height:15px; margin-bottom:8px;  }
		h5{ font-size:13px; line-height:15px; margin-bottom:0px;  }
		h6{ font-size:13px; line-height:15px; margin-bottom:8px;  }
		
		/* =text-elements
		-------------------------------------------------------------- */
		/*font-weight: bold; was added */
		a{ text-decoration:none; color:#346699; font-weight: bold; }
		a:hover{ text-decoration:underline;  }
		h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover,h5 a:hover, h6 a:hover{ text-decoration:none; }
		a img{ border:none; }
		
		strong{ font-weight: bold; color:#252525; }
		em{ font-style: italic; }
		/* Margin-bottom was changed to 15px from 20px*/
		p, ul, ol, pre, code{ margin-bottom:15px; }
		
			p.last{ margin-bottom:0; }
					
		ul{ list-style-type:square; line-height: 22px; list-style-position:inside;}
		
			ul.checklist{ list-style-image:url(_layout/images/bg-checklist.png);}
			.checklist ul{ list-style-image:url(_layout/images/bg-checklist.png); padding-left:25px;
			list-style-position:outside; text-align:justify;}
			.left-padding {list-style-position:outside; text-align:left; padding-left:20px;}
			.left-padding-table {list-style-position:outside; text-align:left; padding-left:15px;}
			
		ol{ list-style-type:decimal; list-style-position:inside; line-height: 22px; text-align:justify; }
		
		blockquote{ padding:5px 20px 5px 60px; line-height:24px; background:url(_layout/images/quote.png) no-repeat top left; color:#999999; }
		blockquote span{ color:#666666; }
		
			.blockquote-left{ width:250px; float:left; }
			.blockquote-right{ width:250px; float:right; }					 
					 
		pre, code{ border:1px solid #efefef; border-left-width:5px; display:block; padding:10px; font-size:11px; font-family: monospace; background-color:#f5f5f5; }

		/* due to IE <HR> margin bugs I had to made classed and apply them to div to achieve the effect of a <HR> */
		hr{ border:none; height:1px; margin:30px 0; background-color:#efefef; color:#efefef; }
		/* changed margin from 30 to 15*/
		.hr{ border-top:1px solid #efefef; margin:10px 0; }
		
		
		#footer-hr{
			border-top:2px solid #92C6E1; margin:15px 0; 
		}

			
		/* =tables
		-------------------------------------------------------------- */
		
		table{ border-collapse:collapse; border-spacing:0; border-top-width:5px; margin-left: auto; margin-right: auto; width: 100% !important; border:1px solid #E9E9E9;  }
		th{ padding:10px 15px; text-transform:uppercase; font-weight:bold; }
		td{ padding:10px 15px; border:1px solid #E9E9E9; }
		tr.alt{ background-color:#f5f5f5; }


		/* =forms-messages
		-------------------------------------------------------------- */
		
		label{ font-weight:bold; color:#000000; }
			label span.required{ color:#ff0000; }
		
		fieldset{ padding:15px; margin:0 0 20px 0; border:1px solid #efefef; }
		legend{ font-weight: bold; }
		
		input[type=text], input[type=password], input.text, textarea{ background-color:#ffffff; border:1px solid #e1e1e1; }
		input[type=text]:focus, input[type=password]:focus, input.text:focus, textarea:focus{ border-color:#cccccc; }
		select{ border-width:1px; border-style:solid; background-color:#ffffff;  }
		
		input[type=text], input[type=password], input.text, textarea, select{ margin:5px 0; }
		
		input.text{ width:250px; padding:5px; }
		textarea{ width:380px; height:125px; padding:5px; }

		.errormsg, .successmsg, .infomsg, .noticemsg{ padding:10px 10px 10px 40px; margin-bottom:10px; border:1px solid #dddddd; border-left-width:5px; }
		.errormsg{ border-color:#fbc2c4; background:#fbe3e4 url(_layout/images/bg-msg.png) no-repeat 0 0; color:#8a1f11; }
		.errormsg a{ color:#8a1f11;text-decoration:underline; }
		.successmsg{ border-color:#c6d880; background:#e6efc2 url(_layout/images/bg-msg.png) no-repeat 0 -220px; color:#264409; }
		.successmsg a{ color:#264409;text-decoration:underline; }
		.infomsg{ border-color:#92cae4; background:#d5edf8 url(_layout/images/bg-msg.png) no-repeat 0 -72px; color:#205791; }
		.infomsg a{ color:#205791;text-decoration:underline; }
		.noticemsg{ border-color:#ffd324; background:#fff6bf url(_layout/images/bg-msg.png) no-repeat 0 -148px; color:#514721; }
		.noticemsg a{ color:#514721;text-decoration:underline; }


		/* =default-classes
		-------------------------------------------------------------- */
		
		.img-align-left{ margin:5px 10px 0 0; float:left; }
		.img-align-right{ margin:5px 0 0 10px; float:right; }
		
		.text-right{ text-align:right; }
		.text-center{ text-align:center; }
		
		.text-highlight1{padding: 2px 5px; background-color: #748FEF; color: #111111;}
		.text-highlight2{ padding:2px 5px; background-color:#c6d880; color:#111111; }

		.bordered{ padding:5px; border:1px solid #efefef; }
		.avatar { border: 1px solid #EFEFEF;padding: 5px; }

		
		/* =grid
		-------------------------------------------------------------- */

		/* Clear Fix Hack - add  class="fixed"  to div's that have floated elements in them */
		.fixed:after{content:"."; display:block; height:0; clear:both; visibility:hidden;}
			.fixed{display:block;}
			/*  \*/
			.fixed{min-height:1%;}
			* html .fixed{height:1%;}
				
		.row{  }
			
			.col-940{ width:940px; float:left; margin-right:20px; }
			.col-700{ width:700px; float:left; margin-right:20px; }
			.col-580{ width:580px; float:left; margin-right:20px; }
			.col-520{ width:520px; float:left; margin-right:20px; }
			.col-460{ width:460px; float:left; margin-right:20px; }
			.col-340{ width:340px; float:left; margin-right:20px; }
			.col-300{ width:300px; float:left; margin-right:20px; }
			.col-220{ width:220px; float:left; margin-right:20px; }
			.col-180{ width:180px; float:left; margin-right:20px; }
			.col-160{ width:160px; float:left; margin-right:20px; }

			
		.clear{ clear:both; }
		.block{ display:block; }
		.hide{ display: none; }	
		.news{ padding:10px; 10px; }
		

/* =LAYOUT
-----------------------------------------------------------------------------------------------*/

			#wrap{
			width: 940px;
			padding: 0 40px;
			margin: 0 auto;
			-moz-box-shadow: 0 -10px 10px 0 #333;
			-webkit-box-shadow: 0 -10px 10px 0 #333;
			box-shadow: 0 0 0 0 #333;
			background-color: #FFFFFF;
			background-position: bottom;
			background-repeat: repeat-x;
			background-image: url(_layout/images/bg-footer.jpg) ;
			}
		
		
			#header{ padding-top:30px; }
			
			.header-widget { width:220px; float:right;   	 }
			.dropdown-container { position:relative; z-index:10; }  /* IE6 and IE7 fix for the dropdown  */
			.slideshow-container { position:relative; z-index:5; }  /* menu showing below the slider bug */
			.inner-page-title-container { position:relative; z-index:5; }
			
			/* =logo
			-----------------------------------------------------------------------------------------------*/
			
			a#logo{ display:block; float:left; }
			a#logo img{ display:block; }
			
			/* =getintouch
			-----------------------------------------------------------------------------------------------*/
			
			.get-in-touch{ text-align:right; margin-bottom:40px; }
			
			/* =dropdown-menu
			-----------------------------------------------------------------------------------------------*/
	
			/* level 1 menu */
			.menu-top-menu-container { float:right;height:32px; }
			ul#dropdown-menu{  float:right; list-style:none; margin-bottom:0px;margin-top:0px;height:32px; }		  
			ul#dropdown-menu li{ float: left; }
			ul#dropdown-menu li a{ display: block; padding:7px 0 5px 21px; font-size:14px; text-transform:uppercase; color:#252525; }			   
			ul#dropdown-menu li.hover, ul.dropdown-menu li:hover{ position: relative; }
			ul#dropdown-menu li.hover a{ text-decoration:none; } /* styleing when hovering on menu item a */					 
			ul#dropdown-menu li.current > a{ /*color:#346699;*/ }							   
			ul#dropdown-menu li .sub-menu li a{ color:#252525; }							   
			ul#dropdown-menu li.last > a{ padding-right:0px; }
			
				/* level 2 menu */
				ul#dropdown-menu ul{ position:absolute; top:100%; left:21px; width:180px; list-style:none; display:none; 
									  border:1px solid #efefef; border-bottom:none; background-color:#ffffff; z-index:35; }				 
				ul#dropdown-menu ul li{ width:180px; }				
				ul#dropdown-menu ul li a{ width:160px; display: inline-block; border:none; padding:5px 10px; text-transform:none; 
										  font-weight:normal; border-bottom:1px solid #efefef; color:#666666; } /* IE 6 and 7 Needs Inline Block */			  
				ul#dropdown-menu ul li a:hover{ background-color:#f5f5f5; } 
			
					/* level 3 menu */
					ul#dropdown-menu ul ul{ left:100%; top:-1px; }
					ul#dropdown-menu li:hover > ul{ visibility:visible; }
			
			.arrow{ background:url(_layout/images/bg-sidenav.gif) no-repeat 165px 12px; }

			/* =inner-page
			-----------------------------------------------------------------------------------------------*/	
			
			.inner-page-title-container{ position:relative; height:220px; }
				.inner-page-title{ position:absolute; top:0; left:0; background:url(_layout/images/bg-slider.png) repeat top left; 
								   padding:33px 25px; width:190px; height:154px; overflow:hidden; }		
					.inner-page-title h2{ color:#ffffff; }
					.inner-page-title  p{ color:#999999; margin-bottom:0; }								  
					.inner-page-title  a{ color:#F8971C; text-decoration:underline; }


		    #content{ min-height:600px; }
		
		
			/* =pdf
			-----------------------------------------------------------------------------------------------*/
			.pdf{ background:url(_layout/images/bg-pdf.png) no-repeat 5px 12px; padding:15px 10px 10px 65px; width:auto; min-height:48px; }
			
			/* =word
			-----------------------------------------------------------------------------------------------*/
			.word{ background:url(_layout/images/bg-word.png) no-repeat 5px 12px; padding:15px 10px 10px 65px; width:auto; min-height:48px; }
			
			/* =side-nav
			-----------------------------------------------------------------------------------------------*/
			
			.side-nav{ list-style-type:none; list-style-position:outside; border-top:1px solid #efefef; }
			.side-nav li{ border-bottom:1px solid #efefef; }
			.side-nav li a:hover{ }
			.side-nav li a{ display:block; padding:5px 0 5px 25px; background:#ffffff url(_layout/images/bg-sidenav.gif) no-repeat 10px 12px; }
			.side-nav li.current a{ color:#000000; }
			.side-nav li.current a:hover{ text-decoration:none; }
			/* =change the colour from EFEFEF to cfcfcf
			-----------------------------------------------------------------------------------------------*/
			.list-nav ul { list-style-type:none; list-style-position:outside; border-top:1px solid #cfcfcf; }
			.list-nav ul li{ border-bottom:1px solid #cfcfcf; }
			.list-nav ul li a:hover{ }
			.list-nav ul li a{ display:inline-block; padding:5px 0 5px 25px; background:#ffffff url(_layout/images/bg-sidenav.gif) no-repeat 10px 12px; }
			.list-nav ul li.current a{ color:#000000; }
			.list-nav ul li.current a:hover{ text-decoration:none; }
			
			
			/* =tabs
			-----------------------------------------------------------------------------------------------*/
			.tabs-menu{ margin-bottom:0; list-style:none; }
			.tabs-menu li{ display:inline; }
			.tabs-menu li a{ float:left; padding:5px 20px; display:block; border-right:1px solid #ffffff; border-top:2px solid #ffffff; }
			.tabs-menu li.current a{ background-color:#f5f5f5; border-top:2px solid #efefef; color:#666; border-top-left-radius:10px; border-top-right-radius:10px;}
			.tabs-content{ padding:30px 20px; background-color:#f5f5f5; margin-bottom:20px; border-top-right-radius: 10px;
			border-bottom-right-radius:10px; border-bottom-left-radius:10px;}
			
			/* =accordion
			-----------------------------------------------------------------------------------------------*/
			.accordion { list-style-type: none;  }
			.accordion li { background:#F9F9F9; cursor: pointer; float: left; display: block; width:100%; }
			.accordion li.current>a { background: url(_layout/images/bg-accordion.png) no-repeat right 8px; }
			.accordion li div { padding:20px 20px; background:#FDFFFF; }
			.accordion li a{ text-decoration: none; display: block; cursor: pointer; background: url(_layout/images/bg-accordion.png) no-repeat right -55px; 
							 padding:5px; border-bottom:1px solid #42E663;  padding:5px 20px; color:#346699; }
			
			/* = headline
			-----------------------------------------------------------------------------------------------*/
			.headline h4{ background: none repeat scroll 0 0 #EBEBEB; color:#2F2E2F; padding: 10px 10px 10px 5px;}
			
			
			/* = newsletter
			-----------------------------------------------------------------------------------------------*/
			.newsletter {
	background-color: #F7FBFD;
	border: 1.5px solid #C5E5E5;
	/*border-radius: 8px 8px 8px 8px;*/
	border-top-left-radius: 18px;
	border-bottom-right-radius:18px;
	float: left;
	overflow: hidden;
	padding: 18px;
	position: relative;
	width: 122px;
	margin-right: 15px;
	margin-bottom: 30px;
	box-shadow:0 0 1.5em #b0d1e1 inset;
			}
			.first{
			margin-left: 5px;
			
			}
			.last{
			margin-right: 0px;
			
			}
			
		  /* = notes
			-----------------------------------------------------------------------------------------------*/			
			
			
			
			
			
	/* = headline box
	-----------------------------------------------------------------------------------------------*/							 
.inner-left {
	width: 50%;
	float: left;
		  }	
.inner-right {
	width: 50%;
	float: right;
		  }
		  
.inner-centre {
    margin-left: auto;
    margin-right: auto;
    
}
		  
		  .left-border {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #00884C;
	padding-left: 5px;
		  }
		
			.grey-new-boxes-top {
	background-color: #d5d5d5;
	padding-bottom: 8px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 8px;
	position: relative;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
			}	

			.grey-new-boxes-bottom {
	color: #434343;
	padding-bottom: 15px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
	background-color: #F5F5F5;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	font-family: Arial, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 100;
	overflow: auto;
			}	
					
			
			.grey-new-boxes-top h3 {
			color: #333333;
			font-size: 1.6em;
			margin-bottom: 0;
			}		
			
			/* =footer
			-----------------------------------------------------------------------------------------------*/				 
							 
			#footer{
			overflow: hidden;
			padding-bottom: 30px;
			background-color: #FFFFFF;
			background-image: url(_layout/images/bg-footer.jpg);			
					
			}
	

			/* =footer-nav
			-----------------------------------------------------------------------------------------------*/
			
			.footer-nav-1, .footer-nav-2{  list-style-type:none; list-style-position:outside; margin-bottom:0; float:left; }
			.footer-nav-2{ margin-left:20px; }

			/* =newsletter-subscribe
			-----------------------------------------------------------------------------------------------*/
			
			#newsletter-subscribe fieldset{ border:none; margin:0; padding:0; position:relative; margin-bottom:15px; }
			#subscribe-email{ margin:0; padding:5px; height:15px; width:208px; font-size:12px; border:1px solid #e1e1e1; color:#252525; }
			#subscribe-email:focus{ border:1px solid #cccccc; color:#666666; }
			#newsletter-subscribe .subscribe-submit-btn{ position:absolute; top:1px; right:1px; padding:0 5px 0 5px; width:55px;
														 height:25px; cursor:pointer; border: none; background-color:#e1e1e1; color:#666666; }
			
			.ie6 #newsletter-subscribe .subscribe-submit-btn, .ie7 #newsletter-subscribe .subscribe-submit-btn{ top:2px; }
			.ie6 #subscribe-email, .ie7 #subscribe-email, .ie8 #subscribe-email{ border:1px solid #cccccc; }
			
			/* =social-media
			-----------------------------------------------------------------------------------------------*/
			
			#social-media{ list-style-type:none; margin-bottom:0; }
			#social-media li{ float:left; }
			/* added padding-top: 3px; */
			#social-media li img{ display:block; float:left; margin-right:5px; padding-top: 3px;}
			/* changed line-height:12px; to 20px; */
			#social-media li a{ display:block; float:left; margin-right:5px; line-height:20px; }

			
}
/* =PAGES
-----------------------------------------------------------------------------------------------*/	
				
/* =INDEX
-----------------------------------------------------------------------------------------------*/				
			
	/* =slideshow-index
	-----------------------------------------------------------------------------------------------*/
	
	#slideshow-index{ position:relative; z-index:10; }
	
		#slideshow-index ul{ position:relative; width:940px; height:350px; overflow:hidden; margin-bottom:0; list-style:none; z-index:15; }
		#slideshow-index ul li{ width:940px; height:350px; position:relative; }
		#slideshow-index ul li img{ position:absolute; top:0; left:0; z-index:20; }
		
			#slideshow-index ul li .slidetext{ position:absolute; bottom:10px; right:0px; z-index:25; overflow:hidden;
											   padding:5px 15px; 0px; width:30%; height:60px; background:url(_layout/images/bg-slider.png) repeat top left; }
				.slidetext h2{ color:#fff; }
				.slidetext p{ color:#999; margin-bottom:0; }								  
				.slidetext a{ color:#fff; text-decoration:underline; }	
									
	#index-slideshow-pager{ width:200px; text-align:left; z-index:35; position:absolute; left:20px; bottom:12px;  }
	.ie7 #index-slideshow-pager{ bottom:15px; }								  
	#index-slideshow-pager a{ text-align:left; background:url(_layout/images/bg-pager.png) no-repeat 0 0; display:inline-block; 
							 width:14px; height:14px; margin-left:1px; outline-style:none; text-indent:-9999px; }
	#index-slideshow-pager .activeSlide{ background:url(_layout/images/bg-pager.png) no-repeat 0 -64px; }
	
	/* =services-overview
	-----------------------------------------------------------------------------------------------*/
	
	#services-overview{ list-style-type:none; list-style-position:outside; margin-bottom:0; }
		#services-overview li{
	background-color: #F4FBFD;
	width:180px;
	padding:19px;
	border:1px solid #A2D5D5;
	border-radius: 8px;
	float:left;
	margin-left:20px;
	overflow:hidden;
	position:relative;
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat;
	background-position: 0px 0px;
	box-shadow: 0 0 2em #cfedfb inset;
}
		#services-overview li:hover{ cursor:pointer; }
		#services-overview li.first{ margin-left:0;}
		.services-overview-overlay{ position:absolute; top:12px; right:10px; width:30px; height:30px; background:url(_layout/images/bg-fade.png) no-repeat center center; }
	
	/* =news-box
	-----------------------------------------------------------------------------------------------*/
	
	#news-box{ list-style-type:none; list-style-position:outside; margin-bottom:0; }
		#news-box li{ padding:15px 0; border-bottom:1px solid #efefef; }
		#news-box li span{ color:#999999; }
		#news-box li.first{ padding-top:5px;  }
		#news-box li.last{ border-bottom:none; }
	
	/* =clients
	-----------------------------------------------------------------------------------------------*/
	
	#clients-overview{}
	#clients-overview .client{ width:98px; height:75px; border:1px solid #efefef; float:left; margin-right:20px; }
	#clients-overview .last{ margin-right:0; }
	
	.client-small.mright { margin-right:20px; }
	.client-small.mleft { margin-left:20px; }
	
	.client-small { width:98px; height:75px; border:1px solid #efefef; float:left; }
	.client-small .client-logo { width:98px;height:75px;border:none; }
	
/* =TEAM
-----------------------------------------------------------------------------------------------*/
	
	.team-social-media{ list-style-type:none; margin-bottom:0; }
	.team-social-media li{ float:left; }
	.team-social-media li img{ display:block; float:left; margin-right:5px; }
	.team-social-media li a{ display:block; float:left; margin-right:5px; line-height:14px; }


/* =NEWS
-----------------------------------------------------------------------------------------------*/
	
	.news-picker{}
	.news-picker strong{ width:50px; display:block; float:left; }
	
	.news{}
	.date{ color:#999999; margin-bottom:0;}
			
			
/* =TESTIMONIALS
-----------------------------------------------------------------------------------------------*/
	
	.latest-clients{}
		
	.client{}	
	.client-logo{ width:208px; height:135px; border:1px solid #efefef; margin-bottom:20px; }
	.client p{ color:#999999; }
	
	.latest-clients-list{}
	.latest-clients-list p{ line-height:30px; }
		
	.testimonial{}				
	
			
/* =SERVICES
-----------------------------------------------------------------------------------------------*/

	.services{}
	.services li{ margin-bottom:20px; }			
			
			
/* =PORTOFOLIO
-----------------------------------------------------------------------------------------------*/
	
	.portfolio-item{}
		.portfolio-item-preview{ display:block; background:url(_layout/images/bg-fade.png) no-repeat center center;  }
		.ie6 .portfolio-item-preview{ background:none; }
		
	.pagination{ list-style:none; }
		.pagination li{ display:inline; border:1px solid #efefef; margin-right:7px;  padding:4px 9px; float:left;  }
		.pagination li a{ display:block;  }
		.pagination li.current a{ text-decoration:underline; }


	/* =slideshow-portofolio
	-----------------------------------------------------------------------------------------------*/
		
	#slideshow-portfolio{ position:relative; }
	
		#slideshow-portfolio ul{ position:relative; width:700px; height:300px; overflow:hidden; margin-bottom:0; list-style:none; }
		#slideshow-portfolio ul li{ width:700px; height:300px; position:relative; }
		#slideshow-portfolio ul li img{ position:absolute; top:0; left:0; }

		#portfolio-slideshow-pager{ width:200px; text-align:right; z-index:35; position:absolute; right:20px; bottom:12px;  }
		.ie7 #portfolio-slideshow-pager{ bottom:15px; }								  
			#portfolio-slideshow-pager a{ text-align:left; background:url(_layout/images/bg-pager.png) no-repeat 0 0; display:inline-block; 
										  width:14px; height:14px; margin-left:1px; outline-style:none; text-indent:-9999px; }
			#portfolio-slideshow-pager .activeSlide{ background:url(_layout/images/bg-pager.png) no-repeat 0 -64px; }		
		

/* =BLOG
-----------------------------------------------------------------------------------------------*/
	
	.blog-sidebar{}
	.blog-sidebar .date{ padding-right:0; }

	.blog{}
	.blog-post{}
	
	.comment{ margin-bottom:20px; }
	.comment .who{ margin-bottom:5px; }
	
	/* =search
	-----------------------------------------------------------------------------------------------*/

	#search fieldset{ position:relative; border:none; margin:0; margin-top:0; padding:0; }
	#search-input{ width:208px; padding:5px; margin:0;  font-size:12px; border:1px solid #e1e1e1; color:#cccccc; }
	#search-input:focus{ border:1px solid #cccccc; color:#666666; }
	#search .search-submit-btn{ position:absolute; top:5px; right:5px; height:17px; width:20px; outline:none;
								background:url(_layout/images/bg-search.png) no-repeat top left; cursor:pointer; border:none; }

	.ie6 #search .search-submit-btn{ top:6px; }
	.ie6 #search-input, .ie7 #search-input, .ie8 #search-input{  }


/* =CONTACT
-----------------------------------------------------------------------------------------------*/		
	
	#contact-form{}
	#contact-form fieldset{ margin:0; padding:15px 0 15px 0; }
	#contact-form fieldset > div,#contact-form p{ padding:5px 0 5px 25px; margin:1px; }
	p#formstatus{ border:none; border-bottom:1px solid #efefef; padding-right:25px; margin-bottom:10px; }

/* =note box in a light purple box
-----------------------------------------------------------------------------------------------*/		

.notes {
	font-family: Arial, Arial, sans-serif;
	color: #333;
	padding: 10px;
	background-color: #F0F0F6;
	border: 1px solid #BABAD6;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: auto;
}
.even {
	background-color: #FFFFFF;
	border: 1px solid #BABAD6;
	}

/* =Contact Us Box
-----------------------------------------------------------------------------------------------*/
.contact-box {
    background-color: #F0F0F0;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    border: 1px solid #D2D2D2;
    border-radius: 8px 8px 8px 8px;
    overflow: auto;
    padding: 20px;
}




/* =CONTACT details with small icons
-----------------------------------------------------------------------------------------------*/		
.email {
	font-family: Arial, Arial, sans-serif;
	background-image: url(_layout/images/email.png);
	padding-left: 21px;
	background-repeat: no-repeat;
	background-position: -1px;
}
.tel {
	font-family: Arial, Arial, sans-serif;
	background-image: url(_layout/images/tel.png);
	padding-left: 21px;
	background-repeat: no-repeat;
	background-position: -1px;
}
.fax {
	font-family: Arial, Arial, sans-serif;
	background-image: url(_layout/images/fax.png);
	padding-left: 21px;
	background-repeat: no-repeat;
	background-position: -1px;
}
.address {
	font-family: Arial, Arial, sans-serif;
	background-image: url(_layout/images/home.png);
	padding-left: 21px;
	background-repeat: no-repeat;
	background-position: left top;
}
.contact-form {
	font-family: Arial, Arial, sans-serif;
	background-image: url(_layout/images/contact-form.png);
	padding-left: 21px;
	background-repeat: no-repeat;
	background-position: 2px;
}


/* =Upcomming events boxes
-----------------------------------------------------------------------------------------------*/

.one_third {width: 31.66%;}
.two_third {width: 63.50%;}
.one_fifth{width: 17.4%;}
.one_half{width: 46.6%;}

.one_half, .one_third,.one_fourth,.one_fifth, .two_third, .three_fourth {
	float: left;
	margin-right: 2.4%;
	position: relative;
}
.last{
	margin-right:0px;
	clear: right; !important
}
.st-box {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    font-size: 14px;
    margin: 0 0 10px;
    position: relative;
}
.st-box-content {
	min-height: 35px;
	padding: 10px;
	text-shadow: 1px 1px 1px #FFFFFF;
}
/* =Green Box
-----------------------------------------------------------------------------------------------*/

.st-green {
    border: 1px solid #B9DBB6;
}
.st-green .st-box-content {
    background: none repeat scroll 0 0 #DFF7DD;
    border: 1px solid #F1F9F0;
    box-shadow: 0 0 2em #BEDBBC inset;
    color: #587456;
}

/* =blue Box
-----------------------------------------------------------------------------------------------*/
.st-blue {
    border: 1px solid #B3D8D3;
}
.st-blue .st-box-content {
    background: none repeat scroll 0 0 #DDF5F7;
    border: 1px solid #F1FAFB;
    box-shadow: 0 0 2em #b2dbde inset;
    color: #578084;
}

/* =gray Box
-----------------------------------------------------------------------------------------------*/
.st-gray {
    border: 1px solid #DDDDDD;
}

.st-gray .st-box-content {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #FAFAFA;
    box-shadow: 0 0 2em #d9d6d6 inset;
    color: #737373;
}

/* =yellow Box
-----------------------------------------------------------------------------------------------*/
.st-yellow{
    border: 1px solid #E2E2BA;
}
.st-yellow .st-box-content {
    background: none repeat scroll 0 0 #F9F9DC;
    border: 1px solid #FBFBEF;
    box-shadow: 0 0 2em #f8f8a6 inset;
    color: #ADA771;
}

/* =Programme Agenda
-----------------------------------------------------------------------------------------------*/
.prog-box{
	border: 3px double #CECECE;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 10px 10px #EFEEEE inset;
    padding-left: 0.5%;
    padding-right: 0.5%;

}

/* =Highlight Search Terms
-----------------------------------------------------------------------------------------------*/
.hilite { background-color:#D3E18A }


.widget_search .screen-reader-text {
    display:none;
}

/* =form Textarea character counter
-----------------------------------------------------------------------------------------------*/
.character-counter {
    font-size: 12px;
    color: #CC0101;
}

/* Sponsorship Reserved
-----------------------------------------------------------------------------------------------*/
.sp-res {
	background-image: url("/media/events/img/RESERVED.jpg");
    background-position: top right;
    background-repeat: no-repeat;
    overflow: auto;
    width: 100%;
}

/* =404
-----------------------------------------------------------------------------------------------*/
#error-404 h2 {
	color: #4d4d4d;
}
* {
    margin: 0 auto;
    padding: 0;
}

#text-404 {
	float: left;
	margin: 50px 0px 40px 60px;;
	width: 330px;
	/* IE margin fix */
	display: inline;
}
/* Page links */
#text-404 a:hover {
	color: #4d4d4d;
}

/* Search button */
input#search {
	background: url(/media/404/searchfield_bg.png) no-repeat;
	border: none;
	height: 31px;
	width: 244px;
	float: right;
}

/* The Send button */
input#submit {
	background: url(/media/404/searchbutton_bg_grey.png) no-repeat scroll 0 0 transparent;
	border: none;
	float: right;
	margin-top: 3px;
	margin-left: 5px;
	height: 31px;
	width: 74px;
	color: #fff;
}

input:focus {
	outline: none;
}
#content-404 {
	background: url(/media/404/content_bg.png) repeat-y;
	width: 100%px;
}

/* Header */
#header_top-404 {
	background: url(/media/404/top.png) no-repeat;
	width: 100%;
	height: 30px;
}

/* Header content */
#header-404 {
	background: url(/media/404/box_bg.png) repeat-y;
	width: 100%px;
	text-align: center;
}

#book-404 {
	float: right;
	width: 400px;
	height: 300px;
	margin: 40px 55px 30px 0;

}
/* Footer*/
#footer-404 {
	background: url(/media/404/box_bg.png) repeat-y;
	width: 100%px;

}
/* Footer bottom */
#footer_bottom-404 {
	background: url(/media/404/bottom.png) no-repeat;
	width: 100%px;
	height: 28px;
}


#searchform-404 {
    display: inline;
    float: right;
    margin: 30px 60px 0 0;
}


/* =End of 404
-----------------------------------------------------------------------------------------------*/






/*Requesting Partner Membership Options, 2012-13 price row formatting*/
/*Center the heading text*/
.tablepress-id-7 .row-1 .column-2 {
		text-align: center;
}
.tablepress-id-7 .row-1 .column-3 {
		text-align: center;
}
.tablepress-id-7 .row-1 .column-4 {
		text-align: center;
}
.tablepress-id-7 .row-1 .column-5 {
		text-align: center;
}

/*Center the price text*/

.tablepress-id-7 .row-2 .column-2 {
		text-align: center;
}
.tablepress-id-7 .row-2 .column-3 {
		text-align: center;
}
.tablepress-id-7 .row-2 .column-4 {
		text-align: center;
}
.tablepress-id-7 .row-2 .column-5 {
		text-align: center;
}

/*Offering Partner Membership Options, 2011-12 price row formatting*/

.tablepress-id-8 .row-1 .column-2 {
		text-align: center;
}
.tablepress-id-8 .row-1 .column-3 {
		text-align: center;
}
.tablepress-id-8 .row-1 .column-4 {
		text-align: center;
}
.tablepress-id-8 .row-1 .column-5 {
		text-align: center;

}


.tablepress-id-8 .row-2 .column-2 {
		text-align: center;
}
.tablepress-id-8 .row-2 .column-3 {
		text-align: center;
}
.tablepress-id-8 .row-2 .column-4 {
		text-align: center;
}
.tablepress-id-8 .row-2 .column-5 {
		text-align: center;
}
/*Australia ICT data*/

.tablepress-id-15 .row-1 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-15 .row-5 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-15 .row-13 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-15 .row-24 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}


/*Kenya ICT data*/

.tablepress-id-16 .row-1 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-16 .row-5 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-16 .row-13 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-16 .row-18 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
/*Ghana ICT data*/

.tablepress-id-17 .row-1 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-17 .row-5 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-17 .row-13 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-17 .row-20 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}

/*Botswana ICT data*/

.tablepress-id-18 .row-1 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-18 .row-5 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-18 .row-13 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-18 .row-17 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
/*Bangladesh ICT data*/

.tablepress-id-19 .row-1 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-19 .row-5 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-19 .row-13 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-19 .row-23 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
/*Cameroon ICT data*/

.tablepress-id-20 .row-1 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-20 .row-5 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-20 .row-13 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-20 .row-16 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
/*Tanzania ICT data*/

.tablepress-id-21 .row-1 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-21 .row-4 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-21 .row-12 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-21 .row-21 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}

/*Trinidad and Tobago ICT data*/

.tablepress-id-22 .row-1 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-22 .row-4 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-22 .row-12 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-22 .row-15 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}

/*Sri Lanka ICT data*/

.tablepress-id-23 .row-1 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-23 .row-5 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-23 .row-13 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-23 .row-19 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
/*Sri Lanka ICT data*/

.tablepress-id-24 .row-1 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-24 .row-5 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-24 .row-13 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-24 .row-18 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
/*Malawi ICT data*/

.tablepress-id-25 .row-1 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-25 .row-4 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-25 .row-12 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-25 .row-18 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
/*Nigeria ICT data*/

.tablepress-id-26 .row-1 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-26 .row-5 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-26 .row-13 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-26 .row-23 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
/*Uganda ICT data*/

.tablepress-id-27 .row-1 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-27 .row-5 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-27 .row-13 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-27 .row-20 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
/*Malaysia ICT data*/

.tablepress-id-28 .row-1 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-28 .row-4 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-28 .row-12 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-28 .row-25 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
/*Mauritius ICT data*/

.tablepress-id-29 .row-1 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-29 .row-5 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-29 .row-13 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-17 .row-25 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
/*South Africa ICT data*/

.tablepress-id-30 .row-1 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-30 .row-5 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-30 .row-13 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-30 .row-21 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
/*Sierra Leone ICT data*/

.tablepress-id-31 .row-1 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-31 .row-4 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-31 .row-12 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-31 .row-18 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
/*Malta ICT data*/

.tablepress-id-32 .row-1 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-32 .row-5 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-32 .row-13 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-32 .row-20 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
/*United Kingdom ICT data*/

.tablepress-id-33 .row-1 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-33 .row-5 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-33 .row-13 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-33 .row-20 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
/*Zambia ICT data*/

.tablepress-id-34 .row-1 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-34 .row-5 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-34 .row-13 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-34 .row-17 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
/*Jamaica ICT data*/

.tablepress-id-35 .row-1 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-35 .row-5 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-35 .row-13 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-35 .row-17 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}

/*Papua New Guinea ICT data*/

.tablepress-id-36 .row-1 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-36 .row-5 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-36 .row-13 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-36 .row-16 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
/*Namibia ICT data*/

.tablepress-id-37 .row-1 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-37 .row-4 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-37 .row-12 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-37 .row-15 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
/*Lesotho ICT data*/

.tablepress-id-38 .row-1 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-38 .row-4 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-38 .row-12 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-38 .row-15 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
/*Vanuatu ICT data*/

.tablepress-id-39 .row-1 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-39 .row-4 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-39 .row-12 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-39 .row-15 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
/*New Zealand ICT data*/

.tablepress-id-40 .row-1 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-40 .row-4 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-40 .row-12 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-40 .row-21 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
/*Tuvalu ICT data*/

.tablepress-id-41 .row-1 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-41 .row-4 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-41 .row-12 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-41 .row-14 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
/*Belize ICT data*/

.tablepress-id-42 .row-1 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-42 .row-4 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-42 .row-12 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
/*DBSF Africa - Registration*/

.tablepress-id-43 .column-1{
  
}

.tablepress-id-43 .row-1 .column-1 {
		background-color: #D5E9E9;
		font-size: 12px;
		font-weight: bold;
}
.tablepress-id-43 .row-1 .column-2 {
		background-color: #D5E9E9;
		font-size: 12px;
		font-weight: bold;
}
.tablepress-id-43 .row-1 .column-3 {
		background-color: #D5E9E9;
		font-size: 12px;
		font-weight: bold;
}
.tablepress-id-43 .row-1 .column-4 {
		background-color: #D5E9E9;
		font-size: 12px;
		font-weight: bold;
}
/*Mozambique ICT data*/

.tablepress-id-44 .row-1 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-44 .row-4 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-44 .row-12 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-44 .row-16 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
/*Seychelles ICT data */

.tablepress-id-45 .row-1 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-45 .row-5 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-45 .row-13 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-45 .row-16 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
/*Swaziland ICT data */

.tablepress-id-46 .row-1 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-46 .row-5 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-46 .row-13 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-46 .row-16 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
/*the Gambia ICT data */

.tablepress-id-47 .row-1 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-47 .row-5 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-47 .row-13 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-47 .row-18 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
/*Cyprus ICT data */

.tablepress-id-48 .row-1 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-48 .row-5 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-48 .row-13 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-48 .row-17 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
/*Kiribati ICT data */

.tablepress-id-49 .row-1 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-49 .row-4 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-49 .row-12 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-49 .row-14 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
/*Nauru ICT data */

.tablepress-id-50 .row-1 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-50 .row-5 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-50 .row-13 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-50 .row-15 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
/*Samoa ICT data */

.tablepress-id-51 .row-1 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-51 .row-4 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-51 .row-12 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
/*Solomon Islands ICT data */

.tablepress-id-52 .row-1 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-52 .row-4 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-52 .row-12 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-52 .row-15 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}

/*Tonga ICT data*/

.tablepress-id-64 .row-1 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold
}
.tablepress-id-64 .row-4 .column-1  {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-64 .row-12 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-64 .row-15 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}


/*Brunei ICT data*/

.tablepress-id-65 .row-1 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold
}
.tablepress-id-65 .row-5 .column-1  {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-65 .row-13 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-65 .row-16 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}


/*India ICT data*/

.tablepress-id-66 .row-1 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold
}
.tablepress-id-66 .row-4 .column-1  {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-66 .row-12 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-66 .row-26 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}


/*Maldives ICT data*/

.tablepress-id-67 .row-1 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold
}
.tablepress-id-67 .row-5 .column-1  {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-67 .row-13 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-67 .row-16 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}

/*Pakistan ICT data*/

.tablepress-id-68 .row-1 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold
}
.tablepress-id-68 .row-5 .column-1  {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-68 .row-13 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-68 .row-19 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}

/*Singapore ICT data*/

.tablepress-id-69 .row-1 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold
}
.tablepress-id-69 .row-5 .column-1  {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-69 .row-13 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-69 .row-18 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}


/*Guyana ICT data*/

.tablepress-id-70 .row-1 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold
}
.tablepress-id-70 .row-4 .column-1  {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-70 .row-12 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-70 .row-15 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}

/*Antigua and Barbuda  ICT data*/

.tablepress-id-71 .row-1 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold
}
.tablepress-id-71 .row-4 .column-1  {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-71 .row-12 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-71 .row-16 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}



/*Barbados ICT data*/

.tablepress-id-72 .row-1 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold
}
.tablepress-id-72 .row-5 .column-1  {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-72 .row-13 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-72 .row-17 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
/*Canada ICT data*/

.tablepress-id-73 .row-1 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold
}
.tablepress-id-73 .row-5 .column-1  {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-73 .row-13 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-73 .row-13 .column-2 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}

.tablepress-id-73 .row-23 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}


/*Bahamas ICT data*/
.tablepress-id-186 .row-1 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-186 .row-5 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}

.tablepress-id-186 .row-13 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}

/*Dominica ICT data*/
.tablepress-id-187 .row-1 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-187 .row-5 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}

.tablepress-id-187 .row-13 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-187 .row-16 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}

/*Grenada ICT data*/
.tablepress-id-188 .row-1 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-188 .row-4 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}

.tablepress-id-188 .row-12 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-188 .row-15 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}

/*Saint Kitts and Nevis ICT data*/
.tablepress-id-189 .row-1 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-189 .row-4 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}

.tablepress-id-189 .row-12 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-189 .row-16 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}

/*Saint Lucia ICT data*/
.tablepress-id-190 .row-1 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-190 .row-4 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}

.tablepress-id-190 .row-12 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-190 .row-16 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}


/*Saint Vincent and the Grenadines ICT data*/
.tablepress-id-191 .row-1 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-191 .row-4 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}

.tablepress-id-191 .row-12 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}
.tablepress-id-191 .row-15 .column-1 {
		background-color: #D5E9E9;
		font-size: 14px;
		font-weight: bold;
}



.title {
		font-size: 14px;
		font-weight: bold;
		color: #056875;
		border-bottom: 2px solid #056875; 
		margin-bottom: 10px;		

}
.bio-image{
		border-top-left-radius:5px;
		border-top-right-radius:5px;
		border-bottom-left-radius:5px;
		border-bottom-right-radius:5px;
		
		float:left;
		margin-right:10px;
}


.speakers{
		width: 146px; 
		height:185px;
}
.exco{
		width: 114px; 
		height:135px;
}
.under-line-blue{
    border-bottom: 2px solid #0B84F3;
    border-width: 2px;  
    margin-bottom: 10px;  
}
.su-quote {
    margin: 0 0 1.5em;
    padding: 1em 0 0 30px;
}



.agenda-heading{
    border: 1px solid #6D6F64;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 10px 10px #EFEEEE inset;
    padding-top: 1%;
    padding-bottom: 1%;
    margin-bottom: 2%;
    text-align:center;
    font-weight: bold;
    color: #0b84f3; 
}