/****	GLOBAL STYLES	****/

html, body {height: 100%;}

body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    background-color: #d8d8d8;
}

#page {
    min-width: 990px;
    min-height: 100%;
    background-color: #F2F2F2;
}

#header {
    margin: 0px;
    padding: 0px;
    height: 80px;
    background-color: #fff;
    position: relative;
}

#content {
    background-color: #f3f3f3;
    padding: 7px 0px;
    margin-right: -1%;
}

#logo {
    float: right;
    margin-right: 30px;
    margin-top: 10px;
}

#pageCopy {
    background-color: #f2f2f2;
    clear: both;
    padding: 0px 30px;
    /*	padding: 0px 20px;*/
    /*	overflow: auto;*/
}

a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: underline !important;
}

/****************************/
/*		SITE SEARCH			*/
/****************************/

#searchBar {
    float: left;
    height: 36px;
}

#searchBarSpacerRight {
    width: 30px;
    height: 100%;
    float: left;
    background: url("../images/searchBarBkg.png") repeat-x top left;
}

#searchBarSpacerRightInner {
    height: 100%;
    background-color: #fff;
    border-radius: 5px 0 0 0;
    -moz-border-radius-topleft: 5px;
}

#searchBarSpacerLeft {
    width: 30px;
    height: 100%;
    float: left;
    background: url("../images/searchBarBkg.png") repeat-x top left;
}

#searchBarSpacerLeftInner {
    height: 100%;
    background-color: #fff;
    border-radius: 0 5px 0 0;
    -moz-border-radius-topright: 5px;
}

#searchBarContent {
    height: 100%;
    float: left;
    background: url("../images/searchBarBkg.png") repeat-x top left;
    border-radius: 0 0 5px 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    padding: 0px 10px;
    color: #fff;
}

#searchBarContent a {
    color: #fff;
}

#searchBarContainer {
    position: relative;
    display: inline;
    width: 130px;
}

#searchBarInput, #footerBarInput {
    background-color: #f7f7f7;
    background-image: url("../images/search.png");
    background-repeat: no-repeat;
    background-position: top right;
    border: none;

    border-radius: 3px;
    -moz-border-radius: 3px;

    font-size: 10px;
    font-weight: bold;
    height: 18px;
    line-height: 10px;
    margin-right: 5px;
    width: 120px;
    padding-left: 4px;
}

.searchButton {
    position: absolute;
    right: 9px;
    top: 1px;
    z-index: 20;
}

li.transparentIcon a div img {
    display: block;
}

/********************************/
/*				NAV				*/
/********************************/

/* from mbmenu.css */
#nav { float:left; margin:0;list-style-image:none;list-style-position:outside;list-style-type:none;padding:0;}
#nav-bar { border-top:1px solid #2d444f; border-bottom:1px solid #2d444f; background:url(nav1_bg.gif) repeat-x 0 100% #666e73; padding:0 30px;  }
#nav-bar:after, #nav-container:after { content:"."; display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }

.topNavItem {
    margin: 0px 3px;
}

#mainNavigation {
    clear: both;
    width: 100%;
    background-color: #f2f2f2;
    padding-top: 2px;
}

#nav-bar {
    background: none;
    border: 0px;
    color: #818181;
}

#menu-settings {
    float: right !important;
}

#nav li {
    background: none;
    color: #818181;
    float:left;
    font-weight: bold;
    line-height:27px;
    padding:3px 13px 0;
}

#nav li a {
    color: #666;
}

#nav li a div, #footer .fourcolumn a div {
    clear: left;
    float: left;
    height: 18px;
    margin-right: 5px;
    margin-top: 3px;
}

#nav li.active {
    background: none;
    border-radius: 5px 5px 0 0;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
}

#nav li.active a {
    color: #fff;
}

#nav {
    width: 100%;
}

/* This assures a module title aligns with it's icon on the left */
.bucket_sidebar h2, h2.largeBucketHeader  {
    margin: 0px;
}

#content h2 {
    color: #666;
    font-weight: bold;
}

/********************************/
/*			BREADCRUMBS			*/
/********************************/

.breadcrumbs {
    padding-top: 3px;
    text-align: right;
    color: #666;
    margin: 3px 0px;
    min-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.breadcrumbs a, .breadcrumbs span {
    color: #666 !important;
    text-transform: lowercase;
    text-decoration: underline !important;
}

/*******************************/
/****	WORKGROUP SWITCHER	****/
/*******************************/

#workgroupSwitcher_input {
    margin: 0px 5px 10px 0px;
    padding-left:2px;
    padding-right: 32px;
    float: left;
    font-size:18px;/* Resize Font*/
    display : block;
    text-align:left;
    background-color: #fff;
    border:0px solid;
    color:#666;
}
.workgroupSwitcher_input_active {
    background: url('/images/bg_select.png') right no-repeat;
    cursor: pointer;
}


