/*****************************************************
Body: General page style
*****************************************************/
body /*The scroll bar colours are only visible in IE5.5+ */
{
    /* font-size: 0.71em; */
    font: 13px/18px Lucida Grande, Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
    color: #000000;
    /* font-family: Verdana, Arial, Helvetica, sans-serif; */
/*    background-color: #EFEFEF; */
    
	margin: 0px;
/*	height: 100%; */
    
/*		background-color: #F5F5FF; */
    scrollbar-face-color: #DEE3E7; 
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #DEE3E7;
    scrollbar-3dlight-color: #D1D7DC;
    scrollbar-arrow-color:  #006699;
    scrollbar-track-color: #EFEFEF;
    scrollbar-darkshadow-color: #98AAB1;
}

body.dialog /* dialog page style */
{
	background-color: #EFEFEF;
	margin: 0px;
	font-size: 0.71em;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body.iframe /* iframe style */
{
	font-size: 0.71em;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

DIV#pageContent
{
  background-color: #EFEFEF;
	border-right:1px solid #CCCCCC; 
	border-bottom:1px solid #CCCCCC; 
	width: 1002px;
  clear: both;		
}

DIV#pageNav
{
	border-right:1px solid #CCCCCC; 
	border-bottom:1px solid #CCCCCC; 
	width: 1002px;
	clear: both;		
}

#pageBar 
{
	padding-left: 1px;
	padding-right: 1px;
	clear: both;		
}

#pageFooter {
	height:190px; 
	font-size: 12px;
	font-weight: normal;
/*	line-height: 0.9em; */
	color:#9C9C9C;
	padding-left:10px; 
	margin-top:12px;
	background-color:#FFFFFF; 
	background-position:right; 
	background-repeat:repeat-y;
	width: 982px;		
	clear: both;	
}

#pageFooter A {
	color: #9C9C9C;
	font-weight: normal;
}

#pageFooter-navigation {
	border: 0;
	color: #9C9C9C;
	font-size: 12px;
	font-weight: normal;
/*	line-height: 0.9em; */
	margin: 0;
	padding: 0;
	padding-bottom: 8px;
	text-align: center;
	width: 980px;
}

#pageFooter-navigation A {
	text-decoration: none;
	margin-left: auto;
  margin-right: auto;
 	text-align: center;
}

#pageFooter-navigation A:hover {
	text-decoration: underline;
}


/*****************************************************
Title
*****************************************************/
/* em: unit of measurement for the height of the element's font, 
which is resolution independent */
.Title /* text style for the main title */
{
  font-family: Lucida Grande, Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */
  font-size: 1.0em;
  /*font-size: 1.3em; */
  font-weight: bold;
  color: #013DA4;
	padding-bottom: 4px;
}

a.Title:hover /* text style for when mouse hovers over title */
{
    color: #FF3300;
    text-decoration: none;
}

.subtitle /* description on main page (underneath Title) */
{
  font-family: Lucida Grande, Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */
  font-size: 1.0em;
  font-weight: bold;
  padding-bottom : 2px;	
  color: #013DA4;			
}

.content
{
	display: block;
	text-align:justify;	
  font-family: Lucida Grande, Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
  font-size: 1.0em;
  padding: 2px 0 16px 0;
}

.lastcontent
{
	display: block;
	text-align:justify;	
  font-family: Lucida Grande, Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
  font-size: 1.0em;
  padding: 2px 0 0 0;
}

.content p, .lastcontent p
{
  padding: 0px 0 8px 0;
  margin: 0;  
}

.content p.last, .lastcontent p.last
{
  padding: 0;
  margin: 0;  
}

/*****************************************************
General Text
*****************************************************/
.txt1 { font-size : 1.0em; } 
.txt2 { font-size : 0.9em; }
.txt3 { font-size : 0.8em; }
.txt4 { font-size : 0.7em; }
.txt5 { font-size : 0.6em; }

.txt1Bold { font-size : 1.0em; font-weight:bold; }
.txt2Bold { font-size : 0.9em; font-weight:bold; }
.txt3Bold { font-size : 0.8em; font-weight:bold; }
.txt4Bold { font-size : 0.7em; font-weight:bold; }
.txt5Bold { font-size : 0.6em; font-weight:bold; }

.validationWarning { 
	font-size : 1.0em; 
	font-weight:bold;
	color: #CC0000; 
/*	margin-bottom: -12px; */
}

.confirmation { 
	font-size : 1.0em; 
/*	font-weight:bold; */
	color: #00CC33; 
/*	margin-bottom: -12px; */
}

