div.rightSide
{
	width:200px;
	min-height:150px;
	float:right;
	margin-top:10px;
	font-size:8pt;
	font-family: Segoe UI, Arial;
	/* position relatively to avoid controls inaccessible due to layer covered by main content */
	position:relative;
	z-index:8;
}

div.rightSide td
{
	font-family: Segoe UI, Arial;
	font-size:8pt;
}

div.sideInfo
{
	background-color: #eaeaea;
	border-top:3px solid #c4453e;
	border-bottom:2px solid #c4453e;
	padding:10px;
}

div.sideInfo h1
{
	font-size:1.5em;
	margin-bottom:10px;
}

div.whitebox
{
	height:35px;
}

div.sideInfo > div.whitebox
{
	height:auto;
}

#navmenu > div.whitebox
{
	height:auto;
}

div.whitebox
{
	margin:3px 0 3px 0;
	background-color: white;
	min-height:35px;
	position: relative;
	border:1px solid #D37772;
	padding:3px;
}

div.whitebox table th
{
	text-align:right;
	color: #363636;
	color: #3A3A3A;
	font-weight:normal;
}



div.sideInfo div.whitebox div.image
{
	padding-top:2px;
	float: left;

}

div.sideInfo h1
{
	font-size:8pt;
	margin:10px 0 5px 0;
	color: #3A3A3A;
	font-weight:normal;
}


div.sideInfo div.whitebox div.text
{
	padding-left:40px;
	padding-top:3px;
}

div.sideInfo hr
{
	margin-bottom:20px;
	margin-top:20px;
	height:1pt;
	border:0;
	border-bottom:1px solid #A5736B;
}


div.sideContent
{
	margin-right:210px;
	padding:0;
}

div.sideInfo ul
{
	margin-right:10px;
}

div.sideInfo ul li
{
	margin-bottom: 0.6em;
	margin-top: 0.6em;
}

/* ----------------------------------------------------------------------- */

table.tracking
{
	border: 2px solid #79A2D2;
}

table.tracking td,
table.tracking th
{
	border: 1px solid #79A2D2;
}

table.tracking
{
	border-collapse: collapse;
}

table.tracking tr.thead th,
table.tracking thead th
{
	text-align:left;
	font-weight:bold;
	width:auto;
}


table.tracking th,
table.tracking td.headcell
{
	background-color: #F1F5FA;
	color: #305A8D;
	font-size:8pt;
	font-weight: normal;
}

table.tracking th
{
	text-align: right;
	width:150px;
}

table.tracking tr.separator td,
table.tracking tr.separator th
{
	border-bottom: 2px solid #79A2D2;
}

table.tracking td,
table.tracking th
{
	padding:6px 10px 6px 10px;
}

table.tracking tr.heading th
{
	background-color: #FFF366;
	text-align:center;
	font-weight:bold;
	color: #FF3300;
}

table.tracking tr.highlight th,
table.tracking tr.highlight td,
table.tracking tr td.highlight
{
	background-color: #FAFCA5;
}

table.tracking td span.new
{
	color: #FF6633;
}

table.tracking td span.empty,
table.tracking td span.emptyfield
{
	color: #B7B7B7;
	font-size:8pt;
}

table.tracking td span.tempnew
{
	color: #FF6633;
	border-bottom: 1px solid #FF6633;
}

table.tracking tr.shade td,
table.tracking tr td.shade
{
	background-color: #F1F5FA;
}

table.tracking .highlight-yellow td,
table.tracking .highlight-yellow th
{
	background-color: #FFFF99;
}

table.tracking .highlight-green td,
table.tracking .highlight-green th
{
	background-color: #D8FEDB;
}

table.tracking .highlight-red td,
table.tracking .highlight-red th
{
	background-color: #FBD1C6;
}

table.tracking td.error
{
	color:red;
	font-weight:bold;
}


ul.progressadvance
{
/*	font-family: Segoe UI, Arial; */
}

ul.progressadvance li
{
	display:block;
	list-style: none;
}

ul.progressadvance li a
{
	display:block;
	padding:3px;
	border:1px solid #C5DADC;
}

ul.progressadvance li div.title
{
	color: #4F647D;
	font-size:1.3em;
	margin:2px;
	padding:0;
	line-height:1.2em;
}

ul.progressadvance li div.text
{
	margin:2px;
	padding:0;
	line-height:1.2em;
	color: #999999
}


ul.progressadvance li a:hover
{
	text-decoration:none;
	background-color: #E8F3FF
}

