html,body {
	height: 100%;
}
form{
	text-align: center;
	line-height: 2;
}
.modal-title{
	text-align: center;
}
.important{
    font-weight: bold;
    font-style: italic;
    border-bottom: 2px solid #ddd;
    margin-bottom: 20px;
    font-size: 15px;
    padding-bottom: 3px;
    width: 100%;

}
table{
	font-size: 11pt;
}
.hoverable:hover{
	cursor: pointer;
}
table,td,th{
	text-align:center;
}
.col1{
	text-align: right;
}
.expandCollapseImage{
	float: left;
	position: relative;
	margin-top: 8px;
}
.orderByImage{
	float: right;
	position: relative;
	margin-top: 7px;
	margin-right: 5px;
}
