@charset "UTF-8";
/* CSS Document */

/* START Logo/Banner top - Her settes banner/logo toppbilde på siden */
#banner-image img {
	float: left;
	margin-top:2em;
}
/* END Logo/Banner top */

/* START inside mainmenu */

#mainmenu {
	clear: both;
	/* Her settes gradientbilde som kopieres vertikalt i toppmeny */
	background-color:#4682B4;

	/*background:transparent url(http://www.samordnaopptak.no/gifs/gronn_bakgrunn.jpg) top left repeat-x; */
	font-family:verdana;
	padding-right: 5px;
	line-height:18px;
	overflow: hidden;
	height:30px;
	font-size:1.1em;
}
#mainmenu ul {
	list-style:none;
	margin:0;
	padding:0;
	white-space: nowrap;
	height: 1%; /* triggers hasLayout in IE browsers */
}
#mainmenu ul:after {
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
	clear: both;
}
#mainmenu li {
	float:left;
	margin:0;
}


/* IE6 fix - searchfield length*/
* html .searchField {
	width:10em;
}
.searchButton {
	height:19px;
	color:#fff;
	font-size:11px;
	line-height:1em;
	margin-top:0px;
	padding-top:1px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:3px;
	border-style:solid;
	border-width:1px;
	border-color:#8E8E8E #3D3D3D #3D3D3D #8E8E8E;
	background-color:#38688F;
	vertical-align:top;
}
/*IE6 fix: Make button equal size to firefox, opera++ */
* html .searchButton {
	padding: 0 1px 2px 1px;
}
/* END Searchbox and Searchfield */

/* END inside mainmenu */

/* START inside main */

div.breadcrumb {
	display:inline;
	font-size: 0.9em !important;
	margin-left:-7px;
}
* html div.breadcrumb {
	margin-right: 0em; /* Fikses margin to end title in IE6 */
}
#breadcrumb-container {
	margin: 1em 16px;
}
#breadcrumb-container a {
	color:#666;
}
#breadcrumb-container a:hover {
	color:#999;
}
.breadcrumb-xsl {
	display:none;
}
/* END breadcrumb */

/* START leftmenu */

/* Temporary fix on left-menu moving to far right in IE6 */
* html #leftmenu {
	position: relative;
}
#leftmenu {
	float:left;
	width: 200px;
	margin-bottom: 1em;
}
/* END leftmenu */




body {
	background: url(bakgrunn_graa_150.gif) repeat-y fixed center top;
	background-color:#E8E8E8;
	
}

h4 {
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.2em;
	margin: 1.3em 0 0.2em 0;
	color: #333;
}

h6 {
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0.1em 0 0.1em 0;
	color: #333;
}

/* Standard table */
#content table {
	border:none;
	border-right-color:#ccc;
	border-right-width:1px;
	border-right-style:solid;
	border-bottom-color:#ccc;
	border-bottom-width:1px;
	border-bottom-style:solid;
        vertical-align:top;
}
#content table tr {
	border:none;
        vertical-align:top;
}
#content table tr td {
	padding:.2em;
	border:none;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#ccc;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#ccc;
        vertical-align:top;
}

span.vrtx-add-event a.vrtx-ical {
	vertical-align:11%!important;
}

div.vrtx-resource span.vrtx-add-event {
	vertical-align:0% !important;
}
