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