/*
_____________________________________________________________________

   Cascading Style Sheet
   Til Kursushjemmesider, Københavns Universitet
   Lavet af LKNet [www.lknet.dk] © 2003
_____________________________________________________________________


_____________________________________________________________________

Netscape 4.x brugere er udelukket fra dele af css vha. @media screen.
Kommentar: Netscape 4.x nedarver ikke fonte, derfor defineres
fontfamilie for alle elementer
																	 */

/*
_____________________________________________________________________*/




/*
_____________________________________________________________________

Body og globale fontformateringer
_____________________________________________________________________*/



BODY
{
	background-color: White;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: black;
}

a, abbr, acronym, address, b, bdo, big, blockquote, button, caption, center, cite, dd, del, dfn, dir, dl, dt, em, fieldset, font, hr, i, img, input, ins, isindex, kbd, label, legend, li, link, map, menu, meta, ol, option, p, q, s, samp, select, small, strike, strong, style, sub, sup, textarea, tt, u, ul, var, table, td, th, tr
{
	font-family: Verdana, Myriad Web, Syntax, helvetica, arial, sans-serif;
}
pre
{	
}

p,li,dt,tt,td,th,caption,fieldset,legend { font-size: small ;}

td { vertical-align: text-top; }
tr { vertical-align: top; }

P.footNote { font-size: x-small; color: Black; background-color: Transparent; margin-bottom: 0px; }
P.heading { margin-top: 0px }
DIV.heading { margin-top: 0px; font-family: Verdana, Myriad Web, Syntax, helvetica, arial, sans-serif; font-size: small; text-align: left; margin-bottom: 10px; }
P.menuTitle	{ margin-bottom: 0px; font-weight: bold;}
P.rettetAf { margin-top: 0px; font-size: x-small; color: black; background-color: Transparent }
.iconRight { padding-right: 3px }
.iconLeft { padding-left: 3px }

