/*
 * @(#) screen.css - Editorial Centre screen stylesheet
 *
 * Copyright (c) 2007, The Press Association Ltd, All Rights Reserved
 *
 * Author: Tzu-Tan Huang
 */

/* Toplevel and defaults */

body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	line-height: 1.4em;
	font-size: 11px;
	margin: 20px 0 20px 0;
	padding: 0;
	text-align: left;}

table{
	border-collapse: collapse;}
	
form {
	padding: 0;
	margin: 0;}

img {
	border: 0;}
	
h1{
	font-size: 30px;
	font-weight: bold;
	line-height: 1em;
	padding: 0 0 5px;
	margin: 0;}

h2{
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0;
	margin: 0;
	color: #2070B2}
	
h3{
	font-size:20px;
	font-weight: normal;
	line-height: 1.2em;
	padding: 10px 0 5px;
	margin: 8px 0 10px 0;
	color: #003366;
		}	
	
h4{
	font-size: 12px;
	font-weight: bold;
	line-height: 1em;
	padding: 12px 0 0 0;
	margin: 5px 0 10px 0;
	border-top: 1px dotted #95C2E4;
	color: #2070B2;
	display: block;
	text-transform: uppercase;}

a{
	color: #00307E;
	text-decoration: none;}

a:hover{
	text-decoration: underline;}
		
li{
	padding-bottom: 3px;}

/* Navigation */

.nav_main {
	padding: 0;
	height: 19px;
	background: url("images/nav_bg.gif");
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid white;}

.nav_main a{
	padding-left: 25px;
	color: white;
	text-decoration: none;
	display: block;}

.nav_main a:hover{
	background: url("images/nav_bg_over.gif") 0 18px;
	text-decoration: none;}

.nav_main_nolink{
	padding: 5px 0 4px 25px;
	background: url("images/nav_bg.gif") 0 0;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1em;}

.nav_sub {
	padding: 3px 5px 4px 15px;
	background-color: #FFECCD;
	color: #333333;
	border-bottom: 1px solid #E1D0B6;
	line-height: 1em;}

.nav_sub a{
	color: #333333;
	text-decoration: none;
	display: block;}

.nav_sub a:hover{
	text-decoration: underline;}	

/* Right column */

.rightcolumn {
	padding-top:  8px;}

#trainer_tip{
	background-color: #ECECEC;
	line-height: 1.2em;
	padding: 5px;
	color: #333333;}

/* Other elements */

.picture{
	border: 1px solid #CCC;
	margin: 4px 0 0 8px;}

.btn{
	background: url(images/btn_bg.jpg) no-repeat 0 0;
	margin: 8px 0 8px;
	padding: 4px 5px 4px 23px;
	height: 24px;
	width: 102px;
	float: left;
}

	
/* Welcome page */

.also_feature{
	border: 1px solid #2C7DBB;
	border-width: 0 1px 1px 1px;}

.also_feature ul{
	padding: 0;
	margin: 7px 0 8px 30px;}
	
.grey_box{
	background-color: #ECECEC;
	padding: 5px 5px 5px 10px;}
	
/* Course page */

.border {
	border: 1px solid #2C7DBB;
	margin-top: 10px;}
	
/* Location page */
.location{
	border: 1px solid #DFDEDE;
	background-color: #F6F6F6;
	padding: 12px ;	}
	
/* Courses table formatting */

#course_table {
	padding: 0 0 0 20px;}

tr.alternate {
	background: #F7F7F7;}

tr.month {
	background: #EEE;}

/* Story Page */

#story_box{
	width: 105px;
	background-color: #ECECEC;
	padding: 10px 7px 10px 7px;
	border: 1px solid #CCC;
	font-weight: bold;}

	

	
	



