@import url('media.css');
@import url('inlines.css');
@import url('columnLeftNav.css');
@import url('columnRight.css');
@import url('icmForm.css');
@import url(../template/form/css/form.css);
/******************************************* Misc. */

div.left {
	float: left;
}

div.right {
	float: right;
}

.clear {
	clear: both;
}

.clearright {
	clear: right;
}

.hideitem, .printonly {
	display: none;
}

.aboldlink {
	font-weight: bold;
}

hr {
	background-color: #0C6F44;
	border: none;
	clear: both;
	color: #0C6F44;
	height: 1px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}


#bodyWrapper {}

/******************************************* Top header */

#topSection, #topbanner {
	width: 100%;
}

#welwynLogo {
	float: left;
	margin: 0.2em 0 1.4em 0;
}

#topdatebox {
	float: right;
	font-size: 0.9em;
	margin: 0;
	padding: 0 10px 5px 0;
}

/******************************************* The main table used to split the left, central and right hand columns */

.spacerColumn {
	width: 1px;
	overflow: hidden;
	padding: 0 2.1em 0 0;
}



#leftColumn {
	vertical-align: top;
}

#nickColumn {
	vertical-align: top;
}



#centralcolumn {
	font-size: 105%;
	line-height: 1.4em;
	margin: 0;
	padding: 0 0 0 0;
	vertical-align: top;
	width: 100%;
}

/******************************************* Display print button not as a list */

#centralcolumn div.noprint {
	clear: left;
}

#centralcolumn div.noprint ul li {
	display: block;
	list-style-type: none;
}

/******************************************* Button styles */

input.submitButton {
	margin: 0;
	padding: 0;
}

input.submitButton, .submitButtons .btntext {
	background-color: #0C6F44;
	border-style: solid;
	border-color: #0C6F44;
	border-width: 1px;
	color: #ffffff;
	cursor: pointer;
	font-weight: bold;
	padding: 0.2em 1.8em;
	overflow: visible; /*fixes IE6 extra padding*/
}

input.submitButton:hover, .submitButtons .btntext:hover {
	background-color: #FFF;
	border: 1px solid #0C6F44;
	color: #0C6F44;
}

/******************************************* Top util nav */

#toputilnav {
	float: right;
	list-style: none;
	margin: 0;
	padding: 10px;
}

#toputilnav ul {
	margin: 0;
	padding: 0;
}

#toputilnav li {
	border-left: solid 1px #666;
	display: inline;
	margin: 0;
	padding: 0 5px;
}

#toputilnav a {
	font-weight: normal;
}

#toputilnav li.start {
	border-left: none;
}

#toputilnav span.selected {
	font-weight: bold;
}

/******************************************* Top level nav */

#toplevel {
      background: url(../images/welhat/top-menu-bg.gif);
	clear: both;
	margin: 0 0 1em 0;
	padding: 0;
	width: 100%;
	position: relative;
}


#toplevelnav ul {
	float: left;
	background-color: #006338; 
	list-style: none;
	margin: 0;
	padding: 0;
}

#toplevelnav li {
	float: left;
	margin: 0;
	width: 100px;
	text-align: center;
	padding: 0px 2px 0px 0px;
	display: block;
}



#toplevelnav li a{
      background: url(../images/welhat/top-menu-bg.gif);
	color: #FFF;
	display: block;
	font-weight: bold;
	margin: 0;
	height: 2.4em;
	padding: 0.2em 0.2em; 
	text-decoration: none;
}

#toplevelnav span.selected, #toplevel a.path {
      background: url(../images/welhat/top-menu-bg-over.gif);
	color: #FFF;
	display: block;
	font-weight: bold;
	margin: 0;
	height: 2.4em;
	padding: 0.2em 0.2em; 
	text-decoration: none;
}

#toplevelnav li a:hover {
      background: url(../images/welhat/top-menu-bg-over.gif);
	color: #ffffff;
}

/******************************************* Top search box */

