/* **********************************************************************
**
** NAME
** ebiz.css
**
** PURPOSE
** This file is a css (Cascading Style Sheet) developed for the DIMIA
** (Deparment of Immigration Multicultural and Indigenous Affairs)
** e-Business section.
**
** This file is used to define the style of the HTML pages
**
** *********************************************************************/

hr {
  border-color: #26267C black black;
  border-style: solid;
}

table {
  border: none;
  font-family: Geneva, Arial, Helvetica, san-serif;
  text-decoration: none;
  font-size: 12px;
}

h5 {
  font-family: "Times New Roman", Times, serif;
}

th {
  font-family: Geneva, Arial, Helvetica, san-serif;
  font-size: 12px;
  font-weight: bold;
  background-color: #26267C;
  color: #FFFFFF;
  text-align: left;
}

a:hover {
  color: #FF9900;
}

.footer {
  font-size: 11px;
  color: #E1C8CA;
  text-decoration: none;
}

a.footer:hover {
  color: #FEC141;
}

.ReuseFixedLengthButtonStyleClass {
  width: 75px;
}


.tablecolour {
    background-color: #CED4EA;
}

.tablecellcolour {
    background-color: #CED4EA;
}

.tablerowcolour {
    background-color: #CED4EA;
}

.tableborderstyle {
    border-color: #CED4EA;
    border-width: 1;
}

.tablestyle {
    background-color: #CED4EA;
    border-color: #CED4EA;
    border-width: 1;
}

.lttablecellcolour {
    background-color: #E6E9F4;
}

.fti3 {
	font-weight: bold;
	font-size: 8pt;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #003366;
	text-align: center
}

/* ****************************************************************** */
.style_red_workingholiday_net_com {
	font-weight: bold;
	color: #CC0000;
}
.table_red_workingholiday_net_com {
	border: 2px solid #CC0000;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}
.style_blk_workingholiday_net_com {
	font-weight: bold;
	color: #000000;
}
