/* CSS Document */  
body
{
	margin:0px;                                                                     
    font-family:Verdana, Arial;  
	font-size:12px;
	color:#666666;
	background:url(../images/backgrounds/background.jpg) center top repeat-x;
    background-color:#ffffff;
}   
table { empty-cells:show; }
img
{
    border:none;
}     
a, a:link, a:visited
{
    color:#8231D2;
    cursor:pointer;
    text-decoration:underline;
}
a:hover, a:active
{
    color:#05469d;
    cursor:pointer;
}  
a.skiplink
{
    display:none;
} 
h2
{
	padding:0;
	margin:0px 0px 15px 0px;
	color:#03c4db;
	font-size:22px;
	font-weight:normal; 
}
h3{
    padding:0;
    margin:0px 0px 10px 0px;
    color:#05469d;
    font-size:16px;
}
h4{
    padding:0;
    margin:0px 0px 10px 0px;
    color:#05469d;
    font-size:14px;
}
h5{
    padding:0;
    margin:0px 0px 10px 0px;
    color:#05469d;
    font-size:12px;
}
h3 a
{
    text-decoration:none;
} 
ul
{
	padding:0;
	margin:10px 0px 15px 30px;
}
ul li
{
	padding:1px 0;
}
.clearer
{
    clear:both;
	height:0px;
}
.blue
{
	color:#05469d;
}   
.purple
{
	color:#8231D2;
}   
.electric-blue
{
	color:#03c4db;
}   
.bold
{
	font-weight:bold;
}
.strong
{
	font-weight:bold;
	font-size:13px;
}
#ajax_helper_container
{
	background:url(../images/backgrounds/helper_bg.gif);
	background:url(../images/backgrounds/helper_bg.png);
	position:absolute; 
	top:0;
	left:0;	
	z-index:1000;
	display:none;
}
#ajax_helper
{
	background:url(../images/backgrounds/helper_container_bg.gif);
	background:url(../images/backgrounds/helper_bg.png);
	display:none;	
	width:700px;
	min-height:400px;
	position:fixed;
	margin:100px auto;
	padding:20px;
}
.ajax_viewer_error
{
	color:#ff0000;
	text-align:center;
}
#ajax_helper_inner_container
{
	background:#ffffff;
	width:700px;
	min-height:380px;
	position:relative;
}
#ajax_viewer_title
{
	float:left;
	display:none;
	padding:10px;
	font-weight:bold;
	font-size:18px;       
    height:14px;
    width:610px;
    overflow:hidden;
}
#ajax_helper_inner
{
	clear:both;
	min-height:310px;
	width:650px;
	padding:20px;
	overflow-y:scroll;
	overflow-x:none;
	border:5px solid #ffffff;
}
#ajax_helper_inner.loading, #ajax_helper_message.loading
{
	background:url(../images/ajax_helper/loading.gif) center no-repeat #ffffff;
}
#ajax_helper_message.loading
{
	background-position:center 15px;
	height:100px;
}
#ajax_helper_inner fieldset
{
	width:auto;
	margin-bottom:20px;
}
#ajax_helper_message_container
{
	display:none;
	position:absolute;
	background:url(../images/backgrounds/helper_bg.gif);
	z-index:1001;
	width:100%;
	text-align:center;
	top:32px;
}
#ajax_helper_message
{
	background-colour:#ffffff;
	border:10px solid #999999;
	text-align:left;
	width:370px;
	margin:20px auto;
	height:auto;
}
#ajax_helper_message_text
{
	display:none;
	background-color:#ffffff;
	height:auto;
	width:auto;
	padding:10px;
}
#ajax_helper_message_text.fixed_height
{
	height:80px;
}
#helper_close
{
	display:block;
	float:right;
	margin:10px 10px 0px 0px;
	text-indent:-9999em;
	background:url(../images/ajax_helper/close.gif);
	height:22px;
	width:22px;
	cursor:pointer;
	overflow:hidden;
}
#helper_refresh
{
	display:block;
	float:right;
	margin:10px 5px 0px 0px;
	text-indent:-9999em;
	background:url(../images/ajax_helper/refresh.gif);
	height:22px;
	width:22px;
	cursor:pointer;
	overflow:hidden;
}
#container
{
	width:910px;              
	margin:30px auto 0 auto; 
}  
#container-main
{
    width:860px;
    background-color:#ffffff; 
    padding:15px 25px;
    float:left;
	border-bottom:2px solid #03c4db;
}  
         
