/* Style sheet til PhD database (Danish Medical Bulletin)
   Ret ikke i dette style sheet uden at advisere pbm@dadl.dk */


/* td = alle celler */
td { font-family: Arial, Helvetica, sans-serif;
	 font-size: 11px;
/*	 vertical-align: top;*/}

/* box = formularfelter */
.box { font-family: Arial, Helvetica, sans-serif; 
	   font-size: 11px; 
	   color: #003366; 
	   background-color: #FFFFFF; 
	   border: 1px solid #78A4C0;}

/* knap = knapper */
.knap {	font-family: Arial, Helvetica, sans-serif;
	    font-size: 11px;
	    text-decoration: none;
	    font-weight: bold;
	    color: #ED1520; 
	    cursor:hand;
	    background-color: #FFFFFF;
	    border: 1px solid #78A4C0;}
		
/* red = links i vandret menubar */
.red { font-family: Verdana, Arial, Helvetica, sans-serif;
	   font-size: 11px;
	   font-weight: bold;
	   color: #003366;}
	   
.red A:link { font-family: Verdana, Arial, Helvetica, sans-serif;
			  font-size: 11px;
			  font-weight: bold;
			  color: #ED1520;
			  text-decoration: none;}
			  
.red A:visited { font-family: Verdana, Arial, Helvetica, sans-serif;
				 font-size: 11px;
				 font-weight: bold;
				 color: #ED1520;
				 text-decoration: none;}
	   
.red A:hover { font-family: Verdana, Arial, Helvetica, sans-serif;
			   font-size: 11px;
			   font-weight: bold;
			   color: #ED1520;
			   text-decoration: underline;}
	   
/* right = links til højre på bl.a forsiden */
.right { font-family: Arial, Helvetica, sans-serif;
	     font-size: 11px;
	     font-weight: bold;
	     color: #000000;}
		 
.right A:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
				
.right A:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
				   
.right A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ED1520;
	text-decoration: none;
}
	   
/* head = overskrifter */
.head { font-family: Arial, Helvetica, sans-serif;
	    font-size: 16px;
	    font-weight: bold;}

/* txt = bruges som alm tekst ved fx abstracts (12 pixels) */
.txt { font-family: Arial, Helvetica, sans-serif;
	   font-size: 12px;}
	   
a:link { color: #ED1520;
         text-decoration: underline;}
		 
a:visited {	color: #ED1520;
	        text-decoration: underline;}

a:hover { color: #ED1520;
	      text-decoration: none;}
