.content {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 20px;
}
.text_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #C19409;
	font-size: 12px;
	font-weight: bold;
}
.th_frame {
  background-color: #646464;
  border: 1px solid #4A4A4A;
  padding: 10px;
  color: #F8D261;
}
.row1 td {
  background-color: #2A2A2A;
  border: 1px solid #4A4A4A;
  padding: 10px;
  vertical-align: top;
}
.row2 td {
  background-color: #3F3F3F;
  border: 1px solid #4A4A4A;
  padding: 10px;
  vertical-align: top;
}
a {
	color: #FBE7A8;
}
a:hover {
	color: #D09E09;
}

h1.crm_header {
    color: #C19409
}
    
table.tbl_listing {
    font-size: 12px;
}

table.tbl_listing th {
  background-color: #646464;
  border: 1px solid #4A4A4A;
  padding: 10px;
  color: #F8D261;
  font-size: 14px;
}

table.tbl_listing td {
  border: 1px solid #4A4A4A;
  padding: 10px;
  vertical-align: top;
  color: #ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

table.tbl_listing tr:nth-child(odd) {
  background-color: #2A2A2A;
}
    
table.tbl_listing tr:nth-child(even) {
  background-color: #3F3F3F;
}

table.tbl_listing .color1 {
    color: #ffff00;
    font-size: 13px;
}

table.tbl_listing .color2 {
    color: #ffa500;
}

table.tbl_listing .link {
    color: #44e9fb;
}

table.tbl_listing ol li {
    padding-bottom: 7px;
}

table.tbl_sub_listing {
    font-size: 12px;
}

table.tbl_sub_listing th {
    background-color: #000000;
    font-weight: bold;
    color: #ffffff;
    font-size: 13px;
    padding: 5px 7px;
}

table.tbl_sub_listing td {
}

table.tbl_sub_listing tr:nth-child(odd) {
  background-color: #2A2A2A;
}
    
table.tbl_sub_listing tr:nth-child(even) {
  background-color: #3F3F3F;
}


















