/* --------------------------------------------------------------

   oo-default.css
   * Default styles used within KBroker front ends

-------------------------------------------------------------- */

/*=== THINGS TO DO ===*/
#thingstodo {background-image: url(../images/nav-thingstodo.gif);border-top: 1px #b2b2b2 solid; }

/*=== GETTING INVOLVED ===*/
#gettinginvolved {background-image: url(../images/nav-gettinginvolved.gif);}

/*=== SUPPORT AND ADVICE ===*/
#supportandadvice {background-image: url(../images/nav-supportandadvice.gif);}

/*=== LEARNING AND WORK ===*/
#learningandwork {background-image: url(../images/nav-learningandwork.gif);}


#base-portal #thingstodo {background: url(../images/icon-thingstodo-large.gif) no-repeat 20px 50%; border: none;}
#base-portal #supportandadvice {background: url(../images/icon-supportandadvice-large.gif) no-repeat 8px 50%;}
#base-portal #gettinginvolved  {background: url(../images/icon-gettinginvolved-large.gif) no-repeat 28px 50%;}
#base-portal #learningandwork {background: url(../images/icon-learningandwork-large.gif) no-repeat 20px 50%;}

#mapsearch { width: auto!important; }

#header .message {
	display: none;
}

div.noresults {
	height: 200px;
}

.requiredred {    
    padding: 0;
    font-size: 100%;
    line-height: 1em;
    vertical-align: middle;
    color: #FE0000;
    font-weight: normal;
}
input.requiredred {
	color: #000000;
}
