/***********************************************/
/* content.css                                 */
/***********************************************/
.meeting {width:98%;
    margin:auto;
    font-size:10px;
    border:1px 1px 1px 1px solid #000000;
    border-collapse: collapse;
    }

.meeting th {font-weight:bold;
    color:#000000;
    vertical-align:top; text-align:center; }
 
.meeting tr {
    color:#000099;
    vertical-align:top; text-align:left;
    border:1px solid #000000; }
 
.meeting tr:hover {
    color:#000099;
    border:1px solid #000000;
    background: #ccccff; } 
  
.meeting td {
    color:#000099;
    vertical-align:middle; text-align:left; }



.dean {width:98%;
    margin:auto;
    font-size:10px;
    border:1px 1px 1px 1px solid #000000;
    border-collapse: collapse }

.dean th {font-weight:bold;
    color:#000000;
    vertical-align:top; text-align:center; }
 
.dean tr {
    color:#000099;
    vertical-align:top; text-align:left;
    border:1px solid #000000; }
 
.dean tr:hover {
    color:#000099;
    border:1px solid #000000;
    background: #ccccff; } 
  
.dean td {
    color:#000099;
    vertical-align:middle; text-align:left; }


.admin {width:98%;
    margin:auto;
    font-size:12px;
    border:1px 1px 1px 1px solid #000000;
    border-collapse: collapse;
     }

.admin th {font-weight:bold;
    color:#000000;
    vertical-align:top; text-align:center; }
 
.admin tr {
	height: 25px;
    color:#000099;
    vertical-align:top; text-align:left;
    border:1px solid #000000; }
 
.admin tr:hover {
    color:#000099;
    border:1px solid #000000;
    background: #ccccff; } 
  
.admin td {
    color:#000099;
    vertical-align:middle; text-align:left; }
    

#txtwrapper {
	width:98%;
}

#prevquicktitle {
	padding: 0px 0px 0px 0px;
	border-style: solid;
	border-width: 0px;
}

#prevquicktitle {
	text-align: right;
	font-weight: bold;
	color: #548CBF;
	font-size: 14px;
	padding: 1px 0px 1px 30px;
	background-image: url("images/prev.jpg");
	background-repeat: no-repeat;
	background-position: bottom left;
	
}


#nextquicktitle {
	padding: 0px 0px 0px 0px;
	border-style: solid;
	border-width: 0px;
}

#nextquicktitle {
	text-align: right;
	font-weight: bold;
	color: #548CBF;
	font-size: 14px;
	padding: 1px 30px 1px 0px;
	background-image: url("images/next.jpg");
	background-repeat: no-repeat;
	background-position: bottom right;
	
}

.bighighlightrow, .bighighlightrow TD, .bighighlightrow TH
{
background-color:#d9d969;
width:100px;
height:100px;
text-align: left;vertical-align: top;

}
.bigstandardrow, .bigstandardrow TD, .bigstandardtrow TH
{
background-color:#ffffff;
width:100px;
height:100px;
text-align: left;vertical-align: top;
}

.highlightrow, .highlightrow TD, .highlightrow TH
{

}

.standardrow, .standardrow TD, .standardtrow TH
{
background-color:#ffffff;
}

.pops{
	width:160px;
	
}

.caldate {
	width: 98%;
	border-collapse: collapse;	
}


.caldate tr td {
width: 14%;

color: #000099;
vertical-align:top;
border:1px solid #000000;
border-collapse: collapse;
text-align:center;
}

img.todaycirc {
	z-index:20;
	border: 0px;
	position: absolute;
	left:-6px;
	top: -4px;
    }
    
img.todaycirclarge {
	z-index:20;
	border: 0px;
	position: absolute;
	left:-18px;
	top: -24px;
    }
    
a.event{
	z-index:24;
    position:relative;
    color:#000;
    text-decoration:none;
    }
    
a.event:hover {	z-index:25;background-color: #2B2E21;;color:#fff;}
a.event:link span{display: none;}
a.event:visited span{display: none;}
a.event:hover span {
  display: block;
  position: absolute;
  left:-160px;  
  margin:15px 0px 0px 20px;
  background-color: #fff;
  padding: 2px 10px 2px 10px;
  border: 1px solid #CCCCCC;
  color: #6c6c6c;
  text-align:center;
}

body {
	background:#fff;
	margin:0;
	padding:0;
	color:#000;
	width: 98%;
	
   
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/watermark.jpg);
	background-position: top;
	background-repeat: no-repeat;
	}

div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
.centerme {
	text-align: center;
	width:960px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	
	}	

span {
	
}

p {
	padding: 0px;
	margin: 8px 0px 0px 0px;
	line-height: 130%;
	}

ul {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

li {
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
/*	text-decoration: none; */
	}

/* HEADINGS H1-H6 */

h1 {
	color: #000000;
	font-weight: bold;
	font-size: 2em;
}

h2 {
	color: #227AB4;
	font-weight: bold;
	font-size: 1.2em;
}

h3 {
	color: #666;
	font-weight: bold;
	font-size: 1.4em;
}

h4 {
	color: #333;
	font-weight: bold;
	font-size: 1.3em;
}

h5 {
	color: #227AB4;
	font-weight: bold;
	font-size: 1.2em;
}

h6 {
	color: #227AB4;
	font-weight: bold;
	font-size: 1.2em;
}
	
#tagline {
	text-align: right;
	}
		
	
#map {
	border-style: solid;
	border-color: #a4f5d3;
	border-width: 2px 2px 2px 2px;
	width: 450px;	
	float: left;
	}
	
