/********************************************************
*
*	stylesheet newslist Niel
*
********************************************************/

* {margin:0; padding:0;}

/* Typography 
-----------------------------------  */

H1
{
	font-size: 1.15em; /*15px*/
	font-weight: bold;
	margin: 5px 0 0 10px;
	padding:0;
	
}
H2
{
	font-size: 0.7em;  /*12px*/
	font-weight: bold; 
	margin: 3px 0 5px 0px;
	
}

H2 IMG
{
	margin: 0 8px 0 0;
	vertical-align: bottom;
}

P, SPAN
{
	font-size: 1em;  /*12px*/
	margin: 0 0 0 15px;
	color: #656565;
}
DIV#content A, DIV#content A SPAN
{
	color: #EECE9E;
	font-weight: bold;
	/*margin:0;
	padding: 0;*/
}

LABEL
{
	font-size: 1em;  /*12px*/
	font-weight: bold;
}

/* Search block 
-------------------------------------------- */
	/* FIELDSET
{
margin: 10px 10px;
	padding: 10px 5px 5px 20px;
	border-style: solid;
	
	border-width:1px;
}*/

LEGEND SPAN
{
	margin: 0 0 0 5px;
	padding: 0;
}

fieldset { margin-bottom:10px; padding:10px 5px; overflow:hidden; font-size:1em;}

/* Results
-------------------------------------------- */
#resultData span {display:block; margin-left:0;}
#resultData span.datum {display:inline; margin-right: 15px;}

#pagerBlock {margin:20px 0 0 15px;}

/* Footer Styles
-------------------------------------------- */

#footer
{
	 margin:0 auto;
    background-image: url(../images/reflection.jpg);
    background-repeat: no-repeat;
    background-position: right center;
	text-align:center;
	height:94px;
	width:980px;
}


/* database styles & adjustements
-------------------------------------------- */

#content OL, UL
{
	/*margin: 0 0 0 15px;*/
	list-style-type: none;
	/*font-size: 0.9em;*/
}

#content LI
{
	/*margin: 0 0 0 15px; */
	list-style-type: disc; 
}

.maintitle
{
	padding: 3px 0 3px 0;
	width: 100%;
	height: 30px;
	overflow:hidden;
}

.left
{
	margin: 0;
	padding: 0;
	float: left;
	height: 30px;
	width: 1%;
	background-position: left center;
	background-image: url(../images/bkgtitle_left.gif);
	background-repeat: no-repeat;
}

.mid
{
	margin: 0;
	padding: 2px 0 0 0;
	float: left;
	height: 28px;
	width: 97%;
	background-position: left center;
	background-image: url(../images/bkgtitle_middle.gif);
	background-repeat: repeat-x;
}

.right
{
	margin: 0;
	padding: 0;
	float: left;
	height: 30px;
	width: 1%;
	background-position: right center;
	background-image: url(../images/bkgtitle_right.gif);
	background-repeat: no-repeat;
}

#content SPAN.date
{
	font-weight: bold;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}

#content DIV#rule
{
	padding: 0;
	margin: 0 0 8px 0;
	height: 1px;
}

#rule HR
{
	display: none;
}