.text2 {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-VARIANT: normal;
	 white-space: nowrap;
	 max-width:500px;
	 text-align: left;
}

.text2col {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-VARIANT: normal;
	text-align: left;
	 white-space: nowrap;
	 max-width:500px;
	 background-color: #ffffff;
}

.text2w {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-VARIANT: normal;
	 max-width:500px;
	 width:20px;
	  background-color: #ffffff;
text-align: left;
}



.text2top {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #000000;
	background-color: #EEEEEE;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-VARIANT: normal;
	 white-space: nowrap;
	 width:100%;
	 height: 20px;
	 text-align: right;
}
.text2center {
             	FONT-WEIGHT: normal;
             	FONT-SIZE: 11px;
             	COLOR: #000000;
             	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
             	FONT-VARIANT: normal;
             	text-align: center;
 }

 table.list {

 	border-collapse: collapse;
 	margin-top: 0px;
 	margin-bottom: 10px;
 	width: 100%;
 }

 table.list td {
 	padding: 3px;
 }

 table.list th {
 	background: #ffffff;
 	color: #000000;
 	padding: 3px;
 	border-bottom: 1px solid #000000;

 }

 table.list th a,table.list th a:visited {
 	background-color: transparent;
 	color: #000000;
 	text-decoration: none;
 }

 table.list th a:hover {
 	background-color: transparent;
 	color: #222222 !important;
 	text-decoration: overline underline;
 }

 th.sortablecenter a {
 text-align: center;
 }

 th.sorted a,th.sortable a, th.sortablecenter a {
 	background-position: right;
 	display: block;

 }


 table.list th.sorted {
 	background-color: #fdfdfd;
 	color: #000000;
 }

 table.list th.sorted a,table.list th.sortable a,th.sortablecenter a {
 	background-position: right;
 	background-repeat: no-repeat;
 	display: block;
 }



 table.list thead tr {
 	background-color: #FFCC00;
 }

 table.list tr.even {
 	background: #EEEEEE;
 	border-top: 1px solid #C0C0C0;
 	color: #000000;
 }

 table.list tr.odd {
 	background: #FFFFFF;
 	border-top: 1px solid #C0C0C0;
 	color: #000000;
 }

 /* highlight table row onmouseover */
 table.list tr.over {
 	background: #FFFF40;
 	border-bottom: 1px solid #C0C0C0;
 	border-top: 1px solid #C0C0C0;
 	color: #000000;
 	cursor: pointer;
 	cursor: hand; /* IE 5.5 non-compliant workaround */
 }


 div.exportlinks {
 	font-size: 11px;
 	background-color: #eee;
 	border: 1px dotted #999;
 	padding: 2px 4px 2px 4px;
 	margin: -5px 0 10px 0;
 	width: 100%;
 }

 div.exportlinks a {
 	text-decoration: none;
 }

 div.exportlinks span {
 	background-repeat: no-repeat;
 }

 span.excel {
 	background-image: url(../images/ico_file_excel.png);
 }

 span.export {
 	cursor: pointer;
 	display: inline;
 	display: inline-block;
 	padding: 0 4px 1px 20px;
 }