a:link		{font-size:11px; color:#336699; font-weight:bold; text-decoration: none; font-family: Arial;}
a:visited	{font-size:11px; color:#336699; font-weight:bold; text-decoration: none; font-family: Arial;}
a:hover		{font-size:11px; color:#6699cc; font-weight:bold; text-decoration: none; font-family: Arial;}
a:active	{font-size:11px; color:#336699; font-weight:bold;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #336699;
}

table.displaygrid {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #cccccc;
	border-collapse: collapse;
	font-size: 11px;
	width: 100%;
}

table.displaygrid thead tr {
	background-color: #E1EAF4;
	text-align:left;
}

table.displaygrid tr.even {
	background-color: #E1EAF4;
}

table.displaygrid tr.odd {
	background-color: #E1EAF4;
}

table.displaygrid th {
	border: 1px solid #cccccc;
	padding: 10px;
}

table.displaygrid td {
	border: 1px solid #cccccc;
}

th.sorted {
    color: #ffffff;
	font-weight: bold;
}
th.sorted a, th.sortable a {
	background-position: right;
	width: 100%;
	display: block;
}

th.sortable a {
	/*background-image: url(../img/trafficList/arrow_off.png);*/
	/*background-repeat: no-repeat;*/
	/*background-position: right;*/
}

th.order1 a {
	/*background-image: url(../img/trafficList/arrow_down.png);*/
	/*background-repeat: no-repeat;*/
	/*background-position: right;*/
}
th.order2 a {
	/*background-image: url(../img/trafficList/arrow_up.png);*/
	/*background-repeat: no-repeat;*/
	/*background-position: right;*/
}

.colCenter {
	text-align: center;
}

.colTop {
	vertical-align: top;
}

.colPadding {
	padding: 10px;
}

.col70 {
	width: 70px;
}

.col90 {
	width: 90px;
}

.col150 {
	width: 150px;
}