﻿.list-sort
{
	font-weight: bold;
     font-size: 12pt;
     cursor: hand;
     color: gray;
     font-family: Webdings;
     text-decoration: none;
}
.list-sort-active
{
	font-weight: bold;
    font-size: 12pt;
    cursor: hand;
    color: silver;
    font-family: Webdings;
    text-decoration: none;
}
table.list
{
	background-color: silver;
}

.th_list
{
	background-color:#0A1f62;
	font-family: Verdana, Arial;
	color: white;
	font-size: 9pt;
	height: 20px;
	text-align: center;
	white-space:nowrap;
	vertical-align :middle;
}
.th_list_highlighted
{
    background-color:#0A1f62;
	font-family: Verdana, Arial;
	color: Yellow;
	font-size: 9pt;
	font-weight: bold;
	height: 20px;
	text-align: center;
	white-space:nowrap;
	vertical-align :middle;
}
th.list
{
	background-color:#0A1f62;
	font-family: Verdana, Arial;
	color: white;
	font-size: 9pt;
	font-weight: bold;
	height: 20px;
	text-align: center;
	white-space:nowrap;
	vertical-align :middle;
}
th.list1
{
	background-color:#0A1f62;
	font-family: Verdana, Arial;
	color: white;
	font-size: 9pt;
	font-weight: bold;
	height: 20px;
	text-align: center;
	vertical-align :middle;
}

th.list4
{
	background-color:#BFBDD3;
	font-family: Verdana, Arial;
	color: #0A1f62;
	font-size: 8pt;
	font-weight: bold;
	/*height: 20px;*/
	text-align: center;
	vertical-align :middle;
	padding-left:3px;
	padding-right:3px;		
}

td.list
{
	padding-left: 10;
	padding-right: 10;
}

td.list-cursor-default
{
	padding-left: 10;
    padding-right: 10;
    cursor:default;
}

td.list-info
{
	padding-left: 10;
    padding-right: 10;
    text-align:center;
    font-size: 8pt;
    background-color: #fbbef2;
}

td.list-info:hover
{
	padding-left: 10;
    padding-right: 10;
    text-align:center;
    font-size: 8pt;
    background-color: #c3c3ff;
}

td.list3
{
	padding-left: 10;
    padding-right: 10;
    text-align:left;
    font-size: 8pt;
}

td.list4
{
	padding-left: 10;
    padding-right: 10;
    text-align:center;
    font-size: 8pt;
}

tr.list-even
{
	cursor: default;
	font-size: 9pt;
	color: #0000cc;
	font-family: Verdana;
	background-color: #e4e3ec;
	cursor: hand;
	
}
tr.list-odd
{
	cursor: default;
	font-size: 9pt;
	color: #0000cc;
	font-family: Verdana;
	background-color: #ffffff;
	cursor: hand;
}
th.list
{
	background-color:#0A1f62;
	font-family: Verdana, Arial;
	color: white;
	font-size: 9pt;
	font-weight: bold;
	height: 20px;
	text-align: center;
	white-space:nowrap;
	vertical-align :middle;
}

th.list1_new
{
	background-color:#BFBDD3;
	font-family: Verdana, Arial;
	color: #0A1f62;
	font-size: 12pt;
	font-weight: bold;
	height: 20px;
	white-space:nowrap;
	vertical-align :middle;
}
th.list2
{
	background-color:#0A1f62;
	font-family: Verdana, Arial;
	color: white;
	font-size: 9pt;
	font-weight: bold;
	height: 20px;
	text-align: left;
	white-space:nowrap;
	vertical-align :middle;	
}
th.list3
{
	font-size: 8pt;
	text-align: left;
	white-space:nowrap;
	vertical-align :middle;
	padding-left:10px;
	color:#0A1f62;
}

tr.list-even-cursor-default
{
	cursor: default;
	font-size: 9pt;
	color: #0000cc;
	font-family: Verdana;
	background-color: #e4e3ec;
	cursor: default;
	padding-left:10px;	
}
tr.list-odd-cursor-default
{
	cursor: default;
	font-size: 9pt;
	color: #0000cc;
	font-family: Verdana;
	background-color: #ffffff;
	cursor: default;
}

tr.list-hover
{
	cursor: default;
	font-size: 9pt;
	color: #0000cc;
	font-family: Verdana;
	background-color: #c3c3ff;
	cursor: hand;
}
tr.list-hover-cursor-default
{
	cursor: default;
	font-size: 9pt;
	color: #0000cc;
	font-family: Verdana;
	background-color: #c3c3ff;
	cursor: default;
}

tr.pager
{
	cursor: default;
	font-size: 8pt;
	color: #0A1f62;
	font-family: Verdana;
	font-weight: bold;
}
a.pager
{
	color:#e4e3ec;
	font-weight:bolder
}

a.pager_custom
{
	color:#e4e3ec;
	font-weight:bolder;
	text-decoration:none;
	cursor:hand;
}