﻿/* Main Holder */
body.Main
{
	/*text-align:center;*/
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #cccccc url(../images/bg_grad.jpg) fixed;
}

body.Sub
{
	/*text-align:center;*/
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

#MainPage
{
	margin:auto;
	width: 812px;
	text-align:center;
}

/* Banner */
#TopBanner
{ 
	width: 812px;
	height: 120px;
	vertical-align:middle;
}

.BannerTxt1
{	
	text-align: center;
	font-variant: normal;
	font-style: normal; 
	font-family: Arial; 
	color: black; 
	font-size: 28pt; 
	font-weight: bold; 
	vertical-align:middle;
	line-height:120px;
}

/* Body Section */
#BodyBanner
{
	width: 802px;	
	min-height: 400px;
	vertical-align:top;
}

/* Body.Menu Section */
#Menu
{
	width: 200px;
	text-align: center;
	float: left;
	vertical-align:top;
	min-height:100%;
	background-color:White  ;
}

a
{
	text-decoration: none;
	font-size: 10pt; 
	color:Blue; 
}

a.MenuNav1
{
	text-decoration: none;
	background-color: white;
	font-family: Arial; 
	color: black; 
	font-size: 12pt; 
	font-weight: bold; 
	line-height: 18pt;
	width:199px;
	display:block;
}

a.MenuNav1:hover
{
	background-color: #d3d3d3;
}
/* Body.Main section */
#Body
{
	width:600px;
	text-align:left;
	float: right;
	vertical-align:top;
}

.BodyHdr1
{
	text-decoration: none;
	font-family: Arial;
	color: black;
	font-size: 12pt;
	font-weight: bold;
	line-height: 150%;
}

.BodyHdr2 {
    text-decoration: none;
    font-family: Arial;
    color: black;
    font-size: 10pt;
    font-weight: bold;
}
.BodyStd1
{
	text-decoration: none;
	font-family: Arial; 
	color: black; 
	font-size: 10pt; 
	font-weight: normal;
}

.ErrMsg
{
	text-decoration: none;
	font-family: Arial; 
	color: red; 
	font-size: 10pt; 
	font-weight: normal;
	font-style:italic;
}

.ErrMsg2
{
	color: red; 
}

Table.DataEntry
{
	border:0;
	padding:0;
	margin:0;
	text-align:left;
	vertical-align:top;
	width:600px;
}
Table.DataEntryCS {
    border-style:solid;
    border-width:1px;
    padding: 0;
    margin: 0;
    text-align: left;
    vertical-align: top;
    width: 600px;
}
Table.DataEntryCSBC {
    border-collapse:collapse;
    border-style: solid;
    border-width: 1px;
    padding: 0;
    margin: 0;
    text-align: left;
    vertical-align: top;
    width:900px;
}

td.DataCol1
{
	text-decoration: none;
	font-family: Arial; 
	color: black; 
	font-size: 10pt; 
	font-weight: normal;
	width:200px;
	vertical-align:top; 
}

td.DataCol2
{
	text-decoration: none;
	font-family: Arial; 
	color: black; 
	font-size: 10pt; 
	font-weight: normal;
	width:400px;
	vertical-align:top; 
}

td.DataCol
{
	text-decoration: none;
	font-family: Arial; 
	color: black; 
	font-size: 10pt; 
	font-weight: normal;
	text-align:center; 
	width:600px;	
}

Table.DataDisplay
{
	border:0;
	padding:0;
	margin:0;
	text-align:left;
	vertical-align:top;
	width:600px;
}

Table.LicDisplay
{
	border:0;
	padding:0;
	margin:0;
	text-align:left;
	vertical-align:top;
	/*width:600px;*/
}

td.DataValCol1
{
	text-decoration: none;
	font-family: Arial; 
	color: black; 
	font-size: 10pt; 
	font-weight:bold ;
	width:200px;
	vertical-align:top; 
}

td.DataValCol2
{
	text-decoration: none;
	font-family: Arial; 
	color: black; 
	font-size: 10pt; 
	font-weight: normal;
	width:400px;
	vertical-align:top; 
}

td.DataValCol
{
	text-decoration: none;
	font-family: Arial; 
	color: black; 
	font-size: 10pt; 
	font-weight: normal;
	text-align:left; 
	width:600px;	
}

.Buttons
{
	text-align:center;
}

Table.SubData
{
	border:0;
	padding:0;
	margin:0;
	text-align:left;
	vertical-align:top;
	width:390px;
}

td.SubDataCol1
{
	text-decoration: none;
	font-family: Arial; 
	color: black; 
	font-size: 10pt; 
	font-weight: bold;
	text-align:left; 
	width:140px;	
}

td.SubDataCol2
{
	text-decoration: none;
	font-family: Arial; 
	color: black; 
	font-size: 10pt; 
	font-weight: normal;
	text-align:left; 
	width:250px;	
}


Table.UserList
{
	border:0;
	padding:0;
	margin:0;
	text-align:left;
	vertical-align:top;
	width:400px;
}


th.UserList1
{
	text-decoration: none;
	font-family: Arial; 
	color: black; 
	font-size: 10pt; 
	font-weight: bold;
	text-align:left; 
	width:150px;	
}
th.UserList2
{
	text-decoration: none;
	font-family: Arial; 
	color: black; 
	font-size: 10pt; 
	font-weight: bold;
	text-align:left; 
	width:250px;	
}
th.UserList3
{
	text-decoration: none;
	font-family: Arial; 
	color: black; 
	font-size: 10pt; 
	font-weight: bold;
	text-align:left; 
	width:250px;	
}

td.UserList1
{
	text-decoration: none;
	font-family: Arial; 
	color: black; 
	font-size: 10pt; 
	font-weight: normal;
	text-align:left; 
	width:150px;	
}
td.UserList2
{
	text-decoration: none;
	font-family: Arial; 
	color: black; 
	font-size: 10pt; 
	font-weight: normal;
	text-align:left; 
	width:250px;	
}
td.UserList3
{
	text-decoration: none;
	font-family: Arial; 
	color: black; 
	font-size: 10pt; 
	font-weight: normal;
	text-align:left; 
	width:250px;	
}

Table.CSUserList {
    border-collapse: collapse;
    border-style: solid;
    border-width: 1px;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0;
    text-align: left;
    vertical-align: top;
    width: 950px;
}

th.CSUserListL {
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
    font-family: Arial;
    color: black;
    font-size: 10pt;
    font-weight: bold;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #21536A;
}

th.CSUserListR {
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
    font-family: Arial;
    color: black;
    font-size: 10pt;
    font-weight: bold;
    text-align: right;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #21536A;
}

th.CSUserListC {
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
    font-family: Arial;
    color: black;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #21536A;
}

td.CSUserListL {
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
    font-family: Arial;
    color: black;
    font-size: 10pt;
    font-weight: normal;
    text-align: left;
    width: 150px;
    padding-left: 5px;
    padding-right: 5px;
}

td.CSUserListR {
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
    font-family: Arial;
    color: black;
    font-size: 10pt;
    font-weight: normal;
    text-align: right;
    padding-left: 5px;
    padding-right: 5px;
}

td.CSUserListC {
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
    font-family: Arial;
    color: black;
    font-size: 10pt;
    font-weight: normal;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

#pagecell1{
	position:absolute;
	top: 112px;
	left: 2px;
	right: 2px;
	width:100%;
	background-color: #ffffff;
	visibility:visible;
}

#masthead{
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width:95.6%;
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	font: small Verdana,sans-serif;
	min-height: 300px;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
	border-left: 1px solid #ccd2d2;
	min-height: 300px;
}
#contentCS {
    padding: 0px 10px 0px 0px;
    margin: 0px 0px 0px 10px;
    border-left: 1px solid #ccd2d2;
    min-height: 300px;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 31px;
	right: 16px;
	color: #919999;
}

