/* --------------------------------------------------------------

   typography.css
   * Sets up some sensible default typography.

-------------------------------------------------------------- */

/* Default font settings.
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html { font-size:100.01%; /*font-size:100.01%; */}
body {
	font-size: .9em; /*.9em;*/
	color: #595959;
	font-family: Arial, Helvetica, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1 { font-weight: lighter; color: #184EA1;letter-spacing: 0.05em; padding-left:17px; font-family:Georgia, "Times New Roman", Times, serif}
h2 {
	color: #E9904C;
	letter-spacing:1px;
}
h3,h4,h5,h6 { color: #E9904C; letter-spacing:1px; }


h1 {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 0.5em;
	font-family: Verdana;
	letter-spacing: .001em;
	
}
h2 {
	font-size: 1.357em; /*1.4em*/
	font-weight: 500;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
}
h3 {
	font-size: 1.1em;
	font-weight: bold; /*font-weight: 500;*/
}
h4 { font-size: 1em; line-height: 1.25; margin-bottom: 0.5em;}
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }




h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1.5em;
	margin-left: 0;
	line-height: 1.3em;
	background-image: url(../../tc/images/spacer.gif);
	background-repeat: repeat-x;
}
/* 
	These can be used to pull an image at the start of a paragraph, so 
	that the text flows around it (usage: <p><img class="left">Text</p>) 
 */
.left  			{ float: left !important; }
p .left			{ margin: 1.5em 1.5em 1.5em 0; padding: 0; }
.right 			{ float: right !important; }
p .right 		{ margin: 1.5em 0 1.5em 1.5em; padding: 0; }
.txt_right		{text-align:right;}
.center			{ text-align: center; }

a:focus,
a:hover     { color: #D66034; text-decoration: underline;}  /* orange */
a           {
	color: #1E58C4;
	text-decoration: none;
}  /* blue */

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong,dfn	{ font-weight: bold; }
em,dfn      { font-style: italic; }
sup, sub    { line-height: 0; }

abbr,
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre         { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul,
li ol       { margin: 0; }
li			{ margin-bottom:1.1em; margin-left:0em;}
li a		{ text-decoration:none;}
ul, ol      { margin: 0 0 1em 0; padding-left: 0em; }
/*ul, ol      { margin: 0 1em 1em 0; padding-left: 1.5em; }*/

ul          {
	/*list-style-image:url(../images/li_arrow.gif);*/
	line-height: 10px;
}

ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

/* 
	Because of the need for padding on TH and TD, the vertical rhythm 
	on table cells has to be 27px, instead of the standard 18px or 36px 
	of other elements. 
 */ 
table       {width:100%; }
th          {/* font-weight: bold; */}
thead tr{
	background-color: #6A9BD2;
}
thead th    {
	color:#FFF;
	font-weight:bold;
}

th,td,caption { padding: 4px 3px 4px 5px; }
/*
	You can zebra-stripe your tables in outdated browsers by adding 
	the class "even" to every other table row. 
 */


tbody tr td  {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #A4CFF6;
	border-right-color: #A4CFF6;
	border-bottom-color: #A4CFF6;
	border-left-color: #A4CFF6;
	background-image: url(../images/table_td_bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}



tbody tr td:first-child {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A4CFF6;
	border-right-color: #A4CFF6;
	border-bottom-color: #A4CFF6;
	border-left-color: #A4CFF6;
	background-image: url(../images/table_td_bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
tbody tr td:last-child   {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #A4CFF6;
	border-right-color: #A4CFF6;
	border-bottom-color: #A4CFF6;
	border-left-color: #A4CFF6;
	background-image: url(../images/table_td_bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

/*tbody tr:nth-child(even) td, 
tbody tr.even td  { 
border: 1px solid #A4CFF6;	
	background: #F0F5F9; 
}*/

tfoot       { }
tfoot td	{ text-align:right; font-weight:bold; }
caption     { background: #eee; }
th,td		{ vertical-align:top;}
	
/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.blue_title { color: #015385; font-weight:bold; font-size:12px;}
.light_blue_title{ color: #0085D2; font-weight:bold; text-decoration:none;}
.brown_smalltitle{
	color: #E9904C;
	font-size:1.1em;
	font-weight:500; /*font-size:1.30em;*/
	letter-spacing:1px;
}
.brown_title{
	color: #E9904C;
	font-weight:500;
	font-size:21px;
	letter-spacing:1px;
}
.green_title{
	color: #E9904C;
	font-weight:bold;
	font-size:16px;
}

.blue_title{
	color: #2064AF;
	font-weight:bold;
	font-size:1.2em;
}
.black_title{ color: #525252; font-weight:bold; font-size:13px;}
.big_green{ color: #95AC26; font-weight:bold; font-size:16px;}
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }


.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }

.bottom     { margin-bottom:0; padding-bottom:0; }
.date, .currency, .username		{color:#999999; font-size:11px;}
.description{color:#999; font-size:11px; padding-left:3px;}
.pos 		{ color:#339900; font-weight:bold;}
.neg		{color: #CC0000; font-weight:bold;}
.f11		{font-size:11px;}
	
.text_small {
	font-size: 0.929em; /*.85em*/
}
#index_banner  .banner_content .banner_text .single_bullet {
	background-position: 5px 3px;
	font-size: 1em; /*font-size: 0.95em;*/
}
.text_centre {
	text-align: center;
}
