/*
====================
Stylesheet for merlindale.co.uk
Created by Mark Riddell - http://www.ccssupport.co.uk
December 2006
====================
*/
body 
{
    /* Set default styles for skin */
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    background-color: #666;
    /* hack for IE 5.5 and below */
    font: 12px Arial, Verdana, Sans-Serif;
    voice-family: "\"}\"";
    voice-family: inherit;
    /* for IE 6+ and all other browsers */
    font: 12px Arial, Verdana, Sans-Serif;
    padding-top: 0px;
}
table, tr, td, p {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	line-height: 1.5em;
}
/*  FIREFOX HACK */
html, body
{ 
    height: 100%; 
}
#shadow_top
{
    height: 18px;
    background-image: url('images/shadow_top.jpg');
    background-position: left bottom;
    background-repeat: repeat-x;
}
#shadow_left
{
    width: 19px;
    background-image: url('images/shadow_left.jpg');
    background-position: right top;
    background-repeat: repeat-y;
}
#shadow_right
{
    width: 20px;
    background-image: url('images/shadow_right.jpg');
    background-position: left top;
    background-repeat: repeat-y;
}
#shadow_bottom
{
    height: 18px;
    background-image: url('images/shadow_bottom.jpg');
    background-position: left top;
    background-repeat: repeat-x;
}
#pagemaster
{
    width: 780px;
    padding: none;
    margin: none;
}
#header
{
    width: 780px;
    height: 227px;
    padding: none;
    background-color: #000066;
}
#wrapper
{
    width: 780px;
    background-color: Transparent;
}
#menubar
{
    width: 190px;
    padding: none;
    background-color: Transparent;
}
/* This clears both left and right floats */
.clear
{
    clear: both;
}
/* ====================
Content area
======================= */
#main
{
    clear: both;
    width: 780px;
    margin: none;
    padding: none;
    background-color: #fff;
    background-image: url('images/main_bg.jpg');
    background-position: left top;
    background-repeat: repeat-y;
    overflow: visible;
    border-bottom: solid 2px #666;
    border-left: none;
    border-right: none;
}
#ContentPane
{
}
#LeftMiddle
{
}
#RightMiddle
{
}
#Bottom
{
}
/* ===== Styling for text links ===== */
#links
{
    width: 100%;
}
#linkstable
{
    background-color: #ccc;
}
.links
{
    font-size: 10px;
    font: Verdana, Arial;
}
/* ===== Footer ===== */
#footer
{
    width: 780px;
    height: 29px;
    background-color: #ccc;
    color: #666;
    background-image: url('images/footer_bg.jpg');
    background-position: left top;
    background-repeat: repeat-x;
}
/* ===== Linkback to us ===== */
#linkback
{
    clear: both;
    background-color: Transparent;
    font-family: Verdana;
}
/*
====================
Set default font for modules
====================
*/
.Normal, .NormalDisabled, .NormalBold, .NormalRed, .NormalTextBox
{
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    font: 100% Tahoma, Verdana, Arial, Sans-Serif;
}
/*
====================
Style for module titles
====================
*/
.Head
{
    font-size: 110%;
    font-family: Verdana, Arial, Sans-Serif;
    font-weight: bold;
    color: #000;
}
/* style for item titles on edit and admin pages */
.SubHead
{
    font-size: 85%;
}
/* module title style used instead of Head for compact rendering of Quicklinks and Signin */
.SubSubHead
{
    font-size: 85%;
}
/*
====================
Button style for standard HTML buttons
====================
*/
.StandardButton
{
    font-size: 75%;
}
/*
====================
HTML tag styles
====================
*/
/*H1, H2, H3, H4, H5, DT, H6
{
    font-family: Verdana, Arial, Sans-Serif;
}
H1
{ font-size: 130%; color: #000; font-weight: bold; }
H2
{ font-size: 130%; color: Gray; font-weight: bold; }
H3
{ font-size: 120%; font-weight: bold; }
H4
{ font-size: 110%; font-weight: normal; }
H5, DT
{ font-size: 90%; font-weight: normal; }
H6
{ font-size: 80%; font-weight: normal; }*/
/*
/* ----------
Links format added for Opera browser and Safari
------------ */
.Normal A:link, .Normal A:visited, .Normal A:active
{
    text-decoration: none;
    color: #999;
}
.Normal A:hover
{
    text-decoration: underline;
    color: #999
}
/* ----------
Any SkinItems that are NOT links eg date
------------- */
.SkinItem
{
    text-decoration: none;
    color: #ccc;
    font-size: 85%;
}
/* ----------
SkinItems that are links eg terms, privacy
------------- */
A.SkinItem:link, A.SkinItem:visited, A.SkinItem:active
{
    text-decoration: none;
    color: #ccc;
}
A.SkinItem:hover
{
    text-decoration: underline;
    color: #ccc;
}
/* ===== Text links ===== */
.links
{
    text-decoration: none;
    color: #999;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 85%;
}
A.links:link, A.links:visited, A.links:active
{
    text-decoration: none;
    color: #999;
}
A.links:hover
{
    text-decoration: underline;
    color: #666;
}
/* ===== Footer links ===== */
.Footerlink
{
    color: #666;
    font-size: 85%;
}
A.FooterLink:link, A.FooterLink:visited, A.FooterLink:active
{
    text-decoration: none;
    color: #666;
}
A.FooterLink:hover
{
    text-decoration: underline;
    color: #333;
}
/* ===== link backs ===== */
.linkback
{
    text-decoration: none;
    color: #999;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 85%;
}
A.linkback:link, A.linkback:visited, A.linkback:active
{
    text-decoration: none;
    color: #666;
}
A.linkback:hover
{
    text-decoration: underline;
    color: #333;
}
/* Main Menu */
.MainMenu_MenuContainer {
	background-color : Transparent;
}
.MainMenu_MenuBar {
	background-color : Transparent;
}
/* Normal submenu styling */
.MainMenu_MenuItem {
	font-family : Verdana, Arial, Helvetica;
	color : #000;
	font-weight : normal;
	text-decoration : none;
	font-size : 9pt;
	background-color: Transparent;
	border: none;
}
/* MouseOver submenu */
.MainMenu_MenuItemSel {
	cursor: pointer; 
	color: #fff; 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: normal; 
    text-decoration: none;
	background-color: #000066;
	border: none;
}
.MainMenu_MenuIcon 
{
    background-color: #789ecb;
    padding: none;
    margin: none;
    border: none;
}
.MainMenu_SubMenu {
	border : none;
	margin-left: 5px;
	background-color : #789ecb;
	filter: alpha(opacity=80, FinishOpacity=90, Style=1);
 	-moz-opacity: 0.90;
}
.MainMenu_MenuBreak {
	border: none;
}
.MainMenu_MenuArrow {
	border: none;
}
.MainMenu_RootMenuArrow {
}
/* Menu cell Normal */
.RootMenuItem TD
{
    background-color: #789ECB;
    width: 180px;
	height : 25px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000;
	font-weight : normal;
	text-decoration : none;
	font-size : 10pt;
	text-align: right;
}
/* Menu cell MouseOver */
.RootMenuItemSelect TD{
	background-color: #789ECB;
	width: 180px;
	height : 25px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #036;
	font-weight : normal;
	text-decoration : none;
	font-size : 10pt;
	text-align: right;
}
/* Menu cell Active */
.RootMenuItemActive TD
{
    background-color: #789ECB;
    width: 180px;
	height : 25px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #036;
	font-weight : normal;
	text-decoration : none;
	font-size : 10pt;
	text-align: right;
}

