/**
 * CSS for admin Settings pages
 *
 * @author Ade WALKER  (email : info@studiograsshopper.ch)
 * @copyright Copyright 2008-2013
 * @package dynamic_content_gallery
 * @version 4.0
 *
 * Loaded by dfcg_load_admin_styles() which is hooked to admin_print_styles-
 *
 */

/* Settings Page tables*/
.form-table {width:98% !important; margin:0;border-collapse: separate;}/*ok*/
.form-table th {background: #f6f6f6;}/*ok*/
.form-table td {background: #f6f6f6;}/*ok*/

/* Tabs panels and content */
.dfcg-panel {margin:0px;}/*ok*/

.dfcg-panel table p {margin:0;padding:0;}
.dfcg-panel ul {list-style-type:disc;margin-left:20px;}
.dfcg-panel ul.links {list-style-type:none;}
.dfcg-panel ol {list-style-type:decimal;margin-left:20px;margin-top:6px;}
.dfcg-panel li {line-height:20px;}

.dfcg-panel h3.not-top {padding:30px 0 0;}
.dfcg-panel a img {vertical-align:text-bottom; margin:0 15px 0 10px;}/*ok*/


/* Key Settings stuff */
.dfcg-key-settings {margin:0; padding:12px 0 20px 0;}/*ok*/
.dfcg-key-settings table {width:78%;}/*ok*/
.dfcg-key-settings table td {background:#f6f6f6;padding:5px 10px;color:#666666;}/*ok*/
.dfcg-key-settings table td.first {width:200px;vertical-align:top;}/*ok*/
.dfcg-key-settings table td.third {background:url(images/tick.png) no-repeat 6px 6px #f6f6f6;vertical-align:top;}/*ok*/
.dfcg-key-settings table td.third-error {background:url(images/cross.png) no-repeat 6px 6px #f6f6f6;vertical-align:top;}/*ok*/

/* Misc Settings page stuff */
.off-site {background: url(images/link.png) top left no-repeat; padding:0 0 0 20px;}/*ok*/
.bold-italic {font-weight:bold;font-style:italic;}
#setting-error-dfcg-reset {background-color:#ecfcde; border:1px solid #a7c886;}

/* Reset checkbox */
.dfcg-reset {padding:0px 10px;margin:0px;}
.dfcg-reset input[type="checkbox"] {vertical-align:text-bottom;}

/* Footer credits */
.dfcg-credits {border-top:1px solid #dfdfdf;margin:10px 0px 0px 0px;padding:10px 10px 0px 0px;float:left; color:#777777;}

/* cluetips */
.dfcg-tip-hidden p {margin:0 0 10px 0; padding:0;}
.dfcg-panel td a.dfcg-local-tip img {display:block; margin:0 auto;}/*ok*/
.dfcg-panel td a.dfcg-local-tip img.inline {display:inline;margin:0 0 0 10px;padding:0;vertical-align:text-bottom;}/*ok*/
.inline {vertical-align: text-bottom;}


/* Form elements */
/*textarea, input, select {padding:2px;}*/

/* Image Management - sliding div */
.dfcg-panel-image-opts {margin:0;padding:5px 0 0 0;}

/* WP 3.3 Contextual help overrides */
#contextual-help-wrap h4 {margin: 1em 0 0;}
#contextual-help-wrap p {margin: 0 0 1em;}
.help-tab-content {height:274px;}