﻿a {
	text-decoration:none;
	color:blue;
}

a:hover{
	text-decoration:none;
	color:blue;
}

a:visited{
	text-decoration:none;
	color:blue;
}

table{
	font-family: Tahoma;
	font-size: 8pt;
}

input{
	font-family: Tahoma;
	font-size: 8pt;
}

tr.r_td:hover{
	background-color:#E6E6E6;
	height:25px;
	color:#a3cdf7;
	cursor:pointer;
}

tr.r_td{
	background-color:#ffffff;
	height:25px;
	color:#a3cdf7;
	cursor:pointer;
}

.loading_img {
    background-image:url(../images/loading.gif);
    background-repeat:no-repeat;
    background-position: center center;
} 