﻿/*
*********************************************************************

Title: applicants_screen.css for Enterprise Inns

Media Type: screen

Description: For styles used to create the site's applicants theme.

Author: RAJF

Document Sections:

Global
Page Structure
Navigation
Content
Forms
Modules

Notes: 

Change Log:

19/05/2008 - Created - RAJF

*********************************************************************
*/

/* Global
----------------------------------------------- */

/* Page Structure
----------------------------------------------- */

/* Navigation
----------------------------------------------- */
/* primary */

/* secondary nav */
ul#secondary-navigation
{
  background:#dcdad3 url(/images/site/backgrounds/gradient.gif) repeat-x bottom left;
  list-style:none;
}


ul#secondary-navigation li
{
  list-style:none;
  border:solid 1px #fff;
}
  ul#secondary-navigation li a.nav-closed
  {
    background:url(/images/site/brand/applicants/sec_nav_arrow_applicants.gif);
  }
  
  ul#secondary-navigation li a.nav-open
  {
    background:url(/images/site/brand/applicants/sec_nav_arrowdown_applicants.gif);
  }

  ul#secondary-navigation li ul
  {
    background:#e9e9e4;
  }


    ul#secondary-navigation li ul li
    {
      border:none;
    }
          
      ul#secondary-navigation ul ul
      {
        background:#fff;
      }

ul#secondary-navigation a
{
    text-decoration:none;
}

ul#secondary-navigation a:link 
{
  color:#4e4821;
}

ul#secondary-navigation a:visited
{
  color:#4e4821;
}

ul#secondary-navigation a:hover 
{
  color:#4e4821;
}

/* Content
----------------------------------------------- */
#content hr
{
	border:0;
	border-bottom:solid 1px #4e4821;
	color:#fff;
}

h2.section-header
{
  background:#4e4821;
  color:#fff;
  border:solid 1px #dcdad3;
}

#content a:link 
{
  color:#4e4821;
}

#content a:visited
{
  color:#4e4821;
}

.buttonText {
  color: #4e4821;
}

/* paging */

a.previous
{
	background:url(/images/site/brand/applicants/left_arrow.gif) no-repeat left top;
}

a.next
{
	background:url(/images/site/brand/applicants/right_arrow.gif) no-repeat left top;
}

/* Forms
----------------------------------------------- */
fieldset
,.gradient
{
	border-top:solid 1px #4e4821;
  background:url(/images/site/brand/applicants/applicants_bg_gradient.gif) repeat-x top left;
}

#content input.button
,#secondary-column input.button
{
	border:solid 1px #a6a390; /* 50% of theme color */
	background:#dcdad3 url(/images/site/brand/applicants/button_arrow_applicants.gif) no-repeat right center;
	color:#4e4821;
	cursor:pointer;
}

#content input.fileUp
,#secondary-column input.fileUp
{
	border:solid 1px #a6a390; /* 50% of theme color */
	color:#660000;
	cursor:pointer;
}

#content input.clear_button
{
  background:none;
}

div.error 
{
  background-color:#dcdad3;
}

/* collapsable form */

#content p.formbuttons-two-column
{
  border-bottom:solid 1px #4e4821;
}

#content fieldset.collapsable legend span
{
  color:#4e4821;
  background-color:#dcdad3;
  border-bottom: solid 1px #4e4821;
}

.panelColourBG
{
  background-color:#e9e9e4;
  border-bottom: solid 1px #dcdad3;
}

/* Modules
----------------------------------------------- */
.signpost
{
	border-bottom:solid 1px #4e4821;
}

.signpost h2
,.signpost h2 a
,#content .list-items li h2
,#content .tabs li a
{
	background-color:#dcdad3;
	color:#4e4821;
}

.signpost h2 a:hover
,#content .tabs li a:hover
,#content li.selected a
{
	background:#4e4821;
	color:#fff;
}

/* list items */
#content .list-items
{
	background:transparent url(/images/site/brand/applicants/applicants_bg_gradient.gif) repeat-x scroll left top;
	border-top:1px solid #4e4821;
	border-bottom:1px solid #4e4821;
}

.itemhover
,.itemhover a
{
	background-color:#4e4821 !important;
	color:#fff !important;
}

/* tabs */
#content .tabs li
{
	background:#4e4821;
	color:#fff;
}

/* Bizmap
----------------------------------------------- */
#content #BizMap
{
  background:transparent url(/images/site/brand/news/news_bg_gradient.gif) repeat-x scroll left top;
  border-bottom:1px solid #4e4821;
  border-top:1px solid #4e4821;
}

#content #BizMap #listview_overlay td.list-header /* header */
{
  background:#dcdad3 !important;
  color:#4e4821 !important;
}

#content #BizMap #listview_overlay td.ListView_Options /* Options Bar */
{
  background:#dcdad3 !important;
  color:#4e4821 !important;
}


#content #BizMap .PopUp_DirectionButton /* form buttons */
{
  background:#dcdad3 url(/images/site/brand/news/button_arrow_news.gif) no-repeat scroll right center !important;
  border:1px solid #4e4821 !important;
  color:#4e4821 !important;
}

#content .double .locationaddress
{
	font-size:1.2em;
}