/* Title:	GTC Scotland Newsletter - Styles for Website */

body {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	
	text-align: center;
	/*min-width: 780px;*/
	min-width: 800px;
	background: #E7E7E7;
}

#wrap {
	/*width: 765px;
	width: 800px;
	margin: 0 auto;*/
	min-width: 780px;
	_width: expression(((document.body.clientWidth)) < 800? "795px": "auto" );
	margin: 0 auto;
	text-align: left;
	background: #FFFFFF;
}

/* MISC. */
.hide {
	display: none;
}
a img {
	border: none;
}
.divclear {
	clear:both; 
	height:0px; 
	font-size:0px; 
	margin: 0;
	padding: 0;
	margin-top:-1px;
}
hr.cleaner {
      clear:both;
      height:1px;
      margin: -1px 0 0 0; 
	  padding:0;
      border:none;
      visibility: hidden;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

div#wrap {
	min-width:763px;
	max-width:1024px;
	/*position:relative;*/
	overflow:visible;
	width: expression(document.body.clientWidth < 800? "763px" : document.body.clientWidth > 1030? "1024px" : "100%");
}

#wrap {
	font-size: 0.9em;
}

/* GENERAL TEXT STYLES */
/*a, 
a:link{
	color: #000066;
	text-decoration: underline;
}
a:visited {
	color: #000066;
	text-decoration: none;
}
a:focus, 
a:hover, 
a:active {
	color: #000066;
	text-decoration: underline;
}*/


a {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #660099;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}

#container-content .content-column a {
	text-decoration: underline;
}
p {
	line-height: normal;
}
ul {
	list-style: square;
}
ol {
	list-style: decimal;
}
ul li {
	/*list-style-image: url(../../templates/main_hub_files/bullet.gif);
	list-style-type: none;	*/
}
h1, h2, h3{
	color: #333333;
}
h4, h5, h6 {
	color: #990000;
}
h1 {
	font-size: 1.6em;
	font-weight: normal;
	margin: 0px;
	padding-bottom:3px;
}
h2 {
	font-size: 1.3em;
	font-weight: bold;
}
h3, h4 {
	font-size: 1.1em;
}
h5, h6 {
	font-size: 1.0em;
}
table {
	border: 0px;
	border-collapse: collapse;
}
/*table {
	border: 0px;
	width: 100%;*/
	/*border: 1px solid #666666;*/
	/*padding: 0;
	margin: 0;
	background: #FFFFFF;
}*/
form table 

 {
	width: 100%;
	border: none;
}
th, td {
	border: 0px;
	border-collapse: collapse;
	/*margin: 0;*/
}
/*caption {
	font-size: 1.2em;
	font-weight: bold;
	margin: 1.0em 0;
}*/
th {
	font-weight: bold;
	text-align: left;
	background: #990000;
	color: #FFFFFF;
	/*border-top: 1px solid #A5A5A5;
	border-bottom: 1px solid #A5A5A5;*/
	border: 0px;
	padding: 0.3em 0.5em 0.3em;
}
tr {
	background: #FEEEE9;
	border: 0px;
	border-collapse: collapse;
}
td {
	border: 0px;
	padding: 0.3em 0.5em 0.3em;
}
.odd {
	background: #FCDED4;
	border: 0px;
}



/* HEADER */
#container-header {
	background: #E6DDD6 url(/web/templates/main_hub_files/header-bkgrnd.jpg) repeat-x left top;
	color: #333333;
	border-bottom: 2px solid #FFFFFF;
}
#header-brand {
	color: #FFFFFF;
}
#header-brand img {
	float: left;
	padding-right: 1.0em;
}
#header-brand div {
	float: left;
	/*height: 97px;*/
	font-size: 1.5em;
	padding-top: 0.7em;
}
#header-links {
	color: #333333;
	font-size: 0.9em;
	font-weight: bold;
}
#header-links ul li.first {
	border-left: none !important;
}
#header-links ul {
	list-style: none;			/* removes list marker */
	padding: 0px;				/* removes left indent */
	margin: 0px;
	text-align: right;
	padding: 1.0em;
}
#header-links ul li {
	display: inline;			/* sets list items to display in a row */
	padding: 0px;
	margin: 0px;
	border-left: 1px solid #333333;
	padding-left: 0.7em;
}
#header-links span {
	color: #333333;	
	text-decoration: none;
	/*border-left: 1px solid #8DA5CD;*/
	padding: 0em 0.5em;
	background: none;
}
#header-links a, 
#header-links a:link {
	color: #333333;	
	text-decoration: none;
	/*border-left: 1px solid #8DA5CD;*/
	padding: 0em 0.5em;
	background: none;
}
#header-links a:visited {
	color: #333333;	
	text-decoration: none;
	/*border-left: 1px solid #8DA5CD;*/
	padding: 0em 0.5em;
	background: none;
}
#header-links a:focus, 
#header-links a:hover, 
#header-links a:active {
	color: #333333;
	text-decoration: underline;
	/*border-left: 1px solid #8DA5CD;*/
	padding: 0em 0.5em;
}
/* HEADER - SEARCH */
#search {
	text-align: right;
	padding-right: 1.0em;
}
#txt_search {}
#search label {
	font-weight: normal;
	color: #000000;
	}
#search input {
	font-size: smaller;
	}
#search form {
	margin: 0;
	padding: 0;
	}

/* HEADER RSS */

#rss {float: right;text-align: right;padding-top: 11px; padding-right: 13px;}


