@import "main.css";
@import "general.css";
@import "dashboard.css";
@import "timeline.css";
@import "r-star.css";

/* Flowmation Default Stylesheet
.................................................................................
*/
/*span {font-weight: bold;}*/

p {
    text-align: center;
    margin: 0 0 3px 0;
}

a {
    color: #4c4c4c;
}

a:hover {
    color: #CC0000;
    text-decoration: underline;
}

a.contextMenuLink:hover, a.formbutton:hover {
    color: #CC0000 !important;    
}

ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    clear: both;
}

table, tr, td {
    padding: 0;
    margin: 0;
}

/*.................................................................................*/

.clear {
    clear: both;
    height: 0;
    font-size: 0;
    visibility: hidden;
}

.inline {
    display: inline;
}

#header {
    display: block;
    float: left;
    width: 100%;
    height: 100px;
    background: url( ../images/header.gif ) top left repeat-x;
    background-color: #0287D0;
    background-repeat: repeat-y;
    background-position: top left
}

#content {
    display: block;
    margin: 0;
    padding: 0;
}

html>body*#content {
    min-width: 80%;
}

#logo {
    float: left;
    display: inline;
    width: 215px;
    height: 60px;
    background: url( ../images/logo.gif ) bottom right no-repeat;
    margin: 18px 0 0 15px
}

.libraryMenu {
    display: block; /*width: 200px;*/
    height: auto;
}

#menu {
    display: block;
    width: 200px;
    height: auto;
}

#menu ul {
    display: block;
    width: 200px;
    list-style: none;
    margin: 0;
}

#menu li {
    float: left;
    display: block;
    width: 200px;
    text-indent: 10px;
    background: url( ../images/dots-horiz.gif ) bottom right repeat-x;
    padding: 3px 0 1px 0;
}

#menu li a:link, #menu li a:visited {
    display: block;
    width: 190px;
    padding: 3px 10px 3px 0;
    margin: -3px 0 0 0;
    text-decoration: none;
    font-weight: normal;
}

#menu li a:hover {
    color: #0287D0;
    text-decoration: none;
    background: #F2F2F2;
}

.selected a:link, .selected a:visited {
/*Inna modifyed 05 30 08*/
    background: #fff !important;
    font-weight: bold !important;
    text-decoration: none;
}

#menu ul {
    float: left;
    margin: 3px 0 0 0;
}

#menu li a:link + ul {
    margin: 0;
}

#menu ul ul li {
    background-image: none !important;
    padding: 0;
}

#menu ul ul a:link, #menu ul ul a:visited {
    width: 170px;
    padding: 0 10px 1px 20px;
    margin: 0;
    background: url( ../images/menu-sub.gif ) left no-repeat !important;
}

#menu ul ul a:hover {
    background: url( ../images/menu-sub.gif ) left no-repeat #f2f2f2 !important;
}

#menu ul ul .selected a:link, #menu ul ul .selected a:visited {
    background: url( ../images/menu-sub-selected.gif ) right no-repeat #f2f2f2 !important;
}

#menu ul ul .selected a:hover {
    background: url( ../images/menu-sub-selected.gif ) right no-repeat #f2f2f2 !important;
}

pre {
    font-weight: normal;
    font-family: Arial, Serif;
}

.right {
    float: right;
}

#breadCrumbTrail a {
    text-decoration: none;
}

.console {
    /* float: right;
   color: #7F7F76;*/
}

h1 {
    color: #555;
    font: 1.8em Arial, Helvetica, sans-serif;
    text-align: left;
    letter-spacing: -1px;
    margin: 0.6em 0 1em 0px;
    padding: 0 0 8px 10px;
    min-width: 275px;
    clear: left;
}

h2, h3 {
    background-color: transparent !important;
    color: #555;
}

h2 {
    background: url( ../images/dots-horiz-fade.gif ) bottom left no-repeat;
    color: #555;
    font: bold 1.2em Arial, Helvetica, sans-serif;
    text-align: left;
    min-width: 275px;
    padding: 0 0 8px 9px;
    clear: both;
}

* html h1, * html h2 {
}

h3 {
    font: bold 1em Verdana, Arial, Helvetica, sans-serif;
    color: #555;
}

p {
    margin: 0 0 1em;
}

ul, dl {
    margin: 0 0 1em 1em;
}

ul ul {
    margin: 0 0 0 1em;
}

li {
    padding: 0;
    margin: 0;
}

a:link {
    color: #0287D0;
}

a:visited {
    color: #0287D0;
    text-decoration: underline;
}

a:hover {
    color: #CC0000;
    text-decoration: underline;
}

a img {
    border: none;
}

ul.modalwindow-list {
    line-height: 20px;
    font-size: 12px;
}

/* Checkbox list start */

ul.checkbox-list li {
    padding: 4px 0;
    height: 18px;
    line-height: 18px;
}

ul.checkbox-list li * {
    line-height: 18px;
}

/* document approvers column fix */
ul.checkbox-list li > div > span {
    display: block;
}

dl.checkbox-list {
    margin-left: 0;
}

dl.checkbox-list dt {
    padding: 4px 0;
}

/*#2171: Poor layout of User->Permissions screen (description message breaks in two lines)*/
dl.checkbox-list dd {
    white-space: nowrap;
}

dl.checkbox-list dd ul {
    margin-top: 7px;
}

/* Checkbox list end */

.pagepair {
    float: left;
    height: 230px;
}

.page {
    display: block;
    float: left;
    width: 138px;
    height: 200px;
    padding: 10px;
}

.page h3 {
    display: block;
    margin: 0 0 5px 10px;
    overflow: hidden;
}

.page ul {
    margin-left: 10px;
    list-style: none;
}

.entities .page {
    height: 150px;
}

.approved {
    background: url( ../images/icons/icon-tick16.gif ) no-repeat;
}

.rejected {
    background: url( ../images/icons/icon-cross16.gif ) no-repeat;
}

.unknown {
    background: url( ../images/icons/icon-question16.gif ) no-repeat center left;
}

#previewBox {
    display: block;
    float: left;
}

form table {
    width: 77%;
    clear: none;
}

form .calendar table {
    width: 100%;
}

.fu form table {
    width: 100%;
}

* html form input {
    line-height: 1.2em;
}

form select {
    margin: 0 0 5px 0;
    color: #000080;
}

form textarea {
    font: 1em Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #000080;
    overflow: auto;
}

form label {
    clear: left;
    width: 200px;
    padding: 0 10px 0 0;
    text-align: right;
    display: block;
    float: left;
}

form .form_label label {
    display: inline;
    float: none;
}

.compulsory {
    background: url( ../images/compulsory.gif ) top right no-repeat;
}

.fieldError {
    background: url( ../images/fielderror.gif ) left no-repeat;
    position: relative;
    top: -1px;
    color: #FF0000;
    margin: 10px 0 0 0;
    padding: 0 0 0 12px;
    white-space: nowrap;
}

* html .fieldError {
    background-position: 0 1px;
}

.error {
    height: 33px;
    margin: 0px 0px 10px 40%;
    padding: 0px;
    float: left;
}

.error .error_icon {
    background: url( ../images/img/contents/form/erricon.png ) no-repeat left;
    width: 28px;
    height: 34px;
    float: left;
}

.error .errorbg {
    background: url( ../images/img/contents/form/errbg.png ) repeat-x left top;
    height: 26px;
    padding: 8px 8px 0px 0px;
    float: left;
}

.errorbg span {
    color: #fff;
}

.center-content {
    padding: 100px 0 80px 0;
}

.formpair {
    text-align: left;
    width: auto;
    margin: 0 0 10px 10px;
    display: block;
}

.formpair .stackable {
    float: left; /* commented becouse of bug under IE at edit role page */
/* width: 70%;*/
}

.formpair .narrow-stackable {
    float: left;
}

.formpair input[type="radio"] {
    margin: 3px 0 0 0;
    width: auto;
}

input[type="radio"], input[type="checkbox"] {
    width: auto;
}

.approval-process-form input[type="text"] {
    width: auto;
}

.formpair input[type="checkbox"] {
    width: auto;
}

.formpair input.narrow {
    width: 3em;
}

.formpair input.broad {
    width: 25em;
}

.processBean {
    padding-top: 5px;
    float: left;
}

/* 1209: Cosolidate table functions into a table toolbar */

tr.even {
    background: #D8ECF8;
}

td.offline {
    color: #808080;
}

td.online {
    font-weight: bold;
    color: #0287D0;
}

table img {
    border: 1px solid #aaa;
}

table th a:link, table th a:visited {
    color: #fff;
}

