/* ###################### SectionEx component styles ###################### */

/* wrapper */
div#artcllist_wrap
{
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
}

/* misc */
/* "td.setddummy" is just a dummy entry. For some reason it enforces correct 
(full width) rendering of SectionEx article tables on IE and Firefox but makes 
problems on Opera -> let's disable it for opera! */
td.setddummy
{ 
	width: 10%;
}

/* opera specific */
@media screen and (min-width: 550px)
{	
	td.setddummy
	{ 
		display: none;
	}
}



/* TOC */
table.setbltoc
{	
	padding: 10px;
}

td.setdtoc 
{
}

table.setbltoc ul
{
	margin-top: 0px; 
	margin-bottom: 10px;
	
	padding-top: 0px; 
	padding-bottom: 0px; 
}


/* Filter & Pagination */
table.setbl_fltr
{
	border: 0;
	border-spacing: 0;
	padding: 0;
	margin: 0 0 20px 25px;	
	color: #888888;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: medium;
	text-decoration: none;
}

td.setd_fltr
{
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 6px;
}

td.setd_fltr  .inputbox 
{
	border: 1px solid #CCCCCC;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

input#sein_title, input#sein_cnt, input#sein_auth
{
	width: 90%; 
}




/* Table with Article list */
table.setblartcllist 
{	
	margin-bottom: 25px;
}

tr.tableheader td a {
	font-weight: 700;
	text-decoration: none;
}

tr.tableheader td a:hover {
	text-decoration: underline;
}


#sectionex_wrapper tr.sectiontableentry1 td,
#sectionex_wrapper tr.sectiontableentry2 td {
	background: none;
	border-bottom: dotted 1px #bdc7d8;
}

#sectionex_wrapper tr.sectiontableentry1:hover,
#sectionex_wrapper tr.sectiontableentry2:hover {
	background-color: #fefef7;
}

#sectionex_wrapper tr.sectiontableentry1 td,
#sectionex_wrapper tr.sectiontableentry2 td {
	background: none;
}



div.seartoptnldata span
{
	line-height: 140%;
}

/* 
 column spacing
 Note: modify this to suit your needs 
 */
td.seth_num, td.setd_num
{
	width: 20px;
	text-align: right;
	padding: 0 5px;
}

td.seth_title, td.setd_title
{

}

td.seth_cdate, td.setd_cdate
,td.seth_mdate, td.setd_mdate
{
	width: 80px;
}

td.seth_author , td.setd_author
{
	width: 100px;
}

td.seth_vote, td.setd_vote
,td.seth_hits , td.setd_hits
{
	width: 5%;
	text-align: center;
}


.category_title {
	background: transparent url(../images/tableheader.png) no-repeat 0 0;
	font-size: 16px;
	font-weight: 700;
	color: #4c5e72;
	height: 35px;
	line-height: 33px;
	padding: 0 0 0 10px;
	margin: 0 10px 0 0;
	text-shadow: 0 1px 1px #fff;
	width: auto;
}
.category_title .inner {
	background: transparent url(../images/tableheader.png) no-repeat 100% 0;
	margin-right: -10px;
	display: block;
	height: 35px;
	padding-right: 10px;
}



a.selnktop
{
	background: transparent url(../images/top.png) no-repeat 0 0;
	float: right;
	text-indent: -9999px;
	display: block;
	height: 17px;
	width: 17px;
	margin-top: 10px;
}

a.selnktop:hover {
	background-position: 100% 0;
}

a.selnktop:focus {
	outline-style: none;
}

a.se_rss
{
	font-size: 12px;
	height: 16px;
	line-height: 16px;
	text-decoration: none;
	background: transparent url(../images/rss.png) no-repeat 0 0;
	padding-left: 20px;
	text-indent: -9999px;
	float: right;
	margin-top: 10px;
	margin-left: 5px;
}

tr.tableheader {
	background: transparent url(../images/tableheader.png) no-repeat bottom left;
	height: 25px;
	line-height: 25px;
}

.setd_title .seartoptnldata .createdate {
  background-image: none;
  padding-left: 0;
  margin-left: -44px;
}
.setd_title .seartoptnldata {
  overflow: hidden;

}