#header
{
    width:860px;
    height:61px;
    float:left;
    position:relative;
    background:url(../images/backgrounds/header_logo.jpg) left no-repeat;  
    background-color:#ffffff;
    margin-bottom:12px;
}  
#header-right
{
    height:61px;
    float:right;
	overflow:hidden;
}  
#admin_header
{
	width:902px;
	height:100px;
	padding-top:0px;
	float:left;
	position:relative;
	margin-bottom:12px;
} 
#left-column
{
	float:left;
	width:639px;
	margin-right:20px;
}
#right-column
{
	float:left;
	width:200px;
}
#page-left
{
    width:614px;
    float:left;
    padding:0px 10px 20px 15px;    
}
#home-banner
{       
    width:639px;
    height:282px;
    margin-bottom:25px;
    float:left;
    position:relative;                                                                                                        
    background-color:#ffffff;
}       
#home-banner a.main_link
{       
    width:639px;
    height:282px;
    text-decoration:none;
    display:block;
    text-indent:-1000em;
    overflow:hidden;
}         
#main-image-first{
    float:left;    
    position:absolute; 
    width:639px;
    height:282px;
    overflow:hidden;
	z-index:1;
    background: url(../images/loading.gif) center no-repeat;
}
#main-image-trans{
    float:left; 
    display:none;
    position:absolute;
    width:639px;
    height:282px;
    overflow:hidden;  
	z-index:1;
}    
#home-banner a#hb_back
{       
    width:20px;
    height:20px;
    text-decoration:none;
    display:block;
    text-indent:-1000em;
    overflow:hidden;
    position:absolute;
    bottom:20px;
    right:55px;
    background:url(../images/white-black_leftarrow.gif) center no-repeat #333333;
	z-index:2;
}   
#home-banner a#hb_forward
{       
    width:20px;
    height:20px;
    text-decoration:none;
    display:block;
    text-indent:-1000em;
    overflow:hidden;
    position:absolute;
    bottom:20px;
    right:20px;
    background:url(../images/white-black_arrow.gif) center no-repeat #333333; 
	z-index:2;
}   
#home-left
{
    float:left;
    width:200px; 
    height:auto;         
}   
#home-left img, #right-column img
{
    margin-bottom:15px;      
}   
#home-right
{
    width:399px; 
    float:left;
	padding:0px 15px 0px 25px;  
}
#home-right p
{
    margin-top:0px;   
}
#latest-news, #news-feed
{
	border:1px solid #03c4db;
    margin-bottom:15px; 
}
#latest-news h2, #news-feed h2
{
	font-size:15px;
	color:#ffffff;
	background-color:#03c4db;
	padding:5px 10px;
	margin:0;
}
#news-feed{
	height:310px;
	overflow:hidden;
	border-bottom:8px solid #03c4db;
}
#news-feed ul{
	height:281px;
	overflow:hidden;
}
#latest-news ul, #news-feed ul
{
	list-style:none;
	padding:0;
	margin:0;
}
#news-feed .ingress{
	font-size:10px;
	font-weight:normal;
	color:#666666;
}
	
