﻿/* ================================
    Cashflow Manager CSS
   ================================
*/
/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}
/* background color for the content part of the pages */
Body {
	margin: 10px 0px 10px 0px;
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial;
	background-color: #edeeee;
	

}
.TabBodyContainer {
	border-color: #000000;
	border-style:none;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	padding: 0px;
	border:0px
}
.FooterBackground {
	font-family: verdana,helvetical,arial,sans;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
	background-color: #6bb436;
	width: 740px;
	height: 23px;
}
.FooterBackground a:link {
	font-family: verdana,helvetical,arial,sans;
	font-size: 10px;
	color: #ffffff;
}
.FooterBackground a:active {
	font-family: verdana,helvetical,arial,sans;
	font-size: 10px;
	color: #ffffff;
}
.FooterBackground a:visited {
	font-family: verdana,helvetical,arial,sans;
	font-size: 10px;
	color: #ffffff;
}
.FooterBackground a:hover {
	font-family: verdana,helvetical,arial,sans;
	font-size: 10px;
	color: #ffffff;
	text-decoration: underline;
}
.Login {
	font-family: verdana,helvetical,arial,sans;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	background-color: #6bb436;
}
.Login a:link {
	color: #ffffff;
}
.Login a:visited {
	color: #ffffff;
}
.Login a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.Login a:active {
	color: #ffffff;
}
/* background/border colors for the selected tab */
.TabBg {
}
.LeftPane {
padding:0px;
padding-right:8px;

}
.ContentPane {
padding:0px;
}
.RightPane {
padding-left:8px;
padding-right:0px;

}
/* text style for the selected tab */
.SelectedTab {
}
/* hyperlink style for the selected tab */
A.SelectedTab:link {
}
A.SelectedTab:visited {
}
A.SelectedTab:active {
}
A.SelectedTab:hover {
}
/* text style for the unselected tabs */
.OtherTabs {
}
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}
A.OtherTabs:visited {
}
A.OtherTabs:active {
}
A.OtherTabs:hover {
}
/* GENERAL */
/* style for module titles */
.Head {
	font-family: verdana,helvetical,arial,sans;
	color: #6bb436;
}
/* style of item titles on edit and admin pages */
.SubHead {
	font-family: verdana,helvetical,arial,sans;
	font-size: 11px;
	font-weight: bold;
	color: #6bb436;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	font-family: verdana,helvetical,arial,sans;
	font-size: 11px;
	font-weight: bold;
	color: #6bb436;
}
/* text style used for most text rendered by modules */
.Normal {
	font-family: verdana,helvetical,arial,sans;
	font-size: 12px;
	font-weight: normal;
	color: #3D3D3D;
	line-height: 1.3em;
	margin-bottom: 1em;
}
.NormalBlack
{
	font-family: verdana,helvetical,arial,sans;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 1.3em;
	margin-bottom: 1em;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
	border-right: #999999 1px solid;
	border-top: #999999 1px solid;
	border-left: #999999 1px solid;
	border-bottom: #999999 1px solid;
	color: #3D3D3D;
	font-family: verdana,helvetical,arial,sans;
	font-size: 12px;
	font-weight: normal;
}

