/*
 * @(#) screen.css - Media Lawyer screen stylesheet
 *
 * Copyright (c) 2006, The Press Association Ltd, All Rights Reserved
 *
 * Version: $Id: screen.css,v 1.26 2008-04-22 16:42:40 mark Exp $
 * Author: Phil Twine and Tzu-Tan Huang
 */

/* Defaults */

body {
	background-color: #FFFFFF;
	font-family: sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}

h1 {
	border-bottom: solid #CCC 1px;
	color: #999;
	font-size: 1.5em;
	font-weight: normal;
	margin: 0;
	padding: 10px 0 3px 0;
}

h2 {
	border-bottom: solid #B5D0F4 1px;
	color: #597AB7;
	font-size: 1.5em;
	font-weight: normal;
	margin: 5px 0;
	padding: 3px 0;
	width: 130px;
}

h3 {
	border-bottom: solid #DDD 1px;
	color: #888;
	font-size: 1.5em;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0 0 3px 0;
}

h4 {
	color: #999;
	font-size: 1.1em;
	font-weight: normal;
	margin: 3px 0;
}

h5 {
	color: #888;
	font-size: 1em;
	font-weight: normal;
	margin: 3px 0 0 0;
}

p, li {
	color: #515151;
	font-size: 1em;
	margin: 4px 0;
	padding: 0;
}

pre {
	color: #515151;
	font-family: monospace;
	font-size: 1em;
	margin: 4px 0;
	padding: 0;
}

tr.alternate {
	background: #F7F7F7;
}

td {
	color: #515151;
	font-size: 1em;
	margin: 10px 0;
	padding: 3px 10px;
}

form {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

input, select, textarea {
	color: #515151;
	font-size: 1em;
}

a {
	border-bottom: solid #DDD 1px;
	color: #888;
	text-decoration: none;
}

a:hover {
	border-bottom: solid #DDD 1px;
	color: #B5D0F4;
	text-decoration: none;
}

hr {
	background: #666;
	border: 0;
	color: #666;
	height: 1px;
}

.selected {
	border: solid #666 1px;
	padding: 0 2px;
}

.snap {
	color: #CC0000;
}

.embargo {
	color: #CC0000;
}

.error {
	border: solid #CC0000 1px;
	color: #CC0000;
	padding: 2px;
}

.right {
	text-align: right;
}

/* Jump to content */

#jump_to_content {
	display: none;
}

/* Site wrapper */

#site_wrapper {
	background: #FFF url("images/background.gif") repeat-y;
	margin: 0 auto;
	width: 950px;
}

/* Title container */

#title_container {
	display: block;
	margin: 0 0 0 10px;
	height: 49px;
}

* html #title_container {
	margin: 0 0 -3px 10px;
}

/* Account tools */

#account_tools {
	background: url("images/account_background.gif") no-repeat top left;
	height: 30px;
	margin: 0 0 0 10px;
	padding: 0 0 0 170px;
	width: 770px;
}

* html #account_tools {
	width: 770px;
}

#account_tools ul {
	display: inline;
	margin: 0;
	padding: 0;
}

#account_tools li {
	background: url("images/account_left_tab.gif") no-repeat left top;
	display: inline;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 0 0 15px;
}

#account_tools a {
	background: url("images/account_right_tab.gif") no-repeat right top;
	border: 0;
	color: #777;
	display: block;
	margin: 0;
	padding: 5px 15px 0 0;
}

#account_tools a:hover {
	color: #B5D0F4;
}

/* Content wrapper */

#content_wrapper {
	clear: left;
	margin: 0 auto;
	width: 934px;
}

/* Left column */

#left_column {
	background: url("images/left_column_header.gif") no-repeat top left;
	float: left;
	height: 800px;
	margin: 0 0 0 3px;
	padding: 5px 0 15px 15px;
	width: 143px;
}

* html #left_column {
	margin: 0 0 0 1px;
	padding: 5px 0 15px 14px;
}

/* Home link */

#home_link {
	font-size: 1.5em;
	margin: 1px 0 20px 0;
}

#home_link a {
	border-bottom: solid #B5D0F4 1px;
	color: #597AB7;
	text-decoration: none;
}

#home_link a:hover {
	border-bottom: solid #597AB7 1px;
	color: #B5D0F4;
	text-decoration: none;
}

/* Navigation */

#navigation {
	margin: 6px 0 0 0;
}

#navigation ul {
	margin: 5px 10px 5px 0;
	padding: 0;
}

#navigation li {
	list-style: none;
	margin: 0;
}

#navigation a {
	color: #666;
}

#navigation a:hover {
	border-color: #1D68A3;
	color: #1D68A3;
}

/* Right column */

#right_column {
	float: right;
	/*height: 800px;*/
	padding: 0 35px 0 0;
	width: 150px;
}

* html #right_column {
	padding: 0 10px 0 0;
}

/* Search */

