


/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 0.1em;
}

form {
  margin: 0;
  padding: 0;
}

body {
	font-family: Calibri, Arial, Verdana;
	line-height: 1.3em;
	/* margin: 0px 0px 0px 0px; */
	margin: 0em 0em 0em 0em;
	font-size: 0.9em;
	color: #333;
}


/* ANNIKA removing silly dotted line surrounding all links on the site */
a { outline-style: none; -moz-outline-style:none; } 

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #426fb0; /* ANNIKA */
	letter-spacing: 0.08em;
}

a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #FF8500; /* ANNIKA */
	letter-spacing: 0.08em;
}

input.button { cursor: pointer; }

p { margin-top: 0.5em; margin-bottom: 0.5em; }

img { 
	border: 0 none; 
	padding:0.4em; 
}

/*****************************/
/*** ANNIKA ul bullets ***/
/*****************************/
/* ul { */
    	/* margin-left: 20px; /* ANNIKA adds space before bullet */
    	/* list-style: none; */
	/* margin: 0; */

/* } */

/* li { */
    	/* padding-left: 20px; *//* ANNIKA adds space between the bullet image and the text */
	/* background-image: url(../images/bulletWhite.gif);*/
	/* background-repeat: no-repeat;*/
	/* background-position: 0 0.2em;*/
	/* padding-left: 2em;*/
	/* margin-left: 2em;*/
/* } */

/* these are for bullets with the little arrow image as bullet */
.nicelist, .squashedlist {
        list-style: none;
        /* padding-right: 3em; */
        margin: 0;
} 
	
.nicelist li {	
        background-image: url(../images/bulletWhite.gif);
        background-repeat: no-repeat;
        background-position: 0 1em;
        padding-left: 2em; /* ANNIKA adds space between the bullet image and the text */
	padding-top:1em;	
        margin-left: 0em;
}

.squashedlist li {
        background-image: url(../images/bulletWhite.gif);
        background-repeat: no-repeat;
        background-position: 0 0em;
        padding-left: 1.2em; /* ANNIKA adds space between the bullet image and the text */
        padding-top:0em;
        margin-left: -2em;
}


/*****************************/
/*** ANNIKA ul bullets END ***/
/*****************************/


/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/


#page_bg { 
	/* padding: 10px 0;   */
	padding: 0.625em 0;  
	margin-bottom: 0.1em;
}

div.center {
  text-align: center;
}

div#wrapper {
	margin-left: auto;
	margin-right: auto;
}

body.width_medium div#wrapper {
	/* width: 950px; */
	width: 59em;
}

body.width_small div#wrapper {
	/* width: 773px; */
	width: 48em;
}

body.width_fmax div#wrapper {
	/* min-width: 750px; */ /* ANNIKA changing site width */
	/* min-width: 800px;*/
	min-width: 56em;
	/* max-width: 1050px;*/
	max-width: 74em;
}

div#header_l { /* ANNIKA modifying this to accomodate two logos, left & right & black bg */
	position: relative;
        background-color: black; 
	/* height: 96px; */
	height: 6.65em;
	margin-left: 1.8em; 
        margin-right: 1.6em; /* ANNIKA aligning header black bg to content */
}

div#header_r {
	height: 6.65em;
        /* margin-right: 50px;*/ /* ANNIKA aligning header black bg to content */
        margin-left: 0em; /* ANNIKA aligning header black bg to content */
        margin-right: 0em; /* ANNIKA aligning header black bg to content */
	margin-top: 0.626em;  /* ANNIKA lowers the whole lot */
        padding-left: 0; /* ANNIKA  reducing padding to move top horizontal menu more left*/
        overflow: visible;   /* ANNIKA */
        text-align: left;

        background: url(../images/blacktrace_logo_left.jpg) 0 0 no-repeat;  

        /* padding-right: 30px; */
        /* overflow: hidden; */
}

