
body {
	font-family : Verdana, "Trebuchet MS", helvetice, sans-serif !important; /*Georgia*/
	font-size : 11px;
	line-height : 20px;
	color : #101010;
	margin : 0;
	padding:30px;
}

hr{
	border:0;
	border-bottom: 2px solid #c6c6c6;
}

.link{
 	color: #3399FF;
 	font-weight: bold;
 	text-decoration: none;
}

.link:hover{
 	color: #3399FF;
 	font-weight: bold;
 	text-decoration: underline;
 	cursor: pointer;
 }

#progress-bar {
  	width: 300px;
  	height: 25px;
  	background: #f1f1f1;
  	border: 1px solid #d0d0d0;
  	background-position: right center;
  	text-align:left;
}

#bar {
  	background: url("images/progressbar.gif");
  	line-height: 25px;
  	width: 0%;
  	height: 100%;
  	text-align: center;
  	color: #333333;
  	font-weight: bold;
}

.error{
	color: #f00;
	font-weight: bold;
}


.niceTable td{
	border: 1px solid #c6c6c6;
}

.niceTable th{
	background-color: #efefef;
	border: 1px solid #c6c6c6;
}

.niceTableNoVerticalBorders{
	border-left: 1px solid #c6c6c6;
	border-right: 1px solid #c6c6c6;
}

.niceTableNoVerticalBorders td{
	border-bottom: 1px solid #c6c6c6;
}

.niceTableNoVerticalBorders th{
	background-color: #efefef;
	border-top: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
}

