#LatestNews {padding-right:10px;vertical-align:top;}
#LatestNews .Message {
	background: #D0A963 url('/images/sbg_dark.gif');
	border: 3px solid #D0A963;
	margin-bottom:10px;
}
#LatestNews .Message .Subject {
	background: url('/images/row_odd.gif') repeat-x;
	font-weight:bold;
	height:28px;
	line-height:30px;
	padding-left:10px;
	font-size:15px;
}
#LatestNews .Message .Subject img {margin-top:-5px;margin-left:-3px;margin-right:5px;}
#LatestNews .Message .Subject a {text-decoration:none;color:black;}
#LatestNews .Message .Subject a:hover {text-decoration:underline;color:blue;}

#LatestNews .Message .Info {
	border:1px solid #D0A963;
	border-width:1px 0;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	padding:4px;
}
#LatestNews .Message .Info a {text-decoration:none;}

#LatestNews .Message .Body {
	background: url('/images/parchment_light.jpg');
	padding:4px;
}

#Roster {width:300px;vertical-align:top;}
#GuildRosterTitle, #GuildRosterSearch, #GuildEventsTitle {
	text-align:center;
	background: url('/images/parchment_light.jpg');
	border:3px solid #D0A963;
}
#GuildRosterTitle {border-bottom:none;}
#GuildRosterTitle span, #GuildEventsTitle span {
	font-size:20px;
	font-weight:bold;
	line-height:40px;
}
#GuildRosterSearch {}
#GuildRosterSearch {
	border-top:none;
	background:white;
	height:21px;
	position:relative;
	overflow:hidden;
	margin-bottom:-1px;
}
#GuildRosterSearch label {
	line-height:22px;
	margin:0 5px;
	float:left;
	font-weight:bold;
	font-family:sans-serif;
	font-size:11px;
	z-index:15;
}
#GuildRosterSearch .field {}
#GuildRosterSearch .field input {
	position:absolute;left:0;top:5px;
	padding-left:50px;
	width:100%;
	border:none;
	background:transparent;
	outline:none;
	font-size:11px;
	font-family:sans-serif;
	margin:0;
}



#GuildRoster {
	height:398px;
	overflow-y:scroll;
	overflow-x:hidden;
	border:3px solid #D0A963;
	border-top-width:1px;
}
#GuildRoster .Row {
/*	position:relative;*/
	text-align:left;
	background-image:url('/images/sbg.gif');
	margin:0px;
	padding:0px 2px 0px 20px;
	height:20px;
	font-family:"Palatino", "Palatino Linotype";
	font-size:12px;
	font-weight:bold;
	line-height:22px;
	vertical-align:middle;
	overflow:hidden;
	border-bottom:1px solid #D0A963;
}
#GuildRoster ._odd {
	background-image:url('/images/parchment.gif');	
}
#GuildRoster .Row span {line-height:20px;}
#GuildRoster .Row a{
	color:navy;
	text-decoration:none;
}
#GuildRoster .Row img {vertical-align:top;margin-top:1px;}
#GuildRoster .Row span img {vertical-align:middle;margin-top:-1px;}


#GuildEventsTitle {margin-top:20px;border-bottom:none;}
#GuildEvents {
	height:400px;
	overflow-y:scroll;
	border:3px solid #D0A963;
	border-top-width:1px;
}
#GuildEvents .delbutton {float:left;padding:5px;padding-left:0;}
#GuildEvents .events_odd, #GuildEvents .events_even {
	font-size:10px;
	white-space:nowrap;
	text-align:left;
	line-height:12px;
	max-height:28px;
	padding-top:3px;
	padding-left:5px;
	padding-right:5px;
	height:25px;
}
#GuildEvents .events_odd {background-image:url('/images/row_odd.gif');}
#GuildEvents .events_even {background-image:url('/images/row_even.gif');}

#Badges {text-align:center;}
#Badges table {margin:5px auto;}