body{
  font-family: arial;
  font-size: 12px;
  margin:0;
  padding: 10px;
}

a{
  color: #000;
  text-decoration: none;
}

img{
  border: none;
}

input:focus,
select:focus,
textarea:focus{
  background: #ffffe0;
  border: 1px solid #999;
}

input,
select,
textarea{
  background: #fff;
  border: 1px solid #bbb;
  border-top: 1px inset #bbb;
  border-left: 1px inset #bbb;
  font-size: 11px;
}

input:disabled,
select:disabled,
textarea:disabled{
  background: #eee;
  color: #000;
}

#logintable{
  border: 1px solid #e5ecf9;
  margin: 0 auto;
  margin-top: 60px;
  padding: 1px;
  width: 300px;
}

#logintable input{
  width: 100%;
}

#logintable table{
  padding: 40px;
  width: 100%;
}

#logintable table{
  background: #e5ecf9;
  padding: 5px;
  width: 100%;
}

#logintable table td{
  padding-right: 5px;
  width: 50%;
}

#logintable > table td{
  padding: 0;
}

#softwareinfo{
  font-size: 10px;
  text-align: center;
  margin-top: 10px;
}

#logintable #btnLogin{
  background: #eee;
  border: 1px solid #ccc;
  border-right: 1px outset #bbb;
  border-bottom: 1px outset #bbb;
  margin-bottom: 3px;
  width: 60px;
}

#footer{
  background: #e5ecf9;
  border-bottom: 1px solid #3366cc;
  border-top: 1px solid #3366cc;
  margin: 0 auto;
  padding: 1px;
  text-align: center;
  vertical-align: middle;
}

#heading{
  background: #e5ecf9;
  border-top: 1px solid #3366cc;
	font-size:18px;
	font-weight:bold;
	margin-bottom: 20px;
	margin-top: 10px;
	padding: 1px;
	padding-left: 5px;
}

#heading_small
{
  background: #e5ecf9;
  border-top: 1px solid #3366cc;
  font-size: small;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 1px;
}

#heading_small label.strong
{
  font-weight: bold;
  width: 50px;
}

#menu{
  background: #f9fbfd;
  border:1px solid #e5ecf9;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 15px;
  padding-bottom: 40px;
  text-align: center;
  width: 95%;
}

#menu p{
  background: #fff;
  border: 1px solid #3366cc;
  border-right: 1px outset #3366cc;
  border-bottom: 1px outset #3366cc;
  margin: 5px auto;
  width: 170px;
}

#menu p.welcome{
  background: transparent;
  border: none;
  margin-bottom: 20px;
  width: auto;
}

#menu select,
#menu input
{
  width: 150px;
}

#menu input.btn
{
  background: #eee;
  border: 1px solid #ccc;
  border-right: 1px outset #bbb;
  border-bottom: 1px outset #bbb;
  width: 60px;
}

#menu table
{
  margin: 0 auto;
  width: 150px;
}

.btnfloatright{
  float: right;
  width: 50px;
}

.clickable{
  cursor:pointer;
}

#box-no-tab
{
	background : #fff;
	border : 1px solid #3366cc;
	clear : both;
	margin : 0px;
	margin-bottom: 20px;
	padding : 15px;
}

#box-with-tab
{
	background : #fff;
	border : 1px solid #3366cc;
	border-top: none;
	clear : both;
	margin : 0px;
	margin-bottom: 20px;
	padding : 15px;
}

#box-with-tab table
{
  width: 100%;
}

#box-no-tab .f1,
#box-with-tab .f1,
#box-with-tab .f3,
#box-no-tab .f4
{
  border: 1px solid #999;
  height: 100px;
  margin: 0 auto;
  margin-bottom: 10px;
  padding-bottom: 35px;
}

#box-with-tab .f1
{
  height: 150px;
}

#box-with-tab .f3,
#box-no-tab .f4
{
  height: auto;
}

#box-with-tab .f5
{
  border: none;
  border-top: 1px solid #999;
  padding-left: 50px;
  padding-right: 50px;
  width: 220px;
}

#box-with-tab .f5 input
{
  text-align: right;
  width: 100px;
}

#box-with-tab .f3 input,
#box-with-tab .f3 textarea,
#box-no-tab .f4 input,
#box-no-tab .f4 textarea,
#box-no-tab .f4 select
{
  width: 88%;
}

#box-no-tab .f2,
#box-with-tab .f2
{
  border: 1px solid #999;
  padding-bottom: 5px;
}

#personal_info input.chkBoxNoBorder
{
  border: none;
  float: left;
  width: 15px;
}

