/*
 * FCKeditor - The text editor for internet
 * Copyright (C) 2003-2004 Frederico Caldeira Knabben
 * 
 * Licensed under the terms of the GNU Lesser General Public License:
 * 		http://www.opensource.org/licenses/lgpl-license.php
 * 
 * For further information visit:
 * 		http://www.fckeditor.net/
 * 
 * File Name: fck_editorarea.css
 * 	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.
 * 
 * Version:  2.0 FC (Preview)
 * Modified: 2005-03-10 00:01:57
 * 
 * File Authors:
 * 		Frederico Caldeira Knabben (fredck@fckeditor.net)
 */
.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;
}

.dotedline1 { background: url(../../../images/main-doted.gif) repeat-x center;}
.table-main-heading {background-color:#434343; color:#ffffff; }
.maintable {background-color:#FFFFFF; }
.dotedline { background: url(../../../images/dotedline.gif) repeat-x center;}
.dotedline2 { background: url(../../../images/dot.gif) repeat-y center;}
.dotedline1 { background: url(../../../images/main-doted.gif) repeat-x center;}
.middletd-pading {padding:8px 14px 14px 14px;}
.leftbg{background: url(../../../images/leftbg.gif) repeat-y center;}
.leftpadding { padding:7px 7px 7px 12px;}
.subheading-text {font-family:arial; font-size:16px; color:#D00404;}
.table-main-heading {background-color:#434343; color:#ffffff; }
.redtext { color:#D00404;}
.redtext1 {color:#D00404; font-family:arial; font-size:16px;}
.greybar {background-color:#E7E7E7; }
.tablebg{ background-color:#F3F3F3;}
.tablebg1{ background-color:#ffffff; BORDER:1px solid #999999; padding:1px;}
.tablebg3{ background-color:#ffffff; BORDER:1px solid #EBEBEB; padding:1px;}
.smallfont{font-size:9px;}

.tablebg2{ background-color:#ffffff; BORDER:1px solid #CA0404; padding:1px;}
.table-red {background-color:#CA0404; color:#ffffff; }

.footer-bg{background: url(../../../images/footerbg.gif) repeat-x center; color:#ffffff;}
.border { BORDER:1px solid #989898; padding:1px;}
.border1 { BORDER:1px solid #EBEBEB; padding:1px;}
.tablebg-red{ background-color:#ffffff; BORDER:1px solid #B10101; padding:1px;}
.footerbg1 {background-color:#EBEBEB; color:#666666;}
a:link, a:active, a:visited { color:#B50203; text-decoration:none; }
a:hover { color:#000000; text-decoration:none;}
a.bottomlink:link, a.bottomlink:active, a.bottomlink:visited { color:#ffffff; text-decoration:none; }
a.bottomlink:hover { color:#FFE400; text-decoration:none; }
a.blacklink
{
color:#000000; 
text-decoration:underline;
}
a.blacklink:link
{ color:#000000; text-decoration:underline; }
a.blacklink:active
{ color:#000000; text-decoration:underline; }
a.blacklink:visited 
{ color:#000000; text-decoration:underline; }
a.blacklink:hover { color:#B50203; text-decoration:none; }
.noborder {border:none;}
input, textarea, select { font-size:11px; color:#666666;  BORDER:1px solid #CECECE;}
.inputbutton { font-weight:bold; text-align:center; color:#ffffff; background-color:#C80303; border:1px solid #0E0E0E; padding:2px; cursor:pointer;}

/* 
ccma css
*/
