/* * * * * * * START JOB PLAN VIEW * * * * * * */

.titleBar
{
	background: transparent url(http://images.jobexec.co.uk/img/jDrawer-vertical-item-bg-active.gif) repeat-x scroll 0% 100%;
	font-family:arial,helvetica; 
  font-size:11px;
  color: white;
  width: 100%;
  margin-top: 15px;
  text-transform: capitalize;
}

.jobPlanViewHolder
{
	width: 695px;	
	margin: 8px 0px;
}

.jobPlanViewTitle
{
	background: transparent url(http://images.jobexec.co.uk/img/gradientmnu.png) repeat-x scroll 80% 10%;
	padding: 2px 10px;
	height: 18px;
	text-transform: capitalize;
	color: gray;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid silver;
	font-size: 11px;
}

.jobPlanViewBox
{
	height: auto;
	border: 1px solid silver;
	border-top: 1px solid #E6E6E6;
	background: peach;
	overflow:none;
	padding: 5px 10px;
	word-wrap: break-word;
	font-size: 11px;
	color: #575757;
}

.msgbox
{
	width: 98%;
	height: 50px;
	background: #CEFFCE;
	color: green;
	border: #00B300 1px solid;
	font-weight: bold;
	font-size: 11px;
	padding: 5px;
	margin-top: 10px;
}

.textright
{
	position: absolute;
	right: 15%;
	overflow: hidden;
	text-align: right;
	color: green;
}

.jobButton
{
	position: relative;
	left: 50%;
	text-align: center;
	color: white;
	height: 24px;
	font-weight: bold;
	font-size: 10px;
	padding: 5px 10px;
	background: url(http://images.jobexec.co.uk/img/gradientmenu.png) repeat left center;
	border: 1px solid white;
	margin-bottom: -10px;
	top: -10px;
	margin-left: 5px;
}

.jobButtonDisabled
{
	position: relative;
	left: 50%;
	text-align: center;
	color: silver;
	height: 24px;
	font-weight: bold;
	font-size: 10px;
	padding: 5px 10px;
	background: #E1E1FF url(http://images.jobexec.co.uk/img/jDrawer-vertical-item-bg-active.gif) repeat center center;
	border: 1px solid silver;
	margin-bottom: -10px;
	top: -10px;
	margin-left: 5px;
	cursor:pointer;cursor:hand;
}

.jobButton:link, .jobButton:active, .jobButton:visited
{
	color: white;	
}

.jobButton:hover
{
	color: green;
}

.jobButtonDisabled:link, .jobButtonDisabled:active, .jobButtonDisabled:visited
{
	color: green;
}

.jobButtonDisabled:hover
{
	color: white;
}

.jobPlanTitles
{
	font-weight: bold;
	color: green;
}

.jobPlanDetails
{
	font-weight: normal;
	color: #575757;
}
/* * * * * * * END JOB PLAN VIEW * * * * * * */
