﻿.adHolder  
{
	width: 175px; 
	background-color: White; 
	height: 100%; 
	border-left: 0px; 
	border-right: 0px; 
	border-top: 0px; 
	border-bottom: 0px; 
	border-color: #CCCCCC; 
	border-style: solid; 
	/*height: 1000px;*/ 
}
	
.home .adHolder, .webpage .adHolder
{
	background: none; 
}	
.adArrow { position: relative; left: 70px; top: 10px; }


/* 

.adHolder  
{
	width: 160px; 
	background-color: White; 
	height: 100%; 
	border-left: 5px; 
	border-right: 5px; 
	border-top: 0px; 
	border-bottom: 5px; 
	border-color: #CCCCCC; 
	border-style: solid; 

*/

#sections
{
	float:left;
}

#section_images
{
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 280px;
	height:225px;
	float:left;
}

#section_titles
{
	overflow: auto;
	height: 200px;
	float: left;
	width: 200px;
	padding: 5px;
}
	
#section_description
{
	clear:both
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accommodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
#section_images .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}

/*
	a single item. must be floated in horizontal scrolling.
	typically, this element is the one that *you* will style
	the most.
*/
.items .section_image_item {
	float:left;
	width: 300px;
	position: relative;
	margin-left: -15px;
	margin-right: 10px;
}


.prev {
	width: 20px;
	height: 264px;
	float: left;
	margin:0px 10px;
	text-indent: -9999px;
	background: url("arrow-left.png") no-repeat center center;
	position:relative;
	clear:inherit;
	cursor: pointer;
}

.prev.browse {
	margin:0;
	z-index: 1000;
}

.next {
	width: 20px;
	height: 264px;
	float: right;
	margin:0px 10px;
	text-indent: -9999px;
	background: url("arrow-right.png") no-repeat center center;
	cursor: pointer;
	position:relative;
	clear:inherit;
}

.advert_item
{
	border: 1px solid #006699;
	width: 150px;
}

.advert_item img
{
	display:block;
	margin:auto;
}



/*
my town tabs
*/

.ajax__tab_default .ajax__tab_header {
white-space:normal !important;
}
.ajax__tab_default .ajax__tab_outer {
display:inline-block;

}
.ajax__tab_default .ajax__tab_inner {
display:inline-block;
}
.ajax__tab_default .ajax__tab_tab 
{
display:inline-block;
overflow:hidden;
text-align:center;
}

.ajax__tab_xp .ajax__tab_outer {
background: #AEC9DE url(tabrightlight.gif) no-repeat top right;
height:31px;
padding-right:7px;
margin-right:1px;
}
.ajax__tab_xp .ajax__tab_inner {
background: #AEC9DE url(tableftlight.gif) no-repeat scroll 0 0;
padding: 0 0px 0 7px;
}
.ajax__tab_xp .ajax__tab_tab {
background: #AEC9DE url(tab.gif) repeat-x scroll 0 0;
height:13px;
margin:0;
padding: 8px 4px 0px 4px;
}

.ajax__tab_xp .ajax__tab_hover .ajax__tab_outer {
background: #2470a4 url(tabright.gif) no-repeat top right;
cursor:pointer;
color: #fff
}
.ajax__tab_xp .ajax__tab_hover .ajax__tab_inner {
background: #2470a4 url(tableft.gif) no-repeat scroll 0 0; 
cursor:pointer;
}
.ajax__tab_xp .ajax__tab_hover .ajax__tab_tab {
background:#2470a4 url(tabactive.gif) repeat-x scroll 0 0;
cursor:pointer;
}


.ajax__tab_xp .ajax__tab_active .ajax__tab_outer {
background: #2470a4 url(tabright.gif) no-repeat top right;
border: solid 0px #000;

color: #fff
}
.ajax__tab_xp .ajax__tab_active .ajax__tab_inner {
background: #2470a4 url(tableft.gif) no-repeat scroll 0 0;

}
.ajax__tab_xp .ajax__tab_active .ajax__tab_tab {
background: #2470a4 url(tabactive.gif) repeat-x scroll 0 0;
border: solid 0px #000;

}


.ajax__tab_xp .ajax__tab_disabled {
color:#A0A0A0;
}
.ajax__tab_xp .ajax__tab_body {
background-color:#FFFFFF;
border-color:-moz-use-text-color #999999 #999999;
border-right:1px solid #999999;
border-style:none solid solid;
border-width:0 1px 1px;
font-family:verdana,tahoma,helvetica;
font-size:10pt;
padding:8px;
}
.ajax__scroll_horiz {
overflow-x:scroll;
}
.ajax__scroll_vert {
overflow-y:scroll;
}
.ajax__scroll_both {
overflow:scroll;
}
.ajax__scroll_auto {
overflow:auto;
}
.ajax__tab_plain .ajax__tab_outer {
border:2px solid #999999;
text-align:center;
vertical-align:middle;
}
.ajax__tab_plain .ajax__tab_inner {
text-align:center;
vertical-align:middle;
}
.ajax__tab_plain .ajax__tab_body {
text-align:center;
vertical-align:middle;
}
.ajax__tab_plain .ajax__tab_header {
text-align:center;
vertical-align:middle;
}
.ajax__tab_plain .ajax__tab_active .ajax__tab_outer {
background:none repeat scroll 0 0 #FFFFE1;
}

.WhatsOn {
	padding:0px;
	border:solid 2px #87b7ce;
	vertical-align:top;
	text-align:left;
	height:364px;
	background-color: #fff;
}

.adminContentHolder .WhatsOn 
{
	width: 234px;	
}

.WhatsOn h2 {
	margin:10px;
	color:#b63530;
	font-size:13px;
    text-align:center
}
.WhatsOn p {
	margin:10px;
	font-size:11px;
	line-height:11px;
	color:#FFF;
}

.WhatsOn ul 
{
	color:#FFF;
}