.SiteName {
	font-size: x-large;
}

.GlobalLink
{
	color: #333333;
}

#globalNav{
position: relative;
width: 100%;
min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image: url(../images/glbnav_background.gif);
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
	width: 211px;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image: url(../images/glblnav_selected.gif);
	text-decoration: none;
}

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 2px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

#sectionLinks{
	margin: 0px;
	padding: 0px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(../images/bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}



th.LicDataCol1
{
	text-decoration: none;
	font-family: Arial; 
	color: black; 
	font-size: 10pt; 
	font-weight: bold;
	text-align:left; 
	width:180px;	
}

th.LicDataCol1a
{
	text-decoration: none;
	font-family: Arial; 
	color: black; 
	font-size: 10pt; 
	font-weight: bold;
	text-align:left; 
	width:80px;	
}
th.LicDataCol2
{
	text-decoration: none;
	font-family: Arial; 
	color: black; 
	font-size: 10pt; 
	font-weight: bold;
	text-align:left; 
	width:120px;	
}
th.LicDataCol3
{
	text-decoration: none;
	font-family: Arial; 
	color: black; 
	font-size: 10pt; 
	font-weight: bold;
	text-align:left; 
	width:200px;	
}
th.LicDataCol4
{
	text-decoration: none;
	font-family: Arial; 
	color: black; 
	font-size: 10pt; 
	font-weight: bold;
	text-align:left; 
	width:340px;	
}


