/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home2/civildev/public_html
currentDir : /home2/civildev/public_html/wp-content/plugins/download-monitor/page-addon

file-relative URI  : downloadbutton.gif
path prepended     : /home2/civildev/public_html/wp-content/plugins/download-monitor/page-addon/downloadbutton.gif
docroot stripped   : /wp-content/plugins/download-monitor/page-addon/downloadbutton.gif
traversals removed : /wp-content/plugins/download-monitor/page-addon/downloadbutton.gif

file-relative URI  : morebutton.gif
path prepended     : /home2/civildev/public_html/wp-content/plugins/download-monitor/page-addon/morebutton.gif
docroot stripped   : /wp-content/plugins/download-monitor/page-addon/morebutton.gif
traversals removed : /wp-content/plugins/download-monitor/page-addon/morebutton.gif

*/

/* styles.css */

/* 1   */ .download-info .download-button,
/* 2   */ .download-info .more-button {
/* 3   */ 	width: 120px;
/* 4   */ 	height: 0;
/* 5   */ 	padding-top: 36px;
/* 6   */ 	overflow: hidden;
/* 7   */ 	display: block;
/* 8   */ }
/* 9   */ 
/* 10  */ .download-info .download-button {
/* 11  */ 	background: url(/wp-content/plugins/download-monitor/page-addon/downloadbutton.gif) no-repeat top left;
/* 12  */ }
/* 13  */ 
/* 14  */ .download-info .more-button {
/* 15  */ 	background: url(/wp-content/plugins/download-monitor/page-addon/morebutton.gif) no-repeat top left;
/* 16  */ }
/* 17  */ 
/* 18  */ form#download-page-search {
/* 19  */ 	border:1px solid #ddd;
/* 20  */ 	-moz-border-radius: 4px;
/* 21  */ 	-webkit-border-radius: 4px;
/* 22  */ 	margin: 8px 0 16px !important;
/* 23  */ 	padding: 12px !important;
/* 24  */ }
/* 25  */ form#download-page-search p, form#download-page-search input, form#download-page-search label {
/* 26  */ 	margin: 0 !important;
/* 27  */ 	padding: 0 !important;
/* 28  */ 	line-height: 1 !important;
/* 29  */ 	vertical-align: middle !important;
/* 30  */ }
/* 31  */ form#download-page-search input {
/* 32  */ 	margin-left: 8px !important;
/* 33  */ }
/* 34  */ form#download-page-search br {
/* 35  */ 	display: none;
/* 36  */ }
/* 37  */ div.download-info.single {
/* 38  */ 	overflow:hidden;
/* 39  */ 	padding-left: 140px;
/* 40  */ }
/* 41  */ .download-info-heading {
/* 42  */ 	margin: 8px 0 12px !important;
/* 43  */ }
/* 44  */ .download-desc-heading {
/* 45  */ 	margin: 8px 0 12px !important;
/* 46  */ 	color: #999;
/* 47  */ 	font-weight: bold;
/* 48  */ 	padding: 4px 0;
/* 49  */ 	border-bottom: 1px solid #ddd;
/* 50  */ }

/* styles.css */

/* 51  */ #download-page small {
/* 52  */ 	margin-left: 4px;
/* 53  */ 	font-size: 11px;
/* 54  */ 	letter-spacing: -0.1px
/* 55  */ }
/* 56  */ #download-page small small {
/* 57  */ 	margin-left: 0
/* 58  */ }
/* 59  */ #download-page small a {
/* 60  */ 	color: #999
/* 61  */ }
/* 62  */ div.side-section {
/* 63  */ 	float:left;
/* 64  */ 	width:120px;
/* 65  */ 	text-align: center;
/* 66  */ 	margin-left: -140px;
/* 67  */ 	position: relative;
/* 68  */ }
/* 69  */ div.main-section {
/* 70  */ 	float: right;
/* 71  */ 	position: relative;
/* 72  */ 	width:100%;
/* 73  */ }
/* 74  */ div.download-info p {
/* 75  */ 	margin: 8px 0 12px !important;
/* 76  */ 	padding: 0 !important;
/* 77  */ }
/* 78  */ img.download-image {
/* 79  */ 	padding: 3px;
/* 80  */ 	background:#fff;
/* 81  */ 	border:1px solid #ddd;
/* 82  */ 	margin-bottom: 0 !important;
/* 83  */ }
/* 84  */ table.download-meta {
/* 85  */ 	margin: 0 0 12px !important;
/* 86  */ 	padding: 0 !important;
/* 87  */ }
/* 88  */ table.download-meta td, table.download-meta th {
/* 89  */ 	padding: 4px 0;
/* 90  */ 	border-bottom: 1px solid #ddd;
/* 91  */ }
/* 92  */ table.download-meta thead {
/* 93  */ 	display: none;
/* 94  */ }
/* 95  */ table.download-meta tbody th {
/* 96  */ 	color: #999;
/* 97  */ 	font-weight: bold;
/* 98  */ }
/* 99  */ 
/* 100 */ #download-page-featured, #download-page-tags {

