/* cache/styles/EZCMS_SYS5382945c_80/screen/152.css */
/** Table Version**/
table#info_block .info_text,table#help_block .help_text,table#error_block .error_text {
	width: 100%;
}
table#info_block .infoBackground,table#error_block .errorBackground,table#help_block .helpBackground {
	padding: 2px 2px 2px 2px;
	font-weight: bold;
	background-color: #FFFFFF;
	border: 1px solid #37527D;
}
table#error_block .error_message,table#error_block .error_text,table#info_block .info_message,table#info_block .info_text,
	table#error_block .bugsearch_error_message,table#info_block .bugsearch_info_message,table#help_block .help_text,table#help_block .help_message {
	font-weight: bold;
	font-size: x-small;
	color: #000000;
}
table#error_block .error_message {
	background: #EE2B2B;
	border-color: #000000;
}
table#info_block .info_message,table#info_block .info_block {
	background: #A2B7D9;
	border-color: #000000;
}
table#help_block .help_message {
	background: #B18DDE;
	border-color: #000000;
}
table#error_block .error_message,table#info_block .info_message,table#help_block .help_message {
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px
}
table#info_block .info_bglight,table#error_block .error_bglight,table#help_block .help_bglight {
	background-color: #fff;
}
table#info_block .info_bgdark,table#error_block .error_bgdark,table#help_block .help_bgdark {
	background-color: #EAEAEA;
}
/** Table Version**/


/** DIV Version**/
div#error_block, div#info_block, div#help_block, div#portalloginmessage {
	list-style-type: none;
	background-color: #FFFFFF;
	padding:5px;
	font-size: 0.9em;
	margin-bottom: 10px;
/*	margin-right: 10px;*/
}
div#error_block,div#info_block,div#help_block {
	/*font-size: 0.9em;*/
}
div#error_block .error_text ul,div#info_block .info_text ul,div#help_block .help_text ul {
	margin:0px 16px;
	padding:0px;
}
div#error_block{
		border: 2px solid #FF0000;
}
div#info_block{
		border: 2px solid #0000FF;
}
div#help_block{
		border: 2px solid #0000FF;
}
div#portalloginmessage{
	text-align: center;
	border: 2px solid #66CC00;
}

div#error_block img,div#info_block img,div#help_block img{
	display: none;
}

div#error_block .error_text,div#info_block .info_text,div#help_block .help_text  {
	width: 100%;
	margin-left: 5px;
	font-weight: normal;
}
div#error_block .error_text{
	color: #FF0000;
}
div#info_block .info_text{
	color: #0000FF;
}
div#help_block .help_text{
	color: #0000FF;
}
.systemmessages input {
	clear: both;
	margin: 0px 10px 0px 10px;
}

.error_, .error_bglight, .error_bgdark,.info_, .info_bglight, .info_bgdark {
	/*margin-left:15px;*/
}
#messageboxaction{
	float: right;
}
div.clearboth{
	clear:both;
}
/** DIV Version**/div.iframe {
	background: #EEEEDD;
	border: 1px solid green;
	display: none;
	/*
	overflow: auto;
	height: 200px;
	*/
	position: absolute;
	width: 500px;
}
div.iframe div.iframe_header {
	background: #E5E4E8;
	border-bottom: 1px solid #003300;
	height: 16px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
div.iframe div.iframe_header input{
	font-size: 12px;
	line-height: 12px;
	height: 16px;
	border: 0px;
	border-right: 1px solid #003300;
	width: 200px;
	position: relative;
	top: -2px;
}
div.iframe div.iframe_header img{
	position: relative;
	top: -2px;
}
div.iframe div.iframe_header img.righticon {
	position: absolute;
	top: 2px;
	right: 0px;
}
div.iframe div.iframe_content {
	overflow: auto;
	height: 200px;
}
div.iframe div.iframe_result {
	display: none;
	overflow: auto;
	height: 200px;
}h1.tree {
	font-size: medium;
}
div.roottree {
	font-size: small;
	line-height: 18px;
}
div.bgline {
	background-image: url('/www_global/portal/images/tree_line.gif');
	background-repeat: repeat-y;
}
div.fullwidth {
	width: 100%;
}
div.subtree {
	margin-left: 18px;
}
div.on {
	display: block;
}
div.off {
	display: none;
}
html {
  height:			100%;
}

body {
  height:			100%;
  width:			100%;
}

html,body,h1,h2,h3,h4,h5,h6,p,div,table,tr,td,ul,li,a { 
  font-family: 			Verdana, sans-serif; 
  font-size: 			12px;
  /* font-weight: 			normal; */
  margin: 			0px;
  padding: 			0px;
  border-width:			0px;

  /* this color seems to be default in virtually all pages */
  color:			#552C17; 
  /* border-color:			#552C17; */
}

b, strong {
  font-weight: 			bold;
}

/* outer container for fixed upper part of the page */
#Fixed { 
  position:			absolute;
  top:				0px;

  /* height reset in page style file */
  /* height should be the sum of all inner boxes */
  height: 			165px;

  z-index:			99;
  width: 			100%;
  background-color: 		#FFFFFF;
}

