p {
  text-indent: 16px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.MyList li {
  margin-left: -16px;
}

.Text {
  font-family: "Times New Roman", Times, serif;
  font-size: 9pt;
  font-weight: normal;
}

.Title1 {
  font-family: "Tahoma", sans serif;
  font-size: 11pt;
  font-weight: bold;
  color: #1187CC;
  text-align: center;
}

.Title2 {
  font-family: "Tahoma", sans serif;
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
}

.Title3 {
  font-family: "Tahoma", sans serif;
  font-size: 8pt;
  font-weight: bold;
}

.Fixed11
{
  font-family: "Courier New", monospace;
  font-size: 11px;
}

.SkinSect {
  font-family: "Tahoma", sans serif;
  font-size: 8pt;
  font-weight: bold;
  background: #DDDDDD;
}

#SkinRef {
  padding: 1px;
  border-spacing: 0px;
}

#SkinRef td {
  padding-left: 6px;
  padding-top: 2px;
  padding-bottom: 3px;
  vertical-align: top;
}

.TopBracket
{
  border-style: solid solid none solid;
  border-width: 3px;
  border-color: #1187CC;
  height: 14px;
}

.BottomBracket
{
  border-style: none solid solid solid;
  border-width: 3px;
  border-color: #1187CC;
  height: 14px;
}

.BracketBig
{
  color: #1187CC;
  font-family: "Tahoma", sans serif;
  font-size: 11pt;
  font-weight: bold;
  text-align: center;
}

.BracketText {
  color: #1187CC;
  padding-left: 16px;
  padding-right: 16px;
  font-family: "Times New Roman", Times, serif;
  font-size: 9pt;
  font-weight: normal;
}

a:hover {
  color: #D12F2F;
  text-decoration: underline;
}

a {
  font-family: "Times New Roman", Times, serif;
  font-size: 9pt;
  font-weight: normal;
  color: #0065CC;
  text-decoration: none;
}

.TopMenu {
  border: 1px solid;
  padding: 1px;
  border-color: #000000;
}

.TopMenuSel {
  background: #888888;
  color: #47FF47;
  border-color: #000000;
}

.TopMenuUnSel {
  background: #EEEEEE;
  color: #000000;
  border-color: #000000;
}

.TopMenu td {
  font-family: "Tahoma", sans serif;
  font-size: 11pt;
  font-weight: bold;
  text-align: center;
  width: 70px;
  border: 1px solid;
  border-color: #000000;
  cursor: pointer;
}

.MenuItem {
  font-family: "Tahoma", sans serif;
  font-size: 8pt;
  font-weight: bold;
  width: 100%;
}

.List {
  position: relative;
  top: 2px;
/*  display: none;*/
  width: 230px;
  border: 1px solid;
  white-space: nowrap;
  cursor: pointer;
}

.ListSel {
  background: #EEEEEE;
  color: #FF4433;
  border: 1px solid;
  border-color: #000000;
}

.ListUnSel {
  background: #FFFFFF;
  border: 1px solid;
  color: #000000;
}

.Help {
  position: relative;
  top: 10px;
  left: 20px;
  display: none;
  width: 70%;
  border: 1px solid #444444;
  padding: 6px;
  background: #FFFFDD;
}

#navigation {
  border:1px solid #1187CC;
  margin:0px;
  padding:0px;
  text-indent:0px;
  background-color:#E2E2E2;
  width:160px;
}

#navigation a.head {
  cursor: pointer;
  border: 1px solid #CCCCCC;
  background: #1187CC url(collapsed.gif) no-repeat scroll 3px 4px;
  color: #FFFFFF;
  display: block;
  font-family: "Tahoma", sans serif;
  font-size: 9pt;
  font-weight:bold;
  margin: 0px;
  padding: 0px;
  text-indent: 14px;
  text-decoration: none;
}

#navigation a.head:hover {
  color: #ECE79D;
}

#navigation head:hover {
  color: #ECE79D;
}

#navigation a.selected {
  background-image: url(expanded.gif);
}

#navigation a.current {
  background-color:#FCF7AD;
}

#navigation ul {
  border-width:0px;
  margin:0px;
  padding:0px;
  text-indent:0px;
}

#navigation li {
  list-style: none outside none;
  display: inline;
}

#navigation li li a {
  color: #000000;
  display: block;
  font-family: "Tahoma", sans serif;
  font-size: 8pt;
  font-weight: bold;
  text-indent: 10px;
  text-decoration: none;
}

#navigation li li a:hover {
  background-color: #FCF7AD;
  color: #FF0000;
}


.codeXML
{
  background-color: #ffffff;
  color: #000000;
}

.XML
{
  font-family: "Courier New", monospace;
  font-size: 10px;
}

.XML .XMLMarkupBracket
{
  color: #0000FF;
}

.XML .XMLMarkupTagName
{
  color: #A31515;
}

.XML .XMLMarkupKnownTagName
{
  color: #2B91AF;
}

.XML .XMLMarkupAttributeName
{
  color: #FF0000;
}

.XML .XMLMarkupAttributeValue
{
  color: #0000FF;
}

.XML .XMLMultiLineComment
{
  color: #008000;
}
