﻿/*
*********************************************************************

Title: investors_screen.css for Enterprise Inns

Media Type: screen

Description: For styles used to create the site's investors 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:#d1d3db 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/investors/sec_nav_arrow_investors.gif);
  }
  
  ul#secondary-navigation li a.nav-open
  {
    background:url(/images/site/brand/investors/sec_nav_arrowdown_investors.gif);
  }

  ul#secondary-navigation li ul
  {
    background:#e3e4e9;
  }


    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:#18234a;
}

ul#secondary-navigation a:visited
{
  color:#18234a;
}

ul#secondary-navigation a:hover 
{
  color:#18234a;
}

/* Content
----------------------------------------------- */

h1
{
	/*color:#E76F00;*/
	color: #000000;
}

}
#content hr
{
	border:0;
	border-bottom:solid 1px #18234a;
	color:#fff;
}

h2.section-header
{
  background:#18234a;
  color:#fff;
  border:solid 1px #d1d3db;
}

#content a:link 
{
  color:#18234a;
}

#content a:visited
{
  color:#18234a;
}

.buttonText {
  color: #18234a;
}

/* paging */

a.previous
{
	background:url(/images/site/brand/investors/left_arrow.gif) no-repeat left top;
}

a.next
{
	background:url(/images/site/brand/investors/right_arrow.gif) no-repeat left top;
}

/* Forms
----------------------------------------------- */
fieldset
,.gradient
{
	border-top:solid 1px #18234a;
  background:url(/images/site/brand/investors/investors_bg_gradient.gif) repeat-x top left;
}

#content input.button
,#secondary-column input.button
{
	border:solid 1px #8b91a4; /* 50% of theme color */
	background:#d1d3db url(/images/site/brand/investors/button_arrow_investors.gif) no-repeat right center;
	color:#18234a;
	cursor:pointer;
}

#content input.back
,#secondary-column input.back
{
      background:#d1d3db url(/images/site/brand/contact/button_arrow_back_investors.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:#d1d3db;
}

/* collapsable form */

#content p.formbuttons-two-column
{
  border-bottom:solid 1px #18234a;
}

#content fieldset.collapsable legend span
{
  color:#18234a;
  background-color:#d1d3db;
  border-bottom: solid 1px #18234a;
}

/* Modules
----------------------------------------------- */
.signpost
{
	border-bottom:solid 1px #18234a;
}

.signpost h2
,.signpost h2 a
,#secondary-column .signpost h2 a:hover
,#content .list-items li h2
,#content .tabs li a
{
	background-color:#d1d3db;
	color:#18234a;
}

.signpost h2 a:hover
,#secondary-column .signpost h2 a:hover
,#content .tabs li a:hover
,#content li.selected a
{
	background:#18234a;
	color:#fff;
}

/* list items */
#content .list-items
{
	background:transparent url(/images/site/brand/investors/investors_bg_gradient.gif) repeat-x scroll left top;
	border-top:1px solid #18234a;
	border-bottom:1px solid #18234a;
}

.itemhover
,.itemhover a
{
	background-color:#18234a !important;
	color:#fff !important;
}

/* tabs */
#content .tabs li
{
	background:#18234a;
	color:#fff;
}

/* Bizmap
----------------------------------------------- */
#content #BizMap
{
  background: transparent url(/images/site/brand/investors/investors_bg_gradient.gif) repeat-x scroll left top;
  border-bottom: 1px solid #18234a;
  border-top: 1px solid #18234a;
}

#content #BizMap #listview_overlay td.list-header /* header */
{
  background: #d1d3db !important;
  color: #18234a !important;
}

#content #BizMap .PopUp_DirectionButton /* form buttons */
{
  background:#E0CCCC url(/images/site/brand/investors/button_arrow_investors.gif) no-repeat scroll right center !important;
  border:1px solid #8b91a4 !important;
  color:#18234a !important;
}

#content .investorlogin 
{
	margin: 20px auto;
}

#content .investorlogin table
{
	border: none;
	font-size: 0.8em;
}

#content .investorcreateaccount table
{
	margin: 0px auto;
}

#content .investorlogin .label
{
	font-size: 1em;
	text-align: right;
}

#content .investorlogin .textbox
{
	width: 200px;
	padding: 3px;
	font-size: 1.3em;
	display: inline;
}

#content .investorlogin .loginbutton
{
	float: right;
	margin-left: 10px;
	width: 120px;
}

#content .investorlogin .validator
{
	font-weight: bold;
	font-size: 2em;
	vertical-align: middle;
	display: inline;
	line-height: 0;
}

#content .investorlogin .hyperlink
{
	font-size: 1.1em;
}

#content .investorcreateaccount
{
	width: 600px;
}
/*
<TextBoxStyle CssClass="textbox" />
<LoginButtonStyle CssClass="loginbutton" />
<ValidatorTextStyle CssClass="validator" />
<LabelStyle CssClass="label" />
<HyperLinkStyle CssClass="hyperlink" />
*/