.NormalCombo {
	color: #3D3D3D;
	font-family: verdana,helvetical,arial,sans;
	font-size: 12px;
	font-weight: normal;
}
.NormalRed {
	font-family: verdana,helvetical,arial,sans;
	font-size: 12px;
	font-weight:normal;
	color: #ff0000;
}
.NormalBold {
	font-family: verdana,helvetical,arial,sans;
	font-size: 12px;
	font-weight: bold;
	color: #3D3D3D;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
	border-top: 1px solid #6bb436;
	border-bottom: 1px solid black;
	border-left: 1px solid #6bb436;
	border-right: 1px solid black;
	padding: 2px 7px 2px 7px;
	background: #6bb436;
	color: #ffffff;
	font-family: verdana,helvetical,arial,sans;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	color: #ffffff;
	text-decoration: none;
}
A.CommandButton:visited {
	color: #ffffff;
	text-decoration: none;
}
A.CommandButton:active {
	color: #ffffff;
	text-decoration: none;
}
A.CommandButton:hover {
	border-top: 1px solid #6bb436;
	border-bottom: 1px solid black;
	border-left: 1px solid #6bb436;
	border-right: 1px solid black;
	padding: 2px 7px 2px 7px;
	background: #6bb436;
	color: #ffffff;
	font-family: verdana,helvetical,arial,sans;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
/* GENERIC */
H1 {
	font-family: verdana,helvetical,arial,sans;
	font-size: 28px;
	font-weight:bold;
	text-align: center; 
	color: #000000;
	line-height:1.2em;
}
H2 {
	font-family: verdana,helvetical,arial,sans;
	font-size: 20px;
	font-weight:bold;
	text-align: center;
	color: #6bb436;
	line-height:1.2em;
}
H3 {
	font-family: verdana,helvetical,arial,sans;
	font-size: 16px;
	font-weight: bold;
	color: #6bb436;
	line-height:1.2em;
}
H4 {
	font-family: verdana,helvetical,arial,sans;
	font-size: 14px;
	font-weight: bold;
	color: #6bb436;
	line-height:1.2em;
}
H5, DT {
	font-family: verdana,helvetical,arial,sans;
	font-size: 12px;
	font-weight: bold;
	color: #6bb436;
	line-height:1.2em;
}
H6 {
	font-family: verdana,helvetical,arial,sans;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height:1.2em;
}
TFOOT, THEAD {
	font-family: verdana,helvetical,arial,sans;
	font-size: 12px;
	color: #6bb436;
	font-size: 12px;
}
TH {
	vertical-align: baseline;
	font-family: verdana,helvetical,arial,sans;
	font-size: 12px;
	font-weight: bold;
	color: #6bb436;
}
A:link {
	font-family: verdana,helvetical,arial,sans;
	font-size: 12px;
	font-weight: bold;
	color: #6bb436;
	text-decoration: underline;
}
A:visited {
	font-weight: bold;
	font-size: 12px;
	color: #6bb436;
	text-decoration: underline;
	}
A:active {
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	
}
A:hover {
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	
}
SMALL {
}
BIG {
}
BLOCKQUOTE, PRE {
}
UL LI {
	font-family: verdana,helvetical,arial,sans;
	font-size: 12px;
	font-weight: normal;
	color: #3D3D3D;
	line-height: 1.3em;
	margin-bottom: 1.3em
	}
.GraphicBullet LI {
	font-family: verdana,helvetical,arial,sans;
	font-size: 12px;
	font-weight: normal;
	color: #3D3D3D;
	line-height: 1.3em;
	margin-bottom: 1.3em;
	list-style: url(cashflow-bullet.gif) !important;
}
UL LI LI {
}
UL LI LI LI {
}
OL LI {
    font-family: verdana,helvetical,arial,sans;
	font-size: 12px;
	font-weight: normal;
	color: #3D3D3D;
	line-height: 1.3em;
	margin-bottom: 1.3em
	}
OL OL LI {
}
OL OL OL LI {
}
HR {
}
img{
border-style:none;

}
p {
	font-family: verdana,helvetical,arial,sans;
	font-size: 12px;
	font-weight: normal;
	color: #3D3D3D;
	line-height: 1.3em;
	margin-bottom: 1em;
}
p#testim {
    font-size: 11px;
	margin-bottom: .1em;
}
p#testimname {
	font-size: 11px;
	font-style: italic;
	color: #6bb436
	text-align: right;
	margin-bottom: .1em;
}
p#graphicbullet {
    margin-left: 45px;
	text-indent: -25px;
}
/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */
.Message {
	color: #6bb436;
	font-family: verdana,helvetical,arial,sans;
	font-size: 11px;
	font-weight: normal;
}
/* style of item titles by Announcements and events */
.ItemTitle {
	color: #6bb436;
	font-family: verdana,helvetical,arial,sans;
	font-size: 11px;
	font-weight: bold;
}
/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	background-color: transparent;
}
.ModuleTitle_MenuBar {
	cursor: pointer;
	cursor: hand;
	height: 16px;
	background-color: transparent;
}
.ModuleTitle_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: #6bb436;
	font-family: verdana,helvetical,arial,sans;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: transparent;
}
.ModuleTitle_MenuIcon {
	cursor: pointer;
	cursor: hand;
	background-color: #6bb436;
	text-align: center;
	width: 15px;
	height: 21px;
}
.ModuleTitle_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color: #FFFFFF;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
}
.ModuleTitle_MenuBreak {
	background-color: transparent;
	height: 1px;
}
.ModuleTitle_MenuItemSel {
	cursor: pointer;
	cursor: hand;
	color: #56A2D6;
	font-family: verdana,helvetical,arial,sans;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: transparent;
}
.ModuleTitle_MenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	color: #6bb436;
}
.ModuleTitle_RootMenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	color: #6bb436;
}
/* Main Menu */
.MainMenu_MenuContainer {
	/*
	border-bottom: gray 1px solid; 
	border-left: white 1px solid; 
	border-top: white 1px solid; 
	border-right: gray 1px solid; 
	*/ 
	border-bottom: gray 0px solid;
	background-color: Transparent;
}
.MainMenu_MenuBar {
	cursor: pointer;
	cursor: hand;
	height: 24px;
	border-bottom: gray 0px solid;
}
.MainMenu_TabRootMenuItem TD {
	background-image: url(green_tab_center.gif);
	height: 24px;
	border-bottom: gray 0px solid;
}
.MainMenu_TabRootMenuItemSel TD {
	background-image: url(black_tab_center.gif);
	height: 24px;
	color: #ffffff;
	border-bottom: gray 0px solid;
}
.MainMenu_TabMenuItemHover TD {
	background-image: url(green_tab_center.gif);
	height: 24px;
	/*background-color: silver;*/
}
.MainMenu_TabMenuItemSelHover TD {
	background-image: url(black_tab_center.gif);
	color: white;
	font-weight: bold;
	height: 24px;
}
.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: Black;
	font-family: verdana,helvetical,arial,sans;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	border-left: silver 0px solid;
	border-bottom: silver 0px solid;
	border-top: silver 0px solid;
	border-right: silver 0px solid;
}
.MainMenu_MenuIcon {
	cursor: pointer;
	cursor: hand;
	background-color: 8cc63f;
	border-left: DarkGray 0px solid;
	border-bottom: DarkGray 0px solid;
	border-top: DarkGray 0px solid;
	text-align: center;
	width: 15px;
	height: 24px;
}
.MainMenu_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color: #c4e29d;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
	border-bottom: #404040 0px solid;
	border-left: #FF8080 0px solid;
	border-top: #FF8080 0px solid;
	border-right: #404040 0px solid;
}
.MainMenu_MenuBreak {
	border-bottom: transparent 0px solid;
	border-left: transparent 0px solid;
	border-top: transparent 0px solid;
	border-right: transparent 0px solid;
	background-color: transparent;
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #6bb436;
	cursor: pointer;
	cursor: hand;
	font-family: verdana,helvetical,arial,sans;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	height: 24px;
	color:#FFFFFF
}
.MainMenu_MenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	border-right: silver 0px solid;
	border-bottom: silver 0px solid;
	border-top: silver 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}
