/* By default text size is 80% (0.8em) of standard size, about equal to "small" */

body{
	font-size:0.8em;
	background-color: #ffffff;
	margin: 0em 0em;
	padding:0em 0em 1em;
	background:white
}

/* Reading elements line-height */

div.column_wrapper p, div.column_wrapper li, div.column_wrapper dd, div.column_wrapper dt{
	line-height:1.6em
}

/* Not used - potential to make reading area text size larger by adding declaration here */

div.left_column p, div.left_column li, div.left_column dd, div.left_column dt,
div.one_column p, div.one_column li, div.one_column dd, div.one_column dt{

}

/* Table cell font size fix */

td
{ 
	font-size: 1em;
}


/* Typeface and text colour */

body, td, th, p, div, li, dt, dd
{
	font-family: verdana, sans-serif;
	color: black;
}

/* Tables should show empty cells. */

table{
	empty-cells: show;
}

/* Set margins etc on DIV and FORM to 0 (just in case) */

div, form
{
	margin:0em;
	padding:0em
}

/* Normal, standard links */

a:link
{
	 color: #0000ff;
	 text-decoration: underline;
}

a:visited
{
	color: #545;
	text-decoration: underline;
}

a:hover
{
	color:#0000ff;
	text-decoration: underline;
}


/*No borders on linked images */

a img{
	border:none
}

/* Form inputs */

input, textarea, button
{
	font-size: 0.9em;
	color: #000000;
	font-family: verdana, sans-serif;
}

select
{
	font-size: 1em;
	font-weight: normal;
	color: black;
	font-family: verdana, sans-serif;
}


 
/* Standard horizontal rule */
hr
{
	height: 1px;
	border: none;
	color: black;
	background-color: black;
}

/* Lists */

ul, ol {
	margin:1em 0em;
	padding:0em
}

dl ul{
	margin: 0em
}

ul ul, ul ol, ol ol, ol ul{
	margin: 0em 0em 0em 1.6em
}

ul li, ol li ul li{
	list-style-type:disc;
	list-style-position:inside;
	line-height:1.4em
}

li
{

	margin-left: 25px;
}

ol li{
	list-style-type: decimal;
	list-style-position:inside;
	line-height:1.4em;
}

/* This makes nested lists the same text size */

li li
{
	font-size:1em
}


dt{
	margin:1em 0em 0em;
	padding:0em
}

dd{
	margin:0em 0em 0em;
	padding:0em 0em 0em 2em
}

/* A general float left selector */

.floatleft{
	float:left;
	margin-right:1em
}

/* A general float right selector */

.floatright
{
	float:right;
	margin-left:1em
}

/* A general centring selector */


.center{
	text-align:center
}

/* A general right alignment selector */

.right{
	text-align:right
}

/* Headings */

/* H1-H3 colour and font - H4 is black n bolded */

h1, h2, h3{
	color:#c30;
	font-family:arial, helvetica, verdana,sans-serif;
}

h1{
	font-size:2em;
	font-weight:normal;

}

h2{
	font-size:1.5em;
	font-weight:normal;
}

h3{
	font-size:1.3em;
	font-weight:normal;	
}

/* H4 === P > STRONG */

h4{
	font-size:1em;
	margin:1em 0em;
	color:black;
	font-weight:bold
}

 
 /* Main navigation options at top */
 
ul.menu {
	margin:0px auto 0em;
	text-align:center;
	padding:3px 0em 4px 0px;
	clear:left;
}
 
ul.menu li
{
	list-style-type:none;
	display:inline;
	font-size:1.2em;
	margin:0em;
	line-height:1.2em
	
}

/* Home tab on all pages except homepage */
/* Make left border present fix */

ul.menu li.home{
	border-width:0em 1px 0em 1px;
}

ul.menu li a,ul.menu li a:visited{
	color:black;
	text-decoration:none;
	padding:5px 10px 4px;
	background:#ded url(images/navbg.png);
	border:solid #cdc;
	border-width:0em 1px 0em 0em;
	
}