table th a:hover {
    color: #CC0000;
    text-decoration: underline;
}

table th.order1 {
    background: url( ../images/order1.gif ) right no-repeat #0287D0;
}

table th.order2 {
    background: url( ../images/order2.gif ) right no-repeat #0287D0;
}

table td.order1, table td.order2 {
    background-color: #E5F3FA;
}

.chooserLayout {
    width: auto;
    clear: none !important;
    border-spacing: 1px;
}

.chooserLayout th {
    background: #0287D0;
    color: #fff;
    padding: 3px 20px 3px 10px;
    text-align: left;
    white-space: nowrap;
}

.chooserLayout td {
    padding: 3px 3px;
}

.chooserLayout select {
    width: auto;
    min-width: 150px;
}

.wicket-modal {
    font-size: 1.2em;
}

.wicket-modal label {
/* closely related with .wicket-modal .err-msg padding-left value */
    width: 30%;
}

.wicket-modal .imgBox {
    text-align: center;
}

#library td {
    vertical-align: top;
}

#library .actions {
    width: 130px;
}

#library a:link img, #library a:visited img {
    margin: 0;
    padding: 0;
    background: none;
}

#library td.thumbnail {
    width: 150px;
}

#library td.actions input {
    margin: -4px 0 0 14px;
}

.formView {
    width: 40%;
    margin: 0px;
    padding: 0px;
    float: left;
}

.box {
    display: block;
    margin: 20px 0px 10px 0px;
}

ul.actions, ul.actions ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0; /*width:150px;*/
}

ul.actions a.formbutton {
    margin: 0;
}

.version {
    float: left;
    font-size: 90%;
}

.version table th {
    background: #A6C0C4;
}

.version img {
    float: left;
    margin: 0 30px 10px 0;
}

.version ul {
    display: block;
    float: left;
    margin: 0 10px 10px 0;
}

.version .actions {
    width: 140px;
}

#extraDiv2 {
    display: none;
}

#extraDiv3 {
    display: none;
}

#extraDiv4 {
    display: none;
}

#extraDiv5 {
    display: none;
}

#extraDiv6 {
    display: none;
}

.actions {
    list-style: none;
    clear: both;
    line-height: 1.5em;
}

.noListStyle {
    clear: both;
    list-style: none;
}

.formbutton-img {
    padding: 2px 2px 2px 1px;
    border: none;
    cursor: pointer;
    clear: both;
}

.formbutton, .formpair .formbutton, .contextMenuLink {
    padding: 2px 2px 2px 20px;
    border: none;
    cursor: pointer;
    text-align: left;
}

.formlabel {
    padding: 2px 2px 2px 20px;
    border: none;
    clear: both;
}

.icon {
    cursor: pointer;
    display: block;
    width: 16px;
    height: 16px;
}

.new-icon {
    padding: 2px 2px 2px 25px !important;
    border: none;
    cursor: pointer;
    text-align: left;
}

/* Fix for #1264: Prevent link distortion */
a.formbutton {
    color: #0287D0;
    white-space: nowrap; /*line-height: 34px;*/
/*margin-left: 15px;*/
}

.formpair a.formbutton /*, .actions a.formbutton */
{
    display: inline;
}

.formpair a.formbutton {
    line-height: normal;
}

.fb-new {
    background: url( ../images/icons/icon-new16.gif ) 2px 50% no-repeat;
    white-space: nowrap;
}

.fb-edit {
    background: url( ../images/icons/icon-edit16.gif ) 2px 50% no-repeat;
    white-space: nowrap;
}

.fb-delete {
    background: url( ../images/icons/icon-delete16.gif ) 2px 50% no-repeat;
    white-space: nowrap;
}

.fb-up {
    background: url( ../images/icons/icon-up16.gif ) 2px 50% no-repeat;
    white-space: nowrap;
}

.fb-down {
    background: url( ../images/icons/icon-down16.gif ) 2px 50% no-repeat;
    white-space: nowrap;
}

.fb-select {
    background: url( ../images/icons/icon-left16.gif ) 2px 50% no-repeat;
    white-space: nowrap;
}

.fb-remove {
    background: url( ../images/icons/icon-right16.gif ) 2px 50% no-repeat;
    white-space: nowrap;
}

.fb-submit {
    background: url( ../images/icons/icon-submit16.gif ) 2px 50% no-repeat;
    white-space: nowrap;
}

.fb-cancel {
    background: url( ../images/icons/icon-cancel16.gif ) 2px 50% no-repeat;
    white-space: nowrap;
}

.fb-download-preview {
    background: url( ../images/icons/icon-magnify16.gif ) 2px 50% no-repeat;
}

.fb-download-selected {
    background: url( ../images/icons/icon-download16.gif ) 2px 50% no-repeat;
}

.fb-download-original {
    background: url( ../images/icons/icon-download16.gif ) 2px 50% no-repeat;
}

.fb-download-custom-field {
    background: url( ../images/icons/icon-download16.gif ) 2px 50% no-repeat;
}

.fb-download-original-zip {
    background: url( ../images/icons/icon-download-zip16.gif ) 2px 50% no-repeat;
}

.fb-download-opi {
    background: url( ../images/icons/icon-opi-download16.gif ) 2px 50% no-repeat;
}

.fb-download-opi-zip {
    background: url( ../images/icons/icon-opi-download-zip16.gif ) 2px 50% no-repeat;
}

.fb-send {
    background: url( ../images/icons/icon-send16.gif ) 2px 50% no-repeat;
}

.fb-cart-add {
    background: url( ../images/icons/icon-cart-add16.gif ) 2px 50% no-repeat;
}

.fb-cart-remove {
    background: url( ../images/icons/icon-cart-remove16.gif ) 2px 50% no-repeat;
}

.fb-info {
    background: url( ../images/icons/icon-info16.gif ) 2px 50% no-repeat;
}

.fb-preview {
    background: url( ../images/icons/icon-magnify16.gif ) 2px 50% no-repeat;
}

.fb-workflow {
    background: url( ../images/icons/icon-go16.gif ) 2px 50% no-repeat;
}

.fb-go {
    background: url( ../images/icons/icon-go16.gif ) 2px 50% no-repeat;
}

.fb-search {
    background: url( ../images/icons/icon-search18.png ) scroll no-repeat 2px 50%; /*padding-left: 22px;*/
    padding: 4px 2px 4px 22px;
}

.fb-search-active {
    background: url( ../images/icons/icon-search-active18.png ) scroll no-repeat 2px 50%; /*padding-left: 22px;*/
    padding: 4px 2px 4px 22px;
}

.line-highlight {
    background-color: #E5F3FA;
    margin-right: 5px;
}

.fb-toolbar {
    background: url( ../images/icons/icon-magnify16.gif ) 2px 50% no-repeat;
}

.fb-row-add {
    background: url( ../images/icons/icon-plus16.gif ) 2px 50% no-repeat;
}

.fb-row-remove {
    background: url( ../images/icons/icon-minus16.gif ) 2px 50% no-repeat;
}

.fb-back-up {
    background: url( ../images/icons/icon-back-up16.gif ) 2px 50% no-repeat;
}

.fb-login {
    background: url( ../images/icons/icon-go16.gif ) 2px 50% no-repeat;
}

.fb-workflow-launch {
    background: url( ../images/icons/icon-go16.gif ) 2px 50% no-repeat;
}

.fb-action-complete {
    background: url( ../images/icons/icon-go16.gif ) 2px 50% no-repeat;
    text-decoration: none;
    color: #4C4C4C !important;
}

.fb-upload {
    background: url( ../images/icons/icon-upload16.gif ) 2px 50% no-repeat;
}

.fb-approve {
    background: url( ../images/icons/icon-approve16.gif ) 2px 50% no-repeat;
}

.fb-reject {
    background: url( ../images/icons/icon-reject16.gif ) 2px 50% no-repeat;
}

.fb-comment {
    background: url( ../images/icons/icon-comment16.gif ) 2px 50% no-repeat;
}

.fb-status-change {
    background: url( ../images/icons/icon-status-change.gif ) 2px 50% no-repeat;
}

.fb-annotate {
    background: url( ../images/icons/icon-comment16.gif ) 2px 50% no-repeat;
}

.fb-checkout {
    background: url( ../images/icons/icon-cart-add16.gif ) 2px 50% no-repeat;
}

.fb-checkout-cancel {
    background: url( ../images/icons/icon-cart-remove16.gif ) 2px 50% no-repeat;
}

.fb-checkin {
    background: url( ../images/icons/icon-cart-add16.gif ) 2px 50% no-repeat;
}

