/* alternative styles */
table.its thead tr {
	background-color: #006699 ;	
	padding: 0px;
}
table.its td.itsColumn {
	border: 1px solid #ccc;
    width: 35px;
    height:35px;
    text-align :center ;
    FONT-FAMILY: 'Verdana';
    font-size: 10px;
    border-collapse: collapse;
}

table.its td {
	border: 1px solid #ccc;
    width: 175px;
    height:35px;
    text-align :center ;
    FONT-FAMILY: 'Verdana';
    font-size: 10px;
    border-collapse: collapse;
}

table.its th {
	border: 1px solid #ccc;
    width: auto;
    height:35px;
    text-align :center ;
    FONT-FAMILY: 'Verdana';
    font-size: 10px;
    border-collapse: collapse;
}

table.its th{
	font-weight: bold;
	color: #fff
}


table.its {
	width:auto;	
    FONT-FAMILY: 'Verdana';
    text-align: center;
    font-size: 10px;
    border: 1px solid #ccc;
	border-collapse: collapse;
}
table.its tr.even{
	background-color: #eee;
}


table.its th.sorted {
	background-color: #0077B3;
	<!--#79A6D2;-->
}

table.its th a,table.its th a:visited {
	color: #fff;
}

table.its th a:hover {
	text-decoration: underline;
	color: #fff;
}

table.its th.sorted a,table.its th.sortable a {
	background-position: right;
	font-weight: bold;
	display: block;
	width: 100%;
}

	
a,a:visited,a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



div.exportlinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 4px 4px;
	margin: 5px 0 20px 0;
	width: 79%;
	
}

span.export {
	padding: 0 4px 1px 20px;
	display: inline;
	display: inline-block;
	cursor: pointer;
}


span.pagebanner {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 0px 2px 0px;
	width: 79%;
	border-bottom: none;
	margin-top: 15px;
	display: block;
	
}

span.pagebannersize {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 0px 2px 0px;
	width: 79%;	
	margin-top: 15px;
	display: block;
	
}

span.pagelinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 0px 2px 0px;
	width: 79%;
	display: block;
	border-top: none;
	margin-bottom: 15px;
	
}


span,a,hr,code,pre
	{
	margin: 0;
	padding: 0;
	font-size: 1em;
	background-repeat: no-repeat;
	list-style-type: none;
	FONT-FAMILY: 'Verdana';
    text-align: center;
    font: 10px;
}


th.sortable a {
	background-image: url(../Images/arrow_off.png);
}

th.order1 a {
	background-image: url(../Images/arrow_down.png);
}

th.order2 a {
	background-image: url(../Images/arrow_up.png);
}