ul.menu li a:hover{
	text-decoration:underline;
	padding:5px 10px 4px;
	background:#ded url(images/navbg.png);
	border:solid #cdc;
	border-width:0em 1px 0em 0em;
}

ul.menu li.here
{
	list-style-type:none;
	display:inline;
	font-size:1.2em;
	margin:0em;
	line-height:1.2em
}
	
ul.menu li.here span a, ul.menu li.here span a:hover, ul.menu li.here span a:visited{
	padding:0px 0px;
	padding:5px 10px 4px;
	background:white;
	border:solid #cdc;
	border-width:0em 1px 0em 0em;
}

/*  ORDERED LIST  */

/* roman (lowercase) */

ol.lowerroman li{
	list-style-type:lower-roman;
	list-style-position:outside;
	margin-left: 50px;
}

/* ROMAN - roman */

ol.roman li{
list-style-type:upper-roman;list-style-position:outside
}

ol.roman li li{
list-style-type:lower-roman;list-style-position:outside
}

	 

 /* Header */

 div.header{
 	background-color:#D6EF39;
 	background-color:#6ee;
	padding-top:3px
 }
 
 /* Contains navigation menu */
 
 div.headerarea{
	padding-top:3px
 }
 
 /* Logo area */
 
 div.ukcab_logo{
 	padding:10px 0em 5px;
 }

 /* Strapline */
 
 div.ukcab_logo p
 {
	margin:0em;
	padding:0em;
	font-size:1.2em;
	text-align:center;
	z-index:100
 }

/* Logo image */

div.ukcab_logo img{
	vertical-align:middle;
	margin-right:10px
 }
 
/* Making various images floated right have some white space */

.floatright img, img.floatright{
	float:right;
	margin-left:2px
}

/* Er, breadcrumb */

p.breadcrumb{
	margin:1em auto 10px;
	padding:0px 0px;
	max-width:800px;
}

/* Red STRONG */

strong.red{
	color:red;
	font-weight:normal
}

/* Selector for image vertical alignement */

.arrow{
	vertical-align:middle
}

 /* Search and toolbar eg Site map link */
 
div.tools{
	margin:1em auto 1em;
	font-size:1.2em;
	text-align:center;
 } 
 
 div.tools a{
	margin-right:1em;
 }
 
div.tools p{
	margin:0em;
 }
 
div.tools input{
	vertical-align:middle;
 }
 
 div.tools p img{
 	vertical-align:middle
 }

 div.tools p span{
 	margin:0em 0em 0em 0em;
	float:right
 }
 
 /* Main container for 1 or 2 columns - use always */
 
 div.column_wrapper{
 	margin:1em auto 0em;
 	max-width:800px; 
 }
 
 /* Single column */
 
 div.one_column{
 	margin:1em auto 0em;
 	max-width:800px; 
 }
 
 /* Left column on 2 column pages */
 
 div.left_column{
	margin:0em 220px 0em 0px;
	padding-right:20px;
	font-size:1em
 }
 
 /* Right column */
 
 div.right_column{
 	float:right;
 	margin:0em 0px 0em 20px;
	width:210px
 }
 
 div.right_column p{
 	margin:0em 0em 0em;
 	padding:3px 5px 2px;
 	width:190px
 }
 
 div.right_column ul{
 	margin:0em 0em 0em;
 	padding:3px 5px 2px;
 	width:190px;
 }
  
 div.right_column ul li{
 	list-style-position:outside;
	margin-left:1em;
	line-height:1.4em;
	padding:3px 0px
   }
   
div.news{
	margin:1em 0em;
}

/* Grey-green-blue box - use anywhere */

 div.green{
 	background-color:#ded;
 	clear:left;
 	padding:5px;
 }

 /* Yellow box - use anywhere - message boards sign in on homepage */
 div.yellow, div.forum{
 	background-color:#fe6;
  	padding:5px;
   	margin:0em 0em 1em;
 }
  
 /* Contextual styles for green/yellow boxes */
 
 div.yellow ul, div.green ul{
 	margin:0em 0em
 }

