@CHARSET "UTF-8";
body{

	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	line-height: 15px;
	color: #666;
}

a{
	color: #13499a; 
	cursor: pointer;
	text-decoration: none;
}

a:hover{
	color: #233356;
}

table {
	background-color: transparent;
	border-spacing: 2px;
	margin-bottom: 12px;
	width: 100%;
}

.reportMessage {
    border: 1px solid #ddd;
    background-color: #f0f0f0;
    padding: 6px;
    margin: 10px 0;
    text-align: center;
    font-weight: bold;
}
.dataFiltersColumn input, .dataFiltersColumn select {
 
  border: 1px solid #DDDDDD;
    font-size: 11px !important;
    padding: 6px !important;
     width: 174px   
}
.dataFiltersColumn select {
    font-size: 11px;
   
}

#transactionDetails{
	width: 49%;
	float:left;
}
#right-panel{
	width: 49%;
	float:right;
}
.right-widget{
	width:100%;
	-moz-border-radius:none !important;
	margin-bottom: 20px;
}
form#search{

	padding:20px
}
pre.prettyprint {
	border:none !important;
    overflow-x: scroll;
    padding: 2px;
}
tr.ui-widget-header{
	height: 33px;
}
.ui-corner-all {
    -moz-border-radius: 0px;
    border-radius: 0px !important;
}
div.filter-section{
	margin-left:10px;
	float: left;
	height: 130px;
}
div.filter-section label{
	display: block;
}

table#result{
	clear:both;
	margin-top: 20px;
}
div.controls{
	width: auto;
}

div.controls .ui-button{
	margin-bottom: 0px !important;
}
#logo{
	height: 55px;
	width: 40%;
    padding-bottom: 11px;
   
}
#logo img{
	float:left;
	margin-right: 20px;
}
#refund-message{
	display:none;
}
#refund-panel form{
	margin-top:20px;
}
#user-panel{
	float: right;
	padding: 3px;
	height: 19px; 
	display:block;
	width: 40%;
}
#user-panel #panel{
	float: right; 
	display:block;
}

#menu{
	padding-left: 80px;
}
#menu li{
	display: inline;
	list-style: none;
}
#menu li a{
	text-decoration: none;
	padding-left: 7px;
	padding-right: 8px;
}
.paginationControl{
	padding: 2px;
	height: 20px;
}

#form-login form{
	display:block;
	margin-top: 30px;
	margin-left:60px;
}
.form-element{
	padding: 5px
}
#change-password{
	margin-top: 30px;
	margin-left:60px;
}