
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Body
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
 
body.print {
	background-color:#fff; 
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Search Form
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
.searchForm table {
	width:100%;
}
.searchForm input {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
}
.searchForm input.searchInput {
	width:80%;
}
.searchHeader {
	text-align:right;
	border-top: 1px solid #CCC;
	background-color: #EEE;
	font-size:70%;
}
.searchResult {
	margin-bottom:20px;
}
.searchResult span.title {
	display:block;
	font-weight:bold;
	color:#2200D5;
}
.searchResult span.title a {
	color:#2200D5;
}
.searchResult span.title a:visited {
	color:#91198B;
}
.searchResult span.description {
	display:block;
}
.searchResult span.linkpath {
	display:block;
	font-size:smaller;
	line-height:1.3em;
} 
.searchResult span.linkpath a {
	color:#008000;
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSLinkContainer
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSLinkContainer
	{
	background-color: #eee;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSFile / ZMSLinkElement
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSFile, div.ZMSLinkElement 
	{ 
	background-color: #F8F8F8;
	margin: 4px;
	}

div.ZMSFile.none, div.ZMSLinkElement.none 
	{
	background-color: transparent;
	border: 2px dashed #eee;
	}

div.ZMSFile.floatleft, div.ZMSLinkElement.floatleft 
	{ 
	float:left;
	width:50%
	}

div.ZMSFile.floatright, div.ZMSLinkElement.floatright 
	{ 
	float:right;
	width:50%
	}

div.ZMSFile div.title, div.ZMSLinkElement div.title 
	{
	font-size:x-small;
	white-space:nowrap;
	}

div.ZMSFile div.title a:link, div.ZMSFile div.title a:visited, 
div.ZMSLinkElement div.title a:link, div.ZMSLinkElement div.title a:visited 
	{
	font-weight:bold;
	font-size:x-small;
	text-decoration:none;
	color:black;
	}

div.ZMSFile div.text, div.ZMSLinkElement div.text 
	{
	font-size:xx-small;
	}

div.ZMSFile div.description, div.ZMSLinkElement div.description 
	{
	font-size:x-small;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSGraphic
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

a.fancybox img {
	padding:1px 1px 21px 1px;
	background:transparent url(/misc_/zms/zoom.gif) bottom right no-repeat;
	background-color:transparent; 
}

div.ZMSGraphic_extEdit_action {
	margin:0px 0px 20px 0px;
}

a.ZMSGraphic_extEdit_action img {
	padding:1px 1px 9px 1px;
	background:transparent url(/misc_/zms/ico_plus.gif) bottom right no-repeat;
}

div.ZMSGraphic {
	background-color: transparent;
	margin: 4px;
}

div.ZMSGraphic.left {
	text-align:left;
}

div.ZMSGraphic.right {
	text-align:right;
}

div.ZMSGraphic.center {
	text-align:center;
}

div.ZMSGraphic.floatleft {
	float:left;
	margin-right:10px;
}

div.ZMSGraphic.floatright {
	float:right;
	margin-left:10px;
}

div.ZMSGraphic.center div.graphic {
	text-align:center;
	margin:0px auto;
}

div.graphic.alignleft {
	float:left;
	text-align:right;
}

div.graphic.alignright {
	float:right;
	text-align:right;
}

div.ZMSGraphic div.text {
	padding: 4px;
}

/*-- ## FF Patch ## --*/
div.ZMSGraphic.right div.graphic {
	width:100% !important; 
}
div.ZMSGraphic.right div.graphic img {
	display:inline !important;
}

a.zoom img.zoom,
a.superzoom img.superzoom,
a.download img.download {
	width: 26px;
	height: 21px;
	background-position:top right;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
}
a.zoom img.zoom { background-image: url(/misc_/zms/zoom.gif); }
a.download img.download { background-image: url(/misc_/zms/download.gif); }
a.superzoom img.superzoom { background-image: url(/misc_/zms/superzoom.gif); }

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSTables
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

table.ZMSTable th {
	background-color:#DDEFFC; 
}

table.ZMSTable td {
	background-color:#EEEEEE; 
}

body.print table.ZMSTable th, 
body.print table.ZMSTable td {
	background-color:transparent; 
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSTeaser
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div#teaser
	{
	width:150px;
	font-size:x-small;
	}

div.ZMSTeaserContainer
	{
	padding:1px;
	margin-bottom:10px;
	}

div.ZMSTeaserElement
	{
	}

div.ZMSTeaserElement img.title
	{
	border: none;
	}

div.ZMSTeaserElement div.title a:link,
div.ZMSTeaserElement div.title a:visited,
div.ZMSTeaserElement div.title
	{
	font-weight:bold;
	text-decoration:none;
	color:black;
	padding: 2px;
	display: block;
	}

div.ZMSTeaserElement div.text a:link,
div.ZMSTeaserElement div.text a:visited,
div.ZMSTeaserElement div.text
	{
	}

/* >>>>>>>>>> ERROR in ZMSNote - AttributeError: 'str' object has no attribute 'absolute_url' <<<<<<<<<< */
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] Misc
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSObject.new, div.ZMSObject.modified {
	border: 2px dashed blue;
	background-color: #F0F0FF;
} 
div.ZMSObject.deleted {
	border: 2px dashed red;
	background-color: #FFF0F0;
	color: #CCC;
	text-decoration: line-through;
}
.preview.highlight {
	background: filter:Alpha(opacity=90);-moz-opacity:0.90;opacity:0.90;
	background-color: #E2E3DE;
	cursor:pointer;
}

span.unicode { 
  font-family:"Lucida Sans Unicode", "Arial Unicode MS", Arial, Helvetica, sans-serif;
}

span.highlight { 
  background-color: yellow;
  color: black;
  font-weight: bold;
}

/**************************************/
/* (c) 2005 SNTL publishing           */
/* Author: Dr. F. Hoffmann, 10.11.2005*/
/**************************************/

/**************************************/
/* 1. CSS-Modul: COLORS               */
/**************************************/
.neutralColorTrans {background-color: transparent}
.neutralColorWhite {background-color: #fff}
.neutralColorLight {background-color: #e8e8e8}
.neutralColorMedium {background-color: #ccc}  
.neutralColorStrong {background-color: #999}   
.neutralColorBlack  {background-color: #666}

.secondColorStrong {background-color: #FF22Ff;} 
.secondColorMedium {background-color: #FF99Ff;} 
.secondColorLight {background-color: #FFddFf;} 

.primColorStrong {background-color: #FF3399;}
.primColorMedium {background-color: #B0C3DE;}
.primColorLight {background-color: #DCE0EA;}

.teaserColor {background-color: #FE9800;} 


/**************************************/
/* 2. CSS-Modul: LAYOUT (PAGEREGIONS) */
/**************************************/
/* wrapping model based on:           */
/* http://www.alistapart.com          */
/* /articles/negativemargins/         */
/**************************************/
body#web {
	margin:0px;
	padding:0px;
	border: 0;
	background: #999 url(http://basukamasko.elseware.de/common/css/common/BasuBG.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px !important; font-size: 0.8em;
position:relative;
left:0px;top:0px;z-index:0;
	text-align:center;

}

/*-- wrapper for whole page region --*/
#pageregion {
	margin: auto;
	padding: 0;
	border: 0;
	width:90%;
	text-align:left;
z-index:2;
    }
/*-- wrapper for providing a full scale left background --*/
#layoutWrapper1_BGleft { 
background-color: #fff;
min-width:950px;
float: left;
padding-top:22px;
}

/*-- wrapper for positioning the right column --*/
div#layoutWrapper2_BGright {	
width:750px;
border-top:1px solid #666;
border-bottom:1px solid #666;
margin-bottom:20px;
float: left
}

#Content {
	margin:0px;
	padding:0px;
	border:0px solid #FF1BAC;
width:450px;
float:left;
}

#Sitemap {
	margin-top:60px;
	margin-bottom:50px;
	margin-left: 200px;
	padding:0px 20px 0px 0px;
	border:0;
}

#pageregionTop {
	margin:0;
	padding:0;
}
#pageregionLeft {
	padding:0px;
	margin:0px;
	float: left;
	width: 200px;
}

/* BG-color compensates BG-bug of IE */
div#pageregionRight {
	float: left;
	margin: 0;
	padding: 0;
width:190px;
background:url(http://basukamasko.elseware.de/common/css/common/bgcard.gif) no-repeat  50px  3px;
	
}
#Logo {
	border:0;
	padding:0px 0px 255px 0px;
	width:100%;
}
#pageregionBottom {
	vertical-align:top;
	padding-top:5px;
	font-size:11px;
}

#pageelement_Copyright {
	color: #fff;
	text-decoration:none;
margin-bottom:100px
}

#pageelement_Copyright a:hover, 
#pageelement_Copyright a:active {
	color: #fe9800;
	text-decoration:underline;
}

#pageelement_Copyright a:link,
#pageelement_Copyright a:visited {
	color: #fff;
	text-decoration:none;
}



/*-- FLOATING ---------------*/
.clearing {
	clear: both;
	height: 0;
	border:0;
	margin:0;
	padding:0;
	font-size:1px;
	line-height:0;
}
.floatRight {
	float:right;
}
.floatLeft {
	float:left;
}
img.imgNoborder {
	border:0px;
}

/**************************************/
/* 3. CSS-Modul: NAVIGATION           */
/**************************************/


/*-- Channel Menu ---------------------------*/

div#Menu {
	float: left;
	margin:0px;
	padding:0px;
	margin-left:200px;
	white-space:nowrap;
	background-color: #e8e8e8; 
	}
div#Menu ul {
	margin:0px;
	padding:0px;
	font-size:small;
	}


div#Menu ul li {
	line-height: 150%;
	display: inline;
	padding:0px;
	margin:0px;
	}
