* {
	font-family: Arial, Helvetica, sans-serif;
}
img {
	border: 0;
	outline: 0;
}
body {
	/*background-color: #f7f7f7;*/
	background-color: #fff;
	font-size: 12px;
	color: #382E2B;
	height: 100%;
	padding: 0;
	margin: 0;
	overflow: auto;
}
.bodyModal {
	background-color: #F4F4F4;
}
h1, h2, h3 {
	font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
	font-weight: normal;
	color: #353535;
	font-size: 18px;
	margin: 0;
	padding: 0;
}
h4, h5, .h4, .h5 {
	font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
	font-weight: normal;
	color: #353535;
	font-size: 15px;
	margin: 0;
	padding: 0;
}
a:link, a:visited {
	text-decoration: underline;
	color: #2C2C2C;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.loading-icon {
	width: 16px;
	height: 16px;
	background: #ffffff url(images/indicator.gif) repeat-x; color: #000;
}
select {
	padding-right: 30px;
}
table th {
	text-align: left;
}
#pageLoading {
	position: relative;
	top: 12px;
	right: 30px;
	width: 20px;
	display: none;
	z-index: 199999;
	float: right;
}
.btn {
  display:inline-block;
  background:none;
  margin:0;
  padding: 3px 0;
  border-width: 0;
  overflow: visible;
  font: 100%/1.2 Arial,Sans-serif;
  text-decoration: none !important;
  color: #333;
  }
* html button.btn {
  padding-bottom:1px;
  text-decoration: none !important;
  }
html:not([lang*=""]) button.btn {
  margin:0 -3px;
  }
.btn span {
  background:#ddd url(images/button-bg.gif) repeat-x 0 0;
  margin:0;
  padding:3px 0;
  border-left:1px solid #bbb;
  border-right:1px solid #aaa;
  }
* html .btn span {
  padding-top:0;
  }
.btn span span {
  position:relative;
  padding:3px .4em;
  border-width:0;
  border-top:1px solid #bbb;
  border-bottom:1px solid #aaa;
  }
.hideWhileLoading {
	display: none;
}
.tallButton {
	margin-top: 2px;
}
.tallButton span {
	padding: 5px 0 !important;
}
.tallButton span span {
	padding: 5px .4em !important;
}
/* pill classes only needed if using pill style buttons ( LEFT | CENTER | RIGHT ) */
button.pill-l span {
  border-right-width:0;
  }
button.pill-l span span {
  border-right:1px solid #bbb;
  }
button.pill-c span {
  border-right-style:none;
  border-left-color:#fff;
  }
button.pill-c span span {
  border-right:1px solid #bbb;
  }
button.pill-r span {
  border-left-color:#fff;
}

a.pill-l span {
  border-right-width:0;
  text-decoration: none !important;
  }
a.pill-l span span {
  margin-right: -1px;
  border-right:1px solid #bbb;
  text-decoration: none !important;
  }
a.pill-c span {
  border-right-style:none;
  text-decoration: none !important;
  <!--[if IE]>

  border-left-color:#bbb;
  <![endif]-->
  border-left-color:#fff;
  }
a.pill-c span span {
  margin-right: -1px;
  border-right:1px solid #bbb;
  text-decoration: none !important;
  }
a.pill-r span {
  <!--[if IE]>
  border-left-color:#bbb;
  <![endif]-->
  border-left-color:#fff;
  text-decoration: none !important;
}
.3pxBottom {
	margin-bottom: 3px !important;
}
.btn:hover span, .btn:hover span span, .btn:focus span, .btn:focus span span {
  cursor:pointer;
  border-color:#9cf !important;
  color:#000;
  text-decoration: none;
  }
.btn:active span {
  background-position:0 -400px;
  outline:none;
  }
.btn:focus, .btn:active {
  outline:none;
  }
