﻿body
{
	margin: 0;
	padding: 2px 0px;
	background-color: beige;
}
span
{
	font-family: arial;
	font-size: 10pt;
}
table td
{
	padding: 0px 0px 0px 1px;
}
.submitDiv
{
	padding: 0px 0px 0px 0px;
	float: left;
}
.submitDiv2
{
	padding: 0px 0px 0px 0px;
	float: left;
}
.paddingLeft
{
	padding-left: 20px;
}
#mainDiv
{
	width: 95%;
	min-width: 970px;
	max-width: 1200px;
	padding: 5px 10px 0px 10px;
}

.tab
{
	border-bottom: solid 1px black;
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-top: solid 1px black;
	height: 350px;
	padding: 0px 0px 10px 0px;
}


.leftDiv
{
	float: left;
	padding: 0px 10px 0px 0px;
}

.leftDiv span
{
	font-family: arial;
	font-size: 10pt;
}

.middleDiv
{
	float: left;
	padding: 0px 10px 0px 10px;
}

.middleDiv span
{
	font-family: arial;
	font-size: 10pt;
}

.rightDiv
{
	float: left;
	padding: 0px 10px 0px 10px;
}

.rightDiv span
{
	font-family: arial;
	font-size: 10pt;
}

.header
{
	font-family: arial;
	font-weight: bold;
	font-size: 10pt;
}
.statusTd
{
	width: 100px;
	border: solid 1px black;
}

.selectedTd
{
	width: 100px; /*border: solid 1px #07226A;*/ /*color: #07226A;*/
	border: solid 1px green;
	color: green;
}
.textboxMedium
{
	width: 100px;
}
.textboxSmall
{
	width: 60px;
}
.textboxSmallest
{
	width: 40px;
}
.textboxLarger
{
	width: 200px;
}

.rightAlign
{
	text-align: right;
}
.button
{
	height: 90px;
	width: 100px;
	text-align: center;
	margin-right: 7px;
}
a
{
	cursor: pointer;
	text-decoration: underline;
}/*
a:active
{
outline: none;
}

a:focus
{
    outline-style: none;
}
input:active
{
    outline: none;
}
input:focus
{
    outline-style: none;
}*/
.footer
{
	border: none;
	padding: 10px 0px 0px 0px;
	background: none;
	vertical-align: bottom;
}
.selectedTab
{
	border: dotted 5px blue;
}

.generateButton
{
	position: relative;
	top: 23px;
	left: -290px;
}

.border
{
	border: 0;
	background: none;
}

#header
{
	font: 12px Arial, Helvetica, Arial;
	background: #214496;
	float: left;
	width: 100%;
	border-bottom: 5px solid #6678a3;
}

.logo
{
	float: left;
	padding: 10px 0px 0px 10px;
	width:45%;
}

/*.navigation{
float:right;
text-indent:12px;
}

.navigation ul{
margin:0;
padding:0;
list-style:none;
}

.navigation ul li{
float:left;
padding:2px 10px;
color:White;
}

.navigation ul li a{
color:#fff;
text-decoration:none;
}

.navigation ul li a:hover{
text-decoration:underline;
}*/

.navigation
{
	float: left;
	position: relative;
	top: 11px;
}

.navigation ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.navigation ul li
{
	float: left;
	padding: 2px 5px;
}

.navigation ul li a
{
	/*color: #fff;*/
	text-decoration: none;
	display: block;
	width: 60px;
	height: 60px; /*text-align: center;*/
}

.navigation a.client
{
	background: url(images/ClientMgmt32.png) 2px 10px no-repeat;
}


.logout
{
	position: relative;
	top: -7px;
}

/*.navigation a.client:hover
{
    background: url(images/ClientMgmt128.gif) 2px 10px no-repeat;
}

.navigation a.clientActive
{
    background: url(images/header_bclientc.png) 2px 10px no-repeat;
}

.navigation a.logout:hover
{
    background: url(images/header_blogoutb.png) 2px 10px no-repeat;
}

.navigation a.logouttActive
{
    background: url(images/header_blogoutc.png) 2px 10px no-repeat;
}*/

.navigation a.home
{
	background: url(images/Home32.png) 2px 10px no-repeat;
	height: 41px;
}
/*.navigation a.home:hover
{
    background: url(images/Home128.gif) 2px 10px no-repeat;
}
*/
.navigation a.practices
{
	background: url(images/PracticeMgmt32.png) 2px 10px no-repeat; /*need to change the image*/
}
/*
.navigation a.practices:hover
{
    background: url(images/PracticeMgmt128.png) 2px 10px no-repeat;
}
*/
.navigation a.jobs
{
	background: url(images/JobMgmt32.png) 2px 10px no-repeat;
}
/*
.navigation a.jobs:hover
{
    background: url(images/JobMgmt128.gif) 2px 10px no-repeat;
}
*/
.navigation a.quickbook
{
	background: url(images/QuickBooks32.png) 2px 10px no-repeat;
}
/*
.navigation a.quickbook:hover
{
    background: url(images/QuickBooks128.gif) 2px 10px no-repeat;
}
*/
.navigation a.support
{
	background: url(images/Support32.png) 2px 10px no-repeat;
}
/*
.navigation a.support:hover
{
    background: url(images/Support128.gif) 2px 10px no-repeat;
}
*/
.sitemap
{
	padding: 10px 0px 10px 12px;
	left: 0;
	color: Orange;
}