/* ignored by IE */
body>#Fixed { 
  position: 			fixed;
}

/* outer container for scrollable part of the page */
#Scrolled {
  position:			absolute;

  /* position from top reset in page style file */
  /* top position has to be the same as the height of fixed box */
  top: 				165px;

  z-index:          		1;
  width: 			100%;
  height:			100%;
  background-color: 		#FFFFFF;
}

/* common settings for container box */
#Container {
  position:			absolute;
  z-index:			99;

  /* height reset in page style file */
  height: 			94px;

  width:			100%;
  background-color:	 	#FFFFFF;
}

/* common settings for service bar */
#ServiceBar {
  position:			absolute;
  z-index:			99;

  /* height reset in page style file */
  height: 			94px;

  width:			760px;
  background-color:		#FFFFFF; 
}

#ServiceBar ul {
  /* position each service menu in page style file */
  position:			absolute;
  list-style:			none;
  padding:			0px;
  padding-top:			6px;
  padding-bottom:		6px;

  margin:               	0px;
  line-height:			16px;
  letter-spacing:		1px;
}

#ServiceBar li {
  margin:			0px;
  padding:			0px;
  padding-left:			4px;
}

#ServiceBar a {
  color:                	#6C6A67;
  text-decoration:		none;
  font-size:			11px;
}

/* common settings for menu bar */
#MenuBar {
  position:			absolute;

  /* position from top reset in page file */
  top:				94px;
   
  z-index:			99;

  /* height reset in page style file */
  height: 			25px;

  width:			100%;
  background-color:		#FFFFFF; 
}

#MenuBar ul {
  list-style:			none;
  float:			left;
}

#MenuBar li {
  float:			left;
  margin:			0px;
  padding:			0px;
  padding-left:			4px;
}

#MenuBar a {
  text-decoration:		none;
  font-size:			11px;
}

/* common settings for image bar */
#ImageBar {
  position:			absolute;

  /* position from top reset in page file */
  top:				94px;

  /* height reset in page file */
  height:                       127px;

  width:                        100%;
  background-color:             #FFFFFF;

}

/* common settings for middle bar */
#MiddleBar {
  position:			absolute;

  /* position from top reset in page file */
  top:				94px;
  z-index:			99;

  /* height reset in page file */
  height:			71px;

  width:			100%;
  background-color:	 	#FFFFFF;
}


/* common settings for the main table for content area */
#ContentTable {
  border-collapse:		collapse;
  height:			100%;
}


#ContentTable tr {

}

#ContentTable td {
  vertical-align:		top;

  /* values for padding possibly reset in page file */
  padding-top:			15px;
}

/* common (and default) settings for the left col */
#Left {
  /* width reset in page style file */
  width:			200px;

  /* values for padding reset in page file */
  padding-left:			31px;
  padding-right:		10px;

  margin:			0px;

  
  /* colors reset in page style file */
  color:			#516D1E;
  background-color:		#FFFFFF;

  /* values for border reset in pages style file; 
  usually we only have a border on the right side */
  border:			0px;
  border-right:			2px;
  border-style:			solid;
  border-color:			#516D1E;
}

/* set all likly child elements to fixed width */
#Left ul,
#Left p,
#Left h3,
#Left div {

  /* width reset in page style file */
  /* width:			200px; */

}

/* common (and default) settings for menu list in left col */
#Left ul {
  clear:			both;

  list-style-type:		none;

  /* line height reset in page style file */
  line-height:			1.1em;

  /* font size (possibly) reset in page style file */
  font-size:			12px;

  margin-bottom:		2em;
}

#Left ul li {
  margin-bottom:        	0.6em;
  font-size:			12px;
  font-weight:			bold;
}

