/********************************************************
*
*	stylesheet newslist Niel
*
********************************************************/

* {margin:0; padding:0;}

/* Typography 
-----------------------------------  */
h1 { font-size: 1.15em; /*15px*/ font-weight: bold; margin: 3px 0 0 10px;}
h2 { font-size: 1.1em; font-weight:bold;}
p, span { font-size: 1em;  /*12px*/ margin: 0;}
div#content a, a.normal { color: #FFCF3E; font-weight: bold;}
label { font-weight: bold; }

/* Footer Styles
-------------------------------------------- */
#footer { font-size: 0.75em;  /*9px*/ }
#footer img { border: none 0px #fff;}

/* database styles & adjustements
-------------------------------------------- */

.maintitle { margin:0; padding: 3px 0 3px 0; width: 100%; height: 30px;}
.left { margin: 0; padding: 0; float: left; height: 30px; width: 1%; background-position: left center; 
		background-image: url(../images/bkgtitle_left.jpg); background-repeat: no-repeat;}
.mid { margin: 0; padding: 0; float: left; height: 30px; width: 97%; background-position: left center;
		background-image: url(../images/bkgtitle_middle.jpg); 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.jpg); background-repeat: no-repeat;}

fieldset {  margin-bottom:10px; padding:10px 5px; overflow:hidden; font-size:1em;}
fieldset .fieldrow { margin:3px 0;}
legend { font-weight: bold; color: #fff; font-size: 1em;  /*12px*/ margin: 0; padding: 0;}
legend span { margin: 0 0 0 15px; padding: 0;}

/* Subscribe section
-----------------------------------  */

br.clear { clear: both;}

div#subscribe, div#unsubscribe { margin: 5px 0 10px 0;}
#newsData label { margin: 5px 5px 0 0;}
#chklSubjects { display: block; padding: 4px 0 5px 25px;}
#chklSubjects input { margin-right:5px;}

.error span { color: #B80E0E;}

/* login page */
fieldset div.fieldrow {overflow:hidden;}
fieldset label.fieldlabel {float:left; display:block; width:150px!important;}
fieldset div.fieldelement {float:left;}

.fieldrow table tr td label { *margin-top:2px; }
