BODY
{
	margin-top:5px;
}

/*content styles*/
.bodyMain
{
	font-weight: normal;
	font-family: Arial; /*border : solid 1px black;*/
	padding: 0px;
	color: #333333;
}

.MainHeader
{
	font-weight: bold;
	font-size: x-large;
	color: blue;
	font-family: Arial;
}

.page
{
	/*border : solid 1px black;*/
	top: 0px;
}

.left
{
	text-align: left;
}

.center
{
	text-align: center;
}

.right
{
	text-align: right;
}

.footer
{
	margin-left: 25%;
	margin-right: 25%;
	text-align: center;
	padding-top: 10px;
	color: #656B6F;
	border-top: solid 1px silver;
	font-size: 10px;
}

.infoHeader
{
	height: 130px; /* background-image: url(../Images/logo.jpg); */
	background-repeat: no-repeat;
}

.infoHeaderCurrentInfo
{
	float: right;
	padding: 10px;
	text-align: right;
}

.logo
{
	float: left;
	color: Gray;
	font-size:15px;
}

.selectEmail
{
    padding: 3px;
	color: Gray;
	font-size: 15px;
}

.activeCompany
{
	padding: 3px;
	color: Gray;
	font-size: 15px;
}

.userInformation
{
	padding-left: 3px;
	padding-right: 3px; /*color : Silver;*/
	color: Gray;
	font-size: 15px;
}

.readOnlyDescription
{
	padding-left: 3px;
	padding-right: 3px; /*color : Silver;*/
	color: Gray;
	font-style: italic;
}

.userName
{
}

.content
{
	/*border : solid 1px black;*/
}

.contentGroup
{
	padding: 5px;
	font-size: 9pt;
}

.contentHeader
{
	font-weight: bold;
	padding-left: 5px;
	font-family: Arial;
	font-size: 10pt;
}

.contentBody
{
	padding-top: 5px;
}

.contentFooter
{
	padding: 10px;
}

/* #region: The order of the following styles are vital. */
.TextBox
{
	background-color: #E9E9E9;
}

.GridTextBox
{
	border-width: 0;
	background-color: #FFFFFF;
	width: 96%;
}

.DateTextBox
{
	cursor: pointer;
}

.numTextbox
{
	text-align: right;
	background-color: #E9E9E9;
}

.Editable
{
}

.NonEditable
{
	background-color: White;
}

/* #end region */
/******************/

.sectionHeader
{
	font-weight: bold;
	padding: 5px;
	border-bottom: solid 1px silver;
	margin-bottom: 100px;
	font-size: 10pt;
}

.spacer
{
	height: 15px;
}

.CRM
{
	font-weight: normal;
	font-family: Arial;
	font-size: 12px; /*border : solid 1px black;*/
	padding: 0px;
	color: #333333;
}

.CRM input
{
	font-weight: normal;
	font-family: Arial; /*border : solid 1px black;*/
	padding: 0px;
}

input
{
	/*border-left: 1px hidden Silver;
	border-right: 1px hidden Black;
	border-top: 1px hidden Silver;
	border-bottom: 1px hidden Black;*/
	border : solid 1px silver;
	font-size: 9pt;
	font-family: Arial;
	color: #333333;
	
	/* height: 20px; */
}

select
{
	font-size: 9pt;
	font-family: Arial;
	border-style: outset;
	border-width: 1px;
	border-left-color: Silver;
	border-top-color: Silver;
	border-bottom-color: Black;
	border-right-color: Black;
	background-color: #E9E9E9;
	color: #333333;
}

P
{
	font-size: 10pt;
	font-family: Arial;
	text-align: justify;
}

.ParaHeading
{
	font-size: 12pt;
	font-family: Arial;
	text-align: left;
	font-weight: bold;
}

.ParaSubHeading
{
	font-weight: bold;
}

.input_auto
{
	background-color: #CCCCCC;
	color: #777777;
}

.input_audit
{
	background-color: #7AAED5;
	color: #555555;
}

.ModalPopup
{
	background-color: #0075CE;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.AutoComplete
{
	font-weight: normal;
	font-family: Arial;
	font-size: 12px;
	border: solid 1px black;
	padding: 0px;
	color: #333333;
	cursor: pointer;
}

#CurrentClientID {
	width:250px
}

.MainMenuContainer
{
	height: 33px;
	width: 100%;
	background-color: #0075CE;
	text-align: left;
	/*debuggin*/
	/*background-color:Black;*/
	clear:both;
}

.MainMenuSurrounderLeft
{
	float: left;
	width: 130px;
	height: 100%;
	border-bottom: solid 1px white;
	/*debuggin*/
	/*border : solid 5px green;*/
	/*background-color: green;*/
}

.MainMenuSurrounderRight
{
	float: right;
	width: 15%;
	height: 100%;
	border-bottom: solid 1px white;
	/*debuggin*/
	/*background-color:Red;*/
}