/* styles.css */

/* 101 */ 	border:1px solid #ddd;
/* 102 */ 	-moz-border-radius: 4px;
/* 103 */ 	-webkit-border-radius: 4px;
/* 104 */ 	padding: 12px;
/* 105 */ 	margin: 8px 0 16px !important;	
/* 106 */ }
/* 107 */ div#download-page-featured ul, div#download-page-tags ul {
/* 108 */ 	overflow: hidden;
/* 109 */ 	margin:0;
/* 110 */ 	padding: 0;
/* 111 */ 	text-indent: 0;
/* 112 */ }
/* 113 */ div#download-page-featured li:before, div#download-page-tags li:before {
/* 114 */ 	content: "";
/* 115 */ }
/* 116 */ div#download-page-featured li {
/* 117 */ 	clear: left;
/* 118 */ 	float: left;
/* 119 */ 	list-style: none;
/* 120 */ 	width: 47%;
/* 121 */ 	padding-right: 3% !important;
/* 122 */ 	margin:0 0 4px !important;
/* 123 */ 	border-right:1px dotted #ddd;
/* 124 */ }
/* 125 */ div#download-page-featured li.alternate {
/* 126 */ 	clear: none;
/* 127 */ 	float: right;
/* 128 */ 	border: 0;
/* 129 */ 	padding: 0 !important;
/* 130 */ 	width: 47%;
/* 131 */ }
/* 132 */ div#download-page-featured a {
/* 133 */ 	display: table-row;
/* 134 */ }
/* 135 */ div#download-page-featured img {
/* 136 */ 	width: 42px;
/* 137 */ 	height: 42px;
/* 138 */ 	padding: 3px;
/* 139 */ 	background:#fff;
/* 140 */ 	border:1px solid #ddd;
/* 141 */ 	vertical-align: middle;
/* 142 */ 	margin: 0 8px 0 0;
/* 143 */ }
/* 144 */ div#download-page-featured span {
/* 145 */ 	display: table-cell;
/* 146 */ 	vertical-align: middle;
/* 147 */ }
/* 148 */ 
/* 149 */ div#download-page-featured a:hover, #download-page-categories a:hover {
/* 150 */ 	text-decoration: none;

/* styles.css */

/* 151 */ }
/* 152 */ div#download-page-featured h3, #download-page-categories h3, div#download-page-tags h3 {
/* 153 */ 	margin: 0 0 12px !important;
/* 154 */ 	padding:  0 0 8px 0;
/* 155 */ 	border-bottom:1px solid #ddd;
/* 156 */ }
/* 157 */ #download-page-categories {
/* 158 */ 	overflow: hidden;
/* 159 */ }
/* 160 */ #download-page-categories .category {
/* 161 */ 	float: left;
/* 162 */ 	width: 48%;
/* 163 */ 	clear: both;
/* 164 */ 	border:1px solid #ddd;
/* 165 */ 	-moz-border-radius: 4px;
/* 166 */ 	-webkit-border-radius: 4px;
/* 167 */ 	margin: 8px 3% 8px 0 !important;
/* 168 */ }
/* 169 */ #download-page-categories .category.alternate {
/* 170 */ 	margin: 8px 0 8px 0 !important;
/* 171 */ 	clear: none;
/* 172 */ }
/* 173 */ #download-page-categories .category .inner {
/* 174 */ 	padding: 12px;
/* 175 */ }
/* 176 */ #download-page-categories .category ol {
/* 177 */ 	margin: 0;
/* 178 */ 	padding: 0;
/* 179 */ 	border: 0;
/* 180 */ 	text-indent: 0;
/* 181 */ }
/* 182 */ #download-page-categories .category li {
/* 183 */ 	margin:0;
/* 184 */ 	padding: 2px 0;
/* 185 */ 	list-style-position: inside;
/* 186 */ 	border: 0;
/* 187 */ }
/* 188 */ 
/* 189 */ div#download-page-tags ul {
/* 190 */ 	text-align: center;
/* 191 */ }
/* 192 */ div#download-page-tags li {
/* 193 */ 	display: inline;
/* 194 */ 	margin: 0;
/* 195 */ 	padding: 0 6px;
/* 196 */ }
/* 197 */ div#download-page-tags li a {
/* 198 */ 	line-height: 1.5em;
/* 199 */ }
/* 200 */ 