#Left ul li a {
  color:			#516D1E;
  font-weight:			bold;
  text-decoration:		none;
}

#Left ul li a:hover,
#Left ul li a.active {
  color:			#D5D53D;
}

/* if we have something different in the left col */
#Left div.Summary {
  font-weight:			bold;
  line-height:			1.4em;
  color:                	#516D1E;
}

#Left h3 {
  font-weight:          	bold;
  margin-bottom:		0.2em;
  color:                	#516D1E;
}

#Left p {
  line-height:			1.3em;
  color:                	#516D1E;
}

#Left div.Quote {
  font-weight:          	bold;
  font-size:			17px;
  margin-bottom:		1em;
  color:                	#516D1E;
}

#Left div.Quote a {
  font-weight:          	bold;
  font-size:			17px;
  color:                	#516D1E;
  text-decoration:		none;
}

#Left div.Reference {
  font-weight:			normal;
  font-size:			10px;
  font-style:			italic;
  color:                	#516D1E;
}

/* credit in image box, with link or without */
#Left .Credit,
#Left .Credit a,
#Left .Credit a:hover
 {
  font-size:                    9px;
  font-style:                   italic;
  letter-spacing:               0.6px;
  text-decoration:              none;

  color:                        #552C17;
}


/* Main is the acutal content area with all text in paragraphs,
   but also with lists (ul and ol) and tables.

   We have to set reasonable default values for all of these */
#Main {

  /* values for padding reset in page file */
  padding-left:			14px;
  padding-right:		15px;
  padding-bottom:		20px;

  margin:			0px;

  /* colors possibly reset in page file */
  background-color:  		#FFFFFF;

  /* (default brown text color) */
  color:			#552C17; 
}

/* float the image box */
#Main div.Image {
  float:			left;
  margin-right:			10px;
  margin-bottom:		1px;
}

/* credit in image box, with link or without */
#Main div.Credit,
#Main div.Credit a,
#Main div.Credit a:hover
 {
  font-size:			9px;
  font-style:			italic;
  letter-spacing:		0.6px;
  text-decoration:		none;

  color:			#552C17; 
}

/* we start with a h3 in the main content box */
#Main h2 {
  font-size:			17px;
  font-weight:			bold;
  margin-bottom:		20px;
}

#Main h3 {
  font-size:			14px;
  font-weight:			bold;
}

#Main p,
#Main ul,
#Main ol {
  line-height:			1.3em;
  margin-bottom:		1em;
}

#Main ul,
#Main ol {
  list-style-position:		outside;
  margin-left:			2em;
}


#Main p a,
#Main ul a,
#Main ol a,
#Main div a {
  text-decoration:		none;
}

#Main p a:hover,
#Main ul a:hover,
#Main ol a:hover,
#Main div a:hover {
  text-decoration:		underline;
}

/* tables in content area */
#Main table {
  clear: 			both;
  border-collapse:		collapse;
  margin-bottom:		1em;
}

#Main table caption {
  text-align:			left;
  padding-bottom: 		6px;
}



#Main table caption,
#Main table caption strong,
#Main table caption a,
#Main table th,
#Main table td
{
  font-size:			11px;
}

#Main table th {
  font-weight:			bold;
  text-align:			left;
  border-width:			1px;
  border-color:			#40570A;
}

#Main table th,
#Main table td {
  vertical-align:		top;
  letter-spacing:		0px;
  padding-bottom:		1px;
  padding-top:			1px;

  padding-right:		10px;

  /* border unten */
  border-width:			0px;
  border-bottom-width:		1px;
  border-color:			#552C17;	
  border-style:			solid;
}

#Main table tfoot {
  border-bottom-width:  	0px;
}

#Main table th a,
#Main table td a {
  color:			#552C17;
  text-decoration:		none;
}

#Main table th a:hover,
#Main table td a:hover {
  text-decoration:		underline;
}

#Main table tfoot tr {
  border-width:			0px;
  text-align:			right;
}

#Main table tfoot a {
  font-size:			11px;
  text-decoration:		underline;
}

/* Attachments */
#Main div.Attachment {

}

#Main div.Attachment img {
  position:			relative;
  bottom:			-2px;
}

/* Date of article, starting a new line, smaller and italic */
div.Date {

  /* this is a good point to clear any floats */
  clear:			both;

  font-size:			10px;
  font-style:			italic;
  margin-bottom:		1em;
  margin-top:			1ex;
}

