/**
* $Id: module.css,v 1.2 2006/04/06 17:55:28 mithyt2 Exp $
* Module: SmartFAQ
* Author: marcan <marcan@notrevie.ca>
* Licence: GNU
*/
.wfdownloads_bordure {
border-width: 2px;
border-style: solid;
border-color: orange;
}
.wfdownloads_fond {
	background-color:				#FCFAE1;
}
.wfdownloads_headertable {padding: 0; margin: 0; border-bottom: 1px solid #FF9300; margin-bottom: 10px;}
.wfdownloads_modulename {font-size: 12px; text-align: left; font-weight: bold; padding-right: 0.3em;	line-height: 18px;}
.breadcrumb {font-size: 14px; font-weight: bold; color: black; line-height: 18px;}

.wfdownloads_infotitle {margin-top: 8px; margin-bottom: 8px; font-size: 300%; line-height: 250%; font-weight: bold; display: block;}
.wfdownloads_infotext  {margin-bottom: 8px; line-height: 130%; display: block;}

.wfdownloads_adminlinks {padding-top: 15px; padding-bottom: 5px; font-size: 12px; text-align: center; line-height: 18px;}

.wfdownloads_indexfooter {font-size: 12px; font-weight: bold; text-align: center;  padding: 10px;}
.wfdownloads_itemfooter {font-size: 12px; font-weight: bold; text-align: center;  padding: 10px;}

.wfd_letters {
	margin: 1px 1px 1px 1px; 
	padding: 1px 6px 1px 6px;
	background: #e2dede;
	line-height: 13pt;
	cursor: pointer;
	-moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	}
