﻿.singleline {
	line-height:14px;
}
.pagetable {
	padding: 10px;
	border-width: 0;
}
.cellstyle {
	padding: 0em;
	margin: 0em;
	border: thin solid #5983B1;
	vertical-align: top;
}
body {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	color: #000000;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	background-image:url('../../../images/backgrd-blue.jpg');
	background-repeat:repeat-x;	
}
.gwelforhd {
	font-size: 2em;
	color: #5983B1;
}
.address {
	width: 180px;
    padding-left:5px;
    padding-top:10px;
	font-size: 1em;
	color: #5983B1;
	float: none;
}
#mainmenu {
	padding: .2em;
	font-size: .9em;
	background-color: #5983B2;
}
#mainmenu ul {
	list-style-type: none;
	display: inline;
}
#mainmenu li {
	display: inline;
	float:left;
}
#mainmenu a {
	text-decoration: none;
	padding: .25em .5em .25em .5em;
	color: #DEDFEA;
}
#mainmenu a:hover {
	background-color: #677179;
}
.cellmain {
	padding: .5em;
	border: thin solid #5983B1;
	vertical-align: top;
	font-size: .9em;
}
.cellcolourblue {
	background-color: #5C86B2;
	text-align: center;
}
.cellcolourred {
	background-color: #FC9377;
}
.imagefltright {
	float: right;
	padding: 10px 10px 10px 10px;
}
.imagefltleft {
	float: left;
	padding: 10px;
}
.imagefltright2 {
	float: right;
	padding: 40px 10px 10px 10px;
}

.style1 {
	border-width: 0px;
	float: right;
	padding: 10px 10px 10px 10px;
}
#masthead {
	width: 800px;
	height: 239px;
}
#masthead-wide {
	width: 1000px;
	height: 239px;
}
#wrapper {
	border: medium solid #4F8DCC;
	width: 800px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#wrapper-wide {
	border: medium solid #4F8DCC;
	width: 1000px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#menuband {
	width: 800px;
	height: 20px;
}
#menuband-wide {
	width: 1000px;
	height: 20px;
}
#otherpages {
	padding: 5px;
	width: 790px;
	margin-bottom: 10px;
}
.gweltexthead {
	text-align: center;
}
.gweltext1 {
	width: 400px;
	margin-left: 175px;
	margin-right: 185px;
}
.gweltext2 {
	width: 605px;
	float: left;
}
#paraone {
	width: 790px;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #5F81A6;
}
#paratwo {
	width: 790px;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #5F81A6;
}
#parathree {
	width: 790px;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #5F81A6;
}
.gweltext3 {
	width: 790px;
}
#parafour {
	width: 790px;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #5F81A6;

}
.gweltext4 {
	width: 605px;
	float: left;
}
.cellcolourgreen {
	background-color: #339966;
}
.textbgdblue {
	background-color: #5C86B2;
}
.textbgdgreen {
	background-color: #339966;
}
.textbgdred {
	background-color: #FC9377;
}
.textaberpage {
	width: 790px;
}
.buffer {
	width: 130px;
	float: left;
}
.picwrapper {
	width: 790px;
}
#footer {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	height: 20px;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;
}
#footer a {
	text-decoration: none;
	color: #000000;
}
.calendartable {
	font-size: .8em;
	text-align: center;
}
.calendarcell {
	text-align: center;
	border: .5px solid #000000;
	width: 40px;
}
.calendarhead {
	text-align: center;
	border: .5px solid #000000;
	font-weight: bold;
}

/*Lightbox css */
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption {
	float: left; 
}
#keyboardMsg {
	float: right;
}
#closeButton {
	top: 5px; 
	right: 5px; 
}
#lightbox img { 
	border: none; 
	clear: both;
} 
#overlay img { 
	border: none; 
}
#overlay {
	background-image:url('../../../images/overlay.png');
}
* html #overlay {
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../images/overlay.png', sizingMethod="scale");
}
/* End of Lightbox css */
h3 {
	text-align: center;
}
/* Datepicker css */
input {
  width: 100px;
}
input.calendar {
  width: 74px;
}
button.calendar {
  background: url('../../../images/calendar-icon.gif');
  border: 0;
  cursor: pointer;
  float: left;
  height: 20px;
  margin-right: 6px;
  width: 20px;
}
button.calendar:hover,
button.calendar.active {
  background-position: left bottom;
}
div.calendar {
	background: url('../../../images/calendar.png');
	height: 195px;
	padding: 0 6px;
	text-align: center;
	width: 147px;
}	
	div.calendar * {
		margin: 0;
		padding: 0;
	}	
	div.calendar div {
		background: none !important;
		cursor: move;
		height: 185px;
		overflow: hidden;
		padding-top: 10px;
		position: relative;
		width: 147px;
	}	
	
	div.calendar caption {
		color: #333;
		font: normal 12px/16px Arial, Helvetica, sans-serif;
		padding-top: 6px;
		text-align: center;
		width: 100%;
	}
	div.calendar caption a {
		cursor: pointer;
		display: block;
		height: 12px;
		overflow: hidden;
		position: absolute;
		text-indent: -100px;
		top: 17px;
		width: 11px;
	}
	div.calendar caption a.prev {
		background-image: url('../../../images/calendar-prev.gif');
		left: 0;
	}
	div.calendar caption a.next {
		background-image: url('../../../images/calendar-next.gif');
		right: 0;
	}
	div.calendar caption a:hover {
		background-position: 0 12px;
	}
	div.calendar caption span {
		height: 25px;
		position: relative;
		text-align: center;
	}
	div.calendar caption span.month {
		padding-right: 8px;
	}
	div.calendar caption span.month:after {
		content: ',';
	}

	div.calendar table {
		background: #FFF;
		border: 0;
		border-collapse: collapse;
		border-spacing: 0;
		cursor: default;
		margin: 0 auto;
		overflow: hidden;
		width: 147px;
	}
	div.calendar td,
	div.calendar th {
		border: 0;
		color: #0597DB;
		font: normal 12px Arial, Helvetica, sans-serif;
		height: 21px;
		text-align: center;
		width: 21px;
	}
	div.calendar td {
		background: url('../../../images/calendar-td.gif');
		color: #FFF;
		font-size: 11px;
	}
	div.calendar td.invalid {
		color: #999;
	}
	div.calendar td.valid {
		background: url('../../../images/calendar-valid.gif');
		color: #0597DB;
		cursor: pointer;
	}
	div.calendar td.hilite {
		background: url(calendar-hilite.gif);
	}
	div.calendar td.inactive {
		background: url('../../../images/calendar-td.gif') 0 100%;
		color: #FFF;
	}
	div.calendar td.active,
	div.calendar td.hover {
		background: url('../../../images/calendar-valid.gif') 0 100%;
		color: #FFF;
		cursor: pointer;
	}
