/*
Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/

body
{
	/* Font */
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;

	/* Text color */
	color: #222;

	/* Remove the background color to make it transparent */
	background-color: #fff;
}

html
{
	/* #3658: [IE6] Editor document has horizontal scrollbar on long lines
	To prevent this misbehavior, we show the scrollbar always */
	_overflow-y: scroll
}

img:-moz-broken
{
	-moz-force-broken-image-icon : 1;
	width : 24px;
	height : 24px;
}
img, input, textarea
{
	cursor: default;
}
img {
    float: left;
    margin-top: 5px;
    margin-right: 1.5em;
    margin-bottom: 1em;
}
body {
    font-family: "Palatino Linotype", Times, serif;

}
h1, h2, h3, h4, h5, h6 {
    color: #372a73;
    font-weight: normal;
}
h1 {
    font-style: italic;
    font-size: 220%;
    letter-spacing: -0.1em;
    clear: left;
}
h2 {
    font-style: italic;
    font-size: 180%;
    letter-spacing: -0.1em;
    margin-bottom: 1em;
}
h3 {
    font-size: 150%;
}
p, li, pre, td {
    color: #707071;
    font-size: 1.2em;
}
p {
    margin-bottom: 1em;
}
p strong {
    color: #606060;
}
blockquote {
    float: right;
    width: 33%;
    background: #faf0be;
    padding: 20px 20px 0px 25px;
    font-size: 1.4em;
    margin: 0em 0em 0em 1em;
    line-height: 1.4em;
    letter-spacing: -0.05em;
}
blockquote p {
    color: #372aaa;
}
li {
    margin-left: 20px;
}
a {
    text-decoration: none;
}
a:hover {
    color: #f00;
    text-decoration: underline;
}
a[href $=\'.pdf\'] {
    padding-left: 20px;
    background: transparent url(\'../images/generic/fileicons/pdf.gif\') no-repeat top left;
}
a[href $=\'.doc\'] {
    padding-left: 20px;
    background: transparent url(\'../images/generic/fileicons/doc.gif\') no-repeat top left;
}
a[href $=\'.docx\'] {
    padding-left: 20px;
    background: transparent url(\'../images/generic/fileicons/doc.gif\') no-repeat top left;
}
a[href $=\'.rtf\'] {
    padding-left: 20px;
    background: transparent url(\'../images/generic/fileicons/doc.gif\') no-repeat top left;
}
a[href $=\'.txt\'] {
    padding-left: 20px;
    background: transparent url(\'../images/generic/fileicons/txt.gif\') no-repeat top left;
}
a[href $=\'.csv\'] {
    padding-left: 20px;
    background: transparent url(\'../images/generic/fileicons/csv.gif\') no-repeat top left;
}
a[href $=\'.xls\'] {
    padding-left: 20px;
    background: transparent url(\'../images/generic/fileicons/xls.gif\') no-repeat top left;
}
a[href $=\'.ppt\'] {
    padding-left: 20px;
    background: transparent url(\'../images/generic/fileicons/ppt.gif\') no-repeat top left;
}
a[href *='@'] {
    padding-left: 20px;
    background: transparent url('../images/email.gif') no-repeat top left;
}
a[href *=\'rss.php\'] {
    padding-left: 20px;
    background: transparent url(\'../images/generic/fileicons/rss.gif\') no-repeat top left;
}
td, th {
    padding: 5px;
    background: #fdf8df;
    border-bottom: 2px solid #FFF;
}
th {
    background: #fdf8df;
}