td.LicDataCol1
{
	text-decoration: none;
	font-family: Arial; 
	color: black; 
	font-size: 10pt; 
	font-weight: normal;
	text-align:left; 
/*	width:100px;	*/
}
td.LicDataCol1a
{
	text-decoration: none;
	font-family: Arial; 
	color: black; 
	font-size: 10pt; 
	font-weight: normal;
	text-align:left; 
/*	width:100px;	*/
}
td.LicDataCol2
{
	text-decoration: none;
	font-family: Arial; 
	color: black; 
	font-size: 10pt; 
	font-weight: normal;
	text-align:left; 
/*	width:50px;	*/
}
td.LicDataCol3
{
	text-decoration: none;
	font-family: Arial; 
	color: black; 
	font-size: 10pt; 
	font-weight: normal;
	text-align:left; 
/*	width:300px;	*/
}
td.LicDataCol4
{
	text-decoration: none;
	font-family: Arial; 
	color: black; 
	font-size: 10pt; 
	font-weight: normal;
	text-align:left; 
/*	width:200px;*/
}

#utility a{
	color: #ffffff;
}


.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
	border: 10px #000000;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}

Table.ActList
{
	border:0;
	padding:0;
	margin:0;
	text-align:left;
	vertical-align:top;
	width:600px;
}

th.ActList1
{
	text-decoration: none;
	font-family: Arial; 
	color: black; 
	font-size: 10pt; 
	font-weight: bold;
	text-align:left; 
	width:160px;	
}
th.ActList2
{
	text-decoration: none;
	font-family: Arial; 
	color: black; 
	font-size: 10pt; 
	font-weight: bold;
	text-align:left; 
	width:150px;	
}
th.ActList3
{
	text-decoration: none;
	font-family: Arial; 
	color: black; 
	font-size: 10pt; 
	font-weight: bold;
	text-align:left; 
	width:190px;	
}
th.ActList4
{
	text-decoration: none;
	font-family: Arial; 
	color: black; 
	font-size: 10pt; 
	font-weight: bold;
	text-align:left; 
	width:100px;	
}

td.ActList1
{
	text-decoration: none;
	font-family: Arial; 
	color: black; 
	font-size: 10pt; 
	font-weight: normal;
	text-align:left; 
}
td.ActList2
{
	text-decoration: none;
	font-family: Arial; 
	color: black; 
	font-size: 10pt; 
	font-weight: normal;
	text-align:left; 
}
td.ActList3
{
	text-decoration: none;
	font-family: Arial; 
	color: black; 
	font-size: 10pt; 
	font-weight: normal;
	text-align:left; 
}
td.ActList4
{
	text-decoration: none;
	font-family: Arial; 
	color: black; 
	font-size: 10pt; 
	font-weight: normal;
	text-align:left; 
}

tr.d0 
{
	background-color: Silver;
}
tr.d1 
{
	background-color:White;
}tr.d0C
{
	background-color: Silver;
	cursor:hand;
}
tr.d1C
{
	background-color:White;
	cursor:hand;
}

td.LicDataClickCol1
{
	text-decoration: none;
	font-family: Arial; 
	color: blue; 
	font-size: 10pt; 
	font-weight: normal;
	text-align:left; 
/*	width:100px;	*/
}
td.LicDataClickCol1a
{
	text-decoration: none;
	font-family: Arial; 
	color: blue; 
	font-size: 10pt; 
	font-weight: normal;
	text-align:left; 
/*	width:100px;	*/
}
td.LicDataClickCol2
{
	text-decoration: none;
	font-family: Arial; 
	color: blue; 
	font-size: 10pt; 
	font-weight: normal;
	text-align:left; 
/*	width:50px;	*/
}
td.LicDataClickCol3
{
	text-decoration: none;
	font-family: Arial; 
	color: blue; 
	font-size: 10pt; 
	font-weight: normal;
	text-align:left; 
/*	width:300px;	*/
}
td.LicDataClickCol4
{
	text-decoration: none;
	font-family: Arial; 
	color: blue; 
	font-size: 10pt; 
	font-weight: normal;
	text-align:left; 
/*	width:200px;*/
}

IMG.sort
{
	border-style: none;
	float: right;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
	display: inline;
	clear: none;
	text-align: right;
}
a.sort
{
	float:left;	
}
a.Popup
{
	float: right;
	text-align: center;
	text-decoration: none;
	background-color: silver;
	font-family: Arial;
	color: black;
	font-size: 12pt;
	font-weight: bold;
	line-height: 14pt;
	display: block;
	padding: 2px;
	width: 100px;
	border: outset thin;
}

