@import "main.css";
@import "general.css";
@import "dashboard.css";

    /* Flowmation Default Stylesheet
.................................................................................
*/
/*span {font-weight: bold;}*/

p { 
	text-align: center; 
	margin: 0 0 3px 0;
}

a {color: #4c4c4c;}

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;
}

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: 150px;
    height: 200px;
    padding: 10px 10px 10px 10px;
}

.page h3 {
    display: block;
    margin: 0 0 5px 10px;
    overflow: hidden;
}

.page ul {
    margin-left: 10px;
    list-style: none;
}

.entities .page {
    height: 150px;
}

.DOCUMENT_APPROVED img {
    padding: 20px 0 0 0;
    background: url( ../images/icons/icon-approve16-c.gif ) top left no-repeat #36885A;
}

.DOCUMENT_APPROVED span {
    display: none;
}

.DOCUMENT_AWAITING_REVIEW img {
    padding: 20px 0 0 0;
    background: url( ../images/icons/icon-review16-c.gif ) top left no-repeat #E79905;
}

.DOCUMENT_AWAITING_REVIEW span {
    display: none;
}

.DOCUMENT_AWAITING_UPLOAD img {
    padding: 20px 0 0 0;
    background: url( ../images/icons/icon-upload16-c.gif ) top left no-repeat #6D5494;
}

.DOCUMENT_AWAITING_UPLOAD span {
    display: none;
}

.DOCUMENT_REJECTED img {
    padding: 20px 0 0 0;
    background: url( ../images/icons/icon-reject16-c.gif ) top left no-repeat #DF0000;
}

.DOCUMENT_REJECTED span {
    display: none;
}

.DOCUMENT_CHECKED_OUT img {
    padding: 20px 0 0 0;
    background: url( ../images/icons/icon-checkedout16-c.gif ) top left no-repeat blue;
}

.DOCUMENT_CHECKED_OUT span {
    display: none;
}

.DOCUMENT_AWAITING_VERSION_CREATE img {
    padding: 20px 0 0 0;
    background: url( ../images/icons/icon-master16-c.gif ) top left no-repeat PURPLE;
}

.DOCUMENT_AWAITING_VERSION_CREATE span {
    display: none;
}

#previewBox {
    display: block;
    float: left;
}

form table {
    width: 77%;
    clear: none;
}

.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;
}

.formpair input.narrow {
    width: 3em;
}

.processBean { padding-top: 5px; float: left;}

/* 1209: Cosolidate table functions into a table toolbar */
.tableToolbar {
    width: 100%;
    clear: both;
    padding-bottom:9px;
}

tr.odd {
    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;
}

/* 1209: Cosolidate table functions into a table toolbar */
.tableToolbar {
}

/*.tableToolbar .toolbarBorder, .tableToolbar .activity-toolbar {
    margin: 0 1px;
    padding: 0;
}*/

.tableToolbar .toolbarBorder .toolbarPager {
    padding: 2px 0; /* instead of vertical align at the middle */
	line-height: 34px;
}

.tableToolbar .toolbarBorder .actions, .tableToolbar .activity-toolbar .actions {
    margin: 0;
}

.tableToolbar .toolbarBorder a.formbutton, .tableToolbar .toolbarBorder .actions a.formbutton {
    display: block;
}

.tableToolbar .activity-toolbar {
    padding-bottom:10px;
}

.tableToolbar .activity-toolbar a.formbutton, .tableToolbar .activity-toolbar .toolbarPager span,
.tableToolbar .activity-toolbar .contextMenuLink span {
    line-height: 34px;
}

.tableToolbar .activity-toolbar .views-separator {
    height: 34px;
    width: 0;
    border-left: 1px solid #AAAAAA;
    border-right: 1px solid #FFF;
    margin: 0 10px;
    float: right;
}

.tableToolbar .activity-toolbar .contextMenuLink {
    padding: 0 0 0 20px;
}

.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 10px;
}
.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;
    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-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-magnify16.gif ) 2px 50% no-repeat;
}

.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;
}

.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-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/icon-projects16.gif ) 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/icon-company16.gif ) 2px 50% no-repeat;
}

.fb-project {
    background: url( ../images/icons/icon-projects16.gif ) 2px 50% no-repeat;
}

.fb-activity {
    background: url( ../images/icons/icon-clipboard16.gif ) 2px 50% no-repeat;
}

.fb-table-customise {
    background: url( ../images/icons/icon-table16.gif ) 2px 50% no-repeat;
}

/*zapl*/
.fb-menu {
    background: url( "../images/icons/icon-menu.gif" ) no-repeat scroll 4px 50%;
    white-space: nowrap;
/*line-height:1.7em;*/
/*line-height: 34px;*/
}

.fb-no-icon {
    background: none;
    padding: 2px;
    white-space: nowrap;
}

.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;
}

.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;
}

#libraryTree2.wicket-tree div.row {
    overflow: visible;
}

#libraryTree {
    padding: 5px;
    width: 190px;
    overflow: auto;
    float: left;
}

#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: 170px;
    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%;
}

.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;
}

#projectTree .TREE_ITEM_ERROR {
    font-weight: bold;
    color: red;
}

#projectTree .TREE_ITEM_EXISTS {
    font-weight: bold;
    color: green;
}

#projectTree .TREE_ITEM_NEW {
    font-weight: bold;
    color: blue;
}

#projectTree .TREE_NEW_ITEM_COLLAPSE {
    font-weight: bold;
    color: blue;
}

#projectTree .TREE_EXISTING_ITEM_COLLAPSE {
    font-weight: bold;
    color: green;
}

/* 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: 999;
}

* 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: 10px;
}

#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 */
.contextMenuLink {
    position: relative;
 /*   display: block;*/ /* iim: prevent vertical alignment in tabel toolbar*/
}

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: 170px;
    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;
}

