html {
	background: gray;
	padding: 10px;
	}

#pagebody {
	font: 0.7em Arial, sans-serif;
	margin: 0 auto;
	padding: 0;
	color: black;
	background: white;
	width: 1329px;
	border: 1px solid black;
  /*	width:100%;*/
   	/*height: auto;*/
  	/*position: relative;*/
  	}
  	


/*#fiscalYearStartMonth {*/
    /*width: 50px;*/
    /*float: left;*/
/*}*/

/*#fiscalYearStartDay {*/
    /*width: 50px;*/
    /*float: left;*/
/*}*/

#clientlogoeditcompany {
	width: auto;
	/*width: 64px;*/
	height: 64px;
}

#clientlogohome {
	padding-bottom: 15px;
    margin-bottom: 5px;
	height: 80px;
	max-width: 100%;
    position: absolute;
    /*left: 0px;*/
    display: inline-block;
}

#datelogospan {
    height: 200px;
    width: 100%;
}

#dashboardMessage {
    position: absolute;
    right: 5px;
}

#firmdashboardbutton {
    background-color: rgb(0, 110, 142); /* SS Color */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    position: absolute;
    right: 5px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-bottom: auto;
    padding-bottom: auto;
    position: absolute;
}

#firmdashboardbutton:hover {
	background-color: rgb(0, 55, 142);
}

.fiscaldatebutton {
    position: absolute;
    right: 5px;
}

table .headerrow {
	background-color: rgb(0, 110, 142);
	color: white;
	}

table .headerrow td {
	font-weight: bold;
	text-decoration: underline;
	}

table .summaryrow {
	background-color: rgb(0, 110, 142);
	color: white;
	}

table .summaryrow td {
	font-weight: bold;
	text-decoration: none;
	}

table .alternaterow {
	background-color: #dde;
	}

.producttitle {
	display: none;
	font: 2.0em Arial, sans-serif;
	color: rgb(175, 225, 255);
	text-align: center;
	width: 85%;
	float: right;
	padding: 0;
	margin: 0;
	margin-top: 40px;
	/*border: 1px solid red;*/
	}



#masthead {
	background: rgb(0, 110, 142);
	background-image: url('images/header.jpg');
    background-position: center top;
	background-repeat: no-repeat;
	height: 110px;
    width: 100%;
	padding-top: 5px;
	margin: 0;
	overflow: hidden;
	/*height: auto;
	width: auto;
	position: relative;*/
	}

#sitetitle {
	font: 2.0em Arial, sans-serif;
	font-weight: bold;
	color: rgb(175, 225, 255);
	text-align: center;
	padding: 0;
	margin: 30px 5px 15px 5px;
	float: right;
	/*border: 1px solid red;*/
	width: 75%;
	}

#logo {
	padding: 0;
	margin: 5px;
	overflow: auto;
	float: left;
	position: relative;
	}

#navbar {
	background: rgb(0, 110, 142);
	color: white;
	padding: 0;
	margin: 0;
	/*overflow: auto;*/
	text-align: center;
	font-size: 1.0em;
	font-weight: bold;
	/*border-bottom: 1px solid rgb(0, 0, 128);*/
	}

#navlist {
	background: rgb(0, 110, 142);
	padding: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	margin: 0;
	width: 100%;
	}
	
#navlist li {
	display: inline;
	padding-left: 1.0em;
	padding-right: 1.0em;
	overflow: auto;
	}

#navlist li a {
	/*color: rgb(0, 0, 128);*/
	color: white;
	text-decoration: none;
	overflow: auto;
	}

#navlist li a:hover {
	color: rgb(250, 207, 4);
	text-decoration: none;
	}

#pagetitle {
	font-weight: bold;
	color: rgb(0, 110, 142);	
	font-size: 125%;
	margin: 1.0em;
	}

#pagecontent {
	padding: 0;
	margin: 0;
	/*min-height: 300px;*/
	position: relative;
	text-align: center;
	}
	
	
#pagecontent a {
	color: rgb(0, 110, 142);
	}	
	
#pagecontent a:hover {
	color: rgb(250, 207, 4);
	}	

#pagecontent p {
	overflow: visible;
	}

#pagecontent h1 {
	font-size: 1.5em;
	text-decoration: underline;
	}

#calendarset {
	color: black;
	text-align: center;
	width: 160px;
	margin: 10px 15px 10px 15px;
	padding: 10px;
	}

#intro {
	padding: 0;
	margin: 20px 20px 10px 0px;
	text-align: left;
	}

#clientFiscalDate {
	font-weight: bold;
	color: rgb(0, 110, 142);
	font-size: 110%;
	margin: 1.0em;
	text-align: center;
    display: inline-block;
    margin-bottom: 5px;
}

#container {
	width: 100%;
	height: 100%;
	padding-bottom: 10px;
	}

#dashboardcontainer {
    position: relative;
    width: 100%;
    height: 1000px;
    padding-bottom: auto;
    padding-top: 30px;
    margin: auto;
}
div.homedashboard {
	height: 600px !important;
}
/*table.jrPage {
	margin: 0 auto;
}*/

#contentblock {
	padding-bottom: 10px;
    padding-top: 10px;
	margin: 20px 20px 10px 20px;
	text-align: left;
    position: relative;
	}

#footer {
	background: rgb(0, 110, 142);
	text-align: right;
	border-top: 1px solid rgb(0, 110, 142);
	}

#footer table {
	color: white;
	}

#footer a {
	color: white;
	}

#footerlist {
	padding: 0;
	margin: 0 0 10px 0;
	width: auto;
	/*height: auto;*/
	text-align: left;
	}

#footerlist li {
	display: inline;
	padding-left: 2.0em;
	padding-right: 2.0em;
	}

#footerlist li a {
	/*color: rgb(0, 0, 128);*/
	color: white;
	text-decoration: underline;
	}

#footerlist li a:hover {
	color: rgb(175, 225, 255);
	text-decoration: underline;
	}

#objectpath {
	font-style: italic;
	color: rgb(0, 110, 142);
	padding: 3px;
	margin: 0;
	margin-bottom: 5px;
	background-color: #ddd;
	overflow: hidden;
	width: auto;
	}
	
#objectpath a{
	color: rgb(0, 110, 142);
	}

#objectpath a:hover {
	color: rgb(250, 207, 4);
	}

#objectpath a:visited {
	color: rgb(50, 50, 50);
	}


#register #navbar li {
	display: none;
	}

#register #objectpath {
	display: none;
	}

#register #footerlist {
	display: none;
	}

#home {
	}

#home #navbar li {
	display: none;
	/*visibility: hidden;
	height: 1px;*/
	}

#home #objectpath {
	display: none;
	}

/*#home #pagecontent {
	display: block;
	}*/

#home #pagecontent {
	text-align: left;
	margin: 2.0em;
	color: black;
	display: block;
	}

#home #pagecontent h1 {
	text-align: center;
	text-decoration: none;
	}

#home #pagecontent p {
	margin-top: 3.0em;
	}

#home #pagecontent .plainlist {
	text-align: center;
	margin-top: 2.0em;
	}

#home #pagecontent .plainlist a {
	font-weight: bold;
	font-size: 1.25em;
	}

#home #pagecontent fieldset table {
	padding: 1.0em;
	width: 100%;
	}

#home #footerlist {
	display: none;
	}