/* === Breadcrumb Styles === */
.breadcrumb{
	font-family:corbel;
	font-size:9pt;
	color:#000033;
}

.portlettitlebar{
	color: #ffffff;
	/*background-color: #D8E0F0;*/
	background-color: #CC6633;
	border-bottom : 1px solid #9898C0;
	font-family:corbel;
	font-size:9pt;
	font-weight: bold;
}



/* == red square bullet point ==*/ 
.listhighlight {
	list-style-type: square;
	color: #FF1821;
}
/* == blue square bullet point ==*/ 
.listhighlight2 {
	list-style-type: square;
	color: #103184;
}



UL{ list-style-type: circle; color: #000000; }

 
/* Standard content */
.content{
	font-family:corbel;
	text-align:left;
	FONT-SIZE:10pt;
	color: #000000;
}

.contentindex{
	font-family:corbel;
	text-align:left;
	FONT-SIZE:10pt;
	color: #000000;
	border-style: none;
}

/* White row - Use for lists where we want the row colors to be the same each row. */
.row {
	font-family:corbel;
	FONT-SIZE:9pt;
	text-align:left;
	background-color: #FFFFFF;
	color: #000000;
}

/* Shaded row - Use for multi-coloumn lists where we want the row colors to be different each row. */
.rowshade {
	font-family:corbel;
	FONT-SIZE:9pt;
	text-align:left;
	background-color: #eeeeee;
	color: #000000;
}

.colshade {
	font-family:corbel; corbel;
	FONT-SIZE:12pt;
	text-align:left;
	background-color:  #ffffff;
	color: #000000;
	font-weight: bold;
	border-bottom : 1px solid #000000;
	border-right : 1px solid #000000;
}

/* Use for adding space at end of line items list. */
.spacerRow {
  BACKGROUND-COLOR: white;
  HEIGHT: 10px;
}

/* Use for adding space at end of line items list. */
.emptyRow {
  HEIGHT: 15px;
}

.box {
  width: 20px;
  text-align:center;
  vertical-align:middle;
}

form {  margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px}

.priorityLow {
  color:blue;
  FONT-WEIGHT:bold;
}
.priorityMedium {
  color:#DAA520;
  FONT-WEIGHT:bold;
}
.priorityHigh {
  color:red;
  FONT-WEIGHT:bold;
}