/* styles.css */

/* 201 */ p.sorting a.active {
/* 202 */ 	background: #999;
/* 203 */ 	color: #fff;
/* 204 */ 	padding: 2px;
/* 205 */ }
/* 206 */ #download-page .pagination {
/* 207 */ 	margin: 0;
/* 208 */ 	padding: 0;
/* 209 */ 	text-indent: 0;
/* 210 */ }
/* 211 */ #download-page .pagination li:before {
/* 212 */ 	content: "";
/* 213 */ }
/* 214 */ #download-page .pagination li {
/* 215 */ 	display: inline;
/* 216 */ 	margin: 0 4px 0 0;
/* 217 */ 	padding: 0;
/* 218 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home2/civildev/public_html
currentDir : /home2/civildev/public_html/wp-content/plugins/nextgen-gallery/css

file-relative URI  : albumset.gif
path prepended     : /home2/civildev/public_html/wp-content/plugins/nextgen-gallery/css/albumset.gif
docroot stripped   : /wp-content/plugins/nextgen-gallery/css/albumset.gif
traversals removed : /wp-content/plugins/nextgen-gallery/css/albumset.gif

*/

/* nggallery.css */

/* 1   */ /*
/* 2   *| CSS Name: Default Styles
/* 3   *| Description: NextGEN Default Gallery Stylesheet
/* 4   *| Author: Alex Rabe
/* 5   *| Version: 1.50
/* 6   *| 
/* 7   *| This is a template stylesheet that can be used with NextGEN Gallery. I tested the
/* 8   *| styles with a default theme Kubrick. Modify it when your theme struggle with it,
/* 9   *| it's only a template design
/* 10  *| 
/* 11  *| */
/* 12  */ 
/* 13  */ /* ----------- Album Styles Extend -------------*/
/* 14  */ 
/* 15  */ .ngg-albumoverview {
/* 16  */ 	margin-top: 10px;
/* 17  */ 	width: 100%;
/* 18  */ 	clear:both; 
/* 19  */ 	display:block !important;
/* 20  */ }
/* 21  */ 
/* 22  */ .ngg-album {
/* 23  */     height: 100%;
/* 24  */     padding: 5px;
/* 25  */     margin-bottom: 5px;
/* 26  */     border: 1px solid #fff;
/* 27  */ }
/* 28  */ 
/* 29  */ /* IE6 will ignore this , again I hate IE6 */
/* 30  */ /* See also http://www.sitepoint.com/article/browser-specific-css-hacks */
/* 31  */ html>body .ngg-album {
/* 32  */     overflow:hidden;
/* 33  */     padding: 5px;
/* 34  */     margin-bottom: 5px;
/* 35  */     border: 1px solid #cccccc;
/* 36  */ } 
/* 37  */ 
/* 38  */ .ngg-album {
/* 39  */ 	overflow: hidden;
/* 40  */ 	padding: 5px;
/* 41  */ 	margin-bottom: 5px;
/* 42  */ 	border: 1px solid #cccccc;
/* 43  */ }
/* 44  */ 
/* 45  */ .ngg-albumtitle {
/* 46  */ 	text-align: left;
/* 47  */  	font-weight: bold;
/* 48  */ 	margin:0px;
/* 49  */ 	padding:0px;
/* 50  */ 	font-size: 1.4em;

/* nggallery.css */

/* 51  */ 	margin-bottom: 10px;
/* 52  */ }
/* 53  */ 
/* 54  */ .ngg-thumbnail {
/* 55  */ 	float: left;
/* 56  */ 	margin-right: 12px;
/* 57  */ }
/* 58  */ 
/* 59  */ .ngg-thumbnail img {
/* 60  */ 	background-color:#FFFFFF;
/* 61  */ 	border:1px solid #A9A9A9;
/* 62  */ 	margin:4px 0px 4px 5px;
/* 63  */ 	padding:4px;
/* 64  */ 	position:relative;
/* 65  */ }
/* 66  */ 
/* 67  */ .ngg-thumbnail img:hover {
/* 68  */ 	background-color: #A9A9A9;
/* 69  */ }
/* 70  */ 
/* 71  */ .ngg-description {
/* 72  */ 	text-align: left;
/* 73  */ }
/* 74  */ 
/* 75  */ /* ----------- Album Styles Compact -------------*/
/* 76  */ 
/* 77  */ .ngg-album-compact {
/* 78  */ 	float:left;
/* 79  */ 	height:180px;
/* 80  */ 	padding-right:6px !important;
/* 81  */ 	margin:0px !important; 
/* 82  */ 	text-align:left;
/* 83  */ 	width:120px;	
/* 84  */ }
/* 85  */ 
/* 86  */ .ngg-album-compactbox {
/* 87  */ 	background:transparent url(/wp-content/plugins/nextgen-gallery/css/albumset.gif) no-repeat scroll 0%;
/* 88  */ 	height:86px;
/* 89  */ 	margin:0pt 0pt 6px !important;
/* 90  */ 	padding:12px 0pt 0pt 7px !important;
/* 91  */ 	width:120px;
/* 92  */ }
/* 93  */ 
/* 94  */ 
/* 95  */ .ngg-album-compactbox .Thumb {
/* 96  */ 	border:1px solid #000000;
/* 97  */ 	margin:0px !important;
/* 98  */ 	padding:0px !important;
/* 99  */ 	width:91px; 
/* 100 */ 	height:68px;

/* nggallery.css */

/* 101 */ }
/* 102 */ 
/* 103 */ .ngg-album-compact h4 {
/* 104 */ 	font-size:15px;
/* 105 */ 	font-weight:bold;
/* 106 */ 	margin-bottom:0px;
/* 107 */ 	margin-top:0px;
/* 108 */ 	width:110px;
/* 109 */ }
/* 110 */ 
/* 111 */ .ngg-album-compact p {
/* 112 */ 	font-size:11px;
/* 113 */ 	margin-top:2px;
/* 114 */ }
/* 115 */ 
/* 116 */ /* ----------- Gallery style -------------*/
/* 117 */ 
/* 118 */ .ngg-galleryoverview {
/* 119 */ 	overflow: hidden;
/* 120 */ 	margin-top: 10px;
/* 121 */ 	width: 100%;
/* 122 */ 	clear:both; 
/* 123 */ 	display:block !important;
/* 124 */ }
/* 125 */ 
/* 126 */ .ngg-galleryoverview .desc {
/* 127 */ /* required for description */
/* 128 */    margin:0px 10px 10px 0px;
/* 129 */    padding:5px;
/* 130 */ }
/* 131 */ 
/* 132 */ .ngg-gallery-thumbnail-box {
/* 133 */ 	float: left;
/* 134 */ }
/* 135 */ 
/* 136 */ .ngg-gallery-thumbnail {
/* 137 */ 	float: left;
/* 138 */ 	margin-right: 5px;
/* 139 */ 	text-align: center;
/* 140 */ }
/* 141 */ 
/* 142 */ .ngg-gallery-thumbnail img {
/* 143 */ 	background-color:#FFFFFF;
/* 144 */ 	border:1px solid #A9A9A9;
/* 145 */ 	display:block;  
/* 146 */ 	margin:4px 0px 4px 5px;
/* 147 */ 	padding:4px;
/* 148 */ 	position:relative;
/* 149 */ }
/* 150 */ 