#latest-news ul li, #news-feed ul li div.feed-item
{
	padding:10px;
	background:url(../images/backgrounds/latestnews_bg.gif) bottom repeat-x;
}
#news-feed ul li div.feed-item
{
	padding:10px 10px 15px 10px;
	background:transparent;
}
#news-feed ul li
{
	width:198px;
	background:url(../images/backgrounds/latestnews_bg.gif) bottom repeat-x;
}
#latest-news ul li a, #news-feed ul li a
{
	font-weight:bold;
	text-decoration:none;
	color:#8231D2;
	font-size:11px;
}
#latest-news ul li a span.news-date,#news-feed ul li a span.news-date
{
	color:#666666;
}
#news-feed ul li a span.news-date{
	display:inline-block;
	margin:2px 0 3px 0;
	font-size:10px;
}
#latest-news ul li a:hover,#news-feed ul li a:hover
{
	text-decoration:underline;
	opacity:0.7;
}
#latest-news-bottom
{
	background-color:#03c4db;
	padding:5px 10px;
	width:auto;
}
#latest-news-bottom a, #latest-news-bottom a:link, #latest-news-bottom a:visited
{
	font-size:13px;
	color:#ffffff;
	text-decoration:none;
}
#latest-news-bottom a:hover, #latest-news-bottom a:active
{
	color:#cccccc;
}     
#crumbtrail
{
    padding:0px 10px 15px 0px;
    color:#999999;   
}   
#crumbtrail a, #crumbtrail a:link, #crumbtrail a:visited
{
    text-decoration:none;
    color:#999999;   
}
#crumbtrail a:hover, #crumbtrail a:active
{
    text-decoration:underline;
    color:#666666;   
}
#crumbtrail .current
{
    font-weight:bold;
    color:#05469d;   
}
#footer
{
	width:100%;                                                                   
	clear:both;  
    color:#999999;
    margin-top:10px; 
    float:left;   
	padding:0px 3px; 
}
#footer-copy
{
	float:right;
	font-size:10px;
	padding-top:2px;
	margin-left:0px;
	float:left;
}
#footer-copy span
{
	font-size:11px;     
}   
#footer-links
{
	float:left;
	margin-left:6px;
}
#footer-links ul
{
	list-style:none;
	padding:0;
	margin:0px 0px;
}
#footer-links ul li
{
	float:left;
	margin-left:10px;
}