.fb-admin {
    background: url( ../images/icons/icon-admin16.gif ) 2px 50% no-repeat;
}

.fb-library {
    background: url( ../images/icons/icon-library16_new.gif ) 2px 50% no-repeat;
}

.fb-projects {
    background: url( ../images/icons/project-small-icon.png ) 2px 50% no-repeat;
}

.fb-listview {
    background: url( ../images/icons/icon-listview16.gif ) 2px 50% no-repeat;
}

.fb-tileview {
    background: url( ../images/icons/icon-tileview16.gif ) 2px 50% no-repeat;
}

.fb-stop {
    background: url( ../images/icons/icon-stop16.gif ) 2px 50% no-repeat;
}

.fb-start {
    background: url( ../images/icons/icon-play16.gif ) 2px 50% no-repeat;
}

.fb-calendar-booking {
    background: url( ../images/icons/icon-calendar-booking.gif ) 2px 50% no-repeat;
}

.fb-calendar-alert {
    background: url( ../images/icons/icon-calendar-alert.gif ) 2px 50% no-repeat;
}

.fb-tick {
    background: url( ../images/icons/checkbox-true.png ) 2px 50% no-repeat;
}

.fb-cross {
    background: url( ../images/icons/checkbox-false.png ) 2px 50% no-repeat;
}

.fb-clear {
    background: url( ../images/icons/icon-clear16.png ) 2px 50% no-repeat;
}

.fb-rename {
    background: url( ../images/icons/icon-rename16.gif ) 2px 50% no-repeat;
}

.fb-help {
    background: url( ../images/icons/icon-help.gif ) 2px 50% no-repeat;
}

.fb-help-icon {
    background: url( ../images/icons/icon-help.gif ) 2px 50% no-repeat;
    float: right;
    text-decoration: none !important;
    width: 16px;
    padding-left: 8px;
}

.fb-user {
    background: url( ../images/icons/icon-user16.gif ) 2px 50% no-repeat;
}

.fb-usergroup {
    background: url( ../images/icons/icon-usergroup16.gif ) 2px 50% no-repeat;
}

.fb-company {
    background: url( ../images/icons/company-small-icon.png ) 2px 50% no-repeat;
}

.fb-project {
    background: url( ../images/icons/project-small-icon.png ) 2px 50% no-repeat;
}

.fb-activity {
    background: url( ../images/icons/activities-small.png ) 2px 50% no-repeat;
}

.fb-time {
    background: url( ../images/activity/alert-status.png ) 2px 50% no-repeat;
}

.fb-table-customise {
    background: url( ../images/icons/icon-customise.gif ) 2px 50% no-repeat;
}

.fb-menu {
    background: url( "../images/icons/icon-pulldown.png" ) no-repeat scroll 2px 50%;
    white-space: nowrap;
    padding: 0 2px 0 18px;
}

.fb-no-icon {
    background: none;
    padding: 2px;
    white-space: nowrap;
    display: block;
}

.fb-folder {
    background: url( ../images/icons/icon-folder.gif ) 2px 50% no-repeat;
}

.blindLinkExpand, * html .blindLinkExpand, .blindLinkCollapse, * html .blindLinkCollapse {
    padding: 0 0 0 15px;
    width: 1px;
    overflow: visible;
    clear: right; /* Fix for 1192: Expander/Collapser control for library item keywords. Some CSS problems */
    text-decoration: none !important;
}

.blindLinkExpand, * html .blindLinkExpand {
    background: url( ../images/icons/icon-expand16.gif ) 2px 50% no-repeat;
}

.blindLinkCollapse, * html .blindLinkCollapse {
    background: url( ../images/icons/icon-collapse16.gif ) 2px 50% no-repeat;
}

.blindLinkExpand:hover, .blindLinkCollapse:hover {
    text-decoration: none;
}

#libraryTree2 {
    width: 190px;
    margin: 5px;
    overflow: auto;
    float: left;
}

table.project-products tbody tr td {
    vertical-align: top;
}

#libraryTree table {
    width: 500px;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
}

* html #libraryTree table table, * html #libraryTree table table table {
    width: auto !important;
}

#libraryTree table tr {
    float: left;
    margin: 0;
    padding: 0;
}

#libraryTree table td {
    float: left;
    margin: 0;
    padding: 0;
}

#libraryTree table img {
    float: left;
    border: none;
    margin: 0;
    padding: 0;
}

#libraryTree .selected {
    font-weight: bold;
    color: #000;
}

.pagelinks {
    display: block;
    width: 100%;
    clear: both;
}

.pagelinks, .exportlinks {
    margin: 0px;
}

.libraryTile, .dashboardTile {
    display: block;
    float: left;
    width: 138px;
    height: 200px;
    padding: 10px;
    text-align: left;
}

.dashboardTile {
    height: 191px;
    text-align: center;
}

.libraryTile h3, .dashboardTile h3 {
    overflow: hidden; /* Fix for #939: Long titles break tiling in Library and Project flatplan */
    white-space: nowrap;
    width: 100%;
    margin: 5px 0;
    font-weight: normal;
    font-size: 10px;
}

.hoverimg img {
    clear: both;
    border: 0 solid #E0E0E0;
    padding: 8px 2px 2px 2px;
}

.hoverpage {
    padding: 5px;
    background-color: #FFF;
    border: 1px solid #888;
}

div.hoverpage div {
    width: auto;
}

#trailimageid {
    font-size: 1em;
    position: absolute;
    visibility: hidden;
    left: 0;
    top: 0;
    height: 0;
    z-index: 2000;
}

.advancedsearch table {
    margin: 0 0 1em 0;
    clear: both;
}

#library a {
    border: 0;
    padding: 0;
}

.logoBox {
    float: left;
    clear: both;
    position: relative;
    display: block;
    width: 150px;
    height: 150px !important;
    overflow: hidden;
    margin: 0 0 10px 0;
}

.calPrevious {
    background: url( ../images/cal-previous.gif ) no-repeat center center;
}

.calNext {
    background: url( ../images/cal-next.gif ) no-repeat center center;
}

.calTable {
    border: 0;
}

.calTitle {
    font-weight: bold;
    text-align: center;
}

.calWeekDays {
    background-color: #D8ECF8;
}

.calWeekDay {
    font-weight: bold;
}

.calDayOut {
    border: 1px dashed #D8ECF8;
}

.calDayIn {
    border: 1px dashed #D8ECF8;
}

.calEvent {
    font-weight: bold;
    border: 1px dashed #D8ECF8;
}

#calToday {
    font-weight: bold;
    border: 1px solid red;
    color: red;
    background-color: transparent;
}

.calDayLink, .calDayLink:visited, .calEventLink, .calEventLink:visited {
    color: black;
    text-decoration: underline;
}

.timelineTable {
    border: 0;
}

.timeLineEvent {
    white-space: nowrap;
}

.timelineTitle {
    font-weight: bold;
    text-align: center;
}

.timelineDays {
    background-color: #D8ECF8;
}

.timelineDay {
    font-weight: bold;
}

.activity-bar-start {
    background-position: left;
    width: 5px;
    height: 21px;
    float: left;
    cursor: w-resize;
}

.activity-bar-end {
    background-position: right;
    width: 5px;
    height: 21px;
    float: right;
    cursor: w-resize;
}

.activity-late .activity-bar-start {
    background-image: url( '../images/timeline/red_left.png' );
}

.activity-alert .activity-bar-start {
    background-image: url( '../images/timeline/orange_left.png' );
}

.activity-ok .activity-bar-start {
    background-image: url( '../images/timeline/blue_left.png' );
}

.activity-completed .activity-bar-start {
    background-image: url( '../images/timeline/green_left.png' );
}

.activity-planned-alert .activity-bar-start {
    background-image: url( '../images/timeline/planned_alert_left.png' );
}

.activity-planned-late .activity-bar-start {
    background-image: url( '../images/timeline/planned_late_left.png' );
}

.activity-late .activity-bar-end {
    background-image: url( '../images/timeline/red_right.png' );
}

.activity-alert .activity-bar-end {
    background-image: url( '../images/timeline/orange_right.png' );
}

.activity-ok .activity-bar-end {
    background-image: url( '../images/timeline/blue_right.png' );
}

.activity-completed .activity-bar-end {
    background-image: url( '../images/timeline/green_right.png' );
}

.activity-planned-alert .activity-bar-end {
    background-image: url( '../images/timeline/planned_alert_right.png' );
}

.activity-planned-late .activity-bar-end {
    background-image: url( '../images/timeline/planned_late_right.png' );
}

.overLibFGClass {
    background-color: #FFFFCC;
}

.overLibBGClass {
    background-color: #FFFFCC;
}

