﻿
/**** SIDEBAR NAV ****/

.sidebar_header 
{
    background-image:url(../images/bg_sidebar_header.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 30px;
	overflow: visible;
	margin-bottom:5px;
}

.sidebar_header h3 
{
    padding: 7px 0 0 10px;
    color: #394f59;
    font-weight: normal;
    text-transform: uppercase;
    font-size:1em;
}

.sidebar_header h3.basket
{
	background-image:url(../images/iconCheckout.gif);
	background-position:5px 0px;
	background-repeat:no-repeat;
	padding-left:45px;
	padding-bottom:10px;
}
.sidebar_header h3.credit
{
	background-image:url(../images/iconPound.gif);
	background-position:5px 0px;
	background-repeat:no-repeat;
	padding-left:45px;
	padding-bottom:10px;
}

.sidebar_nav
{
	background-color:#edeeef;
	padding-bottom:5px;
	margin-bottom:10px;
	position:relative;
	background-image:url(../images/bg_gradUp.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
.sidebar_nav ul
{
	margin:0;
}
.sidebar_nav ul li
{
	list-style-type:none;
	margin:0px;
}
.sidebar_nav ul li a
{
	padding:4px 10px 4px 10px;
	display:block;
	background-color:#EEF2F3;
	color:#666;
	text-decoration:none;
	line-height:1em;
	border-bottom:1px solid #fff;
	width:180px;
}
.sidebar_nav ul li a:hover, .sidebar_nav ul li.selected a
{
	background-color:#DCE1E5;
	text-decoration:none;
}

.sidebar_nav ul li a em{
	font-weight:normal;
	padding-left:15px;
	border-left:3px solid #ccc;
	font-style:normal;
}

.more_side
{
	float:right;
	clear:both;
	display:block;
	/*margin-bottom:-8px;*/
	background-color:#fff;
	zoom:1;
	text-decoration:none;
	padding-top:8px;
}

/** TOP MENU **/

.nav_header{
	background-image:url(../images/bg_header_right.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	float:right;
	/*width:580px;*/
	padding-right:1%;
	font-size:0.9em;
}
.nav_header ul{
	list-style-type:none;
	margin:0 auto;
	text-align:left;
	float:right;
	overflow:hidden;
}

.nav_header ul li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	float:left;
	padding:0;
	margin-left:2px;
}

.nav_header ul li a{
	display:block;
	background-image:url(../images/buttons/button_az.gif);
	background-repeat:no-repeat;
	background-position:top left;
	color:#394f59;
	text-decoration:none;
	float:left;
	margin:0;
	padding:25px 5px 0px 42px;
	font-size:0.95em;
	height:40px;
	font-weight:bold;
}

.nav_header ul li a:hover{
	color:#394f59;
	text-decoration:none;
}

.nav_header ul li a.nav1
{
	background-image:url(../images/buttons/button_az.gif);
}
.nav_header ul li a.nav1:hover
{
	color:#FB6C31;
	
}
.nav_header ul li a.nav2
{
	background-image:url(../images/buttons/button_edit.gif);
	width:60px;
}
.nav_header ul li a.nav2:hover
{
	color:#916EA2;
}
.nav_header ul li a.nav3
{
	background-image:url(../images/buttons/button_sound.gif);
}
.nav_header ul li a.nav3:hover
{
	color:#7AB936;
}
.nav_header ul li a.nav4
{
	background-image:url(../images/buttons/button_rss.gif);
}
.nav_header ul li a.nav4:hover
{
	color:#FCA124;
}
.nav_header ul li a.nav5
{
	background-image:url(../images/buttons/button_help.gif);
}
.nav_header ul li a.nav5:hover
{
	color:#CD4172;
}
.nav_header ul li a.nav6
{
	background-image:url(../images/buttons/button_item.gif);
}
.nav_header ul li a.nav6:hover
{
	color:#7AB936;
}
.nav_header ul li a.nav6
{
	background-image:url(../images/buttons/button_profile.gif);
}
.nav_header ul li a.nav6:hover
{
	color:#916EA2;
}

.nav_header ul li a.nav_scenario
{
	background-image:url(../images/buttons/button_scenario.gif);
}
.nav_header ul li a.nav_scenario:hover
{
	color:#BFB0D2;
}

.nav_header ul li a.nav_contact
{
	background-image:url(../images/buttons/button_contact.gif);
}
.nav_header ul li a.nav_contact:hover
{
	color:#0091a2;
}




/** main nav **/

.nav_main
{
	/*background-image:url(../images/buttons/main_nav_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;*/
	/*width:50em;*/
	/*float:right;
	margin-top:-17px;
	margin-right: 1px;*/
	
	width:645px;
	margin:0 auto;
}
.nav_main ul{
	list-style-type:none;
	margin:0 auto;
	text-align:left;
	float:right;
	
}

.nav_main ul li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	float:left;
	padding:0;
	margin-left:2px;
}

.nav_main ul li a{
	display:block;
	background-image:url(../images/buttons/main_nav_hv.gif);
	background-repeat:no-repeat;
	background-position:top right;
	color:#555;
	text-decoration:none;
	float:left;
	margin:0;
	padding:8px 6px 0px 0px;
	font-size:0.8em;
}

.nav_main ul li a:hover, .nav_main ul li a.selected{
	color:#333;
	text-decoration:none;
	background-image:url(../images/buttons/main_nav.gif);
	margin-top:1px;
	margin-bottom:-1px;
	padding:7px 6px 0px 0px;
}


.nav_main ul li a span{
	background-image:url(../images/buttons/main_nav_span_hv.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding:7px 0px;
	margin-top:-8px;
	width:6px;
	display:block;
	float:left;
}

.nav_main ul li a:hover span, .nav_main ul li a.selected span{
	background-image:url(../images/buttons/main_nav_span.gif);
	margin-top:-7px;
}

.nav_main_v2
{	
	background-color:#dee3e7;
	padding:15px;
}
.nav_main_v2 ul
{	
	display:block;
	float:left;
	margin:0;
	width:115px;
	margin-right:10px;
}
.nav_main_v2 ul li
{	
	color:#62747e;
	list-style-position:outside;
	list-style-type:disc;
	margin-left:10px;
	margin-bottom:4px;
}
.nav_main_v2 ul li a
{	
	text-decoration:none;
	color:#62747e;
	font-size:0.9em;
}
.nav_main_v2 ul li a:hover
{	
	text-decoration:underline;
}
   
   
/******************** PANEL MENU ******************************************************/
.panel_wrapper{
	float:left;
	height:36px;
	margin-left:65px;
	width:380px;
}
.panel_nav{
	width:150px;
	background-repeat:no-repeat;
	background-color:#4A4A4A;
	color:#ffffff;
	font-size:0.9em;
	font-weight:bold;	
	list-style: none;
	display:block;
	text-align:center;
	background-image:url(images/panel/corner_TR.gif);
	background-position:top right;
	background-repeat:no-repeat;position:relative;
}
.panel_nav a.panel_label{
	background-color:#9FACAF;
	background-image:url(/images/panel_nav_button.gif);
	background-position:left top;
	background-repeat:no-repeat;
	color:#FFFFFF;
	display:block;
	font-size:1.3em;
	padding:10px;
	text-align:center;
	text-decoration:none;
}
.panel_nav .panel_nav_inner{
	background-image:url(/images/panel_nav_bg.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	display:block;
	height:246px;
	left:-999px;
	margin:0;
	position:absolute;
	text-align:left;
	width:46em;
}
.panel_nav .panel_nav_inner2{
	background-image:url(images/panel/corner_BR.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding:15px;
}

.panel_nav:hover{
	background-color:#97ADB8;
}
.panel_nav:hover .panel_nav_inner{left: 0px; zoom:1;}
.panel_nav:hover .panel_nav_inner2{left: 0px; zoom:1;}


.panel_nav ul{
	display:block;
	float:left;
	list-style-type:none;
	padding-right:10px;
	width:15em;
	padding:5px;
	margin:0;
}
.panel_nav ul li span{
	font-size:1.2em;
	font-weight:bold;
	color:#FFFFFF;
	padding-bottom:10px;
	display:block;
	width:100%;
	border-bottom:2px solid #ffffff;
	padding:0px 0px 5px 0px;
	margin-bottom:5px;
}
.panel_nav ul a{
	color:#eee;
	text-decoration:none;
	width:100%;
	display:block;
}
.panel_nav ul a:hover{
	color:#ffffff;
	text-decoration:none;
	background-color:#818181;
}
   
   
   
   
/*** TAG CLOUD (experimentation) ***/

#ctl00_ContentMain_IpaTagCloudControl1_Cloud
{
    width: 226px;
    padding: 10px;
    }
    
#ctl00_ContentMain_IpaTagCloudControl1_Cloud a
{
    margin-right: 10px;
    line-height: 1.6em;
    vertical-align: baseline;
    }
    
/*** CLOUD ***/ 
.tag_cloud
{
	text-align:center;
	padding:0px 5px 15px;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:10px;
	border-bottom:1px dashed #B7C4CA;
	line-height:125%;
}
.cloud1
{
	color:#E0E5E8;
	font-size:60%;
}  
.cloud2
{
	color:#C9D2D7;
	font-size:70%;
} 
.cloud3
{
	color:#ACBBC2;
	font-size:80%;
} 
.cloud4
{
	font-size:110%;
	font-weight:bold;
	color:#91A4AE
} 
.cloud5
{
	font-size:120%;
	font-weight:bold;
	color:#758D9A;
} 
.cloud6
{
	font-size:150%;
	font-weight:bold;
	color:#607C8A;
} 
.cloud7
{
	font-size:180%;
	font-weight:bold;
	color:#537181;
} 

.tag_cloud a
{
	text-decoration:none;
}
.tag_cloud a:hover
{
	color:#4a4a4a;
}



/*** STRETCHY BUTTONS ****/

.button_stretch
{
	padding:0px 15px 0px 0px;
	height:21px;
	background-image:url(../../images/button_link_button.gif);
	background-position:right 0px;
	background-repeat:no-repeat;
	width:auto;
	display:block;
	float:right;
	text-decoration:none !important;
	color:#4a4a4a;
	cursor:pointer;
	margin-left:3px;
	zoom:1;
}
.button_stretch span
{
	height:14px;
	padding:4px 0px 3px 15px;
	display:block;
	float:left;
	vertical-align:middle;
	background-image:url(../../images/button_link_button.gif);
	background-position:left top;
	background-repeat:no-repeat;
	width:auto;
	font-size:0.9em;
	color:#fff;
	zoom:1;
}




.button_stretch:hover
{
	background-position:right -21px;
	
	text-decoration:none;
	zoom:1;
}
.button_stretch:hover span
{
	background-position:left -21px;
	zoom:1;
}


.button_stretch_news
{
	padding:0px 15px 0px 0px;
	height:21px;
	background-image:url(../../images/button_link_button_news.gif);
	background-position:right 0px;
	background-repeat:no-repeat;
	width:auto;
	display:block;
	float:right;
	text-decoration:none;
	color:#4a4a4a;
	cursor:pointer;
	margin-left:3px;
}
.button_stretch_news span
{
	height:14px;
	padding:5px 0px 2px 15px;
	display:block;
	float:left;
	vertical-align:middle;
	background-image:url(../../images/button_link_button_news.gif);
	background-position:left top;
	background-repeat:no-repeat;
	width:auto;
	font-size:0.9em;
	color:#fff;
}

.button_stretch_news:hover
{
	background-position:right -21px;
	
	text-decoration:none;
}
.button_stretch_news:hover span
{
	background-position:left -21px;
}

.button_stretch.fill
{
	/*width:94%*/
	float:none;
}
.button_stretch.fill span
{
	text-align:center;
	float:none;
	/*width:94%;
	margin-left:-2px;*/
}




/**** AJAX CONTROL TOOLKIT TABS ****/

.tab_container
{
}

.tab_panel
{
	border:1px solid #EAEEF1;
	border-top:3px solid #EAEEF1;
	padding:5px;
	background-color:#fff;
	/*background-image:url(../../images/bg_search_row.gif);
	background-repeat:repeat-x;*/
	clear:both;
}

.RadEContentBordered
{
	background-color:#fff;
}

.tab_container .ajax__tab_header
{
	font-size:0.9em;
}

.tab_container .ajax__tab_outer
{
	margin-right:2px;
	background-image:url(/images/tab_left.gif);
	background-position:left -29px;
	background-repeat:no-repeat;
	margin-bottom:1px;
}
* html .tab_container .ajax__tab_outer
{
	width:60px;
}

.tab_container .ajax__tab_outer .ajax__tab_inner
{
	background-image:url(/images/tab_right.gif);
	background-position:right -29px;
	background-repeat:no-repeat;
	margin-left:5px;
	padding-right:5px;
}
.tab_container .ajax__tab_outer .ajax__tab_inner span
{
	display:block;
	height:18px;
	line-height:10px;
	margin-right:0;
	padding:4px 2px 7px;
	text-align:center;

	

}
.tab_container .ajax__tab_hover .ajax__tab_outer, .tab_container .ajax__tab_active .ajax__tab_outer
{
	margin-right:2px;
	background-image:url(/images/tab_left.gif);
	background-position:left 0px;
	background-repeat:no-repeat;
}
.tab_container .ajax__tab_hover .ajax__tab_outer .ajax__tab_inner, .tab_container .ajax__tab_active .ajax__tab_outer .ajax__tab_inner
{
	background-image:url(/images/tab_right.gif);
	background-position:right 0px;
	background-repeat:no-repeat;
}
.ajax__tab_active
{
	/*font-weight:bold;*/
	
}

.ajax__tab_active .ajax__tab_outer
{
	margin-bottom:-1px;
}

.ajax__tab_header span
{
	float:left;
}


/** SHELF ITEMS **/

.shelf_items
{
	clear:both;
	display:block;
	padding:10px;
}
.shelf_items ul
{
	width:24.9%;
	display:block;
	float:left;
	margin:0;
}
.shelf_items ul li
{
	list-style-type:none;
	margin:0;
	vertical-align:middle;
	padding-bottom:3px;
	margin-bottom:3px;
	border-bottom:1px dashed #B3C1C8;
	margin-right:10px;
}
.shelf_items ul li img
{
	vertical-align:middle;
}

.shelf_items ul li a
{
	width:100%;
	display:block;
}
.shelf_items ul li input
{
	width:25px;
}
.shelf_items ul li label
{
	
}
.shelf_items ul li a span
{
	vertical-align:middle;
}
.shelf_items ul li a:hover
{
}
.shelf_items ul li a:hover span
{
}


/** NEW NAV **/
.main_nav
{
	height:27px;
	display:block;
	/*background-image:url(/images/2009/main_nav_bg.gif);
	background-repeat:repeat-x;*/
	padding-top:0px;
	margin:0;
	padding-left:3px;
	clear:both;
	background-color:#5A6C71;
	position:relative;
	z-index:100;
}
.main_nav ul
{
	list-style-type:none;
	margin:0;
	float:left;
}
ul.sf-menu
{
	position:relative;
	bottom:-2px;
}
.main_nav ul li
{
	float:left;
}
.main_nav ul li a
{
	background-image:url(/images/2009/main_nav_button.gif);
	background-position:left top;
	background-repeat:no-repeat;
	color:#eee;
	display:block;
	float:left;
	font-size:10px;
	font-weight:bold;
	padding:0 0 0 10px;
	text-decoration:none;
	margin-right:1px;
}
.main_nav ul li a span
{
	background-image:url(/images/2009/main_nav_button.gif);
	background-position:right top;
	background-repeat:no-repeat;
	cursor:pointer;
	display:block;
	float:left;
	height:17px;
	padding:8px 10px 2px 0;
}
.main_nav ul li a:hover
{
	background-position:left bottom;
	color:#62767c;
}
.main_nav ul li a:hover span
{
	background-position:right bottom;
}

/** sub level **/
.main_nav ul li ul
{
	background-image:url(/images/2009/main_nav_dropdown.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding:5px 0 10px;
	width:150px;
	z-index:100;
}
.main_nav ul li ul li a
{
	background-image:none;
	color:#62767c;
	width:150px;
	padding:0px;
}
.main_nav ul li ul li a span
{
	background-image:none;
	color:#62767c;
	padding:8px 10px 0px;
}

.main_nav ul li ul li a:hover
{
	background-color:#7ca4c8;
	color:#fff;
}
.main_nav ul li ul li a:hover span
{
	color:#fff;
}








/*** default theme stuff ***/
.themed .header_logo img{
display:none;
}
.themed .header_search_button,
.themed .nav_header .az_directory_link,
.themed .nav_header .search_scenarios_link
{
background-image:none;
}
.themed .main_nav{
background-image:none;
background-position:0 87px;
}
.themed .main_nav ul li a{
background-position:left -120px;
color:#fff;
}
.themed .main_nav ul li a span{
background-position:right -120px;
}

.themed .main_nav ul li a:hover{
background-position:left -148px;
}
.themed .main_nav ul li a:hover span{
background-position:right -148px;
}

.themed .header_search_button {
padding-top:5px;
}
.themed .main_nav ul li ul li a,
.themed .main_nav ul li ul li a span{
background-image:none;
}


/*** MOTHER'S DAY ***/
.theme_mothers .header,
.theme_mothers .main_nav ul li a,
.theme_mothers .main_nav ul li a span {
background-image:url(/images/themes/mothersday.jpg);
}
.theme_mothers .main_nav{
background-color:#895799;
}

/*** St GEORGE'S DAY ##NO IMAGE YET!## ***/
.theme_stgeorges .header,
.theme_stgeorges .main_nav ul li a,
.theme_stgeorges .main_nav ul li a span {
background-image:url(/images/themes/stgeorges.jpg);
}
.theme_stgeorges .main_nav{
background-color:#bf0101;
}
.theme_stgeorges .main_nav ul li a:hover{
color:#BF0101;
}

/*** EASTER DAY ***/
.theme_easter .header,
.theme_easter .main_nav ul li a,
.theme_easter .main_nav ul li a span {
background-image:url(/images/themes/easter.jpg);
}
.theme_easter .main_nav{
background-color:#09678b;
}
.theme_easter .main_nav ul li a:hover{
color:#09678b;
}

/*** ROYAL WEDDING ***/
.theme_royalwedding .header,
.theme_royalwedding .main_nav ul li a,
.theme_royalwedding .main_nav ul li a span {
background-image:url(/images/themes/royalwedding.jpg);
}
.theme_royalwedding .main_nav{
background-color:#623d88;
}
.theme_royalwedding .main_nav ul li a:hover{
color:#623d88;
}

/*** FATHER'S DAY ***/
.theme_fathersday .header,
.theme_fathersday .main_nav ul li a,
.theme_fathersday .main_nav ul li a span {
background-image:url(/images/themes/fathersday.jpg);
}
.theme_fathersday .main_nav{
background-color:#0079A4;
}
.theme_fathersday .main_nav ul li a:hover{
color:#0079A4;
}

/*** JULY 4TH ***/
.theme_july4th .header,
.theme_july4th .main_nav ul li a,
.theme_july4th .main_nav ul li a span {
background-image:url(/images/themes/july4th.jpg);
}
.theme_july4th .main_nav{
background-color:#A40001;
}
.theme_july4th .main_nav ul li a:hover{
color:#A40001;
}

/*** BASTILLE DAY ***/
.theme_bastilleday .header,
.theme_bastilleday .main_nav ul li a,
.theme_bastilleday .main_nav ul li a span {
background-image:url(/images/themes/bastilleday.jpg);
}
.theme_bastilleday .main_nav{
background-color:#154b6e;
}
.theme_bastilleday .main_nav ul li a:hover{
color:#154b6e;
}

/*** Remembrance DAY ***/
.theme_poppy .header,
.theme_poppy .main_nav ul li a,
.theme_poppy .main_nav ul li a span {
background-image:url(/images/themes/poppy.jpg);
}
.theme_poppy .main_nav{
background-color:#8b9b2d;
}
.theme_poppy .main_nav ul li a:hover{
color:#8b9b2d;
}

/*** Children in Need ***/
.theme_childreninneed .header,
.theme_childreninneed .main_nav ul li a,
.theme_childreninneed .main_nav ul li a span {
background-image:url(/images/themes/childreninneed.jpg);
}
.theme_childreninneed .main_nav{
background-color:#d29b07;
}
.theme_childreninneed .main_nav ul li a:hover{
color:#d29b07;
}

/*** ST ANDREWS ***/
.theme_standrews .header,
.theme_standrews .main_nav ul li a,
.theme_standrews .main_nav ul li a span {
background-image:url(/images/themes/standrews.jpg);
}
.theme_standrews .main_nav{
background-color:#0f4773;
}
.theme_standrews .main_nav ul li a:hover{
color:#0f4773;
}

/*** XMAS ***/
.theme_xmas .header,
.theme_xmas .main_nav ul li a,
.theme_xmas .main_nav ul li a span {
background-image:url(/images/themes/xmas.jpg);
}
.theme_xmas .main_nav{
background-color:#193757;
}
.theme_xmas .main_nav ul li a:hover{
color:#193757;
}