.primary-button {
  font-weight:bold;
  color:#000;
}
#main-search {
	height: 25px;
	width: 215px;
	background-image: url(images/main-search.png);
	border:none;
	float: left;
	margin: 16px 10px 0 0;
	font-size: 12px;
}
#main-search #s {
	float: left;
	border: none;
	width:185px;
	background: transparent;
	margin: 3px 0 0 4px;
	font-size: 14px;
}
#main-search #go {
	float: right;
	margin: 3px 3px 0 0;
}

#main-search a {
	float: right;
	margin: 3px 3px 0 0;
}


#simple-search a {
    display: block;
}
#simple-search a img {
    display: block;
}
#toolbar-adv {
	margin: 14px 5px 0 10px;
	width: 110px;
	float: right;
	text-align: left;
	font-size: 11px;
}
#app-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10000;
	width: 250px;
	margin-left:-125px;
	margin-top: -50px;
}
#login-page {
	width: 900px;
	margin: 30px auto 30px auto;
	padding: 0 15px 20px 15px;
}
#login-form {
	clear: both;
	padding-top: 15px;
}
#registration-page {
	width: 700px;
	margin: 30px auto 30px auto;
	padding: 0 15px 20px 15px;
}
#registration-form {
	clear: both;
	padding-top: 15px;
}
#login-form hr {
	border-style: none;
	border-top: 1px solid #ccc;
	height: 1px;
}
#password-reset-div {
	clear: both;
}
#login-left {
	width: 580px;
	float: left;
	clear: left;
	margin-right: 20px;
}
#login-right {
	width: 230px;
	float: left;
	border-left: solid 1px #888;
	padding-left: 25px;
}
.loginField {
	border: 1px solid #444;
	padding: 3px;
	font-size: 20px;
}

.generalField, .content-block input, .content-block select {
	border: 1px solid #ccc;
	padding: 3px;
	margin: 2px;
	color: #282E3E;
}
.reminderField {
	width: 40px;
	text-align: center;
}
.generalTextarea {
	border: 1px solid #ccc;
	padding: 3px;
	margin: 2px;
	color: #282E3E;
}
.alignCenter {
	text-align: center;
}
.smallField {
	width: 100px;
}
.mediumField {
	width: 220px;
}
.longField {
	width: 300px;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.requiredField {
	color: #990000;
	font-weight: bold;
	font-size: 16px;
	padding-left: 5px;
}
.requiredInput {
	padding: 4px;
	border: 1px solid #F38681;
	margin: 2px;
}
.shortField {
	width: 100px;
}
.buttonMedium {
	padding: 4px;
	font-size: 14px;
}
.gray {
	color: #999;
}
.signupB {
	width: 670px;
	clear: both;
	overflow: auto;
	margin-bottom: 5px;
}
.signupBl {
	font-size: 14px;
	color: #888;
	float: left;
	padding-right: 10px;
	width: 190px;
	text-align: right;
	padding-top: 5px;
}
.signupBr {
	float: left;
	width: 375;
	text-align: left;
	line-height: 20px;
	overflow: auto;
}
.grayField {
	font-size: 15px;
	width: 220px;
	margin: 1px;
	padding: 4px;
	border: 1px solid #E0E0E0;
	font-family: Arial, sans-serif;
	color: #333;
	background-color: #FCFCFC;
}
.grayTextarea {
	font-size: 15px;
	width: 220px;
	margin: 1px;
	padding: 4px;
	border: 1px solid #E0E0E0;
	font-family: Arial, sans-serif;
	color: #333;
	background-color: #FCFCFC;
}
.grayField-active {
	border: 1px solid #ddd;
	background-color: #E1F5FF;
}
.bold {
	font-weight: bold;
}
.gray {
	color: #ccc;
}
.tiny {
	font-size: 10px;
}
.medium {
	font-size: 16px;
}
#toolbar {
	overflow: visible;
	padding: 5px 5px 5px 10px;
	float: right;
	/*background: url(images/toolbar-bg.png) repeat-x;*/
	/*border-bottom: 1px solid #ccc;*/
	/*background-color: #f8f8f8;*/
	background-color: #fff;
	border-top: 1px solid #fff !important;
	height: 60px;
	width: 990px;
	position: relative;
	top: 0;
}
#toolbar-row2 {
	float: right;
	width: 500px;
	text-align: right;
	margin-top: 10px;
}
#toolbar-buttons-right {
	float: right;
	clear: right;
	margin: 15px 10px 0 5px;
	font-size: 13px;
}
#toolbar-buttons-right #name {
	float: left;
	margin-top: 5px;
	margin-right: 15px;
}

