/* main body */

body{
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	
}

img {
    border: none;
}

/* links */

a:link
{
	color: #22229C;
}
a:visited
{
	color: #22229C;
}
a:hover, a:active
{
	color: #FF4400;
}

/* tables */

#outline{
	width				: 100%;
	overflow			: hidden;
}

/* main navigation */

.moduletable_menu {
	font-weight: bold;
	width: 100%;
	color: #FFFFFF;
}

.moduletable_menu ul{
	margin: 0;
	text-align: center;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	color: #FFFFFF;
}

.moduletable_menu ul li{
	display: inline;
	color: #FFFFFF;
}

.moduletable_menu ul li a{
	color: #FFFFFF; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 20px; /*spacing between each menu link*/
	text-decoration: none;
	font-size: 12px;
	padding-top: 6px;
	padding-right: 18px;
	padding-bottom: 4px;
	padding-left: 18px;
	font-weight: bold;
}

.moduletable_menu ul li a:hover, .underlinemenu ul li a.selected {
	text-decoration: underline;
}

.moduletable_menu ul li a span {
	color: #FFFFFF;
}

.mainlevel-main_nav {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	display: inline;
	padding: 3px 6px 3px 6px;
	background-color: #448CCB;
	text-align: center;
	white-space: nowrap;
}

.moduletable-main_nav {
	background-color: #448CCB;
	}

.moduletable-main_nav a:link {
	color: #FFFFFF;
	}
.moduletable-main_nav a:visited {
	color: #FFFFFF;
	}
.moduletable-main_nav a:hover {
	text-decoration: underline;
	}



/* top navigation */

#topmenu{
	background-color: #DFDFDF;
	height: 18px;
}

.moduletable-topmenu {
	font-weight: bold;
	color: #0000FF;
	font-size: 12px;
	text-transform: uppercase;
	height: 16px;
	margin-top: 7px;
	text-decoration: none;
	display: inline;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;

}

#top_container{
		height				: 120px;
}

#middle_container{
	overflow			: hidden;
	
}


#middle_container_inner{
	width				: 100%;
	text-align			: left;
}

/* controls centre 3 columns */

#left{
	width				: 160px;
	float				: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/* tables */

#copyright{
	color				: #999999;
	text-align: center;
	font-size: 13px;
}

#accreditation a {
	color				: #f2f2f2;
	text-align: center;
	font-size: 10px;
}


/* side module tables */

table.moduletable{
	margin-bottom		: 10px;
	}


div.moduletable h3,
.sectiontableheader{
	font-weight			: bold;
	text-decoration: underline;
}

table.moduletable th {
	background: url(../images/subhead_bg.png) repeat-x;
	color: #FFFFFF;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

table.moduletable_top {
	width: 100%;
	margin-bottom: 15px;
	padding: 5px;
	border-spacing: 10px;
	border-bottom: 1px dashed #cccccc;
	border-collapse: collapse;
}
table.moduletable_top th {
	background-color: #CC6600;
	color: #FFFFFF;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

table.moduletable_top td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
} 
     

table.moduletable td td{
	padding-top			: 0px;
}

table.moduletable td ul{
	list-style: none;
	margin: 2px 0 2px 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 15px;
 }
.moduletable-banner {
	padding: 0px;
 }

.modlist{
	font-size: 11px;
	margin: 2px 0 2px 0px;
	line-height: 15px;
 }

.sectiontableentry1{
	background:#e7e7e7;
}

/* content type */

.contentheading{
	font-size			: 10px;
	text-decoration		: none;
	padding-bottom		: 0px;
}


.contentheading a{
	color				: #444;
	text-decoration		: none;
}

.componentheading{
	color				: #76797c;
	font-size			: 24px;
	margin-bottom		: 20px;
	text-decoration		: none;
}

h4.componentheading {
	color				: #76797c;
	font-size			: 12px;
	text-decoration		: none;
	margin: 0px;
	padding: 0px;
}

.small,.createdate,.modifydate{
	color				: #999999;
	font-size			: 10px;
}

/* modules */

div#user1 {
	height: auto;
	float: left;
	width: 48%;
	overflow: hidden;
 }
 
div#user2 {
 height: auto;
 float: right;
 width: 48%
 }

.moduletable-nav td ul {
 list-style: square;
 margin: 2px 0 2px 15px;
 padding: 0px;
 }

div#bottom {
	padding: 0px;
}


/* type */

h1 {
	font-size: 26px;
	font-weight: normal;
	color: #003366;
	margin-top: 0px;
}

h2 {
	font-size: 22px;
	font-weight: normal;
	color: #003366;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #346E9E;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}

h6 {
	font-size: 10px;
	font-weight: bold;
	color: #003366;
}

/* pathway */

.pathway{
	font-size: 10px;
	text-align: left;
}

/* buttons */
.button{
	cursor:pointer;
	border:outset 1px #ccc;
	background:#FF0000;
	color:#FFFFFF;
	font-weight:bold;
	padding: 1px 2px;
}


.pagination a, .pagination span {margin:0 3px;}

.slick-rss-container ul, li {
	list-style-type: none;
}

/* CORE CODE STYLING */
.contentdescription {
	font-size: 14px;
	padding-bottom: 12px;
}

input, select, textarea
{ border: 1px solid #CCC; border-bottom: 1px solid #EEE; border-right: 1px solid #EEE; color: #666; padding: 2px; }


/* tables */

#hor-minimalist-a
{
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 13px;
	background: #fff;
	margin: 0px;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-a th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#hor-minimalist-a td
{
	color: #669;
	padding: 9px 8px 0px 8px;
}
#hor-minimalist-a tbody tr:hover td
{
	color: #003366;
}

td.yes { background: transparent url(http://www.birding.uk.com/images/stories/icon-tick.png) no-repeat center center; }
td.no { background: none; }

