/* Css tbv standaardlayout UMC Utrecht */



/* Body */

BODY, TR
{  
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: Black;
	vertical-align: top;
	text-align: left; 
	margin: 10px 10px 10px 10px;
}

BODY.back
{ 
    background-image: url(umcu_bg.gif); 
    background-attachment: fixed; 
    background-repeat: no-repeat; 
    background-position: right;
}



/* Text */

P
{
	margin: 5px 0px 15px 0px;
}

.txtsmaller
{
	font-size: 6pt;
}

.txtsmall
{
	font-size: 7pt;
}

.txtbig
{
	font-size: 12pt;
}

.txtbigger
{
	font-size: 18pt;
}

.txthuge
{
	font-size: 48pt;
}



/* Headings */

H1
{
	font-size: 24pt;
	font-weight: bold;
	margin: 5px 0px 15px 0px;
}

H2
{
	font-size: 18pt;
	font-weight: bold;
	margin: 5px 0px 15px 0px;
}

H3
{
	font-size: 13.5pt;
	margin: 5px 0px 15px 0px;
}

.patienttitel
{
	font-size: 18pt;
	color: #1961ab;
	background-color: White;
	margin: 5px 0px 15px 0px;
}

.paragraafkopstijl
{
	background-color: #1961ab;
	color: white;
	width: 100%;
	padding: 1px;
	margin: 5px 0px 15px 0px;
}



/* Plugin Mirador */

.pluginpid
{
	position: absolute;	
	right: 0px;
	top: 0px;
	color: White;
	padding: 5px 5px 5px 25px;	
	background-image: url(icons/16x16/system-users.png);
  background-repeat: no-repeat; 
  background-position: 0px 4px;
  background-color: #00539F;
  margin: 0px;
  height: 27px;
}

.plugintitle
{
	position: absolute;	
	left: 0px;
	top: 0px;
	background-color: #00539F;
	color: White;
	font-size: 10pt;
	font-weight: bold;
	padding: 5px;
  background-repeat: no-repeat; 
  background-position: 3px 3px;
  width: 100%;
  height: 27px;
  margin: 0px;
}

.plugintop
{	
	height: 35px;
}

.pluginbottom
{	
	left: 0px;
	bottom: 0px;	
	color: #CCCCCC;
	font-size: 7pt;
  height: 27px;
  margin: 25px 0px 0px 0px;
  text-align: center;
  width: 100%; 
}

.pluginprint
{
	position: absolute;	
	left: 0px;
	top: 30px;
	padding: 5px 5px 5px 25px;
  margin: 0px;
  background-image: url(icons/16x16/printer.png);
  background-repeat: no-repeat; 
  background-position: 2px 3px;
  cursor:pointer;
}


/* Tables */

TD, TH
{
	border: solid 1px #999999;
	padding: 3px;	
	vertical-align: top;
}

TABLE
{
	border-collapse: collapse;
	margin: 5px 0px 5px 0px;
}

TH
{
	background-color: #2461BF;
	font-weight: bold;
	color: #FFFFFF;
}

.alternaterow
{
	background-color: #EFF3FB;	
}

.noborder
{
	border: none;
}



/* Images */

IMG 
{
	margin: 0px;
	border: none;
	margin: 5px;
}

.imgborder
{
	border: solid 1px #000000;
	margin: 5px;
}

.imgright
{
	float: right;
	margin: 5px;
}

.imgrightborder
{
	float: right;
	border: solid 1px #000000;
	margin: 5px;
}

.imgleft
{
	float: left;
	margin: 5px;
}

.imgleftborder
{
	float: left;
	border: solid 1px #000000;
	margin: 5px;
}



/* Hyperlinks */

A
{
	color: #1961ab;
}

.linkhover
{
	color: #1961ab;
	text-decoration: none;
}

.linkhover:hover
{	
	text-decoration: underline;
}



/* Form */
SELECT, INPUT
{  
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: Black;	
}