/* Stylesheet for Long Crendon Parish Council - R Williams, Oxford IT Solutions   15:07 02 November 2008 */


/* style the main body of the page */
body
{
			    text-align: left;
				background-color: #fff;
				color: #000000;
				font-size: 0.8em;
				font-family: "Trebuchet MS", verdana, arial, "Times New Roman";
				margin: 0px;
}


/* style the header section of the site */
#header, img, #contentrightcol, .insetitem
{		
				display: none;
}

#headertextonly
{
				padding: 20px;
				color: #000;
}

/* style the content body section of the site */
#contentbody
{		
				padding: 19px;
}




/* style the content body left hand column */
#contentleftcol
{
				text-align: left;
}




/* style the footer section of the site */
#footer
{		
				color: #000;
				padding: 10px;
}

.item
{	
				padding-top: 2px;
				padding-left: 5px;
				padding-right: 5px;
				padding-bottom: 2px;
				background-color: #fff;
				border-bottom: 2px solid #000;
}




.errorbox
{	
				width: 570px;
				margin-top: 10px;
				padding: 10px;
				border: 2px solid #000;
				margin-bottom: 10px;
}

.successbox
{	
				width: 570px;
				margin-top: 10px;
				padding: 10px;
				border: 1px solid #000;
				margin-bottom: 10px;
}
				




/* style top level headings */
h1		
{
				font-size: 1.8em;
				margin: 0px;
				padding: 0px;
				color: #000;
				font-weight: bold;
}


/* style sub level headings */
h2	
{
				font-size: 1.3em;
				margin-top: 10px;
				padding: 0px;
				font-weight: bold;
}

p.error
{
				font-weight: bold;
}




.boxbody
{
				width: 577px;
				padding-top: 2px;
				padding-bottom: 2px;
				padding-left: 10px;
				padding-right: 10px;
				background-color: #fff;
				color: #000;
				margin-bottom: 5px;
}

.listings
{
				width: 577px;
				padding-left: 5px;
				padding-right: 5px;
				margin-bottom: 5px;
				padding-bottom: 5px;
				padding-top: 0px;
				border: 1px solid #fff;
}




/* style non main menu links */
a:link, a:visited, a:active
{
				color: #000000;
				text-decoration: underline;
				font-weight: bold;
}

a:hover
{
				background-color: #B8E2FC;
				color: #000000;
				font-weight: bold;
				text-decoration: underline;
}



/* Style the forms */
.lcpcform p{
width: 450px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
}

.lcpcform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.lcpcform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.lcpcform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}





table.listings { 
width: 100%;
background-color: #fff;
border: 1px #000 solid;
border-collapse: collapse;
border-spacing: 0px; 
}

td.listingsheading
{ 
background-color: #000;
color: #fff; 
border: 0px;
text-align: left;
border-bottom: 1px solid #000;
border-left: 1px solid #fff;
padding-left: 10px;
padding-right: 10px;
height: 20px;
font-weight: bold;
}

td
{ 
background-color: #fff;
color: #000; 
border: 0px;
text-align: left;
border-bottom: 1px solid #000;
border-left: 1px solid #000;
padding-left: 10px;
padding-right: 10px;
height: 20px;
}

















/* produce a clear line after the two floating cols to keep the contentbody background and border. */
.clearer
{
				clear: both;
}
