/* --------------------------------------------------------------
Standardised Internet Explorer 6 stylesheet:
http://forabeautifulweb.com/blog/about/universal_internet_explorer_6_css/

Author: Andy Clarke
Web site: http://stuffandnonsense.co.uk
Web site: http://forabeautifulweb.com
Web site: http://transcending.com
Twitter: http://twitter.com/malarkey

Version date : 22nd May 2009
Version: 0.3 Alpha

License: Creative Commons CC Zero Declaration. No Rights Reserved.

Based on the work of:
Mark Boulton: http://markboulton.co.uk
Eric Meyer: http://meyerweb.com
Cameron Moll: http://www.cameronmoll.com/
Richard Rutter: http://clagnut.com
Khoi Vinh: http://subtraction.com

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

html, 			body,
div,			span,
object, 		iframe,
h1, h2, h3, h4, h5, h6,
p, 				blockquote,
pre, 			a,
abbr, 			acronym,
address, 		code,
del, 			dfn,
em, 			img,
q, 				dl,
dt, 			dd,
ol, 			ul,
li, 			fieldset,
form, 			label,
legend, 		table,
caption, 		tbody,
tfoot, 			thead,
tr, 			th, td {
margin : 0;
padding : 0;
border : 0;
font-weight : inherit;
font-style : inherit;
font-size : 100%;
font-family : inherit;
vertical-align : baseline; }

/* Body ---------------------------------------------------- */

body {
background :  #fff;
color : #333; }

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

h1, h2, h3, h4, h5, h6 {
font-weight : normal; margin: 0px; font-size: inherit; line-height: inherit; }

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

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

p{padding: 7px 0 7px 0;}

a {
color : #105cb6;
text-decoration : underline; }

a:visited {
color : #105cb6; }

a:focus, a:hover {
color : #003; }

a img {
border : none; }

blockquote, q {
quotes : "" ""; }

blockquote {
margin : 1.5em 1.5em 1.5em -1.5em;
padding-left : 1.5em;
border-left : 1px solid #666;
font : italic 1.2em "Times New Roman", Times, serif; }

blockquote:before, blockquote:after, q:before, q:after {
content : ""; }

strong {
font-weight : bold; }

em, dfn {
font-style : italic; }

dfn {
font-weight : bold; }

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, code, tt {
margin : 1.5em 1.5em 1.5em -1.5em;
padding-left : 1.5em;
border-left : 1px dotted #666;
font : 1em 'andale mono', 'lucida console', monospace;
line-height : 1.5; }

pre {
white-space : pre; }

code {
display : block; }


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

li ul, li ol {
list-style-type : circle;
margin : 0 0 .75em 1.5em; }

ul, ol {
margin : 0 0 1.5em 1.5em; }

ul {
list-style-type : disc; }

ol {
list-style-type : decimal; }

dl {
margin-bottom: 1.5em;
padding-top: 1.5em;
border-top : 1px solid #ccc; }

dl dt {
margin-bottom : .75em;
font-size : 1.2em;
line-height : 1.25; }

dd {
margin-bottom: 1.5em;
padding-bottom: 1.5em;
border-bottom : 1px solid #ccc; }

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

table {
border-collapse : collapse;
*border-collapse : seperate;
border-spacing : 0;
width : 100%; }

th, thead th {
font-weight : bold; }

th, td, caption {
vertical-align:middle;
font-weight : normal; }

tfoot {
font-size : .9em; }

caption {
margin-bottom : 1em;
font-size : 1.5em;
line-height : 1 ; }

/* Forms -------------------------------------------------------------- */

fieldset {
margin : 0 0 1.5em 0;
padding : 1.4em 1.4em 0 1.4em;
border : 1px solid #ccc; }

legend {
font-size : 1.2em;
font-weight : bold; }

textarea {
width : 100%;
height : 67px;
padding : 2px; }

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


html			{overflow-y: scroll;}
.bold 			{font-weight: bold !important;}
.normal 			{font-weight: normal;}
.clear			{clear:both;font-size:0px; line-height:0px; height:0px;}
.float_left		{float:left; }
.float_center 	{margin: 0 auto;}
.float_right	{float:right; }
.text_left		{text-align:left; }
.text_right		{text-align:right; }
.text_center	{text-align:center; }
.block {display : block;}
.p				{padding : 0;margin : 0; }
.flash_error	{font-weight: bold; border: 1px solid red; background: #FFCCFF; padding: 6px; margin: 9px; color:red;}
.flash_ok		{font-weight: bold; border: 1px solid green; background: #CCFFCC; padding: 6px; margin: 9px; color:green;}
.error			{color: red; font-weight: bold; text-align: center;}
.debug			{border: 1px solid red;}
.width_100		{width: 100% }
.nobr			{white-space: nowrap;}
.td_top, .td_top td			{vertical-align: top !important}
.hidden {display:none}
.pointer {cursor:pointer;}

/* Add items for TinyMCE "Styles" dropdown */
.img_right {}
.img_left {}
.img_center {}
.table_gray_row {}
.table_head_row {}
.table_head_row_bg_img {}
.table_no_border {}
.fsc_logo_22 {}
/* End of section for TinyMCE */
