body { margin-top: 0px; margin-left: 20px; margin-right: 20px; margin-bottom: 20px; background-color: #FFF; }



h1		{font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 15pt; color: #FF3333; }
h4		{font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 13pt; color: #000000; }
h2		{font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12pt; color: #666666; }
h3		{font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 10pt; color: #FF3333; }

h5		{font-family: Arial, Helvetica, sans-serif; font-style: normal; font-size: 17pt; color: #000000; letter-spacing: 0.3em; } 


 hr {
  border: 0;
  width: 100%;
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  
}

p		{font-family: Arial, Helvetica, sans-serif; font-size: 9.5pt; line-height: 13pt; }
p.small		{font-family: Arial, Helvetica, sans-serif; font-size: 9pt; line-height: 9pt;  color: #999999; margin-bottom: 6px;  margin-top: 6px;  }
p.large		{font-family: Arial, Helvetica, sans-serif; font-style: italic; font-size: 17pt; line-height: 22pt; color: #000000;} 
p.red		   {font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 9.5pt; line-height: 13pt; color: #FF3333;} 
p.redsmall	{font-family: Arial, Helvetica, sans-serif; font-size: 9pt; line-height: 9pt; color: #FF3333;} 

p.grey		{font-family: Arial, Helvetica, sans-serif; font-size: 9.5pt; line-height: 13pt; color: #999999;}

.small1		{font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 9pt; line-height: 9pt;  margin-bottom: 6px;  margin-top: 3px;  }

a          { text-decoration: none; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 9.5pt; line-height: 13pt; }
a:link     { color: #FF3333; }
a:visited  { color: #FF3333; }
a:hover    { color: #CCCCCC; }

a.menu           { text-decoration: none; font-weight: normal; font-family: Arial, Helvetica, sans-serif; font-size: 9.5pt; line-height: 13pt; }
a.menu:link      { color: #999999;}
a.menu:visited  { color: #999999; }
a.menu:hover   { color: #CCCCCC;}
a.menu:active   { color: #CCCCCC;}

a.menu1           { text-decoration: none; font-weight: normal; font-family: Arial, Helvetica, sans-serif; font-size: 9.5pt; line-height: 13pt; }
a.menu1:link      { color: #333333;}
a.menu1:visited  { color: #333333; }
a.menu1:hover   { color: #CCCCCC;}
a.menu1:active   { color: #CCCCCC;}

a.menured           { text-decoration: none; font-weight: normal; font-family: Arial, Helvetica, sans-serif; font-size: 9.5pt; line-height: 13pt; }
a.menured:link      { color: #FF3333;}
a.menured:visited  { color: #FF3333; }
a.menured:hover   { color: #CCCCCC;}
a.menured:active   { color: #CCCCCC;}


a.menured1          { text-decoration: none; font-weight: normal; font-family: Arial, Helvetica, sans-serif; font-size: 9.5pt; line-height: 13pt; }
a.menured1:link      { color: #F33;}
a.menured1:visited  { color: #F33; }
a.menured1:hover   { color: #CCC;}
a.menured1:active   { color: #CCC;}



a.lGrey           { text-decoration: none; font-weight: normal; font-family: Arial, Helvetica, sans-serif; font-size: 9.5pt; line-height: 13pt; }
a.lGrey:link      { color: #333333;}
a.lGrey:visited  { color: #333333; }
a.lGrey:hover   { color: #CCCCCC;}
a.lGrey:active   { color: #CCCCCC;}

a.red          { text-decoration: none; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 9.5pt; line-height: 13pt; }
a.red:link     { color: #FF3333; }
a.red:visited  { color: #FF3333; }
a.red:hover    { color: #CCCCCC; }

a.redsmall          { text-decoration: none; font-weight: normal; font-family: Arial, Helvetica, sans-serif; font-size: 9pt; line-height: 10pt; }
a.redsmall:link     { color: #FF3333; }
a.redsmall:visited  { color: #FF3333; }
a.redsmall:hover    { color: #CCCCCC; }

a.grey          { text-decoration: none; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 9.5pt; line-height: 12pt; }
a.grey:link     { color: #666666; }
a.grey:visited  { color: #666666; }
a.grey:hover    { color: #FF3333; }

a.white          { text-decoration: none; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 2pt; line-height: 2pt;  color: #FFFFFF;}
a.white:link     { color: #FFFFFF; }
a.white:visited  { color: #FFFFFF; }
a.white:hover    { color: #FFFFFF; }

/* TOOL TIPS */

p.infoHide{  
color: #000; 
text-decoration: none; 
font-weight: normal; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 9.5pt; 
line-height: 12pt; 
}

p.infoHide span{
display: none;
}

/*the span will display just on :hover state*/

p.infoShow{
color: #000; 
text-decoration: none; 
font-weight: normal; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 9.5pt; 
line-height: 12pt; 
cursor: help;
}

p.infoShow span{
display: block;

border: 1px solid #000;
padding: 4px;
font-weight: normal; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 9pt; 
background-color: #ffc; color:#000;
text-align: left;

position: absolute;
     left: 50%; 
     width: 130px;
     top: 750px!important; /* FIREFOX */
     top: 785px; /* IE */
     margin-left: 245px; /* half of the width */
}


/* FengShuiDiaries */

table.fsd
{text-align: center;
color: #fff;
width: 100%;
background-color: #999;
border: 0px;
border-collapse: collapse;
border-spacing: 0px;}

table.fsd td
{background-color: #CCC;
color: #000;
padding: 4px;
text-align: left;
border: 1px #fff solid;}

table.fsd td.hed
{background-color: #999;
color: #fff;
padding: 4px;
text-align: left;
border-bottom: 2px #fff solid;
font-size: 12px;
font-weight: bold;}

/* Noticeboard */

table.nb
{text-align: center;
background-color: #fff;
padding: 6px; border: 5px;
border-collapse: collapse;
border-spacing: 0px;
}

td.nb1
{ height: 23px; background-color: #fff; background-image: url(../images/nb_1.gif); background-repeat: no-repeat; padding: 6px; }

td.nb2
{ background-color: #fff; background-image: url(../images/nb_2.gif); background-repeat: repeat-y; padding: 6px; }

td.nb3
{ height: 4px;  background-color: #fff; background-image: url(../images/nb_3.gif); background-repeat: no-repeat; padding: 0px; }




table.forum
{text-align: center;
color: #fff;
width: 100%;
background-color: #F3F6FB;
border:1px #E3EDFC solid;
border-collapse: collapse;
border-spacing: 0px;
padding: 4px;
}

table.forum td
{background-color: #F3F6FB;
color: #000;
padding: 4px;
text-align: left;
border: 1px #fff solid;}

table.forum td.hed
{background-color: #E3EDFC;
color: #fff;
padding: 4px;
text-align: left;
border-bottom: 2px #fff solid;
font-size: 12px;
font-weight: bold;}

  table.conQuote { background-image: url(../images/consultantsQuotes.gif); background-repeat: no-repeat; }
  
  tr.initial { background-color: #FFFFFF}
  tr.active { background-color: #E3EDFC }
  tr.activeLight { background-color: #F3F6FB  }
  tr.highlight { background-color: #F3F6FB }
 
  
  tr.grey { background-color: #9999CC }
  tr.BarBGGrey { background-image: url(../images/BarBGGrey.jpg); background-repeat: no-repeat; }



  td.toolBG  {background-color: #E3EDFC; background-image: url(../images/toolBground.gif); background-repeat: no-repeat; padding-top: 5px;}
  td.toolBGjoin  {background-color: #FFFFFF; background-image: url(../images/toolBground1.gif); background-repeat: no-repeat; padding-top: 8px; padding-left: 40px;}
  td.narrow { height: 1px; width: 170px; background-color: #CCCCCC }
  td.narrowright { height: 1px; width: 170px; background-color: #CCCCCC }
  td.menu { height: 20px; width: 170px }
  td.topRightMenu {background-image: url(../images/topRightMenu.gif); background-repeat: no-repeat; height: 20px; width: 170px  }


td.backgroundimage
{ background-image: url(images/background.gif); background-repeat: no-repeat; }

td.emailbackgroundimage
{ background-image: url(images/EmailBulls_back_flat.gif); background-repeat: no-repeat; }

table#menuDark            { background: #66f; }


ul {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 9.5pt; line-height: 13pt; 
	list-style: square inside; 
	margin-left: 0;
	padding-left: 0em;
	text-indent: 0em;
	}
li {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 9.5pt; line-height: 13pt; 
	list-style: square inside; 
	}

ul.menu {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 9.5pt; line-height: 13pt; 
  font-weight: normal;
  	list-style: square inside; 
	margin-left: 2em;
	padding-left: 0em;
	text-indent: 0em;
	}
li.menu {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 9.5pt; line-height: 13pt; 
    font-weight: normal;
	list-style: square inside; 
	color: #F33; 
	}



ul.small {
  font-family: Arial, Helvetica, sans-serif; 
  font-size:9pt; line-height: 9.5pt; 
  font-weight: bold;
	list-style: square inside; 
	margin: 0em;
	padding: 0em;
	text-indent: 0em;
	}
li.small {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 9pt; line-height:9.5pt; 
  font-weight: normal;
  color: #666666;
 margin-left: 0em;
	}


ul.align {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 9.5pt; line-height: 13pt; 
	list-style: square outside; 
	margin-left: 2em;
	padding-left: 0em;
	text-indent: 0em;
	}
li.align {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 9.5pt; line-height: 13pt; 
	list-style: square outside; 
	}

	
.formBorderReq	{ border: 1px solid #999999; font-family: arial; font-size: 9pt; color: #999; font-weight: normal; background: #FFFFCC; }
.formBorder	{ border: 1px solid #999999; font-family: arial; font-size: 9pt; color: #999; font-weight: normal; background: #FFFFFF;} //F3F6FB