/* OMB Specific Styles */
.cmdButton {
	border-right: #0000FF 1px solid;
	padding-right: 7px;
	border-top: #8cb0ce 1px solid;
	padding-left: 7px;
	font-weight: normal;
	font-size: 11px;
	background: whitesmoke;
	padding-bottom: 3px;
	border-left: #8cb0ce 1px solid;
	color: black;
	padding-top: 3px;
	border-bottom: #0000FF 1px solid;
	font-family: Verdana, Arial;
	position: static;
	text-decoration: none;
}
/* hyperlink style for buttons used on OMB moduoles */
A.cmdButton:link {
	color: black;
	text-decoration: none;
}
A.cmdButton:visited {
	color: black;
	text-decoration: none;
}
A.cmdButton:active {
	color: black;
	text-decoration: none;
}
A.cmdButton:hover {
	border-top: 1px solid #0000FF;
	border-bottom: 1px solid #8CB0CE;
	border-left: 1px solid #0000FF;
	border-right: 1px solid #8CB0CE;
	padding: 2px 7px 2px 7px;
	background: #6194BC;
	color: black;
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
.topbar {
	background-image: url(topbar.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #0000FF;
}
.cmdBar {
	background-image: url(cmdBar.gif);
	background-repeat: repeat-x;
}
/* focus area for OMB modules */
.focus {
	color: black;
	background-color: #EDEEEE;
}
.focusborder {
	border-right: #7f9db9 1px solid;
	border-top: #7f9db9 1px solid;
	border-left: #7f9db9 1px solid;
	border-bottom: #7f9db9 1px solid;
}
/* styles for grids */
.GridHeader {
	border-right: black 1px solid;
	border-top: white 1px solid;
	height: 10px;
	font-size: 10px;
	border-left: white 1px solid;
	color: black;
	border-bottom: black 1px solid;
	font-family: Verdana, Arial;
	background-color: #6bb436;
}
.GridCell {
	border-right: dimgray 1px solid;
	border-top: white 1px solid;
	height: 10px;
	font-size: 10px;
	border-left: white 1px solid;
	color: black;
	border-bottom: dimgray 1px solid;
	font-family: Verdana, Arial;
	background-color: white;
}
.GridRow {
	border-right: dimgray 1px solid;
	border-top: white 1px solid;
	height: 10px;
	font-size: 10px;
	border-left: white 1px solid;
	color: black;
	border-bottom: dimgray 1px solid;
	font-family: Verdana, Arial;
	background-color: white;
}
.GridCellNumeric {
	border-right: dimgray 1px solid;
	border-top: white 1px solid;
	font-family: Verdana, Arial;
	height: 10px;
	font-size: 10px;
	border-left: white 1px solid;
	color: black;
	border-bottom: dimgray 1px solid;
	background-color: white;
	text-align: right;
}
.GridDropDownObject {
	font-family: Verdana, Arial;
	background-color: white;
	font-size: 10px;
	color: black;
	border-right: #7f9db9 1px solid;
	border-top: #7f9db9 1px solid;
	border-left: #7f9db9 1px solid;
	border-bottom: #7f9db9 1px solid;
}
.GridTextObject {
	font-family: Verdana, Arial;
	font-size: 10px;
	color: black;
	background-color: white;
	border-right: #7f9db9 1px solid;
	border-top: #7f9db9 1px solid;
	border-left: #7f9db9 1px solid;
	border-bottom: #7f9db9 1px solid;
}
.GridTextEditObject {
	border-right: #7f9db9 1px solid;
	border-top: #7f9db9 1px solid;
	font-size: 10px;
	border-left: #7f9db9 1px solid;
	width: 60px;
	color: black;
	border-bottom: #7f9db9 1px solid;
	font-family: Verdana, Arial;
	background-color: white;
	text-align: left;
}
.WinPannel {
	border-right: black 1px solid;
	border-top: white 1px solid;
	font-size: 10px;
	border-left: white 1px solid;
	color: black;
	border-bottom: black 1px solid;
	font-family: Verdana, Arial;
	background-color: #ffffe1;
}
.Grid TH {
	border-right: black 1px solid;
	border-top: white 1px solid;
	height: 10px;
	font-size: 10px;
	border-left: white 1px solid;
	color: black;
	border-bottom: black 1px solid;
	font-family: Verdana, Arial;
	background-color: #d4d0c8;
}
.Grid TD {
	border-right: dimgray 1px solid;
	border-top: white 1px solid;
	height: 10px;
	font-size: 10px;
	border-left: white 1px solid;
	color: black;
	border-bottom: dimgray 1px solid;
	font-family: Verdana, Arial;
	background-color: white;
}
.Grid .GridSelectorCol {
	border-right: black 1px solid;
	border-top: white 1px solid;
	height: 10px;
	font-size: 10px;
	border-left: white 1px solid;
	color: black;
	border-bottom: black 1px solid;
	font-family: Verdana, Arial;
	background-color: #d4d0c8;
}
.GridRowHighlight {
	border-right: dimgray 1px solid;
	border-top: white 1px solid;
	height: 11px;
	font-size: 10px;
	border-left: white 1px solid;
	color: black;
	border-bottom: dimgray 1px solid;
	font-family: Verdana, Arial;
	background-color: #ffffe1;
}
.GridRowSelected {
	border-right: dimgray 1px solid;
	font-weight: bold;
	font-size: 10px;
	color: black;
	border-bottom: dimgray 1px solid;
	font-family: Verdana, Arial;
	height: 10px;
	background-color: #FFF0C2;
}

NormalTextBox70 {
	border-right: #999999 1px solid;
	border-top: #999999 1px solid;
	border-left: #999999 1px solid;
	border-bottom: #999999 1px solid;
	color: #3D3D3D;
	font-family: verdana,helvetical,arial,sans;
	font-size: 11px;
	font-weight: normal;
   width: 70px;
}
.NormalCheckBox {
	border-right: transparent 1px;
	border-top: transparent 1px;
	font-weight: normal;
	font-size: 11px;
	border-left: transparent 1px;
	border-bottom: transparent 1px;
	font-family: Verdana, Arial;
}

.NormalTextBoxCurrency {
	border-right: #999999 1px solid;
	border-top: #999999 1px solid;
	border-left: #999999 1px solid;
	border-bottom: #999999 1px solid;
	color: #3D3D3D;
	font-family: verdana,helvetical,arial,sans;
	font-size: 11px;
	font-weight: normal;
	text-align:right;
   width: 70px;
}

.NormalTextBoxRight
{

	border-right: #999999 1px solid;
	border-top: #999999 1px solid;
	border-left: #999999 1px solid;
	border-bottom: #999999 1px solid;
	color: #3D3D3D;
	font-family: verdana,helvetical,arial,sans;
	font-size: 11px;
	font-weight: normal;
	text-align:right;
   width: 70px;
}

/* Accountant Search Styles */

ul#accResults, ul#accResults li, ul#accResults li p, ul#accResults li table {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#accResults {
	list-style: none;
	margin-top: 1.5em;
}
ul#accResults li {
	padding: .9em;
	margin-bottom: .9em;
	list-style: none;
}
ul#accResults li.goldOdd, ul#accResults li.goldEven {
	background: white;
}
ul#accResults li.silverOdd, ul#accResults li.silverEven {
	background: white;
}
ul#accResults li.bronzeOdd, ul#accResults li.bronzeEven {
	background: white;
}
ul#accResults li:hover {
	background: #add1f0 !important;
}
ul#accResults li table {
	border: 0;
	width: 530px;
}
ul#accResults li table td#accCity {
	width: 35%;
	text-align: left;
	font-color: #3D3D3D;
	font-size: 11px;
}
ul#accResults li table td#accPhone {
	width: 25%;
	text-align: left;
	font-color: #3D3D3D;
	font-size: 11px;
}
ul#accResults li table td#accProfile {
	width: 40%;
	text-align: right;
	font-color: #3D3D3D;
}
ul#accResults li p.accCompany {
	text-align: left;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: .5em;
}



