table {
	font: 1em Lucida Grande, Verdana;
	width:100%;
	border:1px solid #ccc;
	cursor:default;
}

* html div.tableContainer {	/* IE only hack */
	width:100%;
	border:1px solid #ccc;
	overflow-x:hidden;
	overflow-y: auto;
}


table th{
	border-right:1px solid #999;
	padding-left:10px;
	font-weight:bold;
	text-align: left;
	cursor: pointer;
}

table td{
	border-right:1px solid #999;
	padding-right:10px;
	font-weight:normal;
	text-align: left;
}

table thead td, table thead th {
	background:#94BEFF;
}


html>body tbody.scrollContent {
	overflow-x:hidden;
	overflow-y: auto;
}

tbody.scrollContent td, tbody.scrollContent tr td {
	background: #fff;
	padding: 2px;
}

tbody.scrollContent tr.alternateRow td {
	background: #e3edfa;
	padding: 2px;
}

tbody.scrollContent tr.selected td {
	background: #ffc;
	padding: 2px;
}
tbody.scrollContent tr:hover td {
	background: #a6c2e7;
	padding: 2px;
}
tbody.scrollContent tr.selected:hover td {
	background: #ff3;
	padding: 2px;
}

#header-cart {
	width:100%;
	height:21px;
	position:relative;
	background-image:url(../images/Samate/top-bg.png);
	background-repeat:repeat-x;
	color: #333;
	font-size: .9em;

}
#header-cart ul {
	list-style-type:none;
	position:absolute;
	height:21px;
	width:auto;
	top:0px;
	left:0px;
	overflow:visible;
	margin:0;
	padding:0;
}

#header-cart li {
	list-style-type:none;
	list-style-image:none;
	float:left;
	height:100%;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	margin-right:20px;
}

#header-cart a {
	display:block;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

#header-cart a:hover {
	border-bottom:3px solid #999;
}

table tbody, table thead
{
    display: block;
}

table.application
{
	margin-bottom: 5px;
}

a.anchor:hover
{
	display: visible;
}

table td:nth-child(5) a
{
	font-weight: bold;
	text-decoration: underline;
}

.dont-break-out {

  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}