.dropcontent {
    width: 140px;
}

#projectTree {
    padding: 5px;
    width: 800px;
    height: 600px;
    overflow: auto;
}

#projectTree table {
    width: 600px;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
}

* html #projectTree table table, * html #projectTree table table table {
    width: auto !important;
}

#projectTree table tr {
    float: left;
    margin: 0;
    padding: 0;
}

#projectTree table td {
    float: left;
    margin: 0;
    padding: 0;
}

#projectTree table img {
    float: left;
    border: none;
    margin: 0;
    padding: 0;
}

#projectTree .selected {
    font-weight: bold;
    color: #000;
}

/* PROGRESS BAR */

div.wupb-uploadStatus {
    margin: 5px;
    color: #aaa;
}

div.wupb-progressBar {
    margin: 5px;
}

/* for fixing bug under Safari 3.1 background property
    specified in many declaration */
div.wupb-progressBar .wupb-border {
    background-color: #eee;
    background-image: url( ../images/progress-remainder.gif );
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: top left;

    border-left: 1px solid gray;
    border-right: 1px solid gray;
    width: 100%;
}

div.wupb-progressBar .wupb-background {
    background-color: #507090;
    background-image: url( ../images/progress-bar.gif );
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: top left;

    height: 18px;
    width: 0;
}

/* END PROGRESS BAR */

/* BEGIN ANNOTATION TOOL */

body textarea.comment {
    position: absolute;
    padding: 0;
    margin: 0;
    border-style: none;
    border-color: Black;
    cursor: pointer;
    z-index: 100;
    background-color: #FFFF80;
    wordWrap: break-word;
    overflow: auto;
    color: black;
    wordSpacing: -mozilla-div-wrap;
    font-family: tahoma, verdana, sans-serif;
    text-align: center;
    font-size: 11px
}

body div.resizeHandler {
    position: absolute;
    padding: 0;
    margin: 0;
    border-width: 1px;
    border-style: solid;
    overflow: hidden;
    border-color: Black;
    cursor: pointer;
    z-index: 100;
    background-color: White
}

body div.annotationInner, body div.auxiliaryDiv {
    position: absolute;
    padding: 0;
    margin: 0;
    border-width: 1px;
    border-style: dashed;
    overflow: hidden;
    border-color: black;
    z-index: 99999;
}

/* Bug #1370: Preview annotation: lines are not visible on black background */
body div.auxiliaryDiv {
    border-color: white;
    border-style: solid;
    z-index: 900;
}

body div.annotation {
    position: absolute;
    padding: 0;
    margin: 0;
    border-width: 1px; /*    overflow: hidden;*/
}

body div.commentInner {
    position: absolute;
    padding: 0;
    margin: 0;
    border-style: solid;
    border-width: 1px;
    border-color: Black;
    cursor: pointer;
    background-color: #FFFF80;
    wordWrap: break-word;
    overflow: hidden;
    color: black;
    wordSpacing: -mozilla-div-wrap;
    font-family: tahoma, verdana, sans-serif;
    text-align: center;
    font-size: 11px
}

body div.comment {
    position: absolute;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

#annotationBody {
    vertical-align: middle;
    padding: 0;
    margin: 0;
    border-style: none;
}

#annotationWorkArea {
    font-size: 0;
    line-height: 0;
    border-style: solid;
    border-width: 1px;
    border-color: #D4D4D4;
    padding: 0;
    margin: 0;
}

#annotationWorkArea img {
    margin: 0;
    padding: 0;
}

/* END ANNOTATION TOOL  */

.help-icon {
    padding: 5px 12px 0 0;
}

.pageHelpContent {
    background-color: #E5F5FE;
    color: #0287D0;
    margin: 10px;
    padding: 5px;
    text-align: left;
    font-size: 12px;
}

#contentContainer {
    width: 100%;
    display: block;
    vertical-align: top;
    padding: 0;
    margin: 0;
}

.leftPartContainer {
    vertical-align: top;
    width: auto;
    padding: 0;
    margin: 0;
}

.rightPartContainer {
    vertical-align: top;
    width: 100%;
    margin: 0;
    padding: 0 0 0 15px;
}

/* Code below added for bug 690 */
#contentwrapper {
    width: 200px;
    padding: 0;
    margin: 0;
}

/**
* floating spinner
*/

#floating-spinner {
    position: fixed;
    top: 4px;
    left: 0;
    float: right;
    width: 99%;
    border: none;
    padding: 2px 2px 0 2px;
    margin: 0; /* Fix for #1097: "Loading..." indicator should be located on top of all elements */
    z-index: 9999999;
}

* html #floating-spinner {
    position: absolute;
    margin-top: 3px;
    margin-left: 3px;
}

#floating-spinner-text {
    float: right;
    background: #a00 url( ../images/rotating_arrow.gif ) 2px 50% no-repeat;
    line-height: 20px;
    color: #fff;
    padding: 2px 10px 2px 10px;
    padding-left: 25px;
}

/* 1209: Cosolidate table functions into a table toolbar */
.float-right {
    float: right;
    /*top: 0;
    margin-right: 10px;*/
}

.float-left {
    float: left; /* top: 0;*/
}

.indent-left {
    padding-left: 15px;
}

.indent-right {
    padding-right: 15px;
}

.indent-left-right {
    padding-left: 15px;
    padding-right: 15px;
}

#recent-filters-row {
    height: 100%;
}

#recent-filters {
    border: 1px solid darkgray;
    float: right;
    background: lavender;
    left: auto;
    right: 2%;
    margin-top: 10px;
    max-height: 90px;
    height: 90px;
    vertical-align: middle;
    overflow-y: auto;
    position: absolute;
    top: 95px;
    width: 150px;
}

/* Fix for #1129 */
#libraryTree2 {
    overflow-x: scroll;
}

/* Fix for #1087: Library branch is displayed partially if was selected */
#libraryTree2 div.row-selected {
    overflow: visible;
}

#libraryTree2 div.row-selected * {
    background-color: #E0E8FF;
}

/* Fix for #1084: Warning message for wicket popup dialog divided in two lines */
.v-separator {
    clear: both;
}

.wicket-modal .feedback-field {
    float: left;
    width: 65%;
    overflow: hidden;
    white-space: nowrap;
}

/* Fix for #1027: "Help" button is displayed in different positions on the "preview annotation"
page in different browsers */
h1 a.fb-help {
    clear: none !important;
    text-decoration: none;
}

/***************** Context Menu start*************************/
/* Fix for 1191: Reduce space consumed by table actions */
a.contextMenuLink {
    position: relative;
    color: #0287D0;
    text-decoration: underline;
}

table th a.contextMenuLink {
    color: #FFF;
    text-decoration: underline;
}

a.contextMenuLink img {
    border: none;
}

.contextMenu {
    background-color: white;
    border: 1px solid rgb( 80, 124, 182 );
    width: 200px;
    position: absolute;
    padding-top: 3px;
    z-index: 1000;
    font-weight: normal; /* prevent overriding this style when menu in table header */
}

.contextMenu ul {
    margin: 0;
    padding: 0 0 5px 5px;
}

.contextMenu ul li {
    padding: 0;
    margin: 0;
    line-height: normal;
}

.contextMenu ul li * {
    line-height: 170%;
}

.contextMenu .actions a.formbutton {
    display: block;
}

.contextMenu a:link {
    color: #000080;
}

.contextMenu a:visited {
    color: #000080;
}

.contextMenu a:hover {
    color: #CC0000;
    text-decoration: underline;
}

.contextMenu a:active {
    color: #CC0000;
    text-decoration: underline;
}

/* Fix for #1321: Table toolbar: improvement
    (for iconic context menu link) */
a.iconic {
    text-align: center;
}

a.iconic:hover {
    text-decoration: none
}

a.iconic:active {
    text-decoration: none
}

/***************** Context Menu end*************************/

/* Fix for #973: Improve visibility of paging buttons */
a.prev {
    background: url( "../images/icons/icon-previous.gif" ) no-repeat left 0;
    padding-left: 15px;
}

a.next {
    background: url( "../images/icons/icon-next.gif" ) no-repeat right 0;
    padding-right: 15px;
}

/* Fix for #1246: New activity page: improvements */
h2.explanation {
    background: none;
    color: rgb( 170, 170, 170 );
}

/* Fix for #1267: Remove drop shadows from form controls */
input, select, textarea {
    border: 1px solid #AAAAAA;
    width: 200px;
}

/* Fix for #1321: Table toolbar: improvement */
table th.actions {
    padding: 0;
    width: 18px;
}

table td.actions {
    padding: 3px 0;
    width: 18px;
}

