﻿#TopNavigation {
    position:absolute;
    top:86px;
    left:11px;
    background: transparent none;
    width:828px;
}

body {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;    
	color:#000;
	background:#FEFEFF url("../img/background.body.jpg") repeat-x;
	margin:0;
	padding:0;
}

.clear {clear:both;}
a img {border:none;}

.accessibility {
   	position: absolute;
   	top: -999em;
   	left: -999em;
}

h1, h2, h3, h4, h5, h6 {
    margin:0;
    padding:0;
}
h1 {font-size:150%}
h2 {font-size:120%}
h3 {font-size:110%}
h4 {font-size:100%}

#documentFooter {text-align:right;margin:40px 0 10px 0;}

/*------------ Main structure Start -----------------*/

#MainContent {
	width:850px;
	margin:0 auto 5px auto;
    padding:0;
    position:relative;
    background-color:#fff;
    border-left:1px solid #C4C4C4;
    border-right:1px solid #C4C4C4;
    border-bottom:1px solid #C4C4C4;
}

#TopLogo {
    position:absolute;
    top:10px;
    left:30px;
}

#TopArea {
	height: 87px;
	background-color:#fff;
    margin:0;
    padding:0;
}
#TopFlash {
    position:absolute;
    top:36px;
    right:6px;
}
#TopArea .siteconfig {}

.siteconfig a img 
{
	display: none;
	}

/* ------ Toolbar START ------- */

#Toolbar {margin-bottom:1em;font-weight:bold;font-size:9px;}
#Toolbar a {color:Black;text-decoration:none;}
#Toolbar a:hover {color:Black;text-decoration:underline;}

/*Læs op*/
#Toolbar #Tool1 {
    background-color:transparent;
    position:absolute;
    top:8px;
    right:360px;
    width:50px;
    text-align:center;
}
/*Print*/
#Toolbar #Tool2 {
    background-color:transparent;
    position:absolute;
    top:8px;
    right:310px;
    width:50px;
    text-align:center;
}
/*Abonner*/
#Toolbar #Tool3 {
    background-color:transparent;
    position:absolute;
    top:8px;
    right:260px;
    width:50px;
    text-align:center;
}
/*Indeks*/
#Toolbar #Tool4 {
    background-color:transparent;
    position:absolute;
    top:8px;
    right:210px;
    width:50px;
    text-align:center;
}
/*Sitemap*/
#Toolbar #Tool5 {
    background-color:transparent;
    position:absolute;
    top:8px;
    right:160px;
    width:50px;
    text-align:center;
}

#ToolEnglargeText {
    background-color:transparent;
    position:absolute;
    width:70px;
    top:8px;
    right:420px;
    text-align:center;
}

/* ------ Toolbar END ------- */

#SearchBar {
    position:absolute;
    top:6px;
    right:18px;
    border:1px solid #666;
background-color:#fff


/*
}




#SearchBar .SearchBoxIndputField 
{
	width:100px;                                                                             
	border:0px;
	height:14px;
	float:left;                                       
	padding:1px;
	margin:0;
	padding:0;
	background:none;
	font-size:10px;
	line-height: 1.5;	
}

#SearchBar .SearchBoxButton 
{
	 width:25px;                                                                                       
	border:0px;
	border-left:1px solid #666;
	margin:0;
	padding:0;
	background:none;
	font-size:10px;
	line-height: 1.5;
}*/
  

#SearchBar label {display:none;}



#CategoryNavigation {
    position:absolute;
    top:106px;
    left:11px;
}

#MainDisplayContent {
	clear:both;
    padding-top:70px;
	background-color:white;
}

#Footer {
	clear:both;
	padding:2px 0 10px 0;
	text-align:center;
	color:#615F60;
	font-size:10px;
	margin-bottom:0;
}
#Footer a {color:#615F60;text-decoration:none;}
#Footer a:hover {color:#4D9CCA;text-decoration:underline;}