#workgroupChooser {
    clear: left !important;
    width: auto;
    min-width: 300px;
    max-width: 1000px;
    float: left;
    position: relative;
    z-index: 51;
}

#workgroupChooser span {
    padding-left: 6px;
    padding-right: 6px;
}

#workgroupSwitcherContainer {
    margin-top: 12px;
    margin-left: 30px;
}

#workgroupSwitcherMenu {
    background-color: #fff;
    box-shadow: 0px 0px 3px #666;
    -moz-box-shadow: 0px 0px 3px #666;
    display: none;
    list-style-type:none;
    margin-left: 0;
    padding-left: 0;
    position: absolute;
    left: 62px;
    top: 50px;
    width: auto;
    min-width: 250px;
    max-width: 500px;
    max-height: 440px;
    overflow: auto;
    z-index: 52;
}
#workgroupSwitcherMenu li {
    list-style-type:none;
    display:block;
    margin:0;
    padding: 5px 8px;
    color: #666;
}
#workgroupSwitcherMenu li.active {
    cursor:pointer;
}
#workgroupSwitcherMenu li.active:hover {
    background-color: #e9f4fa;
}
#workgroupSwitcherMenu li a:hover {
    text-decoration: none !important;
}

.styledOption {
    color: #035495;
    border-bottom: 1px solid #eee;
}
.styledOption a {
    color: #035495;
}

.workgroupIndent {
    padding: 0 6px 0 0;
}
.workgroupIndent img {
    vertical-align: top;
}
/*.workgroupIndentDesc {
	padding-left: 11px;
}*/

/***********************************************************/
/****	BUCKETS (used on dashboard and most layouts)	****/
/***********************************************************/

.bucket {
    background-color: #fff;
    border: 1px solid #ececec !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0px 2px 3px #888;
    -moz-box-shadow: 0px 2px 3px #888;
    -webkit-box-shadow: 0px 2px 3px #888;
    color: #555;
    margin-bottom: 15px;
    /*	min-height: 150px;*/
    width: 100%;
}

.bucket_line {
    border-radius: 5px 5px 0 0;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    height: 6px;
}

.bucketheader {
    border-bottom: 1px solid #ececec;
    padding: 5px 10px !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bucketheader .action_item {
    background: url(/images/icons/action_item.png) no-repeat 0px 0px;
    color: #e00032;
    height: 18px;
    float: right;
    font-weight: bold;
    font-size: 14px;
    padding-left: 20px;
}
.bucketheader .action_item a {
    color: #e00032 !important;
    font-weight: bold;
    text-decoration: none;
}

.bucket-split .bucketheader {
    padding: 0;
    line-height: 0;
}

.bucketheader h2 {
    color: #818181;
    background-color: #cdf;
    padding: 3px 5px 3px 5px;
}

h2.largeBucketHeader {
    overflow: hidden;
    padding-top: 0px !important;
    text-overflow: ellipsis;
}

.bucketheader h3 {
    color: #818181;
    background-color: #cdf;
    padding: 3px 5px 3px 5px;
    margin: 0px !important;
}

.bucketHeaderLink {
    color: #666 !important;
    font-weight: bold;
}

div.bucket h2, div.bucket h3 {
    background-color: transparent;
    margin-bottom: 0px;
}

div.bucketbody {
    /* 	padding: 10px; */
    font-size: 12px;
    min-height: 100px;
}

.bucketbody a {
    color: #005295;
}


.bucket-icon {
    float: left;
    height: 18px;
    margin: 2px 5px 0px 0px;
}

.large-icon {
    height: 37px !important;
}

.bucket_sidebar {
    font-size: 12px;
    float: left;
    padding: 10px;
    width: 16%;
}
#bucket-documents .bucket_sidebar {
    width: 21%;
}

.bucket_content {
    border-left: 1px solid #eee;
    font-size: 12px;
    float: left;
    padding: 10px;
}
.bucket_content h2 {
    overflow: hidden;
    text-overflow: ellipsis;
}
.bucket_content a {
    color: #114488;
}
.bucket-split .bucket_content {
    width: 79%;
}
#bucket-documents .bucket_content {
    width: 74%;
}