div#Menu ul li a {
	float: left;
	font-family: 'Andale Mono', arial, helvetica, sans-serif;
	font-weight:bold;
	background-color: #999;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
	padding: 0.30em 1em;
	}
div#Menu ul li a.current {
	color:#fff;
	background-color: #fe9800;
	}
div#Menu ul li a.home {
	background-color: #ff3399;
	}
div#Menu ul li a:hover {
	background-color: #fe9800;
	color: #ff3399;;
	}


/* -- MICRONAVIGATION -----------------*/

#Micronavigation {
	padding:15px 0px 15px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fe9800;
}
#Micronavigation img {
	margin:0px 0px 2px 0px;
}
#Micronavigation a:link,
#Micronavigation a:visited {
	color: #666;
	text-decoration:none;

}
#Micronavigation a:hover {
	color: #ff99ff;
	text-decoration:none;
}

/* -- MACRONAVIGATION -----------------*/


#Macronavigation a{
	font-family: 'Andale Mono', arial, helvetica, sans-serif;
}	
ul#Macronavigation {
	padding: 0;
	margin: 0px;
	border-top:1px solid #666;
	list-style-type: none;
font-family: 'Andale Mono', arial, helvetica, sans-serif;
}

ul#Macronavigation li.parent {
	margin: 0;
	border: 0;
	padding: 1px 3px 3px 14px;
	border-bottom: 1px solid #666;
	list-style-type: none;
	background-image: none;
	font-weight:bold;
}
#Macronavigation li {
	margin: 0;
	border: 0;
	padding: 1px 3px 3px 15px;
	border-bottom: 1px solid #666;
	background-color: none;

}