/*Leftcolumn*/
#DisplayLeftContent {
	width:200px;
	overflow:hidden;
	float:left;
	min-height:320px;
	margin:5px 0 0 0;
	 /*IE Hack for min-height */
	height:auto !important;
	height:320px;
	/* End hack */
}

/*Leftcolumn wide*/
#DisplayLeftContentWide {
	width:200px;
	overflow:hidden;
	float:left;
	min-height:320px;
	margin:5px 0 0 0;
	 /*IE Hack for min-height */
	height:auto !important;
	height:320px;
	/* End hack */
}

/*Rightcolumn*/
#DisplayRightContent {
	width:180px;
	float:right;
	margin-top:25px;
}

/*Contentcolumn*/
#DisplayCenterContent {
	width:450px;
	overflow:hidden;
	background-color:#fff;
	padding:5px 5px 20px 10px;
	float:left;
}
/*Contentcolumn wide*/
#DisplayCenterContentWide {
	width:627px;
	overflow:hidden;
	background-color:#fff;
	padding:5px 0px 20px 10px;
	float:left;
}

#BreadCrumbBar {
	position:absolute;
	left:11px;
	top:130px;
	height:30px;
	width:720px;
	color: #ABABAB;
	padding:10px 2px 0px 2px;
}

#BreadCrumbBar {color:#808080;}
#BreadCrumbBar a {color:#000;text-decoration:none;}
#BreadCrumbBar a:hover {color:#000;text-decoration:underline;}


.LeftTopContent {}

#CenterContent {
    margin-top:20px;
    padding-top:0;
}

#CenterContent h1,h2,h3,h4,h5,h6 {color:#5E5E5E;}

#CenterContent p,ul,div {color:#5E5E5E;}

/*------------ Main structure end -----------------*/


/*------------ HorizontalNavigation Start -----------------*/

#TopNavigation ul, #CategoryNavigation ul{
	clear:both;
	list-style-type:none;
	margin:0;
	padding:0;
}
#TopNavigation ul {
    float:right;
}

#TopNavigation li {
	display:inline;
	float:left;
}

#TopNavigation li a {
    display:block;
    padding:0px 10px;
    line-height:20px;
    text-align:center;
    text-decoration:none;
    color:#fff;
    font-size:9px;
    font-weight:bold;
    background-color:transparent;}
#TopNavigation a:hover		{background-color:#FE4D00;}
#TopNavigation a.HorizontalNavigationItem_Selected {background-color:#FE4D00;}
#TopNavigation a.HorizontalNavigationLastItemAnchor {}


#CategoryNavigation ul {
    background:#132294;
    /*background: transparent none;*/
    float:left;
    width:828px;
}
#CategoryNavigation li {
	display:inline;
	float:left;
}
#CategoryNavigation a {
    padding:0 10px;
    display:block;
    line-height:20px;
    text-align:center;
    text-decoration:none;
    color:#fff;
    font-size:10px;
    font-weight:bold;
    /*background-color:#665D56;*/
    background: transparent none;
    }
#CategoryNavigation a:hover		{background-color:#FE4D00;}
#CategoryNavigation a.HorizontalNavigationItem_Selected {background-color:#FE4D00;}
#CategoryNavigation a.HorizontalNavigationFirstItemAnchor {}
#CategoryNavigation a.HorizontalNavigationLastItemAnchor {}

/*------------ HorizontalNavigation Slut -----------------*/

