/*Lumie Forum style sheet PG 13-08-07*/

h1 {
	margin-left:15px;
}

#breadcrumb_trail {
	left:51px;
}

div.left {
	margin-left:15px;
}

table#forumThread {
	border-collapse:collapse;
	margin:15px;
}

table#forumThread td {
	padding:0;
	border-bottom:10px solid white;
	vertical-align:top
}

table#forumThread td.userInfo {
	width:160px;
	vertical-align:top;
	border-right:10px solid white;
}

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;
}

table#forumThread tr.odd td.userInfo,table#forumThread tr.odd td.message {
	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 div.backToTop {
	position:absolute;
	bottom:10px;
	right:10px;
}

table#forumThread tr.odd td.message h3, table#forumThread tr.odd div.userInfo {
	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, table#forumThread tr.even div.userInfo  {
	background-image:url(/graphics/curves/11px_top_right_light_blue_white.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

table#forumThread tr.even td.userInfo,table#forumThread tr.even td.message {
	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;
}

table#forumIndex {
	width:890px;
	margin-left:15px;
	font-size:1.1em;
}

table#forumIndex th.topic {
	font-size:1.1em;
}

table#forumIndex td.topic,table#forumIndex th.topic {
	border-left:none;
	text-align:left;
}

table#forumIndex td.icon, table#forumIndex th.icon {
	border-right:none;
	width:15px;
}



table#forumIndex th, table#forumIndex td {
	border:1px solid #e0ebff;
	padding:10px;
	text-align:center;
	vertical-align:top;
}


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;
	line-height:1.0em;
}

