/****************************************************************/
/* CoInS V6 stylesheet                                           					*/
/* When amending this the following CSS files also have to be    		*/
/* amended:                                                      					*/
/*                                                               						*/
/*      global-m.css                                             					*/
/*      global.l.css                                             						*/
/*                                                               						*/
/* To style for a new council find & replace the follwing two    		*/
/* colours:                                                      						*/
/*                                                               						*/
/* 	Main background color: #EEEEEE                           			*/
/* 	Main border color: #CCCCCC                               				*/
/*                                                               						*/
/* V1.1 PG 01/06/2005                                            					*/
/* V1.1 PG 15/06/2005 - Added classes for showing overdue tables 		*/
/*                      for "My Actions"                         					*/
/*                                                               						*/
/* V1.2 PG 16/06/2005 - Added class for resizing form items      		*/
/*                      class name is .submit                    					*/
/****************************************************************/

body {
	background: url("images/png/SLC_shadow.png") repeat-y scroll center center #F0F0F0;
	font-size: 62.5%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	
	line-height:1.5;
margin:0;
padding:0;



/* Anite original code font-family replaced as requested by Liz Reid Depute Design Team Leader CCPA */
/* To meet South Lanarkshire Council Corporate Standards */
/* Lynn Kelly BS Corporate 28/10/08 */
/* Start Anite original code */
	/* font-family: Arial, Helvetica, sans-serif; */
	 
/* End Anite original code */

	
}

a {
	text-decoration: underline;
	color: #039;
	font-weight: bold;	
}

a:link {
	color: #036;
}

a:visited {
	color: #999;
}

a:hover {
	text-decoration: none;
	background-color: #9CF;
}

img {
	border: 0px;
}

table {
	color: #000000;
font-size: 1.2em;
}

h1, h2, h3, h4, h5 {
	color: #000;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
	padding-left: 0px;
}

h4 img {
	vertical-align: middle;
}

h5 {
	font-size: 10px;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	margin-left: 0px;
	padding: 3px;
	letter-spacing: 1px;
	font-weight: bold;
}

p {
	border: 0;
	padding: 0;
	line-height: 15px;
}

.error {
	color: #ff0000;
}

p.bold {
	font-weight: bold;
}

hr {
	color: #CCCCCC;
}

pre {
	font-size: 10px;
}

.submit { 
	font-size: 9px; 
	color: #000000; 
	font-weight: normal;
}

.textbox {
	font-size: 12px;
}





/*styles added 19/11  */

/*

	Database search results table class

*/



table.results, table.resultsNew {

	width: 95%;

	border: 1px solid #CCCCCC;

}



table.results {

	border-collapse:collapse;

}



tr.resultsHeader {

	background: #ddd url(../images/gif/resultsHeader.gif) repeat-x 0px 0px;

	font-weight: bold;

	font-size: 12px;

	color: #000000;	

	margin: 0px;

	height: 30px;

}

	tr.resultsHeader td {

		padding: 2px;

		border-right: 1px solid #CCC;

	}



tr.resultsHeader a {

	color: #000000;	

	text-decoration: none;

}



tr.resultsHeader a:hover {

	text-decoration: underline;

}



/*

	Member details page formatting

*/



table.memberDetails {

	border: 1px solid #ccc;

	border-collapse:collapse;

	margin-bottom: 30px;

	margin-left: 20px;

	vertical-align: top;

}



table.memberDetailsInfo {

	width: 100%;

	margin: 10px;

	border-collapse:collapse;

}



table.memberDetailsContact {

	width: 100%;	

}



table.documentSearch {

	width: 80%;

	border: 1px solid #ccc;

	padding: 10px;

}



th.contactDetailsHeader {

	background: #f2f2f2;

	border: 1px solid #ccc;	

	padding: 10px;

}



td.memberImage img {

	padding: 5px;

	border: 3px solid #f2f2f2;

}



td.memberLinks {

	background-color: #f2f2f2;

	border-right: 1px solid #CCCCCC;

	border-bottom: 1px solid #CCCCCC;

	padding: 5px;

}



/*

	Table styling for actions

*/



table.action {

	border-top: 1px solid #CCCCCC;

	border-bottom: 1px solid #CCCCCC;

	border-right: 1px solid #CCCCCC;

}