/*------------ VerticalNavigation Start -----------------*/

    #VerticalNavigation h2 {
   	    position: absolute;
   	    top: -999em;
   	    left: -999em;
    }

	#VerticalNavigation ul, #VerticalNavigation li {padding:0px;margin:0px;list-style-type:none;border:none;}
	/*Level 1*/
	#VerticalNavigation li a {
		text-decoration: none;
		display: block;
		/* float: left; */
		color:#5E5E5E;
		padding: 3px 5px 4px 25px; 
		background:#fff url("../img/arrow.right.gray.gif") no-repeat 14px;
		width: 100%;
		voice-family: "\"}\""; 
		voice-family:inherit;
		width: 170px;
		}
	
		html>body #VerticalNavigation li a {
		width: 170px;
	
		} 
		#VerticalNavigation li a:hover {
			color:#FA4C05;
			font-weight:bold;
		}

		#VerticalNavigation li a.VerticalNavigationItems_clicked {
			color:#FA4C05;
			font-weight:bold;
			padding: 3px 5px 4px 25px; 
			background:#fff url("../img/arrow.right.gray.gif") no-repeat 14px;
			width: 100%;
			voice-family: "\"}\""; 
			voice-family:inherit;
			width: 170px;
			}
			html>body #VerticalNavigation li a.VerticalNavigationItems_clicked 
			{
			width: 170px;
			} 

	/*Level 2*/
	#VerticalNavigation li li a {
		text-decoration: none;
		/* display: block; */
		background:#fff url("");
		padding: 3px 5px 4px 35px; 
		width: 100%;
		voice-family: "\"}\""; 
		voice-family:inherit;
		width: 160px;
	}
	
	html>body #VerticalNavigation li li a {
		width: 160px;
		} 

		#VerticalNavigation li li a:hover {
			color:#FA4C05;
			font-weight:bold;
		}
	
		#VerticalNavigation li li a.VerticalNavigationItems_clicked {
			color:#FA4C05;
			font-weight:bold;
			padding: 3px 5px 4px 35px; 
			background: #fff url(""); 
			width: 160px;
			}
			html>body #VerticalNavigation li li a.VerticalNavigationItems_clicked {
			width: 160px;
		} 

	/*Level 3*/
	#VerticalNavigation li li li a {
		text-decoration: none;
		/* display: block; */
		background: #fff url(""); 
		border:0;
		border-bottom: 0px solid #BAB5A6;				
		padding: 3px 5px 4px 45px; 
		width: 100%;
		voice-family: "\"}\""; 
		voice-family:inherit;
		width: 150px;
	}
	
	html>body #VerticalNavigation li li li a {
		width: 150px;
		} 

		#VerticalNavigation li li li a:hover {
			color:#FA4C05;
			font-weight:bold;
		}

	
		#VerticalNavigation li li li a.VerticalNavigationItems_clicked {
			color:#FA4C05;
			font-weight:bold;
			padding: 3px 5px 4px 45px; 
			background: #fff; 
			width: 150px;			
			}
			html>body #VerticalNavigation li li li a.VerticalNavigationItems_clicked {
			width: 150px;
		} 

	/*Level 4*/
	#VerticalNavigation li li li li a {
		text-decoration: none;
		/* display: block; */
		background: #B896B7; 
		border:0;
		padding: 3px 5px 4px 55px; 
		width: 100%;
		voice-family: "\"}\""; 
		voice-family:inherit;
		width: 140px;
	}
	
	html>body #VerticalNavigation li li li li a {
		width: 140px;
		} 

		#VerticalNavigation li li li li a:hover {
			color:#FA4C05;
			font-weight:bold;
		}
	
		#VerticalNavigation li li li li a.VerticalNavigationItems_clicked {
			color:#FA4C05;
			font-weight:bold;
			padding: 3px 5px 4px 55px; 
			background: #B896B7; 
			width: 140px;			
			}
			html>body #leftnav li li li li a.VerticalNavigationItems_clicked {
			width: 140px;
		} 


/*------------ VerticalNavigation Slut -----------------*/





/*------------ Document Start -----------------*/

#ContentDocument {}

#ContentDocument div img
{
	margin-top: 5px;
}

/*------------ Document Slut -----------------*/


/*------------ ColumbDocument Start -----------------*/

/* Venstre kolonne */
#LeftButtomContent {margin-top:15px;}

#LeftButtomContent .ColumbDocumentContentClass {margin-left:12px;}

