﻿body 
{
	background-color: #DDD99C;
}

em {
    font-style: italic;
}

#header #logo 
{
	background-image: url('/asbct/skin/images/logo.gif');
	background-repeat:no-repeat;
	background-position: left top;
	height:155px;
	width: 410px;
	position: relative;
}

#header #logo a 
{
	height: 100%;
	width: 100%;	
	display: block;
	text-indent: -99999px;
}

h3.add-button a{
            float: right;
            display: block;
    font-size: 1.3em;
        }

.add-new-cost-item-pppe {
    margin-bottom:3px;
    font-size:1.1em;
    font-weight:bold;
    font-family: Georgia,Tahoma,Serif;
}

a:hover {
	color: #069;
}

#top-menu{
	border-bottom:1px solid #DDD99C;
}

#top-menu ul#menu li.selected a, #top-menu ul#menu li.selected a:hover {
	background-color:#069;
	color: white;
}

#top-menu ul#menu li a:hover {
	border-color:#DDD99C;
	background-color: #ddd;
	color: #DDD99C;
}


textarea, select{
	float: left;
	margin-right: 0;
}

/* Hover tooltips */
.field-tip {
     position:relative;
     cursor:help;
     background: #879f6f;
     padding:2px 4px;
     line-height:1;
     color: white;
     font-weight: bold;
     margin-left: 10px;
}

.field-tip-link {
    position:relative;
     text-decoration:underline;
     cursor: pointer;
     color:#829c6e;
}

.field-tip .tip-content, .field-tip-link .tip-content  {
    position:absolute;
    top:-10px; /* - top padding */
    right:9999px;
	max-width: 400px;
    width:200px;
    margin-right:-220px; /* width + left/right padding */
    padding:10px;
    color:#fff;
    background:#333;
    -webkit-box-shadow:2px 2px 5px #aaa;
    -moz-box-shadow:2px 2px 5px #aaa;
    box-shadow:2px 2px 5px #aaa;
    opacity:0;
    -webkit-transition:opacity 250ms ease-out;
    -moz-transition:opacity 250ms ease-out;
    -ms-transition:opacity 250ms ease-out;
    -o-transition:opacity 250ms ease-out;
    transition:opacity 250ms ease-out;
    z-index:100;

}

.field-tip .tip-content:before, .field-tip-link .tip-content:before {
    content:' '; /* Must have content to display */
    position:absolute;
    top:50%;
    left:-16px; /* 2 x border width */
    width:0;
    height:0;
    margin-top:-8px; /* - border width */
    border:8px solid transparent;
    border-right-color:#333;
}
.field-tip:hover .tip-content, .field-tip-link:hover .tip-content {
    right:-20px;
    opacity:1;
}

 /* Hover Hotspot tooltips */
.hs-field-tip {
    position:relative;
    cursor:help;
    background: #879f6f;
    padding:2px 4px;
    line-height:1;
    color: white;
    font-weight: bold;
    margin-left: 10px;
    width: 8px;
    height: 12px;
}

.hs-tag-hover:before {
    content:' '; /* Must have content to display */
    position:absolute;
    top:25%;
    left:-16px; /* 2 x border width */
    width:0;
    height:0;
    margin-top:-8px; /* - border width */
    border:8px solid transparent;
    border-right-color:#333;
}


.hs-tag-hover a {
    text-decoration: underline;
    color: white;
}

.hs-tag-hover a:hover {
    color: #08c;
}

.hs-tag-hover {
             
    line-height:1.4;
    color: white;
    font-weight: bold;

    position: absolute;
    z-index: 100;
    background-color: #333;
    padding:10px;
            
	max-width: 400px;
    width:auto;
    -webkit-box-shadow:2px 2px 5px #aaa;
    -moz-box-shadow:2px 2px 5px #aaa;
    box-shadow:2px 2px 5px #aaa;

    opacity:0;
    right: 9999px;
    -webkit-transition:opacity 250ms ease-out;
    -moz-transition:opacity 250ms ease-out;
    -ms-transition:opacity 250ms ease-out;
    -o-transition:opacity 250ms ease-out;
    transition:opacity 250ms ease-out;
}

.hs-tag-hover.show{ 
    opacity: 1;
    right: auto;
}


.form-entry .cost-item-grid .total-column, .form-entry .cost-item-grid .other-funding-column, .form-entry .cost-item-grid .requested-funding-column
{
	width:inherit;
}



.form-entry .cost-item-grid .category-column
{
	width:300px;
}

.form-entry .cost-item-grid .category-column select
{
	width:300px;
}


.form-entry .generic-organisation-people .contactpersoncontainer label {
width: 180px;
padding-bottom: 5px;
}

input.numeric-validation-error
{
    background: pink;
    border: 1px red solid;
}
.validation-key .numeric 
{
    border-color:red;
}

.singlepage-eligibility-question {
    width:650px; 
    display:inline-block;
}

.education-tip  td {
    border:none; 
    width: 250px;
}

.education-tip  .costs-desc-table {
    margin-right: auto;
    margin-left: auto;
    box-shadow: 2px 2px 5px #AAA;
    -webkit-box-shadow: 2px 2px 5px #AAA;
    -moz-box-shadow: 2px 2px 5px #AAA;
    border:#ccc 1px solid;
    width: 781px;
    margin-bottom: 10px;
    height: 276px;
}

.education-tip  .tip-content {
    max-width: 800px;
    width: 400px;
    margin-right: -440px;
}

h5 {
    font-size: 1.1em;
}


.fundingpriorities > .subhd {
  line-height:150%;
  float:left;  
  margin-top:0;
}

.outcomes > .subhd {
   line-height:350%;
   margin-bottom:-0.5em;
   margin-top:-0.5em;
   float:left; 
}

.form-entry .location .formRow .formColumn {
    width: 100%;
}

.form-entry .location .formRow .formColumn table{
    border: 0px none;
}
.form-entry .location .formRow .formColumn table td{
    border: 0px none;
}

/* START Hoff */
/* GenericIncome control field adjustments */
.income-item.section .formRow.additional-details-column {
    position: absolute;
    right: 20px;
}
/* Consistant tooltip experience accross controls */
.tip-content {
    font-family: "Ariel", sans-serif;
    font-size:small;
}
/* District Council Control line spacing */
.fixed.formColumn.districtcouncil label {
    margin-bottom: 4px
}
/* position of tooltip for GenricFormText control */
.generic-form-text p:only-of-type {
    display: inline;
}
/* Person control - Out of Active Duty plus tooltip field width */
.contactpersoncontainer.person.contactpersoncontainer label[for*=chkEndDate] {
    width: 200px
}
.file-uploads .description.formColumn {
    width: 235px
}
/* Highlight the Declaration tick box*/
.generic-form-declaration .formRow {
    font-weight: bold;
    padding-top: 20px;
    border-top: 1px solid #666;
}
/* END Hoff */
