@charset "UTF-8";
/* CSS Document */


--------------------------------------
/* New Table Styles */
--------------------------------------

.currtable, table {
  border-spacing: 0;
  border-collapse: collapse;
}

.currtable tbody tr td {
   vertical-align: middle;
   text-align: center;
   color: #585858;
   background-color: #F5F5F5;
   border: 1pt solid #BEBEBE;
   padding: 5px;
}


.currtable thead tr th {
    vertical-align: middle;
    text-align: center;
    color: white;
    background: #75479B;
    border-right: 1pt solid white;
}

.currtable tfoot tr td {
    vertical-align: middle;
    text-align: center;
    color: white;
    background: #75479B;
    border: 1pt solid #75479B;
}

--------------------------------------
/* OLD Table Styles */
--------------------------------------

.curTable table{
	margin:0px;padding:0px;
    border-collapse: collapse;
    border-spacing: 0;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	border-style:none;
	margin-top:20px;
}

.curTable tr:first-child td{
	background-color:#C9BADB;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	color:#000000;
	
}

.curTable tr:nth-child(2) td{
	border-width:0px 0px 0px 0px;
	background-color:#75479B;
	text-align:center;
	font-size:12px;
	font-family:Arial;
	color:#ffffff;
}

.curTable tr:nth-child(4) td{
	border-width:0px 0px 0px 0px;
	background-color:#75479B;
	text-align:center;
	font-size:12px;
	font-family:Arial;
	color:#ffffff;
}

.curTable tr:nth-child(odd){ 
background-color:#ffffff;
}

.curTable tr:nth-child(even){ 
background-color:#ffffff;
}



.curTable td{
	vertical-align:top;
	border-right:1px solid #787878;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:10px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
	width:50%;
}

.curTable tr:last-child td{
	border-width:0px 1px 0px 0px;
}

.curTable tr td:last-child{
	border-width:0px 0px 1px 0px;
}

.curTable tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}

.leaders li {margin: 0 0 9px 0}

ul.leaders {
    max-width: 335px;
    padding: 0;
    overflow-x: hidden;
    list-style: none}