/* nggallery.css */

/* 151 */ .ngg-gallery-thumbnail img:hover {
/* 152 */ 	background-color: #A9A9A9;
/* 153 */ } 
/* 154 */ 
/* 155 */ .ngg-gallery-thumbnail span {
/* 156 */ 	/* Images description */
/* 157 */ 	font-size:90%;
/* 158 */ 	padding-left:5px;
/* 159 */ 	display:block;
/* 160 */ }
/* 161 */ 
/* 162 */ .ngg-clear {
/* 163 */ 	clear: both;
/* 164 */ }
/* 165 */ 
/* 166 */ /* ----------- Gallery navigation -------------*/
/* 167 */ 
/* 168 */ .ngg-navigation {
/* 169 */ 	font-size:0.9em !important;
/* 170 */ 	clear:both !important;
/* 171 */ 	display:block !important;
/* 172 */ 	padding-top:15px;
/* 173 */ 	text-align:center;
/* 174 */ 	
/* 175 */ }
/* 176 */ 
/* 177 */ .ngg-navigation span {
/* 178 */ 	font-weight:bold;
/* 179 */ 	margin:0pt 6px;
/* 180 */ }
/* 181 */ 
/* 182 */ .ngg-navigation a.page-numbers,
/* 183 */ .ngg-navigation a.next,
/* 184 */ .ngg-navigation a.prev, 
/* 185 */ .ngg-navigation span.page-numbers,
/* 186 */ .ngg-navigation span.next,
/* 187 */ .ngg-navigation span.prev {
/* 188 */ 	border:1px solid #DDDDDD;
/* 189 */ 	margin-right:3px;
/* 190 */ 	padding:3px 7px;
/* 191 */ }
/* 192 */ 
/* 193 */ .ngg-navigation a.page-numbers:hover,
/* 194 */ .ngg-navigation a.next:hover,
/* 195 */ .ngg-navigation a.prev:hover, 
/* 196 */ .ngg-navigation span.page-numbers:hover,
/* 197 */ .ngg-navigation span.next:hover,
/* 198 */ .ngg-navigation span.prev:hover {
/* 199 */ 	background-color: #0066CC;
/* 200 */ 	color: #FFFFFF !important;

/* nggallery.css */

/* 201 */ 	text-decoration: none !important;
/* 202 */ }
/* 203 */ 
/* 204 */ /* ----------- Image browser style -------------*/
/* 205 */ 
/* 206 */ .ngg-imagebrowser {
/* 207 */ 	
/* 208 */ }
/* 209 */ 
/* 210 */ .ngg-imagebrowser h3 {
/* 211 */ 	text-align:center;
/* 212 */ }
/* 213 */ 
/* 214 */ .ngg-imagebrowser img {
/* 215 */ 	border:1px solid #A9A9A9;
/* 216 */ 	margin-top: 10px; 
/* 217 */ 	margin-bottom: 10px; 
/* 218 */ 	width: 100%;
/* 219 */ 	display:block !important;
/* 220 */ 	padding:5px;
/* 221 */ }
/* 222 */ 
/* 223 */ .ngg-imagebrowser-nav {
/* 224 */ 	padding:5px;
/* 225 */ 	margin-left:10px;	
/* 226 */ }
/* 227 */ 
/* 228 */ .ngg-imagebrowser-nav .back {
/* 229 */ 	float:left;
/* 230 */ 	border:1px solid #DDDDDD;
/* 231 */ 	margin-right:3px;
/* 232 */ 	padding:3px 7px;
/* 233 */ }
/* 234 */ 
/* 235 */ .ngg-imagebrowser-nav .next {
/* 236 */ 	float:right;
/* 237 */ 	border:1px solid #DDDDDD;
/* 238 */ 	margin-right:3px;
/* 239 */ 	padding:3px 7px;
/* 240 */ }
/* 241 */ 
/* 242 */ .ngg-imagebrowser-nav .counter {
/* 243 */ 	text-align:center;
/* 244 */ 	font-size:0.9em !important;
/* 245 */ }
/* 246 */ 
/* 247 */ .exif-data {
/* 248 */   	margin-left: auto !important;
/* 249 */     margin-right: auto !important;	
/* 250 */ }