#Macronavigation ul {
list-style-type: none;
margin: 6px 0px 15px 0px;
padding:0;
border-top: 1px solid #666;
}
#Macronavigation ul li {
	background-repeat: no-repeat;
	background-position: 0px 5px;
	background-image: url(http://basukamasko.elseware.de/common/css/common/icon_inactive.gif);
margin: 0;
}

#Macronavigation ul li.active {
	background-image: url(http://basukamasko.elseware.de/common/css/common/icon_active.gif);

}
#Macronavigation ul li a:link, 
#Macronavigation ul li a:visited {
	color: #666;
	text-decoration:none;
}
#Macronavigation ul li a:hover {
	color: #ff3399;
	text-decoration:none;
}
#Macronavigation ul li.active a:link,
#Macronavigation ul li.active a:visited {
	color: #666;
	text-decoration:none;
}
#Macronavigation dl,
#Macronavigation dt, 
#Macronavigation dd 
	{
	margin: 0;
	padding: 0;
	border:0;
}






/* -- SEARCH ------------------------*/

.searchLabel, .searchLabel, .searchElement, .searchText {
	font-size: 10px !important; font-size: xx-small;
}

#Search {
	margin: 0px 0px 30px 0px;
	border: 0;
	padding: 0;
}
#Search form {
	margin: 0;
	border: 0;
	padding: 10px 10px 0px 10px;
}
#Search input#raw {
	font-family:Courier;
	font-size:12px;
	padding:0;
	margin:0;
	height:16px;
	width:153px;
	vertical-align:middle;
}
#Search input#btnSearch {
	vertical-align:middle;
}
#Search table {
	margin:10px 10px 0px 10px;
	color:#666;
	text-align:left;
}


/* -- METANAVIGATION ------------------------*/

#Metanavigation {

	text-align:left;
	margin:10px 0px 30px 0px;
}

#Metanavigation a {
	color: #666;
	text-decoration:none;
}


#Copyright p {
	margin-top:30px;
	color:#666;
} 
#Copyright p a {
	text-decoration:none;
	color:#666;
} 