/* MENU */
#container-menu {
	clear: both;
	/*border-top: 2px solid #990000;
	background: url(/web/templates/main_hub_files/top-menu-bkgrnd.gif) repeat-x left top;*/
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size:1.1em;
}
#container-menu ul {
	list-style: none;			/* removes list marker */
	padding: 0px;				/* removes left indent */
	margin: 0px;
	width: 100%;
	border-top: 2px solid #990000;
	border-bottom: 2px solid #990000;
	background: #C0C2C4 url(/web/templates/main_hub_files/top-menu-bkgrnd.gif) repeat-x left top;
	float: left;
	display: block;
}
#container-menu ul li {
	display: inline;			/* sets list items to display in a row */
	/*padding: 0.5em 0.5em 0.5em 0em;*/
	margin: 0px;
	float: left;
}
#container-menu span {
	color:#FFFFFF;	
	text-decoration: none;
	font-weight: normal;
	padding: 0.5em 0.5em !important;
	background: #990000 url(/web/templates/cssc_home_files/menu-bkgrnd-on.gif) repeat-x left top;
	display: block;
	float: left;
	border-right: 1px solid #990000;
}
/*#container-menu .first a {
	padding-left: 0em;
	background: #1B3663 url(/web/templates/cssc_home_files/menu-bkgrnd.gif) repeat-x left top;
	border-left: none !important;
}*/
#container-menu a, 
#container-menu a:link {
	color:#333333;	
	text-decoration: none;
	padding: 0.5em 0.5em;
	/*background: #1B3663 url(/web/templates/cssc_home_files/menu-bkgrnd.gif) repeat-x left top;*/
	font-weight: bold;
	display: block;
	float: left;
	border-right: 1px solid #990000;
	/*padding-left: 1.0em;*/
}
#container-menu a:visited {
	color:#333333;	
	text-decoration: none;
	padding: 0.5em 0.5em;
	/*background: #1B3663 url(/web/templates/cssc_home_files/menu-bkgrnd.gif) repeat-x left top;*/
	font-weight: bold;
	display: block;
	float: left;
	/*padding-left: 1.0em;*/
}
#container-menu a:focus, 
#container-menu a:hover, 
#container-menu a:active {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0.5em 0.5em;
	background: #990000;
	/*padding-left: 1.0em;*/
}

/* REGISTER BOX ADDITIONAL */

#container-menu .register {
	/* background: #789ECA url(../templates/main_hub_files/my-gtcs-bkgrnd.gif) repeat-x left top */;	
	padding-top: 0.4em;
	padding-right: 0.4em;
	width: 190px;
	float: right;
	/*text-align: left;
	display: inline;*/
	/* padding: 0.5em;*/
}
#container-menu .register form {
	margin: 0;
	padding: 0;
	/*float: right;*/
}
#container-menu .register img {
	vertical-align: middle;
	/*float: left;
	border: 1px solid #000000;*/
	display: inline;
	padding-left: 1.0em;
}
#container-menu .register a, 
#container-menu .register a:link {
	color:#333333;	
	text-decoration: none;
	/*padding: 0.5em 0.5em;*/
	padding: 0;
	font-weight: bold;
	display: block;
	float: right;
	border-right: 0px solid #fff;
	background: none;
	
}
#container-menu .register a:visited {
	color:#333333;	
	text-decoration: none;
	/*padding: 0.5em 0.5em;*/
	padding: 0;
	font-weight: bold;
	/*display: block;
	float: right;*/
	background: none;
}
#container-menu .register a:focus, 
#container-menu .register a:hover, 
#container-menu .register a:active {
	color: #333333;
	text-decoration: none;
	/*padding: 0.5em 0.5em;*/
	padding: 0;
	/* background: #789ECA url(../templates/main_hub_files/my-gtcs-bkgrnd.gif) repeat-x left top; */
	/* background: #990000; */
	background: none;
}
/* BREADCRUMB */
#container-breadcrumb {
	clear: both;
	color: #333333;
	font-weight: normal;
	padding: 0.75em;
	float: left;
}
#container-breadcrumb a, 
#container-breadcrumb a:link {
	color: #333333;
	text-decoration: none;
}
#container-breadcrumb a:visited {
	color: #333333;
	text-decoration: none;
}
#container-breadcrumb a:focus, 
#container-breadcrumb a:hover, 
#container-breadcrumb a:active {
	color: #333333 !important;
	text-decoration: underline;
}
/* MY GTCS */
#welcomeback {
	background: #789ECA url(/web/templates/main_hub_files/my-gtcs-bkgrnd.gif) repeat-x left top;	
	width: 184px;
	float: right;
	padding: 0.5em;
}
#welcomeback form {
	margin: 0;
	padding: 0;
	float: left;
}
#welcomeback img {
	vertical-align: middle;
	padding-left: 0.5em;
}

/* PAGE CONTENT */
#container-content {
	background: #FFFFFF;
	width: 100%;
	clear: both;
}
#container-content a, 
#container-content a:link {
	color: #000066;	
	text-decoration: underline;
	font-weight: noraml;
	/*display: block;*/
}
#container-content a:visited {
	color: #660099;
	text-decoration: underline;
}
#container-content a:focus, 
#container-content a:hover, 
#container-content a:active {
	color: #000066;
	text-decoration: underline;
}
#left-column-inner {
	padding-left: 1.0em;
	padding-bottom: 1.0em;
}
/* TWO COLUMN LAYOUT - LEFT */
#container-content .content-wrapper {
	float: left;
	width: 100%;
}
#container-content .content-column_nocolumn {
	/*margin: 0 95px 0 190px;*/
	margin: 0px 0px 0px 0px; /* Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth */
}
#container-content .content-column {
	/*margin: 0 95px 0 190px;*/
	/* margin: 0 0px 0 141px; Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth */
	margin: 0 0px 0 160px; /* Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth */
}
#container-content .left-column {
	float: left;
	/*width: 190px;*/
	/* width: 141px; Width of left column */
	width: 160px; /* Width of left column */
	margin-left: -100%;
}

