/*
	Remember to propagate changes to printstyle.css also.

*/

/******************** General definitions ********************/


body
{
    font-family: Verdana, Arial,  Helvetica, Geneva, serif, sans-serif;
	color: black;
	background-color: white;
	margin: 0px;
	padding: 0px;
	scrollbar-face-color: #FFFFFF; 
	scrollbar-shadow-color: #DFDCDC; 
	scrollbar-highlight-color: #DFDCDC;
	scrollbar-3dlight-color: #FFFFFF; 
	scrollbar-darkshadow-color:#FFFFFF; 
	scrollbar-track-color: #FFFFFF; 
	scrollbar-arrow-color: #DFDCDC;
	text-align: left;
	height: 100%;
	font-size: 1.0em;
}

table 
{
	font-size: 100%;
}

/* This table wraps everything */

table.wrapper 
{	
	height: 100%;
	width: 100%;
	height: 100%;
	min-width: 200px;
}


/******************** Headers ********************/


/* Use for page topheaders */

h1
{
	color: black;
	font-size: 1.8em;
	font-weight: normal;
	margin-top: 0px;
}

/* Use for page headers */	
h2
{
	color: black;
	font-size: 1.4em;
	font-weight: normal;
	margin-bottom: 0;
}

/* Use for item,block headers */	
h3
{
	color: black;
	font-size: 1.1em;
	margin: 0px;
	font-weight: bold;
}


/******************** Specials ********************/

tr.colorA
{
	background-color: #F0F0F0;
}

tr.organisation_map {
	background-color: #CCCCCC;
	font-size: x-small;
	font-weight: bold;
	height: 1px;
}

table.org
{
	border: 1px solid #CCCCCC; 
	font-size: xx-small; 
	border-collapse: collapse;
}

td.personalinfo
{
	vertical-align: top;
}


/******************** Divs ********************/
div.left /* used in contact.asp (institute) */
{
	float: left;
	margin-right: 10px;
}

/******************** Top menu ********************/

td.top 
{
	height: 114px;
	width: 100%;
/*	background-image: url('Gammel%20Hjemmeside/Grafik/top_left_uk.png');*/
	background-image: url('http://www.econ.ku.dk/fru/Grafik/top_left.gif');
	background-repeat: no-repeat;
	margin: 0;
	padding: 0
}

td.menu_top
{
	text-align: right;
	padding-right: 20px;
	width: 100%;
	height: 15px;
	padding-bottom: 10px;
	font-size: xx-small;
}

/******************** Left side menu ********************/

td.menu_left
{
	vertical-align: top;
    padding-left: 20px;
	background-color: white;
	color: #999999;
}

ul.localmenu
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 165px; /* må ikke være mindre ellers brokker IE 5.5 sig */
	background-color: white;
	color: #999999;
	margin-top: 25px;
	font-size: xx-small;
}

li.localmenu
{
	padding-bottom: 8px;
}

li.localmenu_black
{
	padding-bottom: 8px;
	background-color: white;
	color: black;

	
}

/******************** Contents ********************/

td.fprightside
{
	vertical-align: top;
	line-height: 15px;
	font-size: 80%;
	padding-left: 15px;
}

td.contents
{
	vertical-align: top;
	height: 100%;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 0.75em;/*9pt;*/
}

div.scroll 
{
	height: 100%;
	width: 100%;
        overflow: auto;
        padding: 20px;
	background-color: white;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*http://www.quirksmode.org/css/100percheight.html*/
	border-left: 1px solid #999999;
}

div.highlight 
{
	height: auto;
	width: auto;
    padding: 20px;
	background-color: #CCCCCC;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
}

div.text_align_left
{
	text-align: left;
	padding: 2px;

}

div.tip
{
	width: 95%;
	border: 2px solid #B0C4DE;
	background-color: #F0F8FF;
	color: #000000;
	padding: 0.5em;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}


/******************** Links ********************/


/* Links used in text */
a
{
	color: #800000;
	font-weight: normal;
	text-decoration: none;
}


a:hover
{
	color: #999999;
	font-weight: normal;
	text-decoration: underline; 
}

a.menu 
{ 
	color: #999999; 
	text-decoration: none; 
	font-weight: normal; 
}

a.menu:active 
{ 
	color: #999999; 
	text-decoration: none; 

	font-weight: normal; 
}

a.menu:hover 
{ 
	color: #800000; 
	text-decoration: underline; 
	font-weight: normal; 
}

a.globalmenu
{ 
	color: #999999; 
	text-decoration: none; 
	font-weight: normal; 
	line-height: 18px; 
	letter-spacing: 0px;
}

a.globalmenu:active
{ 
	color: #800000; 
	text-decoration: underline; 
	font-weight: normal; 
	line-height: 18px; 
	letter-spacing: 0px;
}

a.globalmenu:hover 
{ 
	color: #800000; 
	text-decoration: underline; 
	font-weight: normal; 
	line-height: 18px; 
	letter-spacing: 0px;
}

/******************** Paragraphs ********************/

p{
	line-height: 18px;
	margin: 0px;
}


/******************** Images ********************/

img 
{
	border: 0px none;
}

img.left
{
	float: left;
	vertical-align: bottom;
	margin-right: 8px;
}

img.right{
	float: right;
	margin-left: 8px;
}	

img.top_right{
	position: absolute;
	right: 0;
	top: 0;
	left: auto;
	bottom: auto;
}	

img.inline
{
	position: relative;
	margin-left: -20px;
}

/******************** Rulers ********************/

hr
{
	height: 1px;
	width: 80%;
	text-align: left;
        border-top: 1px solid #999999;
        border-left: 0px none;
        border-right: 0px none;
        border-bottom: 0px none;
        margin: 0;
        padding: 0;
    
	/* hr styling: http://archivist.incutio.com/viewlist/css-discuss/26332 */
}