/* Fix for #1263: Align cell content to top, in tables */
#rightPartContainer table td {
    vertical-align: top;
}

.tickbox-container {
    height: 24px;
}

.tickbox {
    float: left;
    width: 20px;
    padding: 3px;
    cursor: pointer;
}

.tickbox-text {
    float: left;
    padding-top: 4px;
    cursor: pointer;
}

.tickbox-ul {
    margin: 0 0 1em 0;
}

/* MultiFileUploadPanel */
div.mfu-field-wrapper {
    position: relative;
}

input.mfu-field, div.mfu-cover {
    left: -80px;
    -moz-opacity: 0;
    filter: alpha( opacity:0 );
    opacity: 0;
}

input.mfu-field, .formpair input.mfu-field {
    position: relative; /*IE7&Safaru takes this directive*/
    width: 100px;
    z-index: 2;
    cursor: pointer;
    /* ANL: changed to center for FF under MacOS, can't see any difference for other browsers
        since Mozilla refuses a width declaration for the real file field, we should make sure that
       the "Browse" button is at the left edge of the div.mfu-field-wrapper */
    text-align: center;
}

div.mfu-cover {
    position: absolute;
    z-index: 3;
    top: 3px;
    width: 80px; /* otherwise triggered browse button click under IE6 */
    background-color: red;
}

div.mfu-fake {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; /* for prevent line folding in case of error msg */
    white-space: nowrap;
}

img.mfu-minus-icon, img.mfu-plus-icon {
    position: relative;
    top: 4px;
    border: none;
    margin-right: 10px;
    cursor: pointer;
}

form .form-buttons {
    text-align: center; /*IE6 incorrect fit height of modal dialog (collapse magrin)*/
    padding-bottom: 10px;
    margin-bottom: 0;
}

ul.process {
    text-align: center;
    padding: 0;
}

.nowrap {
    white-space: nowrap;
}

div .activity-date-left-container {
    width: 132px;
    margin-bottom: 10px;
}

div .activity-date-column-nofloat {
    width: 120px;
    max-width: 164px !important;
}

div .activity-date-column {
    float: left;
    width: 132px;
    max-width: 164px !important;
    margin-bottom: 10px;
    padding-right: 30px;
}

div .activity-date-column-bottom .approval-process-calendar-bottom {
    float: left;
    width: 164px;
    max-width: 164px !important;
    margin-bottom: 10px;
}

.activity-column-first, .activity-column-second {
    width: 360px;
}

.activity-column-first .formpair label,
    .activity-column-second .formpair label {
    width: 8px;
}

/* Timeline panel */
table.tlc-table {
    border-collapse: separate;
    border-spacing: 1px;
    width: 100%;
}

table.tlc-table, table.tlc-table tr, table.tlc-table tr th, table.tlc-table tr td {
    margin: 0;
    padding: 0; /* border-bottom: 1px solid white;*/
}

table.tlc-table td.avatar, table.tlc-table .unallocated-placeholder {
/* important for overriding .first class properties for .unallocated-placeholder */
    background: #E5F3FA url( ../images/timeline/transp_bg.png ) repeat-x scroll bottom left !important;
}

table.tlc-table tr td.first, table.tlc-table .tlc-time-switcher, table.tlc-table .avatar {
    width: 200px;
}

table.tlc-table tr td.first {
    vertical-align: top;
    background-color: #0284D1;
}

/* TODO: [KVM] 'tlc-cell' class name using in resizable.js. Change class name in both places at once*/
table.tlc-table .tlc-cell, table.tlc-table .tlc-header-cell, table.tlc-table .tlc-rest-cell {
/* for z-index working */
    position: relative;
    float: left;
    border-right: 1px solid rgb( 200, 202, 207 );
    z-index: 2;
}

table.tlc-table .tlc-rest-cell {
    background-color: white;
    border-right: none;
}

table.tlc-table .tlc-cont {
    position: relative;
    background: white url( ../images/timeline/transp_bg.png ) repeat-x scroll bottom left;
    height: 100%;
}

.tlc-highlight {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 4;
    opacity: 0.2;
    filter: alpha( opacity = 20 );
    background-color: #ffff99;
}

.tlc-highlight-today {
    width: 100%;
    height: 100%;
    opacity: 0.2;
    filter: alpha( opacity = 20 );
    background-color: #E67581; /*border-right: 1px solid #E67581 !important;*/
}

/*.tlc-highlight-today > div {
    border-left: 1px solid #E67581;
    position: relative;
    left: -1px;
    height: 100%;
}*/

.tlc-header-today {
    background: url( ../images/timeline/header_bg_today.gif ) repeat-x scroll top left !important;
}

.hover .tlc-highlight {
    display: block;
}

table.tlc-table .tlc-cell {
}

table.tlc-table .unallocated .tlc-cont {
    background: #FFF url( ../images/timeline/transp_bg.png ) repeat-x scroll bottom left;
}

table.tlc-table .tlc-header-cell {
    background: url( ../images/timeline/header_bg.gif ) repeat-x scroll top left;
    border-right-color: #33A0DD;
    color: white;
    text-align: center;
    line-height: 40px;
    height: 40px;
}

table.tlc-table .tlc-monthly-header .tlc-header-cell, table.tlc-table .tlc-weekly-header .tlc-header-cell {
    line-height: 30px;
    height: 30px; /* Temporary added, see #2711*/
/*letter-spacing: -2px;*/
}

table.tlc-table .tlc-weekly-header .tlc-header-cell {
    /*  line-height: 30px;
   height: 30px;
   letter-spacing: -2px;*/
}

.tlc-switch-link {
    cursor: pointer; /* Temporary added, see #2711*/
    white-space: nowrap;
    overflow: hidden;
}

.tlc-switch-link:hover {
    text-decoration: underline;
}

table.tlc-table tr td div.even {
    background: url( ../images/timeline/header_bg_odd.gif ) repeat-x scroll top left;
}

table.tlc-table .activity-bar {
    position: absolute;
    z-index: 3;
    cursor: pointer;
    opacity: 0.8;
    filter: alpha( opacity = 80 );
}

table.tlc-table .activity-inaccessible {
    position: absolute;
    z-index: 3;
    cursor: default;
    opacity: 0.5;
    filter: alpha( opacity = 50 );
    background: url( ../images/more/moremidd.png ) repeat-x;
}

table.tlc-table .activity-inaccessible .activity-bar-content {
    color: black;
}

table.tlc-table .activity-inaccessible .activity-bar-start, table.tlc-table .activity-inaccessible .activity-bar-end {
    display: none;
}

table.tlc-table .move {
    cursor: move !important;
}

table.tlc-table .background-bar {
    position: absolute;
    background: #FFF url( ../images/timeline/transp_bg.png ) repeat-x scroll bottom left;
    z-index: 1;
}

table.tlc-table .activity-bar {
    width: 100%;
    height: 100%;
    font-size: 11px;
    line-height: 21px;
    overflow: hidden;
    white-space: nowrap;
    color: black;
}

.activity-create-div {
    height: 21px;
    background: #78CFFC url( ../images/timeline/ok_bar_bg.gif ) repeat-x scroll bottom left;
    display: none;
    position: absolute;
    z-index: 1000;
}

.activity-bar-content {
    height: 100%;
    font-size: 11px;
    line-height: 21px;
    overflow: hidden;
    white-space: nowrap;
    color: black;
}

.other-project-activity {
    opacity: 0.4 !important;
    filter: alpha( opacity = 40 ) !important;
}

table.tlc-table .tlc-time-switcher, table.tlc-table .unallocated-header {
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    line-height: 40px; /*corresponds to value of heigh for vertical alignment & height of tlc-header-cell*/
    text-align: center;
    background: url( ../images/timeline/header_bg.gif ) repeat-x scroll top left;
    color: white;
}

table.tlc-table .tlc-time-switcher-prev, table.tlc-table .tlc-time-switcher-next {
    width: 22px; /* height:23px;*/
    height: 100%;
    cursor: pointer;
}

table.tlc-table .tlc-time-switcher-prev {
    background: url( ../images/timeline/prev.png ) no-repeat scroll center left;
    float: left;
    margin-left: 8px;
}

table.tlc-table .tlc-time-switcher-next {
    background: url( ../images/timeline/next.png ) no-repeat scroll center left;
    float: right;
    margin-right: 8px;
}

.activity-resize-tooltip {
    position: absolute;
    z-index: 1000;
    width: 240px;
    height: 60px;
    display: none;
}

.activity-resize-tooltip p {
    text-align: left;
}