/** dropdowns **/
#toolbar-buttons-right div.dd-button {
    position: relative;
    float: left;
    font-size: 12px;
    height: 30px;
}
#toolbar-buttons-right .dd-panel {
    position: absolute;
    top: 30px;
    left: 0;
    display: none;
    background: #DDD;
    border: 1px solid #BBB;
    padding: 0 10px;
    z-index: 30;
}

#toolbar-buttons-right div.dd-button:hover .dd-panel {
    display: block;
}

#toolbar-buttons-right .dd-panel ul {
    padding: 0;
    margin: 0;
}

#toolbar-buttons-right .dd-panel li {
    list-style: none;
    padding: 3px 0;
    margin: 0;
}

#toolbar-buttons-right .dd-panel a {
    text-decoration: none;
    display: block;
}

#toolbar-buttons-right .dd-panel a:hover {
    text-decoration: underline;
}

#logo {
	position: relative;
	left: 5px;
	top: 5px;
	width: 137px;
	height: 33px;
	overflow: none;
	float: left;
}
#flashMessage {
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 1;
	display: none;
	min-width: 400px;
	height: 20px;
	margin-left: -200px;
	text-align: center;
	overflow: auto;
	clear: both;
	float: left;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.flashMessage-success {
	background-color: #CCFF99;
	font-weight: bold;
	display: block;
}
.flashMessage-failure {
	background-color: #F4A8A8;
	font-weight: bold;
	display: block;
}

#flashMessage p {
    margin: 0;
    padding: 3px 6px 1px 6px;
}

#flashMessage span.closeX {
	cursor: pointer;
	position: absolute;
	top: 2px;
	right: 5px;
}

