/* Rules for colour changes EXTERNAL */

	.lighttext{color:#9ad7f0;}

	h2, h4, .darktext{color:#1da3db;}
		
		#org_details h4{
		border-bottom-color:#1da3db;
		}
	
	h5, h6{color:#1a1716;}
	
	.colourlink, .colourlink a:link, .colourlink a:visited, #footer, #footer a:link, #footer a:visited{color:#1da3d8;}
	.colourlink a:hover, #footer a:hover{color:#1a1716;}
	.colourlink a:active, #footer a:active{color:#1da3d8;}
		
	
/* Rules for colour changes LAYOUT */

	#logo{
	background:url(../genaw/logo_blue.gif);
	}

	.box, .boxcorner, .boxcorner2{
	background-color:#9ad7f0;
	}
	
	.box_border,td,th{
	border-color:#9ad7f0;
	}
	
	.border_corner{
	background:url(../genaw/blue_corner.gif) no-repeat top right;
	}

	.search, .linkbox a, .linkbox a:link, .linkbox a:visited, #gallery_contain a.prev, #gallery_contain a.next{
	background-color:#1da3d8;
	}
				
	.linkbox a:hover, #gallery_contain a.prev:hover, #gallery_contain a.next:hover{
	color:#fff;
	background:#b0a8aa;
	}
	
	
/* Rules for colour changes GALLERY */

	.eventimgcornercover{
	background:url(../genaw/cornercover_blue.png) no-repeat top right;
	}
	
	.eventimgcornercovernew{
	background:url(../genaw/cornercover_blue.png) no-repeat;
	}


/* Rules for colour changes CHECKBOXES */

	.wheelchair_icon .checkbox{background:url(../genaw/checkboxes/blue/disability-checks.gif) no-repeat;}
	.hearing_icon .checkbox{background:url(../genaw/checkboxes/blue/hearing-checks.gif) no-repeat;}
	.visual_icon .checkbox{background:url(../genaw/checkboxes/blue/visual-checks.gif) no-repeat;}
	.learning_icon .checkbox{background:url(../genaw/checkboxes/blue/learning-checks.gif) no-repeat;}
	.english_icon .checkbox{background:url(../genaw/checkboxes/blue/english-checks.gif) no-repeat;}
	.transport_icon .checkbox{background:url(../genaw/checkboxes/blue/transport-checks.gif) no-repeat;}
	.eighteenplus_icon .checkbox{background:url(../genaw/checkboxes/blue/18plus-checks.gif) no-repeat;}
	.free_icon .checkbox{background:url(../genaw/checkboxes/blue/free-checks.gif) no-repeat;}
	.children_icon .checkbox{background:url(../genaw/checkboxes/blue/children-checks.gif) no-repeat;}

	
/* Rules for CAROUSEL Horizontal Buttons */
	.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 110px;
    right: 0px;
    width: 90px;
    height: 27px;
    cursor: pointer;
    background: transparent url(../genaw/gallery/nav/next_blue.gif) no-repeat 0 0;
	}

	.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -90px 0;
	}

	.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -90px 0;
	}

	.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
	.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
	.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -90px 0;
	}

	.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 110px;
    left: 0px;
    width: 90px;
    height: 27px;
    cursor: pointer;
    background: transparent url(../genaw/gallery/nav/prev_blue.gif) no-repeat 0 0;
	}

	.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -90px 0;
	}

	.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -90px 0;
	}

	.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
	.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
	.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -180px 0;
	}
	
	
/* Slider Buttons */
	#prevBtn a, #nextBtn a, #prevBtn2 a, #nextBtn2 a{  
	display:block;
	width:150px;
	height:28px;
	background:url(../genaw/blue_prev_but.gif) no-repeat 0 0;	
	}	
	#nextBtn a, #nextBtn2 a{ 
	background:url(../genaw/blue_next_but.gif) no-repeat 0 0;	
	}												