.activity-drag-tooltip {
    padding-left: 5px;
    padding-top: 5px;
    background: url( ../images/thumbnail/duration.png ) left top no-repeat;
}

.activity-resize-tooltip-allocated {
    padding-top: 5px;
    padding-left: 15px;
    background: url( ../images/thumbnail/allocated.png ) left top no-repeat;
}

.activity-resize-tooltip-unallocated {
    padding-left: 15px;
    padding-top: 5px;
    background: url( ../images/thumbnail/duration.png ) left top no-repeat;
}

.activity-resize-tooltip p {
    margin-bottom: 0;
}

/* Timeline panel end */

.doc-list-view-active, .doc-list-view-passive:hover {
    background: url( ../images/documents/list-view-act.png ) 2px 50% no-repeat;
}

.doc-list-view-passive {
    background: url( ../images/documents/list-view-pas.png ) 2px 50% no-repeat;
}

.doc-tile-view-active, .doc-tile-view-passive:hover {
    background: url( ../images/documents/tiled-view-act.png ) 2px 50% no-repeat;
}

.doc-tile-view-passive {
    background: url( ../images/documents/tiled-view-pas.png ) 2px 50% no-repeat;
}

/* Avatar start*/
.avatar {
    width: 180px; /* IE7 bug */
    overflow: hidden;
}

div.avatar > * {
    padding: 5px 0 5px 5px;
}

.avatar img {
/*  margin: 5px;*/
/* float: left;*/
/*under IE images does not horizontal centered*/
}

table.tlc-table .avatar img {
/*  margin:5px;*/
    border: none;
}

.avatar > a {
    line-height: 34px;
    height: 34px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
}

/* Avatar end */

/* Fix for 1060: default logo must be scaled down to 100x100 */

.img-size-medium, .img-size-medium > a {
    height: 128px;
    width: 128px;
* line-height : 128 px;
}

.img-size-small, .img-size-small > a {
    height: 64px;
    width: 64px;
* line-height : 64 px;
}

.img-size-tiny, .img-size-tiny > a {
    height: 34px;
    width: 34px;
* line-height : 34 px;
}

.img-edge {
    text-align: center;
    overflow: hidden;
}

.img-edge > div {
    display: table-cell;
    vertical-align: middle;
}

.img-edge > div img {
    border: none;
}

.shadow_content a {
    display: block;
}

.shadow_content .img-edge a {
    display: inline;
}

table.wd-table label {
    display: inline;
    float: none;
    width: auto;
    text-align: left;
}

table.wd-table tr.disabled {
    background: #F2F2F2;
    color: gray;
}

table.wd-table td {
    padding: 0pt !important;
}

table.tlc-table .activity-alert {
    background: #FFD600 url( ../images/timeline/alert_bar_bg.gif ) repeat-x scroll bottom left;
}

table.tlc-table .activity-ok {
    background: #78CFFC url( ../images/timeline/ok_bar_bg.gif ) repeat-x scroll bottom left;
}

table.tlc-table .activity-late {
    background: #FF8484 url( ../images/timeline/late_bar_bg.gif ) repeat-x scroll bottom left;
}

table.tlc-table .activity-completed {
    background: #9DF189 url( ../images/timeline/completed_bar_bg.gif ) repeat-x scroll bottom left;
}

table.tlc-table .activity-planned-alert {
    background: #E6C200 url( ../images/timeline/planned_alert_bar_bg.gif ) repeat-x scroll bottom left;
}

table.tlc-table .activity-planned-late {
    background: #E67777 url( ../images/timeline/planned_late_bar_bg.gif ) repeat-x scroll bottom left;
}

.selectedFlag {
    width: 20px;
    height: 19px;
    float: right;
    background: url( ../images/icons/icon-item-selected.gif ) no-repeat
}

.libraryTile .imgBox, .dashboardTile .imgBox, .img-thumbnail {
    width: 128px;
    height: 128px;
    padding: 5px;
    margin: 0 auto;
    background: url( ../images/thumbnail/thumbnail.png ) no-repeat center center;
    text-align: center;
}

.dashboardTile .imgBox a, .libraryTile .imgBox a, .img-thumbnail > * > span, .img-thumbnail > * > div, .img-thumbnail a,
    .page .libraryTile .imgBox a, .page .img-thumbnail > * > a {
/* for vertical alignment under IE7 */
    line-height: 128px; /* for rest browsers */
    width: 128px;
    height: 128px;
    display: table-cell;
    vertical-align: middle;
}

/* temporary fix start */
.img-thumbnail > div > span {
    display: block;
}

.img-thumbnail > div > span > div > div {
* position : static !important;
}

/* temporary fix end */

.img-shadow-small {
    width: 64px;
    height: 64px;
    background: url( ../images/thumbnail/thumbnail-small.png ) no-repeat center center;
}

.img-shadow-small > * > *, .img-shadow-small > * > a, .img-shadow-small a {
    line-height: 64px;
    width: 64px;
    height: 64px;
}

.formpair .img-thumbnail, #blindPreview .img-thumbnail {
    float: left;
}

.imgBox img, .img-thumbnail img {
    border: none;
}

.page a {
/*display: block;*/
    overflow: hidden;
    max-height: 150px !important;
    max-width: 138px;
}

.page h3 {
    white-space: nowrap;
    overflow: hidden;
    font-weight: normal;
    font-size: 10px;
}

.dashboardTile .imgBox div, .img-thumbnail > div {
    width: 128px;
    height: 128px;
    overflow: hidden;
    display: block;
}

.img-shadow-small > div {
    width: 64px;
    height: 64px;
}

/*
 * Activity statuses
 */
.activity-alert, .activity-late, .activity-ok, .activity-completed, .activity-planned-alert, .activity-planned-late {
    float: left;
}

.activity-alert {
    background: url( "../images/activity/alert-status.png" ) no-repeat left center;
}

.activity-late {
    background: url( "../images/activity/late-status.png" ) no-repeat left center;
}

.activity-ok {
    background: url( "../images/activity/ok-status.png" ) no-repeat left center;
}

.activity-completed {
    background: url( "../images/activity/completed-status.png" ) no-repeat left center;
}

.activity-planned-alert {
    background: url( "../images/activity/planned-alert-status.png" ) no-repeat left center;
}

.activity-planned-late {
    background: url( "../images/activity/planned-late-status.png" ) no-repeat left center;
}

/*
.action-bar-items.activity-alert, .action-bar-items .activity-late, .action-bar-items .activity-ok, .action-bar-items .activity-completed {
    background-position: left center;
}
*/

/* Actions bar */
div.actions-bar {
    border: 1px solid rgb( 170, 170, 170 );
    background-color: #F2F2F2;
}

ul.actions-bar {
    list-style: none;
    clear: both;
    padding-left: 10px;
}

ul.actions-bar {
    margin: 0;
    padding: 0;
}

ul.actions-bar li {
    padding: 0;
    margin: 0 5px;
    display: block;
    float: left;
}

ul.actions-bar li.v-separator {
    float: none;
}

ul.actions, ul.actions ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0; /*   width: 150px;*/
}

ul.actions li {
    position: relative; /*float:left;*/
}

ul.actions li ul {
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 0;
    left: 150px;
    border: 1px solid rgb( 80, 124, 182 );
    background-color: white;
}

ul.actions li:hover ul {
    display: block;
}

.inline-blocks *, form .inline-blocks * label {
    clear: none;
    float: left;
    padding-right: 10px;
}

.inline-blocks select * {
    float: none;
    padding: 0;
}

/*=Tables separator
-------------------------------------*/

.graybord {
    background: url( "../images/img/activities/graybord.gif" ) repeat-y;
    width: 2px;
    height: 100%;
    padding: 0;
}

.whitebord {
    background: url( "../images/img/activities/whitebord.gif" ) repeat-y;
    width: 3px;
    height: 100%;
    padding: 0;
}

/*=Activity statuses
-------------------------------------*/

.status .activity-alert {
    background: url( "../images/activity/alert-status.png" ) no-repeat;
    width: 26px;
    height: 26px;
    float: left;
}

.status .activity-check {
    background: url( "../images/img/status/check-status.png" ) no-repeat;
    width: 26px;
    height: 26px;
    float: left;
}

.status .activity-ok {
    background: url( "../images/img/status/ok-status.png" ) no-repeat;
    width: 26px;
    height: 26px;
    float: left;
}

.status .activity-late {
    background: url( "../images/img/status/late-status.png" ) no-repeat;
    width: 26px;
    height: 25px;
    float: left;
}

.status .activity-planned-alert {
    background: url( "../images/activity/planned-alert-status.png" ) no-repeat;
    width: 26px;
    height: 26px;
    float: left;
}