.bucket-hide {
    cursor: pointer;
}

.bucket_button {
    /*	border: 1px solid pink;*/
    line-height:260%;
    margin: 0;
    padding: 6px 0 8px 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/***************************/
/****	PORTLETS		****/
/***************************/

.portlet
{

}

.portlet-decoration
{
    padding: 3px 8px;
    background: #B7D6E7;
    border-left: 5px solid #6FACCF;
}

.portlet-title
{
    /* 	font-size: 12px; */
    font-weight: bold;
    padding: 0;
    margin: 0;
    color: #298dcd;
}

.portlet-content
{
    color: #666;
    /* 	font-size:0.9em; */
    margin: 0 0 15px 0;
    /*	padding: 5px 8px;*/
}
.portlet-content a
{
    color: #666;
}

.portlet-content .blue a
{
    color: #148;
}

.portlet-content ul
{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin: 0;
    padding: 0;
}

.portlet-content li
{
    padding: 2px 8px 4px 8px;
}
.portlet-content li.active
{
    font-weight: bold;
    background-color:#EEEEEE;
}
.portlet-content li.active a
{
    color: #000;
}

.ui-accordion a {
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-accordion .ui-accordion-content {
    padding: .75em .75em .75em 1.5em ;
}
.ui-accordion-content ul li a {
    word-wrap: break-word;
}

/***************************/
/****	BUTTONS			****/
/***************************/

.pushButton {
    background: url("/images/greenBkg.png") repeat-x #a6c63e;
    border: 0px solid;
    border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff !important;
    font: bold 12px Arial, sans-serif;
    margin-right: 10px;
    padding: 5px 10px;
    white-space: nowrap;
}

/*Remove right margin from home sidebar buttons */
.bucket_button > .pushButton {
    margin-right: 0px;
}

.lightGreyButton {
    background: url("/images/lightGreyBkg.png") repeat-x #e8e8e8 !important;
    border-radius: 5px;
    color: #666 !important;
}

.redButton {
    background: url("/images/lightGreyBkg.png") repeat-x #e8e8e8 !important;
    border-radius: 5px;
    color: red !important;
}

.darkGreyButton {
    background: url("/images/darkGreyBkg.png") repeat-x #5b5b5b !important;
    border-radius: 5px;
    color: #fff !important;
}

.disabledGreyButton {
    background: url("/images/darkGreyBkg.png") repeat-x #5b5b5b !important;
    border-radius: 5px;
    color: #ccc !important;
}

.disabledGreyButton:hover {
    text-decoration: none !important;
    cursor: text;
}
.smallerButton {
    background-position: bottom;
    margin-right: 0px;
    padding: 3px 5px;
    /*	font-size: 90%;*/
    /*	font-weight: bold;*/
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
    color: #666 !important;
    font-weight: bold !important;
}

h4 {
    margin-bottom: 5px !important;
}

/****		GENERIC CRUD STUFF	****/

.view {
    margin-bottom: 20px;
}


/************************************/
/*	CORE/WORKGROUP/DASHBOARD		*/
/************************************/

/* Workgroup _form page */
.Workgroup_type_help { display:none; }

.dashboardWidgetListing:hover {
    background-color: #e9f4fa;
}

.dashboardWidgetListing {
    padding: 8px 10px 0px 10px;
    /* margin-bottom: 10px;*/
}

.dashboardWidgetIcon {
    float: left;
    width: 20px;
}
.dashboardWidgetLeft {
    float: left;
    width: 70%;
    word-wrap: break-word;
}
.dashboardWidgetRight {
    float: right;
    text-align: right;
    width: 28%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dashboardWidgetDivider {
    border-bottom: 1px solid #eee;
    clear: both;
    font-size: 1px;
    height: 8px;
}

div.company_detail_workgroup {
    max-height: 400px;
    overflow: auto;
    word-wrap: break-word;
}

.floatingHeader {
    position: fixed;
    top: 0;
    visibility: hidden;
}

/***************************/
/****		NEWS		****/
/***************************/

.news_categories {
    float: left;
    padding: 3px 0 0 3px;
}

.category_image {
    width: 32px;
    height: 32px;
}

.category_h2_image {
    width: 28px;
    height: 28px;
    vertical-align: middle;
}

.news_title {
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: bold;
}

.news_date {
    color: #666;
}

.news_author {
    display: block;
    clear: both;
    color: #666;
}
.news_preview {
    word-wrap: break-word;
}

/***************************/
/****	DISCUSSIONS		****/
/***************************/

.discussionThread {
    background: white;
    border-collapse: collapse;
    width: 100%;
    margin: 0;
}
#iframe-content {
    color: #555;
}
.discussionMessageHeader {
    border-top: 1px solid #ccc;
    background-color: #e6eef4 !important;
    padding: 4px;
}
.discussionThread th, .discussionThread td
{
    padding: 0.2em 0.6em;
    vertical-align: top;
}
/*******************************/
/****		DOCUMENTS		****/
/*******************************/

.downloadLink {
    color: #96bc2e !important;
    font-weight: bold;
}
.downloadUnavailable {
    color: #f00 !important;
}
.downloadFileSize {
    color: #666 !important;
    font-size: 11px;
}

/* Misc CSS used in Document Module */
div.form div.row.checkBoxList label { display: inline; font-weight: normal; }
div.form div.row.submitButtons { margin-top: 1.5em; }

/* Sidebar Folders */
div.directory-container {
    overflow-x: hidden;
}
div.directory-container * { margin: 0px; padding: 0px; }
div.directory-container a {
    display: inline-block;
    height: 22px;
    text-decoration: none;
}
a.sidebarFolderIcon img {
    vertical-align:middle;
}
a.sidebarFolderLink {
    padding-left: 5px;
}
div.directory-container a.active { font-weight: bold; }
div.directory-container li {
    padding-left: 15px;
    background-repeat: no-repeat;
    width: 150%;
    /*word-wrap: bsreak-word;*/
}

div.directory-container li.root {
    padding-left: 2px;
}

div.directory-container li.root img {
    padding-right: 4px;
}


/* Document List */
#documents-list .sorter {
    font-size: 12px;
}

/** Document Listing */
.document-list-header {
    background-color: white;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    font-size: 13px;
    float: left;
    margin: 0px;
    width: 100%;
}
.document-list-header div {
    padding-top: 10px;
    padding-bottom: 10px;
}
.document-list-item {
    border-bottom: 1px solid #ccc;
    float: left;
    padding: 6px 0;
    margin: 0px;
    min-height: 30px;
    width: 100%;
}
.document-list-checkbox {
    float: left;
    padding-top: 8px;
    width: 20px;
}
.document-list-icon {
    float: left;
    padding: 8px 4px 0 7px;
    width: 20px;
}
.document-list-name {
    float: left;
    padding-right: 15px;
    width: 49%;
}
.document-list-folder-name {
    float: left;
    padding-top: 8px;
    padding-right: 15px;
    width: 49%;
}
.document-list-date {
    float: left;
    padding-right: 15px;
    width: 13%
}
.document-list-author {
    float: left;
    width: 13%;
}
.document-list-shared{
    float: right;
    width: 13%;
}
.document-name {
    font-weight: bold;
    font-size: 13px;
    word-wrap: break-word;
}
.document-links {
    display: inline-block;
    padding-top: 3px;
}
.document-date {
    display: inline-block;
    font-weight: bold;
    padding-top: 3px;
}

/* File Type Icons */
.file-type-folder			{ background-image: url(../images/icons/file_types/16x16/folder.png); }
.file-type-default			{ background-image: url(../images/icons/file_types/16x16/file.png); }
.file-type-txt				{ background-image: url(../images/icons/file_types/16x16/text.png); }
.file-type-html				{ background-image: url(../images/icons/file_types/16x16/html.png); }
.file-type-xml				{ background-image: url(../images/icons/file_types/16x16/html.png); }
.file-type-png				{ background-image: url(../images/icons/file_types/16x16/image.png); }
.file-type-jpg				{ background-image: url(../images/icons/file_types/16x16/image.png); }
.file-type-gif				{ background-image: url(../images/icons/file_types/16x16/image.png); }
.file-type-pdf				{ background-image: url(../images/icons/file_types/16x16/pdf.png); }
.file-type-zip				{ background-image: url(../images/icons/file_types/16x16/compressed.png); }
.file-type-doc				{ background-image: url(../images/icons/file_types/16x16/icon_word.png); }
.file-type-xls				{ background-image: url(../images/icons/file_types/16x16/icon_excel.png); }
.file-type-ppt				{ background-image: url(../images/icons/file_types/16x16/icon_powerpoint.png); }
.file-type-mov				{ background-image: url(../images/icons/file_types/16x16/quicktime.png); }
.file-type-avi				{ background-image: url(../images/icons/file_types/16x16/video.png); }

/* File Type Icon Helper */
.iconsize { height: 16px; width: 16px; }

/* Directory Icons */

.directory.recent {
    background-image: url(../images/icons/recent.png);
    background-position: 2px 0px;
    padding-left: 32px;
}

.directory.shared {
    background-image: url(../images/icons/shared.png);
    background-position: 2px 0px;
    padding-left: 32px;
}

.directory.comments {
    background-image: url(../images/icons/comments.png);
    background-position: 2px 0px;
    padding-left: 32px;
}

.directory.comment {
    background-image: url(../images/icons/comment.png);
    background-position: 2px 0px;
    padding-left: 20px;
}

/* DocumentWidget (Dashboard) */
.documentWidget {
    margin: 0px 0px 15px;
    padding: 0px;
}
.documentWidget li { margin-bottom: 5px; list-style: none; list-style-position: outside; }
.documentWidget li:last-child { /* no border-bottom */  }
.documentWidget .icon { float: left; margin-right: 5px; }
.documentWidget .date { font-style: italic; }
.documentWidget .downloadLink { float: right; }

/* Document View */
.documentHeader {
    background-color: #e6eef4 !important;
    min-height: 50px;
    margin-bottom: 25px;
    padding: 10px 15px 10px;
}
.documentHeader .icon { margin-right: 10px; }

.documentTitle {
    font-size: 16px;
    font-weight: bold;
}

.folderIcon {
    float: left;
    padding-right: 4px;
    margin-top: -2px;
}

.documentComments ul {
    margin: 0px 10px;
    width: 70%;
}

.documentComments ul li {
    border-bottom: 1px solid #EEE;
    padding: 5px;
    margin-bottom: 10px;
}

.documentComments ul li:hover {
    /*	background-color: #e9f4fa;*/
}

.comment_author {
    padding-top: 10px;
}

.documentHeaderLeft {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 55%;
    word-wrap: break-word;
}
.documentHeaderRight {
    float: right;
    text-align: right;
}

.documentColumn { float: left; width: 33%; }
.documentColumn span { color: #000; }
.documentColumn span.delete { display: inline-block; width: 5px; margin-right: 10px; }

.documentRevisions {
    margin: 0 20px 5px 0;
    max-height: 235px;
    overflow:auto;
}
.documentShares {
    margin: 0 20px 5px 0;
    max-height: 205px;
    overflow:auto;
}
.document_lock {
    float: right;
    margin-top: -3px;
    padding-left: 2px;
    /*margin-top: -40px;
    padding-right: 4px;*/
}

.document_share_listing {
    max-height: 150px;
    overflow: auto;
}

.comment_note_listing {
    max-height: 350px;
    overflow: auto;
}

.bulk-download-out {
	display: none;
	background-color: rgba(119, 119, 119, .7);
	width: 100%;
	height: 100%;
	z-index: 200;
	top: 0;
	left: 0;
	position: fixed;
}

.bulk-download-in {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 14pt;
	color: #114488;
}


/*******************************/
/****		WIKI			****/
/*******************************/

.wiki-meta {
    margin-bottom: 10px;
}
.wiki-links {
    float: right;
}
.wiki-lock {
    float: right;
    margin-top: -3px;
    padding-left: 2px;
}

#wiki_add {
    width: 99.5%;
    font-weight: bold;
    text-align: left;
}

/*******************************/
/****		BALLOTS			****/
/*******************************/

.company_voter {
    border: 1px solid #666;
    padding: 6px;
    margin: 2px;
    min-height: 35px;
}

/*******************************/
/****		ADMIN PANEL		****/
/*******************************/
.graph_count {
    /*	border: 1px solid green;*/
    display: inline-block;
    font-weight: bold;
    text-align: right;
    white-space: pre-wrap;
    min-width: 25px;
}

/*******************************/
/****		FOOTER			****/
/*******************************/

#footer h4 {
    font-size: 1.1em !important;
}

