/*
 *  This is the file where you put your CSS changes. You should preferrably use this and
 *  override the relevant properties you want to change here instead of customizing plone.css.
 */
 
/*
**  DTML instructions to set caching headers. Inside comments area to play nicer with CSS editors.
**
** **   
**   
**   
**   
** */
/*  */
/* DELETE THIS LINE AND PUT YOUR CUSTOM STUFF HERE */
.logout {
    background: white url(images/menu_bg2.gif);
    padding-left: 5px;
	padding-top: 1px;
	margin-bottom: 1px;
    white-space: nowrap;
	font-size: 12px;
	height: 1.2em;
}
.logout a{
	font: 12px Arial, Helvetica, sans-serif;
	color: #00496C;
}
.logout a.selected {
	color: black;
}
#contentTabs {
    background: white url(images/menu_bg.gif);
   /*border-collapse: collapse;*/
    border: 1px solid #333366;
    padding-left: 0em;
	padding-top: 1px;
    /*margin-top: 2em;*/
	margin-bottom: 1px;
    white-space: nowrap;
	font-size: 12px;
	height: 1.2em;
}
#contentTabs a {
    background: url(images/menu_bg.gif);
    border-right: 1px solid #333366;
	border-bottom: 1px solid #E6E7E8;
	border-left: 1px solid #E6E7E8;
	border-top: 1px solid #E6E7E8;
    /*border-style: solid;*/
    color: #333366;
    font-weight: normal;
    height: 1.2em;
    margin-right: 0em;
    padding: 0em 2em;
    text-transform: lowercase;
}
#contentTabs a.selected {
    background: white;
	border-right: 1px solid #333366;
	border-top: 1px solid #333366;
	border-bottom: 1px solid #E6E7E8;
	border-left: 1px solid #E6E7E8;
	
    color: black;
    font-weight: normal;
}
#contentTabs a:hover {
    background: white;
	border-right: 1px solid #333366;
	border-top: 1px solid #333366;
	border-bottom: 1px solid #E6E7E8;
	border-left: 1px solid #E6E7E8;
	
    color: black;
    font-weight: normal;
}
#contentBar {
	background: white;
}
/* Fix for IE6 disappearing float bug */
#content {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
div.document {
    background: White;
    font: 120% Verdana, Helvetica, Arial, sans-serif;
    padding: 0;
    margin: 0em;
}
div.editableDocument {
    background: White;
    border: 1px solid #74AE0B;
    font: 120% Verdana, Helvetica, Arial, sans-serif;
    margin: 0em;
    padding: 0em;
}
div.documentActions {
    float: right; 
    margin-top: 0em;
}
div.label {
	font-weight: bold;
	display: inline;
	padding-right: 0.5em;
	color: #55A9D7;
}
div.help {
background-color: #FFFFE1;
border: 1px solid black;
/*font-size: 80%;*/
font-weight: normal;
line-height: normal;
text-align: left;
position: absolute;
left: -10em;
top: 1.5em;
width: 8em;
padding: 0.5em;
}
/*  */