#footer-links ul li a
{
	text-decoration:none;
	font-size:11px;
	color:#000000;
}   
.score
{
    float:right;
    margin-left:15px;
    vertical-align:middle;
}
.score img
{
    display:inline;
    vertical-align:middle;
}
.score span a, .score span a:link, .score span
{
	font-size:11px;
	color:#999999;
    text-decoration:none; 
    vertical-align:middle;
}           
.text
{
	padding:0px 0px 1px 0px;
	font-size:13px;
}  
#col-left
{
    float:left;
    width:180px;
    margin-top:15px  
}
#col-right
{
    float:right;
    width:180px;
    margin-top:20px  
}
#col-centre
{
    float:left;
    padding:20px 20px;
    width:548px;                
} 
#featured_product
{              
    float:left;
    width:548px;
    margin-bottom: 10px;
}    
#featured_product_left
{              
    float:left;
    width:246px;          
}   
#featured_product h3
{              
    float:left;           
    clear:left;
    margin-bottom:0px;
}    
#featured_produc #cat_image_holder
{                       
    margin:0px 0px 0px 10px; 
}            
#nav ul li a
{
	font-size:11px;
}
#nav
{
	width:860px;
	height:27px;
	overflow:hidden;
	margin:0;
	padding:0;    
	float:left;                                          
    background:url(../images/backgrounds/nav_bg.gif) repeat-x #03c4db;
}   
#nav ul
{
	padding:0px;
	margin:0px;
	list-style-type:none;
	float:left;
	width:700px;
}
#nav ul li
{                     
    float:left;
    display:block;
    background:url(../images/backgrounds/nav_butt_left_bg.jpg) bottom left no-repeat;
	margin:0;
	padding:0;
}         
#nav ul ul ul
{                
    margin-left:190px;
    margin-top:-20px; 
    padding-left:1px;
}  
#nav ul li:hover ul ul,#nav ul ul li:hover ul ul,
#nav ul li.sfhover ul ul,#nav ul ul li.sfhover ul ul    
{                  
    left:-999em;      
}      
#nav ul ul li
{            
    clear:left; 
	background:none;  
} 
#nav ul li a, #nav ul li a:link, #nav ul li a:visited
{
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;                                                            
	font-size:13px;
	display:block;     
	text-transform:uppercase; 
    padding:6px 8px 5px 13px;          
}
#nav ul li a:hover
{                  
    /*background:url(../images/backgrounds/nav_butt_left_over_bg.jpg) bottom left no-repeat;*/ 
	background-color:#42d3e4;            
}
#nav ul ul li a, #nav ul ul li a:link, #nav ul ul li a:visited
{                                                     
    color:#05469d;
	font-size:11px;          
    width:160px;
    padding:5px 20px 5px 20px;
    text-transform:none;  
}
#nav ul ul li a:hover
{
	color:#ffffff;
    /*background:url("../images/white-black_arrow.gif") left no-repeat #42d3e4;*/ 
    background-position: 6px; 
}       
#nav ul ul
{
    padding:0px;
    margin-left:0px;
    margin-top:0px;          
    position:absolute;
    z-index:100;
    left:-999%;  
	width:200px;
    background:url(../images/backgrounds/nav_bg.gif) bottom repeat-x #42d3e4;
}          
#nav ul li:hover ul,#nav ul li.sfhover ul,
#nav ul ul li:hover ul,#nav ul ul li.sfhover ul, 
#nav ul ul ul li:hover ul, #nav ul ul ul li.sfhover ul  
{            
    left:auto;
}   
#nav ul li span
{
    display:block;
}
#nav #nav-right-con
{
    float:right;
    width:160px;   
}
#nav-below
{
	width:860px;
	margin:13px 0px 20px 0px;
	overflow:hidden;
	padding:0px 0px 0px 15px; 
	float:left;                                          
	color:#999999; 
	font-size:10px;
}   
#nav-below img
{
	margin-right:15px;
	display:inline;
	vertical-align:text-top;   
}   
#nav-below a, #nav-below a:link, #nav-below a:visited
{
	text-decoration:none;
	color:#999999;
}   
#nav-below a:hover, #nav-below a:active
{
	color:#666666;
} 
#nav-below form
{
	display:inline;
}   
#nav-below form input
{
	border:1px solid #42d3e4;
	color:#999999;
	background:url(../images/backgrounds/input-bg.jpg) top repeat-x #ffffff;
}   
#nav-below form input.input-text
{
	width:100px;
	padding:2px;
}   
#nav-below form input.submit-go
{
	padding:1px 0px;
}   
#crumb
{
	width:490px;
	height:14px;
	overflow:hidden;
	float:left;
} 
#crumb li
{
	float:left;
	display:inline;
	margin-right:4px;
	width:auto;
}
#crumb li a
{
    font-size:11px;
    font-weight:bold;
    color:#ffffff;
    text-decoration:underline;
}
#crumb li a:hover{
    text-decoration:none;
}
#crumb li a.selected,#nav #crumb li a.selected:hover{
    text-decoration:none;
    color:#ffffff;
}
#crumb li a:hover{
    color:#ED8407;
}
#log_nav
{    
    margin-bottom:5px;
    margin-right:5px;
    font-weight:bold;
    height:20px;
    float:right;
}   
#text_control{   
    float:right;
    margin-right:5px;
    margin-bottom:5px;
    font-size:12px;
}  
#home-right #text_control{ 
    margin-bottom:305px;  
}  
#text_control .A{                  
    font-weight:bold;
    font-size:12px;               
    color:#0076bb;    
}
#text_control a, #text_control a:link, #text_control a:visited,#log_nav a, #log_nav a:link, #log_nav a.visited{  
    font-size:11px;
    font-weight:normal;             
    color:#666666;    
    text-decoration: none;
}
#text_control a:hover,#log_nav a:hover{
    color:#03c4db;        
}      
#admin-no-search{         
    width:155px;
    float:right;                                                 
    height:50px; 
}  
#search{
	vertical-align:top;  
	font-weight:bold;
	width:160px;
	float:right;
	text-align:right;                                              
    height:27px;
}   
#search span
{
	vertical-align:top;
}
#search .search{
	display:inline;
	vertical-align:top;
	height:14px;
	width:118px;
	border:none;
	background-color:#ffffff;
	padding:1px 3px 1px 3px;
	margin:5px 0px 0px 5px; 
	border:1px solid #009999;                                                 
	font-size:10px;
	color:#999999;
}

#search #submit{
	display:inline;
	margin:3px 5px 0px 3px;
	background:url(../images/backgrounds/search_button.jpg) no-repeat;
	background-color:#42d3e4;
	text-indent:-9999em;
	border:none;
	height:20px;
	width:17px;
	cursor:pointer;
	overflow:hidden;
}

/*//////My additions//////*/

a.deleteButton, a.deleteButton:visited, a.deleteButton:link
{
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	padding:6px;
	border:4px outset #024999;
	background-color:#023A75;
	margin:0px 0px 0px 0px;
}