.loadingClass
{
	font-size: x-small;
	color: #8B8A58;
	text-transform: uppercase;
}
.loadingContents
{
	margin: 0;
	padding: 5px;
	position: absolute;
	top: 270px;
	left: 450px;
	border: 0px solid #999;
	z-index: 200;
	background-color: transparent;
	-moz-border-radius: 5px;
	-moz-opacity: 1.75;
}

.watermark
{
	color: gray;
	font-style: italic;
}
label
{
	font-family: arial;
	font-size: 10pt;
	vertical-align: text-bottom !important;
	margin: 1px 0px 0px 0px;
}

legend
{
	font-family: arial;
	font-size: 10pt;
}
input
{
	font-family: arial;
	font-size: 10pt;
	color: #333333;
	line-height: 14pt;
}
/*
input[type="text"]
{
   border:none;
}
*/




.dashboard
{		
	width:950px;
}

.dashboardLinkCol
{
    padding-left:40px;     
    height: 90px;
	width:90px; 
    vertical-align: top;  
    padding-top:0px;
}

.dashboardDescCol
{
    position:relative;
    left:-90px;   
    width:350px; 
    vertical-align: top;    
    padding-top:20px;
}

.dashboard td a
{    
	width: 90px;
	height: 90px;
    display: block;	
	color: #333333;
	text-decoration: none;
	text-align: left;
	font-size: 10pt;			
}

.dashboard a.ClientManagement
{
	background: url(images/ClientMgmt128.png) no-repeat;
}

/*.dashboard a.ClientManagement:hover
{
    background: url(images/CLIENT-MANAGEMENT-B.png) no-repeat;
}*/

.dashboard a.JobManagement
{
	background: url(images/JobMgmt128.png) no-repeat;
}

/*.dashboard a.JobManagement:hover
{
    background: url(images/JOB-MANAGEMENT-B.png) no-repeat;
}*/

.dashboard a.SupportDesk
{
	background: url(images/Support128.png) no-repeat; /*Need to change the image*/	
}

/*.dashboard a.SupportDesk:hover
{
    background: url(images/TICKET-SUPPORT-B.png) no-repeat;
}*/

.dashboard a.QuickBooks
{
	background: url(images/QuickBooks128.png) no-repeat;	
}

/*.dashboard a.QuickBooks:hover
{
    background: url(images/QUICK-BOOKS-B.png) no-repeat;
}*/

.dashboard a.VisualVault
{
	background: url(images/VISUAL-VAULT-A.png) no-repeat;	
}

/*.dashboard a.VisualVault:hover
{
    background: url(images/VISUAL-VAULT-B.png) no-repeat;
}*/

.dashboard a.PracticeManagement
{
	background: url(images/PracticeMgmt128.png) no-repeat; /*Need to change with new image*/	
}

/*.dashboard a.PracticeManagement:hover
{
    background: url(images/PRACTICE-MANAGEMENT-B.png) no-repeat;
}*/





.tableclient
{
	float: left;
	vertical-align: middle;
}

.tableclient .anchortd
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.tableclient .anchortd a
{
	color: #333333;
	text-decoration: none;
	display: block;
	height: 40px;
	text-align: center;
	font-size: 10pt;
}

.tableclient a.NewClient
{
	background: url(images/ADD-NEW-CLIENT-B.png) no-repeat;
	width: 120px;
}

.tableclient a.NewClient:hover
{
	background: url(images/ADD-NEW-CLIENT-Y.png) no-repeat;
}

.tableclient a.Find
{
	background: url(images/FIND-B.png) no-repeat;
	width: 70px;
}

.tableclient a.Find:hover
{
	background: url(images/FIND-Y.png) no-repeat;
}

.tableclient a.Clear
{
	background: url(images/CLEAR-B.png) no-repeat;
	width: 80px;
}

.tableclient a.Clear:hover
{
	background: url(images/CLEAR-Y.png) no-repeat;
}

.tableclient a.DisplayAll
{
	background: url(images/DISPLAY-ALL-B.png) no-repeat;
	width: 90px;
}

.tableclient a.DisplayAll:hover
{
	background: url(images/DISPLAY-ALL-Y.png) no-repeat;
}



.tableclientdetail
{
	float: left;
	vertical-align: middle;
}

