#body .breadcrumbs {
	font-weight: bold;
}

#body .breadcrumbs a {
	font-weight: normal;
}

#body #primarycontent.full {
	width: 100%;
	clear: both;
}

div#LoadingMessage {
	position: absolute;
	top: 2px;
	left: 10px;
	color: #FFFFFF;
	background-color: #CC4444;
	padding: 2px;
	width: 62px;
}

html>body div.container>div#LoadingMessage {
	position: fixed;
	top: 2px;
	right: 10px;
	color: #FFFFFF;
	background-color: #CC4444;
	padding: 2px;
	border: 0;
}

/* -------------------------------------------------------------------------
--  ALERTS -----------------------------------------------------------------
----------------------------------------------------------------------------*/
.alert,
.message {
	font-size: 1em;
	margin: 4px 0 4px 0;
	width: auto;
	padding: 5px 5px 5px 30px;
}

.message {
	background: #E2F9E3 url(images/alertgood.png) no-repeat 6px center;
	border-bottom: 1px solid #9c9;
	border-top: 1px solid #9c9;
	color: #169D00;
}

.alert.good {
	background: #E2F9E3 url(images/alertgood.png) no-repeat 6px center;
	border-bottom: 1px solid #9c9;
	border-top: 1px solid #9c9;
	color: #169D00;
}

.alert.bad {
	background: #F9E2E2 url(images/alertbad.png) no-repeat 6px center;
	border-bottom: 1px solid #c99;
	border-top: 1px solid #c99;
	color: #9D0000;
}

.badge {
	border-radius: 30px;
	padding: 1px 5px 1px 5px;
	color: white;
	font-weight: bold;
	font-size: 85%;
}

/* -------------------------------------------------------------------------
--  PROCESS MAP ------------------------------------------------------------
----------------------------------------------------------------------------*/

table.processmap {
    width: 100%;
    border-collapse: collapse;
}
table.processmap tr {
    border-top:1px solid #16009D;
    border-bottom:1px solid #16009D;
}
table.processmap td {
    font-weight: bold;
    text-align: center;
    color: rgb(130, 130, 130);
    padding-left: 8px;
    padding-right: 8px;
}
table.processmap td.active {
    color: #16009D;
}

/* -------------------------------------------------------------------------
--  COLUMNS ----------------------------------------------------------------
----------------------------------------------------------------------------*/

.leftcol {
	width: 50%;
	float: left;
	clear: left;
}
.rightcol {
	width: 50%;
	float: right;
	clear: right;
}
div.clear {
	clear: both;
}
.hidden {
	display: none;
}

.link {
	cursor: pointer;
}

.draggable {
	cursor: move;
}

#body div.line {
	border-top: 1px solid rgb(235, 235, 235);
	width: auto;
	margin: 8px 0 8px 0;
	padding: 0;
	clear: both;
}

ul.content_tabs {
	display: block;
	margin: 0;
	padding: 0 !important;
	width: 100%;
	font-size: 1.1em;
}
ul.content_tabs li.tab {
	float: left;
	display: block;
	width: auto;
	margin-right: 1px;
}
ul.content_tabs li.tab a {
	text-decoration: none;
	display: block;
	border: 1px solid rgb(220,220,220);
	padding: 6px 14px 6px 14px;
	font-weight: bold;
}
ul.content_tabs li.tab a.active {
	color: #FF6E00;
}
ul.content_tabs li.tab a:hover {
	color: #00439D;
	background-color: #E2E3F9;
}

/* tooltips */
.tooltip {
	background-color: #FFFFFF;
	border: 2px solid #666666;
	padding: 5px;
    border-radius: 6px;
    box-shadow: 3px 3px 3px #666;
    box-shadow: 3px 3px 3px #666;
}

/* flags */
.box-flag {
    border-radius: 2px;
	padding: 0 6px 0 6px;
	font-family: verdana,arial,sans-serif;
	font-size: 90%;
	font-weight: bold;
	display: inline;
	white-space: nowrap;
}
.box-flag .name {
    padding: 3px 0 3px 0;
}
.box-flag .remove {
	border-left: 1px solid white;
	padding-left: 5px;
	line-height: 20px;
}
td .box-flag .remove {
    margin-left: 5px;
}
.box-flag .remove a {
	text-decoration: none;
	color: white;
}
.box-flag .remove a:hover {
	background: transparent;
}