/*
 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
 * Copyright (C) 2003-2008 Frederico Caldeira Knabben
 *
 * == BEGIN LICENSE ==
 *
 * Licensed under the terms of any of the following licenses at your
 * choice:
 *
 *  - GNU General Public License Version 2 or later (the "GPL")
 *    http://www.gnu.org/licenses/gpl.html
 *
 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
 *    http://www.gnu.org/licenses/lgpl.html
 *
 *  - Mozilla Public License Version 1.1 or later (the "MPL")
 *    http://www.mozilla.org/MPL/MPL-1.1.html
 *
 * == END LICENSE ==
 *
 * This is the default CSS file used by the editor area. It defines the
 * initial font of the editor and background color.
 *
 * A user can configure the editor to use another CSS file. Just change
 * the value of the FCKConfig.EditorAreaCSS key in the configuration
 * file.
 */

/*
    The "body" styles should match your editor web site, mainly regarding
    background color and font family and size.
*/

body
{
	background-color: #ffffff;
	padding: 5px 5px 5px 5px;
	margin: 0px;
}

body, td
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

a[href]
{
	color: -moz-hyperlinktext !important;		/* For Firefox... mark as important, otherwise it becomes black */
	text-decoration: -moz-anchor-decoration;	/* For Firefox 3, otherwise no underline will be used */
}

/*
	Just uncomment the following block if you want to avoid spaces between
	paragraphs. Remember to apply the same style in your output front end page.
*/

/*
p, ul, li
{
	margin-top: 0px;
	margin-bottom: 0px;
}
*/

/*
    The following are some sample styles used in the "Styles" toolbar command.
    You should instead remove them, and include the styles used by the site
    you are using the editor in.
*/

.Bold
{
	font-weight: bold;
}

.Title
{
	font-weight: bold;
	font-size: 18px;
	color: #cc3300;
}

.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}
.left{
float:left;
padding:10px 10px 10px 0;
background:#FFF;
}
.right{
float:right;
padding:10px 0 10px 10px;
background:#FFF;
}
.center {
text-align:center;
clear:both;
}
.red{
color:red;
}
.pink{
	color:#fe5272;
}
.orange{
color:#f76a2f;
}
.big{
font-size:200%;
}
.small{
font-size:85%;
}
.mid{
font-size:140%;
}
.sbig{
font-size:130%;
}

#column-title h2{
padding:0 0 5px 40px;
color:#333;
font-size:36px;
line-height:36px;
font-weight:normal;
background:url(/img/circle-green.gif) no-repeat 8px 6px;
border-bottom: 4px double #cececf;
}
#check-title{
padding:58px 0 0 150px;
background: url(/img/check-title.gif) repeat-x 0 0;
margin:0 0 20px 0;
height:100px;
}
#check-title p{
padding:0 10px 0 0;
margin:0 0 35px 0;
color:#333;
font-size:12px;
text-align: right;
}
#check-title span{
padding:0 0 0 22px;
color:#7cef70;
font-size:16px;
background: url(/img/ic-dotto-green.gif) no-repeat 8px 12px;
}
#check-title h2{
padding:0 0 5px 40px;
color:#333;
font-size:36px;
line-height:36px;
font-weight:normal;
background:url(/img/circle-green.gif) no-repeat 8px 6px;
}


#column{
padding:0 0 0 0;
}
h2{
padding:30px 10px 20px 16px;
background:url(/img/title_bg.gif) no-repeat left top;
font-size:33px;
color:#739b31;
line-height:36px;
margin:0 0 20px 0;
font-weight:500;
border-bottom: 1px dotted #95c73d;
}
h3{
padding:15px 0 0 44px;
height:26px;
background:url(/img/ic-hart.gif) no-repeat left 2px;
border-bottom: 1px solid #fe5272;
font-size:26px;
color:#333;
margin:0 0 15px 0;
font-weight:500;
}
h4{
padding:6px 0 6px 10px;
margin:0 5px 20px 8px;
border-left: 18px solid #fe5272;
color:#454444;
font-size:20px;
line-height:24px;
font-weight:500;
}
h5{
padding:0px 0 0 20px;
margin:0 10px 10px 12px;
color:#454444;
font-size:18px;
font-weight:normal;
background:url(/img/ic-kirari-red.gif) no-repeat left 0;
font-weight:500;
}
p{
padding:0 5px 0 5px;
margin: 0 0 24px 0;
line-height:24px;
font-size:14px;
background: url(/img/dotto.gif)  bottom;
text-indent:10x;
}
strong{
padding:0 1px 0 1px;
font-weight: bold;
font-size:110%;
color:#fe5272
}
ul{
padding:10px 5px;
margin: 0 0 15px 0;
border: 1px dashed #CCC;
}
ul li{
padding:2px 3px;
list-style: outside circle;
margin:0 0 0 30px;
}
ol{
padding:10px 10px;
margin: 0 0 15px 0;
}
ol li{
padding:4px 3px 4px 3px;
list-style: outside decimal;
margin:0 0 0 30px;
}
ul{
padding:10px 5px;
margin: 0 0 15px 0;
border: 1px dashed #CCC;
}
blockquote{
color:#ff6a09;
padding:10px;
border: 1px dashed #CCC;
margin:0 0 15px 0;
}
blockquote p{
margin: 0;
padding: 0;
font-size:90%;
background: none;
}
table{
border-collapse: inherit;
empty-cells: inherit;
margin:0 0 20px 0;
width:100%;
}
table th{
color:#835524;
padding:3px 5px 3px 3px;
font-weight: bold;
border: 1px solid #edf8d3;
background: #edf8d3;
text-align: center;
font-weight:500;
}
table td {
padding: 3px 3px 3px 3px;
text-align: center;
border: 1px solid #edf8d3;
background:#FFF;
color:#835524;
}