.tableclientdetail .anchortd
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.tableclientdetail .anchortd a
{
	color: #333333;
	text-decoration: none;
	display: block;
	height: 30px;
	text-align: center;
	font-size: 10pt;
}

.tableclientdetail a.Save
{
	background: url(images/SAVE-B.png) no-repeat;
	float: left;
	width: 70px;
}

.tableclientdetail a.Save:hover
{
	background: url(images/SAVE-Y.png) no-repeat;
}
.tableclientdetail a.Saveandclose
{
	background: url(images/SAVE-AND-CLOSE-B.png) no-repeat;
	float: left;
	width: 100px;
}

.tableclientdetail a.Saveandclose:hover
{
	background: url(images/SAVE-AND-CLOSE-Y.png) no-repeat;
}
.tableclientdetail a.Close
{
	background: url(images/CLOSE-B.png) no-repeat;
	float: left;
	width: 80px;
}

.tableclientdetail a.Close:hover
{
	background: url(images/CLOSE-Y.png) no-repeat;
}


.tableclientservice
{
	float: left;
	vertical-align: middle;
}

.tableclientservice .anchortd
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.tableclientservice .anchortd a
{
	color: #333333;
	text-decoration: none;
	display: block;
	height: 30px;
	text-align: center;
	font-size: 10pt;
}

.tableclientservice a.Addservice
{
	background: url(images/ADD-SERVICE-B.png) no-repeat;
	float: left;
	width: 100px;
}

.tableclientservice a.Addservice:hover
{
	background: url(images/ADD-SERVICE-Y.png) no-repeat;
}





.ownership
{
	float: left;
	vertical-align: middle;
}

.ownership .anchortd
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.ownership .anchortd a
{
	color: #333333;
	text-decoration: none;
	display: block;
	height: 30px;
	text-align: center;
	font-size: 10pt;
}

.ownership a.AddOwner
{
	background: url(images/ADD-OWNER-B.png) no-repeat;
	float: left;
	width: 100px;
}

.ownership a.AddOwner:hover
{
	background: url(images/ADD-OWNER-Y.png) no-repeat;
}

.ownership a.AddIncome
{
	background: url(images/ADD-INCOME-B.png) no-repeat;
	float: left;
	width: 100px;
}

.ownership a.AddIncome:hover
{
	background: url(images/ADD-INCOME-Y.png) no-repeat;
}

.ownership a.AddOwnerCompany
{
	background: url(images/ADD-OWNER-COMPANY-B.png) no-repeat;
	float: left;
	width: 100px;
}

.ownership a.AddOwnerCompany:hover
{
	background: url(images/ADD-OWNER-COMPANY-Y.png) no-repeat;
}









/*Document buttons*/

.tabledocument
{
	margin-left: 20px;
	float: left;
	vertical-align: middle;
}

.tabledocument .anchortd
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.tabledocument .anchortd a
{
	color: #333333;
	text-decoration: none;
	display: block;
	height: 30px;
	text-align: center;
	font-size: 10pt;
}

.tabledocument a.SubmitClient
{
	background: url(images/SUBMIT-CLIENT-B.png) no-repeat;
	float: left;
	width: 100px;
}

.tabledocument a.SubmitClient:hover
{
	background: url(images/SUBMIT-CLIENT-Y.png) no-repeat;
}

.tabledocument a.GenerateReport
{
	background: url(images/GENERATE-B.png) no-repeat;
	float: left;
	width: 100px;
}

.tabledocument a.GenerateReport:hover
{
	background: url(images/GENERATE-Y.png) no-repeat;
}

.tabledocument a.ApproveClient
{
	background: url(images/APPROVE-THIS-CLIENT-B.png) no-repeat;
	float: left;
	width: 100px;
}

.tabledocument a.ApproveClient:hover
{
	background: url(images/APPROVE-THIS-CLIENT-Y.png) no-repeat;
}

.tablesupportticket
{
	float: left;
	vertical-align: middle;
}

.tablesupportticket .anchortd
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.tablesupportticket .anchortd a
{
	color: #333333;
	text-decoration: none;
	display: block;
	height: 40px;
	text-align: center;
	font-size: 10pt;
	width: 120px;
}

.tablesupportticket a.btnSubmit
{
	background: url(images/SUBMIT-B.png) no-repeat;
}

.tablesupportticket a .btnSubmit:hover
{
	background: url(images/SUBMIT-Y.png) no-repeat;
}

.nowrap
{
	white-space: nowrap;
}

.tablefinancial
{
}

.tablefinancial td
{
	padding: 0px 0px 0px 5px;
}
.checkbox
{
	vertical-align: bottom;
}
.checkbox input
{
	position: relative;
	top: 2px;
}

.button
{
	text-align: center;
	padding: 1px;
	padding-right: 0px;
}
.logout
{
	float: right;
	color: White;
	padding: 10px 5px 5px 5px;
}
li.rcbItem,li.rcbHovered
{
    display:block;
    width:90%;
}
