* {
   margin: 0;
   padding: 0;
}

html {
   background:#82A6BE;
   height: 100%;
}

body {
   background: #82A6BE url('images/bg_gradient.gif') repeat-x top left;
   font: 12px Verdana, sans-serif;
   min-height: 100%;
   padding-top:10px;

}

h1 {
   font: 2.0em Tahoma, sans-serif;
   color: white;
   height: 0px;
}

h2 {
   font: 1.5em Tahoma, sans-serif;
   color: #11395D;
   margin-bottom: 10px;
}

img {
   border: none;
}

* :focus {
   outline: 0;
}

.helplink {
   font-size: xx-small;
   text-decoration: none;
   vertical-align: top;
   color: #999;
}

.helplink:hover{
   text-decoration: underline;
}

input, textarea, select {
   border: #ADD1F0 1px solid;
   background: #F8FEFF;
   margin: 2px 0 2px 6px;
   font-size: 11px;
   padding: 2px;
}

input:focus, .select:focus, .combobox:focus{
   background:#ffffff;
   border-color: #d3d3d3;
}

input[type="radio"] {
   border: none;
   background: transparent;
}

a {
   cursor: pointer;
   color:#5382A2;
}

a:visited{
   text-decoration: none;
}

#controlbuttons {
   display: block;
}

#controlbuttons li {
   cursor:pointer;
   float:left;
   list-style-image:none;
   list-style-position:outside;
   list-style-type:none;
   margin:3px;
   padding:5px 0;
   position:relative;
   display:block;
}

.control {
   /*width: 48px;
   height: 48px;*/
   padding: 0px 4px;
   zoom: 1;
   display:block;
}

.control.icon {
   padding: 0px 4px 0px 20px;
}

/*span.ui-icon {
   left:0.2em;
   margin:-8px 5px 0 0;
   position:absolute;
   top:50%;
}*/

a.control.disabled {
   opacity: .25;
   -moz-opacity: .25;
   filter: alpha(opacity = 25);
}

a.control.disabled:hover {
   cursor: default;
}


table{
   border-collapse: collapse;
   table-layout: auto;
   width: 100%;
}

td {
   padding: 8px 0 9px;
   border: none;
}

th {
   padding: 8px 0 9px;
   border: none;
   text-align: left;
}

tr{
   border-bottom: #f5f5f5 solid 1px;
}

.hierarchicalselect {
   display: block;
}

img.center {
   text-align:left;
   margin:20px
}
.photoCredit {
   font-size: 12px;
   font-style: italic;
   font-weight: bolder;
   font-family:Arial, Helvetica, sans-serif;
}

.clear {
   clear:both;
}

.center {
   margin:0 auto;
   text-align: center;
}

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   visibility: hidden;
   line-height: 0;
   height: 0;
}

.clearfix {
   display: inline-block;
}

html[xmlns] .clearfix {
   display: block;
}

* html .clearfix {
   height: 1%;
}

.hidden {
   display:none;
}

.editable {
   border: #ADD1F0 1px solid;
   background: #F8FEFF;
   margin: 2px 0 2px 6px;
   float: left;
   padding:3px;
   min-width: 250px;
   max-width: 500px;
   min-height: 35px;
   font-size: 90%;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
}
.editable p {
   margin: 0 0 .8em;
}
.editable.namefield{
   min-width:200px;
   min-height: 14px;
   font-size:100%;
}

.requiredfield{
   border: #ADD1F0 2px solid;
   background: #F6FDFF;
}

/*.ui-button-icon-only .ui-button-text { padding: 0.35em; }*/
.ui-autocomplete-input { padding: 0.48em 0 0.49em 0.45em;
                         margin: 0 0 0 6px;
                         /*line-height:1.4;*/
}

ul.ui-autocomplete.ui-menu {
   max-height: 250px;
   overflow: auto;
   font-size: 0.9em;
}

option{
   margin: 1px 2px 3px;
}


