/**
 * @copyright	Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Import project-level system CSS */
@import url(../../../media/system/css/system.css);

/* Unpublished */
.system-unpublished, tr.system-unpublished {
	background: #e8edf1;
	border-top: 4px solid #c4d3df;
	border-bottom: 4px solid #c4d3df;
}

span.highlight {
	background-color:#FFFFCC;
	font-weight:bold;
	padding:1px 4px;
}

.img-fulltext-float-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-none {
}

.img-intro-float-right {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

.img-intro-float-left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.pd-float img {
    max-width: 100%;
    height: auto;
}

.pd-image img {
    max-width: 200px;
    height: auto;
}

#phoca-dl-category-box .pd-image {
    display: block;
    float: none;
    clear:both;
}

.pd-img1 {
    display: block;
    clear: both;
    width: 150px;
    height: auto;
}

.pd-img1 img {
    max-width: 150px;
    height: auto;
    clear: both;
}

.phoca-dl-file-box-mod .pd-document16, #phoca-dl-file-box .pd-document16, #phoca-dl-category-box .pd-document16 {background:none;clear:both;padding-left: 0;height: auto;}
.pd-image1 img, .pd-image2 img {
    max-width: 100%;
    margin:20px 0px 20px 0px;
}
#phoca-dl-file-box .pd-file {min-height:200px; display:block;}
.pd-image1 {
    max-width: 150px;
    float: none;
}

form#phocadownloadform input{position: relative;
float: right;
margin: 5px;background: url(/images/btn.png) repeat-x, url(/images/icon-download.png) 6px center no-repeat;
background-color: #0c630c;border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
display: inline-block;
padding: 7px 12px 8px;
text-decoration: none;
box-shadow: 0 1px 2px rgba(0,0,0,0.6);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.6);
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.6);
border-bottom: 1px solid rgba(0,0,0,0.25);
position: relative;
cursor: pointer;
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
font-weight: bold;
font-size: 110%;
padding-left: 28px;
color: #fff;}

.pd-filenamebox {
    text-transform: uppercase;
}