.MainMenuCenter
{
	float:left;
	text-align : center;
	height: 100%;
	/*background-color:Maroon;*/
	
	
	/*debuggin*/
	/*border : solid 5px blue;*/
}

.MainMenuItem
{
	float: left;
	/*background-color: Blue;*/
	height: 25px;
	width: 80px;
	border-bottom: solid 1px white;
	background-color: #59A5DF;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 8px;
	margin-left: 2px;
	margin-right: 2px;
	
}

.MainMenuLink
{
	font-family: Arial;
	font-size: 10pt;
	color: White;
	text-decoration: none;
}

.MainMenuItemSelected
{
	float: left;
	border-left: solid 1px white;
	border-top: solid 1px white;
	border-right: solid 1px white;
	width: 80px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 8px;
	margin-left: 2px;
	margin-right: 2px;
	background-color: #BFDCF3;
	height: 24px;
}

.MainMenuSelectedLink
{
	text-decoration: none;
	font-family: Arial;
	font-size: 10pt;
	color: Black;
}

.MainMenuWrapper
{
	/*text-align: center;*/
	width: auto;
	height: 100%;
	/*debuggin*/
	/*background-color:Blue;*/
}

.MainMenu
{
	text-align: center;
	width: auto;
	height: 100%;
	/*debuggin*/
	/*border : solid 5px black;*/
}

.ActionButtons
{
	background-color: #59A5DF;
}

.SubMenuContainer
{
	width: 100%;
	height: 33px;
	background-color: #BFDCF3;
	clear:both;
	/*text-align: center;*/
	/*background-color:Black;*/
	/*border-width:3px;
	border-style:solid;
	border-color:Black;*/
}

.SubMenuSurrounderLeft
{
	float: left;
	width: 130px;
	height: 100%;
	/*debuggin*/
	/*border : solid 5px green;*/
	/*background-color: green;*/
	/*float: left;
	width: 15%;
	height: 100%;
	background-color: green;*/
}

.SubMenuSurrounderRight
{
	float: right;
	height: 100%;
	width: 0%;
	/*background-color:Red;*/
}

.SubMenuCenter
{
	text-align : center;
	height: 100%;
	/*background-color:Maroon;*/
	
	/*overflow: hidden;
	height: 100%;
	margin-left: 0px;
	display:inline;
	background-color:Maroon;*/
}

.SubMenuWrapper
{
	text-align: center;
	width: auto;
	height: 100%;
	/*debuggin*/
	/*background-color:Red;*/
	/*width: auto;
	height: 100%;*/
	/*background-color:Gray;----*/
}

.SubMenuItem
{
	float: left;
	width: auto;
	padding-left: 0px;
	padding-right: 16px;
	padding-top: 8px;
	margin-left: 2px;
	margin-right: 2px;
	/*height: 100%;*/
	/*background-color:Green;----*/
}

.SubMenuLink
{
	color: #0075CE;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
	/*background-color:Lime;----*/
}

.SubMenuItemSelected
{
	float: left;
	padding-left: 8px;
	padding-right: 8px;
	margin-left: 2px;
	margin-right: 2px;
	height: 100%;
	width: auto;
	/*background-color: White;*/
}

.SubMenuSelectedLink
{
	color: Black;
	text-decoration: none;
	font-family: Arial;
	font-size: 10pt;
}

.SubMenu
{
	text-align: left;
	width: auto;
	height: 100%;
	/*background-color:Aqua;----*/
}

.FiltersContainer
{
	padding-top: 2px;
	width: 100%;
	background-color: #BFDCF3;
	text-align: center;
	height:100%;
	clear:both;
}

.FiltersSurrounderLeft
{
	float: left;
	width: 130px;
	/*background-color:Green;*/
}

.FiltersSurrounderLeftContent
{
	text-align: left;
	margin-left: 5px;
}

.FiltersSurrounderRight
{
	float: right;
	width: 5%;
	height: 100%;
	/*background-color:White;*/
}

.FiltersCenter
{
	/*height: 100%;
	width: 70%;*/
	margin-left : 125px;
	/*background-color:Red;*/
}

.FiltersWrapper
{
	text-align: center;
	width: auto;
	height: 100%;
	/*debuggin*/
	/*border : solid 2px green;*/
}

.FiltersItem
{
	width:100px;
	margin-left: 2px;
	margin-right: 2px;
	height: 100%;
	font-family: Arial;
	font-size: 10pt;
	color: Black;
	text-decoration: none;
	/*debuggin*/
	/*border : solid 2px green;*/
}

.FiltersLink
{
	width: auto;
	padding-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
	height: 100%;
	font-family: Arial;
	font-size: 10pt;
}

.Filters
{
	text-align: left;
	height: 25px;
	
	/*debuggin*/
	/*border : solid 2px black;*/
}

.FilterLabel
{
	
}

