body {
	margin: 0px;
	font-family: Roboto;
	font-size: 12px;
	color: #000000;
}

.page {
	width: 100%;
}

table {
	font-size: 12px;
	border: 0px;

}

tr.even {
	background-color: #FFFFFF;
}

tr.odd {
	background-color: #E8E8E8;
}

img {
	border: 0px;
	vertical-align: middle;
}

img.logo_cummins {
	margin: 5px;
}

a:active {
	color: #000000;
	text-decoration: underline;
}

a:link  {
	color: #000000;
	text-decoration: underline;
}

a:visited  {
	color: #000000;
	text-decoration: underline;
}
 
a:hover {
	color: #000000;
	text-decoration: none;
}

a.tab:active {
	color: #FFFFFF;
	text-decoration: none;
}

a.tab:link  {
	color: #FFFFFF;
	text-decoration: none;
}

a.tab:visited  {
	color: #FFFFFF;
	text-decoration: none;
}
 
a.tab:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* LEFT-SIDE NAVIGATION  */
a.nav:active {
	color: #FFFFFF;
	text-decoration: none;
}

a.nav:link  {
	color: #FFFFFF;
	text-decoration: none;
}

a.nav:visited {
	color: #FFFFFF;
	text-decoration: none;
}
 
a.nav:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

div.nav {
	color: #FFFFFF;
}

/* NAV HEADER */
a.nav_header:active {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

a.nav_header:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

a.nav_header:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
 
a.nav_header:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

/* FOOTER */
td.footer {
	font-size: .9em;
	text-align: center;
	color: white;
	background-color: black;
}

a.footer:active {
	font-size: 11px;
	color: white;
	text-decoration: underline;
}

a.footer:link {
	font-size: 11px;
	color: white;
	text-decoration: underline;
}

a.footer:visited {
	font-size: 11px;
	color: white;
	text-decoration: underline;
}
 
a.footer:hover {
	font-size: 11px;
	color: white;
	text-decoration: none;
}

a.error:active {
	color: red;
	text-decoration: underline;
}

a.error:link {
	color: red;
	text-decoration: underline;
}

a.error:visited {
	color: red;
	text-decoration: underline;
}
 
a.error:hover {
	color: red;
	text-decoration: none;
}

acronym {
	cursor: help;
}

.nav_header {
	background-color: black;
}

.header {
	background-color: black;
	font-size: 10px;
	color: white;
}

.box {
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}

.box_nosides {
	border-bottom-style: solid;
	border-bottom-color: black;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: black;
	border-top-width: 1px;
}

td.tab {
	color: white;
	font-size: 10pt;
	background-color: #DF0029;
	white-space: nowrap;
	text-align: center;
	width: 10%;
	border-style: solid; /*ADDED*/
	border-width: 1px; /*ADDED*/
	border-color: black; /*ADDED*/
	height: 18px; /*ADDED*/
}

td.tab_hover {
	background-color: gray;
	cursor: pointer;
	text-decoration: underline;
}

table.tab_bar {
	background-color: #BAB9B9;
	width: 100%;
}

.button {
	border-color: black;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
}

button {
	cursor: pointer;
}

.clickable {
	cursor: pointer;
}

.input {
	border-width: 1px;
	border-color: black;
	border-style: solid;
}

.input_active {
	border-width: 1px;
	border-color: #DF0029;
	border-style: solid;
	background-color: #D7D7D7;
}

.input_error {
	border-width: 1px;
	border-color: #DF0029;
	border-style: solid;
	background-color: #FFDDDD;
}

.hiddenfield {
	border-width: 0px;
	background-color: #C0C0C0; /*silver*/
}

/*.readonly {
	background-color: #EBEBE4;
	border-color: #969696;
	border-width: 1px;
	border-style: solid;
	padding: 1px;
}*/

input[readonly] {
	background-color: #EBEBE4;
	border-color: #969696;
	border-width: 1px;
	border-style: solid;
	padding: 1px;
}

input[type=radio] {
	cursor: pointer;
}

/*input[disabled] {
	background-color: red;
}*/

hr {
	border:0px;
	height:1px;
	background-color: #000000;
	color: #000000;
	text-align: center;
}

h1 {
	text-align: left;
	font-size: 1.8em;
	border-bottom-color: #DF0029;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	padding-bottom: 5px;
	margin-left: 15px;
	margin-bottom: 20px;
	width: 98%;
}

h2 {
	text-align: left;
	font-size: 1.3em;
	width: 98%;
	padding-bottom: 3px;
	margin-left: 15px;
	color: #575757;
	margin-bottom:10px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

div.sub_navigation {
	margin-top: 5px; 
	margin-bottom: 15px;
	margin-left: 15px;
	font-size: 1.1em;
	border-bottom-color:#DF0029;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding-bottom: 5px;
	width: 98%;
}

h3.title {
	color: black;
	text-align: center;
	margin-top: 5px;
}

.success {
	color: green;
	text-align: center;
	font-weight: bold;
}

thead th {
	background-color: #C0C0C0;
	font-weight: bold;
	text-align: center;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}

tfoot td {
	background-color: #E8E8E8;
	font-weight: bold;
	text-align: center;
	color: black;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	padding-top: 3px;
	padding-bottom: 3px;
}

/*table caption {
	background-color: #FFEE70;
	padding-top:5px;
	padding-left:5px;
	padding-bottom:5px;
	font-weight: bold;
	text-align: left;
	border: solid #000000 1px;
	border-bottom-style: none;
	color: #CCA300;
}*/

td.tbl_header, th.tbl_header {
	background-color: gray;
	font-weight: bold;
	text-align: center;
	color: white;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	padding-top: 3px;
	padding-bottom: 3px;
}

td.tbl_footer, th.tbl_footer {
	background-color: #E8E8E8;
	font-weight: bold;
	text-align: center;
	color: black;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	padding-top: 3px;
	padding-bottom: 3px;
}

td.col_header, th.col_header {
	background-color: #C0C0C0;
	font-weight: bold;
	text-align: center;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}

div.nav {
	color: white;
	margin-left: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
}

div.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: black;
}

div.tbl_header {
	background-color: gray;
	font-weight: bold;
	text-align: center;
	color: white;
}

table.centered {
	margin-left: auto;
	margin-right: auto;
}

div.centered {
	margin-left: auto;
	margin-right: auto;
}

table.fullscreen {
	width: 100%;
}

#header {
	background-color: black;
	width: 100%;
	color: #FFFFFF;
	height: 61px;
}