/* ANNIKA edited the following */
div#logo {
        position: absolute;
        right:0px;
        top:0;
        /* width: 1000px; *//* ANNIKA width covering all of header */
        /* width: 177px;  */
	width: 12.3em;
        height: 6.65em;
        background: url(../images/blacktrace_logo_right.jpg) 0 0 no-repeat;
        /* background: url(../images/mw_joomla_logo.png) 0 0 no-repeat;*/
        /* background: url(../images/mw_line_grey.png) 50% 0 repeat-y;*/
        /* left: 0;*/
        /* float: left; */
        /* width: 298px;
        /* height: 75px; */
        /* margin-left: 7px; */
        /* margin-top: 10px;*/ /* ANNIKA this lowers header content, mainly menu buttons */
}

div#newsflash {
	width: auto;
	margin-left: 21.88em; /* which - em or px!? was with none, just added em .. */
	/* margin-right: 30px; */
	margin-right: 1.87em;
	border: 0.06em solid #00f;
}
.contentdescription.blacktrace_news_sfx {
	/* width:100px; */
	width: 6.25em;

}

/**************************************************************/
/* ***************** ANNIKA footer ****************************/
/**************************************************************/

div#footer { 
	/* background-color: black; */
        /* background: url(../images/blacktrace_footer.jpg) 0 0 no-repeat;  */ /* can't get this in nicely with the rounded spiffy corners.. */
	/* width:1000px; */
	/* width: 62.50em; */
        /* min-width: 800px; */
        /* max-width: 1050px; */

        min-width: 47em;
        max-width: 74em; 

	/* height:48px; */
	height: 4em;
	margin-left:2.3em;
	margin-right:2em;

 }
div#footer_r {
	margin-top:0;
	height: 3.3em;
        overflow: hidden;
  	line-height: 1em;

/*        background-image: url(../images/arrow-right.png); 
        background-attachment: fixed;
        background-position: top left;
        background-repeat: no-repeat;*/

}

div#footer_r div {
        text-align: center;
        font-size: .90em;
        color: #6b6b6b;
        letter-spacing: 0.08em;
}

div#footerspacer {
        /* height: ; */
}
/* applying rounded corners to black background */
/* http://www.spiffycorners.com *****************/
.spiffy{display:block}
.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#000000}
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #919191;
  border-right:1px solid #919191;
  background:#3f3f3f}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #e5e5e5;
  border-right:1px solid #e5e5e5;
  background:#303030}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #303030;
  border-right:1px solid #303030;}
.spiffy4{
  border-left:1px solid #919191;
  border-right:1px solid #919191}
.spiffy5{
  border-left:1px solid #3f3f3f;
  border-right:1px solid #3f3f3f}
.spiffyfg{
  background:#000000}

/**************************************************************/

#pathway { /* ANNIKA this is the breadcrumbs */
	padding: 0px 0.625em 0.3em; 
	width: auto;
	margin-top: -0.125em;
	margin-right: 15.6em;
	text-align: left;

}

#search { /* not used */
	float: right;
	width:320px;
	margin-top: -20px;
	margin-right: 30px;
	/* height: 40px; */ /* ANNIKA lowering this to bring down gap between banner & content */
	height: 10px;
	overflow: hidden;
	text-align:right;
}

form#searchForm input {
	vertical-align: middle;
}

form#searchForm table {
	border-collapse: collapse;
}

form#searchForm td {
	padding:0;
}

#mod_search_searchword {
	padding-left: 3px;
}

#area {
	padding: 0;
}

#whitebox {
	/* margin: 0 21px 0px 21px; */
	/*  margin: 0 21px 0px 25px; *//* ANNIKA shifting body to the right a little */
	margin: 0 1.5em 0em 1.7em; /* ANNIKA shifting body to the right a little */
	background: #fff;
	width: auto;
}

#whitebox div {
	text-align: left;
}

#whitebox_t {
	background: #fff url(../images/mw_content_t.png) 0 0 repeat-x;
}

#whitebox_tl {
	background: url(../images/mw_content_t_l.png) 0 0 no-repeat;
}

