/**
 * Core Design TypoCSS plugin for Joomla! 1.7
 * @author      Daniel Rataj, <info@greatjoomla.com>
 * @package     Joomla 
 * @subpackage	Content
 * @category    Plugin 
 * @version     2.0.3
 * @copyright	Copyright (C) 2007 - 2011 Great Joomla!, http://www.greatjoomla.com
 * @license		http://www.gnu.org/copyleft/gpl.html GNU/GPL 3
 * 
 * This file is part of Great Joomla! extension.
 * This extension is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * This extension is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program. If not, see <http://www.gnu.org/licenses/>.
 */

/* <pre> html tag - default settings */
pre.cdtypocss_pre_gray, pre.cdtypocss_pre_black, pre.cdtypocss_pre_blue, pre.cdtypocss_pre_red, pre.cdtypocss_pre_green, pre.cdtypocss_pre_purple, pre.cdtypocss_pre_yellow {
	border-style: dotted dotted dotted solid;
	border-width: 1px 1px 1px 20px;
	font-size: 90%;
	margin: 2px 0px;
	padding: 10px;
	overflow: auto;
	white-space: nowrap;
}
/* <pre> html tag - default */
pre.cdtypocss_pre_gray {
	background: #F4F5F6 none 0 0 repeat scroll;
	border-color: #AAB4BE #AAB4BE #AAB4BE #B4B4B4;
	color: #808080;
}
/* <pre> html tag - black */
pre.cdtypocss_pre_black {
	background: #F4F5F6 none repeat 0 0 scroll;
	border-color: #AAB4BE #AAB4BE #AAB4BE #404040;
	color: #000;
}
/* <pre> html tag - blue */
pre.cdtypocss_pre_blue {
	background: #ccccff none 0 0 repeat scroll;
	border-color: #000099 #000099 #000099 #000099;
	color: #000080;
}
/* <pre> html tag - red */
pre.cdtypocss_pre_red {
	background: #ffcccc none 0 0 repeat scroll;
	border-color: #990000 #990000 #990000 #b22222;
	color: #b22222;
}
/* <pre> html tag - green */
pre.cdtypocss_pre_green {
	background: #ccffff none 0 0 repeat scroll;
	border-color: #009900 #009900 #009900 #006600;
	color: #009900;
}
/* <pre> html tag - purple */
pre.cdtypocss_pre_purple {
	background: #fff none 0 0 repeat scroll;
	border-color: #ffccff #ffccff #ffccff #ba55d3;
	color: #ba55d3;
}
/* <pre> html tag - yellow */
pre.cdtypocss_pre_yellow {
	background: #fff none 0 0 repeat scroll;
	border-color: #ffd700 #ffd700 #ffd700 #ffd700;
	color: #ffcc00;
}