#LeftButtomContent .ColumbDocumentContentClass ul {
	list-style-image:none;
	list-style-type:square;
	margin:0;
    padding:5px 0 10px 15px;
}

#LeftButtomContent .ColumbDocumentContentClass li {
	line-height: 12px;
}

#LeftButtomContent .ColumbDocumentContentClass li a {}
#LeftButtomContent .ColumbDocumentContentClass li a:hover {}

#LeftButtomContent h2 {}

/* Højre kolonne */

.news {
    border-top:1px solid #A4A4A4;
    border-bottom:1px solid #A4A4A4;
    width:156px;
    padding:4px 2px;
    margin:0 6px 25px 6px;
}
.news h1 {background:#fff;margin:0;padding:1px 5px;color:#283771;font-size:11px;text-transform:uppercase;}
.news h3 {padding:0 3px;}
.news p {padding:0 3px;}

#RightContent, #RightTopContent, #RightButtomContent {
    margin:0;
    padding:0;
}
#RightContent .ColumbDocumentContentClass, #RightTopContent .ColumbDocumentContentClass, #RightButtomContent .ColumbDocumentContentClass {
    background-color:#fff;
    width:156px;
	overflow:hidden;
    padding:4px 2px;
    margin:0 6px 25px 6px;
    border-top:1px solid #A4A4A4;
    border-bottom:1px solid #A4A4A4;
    float:left;
    }
    #RightContent .ColumbDocumentContentClass h2, #RightTopContent .ColumbDocumentContentClass h2, #RightButtomContent .ColumbDocumentContentClass h2 {
        font-size:11px;
        margin:0px;
        padding:2px 0px;
        color:#5E5E5E;
        text-transform:uppercase;
    }
    #RightContent .ColumbDocumentContentClass a, #RightTopContent .ColumbDocumentContentClass a, #RightButtomContent .ColumbDocumentContentClass a {
        color:#5E5E5E;
    }
    #RightContent .ColumbDocumentContentClass a:hover, #RightTopContent .ColumbDocumentContentClass a:hover, #RightButtomContent .ColumbDocumentContentClass a:hover {
        color:#FF4E00;
        text-decoration:underline;
}


#RightContent .ColumbFocusDocumentContentClass, #RightTopContent .ColumbFocusDocumentContentClass, #RightButtomContent .ColumbFocusDocumentContentClass {
    background:#fff url("../img/background.underside.focusdocument.right.gif") repeat-x top;
    width:156px;
	overflow:hidden;
    padding:4px 2px 8px 2px;
    margin:0 6px 25px 6px;
    border-top:1px solid #A4A4A4;
    border-bottom:1px solid #A4A4A4;
    float:left;
   	min-height:100px;
	 /*IE Hack for min-height */
	height:auto !important;
	height:100%;
	/* End hack */
    }
    #RightContent .ColumbFocusDocumentContentClass h2, #RightTopContent .ColumbFocusDocumentContentClass h2, #RightButtomContent .ColumbFocusDocumentContentClass h2 {
        font-size:11px;
        margin:0px;
        padding:2px 0px;
        color:#5E5E5E;
        text-transform:uppercase;
    }
    #RightContent .ColumbFocusDocumentContentClass a, #RightTopContent .ColumbFocusDocumentContentClass a, #RightButtomContent .ColumbFocusDocumentContentClass a {
        color:#5E5E5E;
    }
    #RightContent .ColumbFocusDocumentContentClass a:hover, #RightTopContent .ColumbFocusDocumentContentClass a:hover, #RightButtomContent .ColumbFocusDocumentContentClass a:hover {
        color:#FF4E00;
        text-decoration:underline;
}

.ColumbFocusDocumentContentClass ul, .ColumbDocumentContentClass ul {
	list-style-type: square;
	margin:0;
	padding-left:20px;
	font-size:10px;

}
.ColumbFocusDocumentContentClass p, .ColumbDocumentContentClass p {
	margin:0;
	padding:2px 0px;
	font-size:10px;
}

