.sectionDivider {
	height:23px;
	width: 100%;
	background-image: url(../img/divider_bg.gif);
	margin-top:2px;
	margin-bottom:5px;
	padding-top:7px;
	padding-left:5px;
	font-weight:bold;
	font-size:14px;
}


.portletToolbar {
background: #E8E8E8 url(../../../components/toolbar/img/toolbar_bg.gif) top left repeat;
color: black; 
margin-bottom: 6px; 
padding: 2px; 
padding-left: 6px;
}



div.errorMessage {
  text-align: center;
  margin-top: 10px;
	font-weight: bold;
	color: #990000;
}

div.warningMessage{
  width: 400px;
  margin: 10px auto;
  padding: 10px;
  text-align: center;
  border: 1px dashed #ff8600;
}

/* Override task form styles for when a task is loaded in an asiDialog. */
.asiDialog .workArea {
  border: none;
}
.asiDialog .workArea #taskFormContainer{
  border: none;
}

/* hides the "indicates a required field" on new GPC request startform - needed because of bug with grid */
#newGpcStartForm DIV.buttonset P.requiredMessage {
	visibility: hidden;
	display:none;
}
#asiDialog .asiGridContainer{
  margin:1px 0 !important;
}