.FilterGroup
{
	float :left;
	/*border : solid 1px black;----*/
	width:246px;
	padding-top: 2px;
	
	/*debuggin*/
	/*border : solid 5px green;*/
}

.ButtonsContainer
{
	width: 100%;
	height:35px;
	background-color: #BFDCF3;
	text-align: center;
	/*padding-bottom: 5px;*/
	
	/*border-color:Black;
	border-width:thick;
	border-style:solid;*/
}

.ButtonsSurrounderLeft
{
	float: left;
	width: 130px;
	height: 100%;
	text-align: left;
	vertical-align: top;
	/*background-color: Red;*/
}

.ButtonsSurrounderRight
{
	float: right;
	width: 5%;
	height: 100%;
}

.ButtonsCenter
{
	margin-left : 125px;
	/*background-color: white;*/
}

.ButtonsWrapper
{
	padding-top: 10px;
	text-align: center;
	width: auto;
	height: 100%;
	/*background-color:Maroon;----*/
}

.ButtonsItem
{
	float: left;
	width: auto;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	margin-left: 2px;
	margin-right: 2px;
	height: 100%;
}

.Buttons
{
	text-align: left;
	width: auto;
	height: 100%;
	/*background-color:Gray;----*/
}

.Button
{
	font-size: 8pt;
	font-family: Arial;
	border-style : solid;
	border-width: 1px;
	border-left-color: Silver;
	border-top-color: Silver;
	border-bottom-color: Black;
	border-right-color: Black;
	width: 50px;
	height: 20px;
	margin-top: 2px;
}

.Button[disabled]
{
	font-size: 8pt;
	font-family: Arial;
	border-style : solid;
	border-width: 1px;
	border-left-color: Silver;
	border-top-color: Silver;
	border-bottom-color: Black;
	border-right-color: Black;
	width: 40px;
	height: 20px;
	margin-top: 2px;
	color : Silver;
}

.HelpIcon
{
	float: right;
	margin-right: 1px;
}

.TableDiv
{
	overflow: auto;
	border-style: solid;
	border-color: inactivecaption;
	border-width: 1px;
}

.Table
{
	font-family: Microsoft Sans Serif;
	font-size: 8.25pt;
	background-color: window;
	border-color: inactivecaption;
	border-style: None;
	border-width: 1px;
}

TBODY.THead TR TD, THEAD.THead TR TH, TFOOT.THead TR TH, TBODY.THead TR TH
{
	font-family: Microsoft Sans Serif;
	font-size: 8.25pt;
	background-color: window;
	border-color: Silver;
	border-style: Solid;
	border-width: 1px;
	padding-left: 3px;
	border-left-color: window;
	border-top-color: window;
}

THEAD.TH TR TH, TFOOT.TH TR TH, TBODY.TH TR TH
{
	background-color: LightGrey;
	border-style: Solid;
	border-left-color: White;
	border-top-color: White;
	border-left-width: 1px;
	border-top-width: 1px;
	font-weight: normal;
	text-align: left;
	height: 20px;
}

.TD
{
	font-family: Microsoft Sans Serif;
	font-size: 8.25pt;
	background-color: window;
	border-color: Silver;
	border-style: Solid;
	border-width: 1px;
	padding-left: 3px;
	border-left-color: window;
	border-top-color: window;
}

.GridDropDown
{
	width: 100%;
}

.GridAddNewButton TR TD, THEAD.GridAddNewButton TR TH, TFOOT.GridAddNewButton TR TH, TBODY.GridAddNewButton TR TH
{
	font-family: Arial;
	font-size: 8.25pt;
	background-color: #D3D3D3;
	border-color: Silver;
	border-style: Solid;
	border-width: 1px;
	padding-left: 3px;
	border-left-color: window;
	border-top-color: window;
	font-weight: normal;
	cursor: pointer;
}

.GridAddNewTable
{
	background-color: window;
	border-color: inactivecaption;
	border-style: Solid;
	border-width: 1px;
	border-left-color: White;
	border-top-color: White;
	border-left-width: 1px;
	border-top-width: 1px;
}

.PopupPanel
{
	background-color: #0075CE;
	color: White;
	padding : 10px;
	border : solid 2px #004F88;
}

.hide
{
	display: none;
	visibility: hidden;
}


.ddl
{
	background-color : White;
	border : solid 1px silver;
}
.ddl[disabled]
{
	background-color : White;
	border : solid 1px silver;
	color : Silver;
}

.LoginPageContainer
{
	border-style:solid; 
	border-width:thin; 
	width:500px;
	margin: 0 auto;
	

}


.LoginPageContainer table
{
	margin-left : auto;
	margin-right : auto;
}


.ui-widget { font-family: Arial; font-size: 9pt; }
.ui-dialog-titlebar { font-size: 12pt }
.ui-widget button { font-family: Arial; font-size: 8pt; }

.LedgerInvalid 
{
	background-color: #fd543e;
}