.ColumbFocusDocumentContentClass li a, .ColumbDocumentContentClass li a, .ColumbFocusDocumentContentClass h2 a, .ColumbDocumentContentClass h2 a {
    color:#5F5F5F;
    text-decoration:none;
}
.ColumbFocusDocumentContentClass li a:hover, .ColumbDocumentContentClass li a:hover, .ColumbFocusDocumentContentClass h2 a:hover, .ColumbDocumentContentClass h2 a:hover {
    text-decoration:none;
    color:#FF4E00;
}

/*------------ ColumbDocument Slut -----------------*/

/*------------ Sitemap Start ----------------- mangler til synk*/ 

#CenterContent #Sitemap
{
	width: 100%;
	height: 100%;
	margin: 0;
}

#CenterContent #Sitemap h1 {
	margin-bottom:20px;
}

#CenterContent #Sitemap ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top: 7px;
	padding-left: 10px;
}

#CenterContent #Sitemap ul ul
{
	padding-left: 30px;
}

#CenterContent #Sitemap li
{
	
	
}

#CenterContent #Sitemap li a:link		{color:#FF4D00;text-decoration: none;}
#CenterContent #Sitemap li a:visited	{color:#FF4D00;text-decoration: none;}
#CenterContent #Sitemap li a:hover		{color:#FF4D00;text-decoration: underline;}
#CenterContent #Sitemap li a:active		{color:#FF4D00;text-decoration: none;}


/*------------ Sitemap Slut -----------------*/

/*------------ Index Start ----------------- mangler til synk*/ 

#CenterContent #Index
{
	width: 100%;
	height: 100%;
	margin: 20px 0 0 0;
}

#CenterContent .IndexNavigationArea
{
	padding-bottom: 50px;
}

#CenterContent #Index ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top: 7px;
	padding-left: 10px;
	float: left;
}

#CenterContent #Index li
{
	display: inline;
	line-height: 15px;
	
}

#CenterContent #Index  a:link		{color: #86052E;text-decoration: none;}
#CenterContent #Index  a:visited	{color: #86052E;text-decoration: none;}
#CenterContent #Index  a:active		{color: #86052E;text-decoration: none;}
#CenterContent #Index  a:hover		{display: inline;text-decoration: underline;color: #86052E;cursor:hand;}

#Index a:link.IndexLetterItem_Selected,#Index a:visited.IndexLetterItem_Selected
{
	font-weight:bold;
	border: solid 1px #86052E;
}

#CenterContent .IndexResultArea
{
	
}

#CenterContent #Index .IndexResultItemContainer
{
	width: 100%;
	padding-bottom: 10px;
	padding-top: 5px;
	border-top: solid 1px #86052E;
	padding-left: 5px;
}

#CenterContent #Index .IndexResultItemFieldName
{
	width: 100%;
	font-weight: bold;
	padding-bottom: 2px;
	
}
#CenterContent #Index .IndexResultItemFieldDescription, #CenterContent #Index .GridViewIndexresult
{
	width: 100%;
}


#CenterContent #Index .GridViewIndexresultsPaging
{
	
	
}


/*------------ Index Slut -----------------*/

/*------------ SearchBox Start ----------------- mangler til synk*/ 
/*
#SearchBox
{
	
}

.SearchBoxButton
{
	height: 18px;
	font-size: 10px;
}

.SearchBoxIndputField
{
	height: 12px;
	font-size: 10px;
}
*/

/*------------ SearchBox Slut ----------------- mangler til synk*/ 


/*------------ SearchResults Start ----------------- mangler til synk*/ 

#SearchResult
{
	background-color: white;
	width: 100%;
	height: 100%;
	margin: auto;
}

#SearchResultArea
{
	
}

.GridViewSearchResults
{
	width: 100%;
}

.SearchResultItemContainer
{
	width: 100%;
	padding-bottom: 10px;
	padding-top: 5px;
	border-top: solid 1px #007AA9;
	padding-left: 5px;
	
}