.successFont {
	color: #00CC00;
	font-weight: bold;
}
.failureFont {
	color: #F4A8A8;
	font-weight: bold;
}
#footpanel {
	clear: left;
	float: left;
	height: 20px;
	padding: 5px 0 2px 0;
	width: 100%;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	background-color: #E8E8E8;
	position: absolute;
	bottom: 0;
	vertical-align: middle;
}
#footpanel #shortcuts {
	float: left;
	width: 150px;
	margin-left: -75px;
	position: absolute;
	left: 50%;
	text-align: center;
	padding: 0 5px 0 5px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#loader-box {
	height: 16px;
	float: left;
	width: 20px;
	padding: 0 4px 0 10px;
	border-right: 1px solid #bbb;
}
#status {
	position: absolute;
	bottom: 30px;
	right: 0;
	text-align: right;
	z-index: 9999;
	padding: 5px 10px;
	opacity: .7; filter:Alpha(Opacity=70);
	background-color: #111;
	color: #fff;
}
#menu {
	width: 275px;
	padding: 0 0 10px 0;
	background-color: #FFF;
	/*border-right: 1px solid #ccc;*/
	overflow: auto;
	height: 100%;
	position: relative;
	float: left;
	top: 0;
	left: 0;
	z-index: 20;
}
#logo_menu {
	margin: 10px auto;
	text-align: center;
	float: left;
	width: 225px;
	text-align: left;
}
#window {
	overflow: visible;
	padding: 0;
	margin: 0 auto 0 auto;
	width: 1005px;
	background-color:#fff;
	border-top: 1px solid #fff; !important;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#browser {
	min-height: 400px;
	float: right;
	padding: 0 10px;
	margin: 0;
	overflow: auto;
	width: 708px;
	background-color: #fff;
	/*border-left: 1px solid #ccc;*/
}
.overlay {
	background-color: #999;
	opacity: .80;
	filter:Alpha(Opacity=80);
}
#accordion {
	clear: both;
	margin-top: 1px;
	overflow: auto;
}
#accordion a {
	text-decoration: none;
}
#accordion li {
	list-style-type: none;
	white-space: nowrap;
}
#accordion li div a {
	font-size: 12px;
}
#accordion li div p {
	margin: 3px 0;
}
.accordion-content-overflow {
	max-height: 375px;
	overflow-x: hidden;
	overflow-y: scroll;
}
#companyUsers {
	float: right;
	height: 16px;
	padding: 0 15px 0 10px;
	border-right: 1px solid #bbb;
}
#footer {
	clear: both;
	width: 1000px;
	border-top: 1px solid #ccc;
	margin: 20px auto 10px auto;
	text-align: right;
	font-size: 10px;
	color: #666;
	padding: 20px 0;
	overflow: auto;
}
#footerTime {
	float: right;
	margin: 0 10px;
	color: #888;
	cursor: pointer;
}
.pageHeader {
	padding: 5px 0;
	font-size: 18px;
	clear: both;
	overflow: auto;
	border-bottom: 1px solid #99CCCC;
	font-family: Lucida Sans Unicode,Lucida Grande,sans-serif !important;
	font-weight: normal !important;
	color: #353535 !important;
}
.pageHeader .left {
	font-family: Lucida Sans Unicode,Lucida Grande,sans-serif !important;
	font-weight: normal !important;
	color: #353535 !important;
	float: left;
	width: 50%;
}
.pageHeader .right {
	text-align: right;
	float: right;
	width: 50%;
}
.pageHeader .right-caption {
	text-align: right;
	font-size: 14px;
	margin-top: 3px;
	float: right;
	width: 50%;
}

