
body{
	font-family: verdana,sans-serif;
	height: 100%;
}

a {
   text-decoration: none;
}

a.underline {
    text-decoration:underline;
}

#main_container{
	width: 475px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #6553f6;
	margin-top:50px;
	padding-bottom:10px;
	z-index:5;
}

#itemized_fines_main_container{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #6553f6;
	margin-top:50px;
	padding-bottom:10px;
	z-index:5;
}

#main_container h1{
	text-align: center;
}

#main_content{
    text-align: center;
}

#header{
	color: #360379;
	text-align:center;
	font: normal normal bold 20pt Verdana, sans-serif;
	padding-top: 10px;
}

.fines_fee_owed{
	text-align: center;
	font: normal normal bold 14pt Verdana, sans-serif;
}

.formatted_receipt {
    margin-left: 10%;
    width: 80%;
    background-color: white;
    box-shadow: 10px 10px 5px #888888;
    border-style: solid;
    border-width: 1px;
}

.formatted_receipt_content {
	text-align: left;
	margin-left: 45px;
}

.error_text{
	color: red;
	font-size: 12pt;
	font-weight: bold;
}

.warning_text {
    color: red;
	font-size: 12pt;
}

.table_odd {
	background-color: #e3e0fb;
	color: black;
}

.table_even {
	background-color:#d2cdfa;
	color: black;
}

.payment_table{
	padding-right: 11px;
    padding-left: 11px;
}

.submit_button{
  width:55px;
  height:25px;
	background-image: url(../../images/generic_button.gif);
	display: block;
	margin: 0px;
	padding: 2px 0px 3px 0px;
	margin-left: 20px;
	margin-right: 20px;
	border:0px;
	text-decoration: none;
	text-align: center;
	background-repeat: no-repeat;
	font-size: 10pt;
	color: white;
    cursor:pointer;
}

.disabled_submit_button{
  width:55px;
  height:25px;
	background-image: url(../../images/disabled_generic_button.gif);
	display: block;
	margin: 0px;
	padding: 2px 0px 3px 0px;
	margin-left: 20px;
	margin-right: 20px;
	border:0px;
	text-decoration: none;
	text-align: center;
	background-repeat: no-repeat;
	font-size: 10pt;
    color: #666;
}

.login_field{
	width: 9em;
}

.shown {
}

.not_shown {
    display: none;
}

tr.odd {
    background-color:#e3e0fb;
}

tr.even {
    background-color:#d2cdfa;
}

.invalid_input {
    background-color:#f09898;
}

.print_only{
    display:none;
}