/* use negative margin on top if after par (with margin-bottom) */
/* IE does not interpret this, so we have to include a crude
   definition in ie correction file */
#Main p + div.Date {
  margin-top:			-2ex;
}


/* box for the article closure */
#Main div.Closure {
  float:			left;
  margin-bottom:		2em;
}

#Main div.Closure div.Print {
  float:			right;
}

#Main div.Closure div.Back {
  float:			left;
}

/* defaults for back and print link */
#Main div.Closure div.Print a,
#Main div.Closure div.Print a:hover,
#Main div.Closure div.Back a,
#Main div.Closure div.Back a:hover {

  /* all values reset in page file */
  color:                	#516D1E;

  font-weight:			bold;

  text-decoration:		none;
}

/* forms in main content window */
#Main form input {
  width:			200px;
  border-style:			solid;
  border-width:			0px;
}


#Main form button {
  width:			110px;
  font-weight:			bold;
  text-align:			center;
  border-style:			solid;
  border-width:			1px;
  background-color:		#FFFFFF;
}

#Main form button:hover {
  color:			#FFFFFF;
  background-color:		#552C17;
}


/* list of articles (Meldungen oder Spalten) in main content area */
/* keine symbole in beiden Versionen */
#Main ul#Meldungen ,
#Main ul#Spalten {
  clear:			both;
  float:			left;
  list-style-type:		none;
  margin-left:			0px;
  padding-left:			0px;
}

#Main #Meldungen li,
#Main #Spalten li {
  float:			left;
  width:			100%;
}

/* for Meldungen clear the floats */
#Main #Meldungen li {
  clear:			both;
  margin-bottom:		1em;
}

#Main #Meldungen li h4,
#Main #Meldungen li h4 a
 { 
  font-weight:			bold;
  margin-bottom: 		0.1em;
}

#Main #Meldungen li p a,
#Main #Spalten li p a
 { 
}

#Main #Meldungen li p a.mehr,
#Main #Spalten li p a.mehr
{
  /* reset values in page style file */
  font-size:			10px;
  font-style:			italic;
}

/* common (and default) settings for the left col */
#Right {
  /* width reset in page style file */
  width:                        135px;

  /* values for padding reset in page file */
  padding-left:                 6px;
  padding-right:                10px;

  margin:                       0px;


  /* colors reset in page style file */
  color:                        #516D1E;
  background-color:             #FFFFFF;

  /* values for border reset in pages style file;
  usually we only have a border on the right side */
  border:                       0px;
  border-left:                  2px;
  border-style:                 solid;
  border-color:                 #516D1E;
}

/* box for navigation in any col */
/* box for navigation */
div.Navigation {
  float:			left;
  font-size:                    9px;
  margin-bottom:                1em;
}

div.Navigation div.Browse {
  float:                        right;
}

div.Navigation div.Eintraege {
  float:                        left;
}

/* defaults for back and print link */
div.Navigation div ,
div.Navigation  a,
div.Navigation  a:hover {
  font-size:                    10px;

  /* all values reset in page file */
  color:                        #AB7020;

  font-weight:                  bold;

  text-decoration:              none;
}

div.Navigation div em {
  font-weight:                  normal;
  color:                        #AB7020;
  font-size:                    10px;
}


/* styles for overlib popup */
.ol_fg{
}

.ol_bg{
  background-color: 		white;
  border-style:			solid;
  border-width:			1px;
}

.ol_textfont{
  font-size:			11px;
}

/* style to hide headlines */
.textonly {
  display:			none;
}

div.Image {
  float:			left;
  margin-right:			5px;
  margin-left:			0px;
  margin-bottom:		5px;
}

div.ImageCredit {
  font-size:			9px;
  font-style:			italic;
}

p.IntroText {
  font-weight:			bold;
}

body {
  height:		100%;
	/*IE8 -Bug Fiala  overflow: 		hidden; */
}

div#Fixed {
  /*IE8 -Bug Fiala position: 		absolute;*/
  position:fixed;
}

div#Scrolled {
  /*IE8 -Bug Fiala position:             absolute;
  overflow:             auto;
  x-overflow:		hidden;*/
  z-index:              1;
  width:                100%;

  /* we HAVE to reset this value in the page style file */
  /* height:               expression(document.body.clientHeight - 179 + "px"); */
}

/* Date of article */
/* We need this def here, because in the main file we make use
   of the Adjacent sibling selectors and ie does not know about these */