.pointer {
	cursor: pointer;
}
.content-block {
	margin: 3px 0;
	clear: both;
	overflow: auto;
	border-bottom: 1px solid #f8f8f8;
}
.content-block-r {
	clear: both;
	width: 100%;
	overflow: auto;
}
.content-block-r-l {
	margin: 0 -10px 0 10px;
	font-weight: bold;
	float: left;
	width: 40%;
	overflow: auto;
	height: 30px;
	line-height: 30px;
}
.content-block-r-r {
	margin: 2px 0;
	float: left;
	width: 60%;
	text-align: left;
	overflow: hidden;
	/*height: 30px;*/
	line-height: 30px;
}
.noUnderline {
	text-decoration: none !important;
}
.left {
	float: left;
}
.right {
	float: right;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.rowcolor-0 {
	background-color: #fff;
}
.rowcolor-1 {
	background-color: #EEE;
}
.logo-display {
	width: 137px;
	height: 33px;
	overflow: hidden;
	margin: 3px auto;
}
.formB {
	width: 540px;
	clear: both;
	overflow: auto;
	margin-bottom: 5px;
}
.formBl {
	font-size: 14px;
	color: #888;
	float: left;
	padding-right: 10px;
	width: 160px;
	text-align: right;
	padding-top: 5px;
}
.formBr {
	float: left;
	width: 260px;
	text-align: left;
	line-height: 20px;
	overflow: auto;
}
.formB-medium {
	width: 700px;
	clear: both;
	overflow: auto;
	margin-bottom: 5px;
}
.formBl-medium {
	font-size: 14px;
	color: #888;
	float: left;
	padding-right: 10px;
	width: 200px;
	text-align: right;
	padding-top: 5px;
}
.formBr-medium {
	float: left;
	width: 490px;
	text-align: left;
	line-height: 20px;
	overflow: auto;
}
.editItem {
	cursor: pointer;
}
.editUser {
	cursor: pointer;
}
.deptList {
	font-size: 17px;
	text-decoration: none;
	color: #666;
	margin: 3px 0;
}
.deptList:hover {
	color: #333;
}
.dieMessage {
	color: #FF0033;
	width: 450px;
}
.dieMessage p {
	padding: 5px 10px;
}
.dataListing {
	clear: both;
	padding: 5px 3px;
	margin-top: -1px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	overflow: auto;
}
.dataListing-title {
	font-size: 18px !important;
	font-weight: 500;
	text-decoration: none !important;
	color: #555 !important;
}
.dataListing-title a {
	color: #555 !important;
	text-decoration: none !important;
}
.dataListing-title a:hover {
	color: #000 !important;
	text-decoration: none !important;
}
.dataListing-title:hover{
	text-decoration: underline !important;
	color: #000 !important;
}
.dataListing-desc {
	font-size: 12px;
	color: #777;
}
.dataListing-stats {
	color: #888;
	font-size: 12px;
}
.dataListing-stats p {
	padding: 0;
	margin: 0;
	clear: both;
	line-height: 18px;
}
.addLocationForm {
	width:360px;
	padding: 5px 15px 10px 15px;
}
.addLocationForm div {
	margin: 3px 0;
	padding: 0;
}
.itemRow { /* set left itemRow width */
	clear: both;
	overflow: auto;
	line-height: 25px;
}
.itemRow-selected {
	background-color: #FFFFCC;
}
.itemRow .left {
	float: left;
}
.itemRow .right {
	float: right;
	text-align: left;
}
#contentTable {
	margin-top: 10px;
	max-width: 1000px;
}
.treeDocument {
	padding-left: 23px !important;
	background-image: url(images/icons/document.png);
	background-repeat: no-repeat;
}
.treeFolder {
	padding-left: 23px !important;
	background-image: url(images/icons/folder.png);
	background-repeat: no-repeat;
}
.treeFile {
	padding-left: 23px !important;
	background-image: url(images/icons/file.jpg);
	background-repeat: no-repeat;
}
.treeLocation {
	padding-left: 23px !important;
	background-image: url(images/icons/location.jpg);
	background-repeat: no-repeat;
}
.treeDepartment {
	padding-left: 23px !important;
	background-image: url(images/icons/department.png);
	background-repeat: no-repeat;
}
.hidden {
	display: none;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.product-column1 {
	float: left;
	width: 600px;
}
.product-column2 {
	float: left;
	width: 600px;
}
.product-icon {
	float: left;
	width: 135px;
	padding: 10px 0 0 0;
	text-align: center;
}
.product-column1 p, .product-column2 p {
	float: left;
	width: 400px;
	padding-bottom: 15px;
	text-align: justify;
}
.browserListingTable {
	padding: 0;
	margin: 0;
	text-align: left;
}
.browserListingTable tr td {
	text-align: left;
	vertical-align: top;
}
#recordBrowser {
	clear: both;
	overflow: visible;
}
#RecordBrowser-Legend,
.RecordBrowser-Legend {
	font-size: 12px;
	clear: both;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding: top;
	overflow: auto;
}
.RecordBrowser-Legend img,
#RecordBrowser-Legend img {
	margin-left: 20px;
	position: relative;
	top: 3px;
}
.RecordBrowser-Left,
#RecordBrowser-Left {
	float: left;
	position: relative;
	left: -1px;
}
.RecordBrowser-Actions,
#RecordBrowser-Actions {
	/* iefix */
	width: 700px;
	clear: both;
	padding-top: 3px;
	overflow: auto;
}
.RecordBrowser-ListTree,
#RecordBrowser-ListTree {
	float: left;
	clear: both;
	font-size: 12px;
	padding-bottom: 10px;
	min-height: 250px;
	_min-height: 250px;
	margin-left: -6px;
	padding-right:5px;
}
.RecordBrowser-ListTree2,
#RecordBrowser-ListTree2 {
	float: left;
	clear: both;
	font-size: 12px;
	padding-bottom: 10px;
	min-height: 250px;
	_min-height: 250px;
	margin-left: -6px;
}
.RecordBrowser-ListRecords,
#RecordBrowser-ListRecords {
	background-color: #fff;
	border: 1px solid #ddd;
	margin-top: 5px;
	float: left;
	width: 740px;
	min-height: 450px;
	_min-height: 450px;
	overflow: auto;
}
.RecordBrowser-ListRecords-Title,
#RecordBrowser-ListRecords-Title {
	background-color: #F2F7F7;
	font-size: 18px;
	padding: 5px 10px;
	overflow: auto;
}
.recordLocation {
	font-size: 18px;
	padding: 5px 0;
	overflow: auto;
}
.browserTable-Header {
	background-color: #F2F7F7;
}
.browserTable tr td {
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: top;
}
.browserTable-Row {

}
.browserTable-Header tr td{

}
#tree {
	overflow: auto;
}
#tree_categories {
	overflow: auto;
}
.RecordBrowser-Left-Grip {
	position: absolute;
	top: 50%;
	right: -9px;
}
.RecordBrowser-ListRecords-Header,
#RecordBrowser-ListRecords-Header {
	background-color: #F2F7F7;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 5px;
}
.#RecordBrowser-ListRecords-Selector,
#RecordBrowser-ListRecords-Selector {
	width: 25px;
	float: left;
}
.RecordBrowser-ListRecords-Selector-Options,
#RecordBrowser-ListRecords-Selector-Options {

}
.browserRow {
	font-size: 13px;
}
.browserRow:hover {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.browserListingTable {
	font-size: 13px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	overflow: auto;
	clear: both;
}
.browserTable-Row tr td {
	padding-top: 5px;
	vertical-align: top;
}
.browserTable-Row tr:hover {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.browserRow-title {
	font-weight: bold;
	text-decoration: none !important;
}
.browserRow-additionalInformation div p {
	margin: 0;
	padding: 2px;
}
.browserRow-description {
	float: left;
	width: 230px;
}
.browserRow-hod {
	float: left;
	width: 130px;
}
.browserRow-180-w {
	float: left;
	width: 180px;
}
.browserRow-150-w {
	float: left;
	width: 150px;
}
.browserRow-capacity {
	float: left;
	width: 150px;
}
.browserRow-actions {
	clear:left;
	float: left;
	padding: 4px 0;
	font-size: 11px;
	margin-left: 12px;
}
.browserRow-loader {
	margin: 0 9px 0 -3px;
	width: 16px;
	height: 11px;
}
.actions_content {
	display: none;
}
.browserRow-rowDetails {
	clear: left;
	float: left;
	padding: 4px 0;
	font-size: 12px;
	margin-left: 27px;
}
.browserRow-editItemBox {
	padding: 5px 0;
	width: 500px;
	clear: left;
	float: left;
	margin-left: 27px;
}
.browserRow-actions a {
	text-decoration: none !important;
}
.browserRow-actions a:hover {
	text-decoration: underline !important;
}
.browserRow-selector {
	width: 25px !important;
	padding-left: 2px;
	margin-top: -5px;
}
.browserCrumb a {
	text-decoration: none !important;
}
.browserCrumb a:hover {
	text-decoration: underline !important;
}
#BrowserMain {
	overflow: auto;
}
#BrowserMain .noItems {
	border-bottom: 1px solid #FFCC66;
	border-top: 1px solid #FFCC66;
	background-color: #FCFAE2;
	font-size: 18px;
	text-align: center;
	color: #FFCC66;
	margin-top: 20px;
	padding: 15px;
	overflow: auto;
}
#newItemRow {
	background-color: #f8f8f8;
	font-size: 12px;
	clear: both;
}
.editItem-row {
	background-color: #f8f8f8;
	overflow: auto;
}
.treecontrols {
	font-size: 11px;
	margin-top: 10px;
	margin-left: 5px;
	clear: both;
	overflow: auto;
}
.treeheader {
	font-size: 11px;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}