a.deleteButton:hover, a.deleteButton:active
{
	color:#ff0000;
	background-color:#024999;
	border:4px outset #0258B7;
}

#adminSubNav
{
	padding:0px;
	margin:5px 0px 0px 0px;
	float:right;
	display:block;
}
#adminSubNav ul
{
	padding: 0px;
	margin: 0px;
}
#adminSubNav li
{
	float:left;
	display:block;
	padding: 4px 5px 0px 5px;
}
table thead
{
	background-color:#666666;
	color:#ffffff;
	font-weight:bold;
	border-bottom:2px solid #ffffff;
}
table thead th
{
	border-bottom:4px solid #ffffff;
}
table thead th a, table thead th a:link, table thead th a:visited
{
	color:#ffffff;
	text-decoration:none;
}        

input.submit
{
	font-weight:bold;
	font-size:13px;
	color:#ffffff;
	background:url(../admin/images/link_bg.gif) repeat-x;
	padding:2px 8px 0px 8px;
	height:auto;
	border:2px outset #999999;
	float:right;
	text-decoration:none;
	margin:5px 2px;
}
.addLink, a.addLink, a:link.addLink, a:visited.addLink
{
	font-weight:bold;
	font-size:13px;
	color:#ffffff;
	background:url(../admin/images/link_bg.gif) repeat-x;
	padding:2px 8px 2px 8px;
	border:1px solid #333333;
	float:right;
	text-decoration:none;
	margin:5px 2px;
}
.addLink:hover, a.addLink:hover
{
	color:#64B0D9;
}
#error
{
	color:#ff0000;
	font-weight:bold;
}
#success
{
	color:#00cc00;
	font-weight:bold;
}
#breadcrumb
{
	padding:0px 0px 10px 0px;
	font-size:12px;
	font-weight:bold;
}  
fieldset
{                             
    border:2px solid #999999; 
    padding:10px;
    margin-bottom:10px;
    width:650px;
}
fieldset fieldset
{                      
    width:auto;
}
fieldset.narrow_fieldset
{                       
    width:500px;
}       
legend
{
	font-weight:bold;
	font-size:14px;
	color:#333333;
}
.formRow
{
	width:395px;
	float:left;
}
.formColLeft
{
	float:left;
	width:140px;
	padding:2px;
	color:#64B0D9;
	font-weight:bold;
	font-size:12px;
}
.formColRight
{
	float:left;
	width:245px;
	padding:2px;
}
#header_left
{
	float:left;
}      
#headerHomeLink
{
    display:block;
    margin-left:5px; 
    width:220px;
    height:61px;
    margin-top:0px;
    text-indent:-9999em;
    float:left;
}         
fieldset.contactForm
{
    display:block;
    margin-top:10px;
    margin-left:40px;
    float:left;
    width:420px;
    padding:20px;
}
fieldset.contactForm legend
{          
    color:#05469d;
}
fieldset.contactForm .formRow
{
	width:420px;
	float:left;
}
fieldset.contactForm .formColLeft
{
	float:left;
	width:140px;
	padding:2px;
	color:#666666;
	font-weight:bold;
	font-size:12px;
}
fieldset.contactForm .formColRight
{
	float:left;
	width:200px;
	padding:2px;
}  
#search-pagination
{
	text-align:center;
	padding:6px 10px 10px 10px;
	clear:left;
	margin-top:1px;
	font-weight:bold;
	color:#666666;
	font-size:13px;
}
#search-pagination a:link,#search-pagination a:visited, #search-pagination a
{
	font-weight:bold;
	color:#0076bb;
}
#search-pagination a:hover,#search-pagination a:active
{
	font-weight:bold;
	color:#d8e94a;
}
#search-pagination .disabled
{
	color:#cccccc;
}