#header_tabs {
	background-color: #BAB9B9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: black;
	width: 100%;
}

#leftsidenav {
	width: 210px;
	background-color: #DF0029;
	border-right-width:1px;
	border-right-style: solid;
	border-right-color: #000000;
	color: #FFFFFF;
}

#breadcrumb {
	background-color: #808080;
	width: 100%;
	text-align: left;
	border-bottom-style: solid;
	border-bottom-color: black;
	border-bottom-width: 1px;
}

#footer {
	font-size: 11px;
	text-align: center;
	color: white;
	background-color: black;
	width: 100%;
}

#footer a:active {
	color: white;
	text-decoration: underline;
}

#footer a:link {
	color: white;
	text-decoration: underline;
}

#footer a:visited {
	color: white;
	text-decoration: underline;
}
 
#footer a:hover {
	color: white;
	text-decoration: none;
}

/*.error {
	background-color:#FFDDDD;
	border-style:solid; 
	border-width:1px;
	border-color:red;
	color:red;
	font-weight: bold;
}

.success {
	background-color: #DDFFDD;
	border-style: solid;
	border-width: 1px;
	border-color: #6DAA66;
	color: #6DAA66;
	font-weight: bold;
}

.warning {
	background-color: #FFFFDD;
	border-style: solid;
	border-width: 1px;
	border-color: #CCAA00;
	color: #CCAA00;
	font-weight: bold;
}*/

div.error {
	background-color:#FFDDDD;
	border-style: solid; 
	border-width: 1px;
	border-color: #FF0000;
	color: #FF0000;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

div.success {
	background-color: #DDFFDD;
	border-style: solid;
	border-width: 1px;
	border-color: #6DAA66;
	color: #6DAA66;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

div.warning {
	text-align: center;
	background-color: #FFEE70;
	border-style: solid;
	border-width: 1px;
	border-color: #C6A82E;
	color: #B4992C;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

div.info {
	text-align: center;
	background-color: #DDEEFF;
	border-style: solid;
	border-width: 1px;
	border-color: #99CCFF;
	color: #99CCFF;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

input.warning {
	background-color: #FFEE70;
	border-style: solid;
	border-width: 1px;
	border-color: #C6A82E;
}

input.error {
	background-color: #FFDDDD;
	border-style: solid;
	border-width: 1px;
	border-color: #FF0000;
	font-weight: normal;
	text-align: left;
	color: red;
}

label {
	cursor: pointer;
}

#footer #printed-by {
	display: none;
}