* {
  padding:0;
  border:0;
  margin:0;
}

body {
  margin:auto;
  width:750px;                                     /* RM */
  font-family:Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif; /* RM */
  font-size: 12px;                                /* RM */
}

/* CSS to control Footer */

html, body {
height: 100%;
}
.wrapper {
position: relative;
min-height: 99.5%;                          /* RM */
height: auto; 
border:1px solid black;                     /* RM */
border-bottom:1px;                         /* RM */
}
html>body #wrapper {
height: auto;
}
.maincontent {
padding: 0px;
padding-bottom: 80px;
}
.footer {
position: absolute;
bottom: 0;
padding: 5px;                     /* RM */
font-size: x-small;
}
.footermicrolink {
  font-size: x-small;

}
/* END: CSS to control Footer */

/* Default styles */
h1 {
  font-size:1.2em;          /* RM  */
  font-weight:bold;
  margin-top: 20px;        /* RM  */
  margin-bottom: 20px;  /* RM */
}

h2 {
margin-top:30px;
font-size:1.1em;            /* RM */
}

ul {
 list-style:none;
 padding: 0;
 margin: 0;
 margin-left: 1em;
}

a {
font-weight:bold;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

input {
  border:1px solid #a1c3c2; /* light blue */
}

textarea {
  border:1px solid #a1c3c2; /* light blue */
}

select {
  background-color: #a1c3c2; /* light blue */
  color: #000000;	     /* black */ 
}

form label {
	margin: 0 15px 0 0;
}

form span.required {
	color: red;
	margin-left:-10px;
	position:absolute;
}

form button {
  background-color:#c0c0bf;
  border:1px solid black;
  color:black;
  text-decoration:none;
}


/* END: Default styles */

/* Menu styles */
.menulink {
 color:black;
 font-weight:normal;
 text-decoration:underline;
 margin-left:5px;
 margin-right:5px;
}

/* General layout styles */
.container {
  margin:auto;
}

.separator {
  clear:both;
}

.spacer {
  margin-top:3px;
  clear:both;
}

.doublespacer {
  margin-top:6px;
  clear:both;
}

.lineseparator {
  margin-top: 3px;
  border-top:1px solid black;
  text-align:center;
}
.centred {
  text-align:center;
}

.rightalign {
  float:right;
}

.leftalign {
  float:left;
}

/* RM addition */
.microlink {
  float:right;
  font-size: x-small;
}


/* END: General layout styles */

/* Organisation header styles */
.orgheaderlogo {
  float:left;
  margin-left:6px;
  margin-right:0px;                /* RM: to take account of the &nbsp; which the org details start with */
  margin-bottom:6px;
  margin-top:6px;
  width:150px;
  height:100px;

}

.orgheader {
  float:left;
  margin-bottom:5px;
  margin-top:5px;
  padding-bottom:5px;
  border-bottom:1px solid black;
}

.orgheader2 {
  margin-bottom:5px;
  margin-top:5px;
  padding-bottom:5px;
}
/* END: Organisation header styles */

/* Add/Update Organisation styles */
.orglogo {
  margin-left:20px;
  margin-right:20px;
  margin-top:20px;
  float:left;
  text-align:center;
}

.orgform {
  float:left;
  margin:auto;
  width:500px;
}

.orgformcontainer {
}

/* Also used for Set Storage Allowance & Terms */
.orgform2cols {
  margin:auto;
  width:700px;
}
/* END: Add/Update Organisation styles */

/* Search entry styles */
.titlehighlight {
  font-weight:bold;
}

.searchform {
  width:600px;
  margin:auto;
}

.searchbutton {
  margin-left:20px;
  padding-bottom: 1.5px;
  padding-top: 1.5px;
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.leadingsearchbutton {
  padding-bottom: 1.5px;
  padding-top: 1.5px;
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.fullwidth {
  width:100%;
}

/* END: Search entry styles */

/* Search Results styles */
.searchagain {
right:20px;
position:absolute;
}

.searchhighlight {
   font-weight:bold;
}

.submitbutton {
 margin-left:20px;
  padding-bottom: 1.5px;
  padding-top: 1.5px;
  padding-left: 1.5px;
  padding-right: 1.5px;
}

/* Search Results & General form button styles */
.button, .searchagain {
  background-color:#d9d9d9;
  border:1px solid #6989a9;
  color:black;
  text-decoration:none;
  padding:4px;
}

.button:hover, .searchagain:hover {
  background-color:#d9d9d9;     /* #d9d9d9  light grey, dark grey #c0c0bf*/
  text-decoration:none;
}

/* END: Search Results & General form button styles */

/* Search results/recent talks styles */

.resultshead {
  margin-top:20px;
  font-weight:bold;
}

.results {
  padding-top:10px;     /* RM:  was 20px */
}

.results a {
  color:#6989a9;	           /* dull light blue */
  font-weight:normal;
  text-decoration:none;
}

.results a:hover{
  text-decoration:underline;
}

.imgexplanation {
  margin-left:50px;
}
  
/* END: Search results/recent talks styles */

.termsbox {
  margin:5px 0 5px 0;
  padding:5px;
  border:1px solid black;
  overflow:auto;
  height:300px;
  width:600px;
}


/* Miscellaneous styles */

.year {
 float:none;
 margin-bottom:2px;
}

.asterisk {
	color: red;
}

/* END: Miscellaneous styles */


/* Styles for various messages, information, etc */
.instruction {
  color:#585050;  /* extra dark grey */
}

.boldinstruction {
  color:#585050;  /* extra dark grey */
  font-weight:bold;
}

.warning {
   color:#e89c25;  /* dark orange */
}

.welcomemessage {
  margin-top:10px;
  margin-bottom:30px;   /* RM */
  color:#b12020;  /* dull red */
  font-weight:bold;
  font-size:1.1em;            /* RM */
  text-align:center;         /* RM */
}

.errormessage {
  color:red;
}

.information {
   color:#b12020;  /* dull red */
  font-weight:bold;
}

.boldinformation {
   color:#b12020;  /* dull red */
  font-weight:bold;
  float:left;
  width:500px;
}

.italinformation {
  color:#b12020;  /* dull red */
  font-weight:normal;
  font-style: italic;
  float:left;
  width:500px;
}

/* END: Styles for various messages, information, etc */


/* Control Panel Styles */

.admincpanelcontainer {
  margin:auto;
  width:600px;

}

.cpanelcontainer {
  margin:auto;
  width:700px;
}

.admincpanelform {
  float:left;
  margin-bottom:5px;
  height:30px;
}

.admincpanelform form {
  width:300px;
  float:left;
}

.cpanelform {
  float:left;
  margin-bottom:20px;
  height:40px;
}

.cpanelform form {
  width:300px;
  float:left;
}

.cpaneltext {
  margin-left:20px;
  float:left;
}

.cpbutton {
  margin-left:20px;
  width:200px;
  overflow:visible;
}

/* END: Control Panel Styles */


/* Add/Update Talks styles */
.talkform {
  margin:auto;
  width:600px;
}

/* END: Add/Update Talks styles */

/* Bible book styles */

.booklabel {
  margin: 0;
}

/* END: Bible book styles */

/* Column Styles */

div.row{
	clear: both;
	margin: 5px 0 0 0;
	display:block;

}

.fileprogress {
  color:green;
  font-weight:bold;  
}

/* USED FOR GENERIC COLUMNS */
.col1{float: left; width: 150px; text-align: left;}
.col2{float: left; width: 110px; text-align: left;}
.col3{float: left; width: 100px; text-align: right;}
.col4{float: left; width: 110px; text-align: left;}
.col5{float: left; width: 100px; text-align: right;}
.col6{float: left; width: 110px; text-align: left;}

/* USED FOR ODD SIZED COLS FOR CITY, STATE, ZIP */
.col2b{float: left; width: 280px; text-align: left;} 
.col3b{float: left; width: 50px; text-align: left;}
.col4b{float: left; width: 200px; text-align: left;}
.col3c{float: left; width: 200px; text-align: left;}
/* sub-site columns */
.colss1{float: left; width: 45px; text-align: left;}
.colss2{float: left; width: 180px; text-align: left;}




/* USED FOR STATISTICS */
.statcol1{float: left; width: 200px; text-align: left;}
.statcol2{float: left; width: 200px; text-align: left;}

.dlcol1{float: left; width: 275px; text-align: left;}
.dlcol2{float: left; width: 150px; text-align: left;}                 /* orig. 180px */
.dlcol3{float: left; width: 125px; text-align: left;}                 /* orig. 180px */
.dlcol4{float: left; width: 125px; text-align: left;}                 /* orig. 220px */

.dlcolu1{float: left; width: 275px; text-align: left;text-decoration:underline}
.dlcolu2{float: left; width: 150px; text-align: left;text-decoration:underline}
.dlcolu3{float: left; width: 125px; text-align: left;text-decoration:underline}
.dlcolu4{float: left; width: 125px; text-align: left;text-decoration:underline}

/* USED FOR LIST OF ORGANISATIONS */
.orgcol1{float: left; width: 275px; text-align: left;}
.orgcol2{float: left; width: 350px; text-align: left;}             /* orig. 150px */
.orgcol3{float: left; width: 125px; text-align: left;}             /* orig. 150px */
.orgcol4{float: left; width: 100px; text-align: left;}             /* orig. 150px */

.orgcolu1{float: left; width: 275px; text-align: left;text-decoration:underline}             /* orig. 150px */
.orgcolu2{float: left; width: 350px; text-align: left;text-decoration:underline}             /* orig. 150px */
.orgcolu3{float: left; width: 125px; text-align: left;text-decoration:underline}             /* orig. 150px */
.orgcolu4{float: left; width: 100px; text-align: left;text-decoration:underline}             /* orig. 150px */

/* USED FOR LIST OF TALKS */
.listcol1{float: left; width: 200px; text-align: left;}
.listcol2{float: left; width: 100px; text-align: left;}
.listcol3{float: left; width: 150px; text-align: left;}
.listcol4{float: left; width: 100px; text-align: left;}
.listcol5{float: left; width: 150px; text-align: left;}

.listcolu1{float: left; width: 200px; text-align: left;text-decoration:underline}
.listcolu2{float: left; width: 100px; text-align: left;text-decoration:underline}
.listcolu3{float: left; width: 150px; text-align: left;text-decoration:underline}
.listcolu4{float: left; width: 100px; text-align: left;text-decoration:underline}
.listcolu5{float: left; width: 150px; text-align: left;text-decoration:underline}

/* USED FOR CONTACT FORM */
.mailcol1{float: left; width: 100px; text-align: left;}
.mailcol2{float: left; width: 100px; text-align: left;}

/* END: Column Styles */