/* Footer */
 
 div.footerarea{
 	margin:2em 0em;
 	clear:both;
 	font-size:0.85em
 }


div.footerarea p{
	margin:1em 1em;
	text-align:center;
 }
 
/* This applied to RSS icon in footer*/

div.footerarea img{
  	vertical-align:middle
}

/* Big links at top of page */
/* NB: no P required! */

div.buttons{
	text-align:center;
 	font-size:1.2em;
 	margin:0em auto 1em;
}

/* Non-centered version of BUTTONS */

div.buttons2{
	font-size:1.2em;
 	margin:0em auto 1em;
 }
 
 div.buttons a{
  	margin-right:1em;
 }
 
 /* RSS icon on News link on homepage */
 
 div.green img{
 	vertical-align:middle;
 }

 /* Various sign in box styles on homepage */
 
 div.forum #user, .forum #passwrd{
 	width:100px;
 }
 
 div.forum label.passwrd_username{
 	padding-left:5px
 }
 
 div.forum label.passwrd_label{
 	padding-left:12px
 }
 
 div.forum input{
 	vertical-align:middle;
	margin-bottom:2px
 }
 
 div.forum p{
 	margin:0em;
 	padding:0px 0px 5px;
 }
 
 /* Lost password link */
 
 div.forum a.help, div.forum a.help:visited{
 	color:#00f;
 	text-decoration:underline;
 	font-size:0.85em;
 }
 
/* TITLE is a centred bigger P, BIG just bigger */
 
p.title, p.big, .big{
	font-size:1.2em;
	margin:0em
}

p.title{
	text-align:center
}

/* Smaller ... */

p.small, .smaller{
	font-size:0.85em
}

/* TABLES */

table{
	margin:1em 0em 0em;
	padding:0em
}

th{
	padding:3px;
	color:white;
	text-align:center;
	font-weight:normal;
	background:#333;
}

td{
	vertical-align:middle;
	padding:3px;
	background:#efefef;
}

td ul, td p, td dl, th p{
	margin:0em
}

th p{
	color:white
}

blockquote{
	background:#efefef;
	margin:1em 0em;
	padding:3px
}

blockquote p{
margin:0em;
padding:2px 2px 0px
}

/* Copied from message boards*/
/* Just for BBC table display in message boards help */

.quote{
	color: black;
	background-color: white;
	margin: 1em 0em;
	padding: 0.5em;
	font-size: 0.85em;
	border:solid #9cf;
	border-width:0px 0px 0px 1px
}

/* Used for wrapping images. graphs etc in meeting reports */
/* Emulates HR top and bottom with a border */

div.table{
	border:solid black;
	border-width:1px 0px;
	margin:1em 0em;
	padding:0px 0em 1em
}

div.table p, div.table ul{
	margin-bottom:0em
}

/* Linked images that have borders */

div.table a img,a.slide img{
	border:solid 1px;
	margin-right:1em;
	vertical-align:middle
}

/* Slide sets/presentation - slide pic 500px wide please */
/* Contextual P, SPAN, A styles page-to-page number-based navigation */

div.slideset p{
	float:right;
	width:200px
}

div.slideset p a{
	line-height:2em;
	background:#ded;
	display:block;
	float:left;
	padding:0px 3px;
	margin:1px;
	width:1.6em;
	text-align:center
}

div.slideset p span{
	line-height:2em;
	background:#fe6;
	display:block;
	float:left;
	width:auto;
	padding:0px 3px;
	margin:1px;
	width:1.6em;
	text-align:center
}
/* intent left margin */

*.indent{
padding-left:3em
}

/* indent left and right margins */

*.indentboth{
padding-left:1em;
padding-right:3em
}