/* 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: center;
				background-color: #D5EEFD;
				color: #000000;
				font-size: 0.8em;
				font-family: "Trebuchet MS", verdana, arial, "Times New Roman";
				margin: 0px;
}

/* style the top menu contained with in the header */
#topmenu
{
				padding-top: 50px;
				margin-left: 20px; 
}

/* style the container which holds the entire contents of the site. */
#pagecontainer 
{
				width: 854px;
				color: #000;
				background-color: #ffffff;
				margin-left: auto;
				margin-right: auto;
}


/* style the header section of the site */
#header
{		
				width: 854px;
				color: #000000;
				height: 77px;
				background-image: url(../images/header.jpg);
				background-repeat: no-repeat;
				text-align: left;
}

#headertextonly
{
				display: none;
}

/* style the content body section of the site */
#contentbody
{		
				width: 816px;
				color: #000000;
				background-image: url(../images/content_background.jpg);
				background-repeat: repeat-y;
				padding: 19px;
}


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


/* style the content body right hand column */
#contentrightcol
{
				width: 200px;
				float: right;
				text-align: left;
				background-color: #E6F4FE;
}


/* style the footer section of the site */
#footer
{		
				width: 854px;
				color: #666666;
				height: 46px;
				padding-top: 10px;
				background-image: url(../images/footer_background.jpg);
				background-repeat: no-repeat;
}

/* style the top menu contained with in the header */
#topmenu
{
				width: 500px;
				padding-top: 50px;
				padding-left: 20px; 
}

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

.insetitem
{	
				padding: 5px;
				margin-left: 5px;
				margin-bottom: 5px;
				width: 200px;
				background-color: #E6F4FE;
				float: right;
}

.errorbox
{	
				width: 570px;
				margin-top: 10px;
				background-image: url(../images/error_box_bg.jpg);
				background-repeat: no-repeat;
				padding: 10px;
				border: 2px solid #ff0000;
				margin-bottom: 10px;
}

.successbox
{	
				width: 570px;
				margin-top: 10px;
				background-image: url(../images/success_box_bg.jpg);
				background-repeat: no-repeat;
				padding: 10px;
				border: 1px solid #ccc;
				margin-bottom: 10px;
}
				
/* style images which are required to float on the right hand side of text */
img.rightimage
{
				float: right;
				margin: 5px 0px 5px 5px;
				padding: 0px;
				border: 2px solid #000;
}		


/* style images which are required to float on the left hand side of text */
img.leftimage
{
				float: left;
				margin-right: 10px;
				margin-bottom: 2px;
				padding: 0px;
				border: 2px solid #000;
}		



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


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

p.error
{
				color: #ff0000;
}




.boxbody
{
				width: 577px;
				padding-top: 2px;
				padding-bottom: 2px;
				padding-left: 10px;
				padding-right: 10px;
				background-color: #B8E2FC;
				color: #000;
				margin-bottom: 5px;
				background-image: url(../images/box_bg.jpg);
				background-repeat: no-repeat;
}

.listings
{
				width: 577px;
				padding-left: 5px;
				padding-right: 5px;
				margin-bottom: 5px;
				padding-bottom: 5px;
				padding-top: 0px;
				background-image: url(../images/mlc_lisitngs_box_bg.jpg);
				background-repeat: no-repeat;
				border: 1px solid #ccc;
}


/* style the menu items held in the right col */
#navcontainer 
{ 
				width: 200px; 
}

#navcontainer ul
{
				margin-left: 0;
				padding-left: 0;
				list-style-type: none;
				font-family: Arial, Helvetica, sans-serif;
}

#navcontainer li ul {
	padding-left: 15px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	}


#navcontainer a
{
				display: block;
				padding: 2px;
				width: 95%;
				background-color: #E6F4FE;
				border-bottom: 1px solid #B8E2FC;
}

#navcontainer a:link, #navlist a:visited
{
				color: #000000;
				text-decoration: none;
				padding-left: 5px;
}

#navcontainer a:hover
{
				background-color: #B8E2FC;
				color: #000000;
				padding-left: 5px;
}





/* 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: #B8E2FC;
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;
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;
}





.questionnaireform p{
clear: left;
margin: 0;
padding: 2px 0 8px 0;
padding-left: 0px; /*width of left column containing the label elements*/
}

.questionnaireform h3 {
font-size: 1em;
padding-top: 10px;
font-weight: bold;
}

hr.questionnaire {
	width: 600px;
	margin-top: 20px;
	margin-bottom: 20px;
}

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

.questionnaireform select{ /*width of text boxes. IE6 does not understand this attribute*/
margin-top: 5px;
margin-bottom: 5px;
}


.questionnairetextarea {
width: 595px;
height: 150px;
}

.questionnairesmalltextarea {
width: 200px;
height: 100px;
}

table.questionnairetable {
width: 600px;
border: 1px #000000 solid;
border-spacing: 0px;
border-collapse: collapse;
}

th.questionnairetable {
background-color: #E6F4FE;
min-width: 70px;
border: 1px #000000 solid;
border-spacing: 0px;
text-align: center;
font-weight: bold;
padding: 3px;
vertical-align: top;
}

td.questionnairetable {
min-width: 70px;
border: 1px #000000 solid;
border-spacing: 0px;
text-align: center;
padding: 3px;
}

table.abouttable {
width: 600px;
border: 1px #000000 solid;
border-spacing: 0px;
border-collapse: collapse;
}

th.abouttable {
background-color: #E6F4FE;
min-width: 70px;
border: 1px #000000 solid;
border-spacing: 0px;
text-align: left;
font-weight: bold;
padding: 3px;
vertical-align: top;
}

td.abouttable {
min-width: 70px;
border: 1px #000000 solid;
border-spacing: 0px;
text-align: left;
padding: 3px;
}

p.questionnairesmallheadertext {
font-size: 11px;
font-weight: normal;
}











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