#container-content .right-column {
	float: left;
	width: 0px; /* Width of right column */
	margin-left: -0px; /* Set left margin to -(RightColumnWidth) */
}
#container-content .innertube {
	margin: 1.0em; /* Margins for inner DIV inside each column (to provide padding) */
	margin-top: 0;
}
/* TWO COLUMN LAYOUT - RIGHT */
#container-content #container-content-inner .content-wrapper {
	float: left;
	width: 100%;
}
#container-content #container-content-inner .content-column {
	/*margin: 0 95px 0 190px;*/
	/* margin: 0 200px 0 0px; Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth */
	margin: 0 180px 0 0px; /* Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth */
}
#container-content #container-content-inner .left-column {
	float: left;
	/*width: 190px;*/
	width: 0px; /* Width of left column */
	margin-left: -100%;
}
#container-content #container-content-inner .right-column {
	float: left;
	/* width: 184px; Width of right column */
	/* margin-left: -184px; Set left margin to -(RightColumnWidth) */
	width: 165px; /* Width of right column */
	margin-left: -165px; /* Set left margin to -(RightColumnWidth) */
}
#container-content #container-content-inner .innertube {
	margin: 1.0em; /* Margins for inner DIV inside each column (to provide padding) */
	margin-top: 0;
}
/* HOMEPAGE TWO COLUMN LAYOUT - RIGHT */
#homepage #container-content .content-wrapper {
	float: left;
	width: 100%;
}
#homepage #container-content .content-column {
	/*margin: 0 95px 0 190px;*/
	margin: 0 200px 0 0px; /* Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth */
}
#homepage #container-content .left-column {
	float: left;
	/*width: 190px;*/
	width: 0px; /* Width of left column */
	margin-left: -100%;
}
#homepage #container-content .right-column {
	float: left;
	width: 184px; /* Width of right column */
	margin-left: -184px; /* Set left margin to -(RightColumnWidth) */
}
#homepage #container-content .innertube {
	margin: 1.0em; /* Margins for inner DIV inside each column (to provide padding) */
	margin-top: 0;
}
/* HOMEPAGE TWO COLUMN LAYOUT - LEFT */
#homepage #page-content .content-wrapper {
	float: left;
	width: 100%;
}
#homepage #page-content .content-column {
	/*margin: 0 95px 0 190px;*/
	margin: 0 0px 0 141px; /* Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth */
}
#homepage #page-content .left-column {
	float: left;
	/*width: 190px;*/
	width: 141px; /* Width of left column */
	margin-left: -100%;
}

#homepage #page-content .right-column {
	float: left;
	width: 0px; /* Width of right column */
	margin-left: -0px; /* Set left margin to -(RightColumnWidth) */
}
#homepage #page-content .innertube {
	margin: 1.0em; /* Margins for inner DIV inside each column (to provide padding) */
	margin-top: 0;
}
/* PAGE ONE COLUMN LAYOUT - RIGHT */
#content-page #container-content #container-content-inner .content-wrapper {
	float: left;
	width: 100%;
}
#content-page #container-content #container-content-inner .content-column {
	/*margin: 0 95px 0 190px;*/
	margin: 0 0px 0 0px; /* Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth */
}
#content-page #container-content #container-content-inner .left-column {
	float: left;
	/*width: 190px;*/
	width: 0px; /* Width of left column */
	margin-left: -100%;
}
#content-page #container-content #container-content-inner .right-column {
	float: left;
	width: 0px; /* Width of right column */
	margin-left: -0px; /* Set left margin to -(RightColumnWidth) */
}
#content-page #container-content #container-content-inner .innertube {
	margin: 1.0em; /* Margins for inner DIV inside each column (to provide padding) */
	margin-top: 0;
}


/* BANNERS */
#container-banner {
	width: 100%;
	background: #990000;
	margin-bottom: 1.0em;
	color: #FFFFFF;
}
#container-banner-inner {
	padding-left: 1.0em;
}
#container-banner img {
	float: right;
	padding-left: 1.0em;
}
#container-banner p {
	font-size: 1.8em;
	padding-top: 0.5em;
}
/* PAGE CONTENT */
#page-content {
	padding: 0em 1em 1em;
	clear: both !important;
	background: #FFFFFF !important;
	border: 0px !important;
}
#page-content h2,
#page-content h3 {
	color: #990000;
	/*font-weight: normal;*/
	padding: 0;
	margin: 0;
	/*border-left: 1px solid #FFFFFF;*/
}
#copy {
	padding: 1.0em;
	width: auto;
	/*overflow: hidden;
	width: 100%;*/
	border: 1px solid #CCCCCC;
}