a.Popup:hover
{
	background-color: #c3c3c3;
}

table.PinHistList
{
	border:0;
	padding:0;
	margin:0;
	text-align:left;
	vertical-align:top;
	width:730px;
}

th.LicHCol1
{
	text-decoration: none;
	font-family: Arial; 
	color: black; 
	font-size: 10pt; 
	font-weight: bold;
	text-align:left; 
	width:100px;	
}

th.LicHCol2
{
	text-decoration: none;
	font-family: Arial; 
	color: black; 
	font-size: 10pt; 
	font-weight: bold;
	text-align:left; 
	width:120px;	
}
th.LicHCol3
{
	text-decoration: none;
	font-family: Arial; 
	color: black; 
	font-size: 10pt; 
	font-weight: bold;
	text-align:left; 
	width:80px;	
}
th.LicHCol4
{
	text-decoration: none;
	font-family: Arial; 
	color: black; 
	font-size: 10pt; 
	font-weight: bold;
	text-align:left; 
	width:350px;	
}
th.LicHCol5
{
	text-decoration: none;
	font-family: Arial; 
	color: black; 
	font-size: 10pt; 
	font-weight: bold;
	text-align:left; 
	width:180px;	
}


td.LicHCol1
{
	text-decoration: none;
	font-family: Arial; 
	color: black; 
	font-size: 10pt; 
	font-weight: normal;
	text-align:left; 
/*	width:100px;	*/
}
td.LicHCol2
{
	text-decoration: none;
	font-family: Arial; 
	color: black; 
	font-size: 10pt; 
	font-weight: normal;
	text-align:left; 
/*	width:100px;	*/
}
td.LicHCol3
{
	text-decoration: none;
	font-family: Arial; 
	color: black; 
	font-size: 10pt; 
	font-weight: normal;
	text-align:left; 
/*	width:50px;	*/
}
td.LicHCol4
{
	text-decoration: none;
	font-family: Arial; 
	color: black; 
	font-size: 10pt; 
	font-weight: normal;
	text-align:left; 
/*	width:300px;	*/
}
td.LicHCol5
{
	text-decoration: none;
	font-family: Arial; 
	color: black; 
	font-size: 10pt; 
	font-weight: normal;
	text-align:left; 
/*	width:200px;*/
}
/*==================================*/
Table.LicHistDisplay
{
	border:0;
	padding:0;
	margin:0;
	text-align:left;
	vertical-align:top;
	/*width:600px;*/
}
th.LicHistCol1
{
	text-decoration: none;
	font-family: Arial; 
	color: black; 
	font-size: 10pt; 
	font-weight: bold;
	text-align:left; 
	width:120px;	
}
th.LicHistCol2
{
	text-decoration: none;
	font-family: Arial; 
	color: black; 
	font-size: 10pt; 
	font-weight: bold;
	text-align:left; 
	width:80px;	
}
th.LicHistCol3
{
	text-decoration: none;
	font-family: Arial; 
	color: black; 
	font-size: 10pt; 
	font-weight: bold;
	text-align:left; 
	width:80px;	
}
th.LicHistCol4
{
	text-decoration: none;
	font-family: Arial; 
	color: black; 
	font-size: 10pt; 
	font-weight: bold;
	text-align:left; 
	width:80px;	
}
th.LicHistCol5
{
	text-decoration: none;
	font-family: Arial; 
	color: black; 
	font-size: 10pt; 
	font-weight: bold;
	text-align:left; 
	width:120px;	
}
th.LicHistCol6
{
	text-decoration: none;
	font-family: Arial; 
	color: black; 
	font-size: 10pt; 
	font-weight: bold;
	text-align:left; 
	width:250px;	
}
th.LicHistCol7
{
	text-decoration: none;
	font-family: Arial; 
	color: black; 
	font-size: 10pt; 
	font-weight: bold;
	text-align:left; 
	width:120px;	
}


td.LicHistCol1
{
	text-decoration: none;
	font-family: Arial; 
	color: black; 
	font-size: 10pt; 
	font-weight: normal;
	text-align:left; 
}
td.LicHistCol2
{
	text-decoration: none;
	font-family: Arial; 
	color: black; 
	font-size: 10pt; 
	font-weight: normal;
	text-align:left; 
}
td.LicHistCol3
{
	text-decoration: none;
	font-family: Arial; 
	color: black; 
	font-size: 10pt; 
	font-weight: normal;
	text-align:left; 
}
td.LicHistCol4
{
	text-decoration: none;
	font-family: Arial; 
	color: black; 
	font-size: 10pt; 
	font-weight: normal;
	text-align:left; 
}
td.LicHistCol5
{
	text-decoration: none;
	font-family: Arial; 
	color: black; 
	font-size: 10pt; 
	font-weight: normal;
	text-align:left; 
}
td.LicHistCol6
{
	text-decoration: none;
	font-family: Arial; 
	color: black; 
	font-size: 10pt; 
	font-weight: normal;
	text-align:left; 
}
td.LicHistCol7
{
	text-decoration: none;
	font-family: Arial; 
	color: black; 
	font-size: 10pt; 
	font-weight: normal;
	text-align:left; 
}

