﻿/*Global Action***********************************************************************************************************************/

/*Global Action Dropdownlist*/
div.global_action_dropdownlist_container {
    border: solid 1px #cccccc;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    white-space: nowrap;
    text-align: left;
}
div.global_action_dropdownlist_container table {
    border: solid 0 #cccccc;
    padding: 0;
    position: static;
    white-space: nowrap;
}
div.global_action_dropdownlist_container table td {
    border: solid 0 #9999ff;
    padding: 2px;
    position: static;
    white-space: nowrap;
}
div.global_action_dropdownlist_container table td div {
    border: solid 0 #9999ff;
    padding: 3px;
    position: static;
    white-space: nowrap;
}

table.global_action_dropdownlist {
    background-color: #ffffff;
    border: solid 0 #666666;
    border-collapse: collapse;
    padding: 3px;
    text-align: left;
    white-space: nowrap;
}
/*
table.global_action_dropdownlist td {
    background-color: #ffffff;
    border: solid 0 #666666;
    border-collapse: collapse;
    padding: 3px;    
    text-align: left;
    white-space: nowrap;
}*/

table.global_action_dropdownlist tr td a:link {
    color: #003366;
    font-weight: bold;
    text-decoration: underline;
    padding-right: 10px;
}
table.global_action_dropdownlist tr td a:visited {
    color: #003366;
    font-weight: bold;
    text-decoration: underline;
    padding-right: 10px;
}
table.global_action_dropdownlist tr td a:hover {
    color: #003366;
    font-weight: bold;
    text-decoration: none;
    padding-right: 10px;
}
table.global_action_dropdownlist tr td a:active {
    color: #003366;
    font-weight: bold;
    text-decoration: underline;
    padding-right: 10px;
}

img.global_action_dropdown_button {
    cursor: pointer;
    height: 14px;
    margin-left: 5px;
    margin-right: 3px;
    width: 15px;
}

/*Global Action Popup*/
div.global_action_popup_container {
    background-color: #ffffff;
    border: solid 1px #666666;
    border-collapse: collapse;
    clear: both;
    cursor: default;
    margin-top: 1px;
    padding: 2px;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    white-space: nowrap;
}
/*
div.global_action_popup_container table {
    padding: 0;
}
div.global_action_popup_container table td {
    padding: 0;
}*/
table.global_action_popup {
    background-color: #ffffff;
    border: solid 1px #000000;
    border-collapse: collapse;
    clear: both;
    cursor: default;
    padding: 0;
    text-align: left;
}
table.global_action_popup td {
    background-color: #ffffff;
    border: solid 0 #000000;
    border-collapse: collapse;
    clear: both;
    cursor: default;
    text-align: left;
    white-space: nowrap;
}

table.global_action_popup tr td a {
    color: #003366;
    font-weight: bold;
    text-decoration: underline;
    
}

span.global_action_popup_button {
    float: right;
}
img.global_action_popup_button {
    cursor: pointer;
    float: right;
    height: 14px;
    margin-left: 3px;
    margin-right: 3px;
    width: 15px;
}
div.global_action_popup_item {
    text-align: left;
    white-space: nowrap;
}

/*Action***********************************************************************************************************************/

/*Action Dropdownlist*/
div.action_dropdownlist_container {
    border: solid 1px #aaaaaa;
    padding: 2px;
    position: relative;
    top: 0;
    left: 0;
    white-space: nowrap;
    text-align: left;
}
div.action_dropdownlist_container table {
    border: solid 0 #666666;
    padding: 0;
    position: static;
    white-space: nowrap;
}
div.action_dropdownlist_container table td {
    border: solid 0 #9999ff;
    padding: 0;
    position: static;
    white-space: nowrap;
}
div.action_dropdownlist_container table td div {
    border: solid 0 #9999ff;
    padding: 3px;
    position: static;
    white-space: nowrap;
}

table.action_dropdownlist {
    background-color: #ffffff;
    border: solid 0 #666666;
    border-collapse: collapse;
    padding: 3px;
    text-align: left;
    white-space: nowrap;
    width: 68px;
}
table.action_dropdownlist tr td a {
    color: #003366;
    font-weight: bold; 
    padding-right: 10px;
    /*    background-color: #ffffff;     border: solid 0 #666666;     border-collapse: collapse;     padding: 3px;         text-align: left;     white-space: nowrap;*/
}
img.action_dropdown_button {
    cursor: pointer;
    margin-left: 5px;
    margin-right: 3px;
    margin-bottom: 0;
}


/*Action Popup*/
div.action_popup_container {
    background-color: #ffffff;
    border: solid 1px #666666;
    border-collapse: collapse;
    clear: both;
    cursor: default;
    margin-top: 1px;
    padding: 2px;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    white-space: nowrap;
}
/*
div.action_popup_container table {
    padding: 0;
}
div.action_popup_container table td {
    padding: 0;
}*/
table.action_popup {
    background-color: #ffffff;
    border: solid 1px #000000;
    border-collapse: collapse;
    clear: both;
    cursor: default;
    padding: 0;
    text-align: left;
}
table.action_popup td {
    background-color: #ffffff;
    border: solid 0 #000000;
    border-collapse: collapse;
    clear: both;
    cursor: default;
    text-align: left;
    white-space: nowrap;
}
span.action_popup_button {
    float: right;
}
img.action_popup_button {
    cursor: pointer;
    float: right; /*margin-left: 3px;*/
    margin-right: 3px;
}
div.action_popup_item {
    text-align: left;
    white-space: nowrap;
}
div.action_popup_item a.action_popup_item {
    color: #003366;
    font-weight: bold;
}

div.grid_action_item {
    text-align: center;
}
div.grid_action_item a.grid_action_item {
    color: #003366;
    font-weight: bold;
}