#topsearchbox {
	margin: 0;
	padding: 3px 0px 3px 6px;
	float: right;
	width: 26.5em;
 	background: url(../images/welhat/top-menu-bg.gif);
}

#topsearchbox label {
	color: #FFF;
	font-weight: bold;
}

#topsearchbox input.searchInput {
	border: 1px solid #FFF;
	width: 190px;
}

#searchForm {
	height: 2em;
	padding-top: 0.4em;
}

#searchForm input.submitButton{
	height: 1.4em;
	border: 1px solid #FFF;
	margin-left: 0.8em;
	padding: 0.0em 0.2em;
	position: relative;/*IE6 missing border*/
}

#searchForm, #searchForm fieldset {
	border: none;
	margin: 0;
	padding: 0;
}


/******************************************* The breadcrumb */

#breadcrumb {
	font-size: 0.9em;
	line-height: normal;
	margin: 0 0 0 0;
}

#breadcrumbnav {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

#breadcrumbnav li {
	display: inline;
	padding: 0 0 0 0.2em;
}

#breadcrumbnav a {
	font-weight: normal;
	text-decoration: none;
}

#breadcrumbnav a:hover {
	text-decoration: underline;
}

#breadcrumbnav li a, #breadcrumbnav li span {
	white-space: nowrap;
}

/******************************************* Bottom links */

#bottomLinks {
	margin: 0;
	padding: 30px 0 10px 0;
	font-size: 85%;
}

#bottomLinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#bottomLinks li {
	margin: 5px 0 0 0;
	padding: 0;
}

#bottomLinks a {
	font-weight: normal;
}

/******************************************* The footer */

#footer {
	margin: 0;
	padding: 10px 0 10px 0;
	text-align: center;
}

#footerutilnav {
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
	text-align: center;
}

#footerutilnav li {
	border-left: solid 1px #666;
	color: #666;
	display: inline;
	padding: 0 0.5em 0 0.5em;
}

#footerutilnav li.i0 {
	border-left: none;
}

#footerutilnav a {
	font-weight: normal;
}

#footerutilnav a:hover {
	text-decoration: underline;
}

#footerutilnav span.selected {
	font-weight: bold;
}

/******************************************* Error output */

body.errorblock hr {
	display: none;
}

body.errorblock div {
	margin-left: 5em;
}
body.errorblock div div {
	margin-left: auto;
}
body.errorblock div#head {
	margin: 0 0 3em 3em;
}
body.errorblock div#foot {
	margin: 5em 0 0 3em;
}

body.errorblock .friendlyerror strong{
	color:#0C6F44;
	font-size:150%;
	font-weight:bold;
	margin:0 0 0.5em;
	padding:0.4em 0 0;
}

body.errorblock .friendlyerror a{text-decoration:underline;}
body.errorblock .friendlyerror a:hover{text-decoration:none;}
/**********make file sizes uppercase...******/

.filesize {text-transform: uppercase;}

.submitButtons input {
	margin: 0 0.5em 0 0;
}
div.submitButtons {
	margin-top: 1em;
}
div.errorDiv {
	color: #ff0000;
}


#centralcolumn table
	{
	border-collapse: collapse;
	margin: 0em 0 1em 0;
	}

#centralcolumn th
	{
	color: #ffffff;
	font-weight: bold;
	border: solid 1px #ffffff;
	border-right-width: 2px;
	background: #0C6F44;
	padding: 0.5em;
	}

#centralcolumn td
	{
	border: solid 3px #ffffff;
	border-right-width: 3px;
	background: #eeeeee;
	padding: 0.5em;
	}

#centralcolumn li
	{
	padding: 0 0 0.5em 0;
	}


.articletext table
	{
	border-collapse: collapse;
	margin: 1em 0 1em 0;
	}

.articletext th
	{
	color: #ffffff;
	font-weight: bold;
	border: solid 1px #ffffff;
	border-right-width: 2px;
	background: #0C6F44;
	padding: 0.5em;
	}

.articletext td
	{
	border: solid 1px #ffffff;
	border-right-width: 2px;
	background: #eeeeee;
	padding: 0.5em;
	}
	