.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;
}

/* 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 {
    float: left;
    width: 20px;
    padding: 2px;
    cursor: pointer;
}

/* 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 {
    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 {
    background: #E5F3FA url( ../images/timeline/transp_bg.png ) repeat-x scroll bottom left;
}

table.tlc-table tr td.first, table.tlc-table .tlc-time-switcher, table.tlc-table .avatar {
    width: 200px;
}

/* 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: #DEDFE2 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;
}

.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 tr td div.odd {
    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 {
    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 {
    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;
}

/* Activity toolbar view mode start*/

.tl-views .icon {
    width: 34px;
    height: 34px;
    float: right;
}

.list-view-active {
    background: url( ../images/activity/toolbar/list-act.gif ) 2px 50% no-repeat;
}

.list-view-passive {
    background: url( ../images/activity/toolbar/list-pas.gif ) 2px 50% no-repeat;
}

.daily-view-active {
    background: url( ../images/activity/toolbar/day-act.gif ) 2px 50% no-repeat;
}

.daily-view-passive {
    background: url( ../images/activity/toolbar/day-pas.gif ) 2px 50% no-repeat;
}

.weekly-view-active {
    background: url( ../images/activity/toolbar/week-act.gif ) 2px 50% no-repeat;
}

.weekly-view-passive {
    background: url( ../images/activity/toolbar/week-pas.gif ) 2px 50% no-repeat;
}

.monthly-view-active {
    background: url( ../images/activity/toolbar/month-act.gif ) 2px 50% no-repeat;
}

.monthly-view-passive {
    background: url( ../images/activity/toolbar/month-pas.gif ) 2px 50% no-repeat;
}

.allow-overlap-active, .allow-overlap-passive, .disallow-overlap-active, .disallow-overlap-passive {
    width: 34px;
    height: 34px;
    display: block;
    float: left;
    text-decoration: none;
}

a.allow-overlap-active:hover, a.allow-overlap-passive:hover, a.disallow-overlap-active:hover, a.disallow-overlap-passive:hover {
    text-decoration: none;    
}

.allow-overlap-active {
    background: url( ../images/activity/toolbar/stack-act.gif ) 2px 50% no-repeat;
}

.allow-overlap-passive {
    background: url( ../images/activity/toolbar/stack-pas.gif ) 2px 50% no-repeat;
}

.disallow-overlap-active {
    background: url( ../images/activity/toolbar/shuffle-act.gif ) 2px 50% no-repeat;
}

.disallow-overlap-passive {
    background: url( ../images/activity/toolbar/shuffle-pas.gif ) 2px 50% no-repeat;
}

/* Activity toolbar view mode end */

/* Avatar start*/
.avatar {
    width: 180px; /* IE7 bug */
    overflow: hidden;
}

.avatar img {
    margin: 5px;
    float: left;
}

.avatar a {
    line-height: 44px;
    height: 44px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
}

/* Avatar end */

/* Fix for 1060: default logo must be scaled down to 100x100 */
img.avatar-thumb-large, img.avatar-thumb-small {
    border: 1px solid #AAA;
}

img.avatar-thumb-large {
    height: 100px;
    width: 100px;
}

img.avatar-thumb-small {
    height: 32px;
    width: 32px;
}

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 a.fb-working-hour {
    background: url( "../images/icons/icon-menu.gif" ) no-repeat scroll 4px 50%;
    white-space: nowrap;
}

table.wd-table td {
    padding: 0pt !important;
}

.workingHourMenu {
    background-color: white;
    border: 1px solid rgb( 80, 124, 182 );
    width: 220px;
    position: absolute;
    padding-top: 3px;
    z-index: 10000;
    overflow: hidden;
    font-weight: normal; /* prevent overriding this style when menu in table header */
}

.workingHourMenu table {
    width: 100%;
    padding: 5px 5px 0 10px;
}

.workingHourMenu h2 {
    min-width: inherit;
}

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 {
    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 {
    /* for vertical alignment under IE7 */
    line-height:128px;
    /* for rest browsers */
    width:128px;
    height:128px;
    display:table-cell;
    vertical-align: middle;
}

.imgBox img {
    border:none;
}

.page a {
    display:block;
    overflow: hidden;
    max-height: 150px !important;
    max-width: 150px;
}

.page h3 {
    white-space:nowrap;
    overflow:hidden;
}

.dashboardTile .imgBox div {
    width:128px;
    height:128px;
    overflow:hidden;
}

/*
 * 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.odd {
    background: #e5f3fa;
}
table.entities td {
	border-right: 1px solid #c8cacf;
	text-align: left;
	vertical-align: middle;
    padding: 10px 0px 10px 10px;
}

table.entities td.bottom {
	background: url(../images/img/contents/table/table-bottom.png) repeat-x;
	height: 50px;
	padding: 0;
}

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: 5px;
}

.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;
}

.lc, .rc {
    width:50%;
    float:left;                    
}
.lc .formbuttons {margin: 10px 0 10px 20px;}

.rc {
   margin-left:-1px;
}

/* ProjectProducts tab start */
.project-products .lc {
    width: 25%;
    overflow: auto;
}

.project-products .rc {
    width: 75%;
}

.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;
}

.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;
}

.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;
}

.workingHourMenu .err-msg {
    padding-left: 0;
    margin: 0 10px;
}

/* ProjectTree start */
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 {
    float:none;
    display:block;
}

div.wicket-tree .actions-menu div.contextMenu a {
    float:none;
}
/* ProjectTree end */

/* 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-folder-delete {
    background: url( "../images/dam/delete-folder-icon.png" ) no-repeat scroll center left;
}