table.overdueaction {

	border-top: 1px solid #ff0000;

	border-bottom: 1px solid #a42323;

	border-right: 1px solid #a42323;

}



td.overdueheader {

	background-color: #a42323;

	font-weight: bold;

	font-size: 10px;

	border-left: 1px solid #a42323;

	border-bottom: 1px solid #a42323;	

	padding: 3px;

}



td.overduelabel {

	width: 100px;

	font-weight: bold;

	text-align: right;

	background-color: #EEEEEE;

	border-right: 1px solid #a42323;		

	border-left: 1px solid #a42323;	

}



td.overduesubmit {

	border-top: 1px solid #a42323;

	border-left: 1px solid #a42323;	

	padding: 3px;

	text-align: right;

}



table.table100 {

	width: 100%;

}



table.table90 {

	width: 90%;

}



td.valignTop  {

	vertical-align: top;

}



td.valignMiddle  {

	vertical-align:middle

}



td.valignBottom  {

	vertical-align: bottom;

}



/* Seperate table styles for the agenda page */

table.agendaItems {

	border: 1px solid #ccc;

	border-top: none;

	width: 100%;

	margin-bottom: 20px;

}



table.agendaItems th.item, table.agendaItems th.number {

	height: 30px;

	padding: 5px;

	background: #f2f2f2 url(../images/gif/resultsHeader.gif) repeat-x 0px 0px;			

}



table.agendaItems th.number {

	border-right: 1px solid #ccc;

	width: 10%;	

}



table.agendaItems td.valignTop {

	vertical-align: top;

	border-right: 1px solid #ccc;	

}



table.agendaItems .tr0 {

	background-color: #ffffff;

	padding: 3px;

	padding-bottom: 5px;

	padding-top: 5px;	

}



table.agendaItems .tr1 {

	background-color: #eeeeee;

}



table.agendaItems td {

	padding: 3px;

	padding-bottom: 5px;

	padding-top: 5px;

	border-top: 1px solid #ccc;

}


/*

	Default Table styles

*/



table.defaultTable, table.default {

	width: 65%;

	border: 1px solid #ccc;

	border-top: none;

	margin-bottom: 30px;

	margin-left: 20px;

}



table.defaultInnerTable {

	width: 95%;

	margin: 10px;

}



th.defaultHeader {

	background: #f2f2f2 url(../images/gif/resultsHeader.gif) repeat-x 0px 0px;

	border-bottom: 1px solid #ccc;

	border-top: 1px solid #ccc;

	border-right: 1px solid #ccc;

	padding: 10px;

}



td.defaultLabel {

	width: 33%;

	background-color:#f2f2f2;

	font-weight: bold;

	padding: 5px;

	text-align: right;

	vertical-align: top;

}



td.outline {

	border: 1px solid #f2f2f2;

	padding: 5px;

}



td.td0 {

	background-color: #ffffff;

	padding: 3px;

	padding-bottom: 5px;

	padding-top: 5px;

	border-right: 1px solid #CCC;

	border-top: 1px solid #CCC;

}



td.td1 {

	background-color: #eeeeee;

	padding: 3px;

	padding-bottom: 5px;

	padding-top: 5px;	

	border-right: 1px solid #CCC;

	border-top: 1px solid #CCC;

}



td.label {

	background-color: #EDEDEF;

	border-right: 1px solid #999999;		

	border-left: 1px solid #999999;

	width: 15%;

	font-weight: bold;

	text-align: right;

}



td pre {

	font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;

	font-size: 12px;

}



/* end of styles added 19/11/2010 by vitha  */


/* - Table classes - */

table.calendar {
	border: 1px solid #CCCCCC;
	width: 95%;
	margin-bottom: 20px;
}

	table.calendar td {
		border: 1px solid #CCCCCC;
	}

table.results {
	width: 95%;
	border: 1px solid #CCCCCC;
}

table.member {
	border: 1px solid #CCCCCC;
}



/*

	Member details page formatting

*/



table.memberDetails {

	border: 1px solid #ccc;

	border-collapse:collapse;

	margin-bottom: 30px;

	margin-left: 20px;

	vertical-align: top;

}



table.memberDetailsInfo {

	width: 100%;

	margin: 10px;

	border-collapse:collapse;

}



table.memberDetailsContact {

	width: 100%;	

}

th.contactDetailsHeader {

	background: #f2f2f2;

	border: 1px solid #ccc;	

	padding: 10px;

}