#tree-allDepts {
	margin-left: 0;
	margin-bottom: 5px;
	overflow: hidden;
}
#tree-allCats {
	margin-left: 0;
	margin-bottom: 5px;
	overflow: auto;
}
#tree-allDepts a:hover {
	text-decoration: underline !important;
}
#tree-allCats a:hover {
	text-decoration: underline !important;
}

.dialogInner {
	text-align: justify;
	width: 450px;
	margin-top: -3px;
	margin-bottom: -5px;
	max-height: 400px;
	overflow: auto;
	padding: 3px 10px;
}
.editCrumbTitleSave {
	font-size: 12px;
	position: relative;
	left: 5px;
	bottom: 2px;
}
.autoResize {
	height: 25px;
}
.reminder-label {
	width: 200px;
	font-weight: normal;
	margin-right: 10px;
	text-align: right;
}
#permission-manager {
	height: 375px;
	width: 100%;
	overflow-x: auto;
	overflow-y: auto;
}
.invisibleField {
	border: 1px solid #fff;
	float: left;
	color: #fff;
	width:10px;
	background-color: #fff;
}
.managePermissionsRecord {
	position: relative;
	bottom: 5px;
}
.edit-itemParent {
	margin-top: 2px;
	font-size: 12px;
	float: right;
	clear: right;
	text-align: right;
}
.uncheckAll {
	font-weight: normal;
	margin-left: 15px;
	text-decoration: none !important;
}
.uncheckAll:hover {
	text-decoration: underline !important;
}
.expandable-link {
	font-size: 10px;
}
.editRow-label {
	margin-left: 2px;
	font-weight: bold;
	clear: both;
}
.editRow-title {
	margin-left: 3px;
	font-size: 18px;
}
.editRow-save {
	padding: 5px 5px 5px 0;
	float: right;
}
.editRow-save-saving {
	margin: 1px 10px 0 0;
}
.dateField {
	text-align: center;
	width: 90px;
}
.expandable-keywords a, .expandable-categories a {
	font-size: 12px;
	text-decoration: none !important;
	font-style: italic;
}
.itemCount {
	font-size: 14px;
	line-height:18px;
	padding: 3px;
	text-decoration: none !important;
}
.itemCountIcon {
	margin-left:3px;
	width: 16px;
	height: 16px;
}
.newNote {
	width: 100%;
	border: 1px solid #ccc;
	padding: 5px;
	margin-right: 20px;
}
.noteOutput {
	font-size: 12px;
	padding: 5px;
}
.noteMeta {
	font-size: 11px;
	color: #666;
	padding: 5px;
}
.deleteLink {
	font-size: 11px;
}
.recordCountNumber {
	position: relative;
	bottom: 2px;
}
.backToCategory {
	clear: both;
	padding-bottom: 10px;
	font-size: 16px;
}
.step-option {
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #f8f8f8;
	margin: 5px 5px;
	overflow: auto;
	float: both;
}
.step-option:hover {
	border-color: #bbb;
	background-color: #f2f2f2;
	cursor: pointer;
}
.step-option input {
	margin-right: 10px;
	margin-top: 2px;
}
.step-option p {
	font-size: 12px;
	margin: 7px 0 0 0;
	text-align: justify;
}
.step-changer {
	margin-top: 15px;
	clear: both;
}
.reportTitle {
	font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
	font-weight: normal;
	color: #353535;
	font-size: 15px;
	margin: 0;
	padding: 0;
}
#pageTween {
	min-height: 200px;
	text-align: left;
	font-size: 16px;
}
#pageTween p {
	padding: 30px;
}
.ui-accordion .ui-accordion-header a {
	font-size: 14px !important;
}
#browser_loading {
	position: absolute;
	left: 50%;
	top: 115px;
	margin-left: -75px;
}
.nobreak {
	white-space: nowrap;
}
#menu-tr {
	float: right;
	overflow: visible;
}
#menu-tr ul .item {
	display:none;
}
#menu-tr ul:hover .item {
	display: block;
	padding: 1px;
	margin: 1px;
}