#Login {
	padding: 0;
	margin-top: 20px;
	border: 0;

	width:165px;

}

/**************************************/
/* 4. CSS-Modul: TEXT                 */
/**************************************/

#Headline h1 {
	margin-top: 0;
}

h1, h2,  h3, h4, H5, .heading1, .heading2, .heading3, .heading4, .heading5 {
	font-family:  'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	}

.form, p, ol, ul, li, em, sup, sub, table, tr, th, td {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	color : #000000;
	font-size: 12px;
	}
h1.title {
	font-size: 18px;
	line-height: 24px;
	margin-top:10px; 
	}
h1,.heading1 {
	font-size: 18px;
	line-height: 20px;
	margin-top:16px; 
	}
h2,.heading2 {
	font-size: 15px;
	line-height: 18px
	}

h3,.heading3 {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 0px
	}
h4,.heading4 {
	font-size: 12px;
	line-height: 14px 
	}
h5,.heading5 {
	font-weight: normal;
	font-size: 12px;
	line-height: 14px 
	}
p {
	line-height: 15px;
	}
ol {
	line-height: 15px;
	}
ul {
	line-height: 15px;
	list-style-type: square;

}

p.caption {
	font-style: italic;
    padding-top:0px;
    margin-top:0px;
    color:#000;
	}
p.emphasis {
	background-color:#b0c3de;
	margin-left: 20px;
	margin-right: 30px;
	line-height: 16px;
	}

p.description {
	line-height: 16px;
	font-weight:bold;
	color:#999;
	}
p.creator  {
}

p.small {
	font-size: 10px;
	}
p.smalltext {
	font-size: 10px !important; font-size: xx-small;
}

a:link, a:visited {
	color: #999;
	text-decoration : none;
}

a:hover, a:active {
	text-decoration : underline;
	color: #ff3399;
}

code {
}

/**************************************/
/* 5. CSS-Modul: TABLES               */
/**************************************/

.ZMSTable {
}

table.ZMSTable th,table.ZMSTable caption {
background:transparent;
border-bottom:1px solid #666;
padding:4px;
text-align:left
}

.ZMSTable td {
background:transparent;
border-bottom:1px solid #666;
padding:4px;
text-align:left;
vertical-align:top;
}

.ZMSTable tr.odd td, .ZMSTable tr.even td {
background:transparent;
}

div.ConTable table tr td, div.ConTable th  {
vertical-align:top;
border-bottom:1px solid #666;
padding:2px 2px 10px  0px;
}

div.ConTable {
	font-size: 10px;
}
div.ConTable h4, div.ConTable em {
	margin: 3px 0px;
color:#444;
}

div.ConTable th img {
	width: 100px;
margin-right:10px
}


/**************************************/
/* 6. CSS-Modul: ZMS-DEFAULTS         */
/**************************************/


div.ZMSGraphic{
	background-color:transparent;
margin: 0px;
}
div.ZMSGraphic .graphic{
margin:0px;
}

div.ZMSGraphic .text p{
margin: 0px;
}

a.zoom img.zoom
	{
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/zoom.gif);
margin-bottom: 5px;
	}

/*--------- ZMS TEASER --------------*/

div#teaser
	{
	width:180px;
	font-size: 11px !important; font-size: 11px;
	}

div.ZMSTeaserContainer {
	padding:0;
	margin:40px 0px;
border-bottom:1px solid #666;

}
div.ZMSTeaserElement {
	width:100%;
	padding:0px;
border-top:1px solid #666;
border-bottom:1px solid #666;

}
div.ZMSTeaserElement img.title {
	border: none;
margin:2px 0px;
}

div.ZMSTeaserElement div.title {
	font-weight:bold;
	text-decoration:none;
	color:#666;
	padding: 2px;
font-size: 12px;
	display: block;
border-bottom:1px solid #666;
}

div.ZMSTeaserElement div.text
	{
	padding: 5px;
	line-height:1.3em
	}

/*--------- ZMS LINK --------------*/

div#pageelement_Links 
	{
	width:180px;
	}

div.ZMSLinkElement
	{
	background-color: transparent;
	padding: 2px;
	}

div.ZMSLinkElement div.title
	{
	font-weight:bold;
	color:black;
	font-size: 12px !important; font-size: small;
	margin: 10px 0px 0px 0px
	}

div.ZMSLinkElement div.text
	{
	}

div.ZMSLinkElement div.text ul
	{
	margin-top: 5px;
	margin-left: -10px !important; margin-left: 20px ;
	}


