@charset "utf-8";
/* CSS Document */
/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:10px 0 0 0 !important; 
	padding:0;
	height:30px;
	width:600px;
	border-bottom:1px solid #999;	
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	background: url(../images/social/maintab.png) no-repeat 0px -62px;
	font-size:11px;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 100px;
	text-align:center;	
	text-decoration:none;
	color:#000;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: 0px -0px;	
	color:#000;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: 0px -31px;		
	cursor:default !important; 
	color:#000 !important;
	font-weight:bold;
}

/* nested tabs */
ul.tabs2 { 
	list-style:none; 
	margin:-10px 0 0 0 !important; 
	padding:0;
	height:30px;
	width:600px;
	border-bottom:1px solid #999;
	background-color: #ffe513;
	background: url(../images/social/subtabbg.png) repeat-x 0px 0px;
}

/* single tab */
ul.tabs2 li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs2 a { 
	background: url(../images/social/subtab.png) no-repeat 0px -31px;
	font-size:11px;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 100px;
	text-align:center;	
	text-decoration:none;
	color:#000;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

ul.tabs2 a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs2 a:hover {
	background-position: 0px -0px;	
	color:#000;	
}


/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs2 a.current,ul.tabs2 a.current:hover,ul.tabs2 li.current a {
	background-position: 0px -62px;		
	cursor:default !important; 
	color:#000 !important;
	font-weight:bold;
}


/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;
	padding: 10px 0 0 0;
	min-height: 200px;
	width:600px;
	background: url(../images/social/content_top.png) no-repeat;
}
/* initially all panes are hidden */ 
div.panes2 div.pane {
	display:none;
	padding: 10px;
	min-height: 200px;
	background: url(../images/social/content_top2.png) no-repeat;
}
a {
  outline:none;
}
div.pane ul.main {
	margin-left:30px;
	margin-top: 10px;
	width:500px;
	list-style-type:disc;
	font: 11px Arial, Helvetica, sans-serif;
	line-height:15px;
	color:#000;
}
div.pane ul.main ul {
	margin: 5px 0 5px 24px;
	list-style-type: circle;
	font: 11px Arial, Helvetica, sans-serif;
	line-height:14px;
	color:#100e0f;
}

div.pane ul.main li a:hover {
	text-decoration:none;
}
div.pane p {
	font:11px Arial, Helvetica, sans-serif;
	color:#000000;
	line-height:15px;
	margin-top:10px;
	text-align: justify; 
	padding: 0px 16px 0 16px;
	}
div.pane a:hover {
	text-decoration:none;
	}
#neighbourpics img {
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	margin:2px 2px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}


#reg a {
	margin-top:10px;
	text-align:center;
	width:105px;
	height:100px;
	display: block;
	background: url(../images/social/regbutton.png) no-repeat 0px 0px;	
}
/* when mouse enters the reg move the background image */
#reg a:hover {
	background-position: 0px -100px;	
}