#menu-tr ul:hover .item a {
	color:#fff;text-decoration:none;
}
#menu-tr ul:hover .item a:hover {
	color:#999;
}

#menu-tr ul {
	text-align: center;
	font-size: 14px;
	width:80px;
	float:left;
	margin:0px;
	padding:2px;
	background: #fff;
	list-style:none;
	color: #000;
	height: 30px;
	text-decoration: none;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.clear{
	clear:both;height:10px;
}

/****** jr *******/

.tree li li {
    width: 200px;
}

.tree li li li {
    width: auto;
}

/*** table columns ***/

.tableCol1 {
    width: 125px;
}

.tableCol2 {
    width: 180px;
}

.tableCol1plus2 {
    width: 305px;
}

.tableCol3 {
    width: 140px;
}

.tableCol4 {
    width: 140px;
}

.tableCol5 {
}

.tableCol6 {
    width: 170px;
}

.browser-department .tableCol1 {
    width: 150px;
}

.browser-department .tableCol2 {
    width: auto;
}

.browser-department .tableCol3 {
    width: 100px;
}

.browser-department .tableCol4 {
    width: 80px;
}

.browser-department .tableCol5 {
    width: 80px;
}

.browser-department .tableCol6 {
    width: 80px;
}

.browser-all_departments .tableCol1 {
    width: 180px;
}