/* nggallery.css */

/* 251 */ 
/* 252 */ /* ----------- Slideshow -------------*/
/* 253 */ .slideshow {
/* 254 */ 	margin-left: auto; 
/* 255 */ 	margin-right: auto;
/* 256 */ 	text-align:center;
/* 257 */ 	outline: none;	
/* 258 */ }
/* 259 */ 
/* 260 */ .slideshowlink {
/* 261 */ 	
/* 262 */ }
/* 263 */ 
/* 264 */ /* ----------- Single picture -------------*/
/* 265 */ .ngg-singlepic {
/* 266 */ 	background-color:#FFFFFF;
/* 267 */ 	display:block;  
/* 268 */ 	padding:4px;
/* 269 */ }
/* 270 */ 
/* 271 */ .ngg-left {
/* 272 */ 	float: left;
/* 273 */ 	margin-right:10px;
/* 274 */ }
/* 275 */ 
/* 276 */ .ngg-right {
/* 277 */ 	float: right;
/* 278 */ 	margin-left:10px;
/* 279 */ }
/* 280 */ 
/* 281 */ .ngg-center {
/* 282 */   	margin-left: auto !important;
/* 283 */     margin-right: auto !important;
/* 284 */ }
/* 285 */ 
/* 286 */ /* ----------- Sidebar widget -------------*/
/* 287 */ .ngg-widget,
/* 288 */ .ngg-widget-slideshow {
/* 289 */ 	overflow: hidden;
/* 290 */ 	margin:0pt;
/* 291 */ 	padding:5px 0px 0px 0pt;
/* 292 */ 	text-align:left;
/* 293 */ }
/* 294 */ 
/* 295 */ .ngg-widget img {
/* 296 */ 	border:2px solid #A9A9A9;
/* 297 */ 	margin:0pt 2px 2px 0px; 
/* 298 */ 	padding:1px; 
/* 299 */ }
/* 300 */ 

/* nggallery.css */

