/* CSS Document */
* {
    			padding: 0;
    			margin: 0;
    		}
    	
html, body {
	padding-top:10px;
	width: 100%;
	height: 90%;
	text-align: center;
	font: 11px Arial, Helvetica, sans-serif;
	background-color: #304286;
    		}
span {
    			display: none;
    		}

a {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
	
div#container {
	margin: 0 auto;
	width: 624px;
	text-align: left;
				}
				
/* -------------------------- Header/Footer --------------------------  */
div#header {
	background-image: url(../images/top.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 100px;
    		}
#header h1 {
	background-image: url(../images/coaching-calendar.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 43px;
	font-size: 2px;
	width: 210px;
}
#header a {
	background-image: url(../images/close.gif);
	background-position: right top;
	float: right;
	height: 26px;
	width: 86px;
	}
#header a:hover {
		background-image: url(../images/close-over.gif);
		}
#footer{
	background-image: url(../images/bottom.gif);
	background-position: left top;
	height: 47px;
	width: 624px;
	clear: both;
}

/* -------------------------- Content --------------------------  */
.content {
	width: 584px;
	background-image: url(../images/background.gif);
	padding:10px 15px 20px 25px;
	min-height: 300px;
}
.min-height{
    height:300px;
    float:right;
    width:1px;
  }
.content table {
	width: 580px;
	border: 1px solid #999999;
	border-collapse: collapse;
	margin: 0px;
}

.content th {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color: #CECDE9;
	padding:2px 4px;
	font-family: "Comic Sans MS", Arial, Helvetica;
	border: 1px solid #999999;
	text-align: center;
}
.content td {
	padding:3px 5px;
	border-right:1px solid #999999;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.content th.course {
 width:120px;
}
.content th.venue {
 width:160px;
}
.content th.contact {
 width:90px;
}
.content th.date {
 width:60px;
}
.content th.cost {
 width:60px;
}


.content tr.impair {
	background-color: #FFFFFF;
}

.content select, input {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #CCCCCC;
}
.content h1 {
	background-image: url(../images/local-authority.gif);
	height: 18px;
	width: 113px;
	background-repeat: no-repeat;
	float: left;
	font-size: 2px;
}
.content p {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.content h1.welsh {
	background-image: url(../images/local-authority_w.gif);
	height: 18px;
	width: 113px;
	background-repeat: no-repeat;
	float: left;
	font-size: 2px;
}
#header h1.welsh {
	background-image: url(../images/coaching-calendar_w.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 43px;
	font-size: 2px;
	width: 210px;
}
#header a.welsh {
	background-image: url(../images/close_w.gif);
	background-position: right top;
	float: right;
	height: 26px;
	width: 86px;
}
#header a.welsh:hover {
		background-image: url(../images/close-over_w.gif);
}