.status .activity-planned-late {
    background: url( "../images/activity/planned-late-status.png" ) no-repeat;
    width: 26px;
    height: 26px;
    float: left;
}

/* =TableTempl
----------------------------------------------- */
table.entities {
    border-spacing: 0px; /*font-size: 1.2em;*/
    width: 100%; /* margin-top: 10px;*/
    clear: both;
}

table.entities th {
    border-right: 1px solid #006ca7;
    color: #fff;
    text-align: left;
    white-space: nowrap;
    padding: 0;
    font-size: 1.1em;
}

table.entities th div {
    background: url( ../images/img/contents/table/thbg.png ) repeat-x;
    border-left: 1px solid #60c6fe;
    width: auto;
    height: 29px;
    padding: 15px 0px 0px 10px;
}

table.entities th div.contextMenu {
    background: white;
    border-left: none;
    height: auto;
    padding: 0 0 0 10px;
    width: 150px;
}

table.entities th div.first {
    background: url( ../images/img/contents/table/thbg.png ) repeat-x;
    border-left: none;
    width: auto;
    height: 29px;
    padding: 15px 0px 0px 10px;
}

table.entities tr.even {
    background: #e5f3fa;
}

table.entities > tbody > tr > td {
    border-right: 1px solid #c8cacf;
    text-align: left;
    vertical-align: middle;
    padding: 10px 0px 10px 10px;
}

table.entities > tfoot > tr > td {
    border: none;
    background: url( ../images/img/contents/table/table-bottom.png ) repeat-x;
    text-align: left;
    vertical-align: middle;
    padding: 10px 0px 10px 10px;
}

table.entities td a {
    color: #028ad5;
}

table.entities td a.formbutton {
    margin: 0;
}

table.entities th.last, table.entities td.last {
    border-right: none;
}

/* 1799: Design: company list (for preserving left padding under IE) */
table.entities a.formbutton {
    display: block;
}

/* MISC:
----------------------------------------------- */
.formpair .form_label {
    text-align: right;
    width: 45%; /* kvm: unnecesary top padding for label element*/
/*padding-top: 5px;*/
    float: left;
}

.v-separator {
    clear: both;
}

.separator {
    background: url( "../images/img/separator.png" ) repeat-x;
    width: 100%;
    height: 2px;
    margin: 5px 0 0 0;
    padding: 0;
    float: left;
}

/*************** TEMPORARY *******************/
div.form-table {
}

.img-left-grey {
    border: 0 none;
}

#grey-shadow {
    width: 100%;
    height: 100%;
    background: #f00;
    top: 0px;
}

/**
 * Content wrappers
 */

#main-content-wrapper {
/*position: relative;*/
    display: block;
    width: 100%;
    min-height: 100px; /*left: -9px;*/
    margin-left: 0;
    padding-right: 0;
}

#main-content {
    text-align: left;
    margin: 0px;
    min-height: 100px;
    width: 100%;
    right: -18px;
}

li.ab-switch-user {
    background: transparent url( "../images/dng/button-switch-user.png" ) no-repeat scroll 0 center;
    padding-left: 25px;
}

li.ab-send-password {
    background: transparent url( "../images/dng/button-send-password.png" ) no-repeat scroll 0 center;
    padding-left: 32px;
}

li.ab-delete-user {
    background: transparent url( "../images/dng/button-delete-user.png" ) no-repeat scroll 0 center;
    padding-left: 23px;
}

li.ab-make-offline {
    background: transparent url( "../images/dng/button-make-offline.png" ) no-repeat scroll 0 center;
    padding-left: 17px;
}

.fu {
    background: #f2f2f3 url( ../images/img/contents/form/formbox_topleft.png ) no-repeat 0 0;
    margin: 15px;
}

.fu1 {
    background: url( ../images/img/contents/form/formbox_topright.png ) no-repeat 100% 0;
}

.fu2 {
    background: url( ../images/img/contents/form/formbox_bottomright.png ) no-repeat 100% 100%;
}

.fu3 {
    background: url( ../images/img/contents/form/formbox_bottomleft.png ) no-repeat 0 100%;
    padding: 15px;
}

.fublue {
    background: #E5F5FE url( ../images/img/contents/form/formbox_topleft_blue.png ) no-repeat;
    margin: 0 20px;
}

.fu1blue {
    background: url( ../images/img/contents/form/formbox_topright_blue.png ) no-repeat 100% 0;
}

.fu2blue {
    background: url( ../images/img/contents/form/formbox_bottomright_blue.png ) no-repeat 100% 100%;
}

.fu3blue {
    background: url( ../images/img/contents/form/formbox_bottomleft_blue.png ) no-repeat 0 100%;
    padding: 5px;
}

.fugreen {
    background: #81D759 url( ../images/img/contents/form/formbox_topleft_green.png ) no-repeat;
    margin: 0 20px;
* zoom : 1;
}

.fu1green {
    background: url( ../images/img/contents/form/formbox_topright_green.png ) no-repeat 100% 0;
}

.fu2green {
    background: url( ../images/img/contents/form/formbox_bottomright_green.png ) no-repeat 100% 100%;
}

.fu3green {
    background: url( ../images/img/contents/form/formbox_bottomleft_green.png ) no-repeat 0 100%;
    padding: 5px;
}

.fu4green {
    background: url( ../images/console.png ) no-repeat top left;
    padding-left: 25px;
    line-height: 23px;
}

.lc, .rc {
    width: 50%;
    float: left;
}

.lc .formbuttons {
    margin: 10px 0 10px 20px;
}

.rc {
    margin-left: -1px;
}

/* ProjectProducts tab start */
.project-products {
    width: 100%;
}

table.project-products > tbody > tr > td:first-child {
    width: 265px;
    /*Bug #2914: Broken tree popup when viewing documents tab in a project using Safari */
    /*overflow: auto;*/
}

.project-products .wicket-tree {
    width: 265px;
    margin: 0;
}

/* ProjectProducts tab end */

/**/

/* Box */
.bl {
    background: transparent url( ../images/boxes/left-right.png ) repeat-y scroll 0 0;
    padding-left: 4px;
}

.br {
    background: transparent url( ../images/boxes/left-right.png ) repeat-y scroll 100% 0;
    padding-right: 4px;
}

.bc {
    background-color: white;
}

.bt, .bb {
    height: 14px;
    padding-left: 14px;
    margin-right: 14px;
}

.bt div, .bb div {
    margin-right: -14px;
    height: 14px;
    width: 14px;
    float: right;
}

.bt {
    background: url( "../images/boxes/top-bottom.png" ) no-repeat top left;
}

.bb {
    background: url( "../images/boxes/top-bottom.png" ) no-repeat bottom left;
}

.bt div {
    background: url( "../images/boxes/top-bottom.png" ) no-repeat top right;
}

.bb div {
    background: url( "../images/boxes/top-bottom.png" ) no-repeat bottom right;

}

/* Shadow */
.shadow_left {
    background: transparent url( ../images/boxes/shadow/left-right.png ) repeat-y scroll 0 0;
    padding-left: 5px;
}

.shadow_right {
    background: transparent url( ../images/boxes/shadow/left-right.png ) repeat-y scroll 100% 0;
    padding-right: 5px;
}

.shadow_content {
    background-color: white;
    border: 1px solid white;
}

.shadow_content:hover {
    border: 1px solid yellow;    
}

.shadow_content:hover {
    background-color: #f4f3ca;
}

.shadow_top, .shadow_bottom {
    height: 5px;
    padding-left: 5px;
    margin-right: 5px;
}

.shadow_top div, .shadow_bottom div {
    margin-right: -5px;
    height: 5px;
    width: 5px;
    float: right;
}

.shadow_top {
    background: url( "../images/boxes/shadow/top-bottom.png" ) no-repeat top left;
}

.shadow_bottom {
    background: url( "../images/boxes/shadow/top-bottom.png" ) no-repeat bottom left;
}

.shadow_top div {
    background: url( "../images/boxes/shadow/top-bottom.png" ) no-repeat top right;
}

.shadow_bottom div {
    background: url( "../images/boxes/shadow/top-bottom.png" ) no-repeat bottom right;
}

.criteria td {
    padding-left: 10px;
}

.criteria .formpair {
    margin: 3px 0;
}

form .criteria .formpair input[type="text"], form .criteria .formpair select {
    width: 145px;
}

.criteria img {
    border: none;
}

.customize-modal-dialog .chooserLayout {
    margin-left: 30px;
}

div.stretch-table {
    margin: 0 -15px; /* added to fix bug under IE concerning cutting of table sides, but cause dropDown submenu overlapping */
/* *position: relative;*/
}