#whitebox_tr {
	/* height: 10px; */
	height: 0.6em;
	overflow: hidden;
	background: url(../images/mw_content_t_r.png) 100% 0 no-repeat;
}

#whitebox_m {
	/* border-left: 0.0625em solid #ccc; */ /* ANNIKA  border, when defined in em's, doesn't show in Opera at all!! */
	/* border-right: 0.0625em solid #ccc; */
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: auto;
	padding: 0.0625em 0.5em;
}

#whitebox_b {
	margin-top: -0.3125em;
	background: url(../images/mw_content_b.png) 0 100% repeat-x;
}

#whitebox_bl {
	background: url(../images/mw_content_b_l.png) 0 100% no-repeat;
}

#whitebox_br {
	/* height: 13px; */
	height: 0.8125em;
	background: url(../images/mw_content_b_r.png) 100% 100% no-repeat;
}


#leftcolumn {
	padding: 0;
	margin: 0;
	width: 20%;
	float:left;
}

#maincolumn,
#maincolumn_full {
	margin-left: 20%;
	/* padding-left: 15px; */
	padding-left: 0.9375em;
	width: 75%;
}

#maincolumn_full {
	margin-left: 0;
	padding: 0;	
	width: 100%;
}

table.nopad {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	margin-bottom: 0.9375em;
}

table.nopad td.middle_pad {
	width: 1.25em;
}

/*****************************************/
/*****************************************/
/*****************************************/


table.services {border-spacing:10px;}

td.services {
  border: 1px solid #ddd; /* ANNIKA border, when defined as em's, disappears in Opera!! */
  padding: 0.9375em;
}
/*****************************************/
/*****************************************/
/*****************************************/




/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/

div.offline {
	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
}

span.pathway {	/* ANNIKA customising breadcrumbs */
  	display: block;
  	margin: 0 0.1875em;
  	height: 0.75em;
  	line-height: 0.75em;
  	overflow: hidden;
}

/* ****************************************************************************************************** */
/* headers */ /* the main content page header */
/* ****************************************************************************************************** */

/******************************************/
/*** HEADERS, HEADINGS, headers, headings */
/******************************************/

/*************************************************************************************/
/* ANNIKA having disabled contentpagetitle, now creating a new clickable title class */
/*************************************************************************************/


a.custompagetitle, a:hover.custompagetitle, a:visited.custompagetitle, .custompagetitle{
        font-family; Candara, Calibri, Arial, Verdana; /* ANNIKA */
        letter-spacing: 0.08em;
        color:#FF8500;
        font-size: 1.9em;
        padding-bottom:0.5em;
        border-bottom: 0.0625em solid #ddd;

}