/*

	Default Table styles

*/



table.defaultTable, table.default {

	width: 65%;

	border: 1px solid #ccc;

	border-top: none;

	margin-bottom: 30px;

	margin-left: 20px;

}



table.defaultInnerTable {

	width: 95%;

	margin: 10px;

}



th.defaultHeader {

	background: #f2f2f2 url(../images/gif/resultsHeader.gif) repeat-x 0px 0px;

	border-bottom: 1px solid #ccc;

	border-top: 1px solid #ccc;

	border-right: 1px solid #ccc;

	padding: 10px;

}



td.defaultLabel {

	width: 33%;

	background-color:#f2f2f2;

	font-weight: bold;

	padding: 5px;

	text-align: right;

	vertical-align: top;

}


table.contact {
	width: 100%;
}

	table.contact td.contactDetails {
		font-weight: bold;
		
	}

table.action {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

table.overdueaction {
	border-top: 1px solid #ff0000;
	border-bottom: 1px solid #a42323;
	border-right: 1px solid #a42323;
}

/* - tr classes - */

tr.header {
	background-color: #CCC;
	font-weight: bold;
}

tr.resultsHeader {
	background-color: #CCC;
	font-weight: bold;
	font-size: 12px;
	color: #000000;	
	padding: 3px;
}

tr.resultsHeader a {
	color: #000000;	
	text-decoration: none;
}

tr.resultsHeader a:hover {
	text-decoration: underline;
}

tr.memberHeader {
	font-weight: bold;
}

tr.calendar {
	height: 100px;
}

/* - td Row classes - */

td.td0 {
	padding: 3px;
	background-color: #CCF;
}

td.td1 {
	padding: 3px;
	background-color: #DDF;
}

td.header {
	font-weight: bold;
	font-size: 14px;
}

td.memberLinks {
	background-color: #CCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;	
	padding: 5px;
}

td.memberResults {
	vertical-align: top;
}
.table90
{
width: 820px;
}
td pre {

/* Anite original code font-family replaced as requested by Liz Reid Depute Design Team Leader CCPA */
/* To meet South Lanarkshire COuncil Corporate Standards */
/* Lynn Kelly BS Corporate 28/10/08 */
/* Start Anite original code */
	/* font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif; */
	
/* End Anite original code */

	font-size: 12px;
}

td.label {
	width: 15%;
	font-weight: bold;
	text-align: right;
	background-color: #EEEEEE;
	border-right: 1px solid #CCCCCC;		
	border-left: 1px solid #CCCCCC;	
}

td.member {
	width: 15%;
	font-weight: bold;
	text-align: right;
	background-color: #FFFFFF;
	/*border-right: 1px solid #CCCCCC;*/
}

td.rst {
	padding: 3px;
	font-weight: normal;	
}

td.header {
	background-color: #EEEEEE;
	font-weight: bold;
	font-size: 10px;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;	
	padding: 3px;
}

td.submit {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;	
	padding: 3px;
	text-align: right;
}

td.overdueheader {
	background-color: #a42323;
	font-weight: bold;
	font-size: 10px;
	border-left: 1px solid #a42323;
	border-bottom: 1px solid #a42323;	
	padding: 3px;
}

td.overduelabel {
	width: 100px;
	font-weight: bold;
	text-align: right;
	background-color: #EEEEEE;
	border-right: 1px solid #a42323;		
	border-left: 1px solid #a42323;	
}

td.overduesubmit {
	border-top: 1px solid #a42323;
	border-left: 1px solid #a42323;	
	padding: 3px;
	text-align: right;
}

td.day {
	width: 13%;
	font-weight: bold;
}

/* - Container Layer - */

#container {

        width:960px !important;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
	width: 100%;
	height: auto;
	/*  background: #fff url(images/gif/containerBackground.gif) repeat-y left;
	margin: 0px;
	margin-bottom: 20px; */
}

/* - Banner Layer - */

/* Anite original code replaced as requested by Liz Reid Depute Design Team Leader CCPA */
/* Two conflicting heights and the left padding is not required */
/* Lynn Kelly BS Corporate 28/10/08 */
/* Start Anite original code */
	/* #banner { background: #9CF url(images/gif/logo.gif); background-repeat: no-repeat; background-position: right; */
	/* height: 80px; padding: 0px; padding-left: 10px; voice-family: "\"}\""; voice-family: inherit; height: 81px; } */