@media screen {

/*
_____________________________________________________________________

Hyperlinks
_____________________________________________________________________*/

A.menuLink:link
{
    background-color: transparent;
    color: Black;
    text-decoration: none;
}

A.menuLink:visited
{
    background-color: transparent;
    color: Black;
    text-decoration: none;
}

A.menuLink:hover
{
    background-color: transparent;
    color: Red;
    text-decoration: none;
}

A.menuLink:active
{
    background-color: transparent;
    color: Red;
    text-decoration: none;
}



A:link
{
    background-color: transparent;
    color: Blue;
    text-decoration: underline;
}

A:visited
{
    background-color: transparent;
    color: Purple;
    text-decoration: underline;
}

A:hover
{
    background-color: transparent;
    color: Red;
    text-decoration: underline;
}

A:active
{
    background-color: transparent;
    color: Red;
    text-decoration: underline;
}


/*nedenstående er til at markere nodes som ikke er synlige for andre end administrator*/
/*A.usynlig:link, A.usynlig:visited, A.usynlig:hover, A.usynlig:active*/
.usynlig
{
	color: Gray;
}

A.usynlig:link, A.usynlig:visited
{
	color: Gray;
	text-decoration: none;
}

A.usynlig:hover, A.usynlig:active
{
	color: red;
	text-decoration: none;
}

/* Fjern border ved billedlink
_____________________________________________________________________*/

A:visited IMG
{
    border-right: 0px;
    border-top: 0px;
    border-left: 0px;
    border-bottom: 0px;
}
A:link IMG
{
    border-right: 0px;
    border-top: 0px;
    border-left: 0px;
    border-bottom: 0px;
}
A:active IMG
{
    border-right: 0px;
    border-top: 0px;
    border-left: 0px;
    border-bottom: 0px;
}
A:hover IMG
{
    border-right: 0px;
    border-top: 0px;
    border-left: 0px;
    border-bottom: 0px;
}

/*
_____________________________________________________________________

H-Rulers
_____________________________________________________________________*/

HR, HR.menu
{
	background-color: transparent;
	height: 1px;
}

HR { color: #52736b }

HR.Menu { color: black; margin-bottom: 0px; margin-top: 0px; margin-right: 4px }

HR.footNote { width: 250px; margin-top: 10px; margin-bottom: 0px; text-align: left }

/*
_____________________________________________________________________

Overskifter
_____________________________________________________________________*/

H1
{
    margin-top: 0px;
    margin-bottom: 5px;
    font-family: Verdana, Myriad Web, Syntax, helvetica, arial, sans-serif;
	/*font-family: Garamond, 'Times New Roman', serif;*/
    font-size: x-large;
    /*font-weight: bold;*/
    color: black;
    background-color: transparent;
}

H2,H3,H4,H5,H6
{
    color: black;
	background-color: transparent;
	font-family: Verdana, Myriad Web, Syntax, helvetica, arial, sans-serif;
}

H2 { font-size: large; margin-bottom: 5px; font-weight: bold; }

H3 { font-size: large; margin-bottom: 5px; font-weight: normal; }

H4 { font-size: medium; margin-bottom: 0px; font-weight: bold; }

H5 { font-size: medium; margin-bottom: 0px; font-weight: normal; }

H6 { font-size: small; margin-bottom: 0px; font-weight: bold; }

}

@media screen {
/*
_____________________________________________________________________

Punktlister
_____________________________________________________________________*/

UL,OL
{
	background-color: transparent;
	margin-top: 0px;
	list-style-position: outside;
}

OL.alpha { list-style-type: lower-alpha }  /* Små bogstaver */
OL.alphaCap { list-style-type: upper-alpha }  /* Store bogstaver */


/* Punktopstilling med raquo
_____________________________________________________________________*/

LI.raquo { margin-left: 18px; }

UL.raquoRed			{ list-style-image: url(../images/raquoRed.gif); margin-left: 0px; padding-left: 0px; }
UL.raquoGreen		{ list-style-image: url(../images/raquoGreen.gif); margin-left: 0px; padding-left: 0px; }
UL.raquoBlue		{ list-style-image: url(../images/raquoBlue.gif); margin-left: 0px; padding-left: 0px; }


/*
_____________________________________________________________________

Specielle formateringer
_____________________________________________________________________*/

/*
.fileNote   { width: 20em; font-size: small }
.fileName   { width: 20em; font-size: small }
*/

.editNode, .editNodeLarge, .editNodeSmall, .editNodeMedium  { width: 99%; font-size: small; }
textarea.editNode { height: 12em; }
textarea.editNodeSmall { height: 6em; }
textarea.editNodeMedium { height: 9em; }
textarea.editNodeLarge { height: 25em; }
input.editNodeMedium { width :15em; }
input.editNodeSmall { width :10em; }
input.editNodeReallySmall { width :5em; }

td.common textarea{ height:5em; width:30em;}

table.editNode th { text-align: left; vertical-align: top; width: 15em; font-weight: normal; background-color: Transparent; }

table.editNode td { text-align: left; vertical-align: top; background-color: Transparent; }

div.editIndhold input, div.indhold input { font-size: small; } /* submit-knapper */

table.event th { text-align: left; }

.eventliste td, .eventlisteheader td
{
	padding: 1px 4px 1px 4px;
}
.eventlisteheader
{
	font-weight: bold;
	background-color: #eeeeee;
}

.tblUpload
{
	margin-bottom: 10px;
} 

.nowrapsmall
{
	 white-space:nowrap;
	 font-size:smaller;
}

/**** Arbejdsgrupper ***/
fieldset.arbejdsgrupper
{
	padding: 5px;
	margin: 0px;
}


div.blog
{
	width: 400px;
	float: right;
	background-color: White;
	z-index: 30;
	margin-top: 10px;
	border-bottom: solid 5px #cccccc;
}


#arbejdsgruppe_blog h1 {font-size : medium; display:inline;}
#arbejdsgruppe_blog h2 {font-size : small; margin:0px; display:inline;}

#arbejdsgruppe_blog .arbejdsgruppe_blog_header{ background-color: #cccccc; padding: 3px;}
#arbejdsgruppe_blog .arbejdsgruppe_blog_header a { font-size: small; margin-left: 5px;}
#arbejdsgruppe_blog .arbejdsgruppe_blog_item { padding-top: 2px; border-bottom: solid 1px #cccccc; margin-top: 3px; padding-bottom: 3px;}
#arbejdsgruppe_blog .arbejdsgruppe_blog_item_overskrift { padding-left: 3px; padding-right: 3px; }
#arbejdsgruppe_blog .arbejdsgruppe_blog_item_indhold { padding-left: 3px; padding-right: 3px; }


#holdtilmelding th{vertical-align:bottom;}
#holdtilmelding td {text-align :right;}


div.blog table.table_addnewblogentry textarea{width: 300px;}

.blog_addnewoverskrift {width: 99%;}

span.blog_author {font-size: x-small;}

/*** RSS Feed Button ***/
.rssButton:link, .rssButton:hover, .rssButton:visited
{
    border:2px solid;
    border-color:#ffc8a4 #7d3302 #3f1a01 #ff9a57;
    padding:0px 3px 0px 3px;
    font:bold 10px verdana,sans-serif; 
    color:#FFFFFF; 
    background-color:#ff6600;
    text-decoration:none;
    margin:0px;
    vertical-align:middle;
    display: inline-block;
    position: relative;
    top:	45px;
}


}
