/*
Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/

* { font-family: Lucida Sans; font-size: 13px; line-height: 18px }

body { color: #727272; background-color: #fff }

html { _overflow-y: scroll; cursor: text; *cursor:auto }

img:-moz-broken { -moz-force-broken-image-icon : 1; width : 24px; height : 24px }
img, input, textarea { cursor: default }

h3 { color: #BA92C3; font-size: 14px; margin: 0 0 15px }

.img-descricao-direita, .img-descricao-esquerda { background-color: #e3e6f2; padding: 10px; text-align: center }
.img-descricao-centro { clear: both; display: block; margin: 0 auto 15px; padding: 10px; text-align: center }
.img-descricao-direita img, .img-descricao-centro img, .img-descricao-esquerda img { border: 1px solid #ba92c3; display: block; margin: 0 auto 5px }
.img-descricao-direita p, .img-descricao-centro p, .img-descricao-esquerda p { font-style: italic; margin: 0; text-align: center }
.img-descricao-direita { float: right; margin-left: 15px }
.img-descricao-esquerda { float: left; margin-right: 15px }

.underline { text-decoration: underline }

p { margin: 0 0 15px }
p a { color: #BF99C7 !important }
p a:hover { color: #7482bf }

ul, ol { margin: 0 0 15px; padding-left: 0 }
ul li { background: url(/img/ico-ul.gif) no-repeat 0 5px; list-style: none outside none; padding-left: 18px }  
ol li { list-style: decimal inside none }

blockquote { background: url(/img/blockquote.gif) no-repeat 10px 10px #E3E6F2; font-style: italic; margin: 0 0 15px; overflow: hidden; padding: 15px 15px 0 40px }
blockquote p { color: #581d65; margin: 0 0 15px }
		
.cke_show_borders table { border: 1px solid #939393 !important; border-collapse: collapse; margin-bottom: 15px; width: 100% }
.cke_show_borders table tr  { border: 0 }
.cke_show_borders table th { background-color: #9da9db; border: 0 !important; border-right: 1px solid #939393 !important; color: #FFFFFF; font-size: 14px; padding: 8px }
.cke_show_borders table td { background-color: #ffffff; border: 0 !important; border-right: 1px solid #939393 !important; color: #7b7b7b; font-size: 13px; padding: 8px }