/* general definitions */
html { 
	padding:0;
	margin:0; }

body {
	background:#FFF;
	font-family:verdana, sans-serif;
	font-size:76%;
	color:#3E3E3E;
	padding:0;
	margin:0; }

img, form { padding:0; margin:0; border:0; }

em, i { font-style:italic; }

strong, b { font-weight:bold; } 

.skip { display: none; }

.clear { clear: both; }

/* general link definitions 	*/
a:link, a:visited {
	color:blue;
	text-decoration:underline; }

a:hover, a:active {
  text-decoration:none;
	color:orange;
  }

	
a.internal        {display:inline-block; 
                   background-image:url(arrow.gif); 
                   padding-left:16px; 
                   background-repeat:no-repeat; 
                   background-position:center left; 
                   border:0px; }	
	
a.external        {display:inline-block; 
                   background-image:url(arrow_external.gif); 
                   padding-left:16px; 
                   background-repeat:no-repeat; 
                   background-position:center left; 
                   border:0px; }
        
 a.file            { display:inline-block; 
                      background-image:url(arrow_down.gif); 
                      padding-left:13px; 
                      background-repeat:no-repeat; 
                      background-position:center left; 
                      border:0px; }
                      
 a.mail            { display:inline-block; 
                      background-image:url(arrow.gif); 
                      padding-left:19px; 
                      background-repeat:no-repeat; 
                      background-position:center left; 
                      border:0px; }

a.xmlrss            { display:inline-block; 
                      background-image:url(rss-feed.png); 
                      padding-left:19px; 
                      background-repeat:no-repeat; 
                      background-position:center left; 
                      border:0px; }


/* bullets */
ul { 
	list-style:none;
	padding:0;
	margin:0; }

li { 
	list-style:none url("arrow.gif"); 
	margin:5px 0 5px 19px; }

/*******************************************************************************
 Columns definitions
*******************************************************************************/
.wrapper {
	min-width:400px;
	width:100%; 
	margin: 0 -1px; }

