/* START: Curved box */
/* Show only to IE PC \*/
* { margin: 0; padding: 0; }
.curved-box h2 {height: 1%;} /* For IE 5 PC */
.curved-box {
	margin: 0 auto; /* center for now */
	width: 295px; /* ems so it will grow */
	background: url(../Images/ui/box-01-btm.gif) no-repeat bottom right;
	font-size: 100%;
	font-family:Sans-Serif;
 
}
.curved-box-head {
	background: url(../Images/ui/box-01-top.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	color:#000;
}
.curved-box-head h2 {
	background: url(../Images/ui/box-01-top-left.gif) no-repeat top left;
	margin: 0;
	padding: 10px 32px 8px;
	color:#000;
	font-weight: bold; 
	font-size: 0.8em;
	text-transform: uppercase; 
	line-height: 0.9em;
}
.curved-box-head h2 a, .curved-box-head a:hover
{
	color:#000;
	font-weight: bold; 
	text-decoration:none;
}
.curved-box-body {
	background: url(../Images/ui/box-01-btm-left.gif) no-repeat bottom left;
   padding-bottom: 15px;
}
.curved-box-content { border-left: 1px solid #ddd; border-right: 1px solid #ddd; }
table.storylisting{padding:0;}
table.storylisting td { padding: 8px;}
/* END: Curved box */

p.indent { padding: 15px 23px; font-size: 0.8em; font-family:Sans-Serif; }


/* START: Table */
table.forumlist { 
   
   border-collapse: collapse;
   padding: 0;
}

table.forumlist td { padding: 8px 13px; vertical-align: middle; border-top: 1px solid #eee; }
table.forumlist td.bullet-list { background: url(../Images/ui/bullet-rd-yellow.gif) 19px no-repeat; padding-left: 49px; width: 90%; }

table.forumlist a { color:#4168A3;
font-family:Sans-Serif;
font-size:0.9em;
font-weight:bold;
text-align:left;
text-decoration:none;
}

table.forumlist a:hover { 
color:#22007A;
font-weight:normal;
text-decoration:none;
}
/* END: table */