#profile-tools h2 {
	background: #FF3300;
	padding: 0.3em 0.5em 0.3em;
	font-size: 0.9em;
	color: #FFFFFF;
	margin: 0.5em 0em;
}
#main-menu h2 {
	background: #990000;
	padding: 0.3em 0.5em 0.3em;
	font-size: 0.9em;
	color: #FFFFFF;
	margin: 0.5em 0em;
}
.notes h3 {
	background: #FFBA27;
	padding: 0.3em 0.5em;
	/*font-size: 0.9em;*/
	color: #FFFFFF;
	margin: 0.5em 0em;
}
#profile-tools h2 img,
.notes h3 img,
#main-menu h2 img {
	vertical-align: middle; 
}
.grey-box {
	border: 1px solid #CCCCCC;
	padding: 0.5em;
}
/* WHAT DO YOU WANT TO DO */
.what h3 {
	background: #990000;
	padding: 0.1em 0.5em;
	/*font-size: 0.9em;*/
	color: #FFFFFF;
	margin: 1.0em 0em 0em;
	font-weight: bold;
}
.what h3 img {
	vertical-align: middle; 
}
.what div {
	border: 1px solid #CCCCCC;
	padding: 0.5em;
	margin-bottom: 0.5em;
}

/* IN PAGE COMMENTS*/

.ae_comments_container {
	border: 1px solid black; 
	background-color: #cccccc; 
	padding: 10px; 
	margin-bottom: 10px; 
} 

.ae_comments_date { 
	font-weight: bold; 
} 

.ae_comments_date p { 
	display: inline; 
} 

.ae_comments_body { 
	font-style: italic; 
}

/* NOTEPAD */
#notepad h3 {
	background: #990000;
	padding: 0.1em 0.5em;
	/*font-size: 0.9em;*/
	color: #FFFFFF;
	margin: 1.0em 0em 0em;
	font-weight: bold;
}
#notepad h3 img {
	vertical-align: middle; 
}
#notepad div {
	background: #FFFFCC;
	border: 1px solid #990000;
	padding: 0.5em;
}
/* RELATED LINKS */
#related-links h3 {
	background: #990000;
	padding: 0.1em 0.5em;
	/*font-size: 0.9em;*/
	color: #FFFFFF;
	margin: 0.5em 0em;
	font-weight: bold;
	border: 1px solid #CCCCCC;		
}
#related-links h3 img {
	vertical-align: middle; 
}
#related-links div {
	border: 1px solid #CCCCCC;
}
#related-links div div {
	border: none;
	padding: 0.5em;
	margin-bottom: 0.5em;
}

#related-links a:visited {
	color: #660099;
	text-decoration: underline;
}

/* EXTERNAL LINKS */
#external-links h3 {
	background: #FF3300;
	padding: 0.1em 0.5em;
	/*font-size: 0.9em;*/
	color: #FFFFFF;
	margin: 0.5em 0em;
	font-weight: bold;
}
#external-links h3 img {
	vertical-align: middle; 
}
#external-links div {
	border: 1px solid #CCCCCC;
	padding: 0.5em;
	margin-bottom: 0.5em;
}

/* FOOTER */
#container-footer {
	clear: both;
	background: #990000;
	color: #FFFFFF;
}
#footer-links {
	padding: 0.3em 0.5em 0.3em;
	float: left;
}
#footer-links ul {
	list-style: none;			/* removes list marker */
	padding: 0px;				/* removes left indent */
	margin: 0px;
	/*padding: 1.0em;*/
	float: left;
}
#footer-links ul li {
	display: inline;			/* sets list items to display in a row */
	padding: 0px;
	margin: 0px;
}
#container-footer a, 
#container-footer a:link {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0.2em 0.5em;
}
#container-footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0.2em 0.5em;
}
#container-footer a:focus, 
#container-footer a:hover, 
#container-footer a:active {
	color: #FFFFFF !important;
	text-decoration: underline;
}
#footer-updated {
	float: right;
	padding: 0.3em 0.5em 0.3em;
}

/* FOOTER CONTACT DETAILS */
#container-contact {
	clear: both;
	color: #333333;
	padding: 0em 0.5em 0.5em;
}


/* ACTIVE AREA */
#active-area {
	background: #000066;
	padding: 0.1em 0.5em;
	/*font-size: 0.9em;*/
	color: #FFFFFF;
	margin: 0;
	font-weight: bold;
}
#active-area img {
	vertical-align: middle; 
}
#active-area a, 
#active-area a:link {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0.2em 0.5em;
}
 
#active-area a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0.2em 0.5em;
}
#active-area a:focus, 
#active-area a:hover, 
#active-area a:active {
	color: #FFFFFF !important;
	text-decoration: underline;
}

/* AE MENU */
#ae-menu {
	margin-left: 0px;
}
#ae-menu ul li {
	list-style-image: none;
	list-style-type: none;
}

#ae-menu ul li ul li {
	list-style-image: none;
	list-style-type: none;
margin:0px;
}

/*BEGIN BULLET MENU STYLING LEVEL 1*/
.menuSystemDefault {
	margin: 0px;
	width: 100%;
	/*font-size: 0.9em;*/
	padding: 0px;
	border-left: 3px solid #F15A27;
	border-bottom: 1px solid #F15A27;
	border-right: 1px solid #F15A27;
}

.MenuNonSelectedArea1, 
.MenuItemNonSelectedOdd1, 
.MenuItemNonSelectedEven1 {
	padding: 3px 3px 3px 10px;
	/*background-color: #FFFFFF;*/
	background-color: #FEEEE9;
	font-weight: normal;
	list-style-type: none;
	border-top: 1px solid #F15A27;
}

.MenuSelectedArea1, 
.MenuItemSelectedOdd1, 
.MenuItemSelectedEven1 {
	padding: 3px 3px 3px 10px;
	/*background-color: #99CCCC;*/
	background-color: #9B0A0C;
	color: #FFFFFF;
	font-weight: bold;
	list-style-type: none;
	border-top: 1px solid #F15A27;
}