.printDetails{ font-size : 0.6em; color:MenuText;}
.noTopics { font-size: 0.7em; font-weight:bold; }
.dateText { font-size: 0.6em; color: white; }

/*****************************************************
Tables
*****************************************************/
.searchBar
{
/*
	border-left: 1px solid #0B198C;
	border-right: 1px solid #0B198C; */
/*	background-color: #94A4B9; */
/*	border-bottom: 1px solid #999999; */
	color: #000000;
	background-color: #E7ECF0;
/*	background-image: url(../images/TiledBackground.gif); */
}


#ctl00_lbCulture
{
   font-size: 11px;
   color: #013DA4;
}

#ctl00_ddlCulture{
   font-size: 11px;
   color: #666666;
}

#ctl00_ddlCulture option{
   font-size: 11px;
   color: #666666;
}

#txtKeywordOverlayTitle
{
  position:absolute;
  width:180px;
  height:18px;
  padding-top:3px;
  padding-left:5px;
  color: #999999;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
}
    

#Navigation {
    font: bold 13px Lucida Grande, Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
    background-image: url('../images/navigation/navigation_bg.gif');	
    background-color: #4A7194;
		padding: 0px 6px 0px 8px;
		margin-left: -3px;
		white-space: nowrap;
		vertical-align: middle;
    height: 28px;
    color: #FFFFFF;
    z-index: 102;
    overflow: hidden;
}

#Navigation ul {
    padding: 0 6px 0 0px; 
    margin: 0 0 0 -8px;
    list-style: none;
}

#Navigation li 
{
	background-image: url('../images/navigation/inactive.gif');
  margin: 0;
  padding-left: 18px;
  padding-right: 18px;
  line-height: 26px;
  float:left;
  border-bottom: solid 1px #B5BEBD;
  height: 25px; 
}

#Navigation li.firstcurrent 
{
	background-image: url('../images/navigation/current_first.gif');
	background-color: #FFFFFF;
	padding-left: 14px;
	padding-right: 18px;
  border-bottom: none;
}

#Navigation li.first
{
	background-image: url('../images/navigation/first.gif');
	background-color: #FFFFFF;
	padding-left: 14px;
	padding-right: 18px;
}

#Navigation li.last
{
	background-color: #FFFFFF;
	padding-left: 14px;
	padding-right: 18px;
	border: none;
}

#Navigation li a {
/*    color: #EFEBEF; */
		color: #013DA4;
    padding-left: 5px;
    padding-right: 0px;
    line-height: 26px;
    text-decoration: none;
    display: block;
    float: left;
    border: 0;
    font-weight: bold;
}

#Navigation li.current,
#Navigation li.lastcurrent 
{
	background-color: #FFFFFF;	
 	background-image: url('../images/navigation/current.gif') ;
/*	background:transparent url('../images/navigation/current.gif') no-repeat scroll -4pt 0px;	*/
/*	margin-left: -2px;  */
	padding-left: 18px;
	padding-right: 18px;
	border: none;
}

#Navigation li.current a,
#Navigation li.firstcurrent a,
#Navigation li.lastcurrent a {  
	color: #FF9E08;
}

#Navigation li a:hover {
/*	text-decoration: underline; */
  text-decoration: none;
	background-color: Transparent;
	color: #FF9E08;
}

/*****************************************************
Table Header and cell definitions
*****************************************************/
td.h1 /* td.h1a is the subheading row of the table, shows the names of categories on main page */
{
    color: #FFFFFF;
/*    font-size: 0.7em; */
    font-weight:bold;
    text-decoration: none; 
    background-image: url(../images/HeaderBackgroundGradient.gif);
    background-color: #336699;
    background-repeat: repeat-x; 
}

div.tblheader
{
	border: 1px solid #cecece;
	margin: 0 10 10 10;
	padding-bottom: 5;
}