/* 301 */ /* ----------- Related images -------------*/
/* 302 */ .ngg-related-gallery {
/* 303 */ 	background:#F9F9F9;
/* 304 */ 	border:1px solid #E0E0E0;
/* 305 */ 	overflow:hidden;
/* 306 */ 	margin-bottom:1em;
/* 307 */ 	margin-top:1em;
/* 308 */ 	padding:5px;
/* 309 */ }
/* 310 */ .ngg-related-gallery img {
/* 311 */ 	border: 1px solid #DDDDDD;
/* 312 */ 	float: left;
/* 313 */ 	margin: 0pt 3px;
/* 314 */ 	padding: 2px;
/* 315 */ 	height: 50px;
/* 316 */ 	width:  50px;
/* 317 */ }
/* 318 */ 
/* 319 */ .ngg-related-gallery img:hover {
/* 320 */ 	border: 1px solid #000000;
/* 321 */ } 
/* 322 */ 
/* 323 */ /* ----------- Gallery list -------------*/
/* 324 */ 
/* 325 */ .ngg-galleryoverview ul li:before {
/* 326 */ 	content: '' !important;
/* 327 */ }
/* 328 */ 
/* 329 */ .ngg-gallery-list {
/* 330 */ 	list-style-type:none;
/* 331 */ 	padding: 0px !important;
/* 332 */ 	text-indent:0px !important;	
/* 333 */ }
/* 334 */ 
/* 335 */ .ngg-galleryoverview div.pic img{
/* 336 */ 	width: 100%;	
/* 337 */ }
/* 338 */ 
/* 339 */ .ngg-gallery-list li {
/* 340 */ 	float:left;
/* 341 */ 	margin:0 2px 0px 2px !important;
/* 342 */ 	overflow:hidden;
/* 343 */ }
/* 344 */ 
/* 345 */ .ngg-gallery-list li a {
/* 346 */ 	border:1px solid #CCCCCC;
/* 347 */ 	display:block;
/* 348 */ 	padding:2px;
/* 349 */ }
/* 350 */ 

/* nggallery.css */

/* 351 */ .ngg-gallery-list li.selected a{
/* 352 */ 	-moz-background-clip:border;
/* 353 */ 	-moz-background-inline-policy:continuous;
/* 354 */ 	-moz-background-origin:padding;
/* 355 */ 	background:#000000 none repeat scroll 0 0;
/* 356 */ }
/* 357 */ 
/* 358 */ .ngg-gallery-list li img {
/* 359 */ 	height:40px;
/* 360 */ 	width:40px;	
/* 361 */ }
/* 362 */ 
/* 363 */ li.ngg-next, li.ngg-prev {
/* 364 */ 	height:40px;
/* 365 */ 	width:40px;	
/* 366 */ 	font-size:3.5em;
/* 367 */ }
/* 368 */ 
/* 369 */ li.ngg-next a, li.ngg-prev a  {
/* 370 */ 	padding-top: 10px;
/* 371 */ 	border: none;
/* 372 */ 	text-decoration: none;
/* 373 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home2/civildev/public_html
currentDir : /home2/civildev/public_html/wp-content/plugins/nextgen-gallery/shutter

*/

/* shutter-reloaded.css */

/* 1  */ /* Shutter */
/* 2  */ #shDisplay div#shTitle {
/* 3  */ 	font: normal 12px/17px 'Lucida Grande', Verdana, sans-serif; /* caption font */
/* 4  */ 	color: #ffffff; /* caption colour */
/* 5  */ 	text-align: center;
/* 6  */ 	margin: 0 auto;
/* 7  */ }
/* 8  */ 
/* 9  */ #shDisplay div#shCount {
/* 10 */ 	color: #999999;
/* 11 */ 	font: normal 10px/12px 'Lucida Grande', Verdana, sans-serif;
/* 12 */ }
/* 13 */ 
/* 14 */ #shDisplay div#shTitle a {
/* 15 */ 	text-decoration: none;
/* 16 */ 	font: bold 16pt 'Courier New', Courier, fixed;
/* 17 */ 	letter-spacing: -2px;
/* 18 */ 	margin: 0 10px;
/* 19 */ 	width: 26px;
/* 20 */ 	color: #999999;
/* 21 */ }
/* 22 */ 
/* 23 */ #shDisplay div#shTitle a:hover {
/* 24 */ 	color: #ffffff;
/* 25 */ 	border: none;
/* 26 */ }
/* 27 */ 
/* 28 */ #shDisplay div#shNext{
/* 29 */ 	float:right;
/* 30 */ }
/* 31 */ 
/* 32 */ #shDisplay div#shPrev {
/* 33 */ 	float:left;
/* 34 */ }
/* 35 */ 
/* 36 */ body {
/* 37 */ 	height: 100%;
/* 38 */ }
/* 39 */ 
/* 40 */ #shShutter *, #shDisplay * {
/* 41 */ 	padding: 0;
/* 42 */ 	margin: 0;
/* 43 */ }
/* 44 */ 
/* 45 */ div#shShutter, div#shDisplay {
/* 46 */ 	top: 0;
/* 47 */ 	left: 0;
/* 48 */ 	width: 100%;
/* 49 */ 	position: absolute;
/* 50 */ }