#box-no-tab input.btnRight,
#personal_info input.btnRight,
#box-with-tab input.btnRight
{
  background: #eee;
  border: 1px solid #ccc;
  border-right: 1px outset #bbb;
  border-bottom: 1px outset #bbb;
  float: right;
  width: 60px;
}

#box-no-tab .fnone,
#box-with-tab .fnone,
#box-with-tab .fnone1
{
  border: none;
}

#box-with-tab .fnone1
{
  width: 250px;
}

#box-with-tab br,
#box-no-tab br
{
  clear: left;
}

#box-with-tab label,
#box-no-tab label,
#box-with-tab .f5 label
{
  display: block;
  float: left;
  padding: 2px;
  position: relative;
  width: 100px;
}

#box-no-tab input,
#box-no-tab select,
#box-no-tab textarea,
#box-no-tab input,
#box-no-tab select,
#box-with-tab input,
#box-with-tab select,
#box-with-tab textarea,
#box-with-tab input,
#box-with-tab select
{
  width: 75%;
}

#box-with-tab .f5 .label
{
  text-align: left;
  width: 90px;
}

#noScript, #accessdenied
{
	background: #FF6666;
	color: #fff;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
	padding: 10px;
	width: 400px;
}

#results, #visitlist
{
  border: 1px solid #3366cc;
  margin-bottom: 20px;
  width: 100%;
}

#results p, #visitlist p, #pat p
{
  border: 1px solid #3366cc;
  border-right: 1px outset #3366cc;
  border-bottom: 1px outset #3366cc;
  float: right;
  text-align: center;
  width: 100px;
}

#visitlist
{
  margin-top: 10px;
  margin-bottom: 20px;
}

#results table, #xm_info, #chg_info, #visit_info
{
  width: 100%;
}

#pat input,
#pat select,
#pat textarea
{
  width: 100%;
}

#xm_info input,
#xm_info select
{
  width: 99%;
}

#results th, #visitlist th, #xm_info th, #pat th
{
  background: #e5ecf9;
  border: none;
  text-align: left;
}

#chg_info td,
#visit_info td
{
  width: 50%;
}

.noHover
{
  background: #fff;
  text-align: right;
}

.currency
{
  text-align: right;
}

#personal_info
{
  border: 1px solid #fff;
  margin: 0;
  padding: 0;
  width: 100%;
}

#personal_info input,
#personal_info select
{
  width: 100%;
}

#personal_info td
{
  padding-left: 3px;
  padding-right: 5px;
  width: 10%;
}

.textCenter
{
  text-align: center;
}

#cname
{
  float: right;
  font-size: 12px;
  font-weight: normal;
  text-align: right;
  vertical-align: bottom;
}

#staff_info td
{
  vertical-align: top;
  width: 10%;
}

#staff_info input, #staff_info select, #staff_info textarea
{
  width: 100%;
}

.alg_right
{
  text-align: right;
}

#seperator
{
  border: none;
  border-top: 1px solid #3366cc;
  width: 200px;
}

#msg
{
  text-align: center;
}

#warning
{
  display: block;
  float: right;
}

.link
{
  color: blue;
}

table#iui_proc td
{
  width: 15%;
}

table#iui_proc .center
{
  text-align: center;
}

table#iui_proc th
{
  text-align: left;
  text-decoration: underline;
}

#iui_proc span.moph
{
  display: block;
  float: left;
  width: 70px;
}

#iui_proc input.mophtext
{
  float: left;
  position: relative;
  width: 150px;
}

#iui_proc input.long,
#iui_proc textarea.long
{
  width: 99%;
}

#iui_proc input.radio
{
  float: left;
  width: auto;
}

#iui_proc label
{
  float: left;
  position: relative;
}

#innerTable
{
	border:1px solid #3366cc;
	background:#e5ecf9;
	width:99%;
}

#dateselect
{
  margin: 0 auto;
}

input#day
{
  float: left;
  margin-left: 2px;
  margin-right: 2px;
  width: 20px;
}

#dateselect select
{
  float: left;
  margin-left: 2px;
  margin-right: 2px;
  position: relative;
  width: 100px;
}

div.autocomplete {
      position:absolute;
      max-height:500px;
      background-color:white;
      border:1px solid #888;
      margin:0px;
      padding:0px;
      overflow: auto;
    }
div.autocomplete ul {
      list-style-type:none;
      margin:0px;
      padding:0px;
    }
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
      list-style-type:none;
      display:block;
      margin:0;
      padding:2px;
      height:auto;
      cursor:auto;
    }