#img_teaser
{
	clear:left;
	float:left;
	padding:8px 3px 8px 4px;
}
#img_teaser img
{
	float:left;
	margin:0px 9px 10px 9px;
}      
#tag-cloud
{
    margin-top:5px;
    padding:0px 0px 5px 0px;
    text-align:center;
    background-color:#cccccc;
	float:left;  
}  
#tag-cloud a
{
	color:#333333;  
	font-weight:bold;   
	line-height:1.8;    
    text-decoration:none;
    /*background-color:#ffffff; */ 
    padding:1px;                
}
#tag-cloud a:hover
{
    color:#666666; 
}
#tag-cloud span
{
	display:inline-block; 
}  
#tag-cloud .size1
{
	font-size:11px;
    font-weight:normal;
}
#tag-cloud .size2
{
    font-weight:normal;
	font-size:11px;            
}
#tag-cloud .size3
{
	font-size:14px;
}
#tag-cloud .size4
{
	font-size:19px;
}                
a.text-control,a.text-control:link,a.text-control:visited
{
	color:#333333;
}
a.text-control:hover,a.text-control:active
{
	color:#64B0D9;
}   

#title h2.blue, h2.blue
{
	padding:0;
	margin:0px 0px 10px 0px;
	color:#333333;
	font-size:18px;
}          
.blue-bar
{
    background-color:#666666; 
    padding:0px 0px 0px 15px;
    margin-bottom:8px;   
}
.blue-bar h3
{
    background-color:#ffffff;
    display:inline-block;
    padding: 0px 5px;
    margin:0px;      
    text-transform:uppercase;   
}
* html .blue-bar h3, *:first-child+html .blue-bar h3
{
    display:inline;   
}
.blue-bar.small h3
{
    font-size:14px;    
}     
.black-button
{
    background-color:#333333; 
    padding:10px;  
    margin-bottom:15px;   
}        
.black-button h3
{         
    background:url("../images/white-black_arrow.gif") right no-repeat;
    color:#ffffff;
    font-size:14px;           
    text-transform:uppercase;
    margin:0px; 
    padding-right:10px;        
} 
.black-button h3:hover
{         
    background:url("../images/grey-black_arrow.gif") right no-repeat;  
}    
.black-button a, .black-button a:link
{         
    color:#ffffff;
    text-decoration:none;       
} 
.black-button a:hover
{         
    color:#cccccc;      
} 
#right-banners
{
    margin-bottom:10px;    
} 
#right-banners img
{
    margin:10px 0px 0px 0px;    
}
.tag_fieldset
{
	float:left;
	padding:5px;
	height:100px;
}     
#search-links
{
    padding:10px;
    border:1px solid #B6C718;
    background-color:#FFFFF4;
    margin:10px;
}     
#home-box
{ 
    float:left;
    width:137px;     
    height:111px;          
    text-align:center;
    border-bottom:1px solid #cccccc;
    padding:20px 0px 0px 0px;        
}     
#home-box a.plink
{ 
    display:inline-block;
    text-decoration:none;      
    margin:3px 8px 0px 8px; 
    padding-right:13px; 
    background: url(../images/grey_arrow.gif) right no-repeat;      
}    
/*==================================
remove default focus style
====================================*/
:focus {outline:none;}

.js ul.newList {left:-9999px;}

#nav .newListSelected {	position:absolute;
	z-index:2000;background:#383838 url(../images/dropdown.gif) no-repeat scroll 108px 7px; border:1px solid #D0D0D0; color:#fff; height:17px; margin-bottom:10px; padding:2px 0px; width:123px;}
#nav .newListSelected div {display:block; font-size:0.85em; padding:2px 21px 2px 4px; text-align:left !important; width:102px;}
#nav ul.newList 
{ 
	position:absolute; 
	z-index:2000;
	list-style:none; 
	color:#fff; 
	width:125px; 
	background:#383838; 
	border:1px solid #D0D0D0; 
	top:22px; 
	left:0; 
	height:auto; 
	overflow:auto; 
	font-size: 0.85em; 
	text-align:left!important;
}
#nav ul.newList li {padding:2px 5px!important; border-bottom: none;float:none;}
#nav .hiLite {background:#ffffff!important; color:#333333!important;}
#nav .newListHover {background:#ccc!important; color:#000!important; cursor:default;}
#nav .newListSelHover {cursor:default;}
#nav .newListSelHover, #nav-right-con .newListSelFocus {background-position:auto;}
#nav .newListSelHover div, #nav-right-con .newListSelFocus div {font-weight:bold;}
         