/* End Anite original code */



div#mast {
	width: 100%;
	height: 100px;
	position: relative;
	background: #ccc url(images/png/header-bg.png);
	overflow:hidden;
}
#mast address {
	position: absolute;
	top: 0;
	right: 0;
	background: #878786;
	color: #fff;
	height: 25px;
	font-style: normal;
font-size: 1.2em;
	font-weight: 700;
	border-radius : 10px;
	-moz-border-radius-bottomleft: 10px; /* Mozilla */
	-webkit-border-top-bottom-radius : 10px; /* Webkit */
	padding: 0 10px 0 10px;
}



ul#skip {
	display: none;
}
div#mast div#logo {
	display: block;
	height: 88px;
	width: 138px;
	margin-left: 10px;
	position: absolute;
	top: 10px;
}
#logo h1 {
	text-indent: -999px;
	background: url(images/png/slc-logo.png);
	display: block;
	height: 88px;
	width: 138px;
}




#banner {
	background: url(images/png/header-bg.png);
	background-repeat: no-repeat; 
	background-position: right;		
	height: 80px;
	padding: 0px;
	padding-left: 10px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 81px;
}

	html>body #banner {
		height: 80px;
	}
	
	#banner p {
		color: #777777;
		margin: 0px;
		padding: 0px;
		padding-top: 5px;
	}

/* - Menu Layer - */


/* Anite original code replaced as requested by Liz Reid Depute Design Team Leader CCPA */
/* Two conflicting heights and grey top and bottom border unnecessary */
/* Lynn Kelly BS Corporate 28/10/08 */
/* Start Anite original code */
	/* #menu { background: #036; text-align: right; padding-right: 10px; height: 27px; */
	/* border-top: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; voice-family: "\"}\""; */
	/* voice-family: inherit; height: 25px;	} */
/* End Anite original code */

#menu {
	background: #036;
	text-align: right;
	padding-right: 10px;
	height: 27px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 25px;	
}

	html>body #menu {
		height: 25px;	
	}

	#menu p {
		margin: 0px;
		padding: 0px;
		padding-top: 2px;
		padding-left: 10px;
		color: #ffffff;
	}

/* - Left Layer - */

#left {
	float: left;
	left: 0px;
	top: 76px;
	width: 175px;
	height: auto;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	voice-family: "\"}\"";
	voice-family: inherit;
	top: 77px;
}

	html>body #left {
		top: 77px;
	}

	#left p {
		padding: 0px;
		padding-left: 10px;
		line-height: 12px;
	}

	#left input {
		margin: 0px;
		margin-left: 20px;
	}

	#left fieldset {
		background-color: #fff;
		border: 1px solid #CCCCCC;
		width: 130px;
		margin:0px;
		margin-left: 15px;
		margin-bottom: 5px;
	}

	#left fieldset legend {
		color: #000000;
		font-size: 12px;
		font-weight: bold;
		letter-spacing: 1px;
		margin-bottom: 5px;
	}

/* - Content Layer - */

#content {
	margin-left: 174px;
	margin-right: 0px;
	padding: 0px;
	padding-right: 10px;
	padding-left: 10px;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 176px;
	margin-right: 0px;
}

	html>body #content {
		margin-left: 176px;
		margin-right: 0px;	
	}

	#content p {
		margin: 0px;
		padding: 0px;
		padding-bottom: 2px;
		padding-left: 0px;
font-size: 1.3em;
	}

	#content form {
		margin: 0px;	
		margin-top: 10px;
		margin-bottom: 10px;
		padding-left: 5px;
	}

	#content fieldset.login {
		width: 350px;
		border: 1px solid #CCCCCC;
		padding-left: 10px;
	}

	#content fieldset.login legend {
		color: #000000;
		font-size: 12px;
		font-weight: bold;
		letter-spacing: 1px;
	}

/* - Footer Layer - */


#footer {
	background: #ccc;
	height: 35px;
	width: 960px;
	
	margin-top: 10px;
	clear: both;
}
.footerlinks {
	background:#dadada;
	color: #565656;
	padding: 10px;
	border: 1px #9c9d9d solid;
	font-size: 1.3em;
}