/* shutter-reloaded.css */

/* 51 */ 
/* 52 */ div#shShutter {
/* 53 */ 	height: 100%;
/* 54 */ 	z-index: 1000;
/* 55 */ 	background-color: #000000;
/* 56 */ 	opacity: 0.8;
/* 57 */ 	filter:alpha(opacity=80);
/* 58 */ }
/* 59 */ 
/* 60 */ div#shDisplay {
/* 61 */ 	display: block;
/* 62 */ 	background-color: transparent;
/* 63 */ 	z-index: 1002;
/* 64 */ }
/* 65 */ 
/* 66 */ div#shDisplay img#shTopImg {
/* 67 */ 	margin: 0 auto;
/* 68 */ 	border: 1px solid #555;
/* 69 */ 	background: transparent;
/* 70 */ 	display: block;
/* 71 */ 	max-width: none;
/* 72 */ 	max-height: none;
/* 73 */ 	float: none;
/* 74 */ 	padding:2px;
/* 75 */ 	cursor: pointer;
/* 76 */ }
/* 77 */ 
/* 78 */ div#shDisplay div#shWrap {
/* 79 */ 	visibility: hidden;
/* 80 */ }
/* 81 */ 
/* 82 */ div#shWaitBar {
/* 83 */ 	font: bold 32px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
/* 84 */ 	height: 36px;
/* 85 */ 	width: 100%;
/* 86 */ 	left: 0;
/* 87 */ 	cursor: default;
/* 88 */ 	opacity: 0.999;
/* 89 */ 	filter: alpha(opacity=100);
/* 90 */ 	z-index: 1001;
/* 91 */ 	margin-top: 160px;
/* 92 */ 	color: #ae0a0a;
/* 93 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home2/civildev/public_html
currentDir : /home2/civildev/public_html/wp-content/plugins/mm-forms

*/

/* stylesheet.css */

/* 1  */ div.mmf {
/* 2  */ 	margin: 0;
/* 3  */ 	padding: 0;
/* 4  */ }
/* 5  */ 
/* 6  */ div.mmf-response-output {
/* 7  */ 	margin: 2em 0.5em 1em;
/* 8  */ 	padding: 0.2em 1em;
/* 9  */ }
/* 10 */ 
/* 11 */ div.mmf-mail-sent-ok {
/* 12 */ 	border: 1px dashed #AFAFA4;
/* 13 */ }
/* 14 */ 
/* 15 */ div.mmf-mail-sent-ng {
/* 16 */ 	border: 1px dashed #FF7800;
/* 17 */ }
/* 18 */ 
/* 19 */ div.mmf-spam-blocked {
/* 20 */ 	border: 1px dashed #FF7800;
/* 21 */ }
/* 22 */ 
/* 23 */ div.mmf-validation-errors {
/* 24 */ 	border: 1px dashed #FF7800;
/* 25 */ }
/* 26 */ 
/* 27 */ span.mmf-form-control-wrap {
/* 28 */ 	position: relative;
/* 29 */ }
/* 30 */ 
/* 31 */ span.mmf-not-valid-tip {
/* 32 */ 	position: absolute;
/* 33 */ 	top: 20%;
/* 34 */ 	left: 20%;
/* 35 */ 	z-index: 100;
/* 36 */ 	background: #fff;
/* 37 */ 	border: 1px solid #FF7800;
/* 38 */ 	font-size: 10pt;
/* 39 */ 	width: 280px;
/* 40 */ 	padding: 2px;
/* 41 */ }
/* 42 */ 
/* 43 */ span.mmf-not-valid-tip-no-ajax {
/* 44 */ 	color: #f00;
/* 45 */ 	font-size: 10pt;
/* 46 */ 	display: block;
/* 47 */ }
/* 48 */ 
/* 49 */ span.mmf-list-item {
/* 50 */ 	margin-left: 0.5em;

/* stylesheet.css */

/* 51 */ }
/* 52 */ 
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home2/civildev/public_html
currentDir : /home2/civildev/public_html/wp-content/plugins/mm-forms