.browser-all_departments .tableCol2 {
    width: 230px;
}

.browser-all_departments .tableCol3 {
    width: 220px;
}

/** img dimensions **/

img.miniload {
    width: 16px;
    height: 11px;
    margin: 10px;
}

#logo_menu img.miniload, #editItems img.miniload {
    margin: 0;
}

img.icon16 {
    width: 16px;
    height: 16px;
}

/** misc **/

#companyStatus {
    float:left;
    text-align:center;
    width:700px;
    font-size:12px;
}


/** dragbox **/

.column{
	width:49%;
	margin-right:.3%;
	min-height:300px;
	background:#fff;
	float:left;
}
.column .dragbox{
	margin: 5px 5px  20px;*/
	background:#fff;
	height:250px;
	position:relative;
	border:1px solid #ddd;
	/*-moz-border-radius:5px;
	-webkit-border-radius:5px;*/
}
.column .dragbox h2{
	margin:0;
	font-size:12px;
	padding: 5px;
	background:#E5E5E5 url(images/handle-bg.jpg) top left repeat-x;

	color:#000;
	border-bottom:1px solid #CCC;
	font-family:Verdana;
	cursor:move;
	/*height: 32px;*/
	line-height: 20px;


}
.dragbox-content{
	background:#fff;
	min-height:100px;
	margin:5px;
	/*font-family:'Lucida Grande', Verdana; font-size:0.8em; line-height:1.5em;*/
}
.column  .placeholder{
	background: #f0f0f0;
	border:1px dashed #CCC;
	margin: 5px;
}
.dragbox h2.collapse{
	/*background:#AED6F9 url('collapse.png') no-repeat top right;*/
}
.dragbox h2 .toolbar{
	font-size:11px;
	font-weight:normal;
	float:right;
}

#pickFreq div {
	display: none;
	}

.ListofPages {
    display: inline;
    text-decoration:underline;
    cursor: pointer
}

.ListofPages.active{
	font-weight:bold;
	text-decoration: none;
}
.ListofPages.none{
	display:none;
}
.point{
	text-decoration:none;
}
.point.none{
	display:none;
}

.pagination {
    display:inline;
    float:right;
    margin-top:17px;
}
#ris {
    text-decoration:none;
}
.sPagination {
    float:right;
}
.more_p {
    display: inline;
}
.more_p.none {
	display:none;
}
.less_p {
    display: inline;
}
.less_p.none {
	display:none;
}