.ExpandedMenuSelectedArea1 {
	margin-left:0px;
	padding: 3px 3px 3px 10px;
	/*background-color: #99CCCC;*/
	background-color: #9B0A0C;
	font-weight: bold;
	color: #FFFFFF;
	list-style-type: none;
	border-top: 1px solid #F15A27;
}
.MenuSelectedArea1 img, 
.MenuItemSelectedOdd1 img, 
.MenuItemSelectedEven1 img,
.ExpandedMenuSelectedArea1 img {
	margin-left: -10px;
	padding-right: 6px;
}
.subMenuImage,
.MenuSelectedArea2 img, 
.MenuItemSelectedOdd2 img, 
.MenuItemSelectedEven2 img,
.MenuSelectedArea3 img, 
.MenuItemSelectedOdd3 img, 
.MenuItemSelectedEven3 img {
	margin-left: -10px;
	padding-right: 6px;
}
.MenuNonSelectedArea3 img, 
.MenuItemNonSelectedOdd3 img, 
.MenuItemNonSelectedEven3 img {
	margin-left: -10px;
	padding-right: 6px;
}
/*END BULLET MENU STYLING LEVEL 1*/

#ae_menu li {}
#ae_menu ul {}
#ae_menu ul li {}

#ae-menu ul a,
#ae-menu ul a:link,
#ae-menu ul a:visited {
	text-decoration: none;
	color: #000066;
}
#ae-menu ul a:focus,
#ae-menu ul a:hover {
	text-decoration: underline;
}
#ae-menu ul li ul a,
#ae-menu ul li ul a:link,
#ae-menu ul li ul a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#ae-menu ul li ul a:focus,
#ae-menu ul li ul a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}



/*BEGIN BULLET MENU STYLING LEVEL 2*/
.SubMenuDefault {
	margin-left: -10px;
	margin-bottom: 0px;
	padding: 0px;
	border-left: 4px solid #FEEEE9;
	border-top: 1px solid #F15A27;
	
	margin-right: -3px; /* Added 11:35 */
	
}

.SubMenuDefault li {
	padding-left: 20px;
	padding-right: 15px;
	/*margin-right: -10px;*/
	/*padding: 3px 3px 3px 20px;*/
}
.SubMenuDefault li ul {
	margin-left: -20px;
	_margin-left: -24px;
	margin-right: -15px;
}
.SubMenuDefault li ul li {
	padding-left: 30px;
	padding-right: 15px;
}

.MenuSelectedArea1 a, 
.MenuItemSelectedOdd1 a, 
.MenuItemSelectedEven1 a,
.MenuSelectedArea1 a:link, 
.MenuItemSelectedOdd1 a:link, 
.MenuItemSelectedEven1 a:link,
.SubMenuDefault a, 
.SubMenuDefault a:link {
	color: #FFFFFF !important;
	text-decoration: none !important;
}
.MenuSelectedArea1 a:visited, 
.MenuItemSelectedOdd1 a:visited, 
.MenuItemSelectedEven1 a:visited,
.SubMenuDefault a:visited {
	color: #FFFFFF !important;
	text-decoration: none !important;
}
.MenuSelectedArea1 a:focus, 
.MenuItemSelectedOdd1 a:focus, 
.MenuItemSelectedEven1 a:focus,
.MenuSelectedArea1 a:hover, 
.MenuItemSelectedOdd1 a:hover, 
.MenuItemSelectedEven1 a:hover,
.MenuSelectedArea1 a:active, 
.MenuItemSelectedOdd1 a:active, 
.MenuItemSelectedEven1 a:active,
.SubMenuDefault a:focus, 
.SubMenuDefault a:hover, 
.SubMenuDefault a:active {
	color: #FFFFFF !important;
	text-decoration: underline !important;
}

/*.MenuNonSelectedArea2 {
	padding: 3px 3px 3px 10px;
	background-color: #FFFFFF;
	list-style-type: none;
}*/
.MenuNonSelectedArea2,
.MenuItemNonSelectedOdd2, 
.MenuItemNonSelectedEven2 {
	padding: 3px 3px 3px 10px; /*COMMENTED 071204 11:45*/
	
	/*background-color: #99CCCC;*/
	background-color: #9B0A0C;
	list-style-type: none;
	font-weight: normal;
	color: #FFFFFF;
	border-bottom: 1px solid #F15A27;
}


.MenuSelectedArea2
{
	/*margin-right: -10px;*/ /* ADDED 071204 11:45 */
	/*padding: 3px 3px 3px 10px;*/
	padding: 3px 3px 3px 12px;
	/*background-color: #99CCCC;*/
	background-color: #9B0A0C;
	list-style-type: none;
	/*font-weight: normal;*/
	color: #FFFFFF;
	border-bottom: 1px solid #F15A27;
	font-weight: bold;
	
}


.MenuItemSelectedOdd2, 
.MenuItemSelectedEven2 {
	margin-right: -10px; /* ADDED 071204 11:45 */
	/*padding: 3px 3px 3px 10px;*/
	padding: 3px 3px 3px 12px;
	/*background-color: #99CCCC;*/
	background-color: #9B0A0C;
	list-style-type: none;
	/*font-weight: normal;*/
	color: #FFFFFF;
	border-bottom: 1px solid #F15A27;
	font-weight: bold;
	
}
/*.subMenuImage,
.MenuSelectedArea2 img, 
.MenuItemSelectedOdd2 img, 
.MenuItemSelectedEven2 img {
	margin-left: -10px;
	padding-right: 6px;
}*/

