/* --------------------------------------------------------------------Generic Styles */

body {
	font-family: "Trebuchet MS", sans-serif;
	color: #333333;
	margin: 0px;
	text-align: center;
	background-color:  #f9f9f9;
	background-repeat: repeat-x;
	background-attachment: fixed;

}     /* only use 'repeat-x' for gradient to work */

body table { /* main central table of site */
	width: 750px;
	background-color:  #FFFFff;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;}

p { /* line-height is set for easy reading at 22px */
	text-indent: 0pt;
}

li{
	/*clip: rect(auto auto 10px auto);*/
	padding-bottom: 7px; /* Use 7px for easy reading */
}

p, li {
	font-size: 14px;
	line-height: 22px;}

div { /* for older browsers that don't carry over font sizes */
	font-size: 14px;
}

td { /* DO NOT CHANGE - for compatibility issues */
	width: auto;
}


/* --------------------------------------------------------------------Headers */

xxx.xxxxxxxxxxHeaders {}

h1 { /* for main headline of page ONLY, use only 1 per page. eg "SmarterBrain Training" or the course title */
	color: #333333;
	background-color: #ffffff;
	text-align: center;
	padding: 3px;
	width: 97%;
	border: 1px solid #df0000;
	text-transform: none;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bolder;
	/*background-image: url(images/heading_background.jpg);*/
	font-size: 25px;


}
h2 { /* eg Main chapter headings.  Use as often as req'd. */
	color: #333333;
	text-align: center;
	padding: 3px;
	width: 97%;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	margin-top: 30px;
	font-size: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #df0000;

}
h3 { /* For Sub-headings, or smaller headlines if page is small */
	color: #333333;
	text-align: center;
	padding: 3px;
	width: 97%;
	font-weight: normal;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 17px;
	/*border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #df0000;*/
}

td.right h4 { /* Anything not important enough for H3 & above */
	color: #333333;
	text-align: center;
	font-weight: bold;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 15px;

}

h4 { /* Anything not important enough for H3 & above */
	color: #333333;
	text-align: center;
	font-weight: bold;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 15px;

}

h5 { /* Sub-headings of H4 */
	color: #333333;
	text-align: left;
	font-weight: bold;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;

}


/* --------------------------------------------------------------------Hyperlinks */

xxx.xxxxxxxxxxHyperlinks {}

a{ /* Standard hyperlinks in text.  Rich blue */
	color: #df0000;
	font-weight: normal;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;


}
a:hover { /* Rich red  */
	color: #df0000;
	text-decoration: none;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #df0000;

}

a.download { /* Button-style hyperlink used on Downloads page */
    color: #000000;
	text-decoration: none;
	font-weight: bold;
	margin: 1px;
	padding: 1px;
	border: 1px solid #000000;
	background-color:  #df0000;
	height: 20px;}

a.download:hover { /* Reverses bgroung color & text color of a.download */
	color: #FFFFFF;
	font-weight: bold;
	background-color: #000000;
	text-decoration: none;
	border: 1px solid #000000;
	}
	
input.a { /* Button-style hyperlink used on book now buttons */
    color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 1px;
	padding: 1px;
	border: 1px solid #000000;
	background-color:  #FFFFff;
	height: 30px;}
	
/* --------------------------------------------------------------------Large buttons on the homepage */

xxx.xxxxxxxxxxFrontButtons {}
	
div.frontbutton1 {
	background-color: #b60303;
	height: 50px;
	width: 100px;
	padding-top:5px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	background-image:url(images/button_background.gif);
}
div.frontbutton2 {
	background-color: #b60303;
	height: 50px;
	width: 100px;
	padding-top:5px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	background-image:url(images/button_background.gif);
}
div.frontbutton1 a, div.frontbutton2 a  {
    font-weight: bold;
	color: #FFFFFF;
	border:none;
}
div.frontbutton1 a:hover, div.frontbutton2 a:hover {
    font-weight: bold;
	color: #ffffff;
    text-decoration:underline;
	border:none;
}

/* --------------------------------------------------------------------layout for individual cells*/
/* --------------------------------------------------------------------left hand side menu */
/* --------------------------------------------------------------------ignore the "right" titles, all of */
/* --------------------------------------------------------------------this section is on the left of the page*/

xxx.xxxxxxxxxxLeftHandMenu {}

a.linkbox { /* The boxes that go around each link. */
border-bottom: 1px solid #000000 !important;
	padding: 3px;
	margin-bottom:1px;
}
a.linkbox:hover { /* The boxes that go around each link. */
border-bottom: 1px solid #000000 !important;
	padding: 3px;
	margin-bottom:1px;
}

td.right {
	width: 225px;
	padding: 3px 3px 25px;
	vertical-align: top;
	border-right-style: solid;
	border-right-width: 6px;
	border-right-color: #eeeeee;
	border-left-width: 0px;
	border-left-style: none;
	background-color: #FFFFFF;
	color: #000000;

}
td.right p{ /* set at 25px for easy reading */
	line-height: 25px;
	text-indent: 0pt;
}
td.right a{
	height: 25px;
	width: 225px;
	padding: 5px 2px;
	margin-bottom:5px;
	font-weight: normal;
	border-bottom: none;
	color: #df0000;
	text-decoration: underline;
	margin-top: 5px;



}
td.right a:hover {
	height: 25px;
	width: 225px;
	font-weight: normal;
	border-bottom: none;
	color:  #df0000;
	text-decoration: none;
	}
	
td.right div a {
	height: 30px;
	width: 90px;
	text-decoration: none;
	padding: 2px;
	margin: 2px;
	font-weight: normal;
	color: #ffffff;

}
	
td.right div a:hover {	
	height: 30px;
	width: 90px;
	text-decoration: none;
	padding: 2px;
	margin: 2px;
	font-weight: normal;}

/* --------------------------------------------------------------------upper link bar */

xxx.xxxxxxxxxxLinkBar {}

td.linkbarright{
	background-color: #000000;
	color: #FFFFFF;
	text-align: right;
	padding: 3px;
	background-image: /*url(images/heading_background.jpg)*/;
	font-size: 13px;
	width: 525px;
	border: 0px none #000000;
}
td.linkbarright a, td.linkbarleft a, td.lower a  { /* Small button hyperlinks on top & bottom, eg Home, Contact Us, Downloads, Site Map */
	color: #df0000;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	margin: 1px;
	padding: 1px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	height: 15px;
	}
td.linkbarright a:hover, td.linkbarleft a:hover, td.lower a:hover  {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #df0000;
	text-decoration: none;
	border: 1px solid #000000;

	}
	
td.linkbarleft{
	color: #000000;
	border-top-width: 0px;
	border-right-width: 6px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #444444;
	border-bottom-color: #000000;
	border-left-color: #000000;
	text-align: center;
	padding: 3px;
	font-weight: normal;
	font-family: "Trebuchet MS", sans-serif;
	border-top-color: #000000;
	font-size: 16px;
	width: 225px;
	background-image: /*url(images/heading_background.jpg)*/;
	background-color: #000000;





}

/* ------------------------------------------------------ main content cell */

xxx.xxxxxxxxxxMainContentCell {}

td.leftlower { 
    /* Cell for main page *content* - it is on the right hand side of the page. It is called leftlower 
    because it used to be on the left*/
	width: 525px;
	background-repeat: repeat-x;
	border: 0px none #000000;
	padding-top: 12px!important;
	padding-right: 4px!important;
	padding-left: 12px!important;
	padding-bottom: 80px!important;
	vertical-align: top!important;
}

/* --------------------------------------------------------------------upper logo*/

xxx.xxxxxxxxxxUpperLogo {}

td.logo { /* Large cell at top of page for logo & image */
	color: #000000;
	height: 97px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 24px;
	border: 0px none #000000;
}

td.logo td.picture { /* Left cell with Logo */
	margin: 0px;
	padding: 0px;
	height: 110px;
	width: 110px;
}

td.logo td.picture a, td.logo td.picture a:hover { border:none;}

td.logo td div.titletext {
	margin: 0px;
	padding: 0px 0px 0px 6px;
	vertical-align: middle;
	text-align: left;
	height: 110px;
}

span.titleline1 {
	color: #000000;	
	font-size: 30px;
}

span.titleline2 {
	font-size: 15px;
	font-family: "Lucida Handwriting", "Freestyle Script", "Bradley ITC", "John Handy LET", "book antiqua", cursive, serif;
	color: #df0000;

}

/* --------------------------------------------------------------------any tables that are used on the page */

xxx.xxxxxxxxxxTables {}

.table { /* DO NOT REMOVE */
	margin: 0px;
	padding: 0px;
	width: 500px; /* Must never exceed width of 'td.leftlower' cell */
	border: none;

}

.table th { /* Table header cells */
	font-size:14px;
	font-weight:bold;
	border:1px solid #dddddd; /* teal: #E4FDF4 */
	padding:2px 2px 2px 2px;
	text-align: left;
	margin: 2px;
}
.table td {
	font-size:14px;
	border:1px solid #dddddd; /* teal: #E4FDF4 */
	padding:2px 2px 2px 5px;
	vertical-align: middle;
	text-align: left;
}
.table td.alright  {
    font-size:14px;
	border:1px solid #dddddd; /* teal: #E4FDF4 */
	padding:2px 2px 2px 2px;
	vertical-align: middle;
	text-align: right;}
	
.table td.alcentre {
    font-size:14px;
	border:1px solid #dddddd; /* teal: #E4FDF4 */
	padding:2px 2px 2px 2px;
	vertical-align: middle;
	text-align: center;}
	
.table caption { /* Title for table.  eg 'Workshop dates' on venue page */
	font-size:16px;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:  #dddddd; /* teal: #E4FDF4 */
}
.table th.one { /* eg 'Month & Year' for venue page dates */
	background-color: #df0000; /* teal: #03b1b6 */
	border: 1px solid #b60303; /* teal: #03b1b6 */
	color: #FFFFFF;

}
.table th.two { /* eg 'Date' & 'Course' titles on venue page */
	border: 1px solid #e6C1C1; /*teal: C1e6E6*/
	background-color: #fDf0F0; /*teal: f0fDFd*/

}

.table2 {
	margin: 0px;
	padding: 0px;
	width: 350px;
 	border: 1px solid #000000;
	float: right;
}

td.table2one {
	margin: 0px;
	padding: 0px;
	width: 285px;
	height: 35px;
	vertical-align: middle;

}

td.table2two {
	margin: 0px;
	padding: 0px;
	width: 50px;
	height: 35px;
	vertical-align: middle;

}

.table2 th {
height:55px;
}

td.table2three {
	margin: 0px;
	padding: 0px;
	width: 15px;
	vertical-align: middle;
	text-align:center;}

/* --------------------------------------------------------------------other individual cell styles */

xxx.xxxxxxxxxxOtherCellStyles {}

td.leftupper{
	height: 25px;
	padding: 3px;
	text-align: right;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F4F4F4;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #F4F4F4;
	border-right-color: #F4F4F4;
	border-left-color: #F4F4F4;
	font-size: 14px;

}

td.lower{ /* Lower cell containing legal links, eg 'Terms & conditions' */
	height: 25px;
	padding: 40px 3px 3px;
	background-color:  #FFFFff;
	vertical-align: bottom !important;
	text-align: right;
	font-size: 11px;
	width: 525px;
	border: 0px none #000000;
}
td.rightborder {
border-left:solid 1px #000000;}

/* --------------------------------------------------------------------images */

xxx.xxxxxxxxxxImages {}

img {margin: 3px; padding: 3px;} /* DO NOT REMOVE */

img.border {
	border: 3px dashed #F4F4F4;
}

/* --------------------------------------------------------------------inline divs with extra content that float to the left or to the right of text */

xxx.xxxxxxxxxxFloatingDivs{}

div.floatleftborder {
	border: 1px solid #02669b;
	padding: 3px;
	float: left;
	margin: 2px 10px 2px 0px;
	background-color:  #FFFFff;


}

div.floatrightborder {
	border: 1px solid #00669b;
	padding: 3px;
	margin: 2px 0px 2px 10px;
	float: right;
	background-color:  #FFFFff;

}

/* --------------------------------------------------------------------other styles */

xxx.xxxxxxxxxxQuoteBoxes {}

blockquote{
	border: 1px solid #999900;
	padding: 3px;
	margin: 2px 10px;
	float: right;
	background-color:  #ffffbb;
	font-size:18px;
}


/* --------------------------------------------------------------------other styles */

xxx.xxxxxxxxxxOtherStyles {}

div.boxhighlight { border:#df0000 solid 1px; 
    width: 360px; 
	font-size:22px; 
	background:#FFFFF9; 
	color:#330000; 
	padding:5px; 
	text-align:center; 
	margin-left:72px; 
	margin-right:72px;}

.centre {
text-align: center; }

.floatleft { /* DO NOT REMOVE either floats */
	float: left;}
.floatright {
	float: right;
}

.audioonly { /* DO NOT REMOVE.  Any text used for screen readers but not displayed on the page */
	color: #FF0000;
	position:absolute;
	left:-9000px;
}
.noncssonly { /* DO NOT REMOVE.  For non-CSS/ CSS-disabled sites. Also read by screen readers */
	color: #00FF00;
	position:absolute;
	left:-9000px;
}

noscript, noscript p { /* eg Javascript disabled message */
	font-size: 11px;
	line-height: 15px;
}
.red {
	color: #df0000;
}
.blue {
	color: #000000;
}
acronym{
	border: 0px none;
	text-decoration:none;
}
abbr{
	border: 0px none;
	text-decoration:none;
}
.hidepda {color:#ffffff;}

.small {
	font-size: 11px;
}
table.titletable {
	border: none;
}
.border {
	border: 1px solid #000000;
	padding: 5px;
}