#footer {
    background: url("../images/footerBkg.jpg") repeat-x;
    background-position: left -40px;
    background-color: #fff;
    padding: 34px 25px 20px 35px;
}

#footerBarInput {
    width: 235px;
}

#footer a {
    color: #808080;
    font-weight: bold;
}

#footer ul {
    margin: 0px;
    padding: 0px;
    width: 145px;
}

#footer ul li {
    line-height: 25px;
    border-bottom: 1px solid #e6e6e6;
    list-style-type: none;
}
.footer-icon {
    float: left;
    width: 27px;
}


/*******************************/
/****	MISCELLANEOUS		****/
/*******************************/

.horizontal_rule {
    border-bottom: 1px solid #eee;
}

.fakeLink {
    text-decoration: underline !important;
    cursor: pointer;
}

div.twocolumn {
    float: left;
    width: 47%;
    margin-right: 2%;
}

div.threecolumn {
    float: left;
    width: 31.2%;
    margin-right: 2%;
}
div.threecolumn_double {
    float: left;
    width: 63%;
    margin-right: 2%;
}

div.fourcolumn {
    float: left;
    width: 23.5%;
    margin-right: 1.5%;
}

div.fourcolumn_triple {
    float: left;
    width: 73%;
    margin-right: 1.5%;
}
.html_output pre {
    margin: 0.5em 0;
}

