﻿/*
*********************************************************************

Title: careers_screen.css for Enterprise Inns

Media Type: screen

Description: For styles used to create the site's careers 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:#e3cdd4 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/careers/sec_nav_arrow_careers.gif);
  }
  
  ul#secondary-navigation li a.nav-open
  {
    background:url(/images/site/brand/careers/sec_nav_arrowdown_careers.gif);
  }

  ul#secondary-navigation li ul
  {
    background:#eee1e5;
  }

    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:#740628;
}

ul#secondary-navigation a:visited
{
  color:#740628;
}

ul#secondary-navigation a:hover 
{
  color:#740628;
}

/* Content
----------------------------------------------- */
h2.section-header
{
  background:#740628;
  color:#fff;
  border:solid 1px #e3cdd4;
}

#content a:link 
{
  color:#740628;
}

#content a:visited
{
  color:#740628;
}

.buttonText {
  color: #740628;
}

/* paging */

a.previous
{
	background:url(/images/site/brand/careers/left_arrow.gif) no-repeat left top;
}

a.next
{
	background:url(/images/site/brand/careers/right_arrow.gif) no-repeat left top;
}

/* Forms
----------------------------------------------- */
fieldset
,.gradient,.gradient
{
	border-top:solid 1px #740628;
  background:url(/images/site/brand/careers/careers_bg_gradient.gif) repeat-x top left;
}

#content input.button
,#secondary-column input.button
{
	border:solid 1px #b98293; /* 50% of theme color */
	background:#e3cdd4 url(/images/site/brand/careers/button_arrow_careers.gif) no-repeat right center;
	color:#740628;
	cursor:pointer;
}

#content input.back
,#secondary-column input.back
{
      background:#e3cdd4 url(/images/site/brand/contact/button_arrow_back_careers.gif) no-repeat left center;
}


#content input.fileUp
,#secondary-column input.fileUp
{
	border:solid 1px #b98293; /* 50% of theme color */
	color:#660000;
	cursor:pointer;
}

#content input.clear_button
{
  background:none;
}

div.error 
{
  background-color:#e3cdd4;
}

/* collapsable form */

#content p.formbuttons-two-column
{
  border-bottom:solid 1px #740628;
}

#content fieldset.collapsable legend span
{
  color:#740628;
  background-color:#e3cdd4;
  border-bottom: solid 1px #740628;
}

/* Modules
----------------------------------------------- */
.signpost
{
	border-bottom:solid 1px #740628;
}

.signpost h2
,.signpost h2 a
,#secondary-column .signpost h2 a:hover
,#content .list-items li h2
,#content .tabs li a
{
	background-color:#e3cdd4;
	color:#740628;
}

.signpost h2 a:hover
,#secondary-column .signpost h2 a:hover
,#content .tabs li a:hover
,#content li.selected a
{
	background:#740628;
	color:#fff;
}

/* list items */
#content .list-items
{
	background:transparent url(/images/site/brand/careers/careers_bg_gradient.gif) repeat-x scroll left top;
	border-top:1px solid #740628;
	border-bottom:1px solid #740628;
}

.itemhover
,.itemhover a
{
	background-color:#740628 !important;
	color:#fff !important;
}

/* tabs */
#content .tabs li
{
	background:#740628;
	color:#fff;
}

/* Bizmap
----------------------------------------------- */
#content #BizMap
{
  background:transparent url(/images/site/brand/careers/careers_bg_gradient.gif) repeat-x scroll left top;
  border-bottom:1px solid #740628;
  border-top:1px solid #740628;
}

#content #BizMap #listview_overlay td.list-header /* header */
{
  background:#e3cdd4 !important;
  color:#740628 !important;
}

#content #BizMap .PopUp_DirectionButton /* form buttons */
{
  background:#e3cdd4 url(/images/site/brand/careers/button_arrow_careers.gif) no-repeat scroll right center !important;
  border:1px solid #740628 !important;
  color:#740628 !important;
}