Table.LLFRList {
    border-style: solid;
    border-width: 1px;
    border: 0;
    padding: 0;
    margin: 0;
    text-align: left;
    vertical-align: top;
    width: 600px;
}
th.LLFRList {
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
    font-family: Arial;
    color: black;
    font-size: 10pt;
    font-weight: bold;
    text-align: left;
}
td.LLFRList {
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
    font-family: Arial;
    color: black;
    font-size: 10pt;
    font-weight: normal;
    text-align: left;
}

.BodyStd1 {
    text-decoration: none;
    font-family: Arial;
    color: black;
    font-size: 10pt;
    font-weight: normal;
}

Table.details {
    border-collapse:collapse;
    border: 0;
    padding: 0;
    margin: 0;
    text-align: left;
    vertical-align: top;
    width: 600px;
}
Table.detailsNoWidth {
    border-collapse: collapse;
    border: 0;
    padding: 0;
    margin: 0;
    text-align: left;
    vertical-align: top;
}

td.detailsHdr {
    text-decoration: none;
    font-family: Arial;
    color: black;
    font-size: 10pt;
    font-weight: bold;
    text-align: left;
}

td.detailsDtL {
    text-decoration: none;
    font-family: Arial;
    color: black;
    font-size: 10pt;
    font-weight: normal;
    text-align: left;
}

td.detailsDtR {
    text-decoration: none;
    font-family: Arial;
    color: black;
    font-size: 10pt;
    font-weight: normal;
    text-align: right;
}

td.detailsDtC {
    text-decoration: none;
    font-family: Arial;
    color: black;
    font-size: 10pt;
    font-weight: normal;
    text-align: center;
}
a.CSLinkHdr {
    text-decoration: underline;
    font-family: Arial;
    color: white;
    font-size: 10pt;
    font-weight: normal;
    text-align: center;
}
a.CSLinkData {
    text-decoration: underline;
    font-family: Arial;
    color: black;
    font-size: 10pt;
    font-weight: normal;
    text-align: center;
}

th.LLFRListCS {
    padding-left: 5px;
    padding-right: 5px;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
    font-family: Arial;
    color: black;
    font-size: 10pt;
    text-align: center;
    background-color: #21536A;
}
.whitefont {
    color: white;
}
.whitefontNormal {
    color: white;
    font-weight: normal;
}


td.LLFRList {
    padding-left: 5px;
    padding-right: 5px;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
    font-family: Arial;
    color: black;
    font-size: 10pt;
    font-weight: normal;
    text-align: left;
}
td.LLFRListC {
    padding-left: 5px;
    padding-right: 5px;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
    font-family: Arial;
    color: black;
    font-size: 10pt;
    font-weight: normal;
    text-align: center;
}
td.DataCol {
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
    font-family: Arial;
    color: black;
    font-size: 10pt;
    font-weight: normal;
    vertical-align: top;
    text-align: left;
}
td.DataColNP {
    text-decoration: none;
    font-family: Arial;
    color: black;
    font-size: 10pt;
    font-weight: normal;
    vertical-align: top;
    text-align: left;
}
td.DataColCntr {
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
    font-family: Arial;
    color: black;
    font-size: 10pt;
    font-weight: normal;
    vertical-align: top;
    text-align: center;
}
td.DataColCntrNP {
    text-decoration: none;
    font-family: Arial;
    color: black;
    font-size: 10pt;
    font-weight: normal;
    vertical-align: top;
    text-align: center;
}

td.DataColRght {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    text-decoration: none;
    font-family: Arial;
    color: black;
    font-size: 10pt;
    font-weight: normal;
    vertical-align: top;
    text-align: right;
}
td.DataColRghtNP {
    padding-bottom: 5px;
    text-decoration: none;
    font-family: Arial;
    color: black;
    font-size: 10pt;
    font-weight: normal;
    vertical-align: top;
    text-align: right;
}
.BodyErr {
    text-decoration: none;
    font-family: Arial;
    color: red;
    font-size: 10pt;
    font-weight: normal;
}