body {
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: 500;
}

html body {
	margin:0;
	padding:0;
	background-color: #fff;
}



/* Style the top navigation bar */
.header {
	overflow: hidden;
	height: 90px;
	border-bottom: 1px solid #000;
	margin: 0 auto;
	padding: 0;
	width: 900px;
	display: block;
	position: relative;
}
.header .left {
	float: left;
	width: 200px;
	text-align: left;
}
.header .right {
	display: block;
	width: 400px;
	text-align: right;
	position: absolute;
	bottom: 8px;
	right: 2px;
	color: #999;
	font-size: 1.14em;
	font-weight: 700;
}

.container {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	display: block;
}

/* Style the side navigation */
.sidenav {
	height: 100%;
	width: 149px;
	position: relative;
	display: inline-block;
	float: left;
}
ul.nav {
	list-style-type: none;
	padding: 0;
}
ul.nav li {
	padding: 0 0 8px 0;
	font-size: 0.94em;
	font-weight: 700;
}
ul.nav li.menu_teensy_head {
	font-size: 0.94em;
	font-weight: normal;
	letter-spacing: 1px
}
ul.nav li span {
	color: #999;
	text-decoration: none;
	font-size: 0.94em;
}
ul.nav li a {
	color: #4573b3;
	text-decoration: none;
	font-size: 0.94em;
}
ul.nav li a:hover,
ul.nav li a:active {
	color: #ff0000;
	font-size: 0.94em;
	text-decoration: underline;
}

/* Style the content */
.content {
	width: 740px;
	display: inline-block;
	float: right;
	padding-left: 10px;
}
.page_title {
	font-size: 1em;
	font-weight: 700;
	margin: 18px 0 16px 0;
}

/* Style the footer */
.above-footer {
	clear: both;
	height: auto;
	margin: 0 auto;
	padding: 4px 0 12px 0;
	text-align: center;
	width: 900px;
	display: block;
	color: #999;
	font-size: 1em;
}
.footer {
	height: auto;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 0 auto 48px auto;
	padding: 4px 0;
	text-align: center;
	width: 900px;
	display: block;
	font-size: 0.84em;
}



/*    tables     */
td {
	font-size: 10pt;
	padding: 5px 3px;
}
table.admin {
	background-color: #EFF4FF;
	padding: 5px
}
table.list-invoices td {
	padding: 1px 5px;
	line-height: 15px;
}


/* main page layouts */
*, *:before, *:after{
    box-sizing: border-box;
}
.tab-top {
    position: relative;
    height: 25px;
    width: 200px;
    padding: 0px;
    background-color: #fff;
    border-radius: 0px;
    top: 0px;
    left: 0px;
    transform: rotate(0deg) skew(0deg);
    -webkit-transform: rotate(0deg) skew(0deg);
    border-top: 0px transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 25px solid #eee;
}
.tabHeaderText {
	color: #4573B3;
	font-size: 0.9em;
	font-weight: 700;
	padding: 4px 4px 4px 8px;
}
.main-box {
	background-color: #eee;
	padding: 8px 18px 12px 18px;
	margin-bottom: 18px;
}










.page_action_title {
	color: #000;
	font-size: 10pt;
	font-weight: bold;
}

.confirm {
	color: #ff0000;
	font-size: 10pt;
	font-weight: bold;
}
.error {
	color: #ff0000;
	font-size: 10pt;
	font-weight: bold;
}
.attention {
	color: #999;
	font-size: 10pt;
	font-weight: normal;
	font-style: italic;
}

/* some form formats */
.hrsTaskLabel {
	color: #999;
	font-size: 7pt;
	font-weight: normal;
	text-transform: uppercase;
}
.hrsTaskData {
	color: #000;
	font-size: 9pt;
	font-weight: normal;
}
.hrsDateTime {
	color: #000;
	font-size: 8pt;
	font-weight: normal;
}
.hrsNoCharge {
	color: #ff0000;
}
.hrsTotal {
	color: #0000cc;
	font-size: 8pt;
	font-weight: bold;
}

/* some form fields */
.clientSelect {
	font-size: 1em;
	width: 100%;
}
.mainbutton {
	text-align: center;
	margin: 12px auto 0 auto;
}
.formButtons {
	-moz-box-shadow:inset 0px 1px 0px 0px #fff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fff;
	box-shadow:inset 0px 1px 0px 0px #fff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border: 1px solid #999;
	display: inline-block;
	cursor: pointer;
	color: rgba(0,0,0, 0.9);
	font-size: 13.5px;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 4px 15px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #fff;
}
.formButtons:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color: #e9e9e9;
}
.formButtons:active {
	position: relative;
	top: 1px;
}



a:link {
	color: #4573b3;
	text-decoration: none;
	font-size: 9pt;
}
a:visited {
	color: #7ba5df;
	text-decoration: none;
	font-size: 9pt;
}
a:link:hover {
	color: #ff0000;
	text-decoration: underline;
	font-size: 9pt;
}
a:visited:hover,
a:link:active,
a:visited:active {
	color: #ff0000;
	text-decoration: underline;
	font-size: 9pt;
}




.tabLeft {
	width: 14px;
	height: 22px;
	background: url('/images/tab_left.gif');
	background-repeat: no-repeat;
}
.tabTop {
	height: 22px;
	background: url('/images/tab_top.gif');
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 10px;
}
.tabRight {
	width: 17px;
	height: 22px;
	background: url('/images/tab_right.gif');
	background-repeat: no-repeat;
}




PRE, TT, CODE {
	font-family: monospace;
	font-size: 8pt;

}