/*
 * FCKeditor - The text editor for internet
 * Copyright (C) 2003-2005 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/
 * 
 * "Support Open Source software. What about a donation today?"
 * 
 * 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.
 * 
 * File Authors:
 * 		Frederico Caldeira Knabben (fredck@fckeditor.net)
 */

/* body
{
	font-family: Times New Roman, Verdana, Sans-Serif;
	font-size: 12px;
	padding: 5px 5px 5px 5px;
	margin: 0px;
	border-style: none;
	background-color: #ffffff;
}

 
	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;
}
*/

.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;
}


/* CSS Document */

body {
	background-color: #E8E8E7;
	margin: 0px;

}

.contentarea {
	background-image: url(/images/whitebar.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #E8E8E7;
}

.dotline {
	background-image: url(/images/dot_line.jpg);
	background-repeat: repeat-x;
}
.dotbottom {
	background-image: url(/images/dot_line.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.dotbottom27 {
	background-image: url(/images/dot_line.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 27px;
}
.vertical-dotline {
	background-image: url(/images/ver_dot_line.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

.content1 {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;

}
.arrow {
	font-family: tahoma;
	font-size: 11px;
	color: #DE4548;
	font-weight: bold;
	padding-bottom: 4px;
}
.footer {
	font-family: tahoma;
	font-size: 10px;
	color: #D6D3D3;
	text-decoration:none;
	font-weight: bold;
	height: 20px;
}
a:hover.footer {
	font-family: tahoma;
	font-size: 10px;
	color: #DE4447;
	text-decoration:none;
}
.copywrite{
	font-family: tahoma;
	font-size: 10px;
	color: #D6D3D3;
	text-decoration:none;
	height: 20px;
}
a:hover.copywrite{
	font-family: tahoma;
	font-size: 10px;
	color: #DE4447;
	text-decoration:none;
	height: 20px;
}.red-content {
	font-family: tahoma;
	font-size: 11px;
	color: #DE4548;
	font-weight: bold;
	padding-bottom: 4px;
	line-height: 16px;
	padding-top: 5px;
	padding-left: 8px;
}
.content-internal {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-align:justify;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 8px;
	line-height: 16px;
}



.textField
{
	font-family: verdana,Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #ffffff;
	padding-top:1px;
	padding-left:1px;
	padding-right:1px;
	padding-bottom:1px;
	border-right-width:1px;
	border-left-width:1px;
	border-top-width:1px;	
	border-bottom-width: 1px;
	border-right-color: #999998;
	border-bottom-color: #999998;
	border-top-color: #999998;
	border-left-color: #999998;
	border-top-style: solid;	
	border-left-style: solid;	
	border-right-style: solid;	
	border-bottom-style: solid;	
}

/*.scroller {
	overflow: auto;
	width: 100%;
	text-align:left;
	vertical-align: top;
	scrollbar-face-color: #ffffff;
	SCROLLBAR-BASE-COLOR: #E8E8E8;
	SCROLLBAR-ARROW-COLOR: #A10096;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
	height: 520px;
	z-index: 999;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5B5F69;
	background-color: #DCE1BF;
	background-position: center 58px;
	margin: 0px;
}
.index-body {
	background-image: url(../images/map_bg.gif);
	background-repeat: repeat-x;
}
.int-body {
	background-image: url(../images/int_page_bg.gif);
	background-repeat: repeat-x;
}
.base {
	background-color: #FFFFFF;
}
.logo-bg {
	background-image: url(../images/logo_bg.gif);
	background-repeat: repeat-x;
}
.topnav-bg {
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
}

.pagebot-bg {
	background-image: url(../images/page_bot_bg.gif);
	background-repeat: repeat-x;
}
.nav-bot {
	background-image: url(../images/bot_bg.gif);
	background-repeat: repeat-x;
	color: #E9ECF0;
	padding-left: 25px;
	font-size: 11px;
	padding-top: 2px;
}
.copy {
	font-size: 11px;
	color: #9E9E9E;
	padding-right: 15px;
	padding-left: 15px;
}
.quick-nav {
	font-size: 10px;
	color: #59779A;
	text-align: center;
}
.bdr-top {
	background-image: url(../images/rnd_timg.gif);
	background-repeat: repeat-x;
}
.bdr-bot {
	background-image: url(../images/rnd_bimg.gif);
	background-repeat: repeat-x;
}
.bdr-left {
	background-image: url(../images/rnd_limg.gif);
	background-repeat: repeat-y;
}
.bdr-right {
	background-image: url(../images/rnd_rimg.gif);
	background-repeat: repeat-y;
}
.green {
	color: #72892A;
}
.content {
	padding: 10px;
	padding-top:0px;
	padding-bottom:0px;
}
.content-int {
	padding: 17px;
	padding-top:0px;
}
.head {
	font-size: 17px;
	font-weight: bold;
	color: #6F809B;
}
.head-color {
	color: #374362;
}
p {
	margin-top:6px;
	margin-bottom:12px;
}
a {
	color: #6B6B6B;
	text-decoration: none;
}
a:hover {
	color: #72892A;
}
.nav-bot a {
	color: #E9ECF0;
	text-decoration: none;
}
.nav-bot a:hover {
	color: #EEF9AD;
}
.quick-nav a {
	color: #59779A;
	text-decoration: none;
}
.quick-nav a:hover {
	color: #000000;
}.head-int {
	font-size: 17px;
	font-weight: bold;
	color: #6F809B;
	background-image: url(../images/head_hline.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.quoteBig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #636363;
}
.headingbd{
		color: #374362;
		margin-top:12px;
		padding-left:4px;		
}
.headingbl{
		color: #6F809B;
		
}
.quoteBig-small {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #A0A0A0;
}
.quoteBig-blue {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #1E89C1;
}
.quoteBig-small-gold {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #839A3C;
}
.quoteBig-small-blck {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #545550;
}
.topbg
{
background-image:url(../images/ban2.jpg);
vertical-align:bottom;
padding-left:2px;
}
.topbginner
{
background-image:url(../images/financial_ban2.jpg);
vertical-align:bottom;
padding-left:2px;
}
.marquetxt
{
font-family:Arial, Helvetica, sans-serif;
color:#061F3D;
padding-bottom:4px;


}
.selectBox
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 02px;
	border-left-width: 0px;
	background-color: #FFFFFF;
}

.textField
{
	font-family: verdana,Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	padding-top:2px;
	padding-left:2px;
	padding-right:2px;
	padding-bottom:2px;
	border-right-width:1px;
	border-left-width:1px;
	border-top-width:1px;	
	border-bottom-width: 1px;
	border-right-color: #999998;
	border-bottom-color: #999998;
	border-top-color: #999998;
	border-left-color: #999998;
	border-top-style: solid;	
	border-left-style: solid;	
	border-right-style: solid;	
	border-bottom-style: solid;	
}

input.commonButton
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color: #000000;
	background-image: url(images/copybg3.png);
	border: none;
	font-weight: bold;
	height: 20px;
}

input.commonButtonLight
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #931815;
	background-color: #eeeeee;
	background-image: url(images/tit_1.gif);
	border: none;
	font-weight: bold;
	height: 16px;
}

input.commonButtonGreen
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #eeeeee;
	background-image: url(images/bt_02.gif);
	border: none;
	font-weight: bold;
	height: 16px;
}

input.commonButtonBrown
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #eeeeee;
	background-image: url(images/bt_08.gif);
	border: none;
	font-weight: bold;
	height: 16px;
}

.titlebold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
    padding-left:5px;
	padding-right:5px;
	padding-bottom: 7px;
}


.titleboldRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
    padding-left:5px;
	padding-right:5px;
	padding-bottom: 7px;
	color: red;
}
.trblueOdd
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	/*background-color: #EBEBEB;*/
}

.titleRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    padding-left:5px;
	padding-right:5px;
	padding-bottom: 7px;]
	color:red;
}