.time-block
{                 
    text-align:center;  
    overflow:hidden;   
    border-bottom:1px solid #666666;                 
}      
.stream-time-block
{                  
    text-align:center;                 
    border-right:1px solid #666666;  
}   
.stream-time-session, .stream-session
{                  
    text-align:center;             
    border-right:1px solid #666666;  
}     
#programme-list .hour
{
    border-left:1px solid #666666;    
}  
#programme-list .hour .label
{                                     
    position:absolute;  
    margin: -30px 0px 0px -15px;                     
}   
#programme-list .minute .label
{                                     
    position:absolute;  
    margin: -8px 0px 0px -6px;
    font-size:8px;                     
}  
#programme-list
{
    width:800px;    
    margin-top:20px;      
}        
#programme-list .programme-row
{
    width:800px;                      
    padding:0px;
}                    
#programme-list .programme-row-title
{
    width:50px;          
    font-weight:bold;                 
    text-align: center;
    padding:3px;
    border-left:1px solid #666666; 
    border-right:1px solid #666666;  
}       
#programme-list .programme-row-title-spacer
{
    width:50px;                        
} 
#programme-list td
{    
    border-bottom:1px solid #666666;
    font-size: 10px;
    overflow: hidden;
    clip:auto;  
}        
#programme-column
{    
    width:auto;  
}         
#page-programme-con
{    
    width:auto; 
    text-align:center; 
}         
#page-programme-con #programme-list td
{    
    padding:10px 2px;  
}                     
#page-programme-con #programme-list td a
{    
   color:#333333;
   text-decoration: none;  
}
#page-programme-con #programme-list td a:hover
{                 
   text-decoration: underline;  
}
#programme-list
{
    width:auto;    
    margin-top:40px;
    text-align:center;          
}                     
#page-programme-con #programme-list td.time-block, #page-programme-con #programme-list td.programme-row-title-spacer
{                                         
    padding:0px;                
}   
#page-programme-con #programme-list .hour .label
{                                     
    position:absolute;  
    margin: -22px 0px 0px -25px;                     
}        
#page-programme-con #programme-nav
{                      
    border-bottom:1px solid #666666 ;
    float:left;
    width:100%;   
    margin-top:10px;                   
}  
#page-programme-con #programme-nav a
{              
    display:inline-block;                                                        
    padding:8px;              
    border-top:1px solid #666666;   
    border-left:1px solid #666666; 
    border-right:1px solid #666666;     
    background:url(../images/backgrounds/download-bg.gif)top repeat-x;   
    float:right;                      
}   
#page-programme-con #programme-nav a.selected
{              
    font-weight:bold;
    text-decoration: none;    
    margin-top:-4px;
    padding-bottom:12px;                  
}  
table.programme{
	border-collapse:collapse;    
}
.session-row
{                    
    float:left;
    clear:left;
    margin:4px 0;
} 
.session-subtitle
{
    font-weight:bold;
    float:left;
    width:100px;
}      
.session-content
{              
    width:500px;      
    float:left;    
}     
.session-content ol
{              
    padding:0;
    margin:0 0 0 20px;    
}     
h2 .session-type
{
    float:right;
    border:1px solid #666666;
    padding:12px 10px;   
    font-weight:bold;
    font-size:11px;
    color:#666666;
    text-transform:uppercase;
}
.result-item
{
    margin-bottom:10px;
    padding:5px 5px 10px 5px;   
    border-bottom:1px dashed #cccccc;
    float:left;
    width:600px;
}
.search-more
{
    float:right;
    margin-top:5px;   
}  
#floorplan-right
{
    margin-bottom:20px; 
    border: 1px solid #03c4db;    
}  
#floorplan-right img
{
    margin:8px 4px;     
}             
#floorplan-right a
{
    font-weight:bold;
    padding:12px 10px 12px 60px;
    display:block; 
    font-size:15px; 
    background: url(../images/icons/pdf.png) left no-repeat #03c4db;
    color:#ffffff;
    text-decoration:none;    
}          
#floorplan-right a:hover
{                
    text-decoration:underline;    
}        
#floorplan-list ol li
{                 
    font-weight:bold;
    margin-bottom:5px;
}                    
#floorplan-list ol li a
{                     
    text-decoration:none;  
}
#floorplan-list ol li a:hover
{                     
    text-decoration:underline;  
}