.SearchResultsItemFieldName
{
	width: 100%;
	/*font-weight: bold;*/
	padding-bottom: 2px;

}

.SearchResultsResultItemFieldDescription
{
	width: 96%;
	padding-right: 10px;
	text-align:justify;

}

#CenterContent #SearchResult a:link			{font-weight:bold;color:#FF4D00;text-decoration: none;}
#CenterContent #SearchResult a:visited		{font-weight:bold;color:#FF4D00;text-decoration: none;}
#CenterContent #SearchResult a:active		{font-weight:bold;color:#FF4D00;text-decoration: none;}
#CenterContent #SearchResult a:hover		{font-weight:bold;color:#FF4D00;text-decoration: underline;}


#SearchResult .GridViewSearchresultsPaging {
	color: #86052E;text-decoration: none;
}


/*------------ SearchResults Slut -----------------*/

a:link {color:#FF4D00; background:transparent; text-decoration:none}     
a:visited {color:#FF4D00; background:transparent; text-decoration:none}     
a:hover {color:#FF4D00; background:transparent; text-decoration:underline}     
a:active {color:#FF4D00; background:transparent; text-decoration:none}  

/*------------ Content links -----------------*/
/*#CenterContent a:link		{color:#FF4D00;text-decoration: underline;}
#CenterContent a:visited	{color:#5E5E5E;text-decoration: underline;}
#CenterContent a:hover		{color:#5E5E5E;text-decoration: underline;}
#CenterContent a:active		{color:#FF4D00;text-decoration: underline;}*/
/*------------ Content links slut ------------*/

/*------------ DIS Frontpage News -----------------*/

.disFrontpageNews {}

.disNewsItem {
    width:190px;
    height:115px;
    float:left;
    padding:5px 15px 0 8px;
    margin-right:15px;
    border:0px solid red;
    overflow:hidden;
}
#disNewsItem1 {background:#fff url("/img/fp_banner1.gif") no-repeat;}
#disNewsItem2 {background:#fff url("/img/fp_banner2.gif") no-repeat;}
#disNewsItem3 {background:#fff url("/img/fp_banner3.gif") no-repeat;}
#disNewsItem4 {background:#fff url("/img/fp_banner4.gif") no-repeat;}
#disNewsItem5 {background:#fff url("/img/fp_banner5.gif") no-repeat;}
#disNewsItem6 {background:#fff url("/img/fp_banner6.gif") no-repeat;}
#disNewsItem7 {background:#fff url("/img/fp_banner7.gif") no-repeat;}
#disNewsItem8 {background:#fff url("/img/fp_banner8.gif") no-repeat;}
#disNewsItem9 {background:#fff url("/img/fp_banner9.gif") no-repeat;}

.disNewsDate {font-size:10px;color:#fff;}
.disNewsItem h2 {font-size:14px;font-weight:normal;margin-bottom:0;}
.disNewsItem p {margin-top:5px;}
.disNewsItem .disNewsImage {}

.disNewsItem a:link {color:#5D5D5F; background:transparent; text-decoration:none}     
.disNewsItem a:visited {color:#5D5D5F; background:transparent; text-decoration:none}     
.disNewsItem a:hover {color:#05533D; background:transparent; text-decoration:underline}     
.disNewsItem a:active {color:#5D5D5F; background:transparent; text-decoration:none}  


.disNewsReadMore {
}

/*------------ Classes for editor Start -----------------*/

.manchet {font-weight:bold;}
.faktaboks {padding:10px;background:#CAE4CB url("")}

/*------------ Classes for editor Slut -----------------*/

/* Style added */
.ColumbDocumentContentImageFieldClass {margin:0px -10px;padding:0;}

#CenterContent #Index  a:link		{font-weight:bold;color:#FF4D00;text-decoration: none;}
#CenterContent #Index  a:visited	{font-weight:bold;color:#FF4D00;text-decoration: none;}
#CenterContent #Index  a:active		{font-weight:bold;color:#FF4D00;text-decoration: none;}
#CenterContent #Index  a:hover		{font-weight:bold;color:#FF4D00;text-decoration: underline;}

/*
.newsResume {margin-top:-10px}
*/

/*
.tableBorder .column {width:100%}
*/

/*------------ Acadre Styles - START -----------------*/

.agendadiveder {border-top:1px solid #000;margin:10px 0}

.acadrelogin {padding:15px 0 0 15px;display:none}
.acadrelogin h3 {padding-bottom:10px}
.acadrelogin .acadreloginButton {margin-top:5px}
.acadrecommittee {margin-top:20px;padding-left:15px}
.acadrecommittee h3 {margin-bottom:3px}
.acadrecommittee a {
  display: block;
  color:#039DFF;
  padding:0px 5px 0px 10px;
  margin-bottom:-5px;
  background:#fff url("/img/arrow.right.blue.gif") no-repeat 0px;
  width:100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
  width:170px;
}
.acadrecommittee a:hover {color:#039DFF}

.agendapage {width:100%}
.agendapage h2 {margin-top:20px;margin-bottom:10px;}
.acadreoversigt {float:left;font-weight:bold}
.acadreyear {float:left;padding-left:5px;font-weight:bold;}
.acadreyearprev {float:right;margin-right:20px}
.acadreyearnext {float:right}
.acadreyearprev a, .acadreyearnext a {color:#FF4D00;font-weight:bold;}
.acadreyearprev a:hover, .acadreyearnext a:hover {text-decoration: underline;font-weight:bold;}

.agenda, .agendaFull {clear:both}
.agendamonth {clear:both;text-transform:capitalize;background:#283772;color:#fff;margin:20px 0 10px 0;font-weight:bold;padding:2px 0 2px 5px}
.agenda h2, .agendaFull h2 {float:left;margin:5px 0}
.agenda ul, .agendaFull ul {list-style-type:none;margin:0;padding:0;clear:both}
.agenda ul li, .agendaFull ul li {float:left;display:block;line-height:1.5em}

.agendaitem {width:100%}
.agendaitemAlt {width:100%;background:#eee}
.agendaitem h2, .agendaitemAlt h2 {color:#000}
.agendaitem .agendaitemname a, .agendaitemAlt .agendaitemname a {display:block;color:#FF4D00}
.agendaitem .agendaitemname a:hover, .agendaitemAlt .agendaitemname a:hover {text-decoration:underline}
.agendaitemid {display:block;float:left;width:25px;padding-left:5px}
.agendaitemname {display:block;float:left;width:410px;padding-right:5px}

div.agendaitem .agendaitemid {font-weight:bold}
div.agendaitem .agendaitemname {font-weight:bold}

.agendaitembullets {padding-left:30px}
.bulletid {float:left;width:30px}
.bulletname {font-weight:bold}
.bulletcontent {margin:0 0 10px 0;padding:0}
.bulletcontent ul {list-style-type:disc}
.bulletcontent p {margin:0;padding:0;line-height:110%}

.meetingdate, .meetingstart, .meetingend, .meetinglokationtext {float:left;width:165px;font-weight:bold}
.meetingDate {float:left;padding:7px 0 0 10px}
.backToItem {margin-top:20px}

.agendaitemheader {padding:0 0 10px 30px}
.agendaitemenclosures {padding-left:30px}
.itemcasenotext, .itemcaseofficertext {float:left;width:100px;font-weight:bold}

.meetingmembers {padding-top:10px}
.meetingGoBack, .agendaItemsFullGoBack {padding-bottom:10px}
.meetingGoBack a, .meetinglink a, .backToItem a, .agendaItemsFullGoBack a, .agendalinks a, .agenda h2 a {color:#FF4D00}

.agenda .agendalinks a,.agenda h2 a {margin:20px 0 0 0;color:#FF4D00;}
.agenda .agendalinks {margin-top:10px}
/*Acadre Styles - END*/