/*li img {
	margin-left:-10px;
}*/

/*.subMenuImage {
	margin-left:-20px;
}*/
/*END BULLET MENU STYLING LEVEL 2*/

/*BEGIN BULLET MENU STYLING LEVEL 3

.SubMenuDefaultLevel3 {
	margin:0px;
	padding:0px;
}

.MenuNonSelectedArea3 {
	padding: 3px 3px 3px 10px;
	background-color: #FFFFFF;
	list-style-type: none;
margin:0px;
}

.MenuSelectedArea3 {
	padding: 3px 3px 3px 10px;
	background-color: #9B0A0C;
	list-style-type: none;
	font-weight: bold;
margin:0px;
}

.MenuItemNonSelectedOdd3 {
	padding: 3px 3px 3px 10px;
	background-color: #9B0A0C;
	list-style-type: none;
margin:0px;
}

.MenuItemNonSelectedEven3 {
	padding: 3px 3px 3px 10px;
	background-color: #9B0A0C;
	list-style-type: none;
margin:0px;
}

.MenuItemSelectedOdd3 {
	padding: 3px 3px 3px 10px;
	background-color: #9B0A0C;
	list-style-type: none;
	font-weight: bold;
margin:0px;
}

.MenuItemSelectedEven3 {
	padding: 3px 3px 3px 10px;
	background-color: #9B0A0C;
	list-style-type: none;
	font-weight: bold;
margin:0px;
}

.subMenuImageLevel3 {
	margin-left:-10px;
}
.subMenuImageLevel4 {
	margin-left:-30px;
}
END BULLET MENU STYLING LEVEL 3*/

/*.SubMenuDefaultLevel3 {
margin:0px;
	padding: 0px;
	border-top: 1px solid #F15A27;
	border-left: 4px solid #FEEEE9;
}
.SubMenuDefaultLevel3 {
	margin-left: -16px;
	margin-right: -14px;
	margin-bottom: 0px;
	padding: 0px;
	padding-left: 20px;
	border-left: 4px solid #E5EED2;
	border-top: 1px solid #F15A27;
}

.subMenuImageLevel3 {
	margin-left:-10px;
}

.MenuNonSelectedArea3,
.MenuItemNonSelectedOdd3,
.MenuItemNonSelectedEven3 {
	/*padding: 3px 3px 3px 10px;*/
	padding: 3px 3px 3px 12px;
	background-color: #9B0A0C;
	list-style-type: none;
	font-weight: normal;
	border-bottom: 1px solid #F15A27;
}

.MenuSelectedArea3,
.MenuItemSelectedOdd3,
.MenuItemSelectedEven3 {
	/*padding: 3px 3px 3px 10px;*/
	padding: 3px 3px 3px 10px;
	background-color: #9B0A0C;
	list-style-type: none;
	font-weight: bold;
	border-bottom: 1px solid #F15A27;
}
.subMenuImageLevel4 {
	margin-left:-30px;
}*/


/*Begin AESTYLE*/
.strapline {
	display: block;
	float: right;
	width: 30%;
	text-align: center;
	margin: 0;
	padding: 0;
	margin-left: 1.0em;
	margin-right: 1.0em;
	color: #333366;
	font-size: 1.2em;
/*	background-color: #CECEDE;*/
	font-weight: normal;
	}
.strapline p {
	padding: 5px;
	}
.strapline strong {
	color: MidnightBlue;
	font-weight: normal;
	}
.straplineRight {
	display: block;
	float: right;
	width: 30%;
	text-align: center;
	margin: 0;
	padding: 0;
	margin-left: 1.0em;
	color: #000000;
	font-size: 1.2em;
	/*background-color: #CECEDE;*/
	border-top: 3px solid #FF3300;
	border-bottom: 3px solid #FF3300;
	font-weight: normal;
	}
.straplineRight p {
	padding: 5px;
	}
.straplineRight strong {
	color: #000000;
	font-weight: normal;
	}
.straplineLeft {
	display: block;
	float: left;
	width: 30%;
	text-align: center;
	margin: 0;
	padding: 0;
	margin-right: 1.0em;
	color: #000000;
	font-size: 1.2em;
	/*background-color: #CECEDE;*/
	border-top: 3px solid #FF3300;
	border-bottom: 3px solid #FF3300;
	font-weight: normal;
}
.straplineLeft p {
	padding: 0.5em;
}
.straplineLeft strong {
	color: #000000;
	font-weight: normal;
}
.author {
	margin: 0;
	padding-bottom:0.5em;;
	color: #000000;
	font-size: 0.8em;
}

/*End AESTYLE*/

/***********************************************************************
	3 - FORMS
************************************************************************/
/*form {
  margin: 0px;
  padding: 0px;
}*/


.formContainer input, form select {
  margin: 0px;
  padding: 0px;
  font-size: small;
}

.formContainer label, form textarea {
	font-size: small;
}

.formContainer {
	padding: 5px;
}

.FormField {
	margin: 0px 0px 5px 0px;
}

.formContainer label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
        width:100%;
	/*width: 150px;*/
	padding: 0px; 
	margin: 0px 0px 5px 0px; /* set top margin same as form input - textarea etc. elements */
	text-align: left; /* Can be set to 'right' if you prefer right align field lables */
	vertical-align: top;
}