.flashcontent
{
 left:50%}
 
 .noDisplay
 {
     display:none;
 }


/* Modal Dialog Styles */

.confirm-dialog {	
    BACKGROUND: url(dialog24.png) no-repeat left top;	
    MARGIN: 0px auto;	
    WIDTH: 330px;	
    PADDING-TOP: 14px;	
    POSITION: relative;
}

.confirm-dialog .inner {	
    PADDING-RIGHT: 20px;	
    PADDING-LEFT: 20px;	
    PADDING-BOTTOM: 11px;	
    BACKGROUND: url(dialog24.png) no-repeat left bottom;	
    FLOAT: left;	
    MARGIN: 0px 0px -20px 0px;	
    WIDTH: 290px;	
    PADDING-TOP: 0px;
} 

.confirm-dialog .base {	
    BORDER-TOP: #ddd 1px solid;	
    BACKGROUND: url(dialog-base.png) no-repeat left bottom;	
    PADDING-BOTTOM: 4px;	
    MARGIN-LEFT: -11px;	
    MARGIN-RIGHT: -11px;	
    PADDING-TOP: 4px;	
    TEXT-ALIGN: center;
}

.confirm-dialog H2 {	
    FONT-WEIGHT: bold;	
    FONT-SIZE: 1.25em;	
    COLOR: #6bb436;
    TEXT-ALIGN: center;
} 

.confirm-dialog H3 {	
    FONT-WEIGHT: bold;	
    FONT-SIZE: 1.25em;	
    COLOR: #6bb436;
    TEXT-ALIGN:left
} 
.confirm-dialog input {	
    WIDTH:50px;
}     

.close {	
    DISPLAY: block;	
    BACKGROUND: url(close24.png) no-repeat 0px 0px;	
    LEFT: -5px;	
    WIDTH: 26px;	
    TEXT-INDENT: -1000em;	
    POSITION: absolute;	
    TOP: -7px;	
    HEIGHT: 26px;	
}   

.modalBackground {
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
} 



.testimonial
{
   display: block;
   overflow: hidden;
   background: #FFC;
   padding: .8em 2em;
   height: 100%;
   margin-bottom: 2em;
}


#youWillHear
{
   margin-left: 3em;
   margin-right: 3em;
   margin-bottom: 2em;
   list-style-image: url(checkmark3.gif);
   font-weight: bold;
}

.testimonial h4
{
   margin: 0 0 .5em 0;
}