#search {
	margin: 10px 0 0 20px;
	padding: 0;
	width: 100%;
}

#search p {
	margin: 10px 0 10px 0;
}

/* Adverts */

#adverts {
	margin: 10px 0 0 20px;
	padding: 0;
	width: 100%;
}

#adverts p {
	margin: 10px 0 10px 0;
}

#adverts a {
	border-bottom: none;
}

/* Central column */

#central_column {
	display: block;
	margin: 0 200px 0 178px;
}

/* Welcome */

blockquote {
	background: url("images/left_quote.gif") no-repeat 0% 10%;
	margin: 0;
}

#welcome {
	background: url("images/right_quote.gif") no-repeat 98% 90%;
	margin: 0 0 10px 0;
	padding: 15px 50px;
}

#welcome h1 {
	border: 0;
	line-height: 1.2em;
}

/* Login */

#login {
	background: #F5F5F5;
	margin: 10px 0 5px 0;
}

#login .top {
	background: url("images/top_left.gif") no-repeat top left;
}

#login .top p {
	background: url("images/top_right.gif") no-repeat top right;
	margin: 0 0 0 5px;
	padding: 10px;
	font-weight: bold;
	font-size: 12px;
}

#login table {
	margin: 0 0 0 5px;
}

#login .bottom {
	background: url("images/bottom_left.gif") no-repeat bottom left;
}

#login .bottom p {
	background: url("images/bottom_right.gif") no-repeat bottom right;
	margin: 0 0 0 5px;
	padding: 10px;
	font-weight: bold;
	font-size: 12px;
}

#login a {
	border: none;
	text-decoration: underline;
	color: #515151;
}

/* Story */

#story {
	margin: 20px 0;
}

/* Story tools */

#story_tools {
	float: right;
}

#story_tools ul {
	display: inline;
	margin: 0;
	padding: 0;
}

#story_tools li {
	background: url("images/left_tab.gif") no-repeat left bottom;
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0 0 4px 8px;
}

#story_tools a {
	background: url("images/right_tab.gif") no-repeat right bottom;
	border: 0;
	color: #777;
	padding: 0 8px 4px 0;
}

#story_tools a:hover {
	color: #B5D0F4;
}

/* Story images */

#story_images {
	float: right;
	margin: 30px 0 0 10px;
	padding: 0;
	width: 100px;
}

#story_images img {
	display: block;
	margin: 5px 0;
	padding: 5px;
}

#story_images img {
	border: solid #E1E1E1 1px;
}

#story_images img:hover {
	border: solid #FF9933 1px;
}

/* Associated content */

div.associated {
	background-color: #F8F8F8;
	color: #888;
	font-size: 1.1em;
	margin: 8px 0;
	padding: 0 10px;
}

/* Search results */

a.result_link {
	color: #597AB7;
	font-size: 1.2em;
}

a.result_link:hover {
	color: #666;
}

.result {
	display: block;
	margin: 5px 0;
	float: left;
	width: 100%;
}

.result img {
	float: left;
	padding: 0 10px 0 0;
}

.highlight {
	color: #222;
	font-weight: bold;
}

/* Buttons */

p.button {
	background: url("images/blank_button.gif") no-repeat;
	height: 20px;
	margin: 5px 0 0 0;
	padding: 0px 5px;
}

p.button a {
	border: none;
	color: #FFF;
	text-decoration: none;
}

p.button a:hover {
	border: none;
	color: #597AB7;
}

/* Information */

#information {
	background: #F8F8F8;
	border: solid #EEE 1px;
	float: right;
	margin: 0 10px 0 0;
	padding: 5px 10px;
	width: 180px;
}

#information p {
	margin: 0 0 8px 0;
}

/* Testimonials */

#testimonials table {
	margin: 10px 0 0 0;
	padding: 0;
}

#testimonials td {
	vertical-align: top;
	width: 50%;
}

#testimonials td.top_left {
	border-bottom: solid #CCC 1px;
	border-right: solid #CCC 1px;
}

#testimonials td.top_right {
	border-bottom: solid #CCC 1px;
}

#testimonials td.bottom_left {
	border-right: solid #CCC 1px;
}

#testimonials td.bottom_right {
	border: none;
}

#testimonials img {
	float: left;
	margin: 5px 10px 5px 0;
}

/* Footer */

#footer {
	background: #FFF url("images/footer.gif") no-repeat top;
	clear: both;
	margin: 0 auto;
}

#footer p {
	margin: 0;
	padding: 20px 0 0 275px;
}

/* Drop-down Menu */

#dropmenudiv{
	position:absolute;
	border:1px solid #CCC;
	border-bottom-width: 0;
	z-index:100;
	margin-top: -20px;
	margin-left: 35px;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 7px;
	border-bottom: 1px solid #CCC;
	padding: 1px 0;
	text-decoration: none;
	color: #666;
}

#dropmenudiv a:hover{
	background-color: #DEEBFA;
	color: #1D68A3;
}