.outer {
	width:auto;
	/* left column width and color */
	border-left:140px solid #F5F5F5;
	/* right column width and color */
	border-right:230px solid #F5F5F5;
	/* center column colour */
	background:#FFF; }

.inner {
	margin:0;
	width:100%; 
	border-left:1px solid #C0C0C0;
	border-right:1px solid #C0C0C0; }

/* Mozilla code */
.outer > .inner { border-bottom:1px solid transparent; }

/*******************************************************************************
 Header
*******************************************************************************/
.header {
	position:relative;
	background:#FFF;
	border-bottom:1px solid #C0C0C0; }

.header p {
	font-size:0.9em;
	padding:10px;
	margin:0; }

.header a:link, .header a:visited {
	text-decoration:none; }

/* used to show the current NUDN section */
a.selected:link, a.selected:hover, a.selected:active, a.selected:visited {
	color:orange;
  }

.navBar {
	position:relative;
	background:#F5F5F5;
	font-size:0.9em;
	padding:4px;
	margin-bottom:5px;
	border-bottom:1px solid #C0C0C0; }

.headerQuote {
	position:absolute;
	top:40px;
	right:6px;
	font-size:1.4em;
	font-weight:bold; }

.logo {
	width:340px;
	margin:5px 0 3px 13px;
	border:0; }

.logo a:link, .logo a:hover, .logo a:active, .logo a:visited {
	background:#FFF;
	padding:0; }

.nudn-navbar {
	font-size:1.1em;
	font-weight:bold;
    padding:0 0 4px 13px;
    margin:0; }

/*******************************************************************************
 Left column
*******************************************************************************/
.leftcol {
	float:left;
	position:relative;
	z-index:10;
	width:140px;
	margin-left:-140px;
	font-size:0.9em;
	line-height:120%;
	color:#3E3E3E;
	overflow:hidden; }
	
.leftpad { padding:10px; }


.leftcol a:link, .leftcol a:visited {
	text-decoration:none; }

.leftcol h2 {
	background:transparent;
	font-size:1.2em;
	color:#3E3E3E;
	margin:5 0 3px 0;
	border:0; }

.leftcol p {
	margin:0 0 0 10px; }

.leftcol h2.separator {
	margin:8px 0 5px 0;
	padding-top:8px;
	border-top:1px solid #C0C0C0; }

/*******************************************************************************
 Middle column
*******************************************************************************/
.middlecol {
	float:left;
	width:100%;
	position:relative;
	z-index:12;
	font-size:1.0em;
	line-height:160%;
	color:#2A2A2A; }

.middlepad { padding:6px 15px 15px 15px; }

.middlecol li {
	list-style:none url("arrow.gif"); }
div.outdated {background-color: lightgoldenrodyellow; 
              border: 1px solid goldenrod; 
              text-align: center;
              font-weight: bold;
              padding: 5px; 
              margin: 5px;}

h1.item {
	font-size:1.4em;
	margin:0 0 5px 0; }
	
h3.item {
	font-size:1.2em;
	color: dimgray;
	margin-bottom: 0px;
	 }


h1.item a {
    text-decoration:none; }

h1.item a:hover {
    color:orange; }

.iteminfo {
	background:url("arrow2.gif") no-repeat 0 10px;
	font-size:0.9em;
	color:#7F7F7F; 
	padding:3px 0 5px 15px; 
	margin:0 0 0px 0;}

.iteminfo a:link, .iteminfo a:visited {
	font-weight:bold;
	color:#555; }

.iteminfo a:hover, .iteminfo a:active {
    color:orange; }

.itembody {
	border-bottom:1px solid silver; 
	padding-bottom: 5px; 
}

.offsetlinks {
	font-size:0.9em;
	text-align:right; }

/* comments */
.comment {
	font-size:0.9em; }

h4.comments {
	font-size:1.3em;
	margin:0 0 5px 0; }

.comment h3 {
	font-size:1.0em;
	margin-bottom:5px; }

.commentinfo {
	background:url("arrow2.gif") no-repeat 0 5px;
	font-size:0.9em;
	color:#7F7F7F;
	padding:0 15px 10px 15px; 
	margin-bottom:10px;
	border-bottom:1px solid #DADADA; }
	
/*
Some rules that apply to contents generated using the markup buttons
"add left box" and "add right box"
both boxes have slightly larger text, and take a maximum of 30% of
the width of the contents.
*/

.leftbox, .rightbox {
margin: 3px;
padding: 3px;
font-size: larger;
width: 30%;
}
.leftbox {
float: left;
border-right: 2px solid #ccc;
}
.rightbox {
float: right;
border-left: 2px solid #ccc;
} 

/*******************************************************************************
 Right column
*******************************************************************************/
.rightcol {
	float:left;
	position:relative;
	z-index:11;
	width:230px;
	margin-right:-230px;
	font-size:0.9em;
	line-height:130%;
	color:#3E3E3E;
	overflow:hidden; }

.rightpad { padding:10px 10px 10px 13px; }

.rightcol a:link, .rightcol a:visited {
	text-decoration:none; }

.rightcol h2 {
	background:transparent;
	font-size:1.2em;
	color:#3E3E3E;
	margin:5; 
	border:0; }

.rightcol p {
	background:transparent url("arrow.gif") no-repeat;
	padding:0 0 5px 15px;
	margin:0; }

.rightcol h2.separator {
	margin:8px 0 5px 0;
	padding-top:8px;
	border-top:1px solid #C0C0C0; }

/*******************************************************************************
 Footer
*******************************************************************************/
.footer {
	width:100%;
	position:relative;
	z-index:13;
	background:#E7E7E7;
	border-top:1px solid #C0C0C0; }

.footer p {
	font-size:0.9em;
	padding:10px;
	/*margin:0;*/ }

/*******************************************************************************
 Forms
*******************************************************************************/
/*.searchform {
	position:absolute;
	top:6px;
	right:6px;
	background:#FFF;
	padding:5px;
	border:1px solid #C0C0C0; }*/

.searchform .formfield { 
	width:80px; 
	border:1px solid #8A8A8A; 
	color:#3E3E3E; 
	background:#FFFFFF; }

.formbutton { 
	font-size:0.9em; }

.commentform .formfield {
	font-family:verdana, sans-serif;
	font-size:0.9em; }

.commentform textarea {
	width:345px; }

/* Mozilla code */
.leftcol { margin-right:1px; }
.rightcol { margin-left:1px; }
.middlecol { margin:0 -3px 0 -2px; }

/*******************************************************************************
 NP_Calendar.php styling
*******************************************************************************/
	
table.calendar {
}
	  
tr.calendardateheaders {
}

td.days {
	text-align: center;
}

td.today {
	text-align: center;
	background-color: #FFF;
}