*/

/* calendar.css */

/* 1   */ /* CSS Document */
/* 2   */ 
/* 3   */ /* the div that holds the date picker calendar */
/* 4   */ .dpDiv {
/* 5   */ 	}
/* 6   */ 
/* 7   */ 
/* 8   */ /* the table (within the div) that holds the date picker calendar */
/* 9   */ .dpTable {
/* 10  */ 	font-family: Tahoma, Arial, Helvetica, sans-serif;
/* 11  */ 	font-size: 12px;
/* 12  */ 	text-align: center;
/* 13  */ 	color: #505050;
/* 14  */ 	background-color: #ece9d8;
/* 15  */ 	border: 1px solid #AAAAAA;
/* 16  */ 	}
/* 17  */ 
/* 18  */ 
/* 19  */ /* a table row that holds date numbers (either blank or 1-31) */
/* 20  */ .dpTR {
/* 21  */ 	}
/* 22  */ 
/* 23  */ 
/* 24  */ /* the top table row that holds the month, year, and forward/backward buttons */
/* 25  */ .dpTitleTR {
/* 26  */ 	}
/* 27  */ 
/* 28  */ 
/* 29  */ /* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
/* 30  */ .dpDayTR {
/* 31  */ 	}
/* 32  */ 
/* 33  */ 
/* 34  */ /* the bottom table row, that has the "This Month" and "Close" buttons */
/* 35  */ .dpTodayButtonTR {
/* 36  */ 	}
/* 37  */ 
/* 38  */ 
/* 39  */ /* a table cell that holds a date number (either blank or 1-31) */
/* 40  */ .dpTD {
/* 41  */ 	border: 1px solid #ece9d8;
/* 42  */ 	}
/* 43  */ 
/* 44  */ 
/* 45  */ /* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
/* 46  */ .dpDayHighlightTD {
/* 47  */ 	background-color: #CCCCCC;
/* 48  */ 	border: 1px solid #AAAAAA;
/* 49  */ 	}
/* 50  */ 

/* calendar.css */

/* 51  */ 
/* 52  */ /* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
/* 53  */ .dpTDHover {
/* 54  */ 	background-color: #aca998;
/* 55  */ 	border: 1px solid #888888;
/* 56  */ 	cursor: pointer;
/* 57  */ 	color: red;
/* 58  */ 	}
/* 59  */ 
/* 60  */ 
/* 61  */ /* the table cell that holds the name of the month and the year */
/* 62  */ .dpTitleTD {
/* 63  */ 	}
/* 64  */ 
/* 65  */ 
/* 66  */ /* a table cell that holds one of the forward/backward buttons */
/* 67  */ .dpButtonTD {
/* 68  */ 	}
/* 69  */ 
/* 70  */ 
/* 71  */ /* the table cell that holds the "This Month" or "Close" button at the bottom */
/* 72  */ .dpTodayButtonTD {
/* 73  */ 	}
/* 74  */ 
/* 75  */ 
/* 76  */ /* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
/* 77  */ .dpDayTD {
/* 78  */ 	background-color: #CCCCCC;
/* 79  */ 	border: 1px solid #AAAAAA;
/* 80  */ 	color: white;
/* 81  */ 	}
/* 82  */ 
/* 83  */ 
/* 84  */ /* additional style information for the text that indicates the month and year */
/* 85  */ .dpTitleText {
/* 86  */ 	font-size: 12px;
/* 87  */ 	color: gray;
/* 88  */ 	font-weight: bold;
/* 89  */ 	}
/* 90  */ 
/* 91  */ 
/* 92  */ /* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
/* 93  */ .dpDayHighlight {
/* 94  */ 	color: 4060ff;
/* 95  */ 	font-weight: bold;
/* 96  */ 	}
/* 97  */ 
/* 98  */ 
/* 99  */ /* the forward/backward buttons at the top */
/* 100 */ .dpButton {

/* calendar.css */

/* 101 */ 	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
/* 102 */ 	font-size: 10px;
/* 103 */ 	color: gray;
/* 104 */ 	background: #d8e8ff;
/* 105 */ 	font-weight: bold;
/* 106 */ 	padding: 0px;
/* 107 */ 	}
/* 108 */ 
/* 109 */ 
/* 110 */ /* the "This Month" and "Close" buttons at the bottom */
/* 111 */ .dpTodayButton {
/* 112 */ 	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
/* 113 */ 	font-size: 10px;
/* 114 */ 	color: gray;
/* 115 */ 	background: #d8e8ff;
/* 116 */ 	font-weight: bold;
/* 117 */ 	}