.FormField label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left;
        width:100%; 
	/*width: 150px;*/
	padding: 0px; 
	margin: 0px 0px 5px 0px; /* set top margin same as form input - textarea etc. elements */
	text-align: left; /* Can be set to 'right' if you prefer right align field lables */
	vertical-align: top;
}


/* Added in by C2 for custom forms as width:100% won't work with these */
.FormField_c label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left;
        width: 150px;
	padding: 0px; 
	margin: 0px 0px 5px 0px; /* set top margin same as form input - textarea etc. elements */
	text-align: left; /* Can be set to 'right' if you prefer right align field lables */
	vertical-align: top;
}

#login label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
        width:100%; 
	/*width: 150px;*/
	padding: 0px; 
	margin: 0px 0px 5px 0px; /* set top margin same as form input - textarea etc. elements */
	text-align: left; /* Can be set to 'right' if you prefer right align field lables */
	vertical-align: top;
}
.FormField_sm label {
	width: 80px;
	margin-bottom: 10px;
}

.FormField_sm select {
	font-size: small;
	
}


.FormField_sm span {
	width: auto; /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	font-size: small;
	display: block;
	
}

.formContainer input {
	
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width: auto; /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin: 0px 10px 0px 0px; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
	padding: 0px;
}

.FormField input {
	
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width: auto; /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin: 0px 10px 0px 0px; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
	padding: 0px;
}

#login input {
	
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width: auto; /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin: 0px 10px 0px 0px; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
	padding: 0px;
}


.formContainer br {
	clear: left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

.infoText {
	margin-bottom: 20px;
}

.infoText p {
	font-size: smaller; 
	margin: 0px;
	color: #B22222; /* Colour for infoText please change*/
}

.formButtons {
	clear:both;
	margin-top:20px;
}

.FormDescription {
	font-size:small;
}	

.FormField span {
	width: auto; /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	font-size: small;
	display: block;
	padding-top: 5px;
}

.nospanblock
{
	display: inline !important;
	
}

.nospanblockdate
{
	float: left !important;
	
}
.smallpaddingright
{
	padding-right: 0px !important;
	margin-right: 2px !important;
}
.smallerwidth
{
	float:left;
	width: 100px !important;
}

.formItemError
{
	border: 1px dashed red;
	background-color: #E7BEBE;
}

.paymentdiv
{
	float:left;
	width:85%;
}

.paymentright
{
	float:right;
	vertical-align:top;
}


/***********************************************************************
	7 - FORM COLUMN STRUCTURE
************************************************************************/
#form_left {
	width: 45%;
	float: left;
}

#form_right {
	width: 45%;
	float: left;
}

/******************************************************************************
	MISC.
*******************************************************************************/

.errorText {
	color:red;
}


.errorText p{
	color:red;
}

#image div
{
        border: none !important;        
}

#this a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0.5em 0.5em;
	background: #990000;
        color: white !important;
	/*padding-left: 1.0em;*/
}	
}
.teaser {
	border-bottom: 1px solid #990000 !important;
	border-top: 0px!important;
	border-left: 0px!important;
	border-right: 0px!important;
	display: block;
	clear: both;
	margin-bottom: 1.0em!important;
}
.teaser h3 {
	text-decoration: underline!important;
	font-size: 1.6em;
	font-weight: normal!important;
	margin: 0!important;
	padding: 0!important;
	background: none!important;
	/*font-size: 0.9em;*/
	color: #333333!important;
}
.teaser div a, 
.teaser div a:link {
	color: #333333!important;	
	text-decoration: underline!important;
	font-weight: normal;
}
.teaser div a:visited {}
.teaser div a:focus, 
.teaser div a:active {
	color: #333333!important;
	text-decoration: underline;
	font-weight: bold;
}
.teaser img {
	float: left;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
}
.date {
	/*float: right;*/
	border: 0px!important;
	background: none;
	margin: 0!important;
	padding: 0!important;
	font-weight: bold;
	font-size: 1.1em;
	color: #990000;
}



