/*
** Plone Print style sheet for CSS2-capable browsers.
** Copyright Alexander Limi, 2001-2003 - http://www.plonesolutions.com
**
** Style sheet documentation can be found at http://plone.org/documentation
**
** You should preferrably use ploneCustom.css to add your own CSS classes and to
** customize your portal, as these are the base fundaments of Plone, and will 
** change and be refined in newer versions. Keeping your changes in
** ploneCustom.css will make it easier to upgrade. 
**
** Feel free to use whole or parts of this for your own designs, but give credit
** where credit is due.
**
*/

/* Thanks to A List Apart (http://alistapart.com/) for useful extras */

body {
   margin: 10pt ! important;  
   padding:10pt ! important;
   font-family:Arial, Helvetica; font-size:12px;
}
	
.bodystart,
.bodydefault {
   background: transparent;
   border: none ! important;
}	

.header {
   position:absolute; top:0px; left:0px;
   width:660px; height:0px;
   margin:0px;
}

.logo,
div.top,
.hiddenStructure,
#portal-searchbox,
#portal-globalnav,
#portal-personaltools,
#portal-breadcrumbs,
#portal-column-one,
#portal-column-two,
.contentViews,
.contentActions,
.help,
.legend,
div.portalMessage,
div.documentActions,
.documentByLine,
.netscape4,
#portal-footer,
#portal-colophon,
input,
.skipnav,
.visualNoPrint, 
.topmenu,
.mainmenu,
.submenu_back,
.bottom_text,
.bottom_line,
.bottom,
.content_right,
.img_card,
.start_headline,
.folderView_listing {
    /* Hides all the elements irrelevant for presentations */
    display: none;
}

ul,li { 

    list-style-image: url(sm_arrow_right.gif);
    font-size: 12px;
    line-height: 14px;
    list-style-position: outside;
    padding:0.2em 0em 0.2em 0.5em ! important;
    margin:0em 0em 0em 1.0em ! important;
}

#content,
.documentDescription,
.group,
.stx,
p {
    background: transparent;
    border: none ! important;
    font-family: Arial,Georgia, Garamond, Times, serif;
    font-size: 12px;
    padding: 0 10px 0 0 ! important;
    margin: 0 10px 0 0 ! important;
    text-align: left;
    height: auto;
    width: auto;
}
table {
	width: auto ! important;
}
.documentByLine {
    font-family: Arial,Georgia, Garamond, Times, serif;
}

h1 {font-size:14px;}
h2 {font-size:13px;}
h3 {font-size:12px;}

h1, h2, h3, h4, h5, h6
{
    border: none;
    font-family: Arial,Georgia, Garamond, Times, serif;
    font-weight: bold;
}

p, .documentDescription {
    margin: 1em 0 ! important;
    line-height: 1.2em;    
}

pre {
    border: 1pt dashed black;
    white-space: pre;
    font-size: 9px;
    overflow: auto;
    padding: 1em 0;
}

table.listing,
table.listing td {
    border: 1pt solid black;
    border-collapse: collapse;
}

a {
    color: Black !important;
    padding: 0 !important;
    border: 0;
}

a:link, a:visited {
    color: #520;
    background: transparent;
    text-decoration: none;
    border: 0;
}

/*
** disable layout
*/

#visual-portal-wrapper {
width: 100% !important;
min-width: 0 !important;
margin: 0 !important;
}

#visual-column-wrapper {
margin: 0 !important;
float: none !important;
}

#portal-column-content {
float: none !important;
margin: 0 !important;
}

#portal-column-content #content {
float: none !important;
padding: 0em !important;
margin: 0 !important;
}

#content-start {
float: none !important;
margin: 0 !important;
}

#content-start #content {
float: none !important;
padding: 0em !important;
margin: 0 !important;
}

#content-start #content #content_text {
float: none !important;
padding: 0em !important;
margin: 0 !important;
}

#content-start #content #content_text,
.content_text_back,
#content_text {
    font-family: Arial,Georgia, Garamond, Times, serif;
    font-size: 12px;
    top:10pt !important;
    left:10pt !important;
    padding-bottom: 3em !important;
    width:90% !important;
    position:relative !important;
}

#content-start #content #content_text ul,
#content-start #content #content_text li,
#content-start .documentEditable .content_text ul,
#content-start .documentEditable .content_text li{
	font: 12/16px Arial !important;
	line-height: 14px !important;
	}
img {
	border: 0;
}