hr {border-style: solid; border-color: #ddd; border-width: 0.06em}

/*************************************************************************************/
/*************************************************************************************/
/*************************************************************************************/



div.componentheading, h1.componentheading{
  	padding-left: 0em;
  	color: #FF8500; /* main header of page ANNIKA */
  	font-size: 2.2em; /* 28px */
  	letter-spacing: 0.08em; /* 2px; */
}
h1, h2, h3, h4, h5, div.componentheading, .contentheading, .componentheading, table.moduletable th, legend, .blacktrace_pickings_column_sfx h3,  .blacktrace_news_column_sfx h3, .contentheading.blacktrace_news_column_sfx, .contentheading.blacktrace_pickings_column_sfx, table.contentpaneopen h3, table.contentpaneopen h4, .contentpagetitle.blacktrace_news_sfx,  a.contentpagetitle, a:hover.contentpagetitle, a:visited.contentpagetitle, .contentpagetitle{
	font-family; Candara, Calibri, Arial, Verdana; /* ANNIKA */
        /* text-transform:lowercase; */
	letter-spacing: 0.08em;
}

div.componentheading 
{ color: #FF8500; }

.contentheading, a.contentpagetitle, a:hover.contentpagetitle, a:visited.contentpagetitle, .contentpagetitle, div.contentpagetitle, .contentheading.contentpagetitle{ 
	color: #FF8500; 
	/* background-color : red;  */
        margin-bottom:0.8em; /* ANNIKA  margins and paddings have no effect !!! */
        /* padding-bottom:1em; */
}


/* 
.contentpagetitle {background-color : red; }
a.contentpagetitle,a.contentpagetitle:link, a.contentpagetitle:visited {text-decoration: none;font-weight: normal; color: #FF6600;border-bottom: 0em;}
a.contentpagetitle:hover {color: #000;border-bottom: 0em  dashed #CCCCCC;text-decoration: none;}
*/

h2, /*.componentheading, */table.moduletable th, legend, .blacktrace_pickings_column_sfx h3,  .blacktrace_news_column_sfx h3, .contentheading.blacktrace_news_column_sfx, .contentheading.blacktrace_pickings_column_sfx, table.contentpaneopen h3, table.contentpaneopen h4, .contentpagetitle.blacktrace_news_sfx  {

	color: #333;
}
h1 { color:#FF8500;}


h3, h4, h5, .blacktrace_pickings_column_sfx h3,  .blacktrace_news_column_sfx h3, table.contentpaneopen h3, table.contentpaneopen h4 {

	color: #333;
}
table.contentpaneopen.more_about_us h3{
	/* text-transform:capitalize;*/ /* ANNIKA need executives' names capitalized in h3 header */
}
h1, .contentheading {
	padding: 0;
	font-size: 1.6em;
	vertical-align: bottom;
	text-align: left;
	font-weight: normal;
	width: 100%;
	margin-bottom:0.8em;
	margin-top:0;
	
}

.contentheading { margin-bottom:1em;}

h2 {
	padding: 0;
	font-size: 1.4em;
	font-weight: normal;
	vertical-align: bottom;
	text-align: left;
	width: 100%;
}


.componentheading {
        margin: 0;
        font-weight: normal;
        /* font-size: 1.2em; */
        padding-left: 0em;
        text-align: left;
        /* margin-bottom: 20px; */
        margin-bottom: 0.6em;
}

h3, table.moduletable th, legend {
        margin: 0;
        font-weight: normal;
        font-size: 1.2em;
        padding-left: 0px;
        text-align: left;
        margin-bottom: 0.6em;
}

table.contentpaneopen h3 { margin-top: 20px; }

h4, table.contentpaneopen h4 { 
        font-size: 1.1em;
	font-weight: normal;
}


h5 {
        font-size: 1.0em;
        font-weight: normal;
 }


/* ****************************************************************************************************** */
/* ANNIKA these are the headers  & content for the articles on right hand column - News & Events, and Pickings */
/* ****************************************************************************************************** */

/* column module headers 'News & Events' & 'Pickings'*/
.blacktrace_pickings_column_sfx h3 {
  /*    background: url(../images/magnifyingglass.jpg) 0 0 no-repeat;   */
	background-image: url(../images/magnifyingglass.jpg);  */
  	background-attachment: fixed;
  	background-position: top right;
  	background-repeat: no-repeat;
	height: 1.4em;
	padding:0;
	margin:0;
	margin-top: -0.8em;

} 

.blacktrace_pickings_column_sfx h1, .blacktrace_news_column_sfx h1 { font-size:1.3em; }
/* article headers in news column */
.contentheading.blacktrace_news_column_sfx, .contentheading.blacktrace_pickings_column_sfx {
        color:#FF8500;
        font-size:0.9em;
}

.blacktrace_news_column_sfx h3 {
        background-image: url(../images/newspaper.jpg); */
        background-attachment: fixed;
        background-position: top right;
        background-repeat: no-repeat;
	height: 1.4em;
        padding:0;
        margin:0;
}


.contentpaneopen.blacktrace_pickings_column_sfx, .contentpaneopen.blacktrace_news_column_sfx {
/* content of article sniplets in news column */
        font-family: Calibri, Arial, Verdana; /* ANNIKA */
        font-size: 0.8em;
	line-height:1.1em;
}

/* ANNIKA More About Us page txt */
/* .contentpaneopen.about_us_sfx h3{ */
        /* font-size: 1.3em; */
        /* color:#FF8500; */
        /* letter-spacing: 0.08em; */
/* }*/

/* ****************************************************************************************************** */




/* small text */

.small {
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.modifydate {
  height: 20px;
  vertical-align: bottom;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;

}

a.readon {
	margin-top: 10px;
	display: block;
	float: left;
	background: url(../images/mw_readon.png) top right no-repeat;
	padding-right: 20px;
	line-height: 14px;
	height: 16px;
}

/* form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }


/** overlib **/

.ol-foreground {
	background-color: #f6f6f6;
}

.ol-background {
	background-color: #666;
}
 /* ANNIKA TODO - what are these fonts?? */
.ol-textfont {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
}

.ol-captionfont {
	font-family: Arial, Helvetica, sans-serif;
        font-size: 0.85em; /* 12px; */
	color: #f6f6f6;
	font-weight: bold;
}
.ol-captionfont a {
	color: #0B55C4;
	text-decoration: none;
        font-size: 0.85em; /* 12px; */
}

.ol-closefont {}

/* menu links */
a.mainlevel:link, a.mainlevel:visited {
	padding-left: 5px;
}

a.mainlevel:hover {

}

/* spacers */
span.article_separator {
	display: block;
	height: 20px;
}

.article_column {
	padding-right: 5px;
}

.column_separator {
	border-left: 1px dashed #e0e0e0;
	padding-left: 10px;
}

td.buttonheading {

}

td.buttonheading img {
	border:none;
}

.clr {
	clear: both;
}

td.greyline {
  width: 20px;
  background: url(../images/mw_line_grey.png) 50% 0 repeat-y;
}

div#maindivider {
  border-top: 1px solid #ddd;
  margin-bottom: 10px;
  overflow: hidden;
  height: 1px;
}

table.blog span.article_separator {
	display: block;
	height: 20px;
}

/* edit button */
.contentpaneopen_edit{
	float: left;
}

/* table of contents */
table.contenttoc {
  margin: 5px;
  border: 1px solid #ccc;
  padding: 5px;
  float: right;
}

table.contenttoc td {
  padding: 0 5px;
}


/* content tables */
td.sectiontableheader {
  background: #efefef;
  color: #333;
  font-weight: bold;
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
}


/* content styles */
table.contentpaneopen, table.contentpane {
	margin: 0;
	padding: 0;
	width: 100%;
}

table.contentpaneopen li {
	margin-bottom: 0.3125em;
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 0.0625em solid #ddd;
}

.highlight {
	background-color: #fffebb;
}

/* module control elements */
table.user1user2 div.moduletable {
	margin-bottom: 0em;
}

div.moduletable, div.module {
  margin-bottom: 1.5em;
}

div.module_menu h3 {
	/* font-family: Helvetica, Arial, sans-serif; */
	font-family: Candara, Verdana, Arial;	/* ANNIKA */
	font-size: 0.75em;
	font-weight: bold;
	color: #eee;
	margin: -23px -4px 5px -5px;
	padding-left: 0.6em;
	padding-bottom: 0.12em;
}

diding {
        padding: 0;
        /* font-family:Helvetica ,Arial,sans-serif; */
        font-family: Candara, Verdana, Arial;   /* ANNIKA */
        font-size: 1.4em;
        font-weight: normal;
        vertical-align: bottom;
        color: #333;
        text-align: left;
        width: 100%;
}
/* ****************************************************************************************************** */
/* ANNIKA these are the headers  & content for the articles on right hand column - News and Events & Pickings */
/* ****************************************************************************************************** */

/* column module headers 'News & Events' & 'Pickings'*/
/* column module headers 'news and events' & 'pickings'*/
.blacktrace_pickings_column_sfx h3,  .blacktrace_news_column_sfx h3 {
        font-family: Candara, Verdana, Arial;   /* ANNIKA */
        color:#FF8500;
  	font-size: 2.2em; /* 28px */
  	letter-spacing: 0.08em; /* 2px; */
        /* background: url(../images/blacktrace_logo_left.jpg) 0 0 no-repeat;   */

}


/* article headers in news column */
.contentheading.blacktrace_news_column_sfx, .contentheading.blacktrace_pickings_column_sfx {
        font-family: Candara, Verdana, Arial;
        color:#FF8500;
        font-size: 0.8em; /* 14px; */
}


.contentpaneopen.blacktrace_pickings_column_sfx, .contentpaneopen.blacktrace_news_column_sfx {
/* content of article sniplets in news column */
        font-family: Calibri, Arial, Verdana; /* ANNIKA */
        font-size: 0.85em; /* 12px; */
}


/* ****************************************************************************************************** */
v.module_menu {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

div.module_menu div div div {
	padding: 10px;
	padding-top: 30px;
	padding-bottom: 15px;
	width: auto;
}

div.module_menu div div div div {
	background: none;
	padding: 0;
}

div.module_menu ul {
	margin: 10px 0;
	padding-left: 20px;
	list-style:none; /* ANNIKA */
}

div.module_menu ul li a:link, div.module_menu ul li a:visited {
	font-weight: bold;
	list-style:none; /* ANNIKA */
}

#leftcolumn div.module {
	padding: 0 10px;
}

#leftcolumn div.module table {
	width: auto;
}

/* forms */
table.adminform textarea {
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}

div.search input {
	width: 145px;
	border: 1px solid #ccc;
	margin: 15px 0 10px 0;
}

form#form-login fieldset { border: 0 none; margin: 0em; padding: 0.2em;}
form#form-login ul { padding-left: 20px; }

form#com-form-login fieldset { border: 0 none; margin: 0em; padding: 0.2em;}
form#com-form-login ul { padding-left: 20px; }

/* thumbnails */
div.mosimage         {  margin: 5px; }
div.mosimage_caption {  font-size: .90em; color: #666; }

div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #666; text-align: center; }

/* Parameter Table */
table.paramlist {
	margin-top: 5px;
}

table.paramlist td.paramlist_key {
	width: 128px;
	text-align: left;
	height: 30px;
}

table.paramlist td.paramlist_value {
}

div.message {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 14px;
	color : #c30;
	text-align: center;
	width: auto;
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	margin: 3px 0px 10px;
	padding: 3px 20px;
}

/* Banners module */

/* Default skyscraper style */
.bannergroup {
}

.banneritem img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Text advert style */

.banneritem_text {
	padding: 4px;
	font-size: 11px;
}

.bannerfooter_text {
	padding: 4px;
	font-size: 11px;
	background-color: #F7F7F7;
	text-align: right;
}

/* System Messages */
/* see system general.css */

.pagination span { padding: 2px; }
.pagination a    { padding: 2px; }

/* Polls */
.pollstableborder td {
	text-align: left;
}

/* WebLinks */
span.description {
	display:block;
	padding-left: 30px;
}

/* Frontend Editing*/
fieldset {
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 15px;
}

legend {
	margin: 0;
	padding: 0 10px;
}

td.key {
	border-bottom:1px solid #eee;
	color: #666;
}

/* Tooltips */

.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/* System Standard Messages */
#system-message { margin-bottom: 20px; }

#system-message dd.message ul { background: #C3D2E5 url(../../system/images/notice-info.png) 4px center no-repeat;border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E; margin:0px; padding-left: 40px; text-indent:0px;}

#syndicate{
	float:left;
	/* padding-left: 25px; */ /* ANNIKA removing this as adds a silly padding onto footer */
}

#power_by{
	float:right;
	padding-right: 25px;
}

/* Component Specific Fixes */

#component-contact table td {
	padding: 2px 0;
}