.bucket img {
    max-width: 100%;
}

/*** Login form and buttons ***/
.login-form {
    padding: 10px 10px 0;
}

.social-login {
    font-weight: bold;
    color:#666666;
    font-size:14px;
    margin-left: 10px;
}
.social-login p {
    margin-bottom: .5em;
}

/***********************************/
/*** Flyout menus for home page	****/
/***********************************/

/*all fonts are the same color*/
.homepage_menu,
.homepage_menu a {
    color:#000;
}

/*the main menu container*/
.homepage_menu {
    position: relative;
    width:90%;
    z-index: 10;
}

.homepage_menu li {
    float:left;
    clear:left;
    width: 100%;
    border-bottom: 1px solid #ECECEC
}
.homepage_menu li a, .homepage_menu li span {
    display:block;
    float:left;
    width:100%;
    text-decoration:none;
    padding: 6px 0px 3px 0px;
    word-wrap: break-word;
}

.homepage_menu li.parent_item {
    background:transparent url('right.gif') no-repeat right center;
}

.homepage_menu .parent_item_public span.parent_item {
    background:transparent url('../images/icons/globe.svg') no-repeat right 2px center;
    background-size: 16px 16px;
}

.homepage_menu li.parent_item_public {
    background:transparent url('right.gif') no-repeat right center;
}