#Main div.Date {
  /* margin-top:		-1em; */
}
/* In this style file we are setting the 
   specific attributes for the page */

/* set height of fixed box */
#Fixed { 
  /* height should be the sum of all inner boxes */
  /* here: 
     for laendlicher raum: container + image-bar
     94 + 127 = 221
  */
  height: 			221px;
}

/* position scrolling box below fixed box */
#Scrolled { 
  /* top position has to be the same as the height of fixed box */
  top: 				221px;

  /* resetting for IE from default */
  height:   expression(document.body.clientHeight - 221 + "px");
}

/* container box */
#Container {
  height: 			94px;

  /* bmlfuw logo on the right side */
  /*
  background-repeat:    	no-repeat;
  background-position:  	right;
  background-image:     	url("/images/laendlicherraum/logo_klein.jpg");
  */
}

/* service bar - although there are no service links in infomail */
#ServiceBar {
  height:			94px;

  /* reduce width from default (760px) */
  width:			100%;

  background-color:		transparent;

  /* bmlfuw logo on the right side */
  background-repeat:    	no-repeat;
  background-position:  	0px 0px;
  background-image:     	url("/images/laendlicherraum/jahrderalpen.jpg");
}

#ServiceMenu1 {
  left:				0px;
}

#ServiceMenu2 {
  left:				71px;
}

#logoKlein {
	padding:5px;
	float:right;
}

/* we use non default colors and fonts in the title menu */
#ServiceBar a {
  color:                	#6AA53A;
  font-size:            	12px;
  font-weight:          	bold;
}

/* local settings for image bar */
#ImageBar {
  background-color:     #6AA53A;
  background-repeat:    no-repeat;
  background-position:  top left;
}

.bg1 { background-image:   url("/images/laendlicherraum/rotate/titel01.jpg"); }
.bg2 { background-image:   url("/images/laendlicherraum/rotate/titel02.jpg"); }
.bg3 { background-image:   url("/images/laendlicherraum/rotate/titel03.jpg"); }
.bg4 { background-image:   url("/images/laendlicherraum/rotate/titel04.jpg"); }
.bg5 { background-image:   url("/images/laendlicherraum/rotate/titel05.jpg"); }
.bg6 { background-image:   url("/images/laendlicherraum/rotate/titel06.jpg"); }
.bg7 { background-image:   url("/images/laendlicherraum/rotate/titel07.jpg"); }
.bg8 { background-image:   url("/images/laendlicherraum/rotate/titel08.jpg"); }
.bg9 { background-image:   url("/images/laendlicherraum/rotate/titel09.jpg"); }
.bg10 { background-image:   url("/images/laendlicherraum/rotate/titel10.jpg"); }
.bg11 { background-image:   url("/images/laendlicherraum/rotate/titel11.jpg"); }
.bg12 { background-image:   url("/images/laendlicherraum/rotate/titel12.jpg"); }

/* these are locally defined boxes, we do not need them anywhere else */
#ImageBar #ImageBarCredit {
  color:                #FFFFFF;
  position:             relative;
  left:                 587px;
  top:                  2px;
  font-size:            9px;
  font-style:           italic;
}

/* #ImageBar #ImageBarTitle { */
#ImageBar h1 {
  color:                #FFFFFF;
  position:             absolute;
  left:                 400px;
  top:                  66px;
  font-size:            40px;
  font-weight:		normal;
  white-space: no-wrap
}

#ImageBar h1 em {
  color:                #FFFFFF;
  font-family:		Times, serif;
  font-size:            40px;
  font-style:		normal;
}

#ImageBar #ImageBarSubtitle {
  color:                #000000;
  position:             absolute;
  left:                 400px;
  top:                  114px;
  font-size:            9px;
}

#ImageBar #ImageBarMenu {
  position:             absolute;
  left:                 5px;
  top:                  112px;
}

#ImageBar #ImageBarMenu li {
  float:                left;
  margin-right:         4px;
  list-style:		none;
}

#ImageBar #ImageBarMenu li a {
  color:                #FFFFFF;
  font-weight:          bold;
  text-decoration:	none;
}


/* settings for left col in content area */

#ContentTable td {
  padding-top:                  8px;
}

#ContentTable #Left ul 
{
  margin:		0px;
  margin-top:          15px;
  padding:		0px;
  font-size:		110%;
  line-height:		1.1em;
  width:		213px;
}

