/*
The underscore (_rule:xxx;) hides the css property from everything but IE6, and the star (*rule:xxx;) hides the css property from everything but IE6 & IE7.
*/

/****************************************
 Page layout
****************************************/
*,
*:before,
*:after {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
html, body
{
	height: 100%;
	width: 100%;
	margin: 0px;
  padding: 0px;
	overflow: hidden;
	visibility: visible !important;
}
#appLayout
{
	height: 100%;
	padding: 0px;
}
#menuPanel
{
	height: 60px;
  margin: 0px;
}
#systembar
{
	height: 30px;
	padding-left: 10px;
	padding-right: 10px;
  overflow: hidden;
}
#menubar
{
	padding-right: 10px;
}
.content_fixed
{
	width: 780px;
  margin-top: 5px;
  margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}
.content_window
{
	padding: 10px;
	border: 1px solid #D6D6D6;
	background-color: #F6F6F6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.content_fixed_wide
{
	max-width: 980px;
  margin-top: 5px;
  margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}
#headerbar_container
{
	background-color: #E6E6E6;
  top: 60px;
  position: fixed;
	width: 100%;
  overflow: hidden;
  z-index: 1002;
}
#headerbar_spacer
{
	height: 25px;
}
#headerbar
{
	width: 780px;
	height: 25px;
	line-height: 21px;
  overflow: hidden;
  padding: 0px;
  padding-left: 10px;
  padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
  /*border-bottom: 1px solid #D6D6D6;
  border-left: 1px solid #D6D6D6;
  border-right: 1px solid #D6D6D6;*/
}
#contentPanel
{
  height: 100%;
}

/****************************************
 Layout formatting
****************************************/
body
{
  background-color: #FAFAFA !important;
	text-align: left;
}
#menuPanel
{
	background-color: #2A2A2A;
}
#menuPanel .dijitContentPaneLoading
{
	background: none !important;
}
#systembar
{
	background-color: #2A2A2A;
	line-height: 30px;
}
#systembar button
{
	color: #E9E9E9;
	text-decoration: none;
	background-color: transparent;
	border: 0px;
	cursor: pointer;
	cursor: hand;
}
#systembar button:hover
{
	color: #007BC2;
}
.menu_logo
{
	float: left;
	margin-left: 10px;
	height: 30px;
	width: 180px;
	_behavior: url('iepngfix.htc');
}
.copyright_logo
{
  clear: both;
	float: right;
	height: 28px;
	width: 61px;
	background: url('../images/logicus-61x28.png');
	background-repeat: no-repeat;
	_behavior: url('iepngfix.htc');
}
#menubar
{
	background-color: #424242;
	color: #F2F0F1;
/*	background-image: none;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.55, #626473),
		color-stop(0.77, #757786)
		) !important;
	background-image: -moz-linear-gradient(
		center bottom,
		#626473 55%,
		#757786 77%
		) !important;
*/
}

#headerbar
{
	color: #424242;
  font-size: 12px;
}
#headerbar button,
#headerbar a
{
  padding: 2px;
  padding-left: 4px;
  padding-right: 4px;
	color: #424242;
	text-decoration: none;
	background-color: transparent;
	border: 0px;
	cursor: pointer;
	cursor: hand;
  display: inline-block;
}
#headerbar button:hover,
#headerbar a:hover
{
	color: #003E61;
  background-color: #CCC;
}
#header_object_name
{
  font-size: 14px;
  font-weight: bold;
  margin-right: 10px;
}
#headerbar .dijitInline
{
  margin-top: -3px;
}
#headerbar .dijitComboBox,
#headerbar .dijitComboBox .dijitArrowButtonContainer,
#headerbar .dijitComboBox .dijitArrowButtonInner
{
  height: 17px !important;
}
#headerbar .dijitComboBox td
{
  height: 17px !important;
  font-size: 12px !important;
}
#headerbar .dijitTextBox .dijitInputContainer
{
	height: 15px !important;
}
#headerbar .dijitTextBox .dijitInputInner
{
	height: 14px !important;
}
#headerbar .dijitValidationContainer
{
  height: 15px !important;
}

#contentPanel
{
	background-color: #FAFAFA;
}

/****************************************
 Standard control formatting
****************************************/
body, td, th, input, select, textarea, button
{
	/*Helvertica*/
/*  font-family: 'Lucida Grande', Verdana, Arial, sans serif !important;*/
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
}

table
{
  margin: 0px;
  padding: 0px;
  border-collapse: collapse;
  border-spacing: 0px;
  table-layout: auto;
}

td, th
{
	text-align: left;
	vertical-align: top;
  margin: 0px;
  padding: 0px;
  border: 0px;
}

div, span
{
	word-wrap: break-word;
}

.sto .dijitButton
{
	margin: 0px;
}

.dijitButton .dijitIcon
{
	padding-right: 3px;
}

.sto .dijitButton .dijitButtonNode
{
	margin: 0px !important;
	padding: 0px !important;
	color: #FAFAFA !important;
	border: 0px !important;
	background-image: none !important;
	background-color: #007BC2;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
}
.sto .dijitButton.dijitButtonHover .dijitButtonNode
{
	background-color: #003E61;
}
.sto .button2.dijitButton .dijitButtonNode
{
	background-color: #4D4D4D;
}
.sto .button2.dijitButtonHover .dijitButtonNode
{
	background-color: #272727;
}
.sto .buttonLight.dijitButton .dijitButtonNode
{
	background-color: #B0B0B0;
}
.sto .buttonLight.dijitButtonHover .dijitButtonNode
{
	background-color: #909090;
}
.sto .buttonRed.dijitButton .dijitButtonNode
{
	background-color: #f02541;
}
.sto .buttonRed.dijitButtonHover .dijitButtonNode
{
	background-color: #AF1D31;
}
.sto .buttonGreen.dijitButton .dijitButtonNode
{
	background-color: #5cb85c;
}
.sto .buttonGreen.dijitButtonHover .dijitButtonNode
{
	background-color: #449d44;
}

.new-button {
	height: 27px !important;
	line-height: 27px !important;
	vertical-align: middle !important;
	padding: 0px !important;
	margin: 0px !important;
	margin: 0px !important;
	padding: 0px 10px !important;
	color: #FAFAFA !important;
	border: 0px !important;
	background-image: none !important;
	background-color: #007BC2;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
}

.new-button:hover {
	background-color: #003E61;
}


.dijitButton .dijitButtonContents
{
	margin-left: 10px !important;
	margin-right: 10px !important;
}

.dijitButton .dijitButtonText
{
	height: 27px !important;
	line-height: 27px !important;
	vertical-align: middle !important;
	padding: 0px !important;
	margin: 0px !important;
}

.dijitTextBox
{
	background-color: white !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #999999 !important;
}
.dijitTextBox .dijitInputContainer
{
	height: 23px !important;
  padding-right: 5px !important;
	border: 0px !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.dijitTextBoxHover
{
	background-color: #e9f4fe !important;
}
.dijitTextBox .dijitInputInner
{
	height: 17px !important;
	padding: 2px !important;
	_padding: 0px !important; /* IE6 and below */
	border: 0px !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.dijitTextBoxDisabled input
{
	color: black !important;
}

input[type=file],
.dojoxFileInput,
.dojoxFileInput .dojoxInputNode
{
	margin-top: 2px;
	height: 28px !important;
}

.dijitComboBox input.dijitArrowButtonInner,
.dijitComboBox .dijitArrowButtonContainer
{
	height: 25px !important;
	line-height: 24px !important;
	border: 0px !important;
	-webkit-border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	border-radius: 2px !important;
	padding: 0px !important;
}

.dijitValidationContainer
{
	height: 23px !important;
}

input.radio, input.checkbox
{
	border: 0px;
	padding: 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

textarea
{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	min-height: 28px;
}

select
{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.dijitSelect
{
	height: 25px !important;
	display: inline-block !important;
	margin: 0px !important;
	border: 1px solid #999999 !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
}
.dijitSelect td
{
	height: 21px !important;
	border: 0px !important;
	padding: 2px !important;
	_padding: 0px !important; /* IE6 and below */
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
}
/* Firefox only */
@-moz-document url-prefix()
{ 
  .dijitSelect td
  {
    padding-bottom: 1px !important;
  }
}

h1
{
  font-size: 150% !important;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
	line-height: 1.1 !important;
}
h2
{
  font-size: 125% !important;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 8px;
	line-height: 1.1 !important;
}
h3
{
  font-size: 110% !important;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 5px;
	line-height: 1.1 !important;
}
h4
{
  font-size: 90% !important;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 3px;
	line-height: 1.1 !important;
}

li
{
	margin: 0px;
	margin-left: 14px \9; /* IE only */
}
ul li
{
	margin: 0px \9; /* IE only */
}
/* Firefox only */
@-moz-document url-prefix()
{ 
  li
  {
    margin-left: 14px;
  }
  ul li
  {
    margin: 0px;
  }
}

.large_text
{
  font-size: 14px !important;
}

.small_text
{
  font-size: 12px !important;
}

img
{
  border: 0px;
	_behavior: url('iepngfix.htc');
}

a,
a:link,
a:visited,
a:active,
a:hover,
button.link
{
	border: 0px;
	padding: 0px;
	background-color: transparent;
	text-decoration: none;
  color: #007BC2;
	cursor: pointer;
	cursor: hand;
}
a:hover,
button.link:hover
{
	color: #003E61; /*#990000;*/
}

p {	margin-top:0px; margin-bottom:0px; }

.text_error { color: red; }

.delete_icon
{
	background-image: url('../images/Delete-16px-grey.png');
	height: 16px;
	width: 16px;
	margin-left: 5px;
	display: inline-block;
	*display: inline;
}

.mblSwitchText
{
	font-size: 14px;
	line-height: 26px;
}

/****************************************
 Login panel formatting
****************************************/
.login_container
{
	background-color: #626473;
	height: 100%;
	width: 100%;
	display: table;
	vertical-align: middle;
}

.login_inner
{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}

.login_box
{
	background-color: #F2F2F2;
	max-width: 480px;
  margin-left: auto;
  margin-right: auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 10px 15px;
}

.login_box table
{
	margin: 10px auto;
	margin-bottom: 20px;
}
.login_box table td
{
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
}
.login_box table td .dijitTextBox
{
  width: 180px;
}

.login_news
{
	background-color: #E6E6E6;
	padding: 10px 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.login_logo
{
  text-align: center;
}

/****************************************
 Main content panel formatting
****************************************/
.content a:link    { text-decoration: none; color: #6666CC; }
.content a:visited { text-decoration: none; color: #6666CC; }
.content a:active  { text-decoration: none; color: #6666CC; }
.content a:hover   { text-decoration: none; color: orange; }

.link_underline { text-decoration: underline; }

.dijitContentPane
{
	/*padding: 0px !important;*/
}

/* remove orange focus outline from chrome */
*:focus {outline: none !important;}


/*******************************
*  Toaster drop down messages  *
*******************************/
.dijitToasterClip
{
}

.dijitToasterContainer
{
	width: auto !important;
}

.dijitToasterContent
{
	padding-left: 10px !important;
	padding-right: 10px !important;
	padding-top: 3px !important;
	padding-bottom: 5px !important;
	text-align: center !important;
	color: #222 !important;
	background-color: #F9EDBE !important;
	-webkit-border-bottom-left-radius: 3px !important;
	-moz-border-radius-bottomleft: 3px !important;
	border-bottom-left-radius: 3px !important;
	-webkit-border-bottom-right-radius: 3px !important;
	-moz-border-radius-bottomright: 3px !important;
	border-bottom-right-radius: 3px !important;
}

.dijitToasterError .dijitToasterContent
{
	background-color: #FFC0C2 !important;
	color: #ED1C24 !important;
}

#header_offline
{
	background-color: #ED1C24 !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.dijitContentPaneLoading
{
	display: block !important;
	position: relative !important;
	margin: auto;
	top: 40%;
	padding-left: 32px !important;
	line-height: 32px;
	height: 32px;
	width: 0px !important;
	overflow: hidden !important;
	background-image: url('../images/loading.gif') !important;
}

#contentOverlay
{
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 1001;
  background-color: #FAFAFA;
  opacity: 0.92;
}

.label
{
  font-weight: normal;
}

.gray
{
   color: #777;
}

.claro .tooltipLink
{
  margin-top: 0px;
}
.claro .tooltipLink .dijitButtonNode,
.claro .tooltipLink .dijitButtonNode .dijitDropDownButtonHover
{
  background: none !important;
  border:none;
  margin-top: -8px;
}
.claro .tooltipLink .dijitArrowButtonInner
{
  display:none;
}
.claro .tooltipLink button,
.claro .tooltipLink button .dijitButtonText
{
  text-decoration:underline !important;
  color:blue;
  display:inline;
}/****************************************
 Edit page formatting
****************************************/
.edit_title
{
}

.edit_subtitle
{
	margin-top: 5px;
}

.edit_title_divider
{
	margin-top: 10px;
	margin-bottom: 10px;
	height: 0px;
	line-height: 0px;
	border-top: 1px solid #999999;
}

.edit_divider
{
	margin-top: 10px;
	height: 0px;
	line-height: 0px;
	border-top: 1px dotted #999999;
}

.edit_section_title
{
  font-size: 120%;
  font-weight: bold;
	padding-top: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.edit_field_title
{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.edit_field
{
	margin-top: 0px;
	margin-bottom: 5px;
}

.edit_field .dijitCheckBox
{
	margin-top: 8px;
}

/****************************************
 Edit table classes
****************************************/
table.edit
{
	width: auto;
}
table.edit td
{
	vertical-align: middle;
	padding: 3px;
}
table.edit .heading
{
	font-weight: bold;
}

table.view
{
	table-layout: fixed;
	word-wrap: break-word;
	overflow: hidden;
}
table.view td
{
	vertical-align: middle;
	padding: 3px;
}
table.view td.heading
{
  text-align: right;
	vertical-align: top;
	font-weight: bold;
	padding-right: 10px;
}
table.view td.data-value
{
  background-color: #FAFAFA;
  border-bottom: 3px solid #E6E6E6;
	padding-left: 10px;
	padding-right: 20px;
  -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


.view_deleted
{
	color: red;
}

#request_edit {
	text-align: center;
}

#asset {
	float:left;
}

#asset_by {
	font-size: 12px;
/*	background-color:#CCCCCC;*/
	float: left;
	padding-right: 3px;
	margin-left: 6px;
	white-space: nowrap;
}

#statustext {
	font-size: 12px;
	color: #888888;
}

/****************************************
 Request edit classes
****************************************/
.request_status_box
{
	padding-bottom: 5px;
	padding-left: 5px;
}

.request_number
{
	font-size: 13pt;
	font-weight: bold;
	color: #000000;
	margin-right: 10px;
}
.request_status_box .request_number
{
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
	margin-right: 10px;
}
.request_asset, .request_affected_asset
{
	background-image: url('../images/Physical-16px-grey.png');
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 18px;
  color: #000000;
}

.request_person, .request_affected_person
{
	background-image: url('../images/User-16px-normal.png');
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 18px;
	color: #000000;
}
.request_workgroup
{
	background-image: url('../images/Workforce-16px-grey.png');
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 18px;
	color: #000000;
}
.request_organisation
{
	background-image: url('../images/Organisation-16px-grey.png');
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 18px;
	color: #000000;
}
.request_notify
{
	background-image: url('../images/SMS-16px-grey.png');
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	color: #000000;
}

.request_description
{
  font-weight: normal;
}
.request_description_view
{
}
#request_description_box
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #E6E6E6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.request_description_status
{
	color: gray;
	font-weight: normal;
	font-size: 80%;
	padding-left: 5px;
}

.request_link
{
	font-weight: bold;
}

.text_notify { color: blue; font-weight: bold; }

/****************************************
 Action edit classes
****************************************/
#action_edit_container
{
	width: 600px;
  border: 1px solid #D6D6D6;
  background: #F2F0F1 !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
	margin-bottom: 10px;
}
#action_edit_container .dialog_section
{
	padding: 10px 20px;
	border-bottom: 2px solid #D6D6D6;
}

#action_edit_container .error_container
{
  display: block;
  padding: 0px 20px !important;
  margin-left: 20px;
  color: red;
  background-image: url('../images/Error-16px-red.png');
  background-repeat: no-repeat;
}

#action_assign_container
{
	padding-bottom: 10px;
	border-bottom: 2px solid #D6D6D6;
/*	padding-top: 35px !important;
	margin-bottom: -133px !important;*/
}
#request_reassign_container
{
}

#file_upload_box
{
	height: 30px;
	width: 100px;
}

#action_edit_tabs td,
#action_assign_container td,
#request_reassign_container td
{
	padding-top: 5px;
	padding-right: 5px;
}

/*===*/

/****************************************
 Edit tables
****************************************/
h3.table_title
{
  width: 100%;
  background-color: #E6E6E6;
  padding: 5px;
  margin-left: -5px;
  margin-top: 15px;
}

table.edit_table
{
	width: 100%;
	table-layout: fixed;
  margin-bottom: 5px;
}

table.edit_table td
{
	vertical-align: middle;
}
table.edit_table td:first-child
{
}
table.edit_table td:last-child
{
	/*text-align: right;*/
}

table.edit_table tr.edit_row>td
{
	padding: 3px;
	vertical-align: top;
}
table.edit_table tr.view_row>td
{
  padding-bottom: 5px;
	vertical-align: top;
}
table.edit_table tr.edit_table_row>td:first-child
{
	padding-left: 0px;
}
table.edit_table tr.edit_table_row>td:last-child
{
	padding-right: 0px;
	width: 50px;
  color: #777;
}
table.edit_table tr.edit_table_row>td
{
	border-bottom: 1px solid #E6E6E6;
	padding-top: 5px;
	padding-bottom: 5px;
}

table.edit_table tr.heading td
{
	font-weight: bold;
}

.edit_table_add_icon
{
	background-image: url('../images/Add-24px-normal.png');
	height: 24px;
	width: 24px;
	display: inline-block;
	margin: 3px;
}

.edit_table_delete_icon
{
	background-image: url('../images/Minus-24px-normal.png');
	height: 24px;
	width: 24px;
	display: inline-block;
	margin: 3px;
}

.edit_table_edit_icon
{
	cursor: pointer;
  cursor: hand;
	background-image: url('../images/Edit-16px-grey.png');
	height: 16px;
	width: 16px;
	display: inline-block;
	margin: 3px;
}

.compare_label
{
  font-weight: bold;
  border-bottom: 1px dotted black;
}
/****************************************
 file input formatting
****************************************/
/*input[type=file],input.filebrowse
{
	color: #246 !important;
	border-color: #328ab2 !important;
	font: 10pt "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	margin-bottom: -2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 3px;
	letter-spacing: normal;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

input.filebrowse:hover {
	border-color: #d54e21 !important;
}
*/

table.border1px td
{
	border: 1px solid #C0C0C0;
}

.flashBtn
{
	border: 1px solid #333333;
	padding: 2px;
	width: 85px;
	height: 20px;
	margin: 2px;
	vertical-align: middle; /* emulates a <button> */
	text-align: center;
	cursor: pointer;
}

#document_content_editor .dijitButton
{
	margin: 0px !important;
	line-height: 1 !important;
}

#document_content_editor .dijitButton .dijitButtonNode
{
  font-weight: bold !important;
	line-height: 1 !important;
	color: #FFF !important;
	background-image: none !important;
	background-color: transparent !important;
	margin: 0px !important;
	padding: 1px !important;
	border: 0px !important;
	-webkit-border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	border-radius: 2px !important;
}
#document_content_editor .dijitButtonHover .dijitButtonNode
{
	background-color: #abd6ff !important;
}
#document_content_editor .dijitButton .dijitButtonText
{
	padding: 0px !important;
	margin: 0px !important;
}

.claro .dijitSelect .dijitInputField
{
  text-align: left;
}

.form_display_container
{
  background-color: white;
  padding: 3px;
	border: 1px solid #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.dijitTimePickerTick
{
  color: #555;
}
.dijitTimePickerMarker
{
  color: #555;
	background-color:#DDD;
}
.dijitTimePickerItemHover
{
	background-color: #BBB;
}/****************************************
 Import table classes
****************************************/
table.import
{
  width: auto;
}
table.import td
{
	vertical-align: top;
	padding: 3px;
}
table.import .heading
{
	font-weight: bold;
}

/****************************************
 List table classes
****************************************/
.list_page_container
{
	margin-top: -5px;
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
	*display: inline;
}
.list_page_container_bottom
{
	text-align: center;
}

.list_container
{
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 10px;
	background-color: #E6E6E6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.list_container .list_header
{
	margin: -10px;
	margin-bottom: 5px;
	padding: 8px;
	padding-top: 12px;
	padding-bottom: 12px;
  background-color: #D6D6D6;
	-webkit-border-top-left-radius: 3px !important;
	-moz-border-radius-topleft: 3px !important;
	border-top-left-radius: 3px !important;
	-webkit-border-top-right-radius: 3px !important;
	-moz-border-radius-topright: 3px !important;
	border-top-right-radius: 3px !important;
}

.list_container .list_section_header
{
  margin: 0px;
	padding: 5px;
	padding-left: 10px;
  background-color: #C0C0C0;
  border-bottom: 1px solid #999999;
}
.list_container .list_section_header .dijitCheckBox
{
  margin-top: -5px;
}

.list_container table.list_table
{
  width: 100%;
	/*margin-top: 3px;*/
	margin-bottom: 3px;
	/*border-top: 1px solid #999999;*/
  table-layout: fixed;
}

.list_container table.list_table tr.list_row_top td
{
	padding-top: 8px;
}
.list_container table.list_table tr.list_row_bottom td
{
	padding-bottom: 8px;
	border-bottom: 1px solid #999999;
}

.list_container table.list_table td
{
	padding-right: 5px;
	vertical-align: top;
	-webkit-transition-property:background-color;
 	-webkit-transition-duration:.3s;
}

.list_block_link
{
	color: black !important;
	display: block !important;
}
.list_inline_link
{
	color: black !important;
}

.red_link
{
	color: red !important;
}
.red_link:hover
{
	color: #900000 !important;
}

.list_container table.list_table tr.heading td
{
	padding: 5px 0px;
	font-weight: bold;
	background-color: #B4B5BC;
}

.list_container table.list_table td:first-child
{
	padding-left: 10px !important;
}
/*
.list_container table.list_table td:last-child
{
	padding-right: 10px !important;
}
*/
.list_container table.list_table tr.row td
{
	border-bottom: 2px solid #C0C0C0;
}

.list_container table.list_table tr.row1 td
{
	background-color: #E6E6E6;
}

.list_container table.list_table tr.row2 td
{
	background-color: #F2F2F2;
}

.list_container table.list_table tr.row_highlight td
{
	background-color: #FEFCD3 !important;
	cursor: pointer;
  cursor: hand;
}

tr.list_deleted td
{
	background-color: #FF9393 !important;
}

.list_checkbox_cell
{
	width: 30px;
}

.list_action_cell
{
	text-align: right;
	width: 80px;
}

.dijitSelectMenu,
.dijitComboBoxMenu
{
	border-color: #B4B5BC !important;
}
  
.dijitMenuItemSelected
{
	background-color: #B4B5BC !important;
}

/*
.list_action_dropdown_menuPopup
{
	margin-left: -18px;
}

.list_action_dropdown_button
{
	margin: 0px !important;
}

.list_action_dropdown_button .dijitButtonNode
{
	background: none !important;
	border: 0px !important;
	-webkit-box-shadow: none !important;
}
.list_action_dropdown_button .dijitArrowButtonInner
{
	background-image: url('../images/More-16px-grey.png') !important;
	height: 16px !important;
	width: 16px !important;
	background-position: 0px !important;
}
.list_action_dropdown_menu
{
	border: 0px !important;
}
.list_action_dropdown_menu .dijitMenu,
.list_action_dropdown_menu .dijitMenuItem
{
	background-color: #F2F2F2 !important;
}
.list_action_dropdown_menu td
{
	border-bottom: 1px solid #999999 !important;
}
.list_action_dropdown_menu tr:last-child td
{
	border: 0px !important;
}
.list_action_dropdown_menu .dijitMenuItemHover
{
	background-color: #B3B3B3 !important;
}
.list_action_dropdown_menu .dijitMenuItemLabel
{
	vertical-align: middle !important;
	padding-left: 5px !important;
}
.list_action_dropdown_menu .dijitMenuItemLabel,
.list_action_dropdown_menu .dijitMenuItemLabel a
{
	color: #000 !important;
}
*/

.list_action_dropdown_edit_icon
{
	display: inline-block !important;
	background-image: url('../images/Edit-16px-grey.png');
	height: 16px;
	width: 16px;
	margin-left: 5px;
	cursor: pointer;
  cursor: hand;
}
.list_action_dropdown_copy_icon
{
	display: inline-block !important;
	background-image: url('../images/Copy-16px-grey.png');
	height: 16px;
	width: 16px;
	margin-left: 5px;
	cursor: pointer;
  cursor: hand;
}
.list_action_dropdown_delete_icon
{
	display: inline-block !important;
	background-image: url('../images/Delete-16px-grey.png');
	height: 16px;
	width: 16px;
	margin-left: 5px;
	cursor: pointer;
  cursor: hand;
}
.list_action_dropdown_undelete_icon
{
	display: inline-block !important;
	background-image: url('../images/Priority-16px-grey.png');
	height: 16px;
	width: 16px;
	margin-left: 5px;
	cursor: pointer;
  cursor: hand;
}
.list_action_dropdown_rerun_icon
{
	display: inline-block !important;
	background-image: url('../images/add.png');
	height: 16px;
	width: 16px;
	margin-left: 5px;
	cursor: pointer;
  cursor: hand;
}
.list_action_dropdown_watchlist_add_icon
{
	display: inline-block !important;
	background-image: url('../images/Watch-16px-grey.png');
	height: 16px;
	width: 16px;
	margin-left: 5px;
	cursor: pointer;
  cursor: hand;
}
.list_action_dropdown_watchlist_remove_icon
{
	display: inline-block !important;
	background-image: url('../images/Watch-16px-blue.png');
	height: 16px;
	width: 16px;
	margin-left: 5px;
	cursor: pointer;
  cursor: hand;
}
.list_action_dropdown_request_form_icon
{
	display: inline-block !important;
	background-image: url('../images/Document-16px-grey.png');
	height: 16px;
	width: 16px;
	margin-left: 5px;
	cursor: pointer;
  cursor: hand;
}
.list_action_dropdown_refresh_icon
{
	display: inline-block !important;
	background-image: url('../images/refresh.png');
	height: 16px;
	width: 16px;
	margin-left: 5px;
	cursor: pointer;
  cursor: hand;
}
.redo_icon
{
	display: inline-block !important;
	background-image: url('../images/redo.png');
	height: 16px;
	width: 16px;
	margin-left: 5px;
	cursor: pointer;
  cursor: hand;
}
.clickable-action
{
  cursor: pointer;
  cursor: hand;
}

.watchlist_remove
{
  color: blue;
}

.request_assigned_me
{
  color: #00cc33;
}

.request_assigned_other
{
  color: #ff9900;
}

/****************************************
 Search table classes
****************************************/
#search_dropdown
{
	margin-bottom: 5px;
	overflow: hidden;
	border: 1px solid #D6D6D6;
	background-color: #F6F6F6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#search_display
{
	margin-top: -5px;
}

.search_saved
{
}

.search_container
{
	padding-top: 10px;
}

.sort_container
{
	padding: 10px;
	padding-left: 20px;
	background-color: #E6E6E6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 10px;
}

.sort_container div
{
  display: inline-block;
  vertical-align: bottom;
  padding-right: 10px;
}

.filter_row
{
	margin-top: 5px;
	overflow: hidden;
}

.filter_row .dijitTextBox
{
	vertical-align: top !important;
}

.filter_add_icon
{
	margin-top: 5px;
	background-image: url('../images/Add-24px-normal.png');
	height: 24px;
	width: 24px;
	display: inline-block;
}

.filter_delete_icon
{
	background-image: url('../images/Minus-24px-normal.png');
	height: 24px;
	width: 24px;
	display: inline-block;
}

.saved_search_delete_icon
{
	display: inline-block;
	vertical-align: top;
	background-image: url('../images/Delete-16px-grey.png');
	height: 16px;
	width: 16px;
	margin-left: 5px;
	margin-top: 5px;
}

/****************************************
	Object View
****************************************/
.header_name
{
	font-size: 18px;
	font-weight: bold;
	margin-right: 10px;
}
.header_organisation
{
	background-image: url('../images/Organisation-16px-grey.png');
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 18px;
	color: #000000;
	padding-top: 2px;
}
.header_subdata
{
	border-top: 1px solid #999999;
	font-weight: bold;
	padding: 3px;
	background-color: #E6E6E6;
}
.header_status
{
  color: #999;
  font-size: 10px;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
}

#subdata_tabs
{
  margin-top: 5px;
}

.subdata_table
{
  width: 100%;
}

.subdata_table td
{
	padding-top: 3px;
}
.subdata_table td a
{
	vertical-align: top;
}

/****************************************
 Action list classes
****************************************/
.action_list
{
	margin-left: 5px;
}
.action_buttons
{
	text-align: right;
	width: 110px;
	float: right;
}
.action_description_container
{
	padding-bottom: 3px;
}
.action_description_container .dijitCheckBox
{
  margin-top: -3px;
  margin-left: -7px;
}
.action_status_container
{
  font-size: 80%;
	color: #999;
}
.glyphicon-action_tab_todo:before {
  content: "\e067"; /*check*/
}
.glyphicon-action_tab_action:before {
  content: "\e111"; /*comments*/
}
.glyphicon-action_backdate:before {
  content: "\e023"; /*time*/
}
.glyphicon-action_tab_sms:before {
  content: "\e145"; /*phone*/
}
.glyphicon-action_tab_call:before {
  content: "\e182"; /*earphone*/
}
.glyphicon-action_tab_email:before {
  content: "\2709"; /*envelope*/
}
.glyphicon-action_tab_subrequest:before {
  content: "\e164"; /*new_window*/
}
.glyphicon-action_tab_attach:before {
  content: "\e022"; /*file*/
}
/*{
	cursor: default;
	background-image: url('../images/Backdate-16px-grey.png');
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 18px;
	padding-bottom: 5px;
}*/
.action_quick_input_box
{
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 5px;
}

/****************************************
 Document formatting
****************************************/
.document_number
{
}
.document_heading
{
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 4px;
}
.document_keywords
{
  color: #999;
  font-size: 10px;
}

img.click
{
	cursor: pointer;
  cursor: hand;
}

ul.permission_list
{
	display: inline;
	margin: 0px;
	margin-left: 15px;
	padding: 0px;
}
ul.permission_list li
{
	display: inline;
	margin: 0px;
	margin-right: 10px;
	padding: 0px;
}

#multi_modify_container
{
  margin-left: 5px;
  margin-right: 5px;
  padding: 8px;
  border: 1px solid #D6D6D6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#multi_modify_container .form-group
{
  display: inline-block;
  margin-bottom: 5px;
}

#multi_modify_container label
{
  font-weight: normal;
}

#multi_modify_container label,
#multi_modify_container input[type=text]
{
  display: block;
}

#products_table
{
  margin-bottom: 5px;
}
#products_table,
#products_table td,
#products_table th
{
  padding: 2px;
  border: 1px solid #C0C0C0;
}

.list_container table.list_table tr td.list_action_cell
{
  padding-top: 2px;
  padding-bottom: 2px;
  vertical-align: middle;
}
.action-dropdown-list
{
  display: inline-block;
}
.action-dropdown-list .btn
{
  padding-top: 2px;
  padding-bottom: 2px;
  border: 1px solid #E6E6E6;
}
.action-dropdown-list-small .btn
{
  padding-top: 0px;
  padding-bottom: 0px;
}
.action-dropdown-list>button>span
{
  padding-top:5px;
  padding-right:2px;
}

.action-dropdown-list>ul
{
  min-width:20px;
}

.action-dropdown-list>ul a
{
  padding-top: 5px;
  padding-bottom: 5px;
}

#search_results
{
  overflow: visible; /* for dropdown action menu */
}

.dijitContentPane .dijitTabPane
{
  overflow: visible; /* for dropdown action menu */
}

.request_status_box
{
  position: fixed;
  z-index: 5;
  background-color: #F6F6F6;
  margin-left: -11px;
  margin-top: -16px;
  width: 980px;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 1px solid #D6D6D6;
  border-right: 1px solid #D6D6D6;
  border-top: 1px solid #D6D6D6;
}

#request_workgroup
{
  float: right;
}

#request_actions_box
{
  margin-top: 2px;
}

#request_actions_box .btn
{
  padding-top: 0px;
  padding-bottom: 0px;
}div.page
{
  page-break-after: always;
  height:0px;
  /*page-break-inside: avoid;*/
}

.document_body,
.document_body div,
.document_body p,
.document_body li,
.document_body td
{
  font-family: Tahoma, Helvetica, sans-serif !important;
  font-size: 11pt !important;
	line-height: normal !important;
}

.document_body p,
.document_body ul,
.document_body ol
{
	margin-top: 0px;
	margin-bottom: 0px;
}

.document_body h1
{
  font-size: 18pt !important;
  margin-bottom:2px;
  margin-top:5px;
}

.document_body h2
{
  font-size: 16pt !important;
  margin-bottom:2px;
  margin-top:5px;
}

.document_body h3
{
  font-size: 14pt !important;
  margin-bottom:2px;
  margin-top:2px;
}

.document_body h4
{
  font-size: 12pt !important;
  margin-bottom:2px;
  margin-top:2px;
}

.document_body h5
{
  font-size: 11pt !important;
  margin-bottom:2px;
  margin-top:2px;
}

.document_body h6
{
  font-size: 10pt !important;
  margin-bottom:2px;
  margin-top:2px;
}

.document_body hr
{

}

.document_body table
{
  border-collapse: collapse;
}

.document_body td
{
	/*padding: 3px;*/
}

.document_body .borders td
{
	border: 1px solid !important;
}

.document_body img
{
  border: 0px;
}

.document_body a:link    { text-decoration: underline; color: blue; }
.document_body a:visited { text-decoration: underline; color: blue; }
.document_body a:active  { text-decoration: underline; color: blue; }
.document_body a:hover   { text-decoration: underline; color: blue; }

.cke_path a:link    { text-decoration: none; color: black; }
.cke_path a:visited { text-decoration: none; color: black; }
.cke_path a:active  { text-decoration: none; color: black; }
.cke_path a:hover   { text-decoration: none; color: black; }

.div_table
{
	display: table;
	border-collapse: collapse;
}

.div_table_row
{
	display: table-row;
}

.div_table_cell
{
	padding: 3px;
	display: table-cell;
	border: 1px solid black;
}