﻿@media screen{	
body{
		margin: 3px;
	}

	#editor {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 100%;
		font-weight: normal;
	}

	h2 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		display: inline;
		font-size: 1em;
	}

	h3 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		display: inline;
		font-size: .9em;
	}
	
	h4 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		display: inline;
		font-size: .9em;
	}

	.sys_container {
		width: 768px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		margin:0;
		padding:0;
		white-space: normal;
		font-size:90%;
		background:white;	
	}
	INPUT {
		font-size:.9em; 
		font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	SELECT {
		font-size:.9em; 
		font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	TABLE {
		font-size:.9em;
	}

	/*HEADER STYLES*/
	.sys_header_container{
		color: white;
		width: 768px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		background: #071e6d;
		background-image: url(http://www.falkirk.gov.uk/SiteElements/images/shield.jpg);
		background-position: top left;
		background-repeat:no-repeat;
	}
	.sys_header_top {
		text-align: right;
		padding-top: 7px;
		padding-bottom: 2px;
	}

	html>body .sys_header_top{ /*Mozilla Fix */
		padding-right: 4px;
	}
	
	.sys_link_small, .sys_link_small ul, .sys_link_small li{ /*Style for the links in the top of the header */
		display: inline;
		font-size: 0.8em;
		margin: 1px 0 1px 0;
		padding: 0;
	}

	/*List styles for the top of the header */
	.sys_link_small li IMG { 
		padding-right:4px
	}

	.sys_link_small li {
		border-right: 1px solid #3f4876;
		padding-right: 3px;
		padding-top: 5px;
		padding-left: 18px;
		background:url("http://www.falkirk.gov.uk/SiteElements/images/icons/bullettop.gif") no-repeat 5px 8px;
	}
	.sys_link_small a:link {
		font-weight: normal;
		color: white;
		text-decoration: none;
	}
	.sys_link_small a:active {
		font-weight: normal;
		color: white;
		text-decoration: none;
	}
	.sys_link_small a:visited {
		font-weight: normal;
		color: white;
		text-decoration: none;
	}
	.sys_link_small a:hover {
		font-weight: normal;
		color: white;
		text-decoration: underline;
	}

	.sys_header_middle_container {
		margin-left: 61px; /*Stops the background in this div overlapping the logo image */
		background-image: url(http://www.falkirk.gov.uk/SiteElements/images/header_bg.jpg);
		height: 72px;
	}
	.sys_header_middle_right{
		margin-top: -30px;
		padding-right: 10px;
		width:auto;
		text-align: right;
		font-size:.7em;
	}
	.sys_header_bottom_container{
		margin-left: 5px;
		border-top: 1px solid #071e6d;
		background: #071e6d;
		background-image: url("http://www.falkirk.gov.uk/SiteElements/images/header_verticalgradient.jpg");
		background-repeat: repeat-x;
		height: 29px;
		font-size: .9em;
		font-weight: bold;
	}
	.sys_header_bottom_left{
		float: left;
		height: 12px;
		padding: 8px 1px 8px 0; 
		border-right: 1px solid #56b9f8;
	}
	div.sys_header_bottom_right {
		clear: none;
	}


	div.sys_header_bottom_right LABEL {
		margin-left: 34px;
		padding-top: 10px;
		line-height: 30px;
	}

	span.sys_header_bottom_right {
		float: right;
		/* padding-top: 2px; Removed temporarily */
		margin-top: -26px; /* temp until control changed */
		padding-right: 5px;
		font-weight: normal;
		display: block;	
	}
	html>body span.sys_header_bottom_right {

	}
	/* List styles for the main navbar in the header */

	#sys_nav_main, #sys_nav_main ul, #sys_nav_main li {
		display: inline;
		margin: 0;
		padding: 0;
		font-size: .95em;
	}
	#sys_nav_main li{
		padding: 8px 10px 6px 10px;
		border-left: 1px solid #43b3f5;
		border-right: 1px solid #0d6dd4;
		background-image: url(http://www.falkirk.gov.uk/SiteElements/images/header_verticalgradient.jpg);
		background-repeat: repeat-x;
	}
	#sys_nav_main a:link {
		text-decoration: none;
		color: white;
	}
	#sys_nav_main a:active {
		text-decoration: none;
		color: white;
	}
	#sys_nav_main a:visited {
		text-decoration: none;
		color: white;
	}
	#sys_nav_main a:hover {
		text-decoration: underline;
		color: white;
	}
	/* End main navbar styles */
	.sys_header_bottom_right #txtSearch {
		display: inline;
		font-weight: normal;
		width:120px;
	}	
	.sys_header_bottom_right #butSearch{
		color: #FFFFFF;
		font-weight: bold;
		border: 0;
		background-color: transparent;
		padding: 0 5px 0;
		cursor:hand;
	}	
	/*MAIN CONTENT STYLE    */
	/*Overall Link Styles   */
	a:link {
		text-decoration: none;
		color: #0b2ea2;
	}	
	a:visited {
		text-decoration: none;
		color: #0b2ea2;
	}	
	a:hover	{
		text-decoration: underline;
		color: #0b2ea2;
	}	
	/*Column Dimensions for 3 Column Layout */
	.sys_left_col {
		float: left;
		display:block;
		width: 175px;
		padding-top: 11px;
		padding-bottom: 10px;
	}	
	.sys_breadcrumbs_wide {
		font-size:.85em; 
		width:750px; 
		padding:10px 0 0 16px;
	}
	.sys_right_col {
		width: 175px;
		display:block;
		float: right;
		overflow:hidden;
		font-size:.85em;
	}
	.sys_centre_col {
		width: 375px; float:left;
	}
	#sys_navmenu {
		border: 1px solid black;
		width: 175px;
		margin: 0;
	}
	/*Column Headers, only centre and right are needed */
	.sys_centre_col_header {
		width: 375px;
		clear: none;
		margin: 4px 0 0 15px;
		padding-bottom:3px;
		border-bottom: 1px solid black;
		font-size: 1em;
	}
	.sys_centre_col_header_wide {
		margin: 4px 0 0 15px; padding-bottom:3px; clear: none; font-size: 1em; width: 572px; border-bottom: black 1px solid;
	}
	.sys_print_this_page {float:right;font-weight:bold;}
	.sys_print_this_page IMG {padding-right: 5px; padding-left: 5px;}
	
	html>body .sys_centre_col_header {
		width: 374px;
	}
	
	.sys_right_col_header {
		width: 175px;
		margin: 0;
		border-bottom: 1px solid black;
		float: right;
		padding: 8px 0 5px 0;
		background:white;
		font-weight:bold;
	}
	
	.sys_right_col_header img {
		padding: 0 5px 0 5px;
	}
	
	.sys_right_col_header2 {
		width: 175px;
		margin: 0;
		border-bottom: 1px solid white;
		float: right;
		padding: 8px 0 5px 0;
		background:white;
		font-weight:bold;
	}
	.sys_right_col_header2 img {
		padding: 0 5px 0 5px;
	}
	
	/*Div for centre column content */
	.sys_centre_col_content {
		width: 385px;
		MARGIN: 0 0 10px 15px;
		padding: 9px 5px 0 0;
		clear: none;
line-height: 1.4em;
	}
	
	.sys_centre_col li {
		margin-bottom: 5px;
	}
	
	
	.sys_centre_col_content_wide {
		width: 572px;
		MARGIN: 0 0 10px 15px;
		padding: 9px 0;
		clear: none;
line-height: 1.4em;
	}
	/*divs for the centre column box */
	.sys_centre_col_content_wrapper {
		width: 383px;
		float: left;
		margin: 0;
		padding: 0;
	}
	.sys_centre_col_content_left {
		float: left;
		width: 200px;
		padding: 32px 12px 40px 10px;
		border: 1px solid #011576;
		font-weight: bold;
	}
	html>body .sys_centre_col_content_left { /*mozilla fix */
		width: 177px;
		padding: 27px 10px 28px 9px;
	}
	
	.sys_centre_col_content_right {
		width: 176px;
		padding: 0;
		float: left;
	}
	.sys_header_light_blue {
		background-image: url(http://www.falkirk.gov.uk/SiteElements/images/3col_gradient_footer.jpg);
		background-repeat: repeat-y;
		background-color: #0353af;
		border: 1px solid #2a5182;
		color: white;
		font-size: 1em;
		margin: -2px -1px 0;
		padding: 4px;
	}
	html>body .sys_header_light_blue { /* mozilla fix */
		margin: 0;
	}
	/*Item boxes in the right hand column */
	.sys_right_col_content {
		padding: 10px 0;
		float: right;
		position: relative;
	}
	
	.sys_right_col_item_box {
		border: 1px solid #011576;
		margin-bottom: 7px;
	}
	
	#sys_heading {
		margin: 8px 0 0 0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 1.2em;
		padding: 0;
		color: #011a7b;
	}
	.sys_header_blue {
		background-color: #011576;
		font-weight: bold;
		color: white;
		margin: 0;
		padding: 5px 0 5px 5px;
		clear: none;
		width: auto;
	}
	.sys_bold {
		font-weight: bold;
	}
	/*Styles for print this page link */
	a.sys_static:link { 
		color: black;
		text-decoration: underline;
	}
	a.sys_static:active {
		color: black;
		text-decoration: underline;
	}
	a.sys_static:hover {
		color: black;
		text-decoration: underline;
	}
	a.sys_static:visited {
		color: black;
		text-decoration: underline;
	}
	/*End print this page styles */
	
	/*contact us list styles */
	.sys_contact_us {
		line-height:1.5em;
		width:100%;
	}
	.sys_contact_us ul {margin:0;padding:0;}
	.sys_contact_us li {
		list-style-type: none;
		padding-bottom:7px;
		margin:0 0 0 5px;
	}
	
	#sys_post {
		background-image: url(http://www.falkirk.gov.uk/SiteElements/images/icons/ico_post.gif);
		background-repeat: no-repeat;
		background-position: 0 .4em;
		padding-left: 2em;
	}
	
	#sys_post p{
		margin:0;
	}
	
	#sys_fax{
		background-image: url(http://www.falkirk.gov.uk/SiteElements/images/icons/fax-icon.jpg);
		background-repeat: no-repeat;
		background-position: 0 .4em;
		padding-left: 2em;
	}
	
	#sys_phone {
		background-image: url(http://www.falkirk.gov.uk/SiteElements/images/icons/ico_phone.gif);
		background-repeat: no-repeat;
		background-position: 0 .4em;
		padding-left: 2em;
	}
	#sys_email {
		background-image:url(http://www.falkirk.gov.uk/SiteElements/images/icons/ico_email.gif);
		background-repeat: no-repeat;
		background-position: 0 .4em;
		padding-left: 2em;
	}
	
	/*    END OF MAIN CONTENT STYLE    */
	
	/*    FOOTER STYLES    */
	.sys_footer_container {
		float: left;
		width: 768px;
		background: #011576;
		padding-top: 6px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		position: relative;
	}
	.sys_footer {
		background-image:url(http://www.falkirk.gov.uk/SiteElements/images/footer_gradient.jpg);
		background-repeat: repeat-x;
		color: white;
		width: 759px;
		float: left;
		clear:both;
	}
	.sys_footer_list {
		font-size: .75em;
		margin: 0;
		padding: 5px 0 5px 9px;
	}
	.sys_footer_list li{
		display: inline;
		padding-right: 5px;
	padding-left: 18px;
		background:url("http://www.falkirk.gov.uk/SiteElements/images/icons/footer_bullet.gif") no-repeat 5px;
	}
	.sys_footer_list img {
		padding-right: 4px;
	}
	.sys_footer_list a:link {
		text-decoration: none;
		color: white;
	}
	.sys_footer_list a:active {
		text-decoration: none;
		color: white;
	}
	.sys_footer_list a:visited {
		text-decoration: none;
		color: white;
	}
	.sys_footer_list a:hover {
		text-decoration: underline;
		color: white;
	}
	
	.sys_footer_text_list {
		margin: 0;
		padding: 3px 7px 7px 0;
	}
	.sys_footer_text_list ul, .sys_footer_text_list li {
		display: inline;
		margin: 0;
		padding: 0;
	}
	.sys_footer_text_list li{
		border-right: 1px solid black;
		padding-right: 10px;
		padding-left: 10px;
	}
	.sys_footer_bottom {
		background-color: white;
		width:768px;
		float: left;
		position: relative;
	}
	
	.sys_footer_left {
		width: auto;
		padding: 0 0 1px 0;
		float: left;
		background-color: #FFFFFF;
		font-size: .75em;
		position: relative;
	}
	.sys_footer_right {
		width: auto;
		padding: 3px 0 7px 18px;
		float: right;
		text-align: right;
		background-color: #FFFFFF;
		font-size: .75em;
		position: relative;
	}
	
	/*    END OF FOOTER STYLES    */
	.no_border {
		border: 0;
	}
	.no_left_padding {
		padding-left: 0;
	}
	
	/*    HOME PAGE LAYOUT     */
	
	
	/* Layout Styles */
	
	/* MAIN HOMEPAGE IMAGE  */
	
	.sys_ImagePlaceholder {
	background-image: url(http://www.falkirk.gov.uk/SiteElements/images/homepage/town_centre.jpg);
		margin-top:3px;	
		width: 768px;
		height: 98px;
		padding-bottom: 3px;
		background-repeat:no-repeat;
	}
	
	/*   END OF MAIN HOMEPAGE IMAGE  */
	
	.sys_row_wrapper {
		width: 768px;
		float: left;
		margin: 0;
		padding: 0 0 10px 0;
	}
	.sys_homepage_left_col {
		width:382px;
		float:left;
		margin:0;
		padding:0;
	}
	.sys_homepage_right_col {
		width: 382px;
		float: right;
		margin:0;
		padding:0;
	}
	
	.sys_homepage_right_col UL{
		list-style-type: none;
		padding:0;
		margin:0;
		font-size:85%;
	}
	.sys_homepage_right_col UL li{
		background-image: url("http://www.falkirk.gov.uk/SiteElements/images/icons/bullet_whitebg_arrow.jpg");
		background-repeat: no-repeat;
		background-position: left .4em;
		margin: 4px 0 0 8px;
		padding: 0 0 0 20px;
	}
	html>body .sys_homepage_right_col UL li {
		background-position: left .1em;
	}
	.sys_header_blue {
		padding-top: 3px;
		padding-bottom: 3px;
		padding-left: 5px;
		background: #043a7d;
		line-height: 17px;
		color: #FFFFFF;
	}
	.sys_header_red {
		padding-top: 4px;
		padding-bottom: 5px;
		padding-left: 5px;
		background-image:url(http://www.falkirk.gov.uk/SiteElements/images/homepage/red_gradient.jpg);
		color: #FFFFFF;
	}
	
	/*Quick link lists*/
	.sys_quick_links_list {}
	.sys_quick_link_list UL {
		padding:0; margin:0; list-style-type:none;
	}
	
	.sys_list_left {
		float:left;
		width:190px;
		margin:4px 0 0 0;
	}
	.sys_list_right {
		float:right;
		width:190px;
		margin:4px 0 0 0;
	}
	
	.sys_quick_links_list {margin:0;padding:0;}
	
	.sys_quick_links_list LI {
		background-position: 0 .3em; padding-left: 1.5em; background-image: url(http://www.falkirk.gov.uk/SiteElements/images/icons/bullet_redbg_arrow.jpg); padding-bottom: 0.2em; margin: 4px 0 0 10px; background-repeat: no-repeat; list-style-type: none;
	}
	/*End quick links divs*/
	
	/*Feature boxes area*/
	.sys_item_box_left {
		width: 185px;
		float: left;
		border: 1px solid #011576;
	}
	.sys_item_box_right {
		width: 185px;
		float: right;
		border: 1px solid #011576;
	}
	
	.sys_item_box_right p,.sys_item_box_right ul,.sys_item_box_right img, .sys_item_box_left p,.sys_item_box_left ul,.sys_item_box_left img {margin:0; padding: 5px; font-size:85%;}
	
	.sys_item_box_right li,.sys_item_box_left li  {padding:0 0 0 18px; margin-top:3px;margin-left:4px;}
	
	.sys_background_grey {
		padding: 5px;
		background: #fff url("http://www.falkirk.gov.uk/SiteElements/images/greyWhiteGradient.gif") bottom repeat-x;
		margin: 5px;
		border:1px solid #ccd0e4;
	}
	
	
	/*Job vacancies*/
	#jobvacancies {height:136px; background:#fff url("http://www.falkirk.gov.uk/SiteElements/images/homepage/jobvacanciesBg.gif") right bottom no-repeat;}
	html>body #jobvacancies {height:auto; min-height:136px;}
	
	.sys_job_vacancies_list ul{
		list-style-type: none;
	}	
	.sys_job_vacancies_list li{
		list-style-type: none;
		background-image: url(http://www.falkirk.gov.uk/SiteElements/images/icons/bullet_whitebg_arrow.jpg);
		background-repeat: no-repeat;
		background-position: 0 .3em;
	}		
	html>body .sys_job_vacancies_list li{
		background-position: 0 0.15em;
	}
	#onlineservices {height:136px; background:#fff url("http://www.falkirk.gov.uk/Images/homepage/online_services_cloud.jpg") right 20px no-repeat;}
	html>body #onlineservices {height:auto;min-height:136px;}
	
	#wheretofindus {
		height:136px;
		background:url("http://www.falkirk.gov.uk/SiteElements/images/homepage/wheretofindusBg.gif") 100px 10px no-repeat;
	}
	html>body #wheretofindus {height:auto;min-height:136px;}
	#wheretofindus SELECT {width:163px;}
	
	#localinformation {height:136px;background:url("http://www.falkirk.gov.uk/SiteElements/images/homepage/localinfoBg.gif") right bottom no-repeat;}
	html>body #localinformation{height:auto; min-height:136px;}
	#localinformation .sys_postcodefield {width:123px;}
	

	/*right col styles */
	.sys_whats_new_item_left {
		float: left; 
/* was 200 */
		width: 350px;
		padding-top: 5px;
margin-bottom: 5px;
	}

.sys_whats_new_item_left h3{
padding: 2px;
margin: 0px;
display: block;
}

.sys_whats_new_item_left p{
padding: 2px;
margin: 0px;


}
	.sys_whats_new_item_right {
display: none;
		float: right; 
/* was 100 */
		width: 1px;
		/* padding-top: 5px; */
	}
	
	/* Whats on list */
	
	.sys_whats_on_list UL{
		list-style-type: none;
		padding:0;
		margin:0;
		font-size:90%;
	}
	.sys_whats_on_list UL LI{
		background-image: url("http://www.falkirk.gov.uk/SiteElements/images/icons/bullet_whitebg_arrow.jpg");
		background-repeat: no-repeat;
		background-position: left .4em;
		margin: 4px 0 0 8px;
		padding: 0 0 0 20px;
	}
	html>body .sys_whats_on_list UL LI {
		background-position: left .3em;
	}
	/* End Whats on List */
	
	#sys_quick_links {
		background-image:url(http://www.falkirk.gov.uk/SiteElements/images/homepage/red_arrow.jpg);
		background-position: right;
		background-repeat: no-repeat;
	}
	.sys_whats_on_right {
		width: 150px;
		height:145px;
		float: right;
		background-image: url(http://www.falkirk.gov.uk/SiteElements/images/homepage/whatson_background.jpg);
		background-position: right;
		background-repeat: no-repeat;
		padding-top: 16px;
		padding-right: 2px;
		padding-bottom: 30px;
	}
	
	#sys_submit_postcode {
		background-color: #fc3d32;
		padding: 2px;
		color: white;
		font-size: .75em;
		border: 1px solid black;
		font-weight: bold;
	}
	.sys_whats_on_left {
		float:left;
		padding-top: 2px;
		width: 230px;
	}
	
	.sys_whats_on_right {
		height: auto;
	}
	.sys_whats_on_right_small {
		font-size:80%;
		width: 125px;
		padding: 5px 0 0 5px;
		border: 1px solid white;
		background: #011576 url("http://www.falkirk.gov.uk/SiteElements/images/homepage/whatsOnButtonBg.gif") right top no-repeat; 
		color: #FFF; 
		float: left;
		overflow: visible;
	}
	.sys_whats_on_right_small A:link,.sys_whats_on_right_small A:hover,.sys_whats_on_right_small A:visited {color:#fff;}
	.sys_whats_on_right_small p {
		background: #011576;
	}
	/*    END OF HOME PAGE LAYOUT     */
	
	/*    MAIN MENU FUNCTIONALITY     */
	.sys_menu div{
		border-bottom: 1px solid #dee0ed;
	}
	.sys_menu A {
		COLOR: #0b2ea2;
		background-color: transparent; 
		display:block;
		padding: 8px 25px 8px 15px;
		width:135px;
		font-size:.85em;
		font-weight:bold;
	}
	.sys_menu A:Hover {
		background: #2793f5; 
		color: #FFFFFF;
		text-decoration: none;
	}
	.sys_menu .sys_home {
		background: url("http://www.falkirk.gov.uk/SiteElements/images/icons/menu_homepage_icon.gif") 155px no-repeat;
	}
	.sys_menu .sys_home A:Hover {
		background: #011576 url("http://www.falkirk.gov.uk/SiteElements/images/icons/menu_homepage_icon.gif") 155px no-repeat;
		color: #ffffff;
		text-decoration: underline;
	}
	.sys_menu .sys_current_item A {
		background: #e9eff3 url("http://www.falkirk.gov.uk/SiteElements/images/icons/menu_arrow_grey.gif") 4px no-repeat; color: #0b2ea2;
	}
	.sys_menu .sys_current_item A:Hover {
		background-color: #e9eff3 /*url("http://cms.falkirkonline.net/cms_files/Falkirk%20Council%20Website/SiteElements/images/icons/menu_arrow_grey.gif") 4px no-repeat*/; color: #0b2ea2; text-decoration: underline;
	}
	.sys_menu .sys_current_folder A {
		background:  #011576 url("http://www.falkirk.gov.uk/SiteElements/images/icons/menu_arrow_red.gif") no-repeat 155px; 
		color: #ffffff;
	}
	.sys_menu .sys_current_folder A:Hover {
		background: #011576 url("http://www.falkirk.gov.uk/SiteElements/images/icons/menu_arrow_gif.gif") no-repeat 155px; color: #FFFFFF;text-decoration: underline;border: 0;
	}
	.sys_menu .sys_parent_folder A {
		background: #011576 url("http://www.falkirk.gov.uk/SiteElements/images/icons/menu_arrow_red.gif") 155px no-repeat;
		color: #ffffff;
	}
	.sys_menu .sys_parent_folder A:Hover {
		background: #011576 url("http://www.falkirk.gov.uk/SiteElements/images/icons/menu_arrow_gif.gif") 155px no-repeat; text-decoration: underline;
	}
	.sys_homelink {
		DISPLAY: block; 
		FONT-WEIGHT: bold; 
		WIDTH: 100%; COLOR: #022ca5; 
		BACKGROUND-COLOR: transparent; 
		TEXT-DECORATION: none
	}
	.sys_homelink A {
		DISPLAY: block; 
		FONT-WEIGHT: bold; 
		PADDING-BOTTOM: 7px; 
		WIDTH: 100%; 
		COLOR: #0000cc; 
		LINE-HEIGHT: normal; 
		PADDING-TOP: 7px; HEIGHT: 13px; 
		BACKGROUND-COLOR: transparent; 
		TEXT-DECORATION: none
	}
	.sys_homelink A:hover {
		DISPLAY: block; 
		PADDING-LEFT: 10px; 
		FONT-WEIGHT: bold; 
		MARGIN-LEFT: -10px; 
		WIDTH: 100%; 
		COLOR: #ffffff; 
		LINE-HEIGHT: normal; 
		BACKGROUND-COLOR: #339900; 
		TEXT-DECORATION: none
	}
	.sys_homelink1 {
		DISPLAY: block; 
		FONT-WEIGHT: bold; 
		WIDTH: 100%; 
		COLOR: #ffffff; 
		LINE-HEIGHT: normal; 
		HEIGHT: 27px; 
		BACKGROUND-COLOR: #339900; 
		TEXT-DECORATION: none
	}
	
	.sys_homelink1 A {
		DISPLAY: block; 
		FONT-WEIGHT: bold; 
		PADDING-BOTTOM: 7px; 
		WIDTH: 100%; 
		COLOR: #ffffff; 
		LINE-HEIGHT: normal; 
		PADDING-TOP: 7px; 
		HEIGHT: 13px; 
		BACKGROUND-COLOR: #339900; 
		TEXT-DECORATION: none
	}
	.sys_homelink1 A:hover {
		DISPLAY: block; 
		PADDING-LEFT: 10px; 
		FONT-WEIGHT: bold; 
		MARGIN-LEFT: -10px; 
		WIDTH: 100%; COLOR: #000; 
		LINE-HEIGHT: normal; 
		BACKGROUND-COLOR: transparent; 
		TEXT-DECORATION: none
	}
	.sys_homelink_float {
		FLOAT: left
	}
	.sys_homelink_float_padding {
		PADDING-LEFT: 3px; 
		FLOAT: left
	}
	.borderless {
		BORDER: 0; 
	}
	DIV.hr {
		PADDING: 0; 
		DISPLAY: none; 
		BACKGROUND: url(http://www.falkirk.gov.uk/SiteElements/images/icons/menu_hr.gif) repeat-x;  
		MARGIN: 0;  
		HEIGHT: 1px
	}
	DIV.hr HR {
		DISPLAY: none
	}
	/*    END OF MAIN MENU FUNCTIONALITY     */
	/* Miscellaneous Styles */
	#exclamation {
		background-image:url("http://www.falkirk.gov.uk/SiteElements/images/icons/ico_exclamation.gif");
		background-repeat: no-repeat;
		background-position: right;
		padding-right: 5px;	
	}
	#sys_bluebackground {
	background-color: #b6e8ff;
	}
	/*Styles for the print this page link */
	a.sys_static:link { 
		color: black;
		text-decoration: underline;
	}
	a.sys_static:active {
		color: black;
		text-decoration: underline;
	}
	a.sys_static:hover {
		color: black;
		text-decoration: underline;
	}
	a.sys_static:visited {
		color: black;
		text-decoration: underline;
	}
	/*End print this page styles */
	
	/*Documents List Style */
	div.sys_documents_list{
		margin-bottom: 7px;
	}
	.sys_documents_list ul{
		list-style-type: none;
		padding: 0;
		margin: 0;		
	}
	.sys_documents_list li{
		list-style-type: none;
		background-image: url("http://www.falkirk.gov.uk/SiteElements/images/icons/ico_documents.gif");
		background-repeat: no-repeat;
		background-position: 5px top;
		padding: 0 0 0 25px;
		margin: 8px 0 8px 0;
	}
	/*End documents list style */
	
	/*   Related Pages Style  */
	.sys_related_pages div {
		margin-bottom: 7px;
	}
	.sys_related_pages_list ul{
		list-style-type: none;
		padding: 0;
		margin: 0;		
	}
	.sys_related_pages_list li{
		list-style-type: none;
		background-image: url("http://www.falkirk.gov.uk/SiteElements/images/icons/bullet_clear_arrow.gif");
		background-repeat: no-repeat;
		background-position: 2px top;
		padding: 0 0 0 25px;
		margin: 8px 0 8px 0;
	}
	/*   End Related Pages Style  */
	/*   Forms List Style  */
	.sys_forms_list div {
		margin-bottom: 7px;
	}
	.sys_forms_list ul{
		list-style-type: none;
		padding: 0;
		margin: 0;		
	}
	.sys_forms_list li{
		list-style-type: none;
		background-image: url("http://www.falkirk.gov.uk/SiteElements/images/icons/ico_forms.gif");
		background-repeat: no-repeat;
		background-position: 5px top;
		padding: 0 0 0 25px;
		margin: 8px 0 8px 0;
	}
	/*   End Forms List Style  */
	/*   Feature Box Styles   */
	.sys_mini_featurewithimage .sys_imageright .sys_picture {
		float: right; 
		margin-left:5px;
	}
	.sys_mini_featurewithimage .sys_imageleft .sys_picture {
		float: left; 	
		margin-right:5px;
	}
	.sys_mini_featurewithimagenb .sys_imageleft .sys_picture {
		float: left; 	
		width: 175px;
		margin-right:5px;
	}
	
	.sys_mini_featurewithimagenb .sys_imageright .sys_picture {
		float: right; 	
		width: 175px;
		margin-left:5px;
	}
	
	.sys_caption {
		padding: 5px;
		font-size: 88%;
		background-image: url("http://www.falkirk.gov.uk/SiteElements/images/3col_gradient_footer.jpg");
		background-repeat: repeat-y;
		color: white;
		border-top: 1px solid white;
	}
	/*   End Feature Box Styles */
	/* End Miscellaneous Styles */
	


/* Table decor */
	.sys_centre_col_content table {
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-collapse: collapase;
	margin-bottom: 10px;
	}
	
	.sys_centre_col_content table caption{
	background-color: #eee;
	padding: 2px; 
	}
	
	.sys_centre_col_content table th{
	background-color: #ccc;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 3px;
	}
	
	.sys_centre_col_content td{
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 3px;
	}
	
	.sys_centre_col_content tr{
	border-left: 1px solid #eee;
	}
	
	
	.sys_centre_col_content td div{
	padding: 2px 3px 2px 8px;
	}
	
	/* End Table Decor */


/* Table decor wide */
	.sys_centre_col_content_wide table {
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-collapse: collapase;
	margin-bottom: 10px;
	}
	
	.sys_centre_col_content_wide table caption{
	background-color: #eee;
	padding: 2px; 
	}
	
	.sys_centre_col_content_wide table th{
	background-color: #ccc;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 3px;
	}
	
	.sys_centre_col_content_wide td{
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 3px;
	}
	
	.sys_centre_col_content_wide tr{
	border-left: 1px solid #eee;
	}
	
	
	.sys_centre_col_content_wide td div{
	padding: 2px 3px 2px 8px;
	}
	
	/* End Table Decor */
	
	/* Results - Data Listings */
	.sys_search_fullpath {font-size: .9em; width: 550px; word-break: break-all;}
	html>body .sys_search_fullpath {font-size: .9em; width: 550px;overflow:hidden;}
	
	/* List styles */
	.sys_abc{
	list-style-type:lower-alpha;
	}
	
	/* Whats on Dates */
	.dates li{
	display: inline;
	margin-right: 15px;
	float: left;
	
	}
	
	.dates{
	padding-bottom: 100px;
	display: inline;
	}
	
	fieldset{
	margin-bottom: 20px;
	border-top: 1px solid #ccc;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	padding-bottom: 5px;
	}
	
	legend{
	font-weight: bold;
	color: #011576;
	}
	
	.sys_postcode{
	border: 1px solid #eee;
	padding: 3px;
	background-color: #011576;
	color: #fff;
	font-size: 1.9em;
	}
	
	/*A to Z styles*/
	.sys_atoz{width:100%;}
	.sys_atozUnselected{width: 3.5%; height:20px; font-weight:bold; font-size:100%; margin: 1px; float:left; display:inline; background-color:#071e6d; color: #FFF; text-align:center;}
	.sys_atozUnselected A {color:white;}
	.sys_atozUnselected A:visited {color:white;}
	.sys_atozUnselected A:hover {text-decoration:underline; color:white;}
	.sys_atozSelected{width: 3.5%; height:20px; font-weight:bold; font-size:100%; margin: 1px; float:left; display:inline; background-color:#2492f4; color: #FFFFFF; text-align:center;}
	.sys_atozDisabled{width: 3.5%; height:20px; font-weight:bold; font-size:100%; margin: 1px; float:left; display:inline; background-color:#E6EAF3; color: #CCC; text-align:center;}
	
	
	.related{
	border-top: 1px solid #eee;
	padding-top: 5px;
	}
	
	.related .title{
	font-weight: bold;
	margin-top: 10px;
	}
	
	.related img{
	margin-right: 10px;
	}
	
	.related .content{
	padding-left: 30px;
	padding-bottom: 10px;
	margin: 0px;
	border-bottom: 1px solid #eee;
	}
	
	
	/* Advanced Search styles (EMS) */
	
	#system_searchContainer
	{
		clear: none;
		width: 99%;
		overflow: hidden;
	}
	
	.SearchEMS
	{
		display: inline;
	}
	
	.SearchEMS .DataLink
	{
		border-collapse: collapse;
		background-color: Transparent;
		border: none;
		text-decoration: none;
		cursor: pointer;
		padding: 0px;
		margin: 0px;
		color: Blue;
		text-indent: 0px;
	}
	.SearchEMS .DataLinkOver
	{
		border-collapse: collapse;
		background-color: Transparent;
		border: none;
		text-decoration: underline;
		cursor: pointer;
		padding: 0px;
		margin: 0px;
		color: Blue;
		text-indent: 0px;
	}
	
	.SearchEMS .Advanced
	{
		float: left;
		width: 80%;
	}
	
	.SearchEMS .Advanced DIV
	{
		clear: both;
		width: 100%;
	}
	
	.SearchEMS .AdvancedHelp
	{
		clear: both;
		font-style: italic; 
		font-size: small;
		padding: 3px;
		margin: 10px 0 10px 0;
		border: 2px solid #2793f5;
	}
	.SearchEMS .Simple 
	{
	}
	
	.SearchEMS .Ordering 
	{
	}
	
	.SearchEMS .DocTypes
	{
		border: 1px solid black;
		margin-left : 8px;
		margin-right : 8px;
		margin-top : 16px;
		margin-bottom : 16px;
		padding: 4px;
		vertical-align: middle;
	}
	
	.SearchEMS .AlsoTry
	{	
		font-weight: bold;
		margin-bottom: 8px;
		margin-top: 8px;
	}
	
	.SearchEMS .DidYouMean
	{
		font-weight: bold;
		margin-bottom: 8px;
	}
	
	.SearchEMS .ResultHeader
	{
		background-color: steelblue;
		color: white;
		font-weight: bold;
		margin-top: 8px;
		padding: 4px;
	}
	
	.SearchEMS .ResultsBySite
	{
		display:inline;
	}
	
	.SearchEMS .ResultsBySiteTitle
	{
		font-weight: bold;
	}
	
	.SearchEMS .Result
	{
		float: left;
	}
	
	.SearchEMS .ResultAlt
	{
		background-color: ghostwhite;
		float: left;
	}
	
	.SearchEMS .ResultContainer
	{
		float: left;
	}
	
	.SearchEMS .ResultImage
	{
		Float: Right;
		Padding: 8px;
	}
	
	.SearchEMS .ResultLink
	{
		clear: both;
	}
	
	.SearchEMS .ResultText
	{
		clear: both;
	}
	
	.SearchEMS .ResultWWW
	{
		clear: both;
		font-style: italic; 
		font-size: smaller;
	}
	
	.PageSearch{}
	.PageSearch Input
	{
		font-size: 80%;
		margin-left: 5px;
		margin-top: -5px;
		}
	.PageSearch .SearchButton {
		background-color: #3430F7;
		color: white;
		font-weight:bold;
		font-size: 90%;
		width: 25px;
		border: 1px solid #7A87E7;
		padding:0 0 0 0;
	}
	
	.system_contentstyle2 li{
	margin-top: 7px;
	}
	
	.imagespaces{
	padding-bottom: 20px;
	}
	
	/* NO FLUFF TABLES */
	#nofluff{
	border: 0px;
	}
	
	#nofluff table{
	border: 0px;
	}
	
	#nofluff td{
	border: 0px;
	}
	
	#nofluff tr{
	border: 0px;
	}
	
	#buildings{
	font-weight: bold;
	display: block;
	background-color: #eee;
	margin-top: 20px;
	}

.sys_newsheader{
display: block; 
width:278px; 
padding: 5px 0px 5px 5px; 
background-color:#043a7d; 
color: #fff;
}

.sys_newsheader2{
display: block; 
width:257px; 
padding: 5px 0px 5px 5px; 
background-color:#043a7d; 
color: #fff;
}

.sys_mainarticle{
border-bottom: 1px solid #eee; 
padding-bottom: 10px;
}

#sys_newscol1{
border-right: 1px solid #eee; 
width: 265px; 
float: left; 
display: block; 
padding-right: 8px; 
padding-top:5px
}

#sys_newscol2{
width: 280px; 
padding-left: 10px; 
float: left; 
padding-top: 5px;
}

#F1_btlabel, #F2_lblpostcode{
font-size: 9px;
color: #333;
}

#sys_falkirkcouncil{
display:none;
}

.fcnews{
margin:0px 0px 0px 120px; 
padding: 0px 0px 10px 0px;
}

.fcnews li{
margin:0px;
}

.fccateg{
margin-bottom: 10px;
border-bottom: 1px solid #eee;
height: 100px;
}
}