div.tblheader p.title
{
	font-size: 1em;
	font-weight: bold; 
	padding: 2px 5px 4px 5px;
	margin: 0px;
	background-color: #eeeeee;
	background-image: url(../images/ColumnHeaderBg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	color: #013DA4;
}

div.tblheader p.titleMap
{
	font-size: 1em;
	font-weight: bold; 
	padding: 2px 5px 4px 5px;
	margin: 0px;
	background-color: #eeeeee;
	background-image: url(../images/ColumnHeaderBg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	color: #013DA4;
}

div.tblheader p.links
{
	font-size: 1em;
	font-weight: bold; 
	text-align: right;
	padding: 2px 5px 4px 5px;
	margin: 0px;
	background-color: #eeeeee;
	background-image: url(../images/ColumnHeaderBg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	color: #013DA4;
}

div.tblheader p.links, x:-moz-any-link 
{
	font-size: 1em;
	font-weight: bold; 
	text-align: right;
	padding: 2px 5px 3px 5px;
	margin: 0px;
	background-color: #eeeeee;
	background-image: url(../images/ColumnHeaderBg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	color: #013DA4;
}

div.tblheaderBig
{
	border: 1px solid #cecece;
	margin: 0 10 10 10;
	padding-bottom: 5;
}

div.tblheaderBig p.title
{
	font-size: 1em;
	font-weight: bold; 
	padding: 2px 5px 4px 5px;
	margin: 0px;
	background-color: #eeeeee;
	background-image: url(../images/ColumnHeaderBg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	color: #013DA4;
}

div.tblheaderBig p.links
{
	font-size: 1em;
	font-weight: bold; 
	text-align: right;
	padding: 2px 5px 4px 5px;
	margin: 0px;
	background-color: #eeeeee;
	background-image: url(../images/ColumnHeaderBg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	color: #013DA4;
}

div.tblheaderBig p.links, x:-moz-any-link 
{
	font-size: 1em;
	font-weight: bold; 
	text-align: right;
	padding: 2px 5px 3px 5px;
	margin: 0px;
	background-color: #eeeeee;
	background-image: url(../images/ColumnHeaderBg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	color: #013DA4;
}

div.tblcell1
{
	padding: 7px;
	background-color: #ffffff;
}

div.tblcell2
{
	padding: 7px;
	padding-top: 0;
	background-color: #ffffff;
}

div.tblseperator
{
	padding: 4px;
}

div.tblfooter
{
	padding: 10px;
	text-align: right;
	background-color: #ffffff;
}

/* navigation tables */
div.tbllink p.title
{
	font-size: 1em;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	font-weight: bold; 
	background-image: url(../images/LinkHeaderBg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	color: #FFFFFF;
/*	color: #013DA4; */
}

div.tbllink
{
	border: 1px solid #9999FF;
	margin: 20 10 10 10;
	padding-bottom: 5;
}

td.h1a /* td.h1a is the subheading row of the table, shows the names of categories on main page */
{
    color: #4455aa;
    /*font-size: 0.7em; */
    font-weight:bold;
    text-decoration: none; 
    background-image: url(../images/HeaderBackgroundAlternate.gif);
    background-color: #E7E3E7;
    background-repeat: repeat-x; 
}

td.h2
{
    color: #FFFFFF;
/*    font-size: 0.6em; */
    font-weight:bold;
    text-decoration: none; 
    background-image: url(../images/HeaderBackground.gif);
    background-color: #336699;
    background-repeat: repeat-x; 
}

td.h2a
{
    color: #4455aa;
/*    font-size: 0.6em; */
    font-weight:bold;
    text-decoration: none; 
    background-image: url(../images/HeaderBackgroundAlternate.gif);
    background-color: #E7E3E7;
    background-repeat: repeat-x; 
}

td.column /* td.column is the main heading row of the table, shows either the table title, or the column headings. Top row of all tables. */
{
    font-weight: bold; 
/*    font-size: 0.7em; */
    background-color: #336699; 
/*    background-image: url(../images/ColumnBackground.gif);  */
    background-image: url(../images/ColumnBackgroundGradient.gif);
    background-image: url(../images/background.gif);
    background-repeat: repeat-x; 
    COLOR: white;
}

.alt1, .alt1Active
{
/* background-color: #FFF7E7; */
	background-color: #F5F5FF;
	color: #000000;
/*  font-size: 0.9em; 	*/
/*	cursor: pointer; */
	vertical-align: top;	
/*	border: 1px solid #ffffff; */
}

.alt2, .alt2Active
{
/* background-color: #ffffc0; */
	background-color: #E1E4F2;
	color: #000000;
/*  font-size: 0.9em; */
/*	cursor: pointer; */
	vertical-align: top;	
/* 	border: 1px solid #ffffff; */
}

.alt1Inactive
{
	background-color: #F5F5FF;
	color: #000000;
	vertical-align: top;	
}

.alt2Inactive
{
	background-color: #E1E4F2;
	color: #000000;
	vertical-align: top;	
}

.altReset
{
	/* background-color: #cad9ea; */
	background-color: #FFFFFF;
	color: #000000;
	vertical-align: top;	
}

.altHighlight
{
	/* background-color: #cad9ea; */
	background-color: #ECECD9;
	color: #000000;
	vertical-align: top;	
}

.seperator
{
	padding: 8px;
}


/*****************************************************
Datagrid
*****************************************************/
table.datagrid
{
	border: 1px solid #dddddd;
/*	margin: 20 10 10 10; */
	padding-bottom: 5;
	background-color: #ffffff;
}
table.datagrid td
{
	padding: 2px 4px 1px 4px;
}

/*
table.datagrid td
{
	font-size: 1em;
	padding: 2px 4px 1px 4px;
	margin: 3px 3px 3px 3px;
}
*/
/*table.datagrid tr.datagridheader */
.datagridheader
{
	font-size: 1em;
/*   font-weight:bold; */
	background-color: #eeeeee;
	background-image: url(../images/ColumnHeaderBg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	color: #000000;
/*	DataGrid renders the header in tr and not in th tag*/
/*	padding: 3px 5px 6px 5px; */
}

/* ***** define margin and font-size for elements inside panels ***** */

fieldset {
	padding-bottom: 6px;   
	border: 1px solid #dddddd;
/*	-moz-border-radius:0.71em; */
	position:relative;
}
fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 1em;}

legend {
	  color: #013DA4;			
}

.offsetLabel{
	position: relative;
	top: 4px	
}

.toolTip
{
	color: #000000;
  font-family: Lucida Grande, Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */
	
	font-size: 11px;
	background-color: #FFFFEE;
	border: none;
}

/*****************************************************
General Anchors
*****************************************************/
a, a:visited, a:link /* General page anchors */
{
    color: #013DA4;
/*    text-decoration: none; */
}

a:Hover /* General page anchors */
{
/*	color: #FF3300;*/
	color: #FF9E08;
/*	text-decoration: underline; */
	text-decoration: none;
}

a.linktblheader, a.linktblheader:visited, a.linktblheader:link /* Option anchors placed in the table header */
{
    color: #000000;
/*    text-decoration: none; */
	 font-weight:normal;
}

a.linktblheader:Hover /* General page anchors */
{
	color: #FF9E08;
/*	text-decoration: underline; */
	 text-decoration: none;
	 font-weight:normal;
}

a.linkgridheader, a.linkgridheader:visited, a.linkgridheader:link /* Column head anchors */
{
   color: #013DA4;
	text-decoration: underline;
}

a.linkgridheader:Hover
{
	color: #FF9E08;
 text-decoration: none;
}


/* Quicksearch button link */
a.searchButton {
  margin-right: 2em;
  text-decoration: none;
  background-image:url("../images/button/searchButton_left.gif");
  background-repeat: no-repeat;
  background-position: left top;
  float: left;
  height: 22px;
  overflow: visible;
  padding-left: 8px;
  line-height: 22px;
  white-space: nowrap;
  cursor: pointer;
}

a.searchButton:hover {
  background-position: left center;
  text-decoration: none;
}

a.searchButton span {
  color: #505D71;
  background-image:url("../images/button/searchButton_right.gif");
  background-repeat: no-repeat;
  background-position: right top;
  float: left;
  height: 22px;
  text-align: center;
  padding-right: 8px;
}

a.searchButton:hover span {
  color: #435062;
  background-position: right center;
}


/* Text button link */
a.textButton {
  margin-right: 8px;
  text-decoration: none;
  background-image:url("../images/button/textButton_left.gif");
  background-repeat: no-repeat;
  background-position: left top;
  float: left;
  height: 24px;
  overflow: visible;
  padding-left: 8px;
  line-height: 24px;
  white-space: nowrap;
  cursor: pointer;
}

a.textButton:hover {
  background-position: left center;
  text-decoration: none;
}

a.textButton span {
  color: #FFFFFF;
  background-image:url("../images/button/textButton_right.gif");
  background-repeat: no-repeat;
  background-position: right top;
  float: left;
  height: 24px;
  text-align: center;
  padding-right: 8px;
}

a.textButton:hover span {
  background-position: right center;
}


a.activeTextButton,
a.activeTextButton:hover {
  background-position: left bottom;
}

a.activeTextButton span,
a.activeTextButton:hover span {
  background-position: right bottom;
}


/* Text button 36px height */
a.textButton36 {
  margin-right: 8px;
  text-decoration: none;
  background-image:url("../images/button/textButton36_left.gif");
  background-repeat: no-repeat;
  background-position: left top;
  float: left;
  height: 36px;
  overflow: visible;
  padding-left: 8px;
  line-height: 17px;
  white-space: nowrap;
  cursor: pointer;
}

a.textButton36:hover {
  background-position: left center;
  text-decoration: none;
}

a.textButton36 span {
  color: #FFFFFF;
  background-image:url("../images/button/textButton36_right.gif");
  background-repeat: no-repeat;
  background-position: right top;
  float: left;
  height: 36px;
  text-align: center;
  padding-right: 8px;
}

a.textButton36:hover span {
  background-position: right center;
}


/* General menu anchors */
a.menu, a.menu:visited, a.menu:link 
{
    color: #013DA4;
    text-decoration: none;
}

a.menu:Hover
{
	color: #FF9E08;
	text-decoration: underline;
}

a.menu img
{
  padding: 0px 8px 0px 0px;
  vertical-align: middle;
}


/* Icon button */
div.iconButton {
  margin-right: 3px;
  text-decoration: none;
  background-image:url("../images/button/searchButton_left.gif");
  background-repeat: no-repeat;
  background-position: left top;
  float: left;
  height: 22px;
  overflow:visible;
  padding-left: 3px;
  line-height: 22px;
/*  white-space: nowrap; */
  cursor: pointer;
}

div.iconButton:hover {
  background-position: left center;
  text-decoration: none;
}

div.iconButton span {
  color: #505D71;
  background-image:url("../images/button/searchButton_right.gif");
  background-repeat: no-repeat;
  background-position: right top;
  float: left;
  height: 22px;
  text-align: center;
  padding-right: 3px;
}

div.iconButton:hover span {
  color: #435062;
  background-position: right center;
}

div.iconButton input {
	margin-top: 3px;
}


/*****************************************************
Text and links used in ServiceRepeater
*****************************************************/
columnText, a.columnText, a.columnText:visited, a.columnText:link 
{ 	
	font-size: 0.7em; 
	color: white; 
	font-weight:bold;
}

a.columnText:hover
{
	color: #FF3300;	
}

a.column:visited, a.column:link, a.column:hover
{
    color: white;
    font-weight:bold;
}

/*****************************************************
Text and Anchor to display when a user is online
*****************************************************/
.userOnlineLink, a.userOnlineLink, a.userOnlineLink:Visited, a.userOnlineLink:Link
/* text style to show when a user is online */
{
    font-weight: normal;
    color: #013DA4;
}

a.userOnlineLinkBold:Hover
{
	color: #FF3300;
}

.adminOnlineLinkBold, a.adminOnlineLinkBold, a.adminOnlineLinkBold:Visited, a.adminOnlineLinkBold:Link
/* text style to show when an administrator is online */
{
    font-weight: bold;
    color: Blue;
}

a.adminOnlineLinkBold:Hover
{
	color: #FF3300;
}

/*****************************************************
Default separator style for list
*****************************************************/
td.flatViewSpacing /* Separates Users from Guests in WhoIsOnline page */
{
	height: 2px; 
	background-color: #80B7FF; 
} 
td.itemSeparator /* Separates items in result pages */
{
	height: 4px; 
	background-color: #79ABDE; 
} 
td.adminSeparator /* Separates 'groups of options' in Admin Nav Bar */
{
	height: 4px; 
	background-color: #FFFFFF; 
} 
td.commentSeparator /* Separates header and comment */
{
	height: 4px; 
} 

/*****************************************************
Rating Score Bar
*****************************************************/
/* note: the image is twice as long and half of it is tranparent because 
I cant get Safari (2.0.1) to honour the no-repeat value */
.scoreBarImg {
    background: #feba02 url(../images/score/scoreBarBg.gif) no-repeat; 
}

/*****************************************************
Page control selected page
*****************************************************/
.currentPage 
{
	font-size : 1.0em; 
	font-weight:bold;
	 
}

pagerPage, a.pagerPage, a.pagerPage:visited, a.pagerPage:link 
{ 	
	font-size: 1.0em; 
	color: black; 
	font-weight:bold;
}


/* pagination styles */

.pages 
{
	font-size: 12px;
	 font-weight: normal;
	 padding-bottom: 12px;
/*	 color: #969696; */
	 padding-right: 10px;
/*	display: none; */
}

div.pagination 
{
/*  float: none; */
  margin-bottom: 0px;
  margin-top: 0.5em;
  font-size: 12px;
  padding-top: 12px; 
  padding-bottom: 12px;
}

div.pagination .selected,
div.pagination a {
/*	color: #969696; */
	text-decoration: none;
	padding: 0 0.363636em;
	border: solid 1px #CCC;
	margin: 0 0.2em;
	color: #013DA4
}

div.pagination .selected {
	font-weight: bold;
	background-color: #EEE;
	color: #FF9E08;
}
/*
div.pagination a:Visited {
	color: #013DA4
}
*/
/*
#LastWebsite div.pagination .selected,
#LastWebsite div.pagination a:hover {
  color: #666;
  text-decoration: none;
}
*/
div.pagination a span,
div.pagination a.extralink {
	background: transparent;
	text-decoration: underline;
}

div.pagination a.prevlink,
div.pagination a.prevlink:hover {
/*	background-image: url('../images/misc/arrow_back.gif');
	background-position: left center;
	background-repeat: no-repeat;
	background-color: transparent;
*/
	padding-left: 13px;
	border: 0;
/*	color: #969696; */
}

div.pagination a.nextlink,
div.pagination a.nextlink:hover 
{
/*	
	background-image: url(../images/misc/arrow.gif);
	background-position: right center;
	background-repeat: no-repeat;
	background-color: transparent;
*/
	padding-right: 13px;
	border: 0;
/*	color: #969696; */
}

/*****************************************************
Form Elements
*****************************************************/
select /* drop down lists in forms */
{
/*	  font-family: Lucida Grande, Trebuchet MS, Verdana, Helvetica, Arial, sans-serif; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

option /* drop down lists in forms */
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

optgroup /* drop down lists in forms */
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
}

textarea /* large multi-line text boxes in forms */
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

input /* input elements in forms, e.g radio buttons, text boxes, etc. */
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}
/*
input:active, input:focus, input:hover { background: #E8EBDF;}
*/
.text
{
  margin: 2px 1px 0;
  border: 1px solid #4b408c;
  background-color: White;
  padding: 2px 2px;
}

.address
{
/*	border:0 none #FFFFFF; */
	border:1px solid #4B408C;
	font-family:arial;
	font-size:12px;
/*	margin:0; */
	margin:1px 1px 1px 0;
	padding:1px;
	width:206px;
}

label {
	margin: 2px 0;
}

/*.check, .radio {
	background-color:#ddff; 
}*/

/*  Extrawurst fuer Mozilla, keine Ahnung, 
    warum das so ist. Feedback und 
    Loesungsvorschlaege willkommen */
input[type=checkbox].checkbox,
input[type=radio].checkbox,
input[type=submit].checkbox
{
	margin-left: 6.3em;
}

label,
select,
input[type=checkbox], /* only in firefox and opera */
input[type=radio],
input[type=button],
input[type=submit]
{
  cursor: pointer;
}
/*
addressControlDiv{
	border:1px solid #4B408C;
	height:18px;
	margin:1px 1px 1px 0;
	padding:0;
}
*/


/* Temporary disabled */
/* only in firefox and opera */
/*
.button,
.button a:link,
.button a:active,
.button a:visited{
  background-color: #D6D3CE;  //background-color: #EFEFEF
  margin: 0px 0px 0px 6px;
  padding-top: 1px;
	padding-bottom: 1px;
  padding-left: 4px;
	padding-right: 4px;

	cursor:pointer;
	border: 1px solid;
	border-color: #aaa #000 #000 #aaa; 
	text-align: center;
}
*/
	
/* Temporary disabled */
/* only in firefox and opera */
/*
html>body .button, 
html>body .button a:link,
html>body .button a:active,
html>body .button a:visited{
	overflow: visible;
	width:auto;
	text-align: center;
}
*/

/* Temporary disabled */
/*
.button:hover {
	position: relative;
	top: 1px; 
	left: 1px; 
	border-color: #000 #aaa #aaa #000;
	background-color: #EFEFEF;
}
*/

/*****************************************************
Teaser-Paragraph
*****************************************************/
.par-teaser .teaser-link {
	padding:0px 4px 0px 0px;
	text-align:right;
	display:block;
}

.par-teaser a {
	padding-left:16px;
	background-image: url(../images/misc/arrow.gif);
	background-position: 2px 1px;
	background-repeat: no-repeat;
	white-space: pre;
}

/*****************************************************
Control Panel
*****************************************************/
td.ControlPanelTabActive
{
    font-weight: bold; 
    font-size: 0.7em; 
    background-color: #78ABDE; 
    background-image: url(../images/ColumnBackground.gif); 
    background-repeat: repeat-x; 
    COLOR: white;
}

td.ControlPanelTabInactive
{
	color: #4455aa;
    font-size: 0.7em;
    font-weight: normal;
    text-decoration: none; 
    background-image: url(../images/HeaderBackgroundAlternate.gif);
    background-color: #E7E3E7;
    background-repeat: repeat-x; 
}

td.ControlPanelTabLine
{
	background-color: #7AACE0;
}

.infoBox,
.okBox,
.errorBox,
.helpBox {
  margin: 1em 0 1.25em 0;
  font-size: 13px;
}

.infoBox p, .errorBox p, .helpBox p, .okBox p {
    margin: 0;
}
/*
.infoBox span, .errorBox span, .helpBox span {
    color: #777;
}
*/
.infoBox strong, .errorBox strong, .helpBox strong, .okBox strong {
  display: block;
  margin-bottom: 0.5em;
	font-weight: bold;    
}
/*
.dash .instructBox h4 { font-size: 22px; }
*/
.infoBox {
/*    max-width: 480px; */
    background: url("../images/misc/msg_info.gif") top left no-repeat;
/*    padding-left: 26px; */
    padding-left: 43px;
/*    padding-bottom: 20px; */
    color: #869AB7 !important;
    min-height: 33px;
/*    height: 33px; */
    overflow: visible;
		margin-top: 4px;
}

.helpBox {
    background: url("../images/misc/msg_help.gif") top left no-repeat;
    padding-left: 43px;
    color: #523F52 !important;
    min-height: 33px;
    height: 33px;
    overflow: visible;
}

.errorBox {
    background: url("../images/misc/msg_error.gif") top left no-repeat;
    padding-left: 43px;
    color: #D01F3C !important;
    min-height: 33px;
    height: 33px;
    overflow: visible;
}

.okBox {
    background: url("../images/misc/msg_ok.gif") top left no-repeat;
    padding-left: 43px;
/*    padding-bottom: 20px; */
    color: #00CC33 !important;
  min-height: 33px;
  height: 33px; 
  overflow: visible;   
}

.infopanel
{
	padding: 7px;
	background-color: #ffffff;
  min-height: 63px;
  height: 33px;
  overflow: visible;
}

/*
.sidebar .infoBox, .sidebar .errorBox {
    background: transparent;
    padding-left: 0;
}
*/
body .infoBox a,
body .infoBox a:link,
body .infoBox a:visited {
	text-decoration: underline;
	color: #869AB7 !important;
}

body .infoBox a:hover {
	background: #E5E8EE;
}

body .infoBox span a,
body .infoBox span a:link,
body .infoBox span a:visited {
    color: #777 !important;
}

.errorBox {
	color: #D01F3C !important;
}

body .errorBox a {
	color: #D01F3C;
  text-decoration: underline;
	border: none !important;
	background: transparent;
}

body .errorBox a:hover {
	color: #FFF;
	background: #D01F3C;
	border: none !important;
}

.okBox {
	color: #00CC33 !important;
}

body .okBox a {
	color: #00CC33;
  text-decoration: underline;
	border: none !important;
	background: transparent;
}

body .okBox a:hover {
	color: #FF9E08;
/*	background: #D01F3C; */
	border: none !important;
}

/*****************************************************
VBulliten
*****************************************************/
.vbmenu_control
{
	background-color: #4A7194;
	color: #FFFFFF;
	font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	padding: 0px 3px 0px 12px;
	white-space: nowrap;
}
.vbmenu_control a:link
{
	color: #FFFFFF;
	text-decoration: none;
}
.vbmenu_control a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
.vbmenu_control a:hover, .vbmenu_control a:active
{
	color: #FFFFFF;
	text-decoration: underline;
}
.vbmenu_popup
{
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #0B198C;
}
.vbmenu_option
{
	background-color: #BBC7CE;
	color: #000000;
	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	white-space: nowrap;
	cursor: pointer;
}
.vbmenu_option a:link
{
	color: #22229C;
	text-decoration: none;
}
.vbmenu_option a:visited
{
	color: #22229C;
	text-decoration: none;
}
.vbmenu_option a:hover, .vbmenu_option a:active
{
	color: #FFFFFF;
	text-decoration: none;
}
.vbmenu_hilite
{
	background-color: #8A949E;
	color: #FFFFFF;
	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	white-space: nowrap;
	cursor: pointer;
}
.vbmenu_hilite a:link
{
	color: #FFFFFF;
	text-decoration: none;
}
.vbmenu_hilite a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
.vbmenu_hilite a:hover, .vbmenu_hilite a:active
{
	color: #FFFFFF;
	text-decoration: none;
}

/*****************************************************
Misc
*****************************************************/
.inlineimg { vertical-align: middle; }

div.EntryPage div.imageSmall {
  display: inline;
  float: left;
  height: 100px;
  width: 100px;
  padding: 1px 0 0 1px;
  background: url('../images/noimage/noentry_small.gif') top left no-repeat;  
  margin-bottom: 0px;
  margin-right: 0px;
}

div.EntryPage div.imageSmall img {
  height: 88px;
  width: 88px;
}

div.EntryPage div.image {
  display: inline;
  float: left;
  height: 112px;
  width: 152px;
  padding: 1px 0 0 1px;
  background: url('../images/noimage/noentry.gif') top left no-repeat;  
}

div.EntryPage div.image img {
  height: 100px;
  width: 140px;
}

img.Thumbnail
{
	border: 1px solid #333333;
}


/*****************************************************
List-style
*****************************************************/

ul
{
 list-style-image: url(../images/arrow.gif);
 margin-left: 46px;
 margin-top: 0px;
 padding: 0px;
 margin-bottom: 0px;
}

ol
{ 
  list-style-position:outside;
	list-style-type:decimal;
	margin-left: 30px;
	padding: 0px;
}

li
{ 
/*	line-height:1.5em; */
  margin-top: 4px;
}


/*****************************************************
Object-style
*****************************************************/

#pageNav_header
{
  clear: both;
}


#pageNav_header_left
{
  float: left;
}

#pageNav_header_logo
{
  float: left;
}  


#pageNav_header_center
{
  float: left;
}

#pageNav_header_version
{
  float: left;
  font-size: 9px;
  padding-bottom: 54px;
  color: #666666;
}


#pageNav_header_right
{
  float: right;
  width: 500px;
}

#pageNav_header_culture
{
  clear: both;
  float: right;
  padding-top : 5px;
  padding-right: 12px;
}

#pageNav_header_culture_label
{
  float: left;
  white-space: nowrap;
  /*text-align: left;*/
  padding-right: 12px;
}

#pageNav_header_culture_control
{
  float: left;
  /*clear: both;*/
  /*text-align: right;*/
}

#pageNav_header_login
{
  clear: both;
  float: right;
  padding-top: 20px;
  padding-right: 12px;
  /*width: 100%;*/
}

#pageNav_header_login_control
{
  float: right;
  color: #333333;
  /*width: 100%;
  text-align: right;*/
}

#pageNav_navigation
{
	clear: both;		
}

#pageNav_searchbar
{
  padding-bottom: 1px;
  background-color: #E7ECF0;
	clear: both;		
}



#home_content
{
  width: 100%;
  clear: both;
  margin-top: 6px;
}

#home_content_left
{
  width: 212px;
  float: left;
  margin: 6px;
  margin-left: 12px;
}

#home_content_center
{
  width: 506px;
  float: left;
  margin: 6px;
}

#home_content_right
{
  width: 236px;
  float: left;
  margin: 6px;
}



#control_login
{
  /*position: absolute;
  top: 0px;
  right: 0px;*/
}

#image_logo
{
  width: 220px;
  height: 72px;
  border: none;
}



/*****************************************************
Map-Control
*****************************************************/

#mapControlHome.olMap {
  margin: 0px;
  padding: 0px;
  width: 504px;
  height: 284px;
  border: none;
  font-family: Arial, Helvetica, "Lucida Grande", Verdana, Geneva, Lucida, sans-serif;
  font-size: 11px;
  color: #222;
  overflow: hidden;
  line-height: 16px;
}

/*.olPopup {
    filter:alpha(opacity=90); 
    -moz-opacity:0.90;
    opacity:0.90; 
}*/

#mapControlHome p{
  margin: 0px;
  padding: 0px;
  color: #333333;
}

/*#mapControlHome font{
}*/

#mapControlHome b{
  color: #0f0f0f;
}

#mapControlHome i{
  color: #0f0f0f;
}

#mapControlHome a{
  color: #013DA4;
}

#mapControlHome a i{
  color: #FF9E08;
}

#mapControlHome a b{
  color: #FF9E08;
}

#mapControlHome p i{
  color: #0f0f0f;
}

#mapControlHome font i{
  color: #333333;
}

