.clear
{
	clear: both;
}

.mytable input[type="text"]
{
	margin: 0px;
}
.arrow:hover{
	text-decoration: none;
}


.loading-modal {
	display:    none;
	position:   fixed;
	z-index:    1000;
	top:        150px;
	right:      0;
	height:     50px;
	width:      50px;
	background: rgba( 255, 255, 255, .8 )
	url("../img/loader.gif")
	no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .loading-modal {
	display: block;
}