.form {
	color: #000;
	border: 1px solid #666;
	padding: 1px;
	margin: 0;
	font-size: 10px
} 
	
.form-button {
	color: #000;
	background-color: #fff;
	border: 1px solid #666;;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 1px;
	padding-right: 1px;
	margin: 0;
	font-size: 10px !important; font-size: xx-small;
}

/**************************************/
/* 7. CSS-Modul: SPECIAL OBJECTS      */
/**************************************/


a.LinkElementExternal {
	background:url(http://basukamasko.elseware.de/common/css/common/external_link.gif) left no-repeat;
padding-left:22px;
}
ul.LinkElementExternal {
	padding:0;
margin:0;
}
li.LinkElementInternal, 
li.LinkElementInternalPortal {
	list-style-image:url(http://basukamasko.elseware.de/common/css/common/external_link.gif);
}
li.LinkElementInternalClient {
	list-style-image:url(http://basukamasko.elseware.de/common/css/common/external_link.gif);
}
li.LinkElementMailto {
	list-style-image:url(http://basukamasko.elseware.de/common/css/common/mail_link.gif);
}


/**************************************/
/* 8. CSS-Modul: TOC LISTS            */
/**************************************/

#pageregionLeft #Newsindex {
    padding: 0px 20px 0px 10px;
    margin:0;
}
#pageregionLeft #Newsindex h2 {
    padding:0;
    margin:0;
}
#pageregionLeft #Newsindex p {
    padding: 0px;
    margin: 0px 0px 10px 0px;
}


/**************************************/
/* 9. CSS-Modul: PRINT                */
/**************************************/

h1, h2, h3, h4, h5, h6 {
} 
h1.title {
}
p, li, blockquote {
}
ol, ul {
}
p.description {
}
p.caption {
}
p.creator  {
}
p.smalltext {
}
code {
}




/**************************************/
/* 10. ZMI Management Interface       */
/**************************************/

.cmsTxtColorStrong0 { color: #436976; }
.cmsTxtColorStrong1 { color: #666666; }
.cmsBgColorStrong0  { background-color: #8CABB9; }
.cmsBgColorStrong1  { background-color: #CCCCCC; }
.cmsBgColorMedium0  { background-color: #DDE6EC; }
.cmsBgColorLight0   { background-color: #FFFFFF; }
div.ZMSTable table th { background-color:#DDEFFC; }
div.ZMSTable table td { background-color:#EEEEEE; }

.zmiTableRowEven {background-color:#eee;}
.zmiTableRowOdd {background-color:#ccc;}

.form-submit { font-size:12px; }

body.zmi h1, body.zmi h2, body.zmi h3, body.zmi h4, 
body.zmi h5, body.zmi h6  {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:15px;
	line-height:19px;

} 
body.zmi p, body.zmi li, body.zmi blockquote  {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:15px;
} 


legend  {
font-weight:bold;
letter-spacing:2px;
margin-bottom:10px;
} 

fieldset  {
margin-bottom:30px;
} 


label  {
	display:block;
width:100px;
border-top:1px solid #666;
border-left:1px solid #666;
float:left;
padding:2px;

} 


span.form-element{
display:block;
float:left;
margin-bottom:10px;
} 

input.form-element,textarea.form-fixed  {
border:1px solid #666;
margin-bottom:10px;
} 

fieldset table  {
border:1px solid #666;
width:80%;
} 

td table  {
border:0px solid #666;
} 

ul.Catindex  {
float:left;
line-height:22px
}

div.diaryentry  {
float:left;
line-height:14pt;
border-top:1px solid #666;
border-bottom:1px solid #666;
width:100%;
} 
div.diaryentry h3 {
font-family: 'Andale Mono','trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
clear:left;
display:block;
margin:0px 0px 2px 0px;
border-bottom:1px solid #666;
font-size:20px;
line-height:25px;
font-weight:bold;

} 




div.datecat {
font-size:x-small;
margin:3px 0px 10px 0px;
border-bottom:1px solid #666;
} 
 
div.diarygraphic {
text-align:right;
float:left;
margin:0px 5px 5px 0px;
}
 
div.diaryfile {
width:250px;
border-bottom:1px solid #666;
} 
div.diarysep {
clear:both;
border-bottom:1px solid #666;
font-size:0px;
margin:10px 0px 40px 0px;
} 
div#mapwrap {
border-top:1px solid #666;
border-bottom:3px solid #666;
margin:10px 0px 10px 0px;
padding:10px 0px 10px 0px;
} 


