

body {
	color: #000000;
	font-family: verdana,arial,sans-serif;
	scrollbar-face-color: #DCDCDC;
	scrollbar-shadow-color: #B4B6C5;
	scrollbar-highlight-color: #B4B6C5;
	scrollbar-3dlight-color: #B4B6C5;;
	scrollbar-darkshadow-color: #B4B6C5;
	scrollbar-track-color: #B4B6C5;
	scrollbar-arrow-color: #000000;
}

td{ font-size: 12px; }
p{ font-size: 12px; }

span.ezxmltext p {
	margin-top:0;
	padding-top:0;
}

label {
	color: #000000;
	font-weight: bold;
	font-size: 18px;
	font-family: verdana,arial,sans-serif;
}

H1 {  color: #5B8AD6;  font-weight: bold; font-size: 16px; font-family: verdana,arial,sans-serif; }
H2 {  color: #5B8AD6;  font-weight: bold; font-size: 14px; font-family: verdana,arial,sans-serif; }
H3 {  color: #5B8AD6;  font-weight: bold; font-size: 12px; font-family: verdana,arial,sans-serif; }
H4 {  color: #5B8AD6;  font-size: 10px; font-family: verdana,arial,sans-serif; }
H5 {  color: #5B8AD6;  font-size: 10px; font-family: verdana,arial,sans-serif; }
H6 {  color: #5B8AD6;  font-size: 10px; font-family: verdana,arial,sans-serif; }

.button {
	border: #CDCDCD 1px solid;
	font-size: 12px;
	font-weight: bold;
	font-family: verdana,arial,sans-serif;
	background-color: #EDEDED;
	color: #2C88B5;
}

a         {  text-decoration: none; }
a:link    {  color: #5B8AD6; }
a:active  {  color: #000000; }
a:visited {  color: #5B8AD6; }
a:hover   {  color: #000000; }

.hidden { visibility: hidden; }

table.topmenuline   {
        border-bottom: 1px #B4CEEE solid;
        /* font-size: 10px; */
        margin-bottom: 10px;
}

@media print {
	td{ font-size: 11px; }
	p{ font-size: 11px; }
	table.topmenuline {	display: none; }
	tr.topbox td { display: none; }
	div.path { display: none; }
	div.backlink { display: none; }
	table.printicon { display: none; }
	H1 {  color: #000000; }
	H2 {  color: #000000; }
	H3 {  color: #000000; }
	H4 {  color: #000000; }
	H5 {  color: #000000; }
	H6 {  color: #000000; }
}

div.block /* Use this style around groups of objects which are connected in some way */
{
    margin: 0.5em 0 1em 0;
    padding: 0;
    clear: both;
}

table
{ 
    font-size: 1em; /* Fix for size "loss" in tables in IE; redundant for most others, but does no harm */
    margin: 0;
    padding: 0;
}

th, td
{
    padding: 0;
}

table.list, table.special
{
    width: 400px;
    margin: 1em 0 1em 0;
    border: 1px solid black;
    border-left: none;
    empty-cells: show;
}

div.context-attributes table table.list, div.context-attributes table table.special
{
}

table.list th, table.list td, table.special th, table.special td
{
    padding: 0.25em;
    text-align: left;
    vertical-align: top;
    border-left: 1px solid black;
}

table.list td.number, table.special td.number
{
    text-align: right;
}

table.list th, table.special th
{
    color: #404040; /*#254b71;*/
    background-color: #BBBBBB;/*#b5bec7;*/
    font-weight: bold;
    white-space: nowrap;
}

table.list td
{
    border-top: 1px solid #666666;
    font-weight: normal;
}

tr.bglight
{
    background-color: #ffffff;/*#f8f8f4;*/
}

tr.bgdark
{
    background-color: #E0E0E0;/*#f4f4ec;*/
}

table.list tr.object-cannot-remove td
{
    color: #ff0000;
}

th.tight, td.tight
{
    width: 1%;
}

td.nowrap 
{
    white-space: nowrap;
}

table.eksamensliste {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

table.eksamensliste tr td{
	border-top: 1px solid black;
	border-left: 1px solid black;
	width: 50px;
	height: 50px;
	padding-bottom: 1px;
	padding-right: 1px;
	padding-left: 1px;
}

table.eksamensliste tr.heading td{
	font-weight: bold;
}

table.eksamensliste tr td.empty {
	width: 100px;
}

table.litteraturliste {
	width: 630px;
}

table.litteraturliste tr td{
	padding-left: 1px;
	padding-right: 1px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

table.litteraturliste tr.heading td{
	border-right: 1px none;
}

table.litteraturliste tr td.forste{
	border-left: 1px solid black;
}

div#messagebox {
	position: absolute;
	top: 200px;
	border: 1px solid black;
	background-color: #FFFFC0;
	padding: 10px;
	width: 400px;
	text-align: center;
	display: none;
}

span.link {
	cursor: pointer;
	color: #5B8AD6;
}

span:hover.link {
	color: #000000;
}

/* CATEGORY SEARCH */

label.catBox{
	display: inline; 
	font-weight: normal;
	font-size: 12px;
}
