/* coord order: top right bottom left */


/*------------------------------------------------------------------------------
    Links
------------------------------------------------------------------------------*/

a:hover { background-color: #ceced8; }
a span.externalLink { color: red; text-decoration: none; }
h4 a { color: black; text-decoration: none; }


hr
{
  margin: 0px 0px 1.5em 0px;
  padding: 0px;
  height: 1px;
  color: black;
}


body
{
  font-family: Verdana, Arial, sans-serif;
  background: white;
  color: black;
  font-size: 80%;
  margin: 0px;
}


ul
{
	font-size: 12px;
	margin: 0.6em 0em 0.6em 16px;
}


ul li
{
	font-size: 12px
	margin: 0.2em 0em 0.2em 0em;
	padding: 0em;
	list-style-position: outside;
	list-style-type: square;
	color: black;
}


span.li
{
  color: black;
}


h1, h2, h3, h4
{
  padding: 0em;
  margin: 1.5em 0em .25em 0em;
  text-align: left;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}


h1 { margin: 1em 0em 1.2em 0em; font-size: 15px;}
h2 { font-size: 14px; }
h3 { margin-top: 2em; font-size: 13px; }
h4 { margin-top: 1em; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif;}


hr.titleRule+h2, hr.titleRule+h3, hr.titleRule+h4 { margin-top: 0em; }


p { margin: 6px 0em 6px 0em; }


table.none { font-size: 12px; }
table.none tr { }
table.none th { text-align: left; vertical-align: bottom; }
table.none td { text-align: left; vertical-align: top; }
table.none td p { line-height: 15px; }


table.top
{
    border: solid 0px #b7b7c8;
    background-color: #99ccff;
    font-size: 13px;
    margin: 1.5em 0px 0.5em 0px;
    border-collapse: collapse;
}
table.top td p { line-height: 15px; }


table.mydefault
{
    border: solid 0px #b7b7c8;
    background-color: #ffffff;
    font-size: 12px;
    margin: 1.0em 0px 0.5em 0px;
    border-collapse: collapse;
}

table.mydefault td
{
	line-height: 15px;
}

table.mydefault td p
{
	line-height: 15px;
}

table.default
{
    border: solid 1px #b7b7c8;
    background-color: #ffffff;
    font-size: 12px;
    margin: 1.0em 0px 0.5em 0px;
    border-collapse: collapse;
}

table.default th
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #ececf1;
  text-align: left;
  vertical-align: bottom;
  border-bottom: 1px solid #ceced8;
  font-style: normal;
  font-weight: bold;
  padding: 0.2em 0.5em 0.2em 0.5em;
  margin: 0em;
}

table.default  td
{
  color: black;
  background-color: transparent;
  border: none;
  vertical-align: top;
  padding: 0.2em 0.5em 0.2em 0.5em;
  margin: 0em;
  line-height: 15px;
}

table.default tr.highlight td { background-color: #ececf1; line-height: 15px; }

table.default td.left, table.default th.left, table.default th.syntaxLanguage { vertical-align: top; border-right: 1px solid #ceced8; border-bottom: solid 1px #ceced8;}
table.default th.noborder { border: none; }
table.default th.border { border: 1px solid #ceced8; }
table.default td.border { border-bottom: 1px solid #ceced8; }
table.default td p { line-height: 15px; }
table.default th.syntaxLanguage { font-size: 12px; vertical-align: baseline; }

.copyright
{
  margin: 3px 0px 0px 5px;
  padding: 0em;
  font-size: 11px;
  line-height: 13px;
  text-align: left;
}


.small
{
  font-size: 0.85em;
}


table.callout tr {}
table.callout
{
  border-collapse: collapse;
  border: solid 1px #b7b7c8;
  background-color: #ececf1;
  padding: 7px 14px 7px 14px;
  margin: 6px 0px 0px 0px;
}

table.callout th { text-align: left; vertical-align: bottom; }
table.callout td { text-align: left; vertical-align: top; }
table.callout td p { line-height: 15px; }
table.callout { font-size: 12px; }
table.callout td ul, table.callout td p
{
	font-size: 12px;
    margin-top: 0em;
}
table.callout td p.calloutHeading
{
  padding: 0em;
  margin: 3px 0px 2px 0px;
  text-align: left;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

p.sidebarHeading
{
  padding: 1px 0px 0px 0px;
  margin: 0px 0px 0px 4px;
  text-align: left;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

table tr td.blacktd
{
	vertical-align: bottom;
	background-image:  url(../images/black.gif);
	background-repeat: repeat-x;
}