/* MÅ IKKE SLETTES:
**
** Portions are from the
** Plone style sheet for CSS2-capable browsers.
**
** Copyright Alexander Limi - http://www.plonesolutions.com
**
** Additional Plone 2 work:
** Joe Geldart & Tom Croucher - http://www.netalleynetworks.com
** Michael Zeltner - http://niij.org
** Geir Bækholt - http://www.plonesolutions.com
**
** All you guys rock :)
**
** Feel free to use whole or parts of this for your own designs, but give credit
** where credit is due.
**
*/

a.destructive, a.destructive:link, a.destructive:hover, a.destructive:visited,
a.button, a.button:link, a.button:hover, a.button:visited
{
    display: none;
}

input[type="submit"]{
    display: none;
}


/*
** Structural Elements
*/

#visual-portal-wrapper {
	width: 100%;
	
}

/* Logo properties */
 
#portal-logo-banner {

}
#logo-banner {
	width: 650px;
}
 
 
#top-tabs {
    display: none;
}
#portal-personaltools {
    display: none;
}

#portal-breadcrumbs {
    /* The path bar, including breadcrumbs and add to favorites */
    display: none;
}

#content {
    background-color: transparent;
	border:none;
}

.documentContent {
    background-color: transparent;
	border:none;
}

.documentEditable .documentContent {
    background-color: transparent;
    border: none;
}

.portalMessage {
    background-color: black;
    border: none;
    color: white;
}
.portalMessage a {
    color: white;
}

.portalMessage img.i {
	display:none;
}

#portal-footer {
    border-bottom: none;
}

/*
** Widgets
*/

.standalone,
a.button, a.button:link, a.button:hover, a.button:visited,
.documentEditable * .standalone {
	display:none;
}

.context,
.documentEditable * .context {
	display:none;
}

.destructive,
a.destructive, a.destructive:link, a.destructive:hover, a.destructive:visited,
.documentEditable * .destructive {
	display:none;
}

.backbutton{
	display:none;
}