/* tweaks_images_and_links.css */
h1 {width:99%;}
#content ul {margin: 6px 0 20px;}
table.for, th.for, td.for {border-collapse:collapse; border:1px solid #C0C0C0; }
table.forhead, th.forhead, td.forhead {border-collapse:collapse; background-color:#F3F3F3; border:1px solid #C0C0C0; }
img.forfloatright {float:right; /*position:relative; display:block; */}
img.forfloatleft {float:left; /*position:relative; display:block; */}
a.forexternal, a.for_external { background:url("//www.agric.gov.ab.ca/styles/custom/docIcons/SRDxLinkIcon-ExternalWebsite.png") no-repeat right center; padding-right: 16px; margin-right: 0px; }
 a.forext_pdf, a.forpdf { background:url("//www.agric.gov.ab.ca/styles/custom/docIcons/SRDxLinkIcon-PDF.gif") no-repeat right center; padding-right: 16px; margin-right: 0px; }
 a.forext_doc, a.fordoc { background:url("//www.agric.gov.ab.ca/styles/custom/docIcons/word.gif") no-repeat right center; padding-right: 16px; margin-right: 0px; }
 a.forext_xls, a.forxls { background:url("//www.agric.gov.ab.ca/styles/custom/docIcons/excel.gif") no-repeat right center; padding-right: 16px; margin-right: 0px; }
 a.forext_zip, a.forzip { background:url("//www.agric.gov.ab.ca/styles/custom/docIcons/SRDxLinkIcon-ZipFile.jpg") no-repeat right center; padding-right: 20px; margin-right: 0px; }
/* other extensions here in the future maybe */

span.youtube { background:url("//www.agric.gov.ab.ca/styles/custom/sprite.png") no-repeat scroll 0 0 transparent; display: inline-block; height: 21px; margin: 0 10px 0 0; width: 21px; overflow: hidden; background-position: -66px -65px; }

.FAQHeaderClosed
{
 cursor: pointer;
 display: block;
 padding-left: 15px;
 margin: 10px 10px 0px 0px;
 background: url('//www1.agriculture.alberta.ca/$Department/deptdocs.nsf/bgMenuParentClosed.gif') no-repeat left center;
 }
/* OLD SOURCE for background: url('//www.agric.gov.ab.ca/styles/custom/bgMenuParentClosed.gif') no-repeat left center; */

.FAQHeaderOpened
{
 cursor: pointer;
 display: block;
 padding-left: 15px;
 margin: 10px 10px 0px 0px;
 background: url('//www1.agriculture.alberta.ca/$Department/deptdocs.nsf/bgMenuParentOpen.gif') no-repeat left center;
 }
/* OLD SOURCE for background: url('//www.agric.gov.ab.ca/styles/custom/bgMenuParentOpen.gif') no-repeat left center; */

.imgGal img	{ margin: 15px 0 20px 25px;	border: 5px solid #f1f1f1;	width: 85px;	height: 85px; overflow: hidden; }
.imgGal		{ margin: 20px auto;		border: 5px solid #555;		width: 525px;	background-color: #333; }