.homepage_menu li.item_public {
    background:transparent url('../images/icons/globe.svg') no-repeat right 10px center;
    background-size: 16px 16px;
}

.homepage_menu li ul {
    position:absolute;
    left:-9999px; top:0;
    margin: 3px 0px 0px -3px;
    background-color: #FFF;
    box-shadow: 0px 0px 3px #666;
    -moz-box-shadow: 0px 0px 3px #666;
    z-index: 10;
}

.homepage_menu li:hover {
    position:relative;
}
.homepage_menu li a:hover {
    position:relative;
}

.homepage_menu a.parent_item {
    background:transparent url('right.gif') no-repeat right center;
}

.homepage_menu :hover ul,
.homepage_menu :hover ul :hover ul,
.homepage_menu :hover ul :hover ul :hover ul {
    left:100%;
    top: 0px;
    width: 100%;
}

.homepage_menu :hover ul ul,
.homepage_menu :hover ul :hover ul ul {
    left:-9999px;
}

.homepage_menu li li {
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.homepage_menu li.active {
    font-weight: normal;
    word-wrap: break-word;
}

.revision_list {
    max-height: 200px;
    overflow: auto;
}

.htmlpage_sidebar li.active li {
    font-weight: normal;
}

/****	CUSTOM STUFF FOR JQUERY WIDGETS		****/

.ui-timepicker-div dl {
    margin-bottom: 2.75em;
    width: 95%;
}

/**** Make the homepage think it is a table so the border displays properly  ****/

#bucket-default>#bucket_container {
    display: table;
    width: 100%;
    table-layout: fixed;
}

#bucket-default>#bucket_container>.bucket_sidebar {
    display: table-cell;
    float: none;
}

#bucket-default>#bucket_container>.bucket_content {
    display: table-cell;
    float: none;
    vertical-align: top;
}


.boldlink {
font-weight:900;
}

.margin_right_20 {
    margin-right:20px;
}

a.disabled
{
    color: #808080;
}
a:link.disabled
{
    color: #808080;
}
a:visited.disabled
{
    color: #808080;
}
a:active.disabled
{
    color: #808080;
}

ul.ui-autocomplete {
    z-index: 2100;
}

.inline-block {
    display:inline-block;
}

.no-scroll {
    overflow:hidden !important;
}

p.indent {
    margin-left: .5em;
    margin-bottom: .2em;
}