.footerlinks a:link, .footerlinks a:visited {
	color: #565656;
	text-decoration:none;
	border-bottom: 1px dotted #565656;
}
.footerlinks a:hover {
	border-bottom: none;
}
.footerlinks span {
	padding: 0 10px 0 10px;
}



/* old styles removed 14/10/10  

#footer {
	clear: both;
	background: #EEEEEE;
	height: 30px;
	border: none;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 0px;
	padding-right: 10px;
	margin: 0px;
	text-align: right;
}

	#footer p {
		margin: 0px;
		padding: 0px;
		padding-top: 3px;
	}

	#footer img {
		margin: 0px;
		padding: 0px;
		padding-top: 2px;
		padding-left: 5px;
	} */

/* - Copyright Layer - */

#copyright {
	text-align: center;
	color: #aaaaaa;
}

	#copyright a {
		color: #999999;
		font-size: 10px;
		text-decoration: none;
		letter-spacing: 1px;
	}

/* - Actions menu - */

ul.actions {
	padding: 0px;
	font-size: 10px;
	margin: 0px;
}

ul.actions li {
	margin: 0px;
	margin-bottom: 10px;	
	margin-left: 20px;
	padding: 0px;
	list-style-image: url(images/gif/tri.gif);
}

ul.actions li a {
	text-decoration: none;
}

ul.actions li a:hover {
	color: #ff0000;
}

.help {
	color: #999999;
	font-weight: bold;
	margin: 5px;
	padding-left: 10px;
	padding-top: 10px;
	border: 1px solid #999999;
	border-left: 5px solid #999999;
	background: #eeeeee;
}

/* Main mavigation menu styles */

#mainNav ul {
	list-style: none;
	background-color: #fff;
	width: 168px;
	margin: 0px;
	padding-left: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#mainNav li {
	
/* Anite original code font-family replaced as requested by Liz Reid Depute Design Team Leader CCPA */
/* To meet South Lanarkshire COuncil Corporate Standards */
/* Lynn Kelly BS Corporate 28/10/08 */
/* Start Anite original code */
	/* font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; */
	font-family: font-family: Verdana, Arial, Helvetica, sans-serif;
/* End Anite original code */

	font-size: 12px;
	padding-left: 20px;

	/* Start Removing back-ground images i.e. icons for left menu bar options */
	/* Lynn Kelly BS Corporate 27/10/08 */
	/* 	background-image: url(../../images/gif/folder.gif);	*/
	/* End Removing back-ground images */

	background-repeat: no-repeat;	
	background-position: 0 0;	
}

/* Start Removing back-ground images i.e. icons for left menu bar options */
/* Lynn Kelly BS Corporate 27/10/08 */

/*
#mainNav li.home {
	background-image: url(../../images/png/frontpage.png);
}

#mainNav li.security {
	background-image: url(../../images/png/security.png);
}

#mainNav li.calendar {
	background-image: url(../../images/png/calendar.png);
}

#mainNav li.search {
	background-image: url(../../images/png/search.png);
}

#mainNav li.user {
	background-image: url(../../images/png/user.png);
}

#mainNav li.body {
	background-image: url(../../images/png/body.png);
}

#mainNav li.document {
	background-image: url(../../images/png/pdf_button.png);
}

#mainNav li.submit {
	background-image: url(../../images/png/submit.png);
}

#mainNav li.summary {
	background-image: url(../../images/png/summary.png);
}

#mainNav li.watched {
	background-image: url(../../images/png/watched.png);
}
*/
/* End Removing back-ground images i.e. icons for left menu bar options */


#mainNav li ul {
	display: none;
}

#mainNav li a {
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 3px;
	color: #039;
}

#mainNav li a:hover {
	color: #0099CC;
	background-color: #eee;
}

#mainNav li:hover ul, #mainNav li.over ul {
	display: block;
}

#mainNav ul.sub {
	width: 220px;
	background-color: #fff;
	position: absolute;
	border: 1px solid #ccc;
	border-left: 5px solid #ccc;	
	left: 160px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	left: 165px;
}

html>body #mainNav ul.sub {
	left: 651px;
}

#mainNav li.over {
	display: block;
	margin: 0px;
	width: 145px;
	padding-bottom: 0px;
}

/* Set position of sub-menus */

#Representatives {
	top: 195px;
}

#Bodies {
	top: 220px;
}

#Documents {
	top: 240px;
}

#Search {
	top: 269px;
}