#Left {
  width:			213px;

  padding-left:			3px;
  padding-right:		10px;
  padding-top:			0px;

  color:			#552C17;
  background-color:		#9FD16E;

  border-right:			2px;
  border-style:			solid;
  border-color:         	#6AA53A;
}

#Left .Spacer {
  width:			213px;
}
/*
#Left img {
  float:                	left; 
  margin-right:         	5px;
}
*/

/* set all likly child elements to fixed width */
#Left ul,
#Left p ,
#Left h3,
#Left h4
{

  /* width reset in page style file */
  /* width:			213px; */

}

#Left h4 {
  font-weight:          	bold;
  font-size:            	13px;
}

#Left p {
  color:                        #552C17;
}

#Left .Credit {
  clear: 			both;
}

/* settings for main content area (usually right col) */
#Main {
  width:			100%;

  /* resetting from default */
  padding-left:			10px;
  padding-right:		10px;
  padding-bottom:		20px;

  margin:			0px;

  /* resetting from default */
  background-color:  		#FFFFFF;
}

#Main h2 {
  margin-top:			5px;
}

#Main h4 {
  display:              	inline;
  padding-right:        	3px;
}

h4.Markt,
div.Markt {
  background-color:     	#FF6600;
  color:                	#FFFFFF;
  display:			inline;
  font-weight:			bold;
}

span.Markt {
  color:                	#FF6600;
  font-size:                    12px;
}

h4.Politik,
div.Politik {
  background-color:     	#996600;
  color:                	#FFFFFF;
  display:			inline;
  font-weight:                  bold;
}

span.Politik {
  color:                	#996600;
  font-size:			12px;
}

h4.Umwelt,
div.Umwelt {
  background-color:     	#669933;
  color:                	#FFFFFF;
  display:			inline;
  font-weight:                  bold;
}

span.Umwelt {
  color:                	#669933;
  font-size:                    12px;
}

h4.Forschung,
div.Forschung {
  background-color:     	#0066CC;
  color:                	#FFFFFF;
  display:			inline;
  font-weight:                  bold;
}

span.Forschung {
  color:                	#0066CC;
  font-size:                    12px;
}

h4.Raum,
div.Raum {
  background-color:     	#6666CC;
  color:                	#FFFFFF;
  display:			inline;
  font-weight:                  bold;
}

span.Raum {
  color:                	#6666CC;
  font-size:                    12px;
}

h4.Lebensmittel,
div.Lebensmittel {
  background-color:     	#FF9900;
  color:                	#FFFFFF;
  display:			inline;
  font-weight:                  bold;
}

span.Lebensmittel {
  color:                	#FF9900;
  font-size:                    12px;
}

h4.Recht,
div.Recht {
  background-color:     	#666666;
  color:                	#FFFFFF;
  display:			inline;
  font-weight:                  bold;
}

span.Recht {
  color:                	#666666;
  font-size:                    12px;
}

.Index#Main ul {
  margin-top:           	15px;
  line-height:          	15px;
  margin-left: 			0px;
}

.Index#Main li {
  margin-bottom:        	15px;
  line-height:          	15px;
  font-weight:          	bold;
  color:                	#552C17;
  list-style:			none;
}

#Main li a {
  color:                	#552C17;
}

#Main li a:hover {
  color:                	#AB7020;
  text-decoration:		none;
}


#Main #Path {
  margin-bottom:		10px;
}

#Main #Path a {
  color:			#552C17;
  font-style:			italic;
}



#Right {
  padding-left:         	6px;
  padding-right:        	10px;
  padding-top:          	8px;
  width:                	135px;

  color:                	#6AA53A;

  border:               	0px;
  border-left:          	2px;
  border-style:         	solid;
  border-color:         	#6AA53A;
}

#Right input, select, button {
  border:                       1px solid #6AA53A;
  color:			#6AA53A;
  background-color:		white;
}

#Right input {
  width:			115px;
}

#Right button:focus,
#Right button:hover {
  border:                       1px solid #6AA53A;
  background-color:		#6AA53A;
  color:			white;
}

label {
  font-size:            9px;
}

div.Label {
  margin-bottom:        3px;
}

div.FieldRow {
  margin-bottom:        3px;
}



#Right .Spacer {
  width:			135px;
}

#Right label {
  color:			 #6AA53A;
}
#ImageBar h1, #ImageBar div{
white-space:nowrap;
}
