body
{
    font-family: Arial, "Trebuchet MS", sans-serif;
    color: #263746;
    line-height: 1.5;
    font-size: 13px;
}

p
{
    margin: 0 0 9px 0;
}

b, strong
{
    font-weight: 700;
}

i, em
{
    font-style: italic;
}

small
{
    font-size: 80%;
}

big
{
    font-size: 115%;
}

a
{
    font-weight: normal;
    text-decoration: none;
    color: #111;
}

a:hover
{
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 
{
    margin: 0.75em 0 0.25em 0;
    line-height: 1.3em;
    text-rendering: optimizeLegibility;
    font-weight: 400;
	
}

h1:first-child,
h2:first-child

{
    margin-top: 0;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small 
{
    font-weight: normal;
    opacity: 0.6;
	font-size: 66%;
	display: block;
	line-height: 1.2;
}

h1 
{ 
    font-size: 220%;
}

h1>small
{
    font-size: 50%;
    display: block;
    line-height: 1.3em;
    
}

h2
{
    font-size: 200%;
}

h3
{
    font-size: 166%;
}

h4
{
    font-size: 133%;
}

h5, h6{
    font-size: 115%;
}

blockquote
{
    margin: 15px 15px 15px 0;
    color: #666;
    border-left: 6px solid #eee;
    padding-left: 15px;
    font-size: 125%;
}

h1.page-header {
    
    padding: 8px 0px 18px 0px;
    line-height: 1.2;	
}

hr {
  margin: 18px 0;
  border: 0;
  border-top: 1px solid RGBA(0,0,0,0.1);
  border-bottom: 1px solid RGBA(255,255,255,0.3);
  display: block;
  clear: both;
}

.oneline
{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-overflow: ellipsis-word;
	display: block;
}


button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

input, textarea, select, button, .button
{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    font-size: inherit;
    font-family: inherit;
}

fieldset
{
    border: 0 none;
    margin: 10px 0 !important;
    padding: 0;
}

fieldset:first-child
{
    margin-top: 0;

}

input, 
textarea, 
select
{
    outline: none;
    -moz-outline: none;
    padding: 4px;
    display: inline-block;
    border: 1px solid #aaa;
    border-radius: 3px;
    box-shadow: 0 0 0 #fff;
    line-height: 26px;
    height: 28px;
    *display: inline;
    *zoom: 1;
}

select
{
    line-height: 1.3;
}

input[type="text"], 
select, 
textarea
{
    display: block;
    width: 100%;
    box-shadow: 0px 1px 3px RGBA(0,0,0,0.3) inset;
    border: 1px solid #aaa;
}

.input.mandatory label:after
{
    font-size: 85%;
    opacity: 0.8;
    content: "  (Required)";
}

optional label:after
{
    font-size: 85%;
    opacity: 0.8;
    content: "  (Optional)";
}

select, input[type="file"] 
{
    height: 28px;
    line-height: 28px;
    display: block;
}


textarea
{
    resize: vertical;
    height: 6em;
    min-height: 4em;
    line-height: 1.3em;
    display: block;
    width: 100%;
}

input:focus, 
textarea:focus, 
select:focus,
form .input 
input:focus+a.button
{
    
    border: 1px solid #666;
    outline: none;
}

form 
{
    padding: 0; 
    margin: 0; 
    display: block;
    font-size: 13px;
}

form label
{
    display: block;
    margin-bottom: 1px;
    font-weight: 600;   
    color: #000;
}


form.group
{
    padding-top: 6px;
    padding-left: 6px;
}



input[type~="radio"], 
input[type~="checkbox"]
{
    width: auto;
    height: 1.3em;
    display: inline-block;
    border: 0;
    box-shadow: none;
    padding: 0;
    vertical-align: text-bottom;
}


button, 
.button
{
    border-radius: 3px;
    color: #000;
    border: 1px solid #999;
    display: inline-block;
    font-family: inherit;
    font-weight: 700;
    height: 28px;
    line-height: 26px;
    padding: 0 1em;
}

.button:hover, 
button:hover
{
    text-decoration: none;
    z-index: 200;
    color: #000;
}

.button:active, 
button:active
{
    text-decoration: none;
    box-shadow: 0px 5px 10px RGBA(0,0,0,0.2) inset,
                0px -1px 2px RGBA(0,0,0,0.2) inset;
}

.buttons
{
    text-align: center;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}

table td button
{
    width: 100%;
}

form#searchBar table
{
    border-spacing: 10px !important;
    border-collapse:separate;
}

form#searchBar
{
    background: #fdf8ec;
    border-radius: 3px;
    border: 1px solid #D6C495;
}

form#searchBar td
{
    vertical-align: bottom;
}