/* SAP Deutschland AG, 2005
 * Business Package for WebEditing
 * DisplayFileList.css
 */ 

/* Style for the links in teasers */
a:link { 
	color: #000000;
	}
a:visited { 
	color: #000000;
	}
a:active { 
	color: #000000;
	}


body { 
    background-color: #FFFFFF; 
    border: 0px solid #FFFFFF;
    font-family: Arial,sans-serif; 
    font-size: xx-small;
	color: #000000;
}



/* General style for all divs */
#displayfilelist div {    
	font-size: x-small;
    margin: 0;
    white-space:normal;
	color: #000000;

}

/* The article's name. This is span inside the link to the article. */
#displayfilelist span.teaserarticle {   
    font-size: x-small;
    text-decoration: none;
    white-space:normal;
	color: #000000;
}

/* Div around the teaser article link. This should be used for margins and paddings */
#displayfilelist div.teaserarticlediv {
    margin: 5px 0 0 0;
}

/* The article's description */
#displayfilelist div.description {
    font-size: x-small;
    color: #000000;
    margin-left: 5px;
    white-space:normal;
}

/* Style for the article's creation date and creator */
#displayfilelist div.created {
    font-size: xx-small;
    color: #000000;
    margin-left: 6px;
    white-space:normal;
}


/* Style for the article's last modified date and last modifier */
#displayfilelist div.lastModified {
    font-size: xx-small;
    color: #000000;
    margin-left: 6px;
    white-space:normal;
	margin-bottom: 10px;
}


/* The article's simple date */
#displayfilelist div.simpledate {
	font-size: xx-small;
	color: #000000;
	white-space:normal;
	margin-left: 5px;
	margin-bottom: 10px;
}

/* The article's heading */
.urTxtStd{
	font-size: x-small !important;
	color: #000000 !important;
	font-weight: bold !important;
    margin-left: 5px;
}




