/*Lumie Help Centre style sheet PG 24-07-07*/

#text {
	width:560px;
	float:left;
	position:relative;
}


#right {
	width:295px;
	margin-right:10px;
	float:right;
	background-color:#f6eff7;
	background-image:url('/graphics/help_centre/right_nav_bottom.jpg');
	background-position:bottom left;
	background-repeat:no-repeat;
	padding-bottom:30px;
}

#right .module {
	width:275px;
	background-image:url('/graphics/help_centre/right_nav_blue_dots.jpg');
	background-position:top left;
	background-repeat:no-repeat;
	margin:0 10px;
	padding:10px 0;
}
#right .firstmodule {
	width:295px;
	background-image:url('/graphics/help_centre/right_nav_top.jpg');
	background-position:top left;
	background-repeat:no-repeat;
	padding:10px 10px;
}

#right ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#right h3 {
	color:#595a5c;
	font-weight:normal;
	font-size:1.3em;
}

.help_centre_3_col {
	float:left;
	width:150px;
	margin-top:3px;
}
.help_centre_2_col {
	float:left;
	width:280px;
	margin-top:3px;
}

div.pagelist {
	background-image:url('/graphics/greydot.gif');
	background-repeat:repeat-x;
	padding-top:15px;
	padding-bottom:15px;
}
div.pagelist a {
	text-decoration:underline;
	color:black;
}

h1 {
	font-size:1.5em;
}

.pagelist h2 {
	font-size:1.3em;
	margin-top:0;
}

#breadcrumb_trail {
	left:51px;
}

.published {
	font-weight:bold;
	font-size:0.9em;
	margin:0 0 10px 0;
}

table#forumThread {
	border-collapse:collapse;
}


table#forumThread td.userInfo {
	vertical-align:top;
	border-bottom:10px white solid;
}
table#forumThread td.message {
	vertical-align:top;
	border-bottom:10px white solid;
}

table#forumThread div.userInfo {
	padding:10px;
}

table#forumThread div.userInfo a{
	font-size:1.2em;
	font-weight:bold;
	text-decoration:underline;
}

table#forumThread td.message div.messageText{
	margin:0 10px 10px 10px;
	padding-top:10px;
	border-top: 1px solid #a1c5f9;
	vertical-align:top
}

table#forumThread tr.odd td.userInfo {
	background-color:#f6eff7;
	background-image:url(/graphics/curves/11px_bottom_left_grey_white.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}

table#forumThread td.message h3 {
	padding:10px;
}


table#forumThread tr.odd td.message h3,  {
	background-image:url(/graphics/curves/11px_top_right_grey_white.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

table#forumThread tr.even td.message h3 {
	background-image:url(/graphics/curves/11px_top_right_light_blue_white.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

table#forumThread tr.odd td.message  {
	background-color:#f6eff7;
}

table#forumThread tr.even td.message {
	background-color:#dfecfd;
}

table#forumThread tr.even td.userInfo {
	background-color:#dfecfd;
	background-image:url(/graphics/curves/11px_bottom_left_light_blue_white.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}

table#forumThread div.section table td {
	padding:5px 0 5px 5px;
	border-bottom:none;
}





/* #############   Social Networking     #########################*/

.sharesb{
		position:relative;
		border:1px solid #878787;
		padding:3px;
		margin:15px 0 0 0;
	}
	.sharesb p {
		padding:0;
		margin:0;
	}
	.sharesb p a{
		position:absolute;
		top:0px;
		right:0px;
		padding:3px 5px 0 0;
	}
	.sharesb h3{
		padding:0 3px 0 0;
		margin:0;
		margin:0 5px 0 3px;
		font-size:0.88em;
		font-weight:normal;
	}
	.sharesb ul{
		text-align:center;
		list-style:none;
		margin:6px 0 4px 0;
		padding:0;
	}
	.sharesb ul li{
		text-align:center;
		display:inline;
		padding:0 4px 6px 0 ;
	}
	.sharesb ul li.delicious{
		background:url("http://news.bbc.co.uk/shared/img/icons/bookmarks/delicious.gif") no-repeat 0 0;
	}
	.sharesb ul li.digg{
		background:url("http://news.bbc.co.uk/shared/img/icons/bookmarks/digg.gif") no-repeat 0 0;
	}
	.sharesb ul li.reddit{
		padding:0 0 0 2px;
		background:url("http://news.bbc.co.uk/shared/img/icons/bookmarks/reddit.gif") no-repeat 0 0;
	}
	.sharesb ul li.facebook{
		background:url("http://news.bbc.co.uk/shared/img/icons/bookmarks/facebook.gif") no-repeat 0 0;
	}
	.sharesb ul li.stumbleupon{
		background:url("http://news.bbc.co.uk/shared/img/icons/bookmarks/stumbleupon.gif") no-repeat 0 0;
	}
	.sharesb ul li a{
		padding:0 0 0 18px;
		margin:0 3px 0 0px;
	}
	table.ready_reckoner td {border: 1px solid #000; padding: 5px;}
	
	
div.info_bar {
	background-color:#f6eff7;
	background-image:url(/graphics/curves/11px_bottom_left_grey_white.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	margin:10px 10px 10px 0;
}

div.info_bar p {
	background-image:url(/graphics/curves/11px_top_right_grey_white.gif);
	background-position:top right;
	background-repeat:no-repeat;
	padding:10px;
	color: #800000;
	line-height:20px;
}