#side_bar {
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	width: 200px;	
	float: right;
	}
	
#mapcontrol {
	width: 700px;
	float: left;
	}
	
#mainset {
	width: 100%;
	align: center;
	padding-left: auto;
	padding-right: auto;
}

#searchmeetingsbox {
	width: 98%;
}

#theForm1 {

}

#theForm2 {

}

#meeting-town {
	width:25%;
	}

#meeting-day {
	width:10%
}

#meeting-time {
	width:5%;
}

#meeting-details {
	width:40%;
}

#meeting-postcode {
	width: 10%;
}

#meeting-map {
	width: 10%;
}

#phoneboxsplash {
	width: 500px;
	background-color: #ffffff;
}

#phonebox {
	width: 800px;
	background-color: #ffffff;
}

#contactbox {
	width: 800px;
	background-color: #ffffff;
}

#noticebox {
	width: 600px;
	background-color: #ffffff;
}

#writebox {
	width: 800px;
	background-color: #ffffff;
}


#satnavbox {
	width: 370px;
	background-color: #ffffff;
	float: right;
	margin: 0px 20px 20px 20px;
}

#imagelandscape320left {
	width: 320px;
	background-color: #ffffff;
	float: left;
	margin: 10px 20px 10px 0px;
}

#imagelandscape320right {
	width: 320px;
	background-color: #ffffff;
	float: right;
	margin: 10px 0px 10px 20px;
}

#imageportrait160left {
	width: 150px;
	background-color: #ffffff;
	float: left;
	margin: 10px 20px 10px 0px;
}

#imageportrait160right {
	width: 150px;
	background-color: #ffffff;
	float: right;
	margin: 10px 0px 10px 20px;
}

#imagebox {
	width: 320px;
	background-color: #ffffff;
	float: left;
	margin: 0px 20px 20px 0px;
}

#imagebox2 {
	width: 150px;
	background-color: #ffffff;
	float: right;
	margin: 0px 0px 20px 20px;
}

#imagebox3 {
	width: 320px;
	background-color: #ffffff;
	float: right;
	margin: 0px 0px 20px 20px;
}

#event {
	width: 200px;
	background-color: #ffffff;
	float: right;
	margin: 0px 0px 20px 20px;
}

.floatright{
	float: right;
}

.floatleft{
	float: left;
}

.floatclearleft {
	clear: left;
}

.floatclearright {
	clear: right;
}

.floatclearboth {
	clear: both;
}

p.phonesplash {
		font-size: 28px;
}

p.phonesplashdetail {
		font-size: 20px;
}

p.phone {
		font-size: 28px;
}

p.phonedetail {
		font-size: 20px;
}

p.contact {
		font-size: 28px;
}

p.contactdetail {
		font-size: 12px;
}

p.write {
		font-size: 28px;
}

p.writedetail {
		font-size: 12px;
}



#resourceList {
	width: 98%;
}

#resourceList a {
	float: right;
}

#resourceList ul li a {
	float: none;
}

#resourceList p {
	border-bottom: 1px solid  #bfbfbf;
	
}




#newsList {
	width: 98%;
}

#newsList a {
	float: right;
}

#newsList ul li a {
	float: none;
}

#newsList p {
	border-bottom: 1px solid  #bfbfbf;
	
}

#satNav-table {
	width: 98%;
}

#satNav-row {
}

#satNav-make {
	}

#satNav-install {
	width:20%;
}

#satNav-icon {
	width:20%;
}


#satNav-data {
	width:20%;
}

#changelog {
	width: 98%;	
}

#changelog th {
	width: 20%;	
}

.hideme {
	display: none;	
}

.forum {
	width: 600px;
	
	background-image: url("images/workingTogether.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
	border-spacing: 0px;
	
	
}

table.forumtable {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
}

table.forumtable td {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: white;
}

table.forumtable th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: white;
}

.error {
  color: #c00000;
}

.imagefloatright {
  float: right;
}

/***********************************************/
/* END                                         */
/***********************************************/