.flatplan_input_number {
    width: 80px !important;
}

/* DAM */

.agentStatus-online {
    padding-left: 15px;
    background: url( "../images/img/dam/online.png" ) no-repeat scroll center left;
}

.agentStatus-offline {
    padding-left: 15px;
    background: url( "../images/img/dam/offline.png" ) no-repeat scroll center left;
}

.agentStatus-waiting {
    padding-left: 15px;
    background: url( "../images/img/dam/waiting.png" ) no-repeat scroll center left;
}

.agentStatus-paused {
    padding-left: 15px;
    background: url( "../images/img/dam/offline.png" ) no-repeat scroll center left;
}

.agent-action-start {
    background: url( "../images/dam/agent-start-icon.png" ) no-repeat scroll center left;
}

.agent-action-stop {
    background: url( "../images/dam/agent-stop-icon.png" ) no-repeat scroll center left;
}

.agent-action-pause {
    background: url( "../images/dam/agent-pause-icon.png" ) no-repeat scroll center left;
}

.agent-action-resume {
    background: url( "../images/dam/agent-resume-icon.png" ) no-repeat scroll center left;
}

.agent-action-add {
    background: url( "../images/dam/agent-add-icon.png" ) no-repeat scroll center left;
}

.agent-folder-add {
    background: url( "../images/dam/addfolder-icon.png" ) no-repeat scroll center left;
}

.agent-icon {
    background: url( "../images/dam/agent-icon.png" ) no-repeat scroll center left;
}

.agent-delete {
    background: url( "../images/dam/agent-delete-icon.png" ) no-repeat scroll center left;
}

.agent-watching-folder {
    background: url( "../images/dam/watchingfolder-icon.png" ) no-repeat scroll center left;
}

.agent-folder-synchronize {
    background: url( "../images/dam/synchronizefolder-icon.png" ) no-repeat scroll center left;
}

.agent-file-synchronize {
    background: url( "../images/dam/synchronizefolder-icon.png" ) no-repeat scroll center left;
}

.agent-folder-delete {
    background: url( "../images/dam/delete-folder-icon.png" ) no-repeat scroll center left;
}

/* Start approval process page */

form.approval-process-form table {
    width: 100%;
    text-align: center;
}

form.approval-process-form table div.tickbox {
    margin: 0 40%;
}

form.approval-process-form table thead .checkbox-list {
    padding-left: 20px;
}

form.approval-process-form .header {
    line-height: 64px;
    font-family: sans-serif;
}

form.approval-process-form .left-header {
    background: transparent url( ../images/dashboard/titleicon/workflow-icon.png ) no-repeat left center;
    width: 100%;
    padding-left: 45px;
    font-size: large;
    font-weight: bold;
}

form.approval-process-form table thead {
    color: white;
    font-size: medium;
    font-family: sans-serif;
}

form.approval-process-form table thead td, form.approval-process-form table thead th {
    background-color: rgb( 77, 173, 226 );
}

form.approval-process-form table thead tr.header-top th {
    padding-top: 10px;
}

form.approval-process-form table thead tr.header-bottom th {
    background: rgb( 77, 173, 226 ) url( ../images/img/contents/table/thbg.png ) scroll repeat-x top left;
}

form.approval-process-form table thead tr.header-bottom th {
    padding-bottom: 10px;
    font-size: small;
    font-weight: normal;
}

form.approval-process-form table tbody tr.shadow {
    height: 0;
    font-size: 0;
    background: url( ../images/img/contents/table/table-bottom.png ) repeat-x top;
}

form.approval-process-form table tfoot {
    height: 70px;
    background: rgb( 77, 173, 226 ) url( ../images/img/contents/table/thbg.png ) repeat-x bottom;
    text-align: left;
    color: white;
}

form.approval-process-form table tfoot span.status {
    margin: 0 25px 0 25px;
}

form.approval-process-form .border-left {
    border-left: 1px solid #FCFBFB;

}

form.approval-process-form .border-right {
    border-right: 1px solid #DCDCDC;
}

form.approval-process-form thead th dl {
    font-size: small;
    font-weight: normal;
}

form.approval-process-form thead th dl dt {
    width: 0;
    float: left;
}

form.approval-process-form thead th dl dd {
    padding-top: 5px;
}

form.approval-process-form .avatar {
    width: 100%;
    overflow: visible;
    min-width: 150px;
}

form.approval-process-form tbody tr.description td {
    vertical-align: top;
    padding: 30px 0 15px 0;
    font-weight: bold;
}

form.approval-process-form tbody tr.description td textarea {
    float: left;
    margin-left: 20px;
    width: auto;
}

form.approval-process-form thead th.review-mode label {
    font-size: small;
    font-weight: normal;
    float: none;
    display: inline;
    clear: none;
    position: relative;
    top: -1px;
    padding-left: 10px;
}

form.approval-process-form thead th {
    background: none;
}

form.approval-process-form thead th.review-mode {
    text-align: left;
    padding-left: 20px;
}

form.approval-process-form thead th.review-mode input {
    border: none;
}

form.approval-process-form .err-msg {
    height: auto;
    padding: 0;
}

form.approval-process-form .formbuttons {
    padding-left: 45%;
    margin-top: 30px;
}

/* For color picker */
.colorpicker DIV {
    float: left;
}

.colorpicker INPUT {
    visibility: hidden;
}

.colorpicker .preview DIV {
    width: 60px;
    height: 60px;
    float: none;
}

.colorpicker .preview INPUT {
    width: 58px;
    visibility: visible;
}

.fb-color-picker {
    background: url( ../images/icons/icon-color-picker.png ) 2px 50% no-repeat;
}

.fb-color-picker {
    background: url( ../images/icons/icon-color-picker.png ) 2px 50% no-repeat;
}

.doc-status {
    width: 200px;
    padding: 4px 0 6px 0;
    text-align: center;
}

.doc-status-small {
    width: 128px;
    padding: 2px 0 4px 0;
    text-align: center;
    margin: 0 auto;
}

.bar2 .doc-status-small {
    margin: 8px 0;
    line-height: normal;
}

/* Colorpicker component section start */
.colorpicker-simple {
    width: 302px;
    height: 187px;
}

.colorpicker-simple .yui-picker-controls, .colorpicker-simple .yui-picker-websafe-swatch {
    display: none;
}

/* Colorpicker component section end */

/* Tree component section start */
div.wicket-tree {
    overflow-x: scroll !important;
    min-height: 400px;
}

div.wicket-tree div.row, div.wicket-tree div.row-selected {
    overflow: visible !important;
}

div.wicket-tree .actions-menu {
    /*see \wicket-extensions-1.2.6\wicket-extensions-1.2.6.jar!\wicket\extensions\markup\html\tree\res\tree.css
    line 13 */
    float: left;
}

div.wicket-tree .actions-menu a.contextMenuLink {
    position: static;
    float: none;
    display: block;
}

div.wicket-tree .actions-menu div.contextMenu a {
    float: none;
}

/* Tree component section end */

.document-list-document-status {
    padding: 0 !important;
    min-width: 100px;
    width: auto;
}

td.document-list-document-status .doc-status {
    line-height: 158px;
    text-align: center;
    width: auto;
    padding: 0 20px 0 20px;
}

.dashboardView .libraryTiledView table, .dashboardView .libraryTiledView table td {
    border: none;
    border-collapse: collapse;
}

.calendar-field-label {
    width: 50px !important;
}

.wicket-modal .wicket-ajax-indicator {
    padding-left: 30px;
}

.wicket-ajax-indicator {
    line-height: 26px;
}

.wicket-ajax-indicator > span {
}

.wicket-ajax-indicator img {
    border: none;
    margin-right: 5px;
    vertical-align: middle;
}

.cursor-pointer, .cursor-pointer * {
    cursor: pointer;
}

.ident-message {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 20px;
    padding-top: 15px;
}

.panel-space-bottom {
    padding-bottom: 50px;
}

.quick-search-wrapper {
    position: relative;
}

.quick-search-field {
    padding: 2px 15px 2px 20px;
    margin-top: 7px;
    line-height: normal;
    width: 100px;
    font-size: 10px;
    color: gray;
}

.quick-search-wrapper .reset {
    position: absolute;
    top: 11px;
    right:4px;
    cursor: pointer;
    background: transparent url( "../images/icons/icon-reset.gif" ) no-repeat center center;
    width:11px;
    height:11px;
    display:none;
}

.quick-search-wrapper.active .quick-search-field {
    color: black;
}

.quick-search-wrapper.active .reset {
    display: block;
}