.additional {
	border: 1px solid #990000;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}

.floatleft {
	float:left;
	width: 763px;
}

.floatright {
	float:right;
	font-weight: bold;
	width: 168px;
}

.floatright a {
	text-decoration: underline !important;
	color: #000066 !important;
}

.addToFavouritesLink {
	padding-left: 10px;
	padding-bottom: 10px;
}

.hiddenLabel, .offscreen {
	position: absolute;
	left: -200px;
	top: -200px;
}

/* *** CSS TABLE-LESS FORM LAYOUT *** */
/* MAIN CONTAINER DIV */
div.panel
{
	float:left; 
	width:600px; 
	border:0px solid #fff; 
	padding-left:12px;
	margin:0px auto;
}

/* ROW */
div.row 
{
	clear: both;
	padding-top: 7px;
	
}

/* ROW LABEL */
div.row label
{
	padding-bottom:5px;
	float: left;
	width: 165px;
	text-align: left;
	font-weight:bold;
}

/* ROW INPUT */
div.row input
{
	float: left;
	text-align: left;
	font-weight:normal;
	margin-right:15px;
}

/* ROW SELECT & TEXTAREA */
div.row select, div.row textarea
{
	float: left;
	text-align: left;
	margin-right:50px;
	font-weight:normal;
}

div.row textarea
{
	/*margin-bottom:3px;*/
}

/* CHECKBOX INPUT */
div.checkbox input
{
	float: left;
	width: 500px;
	text-align: left;
	margin-left: 0px;
	margin-top:0px;
}

/* RADIO BUTTONS LABEL */
div.checkbox label
{
	float: left;
	width: 550px;
	text-align: left;
	margin-right:10px;
	font-weight:bold;
	padding-top:3px;
	margin-top:0px;
}

/* PUSHES THESE ELEMENTS INTO LINE */
div.panel p,div.panel h2 {
	padding:0px;
	margin-left:0px;
}

div.panel span.error {
	color:#FF0000;
}

div.row img {
	border:0px;
}

/* DATE ROW SELECT & INPUT */
div.daterow select, div.daterow input
{
	font-weight:normal;
	float: left;
	text-align: left;
	margin-right: 10px;
}

/* DATE ROW LABEL */
div.daterow label
{ 	
	padding-left:0px;
	float: left;
	text-align: left;
	margin-right:10px;
	border: 0px solid #000;
	width:35px;
}

div.panel .formButton
{
	text-align:center;
}

	div#loginBox
	{
		padding: 0px 0px 0px 0px;
		align:middle;	
	}
	
	div#loginBox .formRow
	{
		width: 100%;
		padding: 0px 0px 5px 4px;
		height:60px;
		margin:0px;
		vertical-align:middle;
		/*border:1px solid #000000;*/	
	}
	
	div#loginBox .formRow label
	{
		float:left;
		margin: 0px;
		width:75px;
		padding-top:3px;
		height:100%;
	}
	
	div#loginBox .formRow input
	{
		margin: 0px 0px 10px 0px;
		width:200px;
		float:left;
	}
	
	div#loginBox .formRow p
	{
		padding:0px 0px 5px 0px;
	}
	
	div#loginBox #errorDetails
	{
		color:red;
		padding:0px 0px 0px 4px;
		_padding:0px 0px 5px 4px;
		width:330px;
	}

/* MAIN CONTAINER DIV FOR ALL DIVS */
#loginContainerDiv 
{
        padding:0px !important;
	padding-bottom:20px !important;
}

/* LEFT COLUMN DIV */
#leftColumn
{	
	/* border-right:1px solid black; */
        float:left;
	width:338px;
	_width:49%;
        padding:0px 10px 0px 0px !important;	
}

/* RIGHT COLUMN DIV */
#rightColumn
{	
	border:0px !important;
	_clear:both;
	float:right;
	width:338px;
	_width:49%;
        padding:0px !important;
}

/* LEFT AND RIGHT COLUMN HEADINGS */
#leftColumnHeading
{
        padding:10px 0px 10px 0px !important;
	width:50%
	height:20px;
	/* border-bottom:1px solid black; */	
}

#rightColumnHeading
{
        padding:10px 0px 10px 0px !important;
	width:50%
	height:20px;
	/* border-bottom:1px solid black; */
}


/* LEFT COLUMN CONTENT DIVS */
#leftColumnTopContent
{
	width:100%;
        padding:0px !important;
        margin:1px !important;
}


#leftColumnMiddleContent
{
	width:100%;
        padding:0px !important;
        margin:1px !important;
}

#leftColumnBottomContent
{
	width:100%;
        padding:0px !important;
        margin:1px !important;
}
/* LEFT COLUMN CONTENT DIVS */


/* RIGHT COLUMN CONTENT DIVS */
#rightColumnTopContent
{
	width:100%;
        padding:0px !important;
        margin:1px !important;
        background-color:#CCCCCC;
}

#rightColumnMiddleContent
{
	width:100%;
        padding:0px !important;
        margin:1px !important;
}

#rightColumnBottomContent
{
	width:100%;
        padding:0px !important;
        margin:1px !important;
}

/* CENTRE BLACKBOARD LOGIN IMAGE */
#rightColumnBottomContent
{
	text-align:center;	
}

#rightColumnBottomContent img
{
	padding-top:10px;
}
/* RIGHT COLUMN CONTENT DIVS */



	div#regDetails
	{
	
		width:95%;
		padding:0px;
		
	}
	div#regDetails #mainContent
	{
		float:left;
		padding:0px;
		width:600px;
	}
	div#regDetails #warningText, div#regDetails #errorText
	{
		padding:0px 0px 10px 0px;
	}	
	div#regDetails #mainContent .regRow
	{
		padding:0px 0px 0px 15px;
		height:40px;
		vertical-align:middle;
	}
	div#regDetails #mainContent .regRow label
	{
		font-weight:bold;
		padding:0px;
		width:140px;
		height:20px;
		float:left;
	}

	.mandatoryStatement
	{
		width:400px;
	}
	
	div#regDetails #mainContent .regRow input, div#regDetails #mainContent .regRow #dob
	{
		
		padding:0px;
		height:20px
		float:right;
	}
	
	div#regDetails #mainContent .regRow #dob label
	{
		width:30px;
		padding-left:5px;
		font-weight:normal !important;
		float:none;
	}

.button {
	width:auto;
}
.smallertextsize
{
	font-size: 0.8em;
}
.AEValidation
{
    color: Red;
}

/*kelly*/

/* CMD STYLING */

.paging_info {   
       width:100%;
       padding:10px 0px;     
}

.results {
      padding-bottom:10px;
      width:100%;   
}

.resultList {   
       font-style:normal; 
       width:100%;   
}

.resultList td {   
       padding-right:10px; 
}

.alternative em {   
       font-style:normal;    
}

.alternative td {   
       background-color:#FFFFFF;     
}

.alternative a {   
       font-style:normal;    
}

.feature-list h2 {
       margin:0px;
       padding-bottom:10px;
}

.feature-list p {
       margin:0px;
       padding:5px 0px;
}

.ae_image
{
  border-style: none;
}
