/*
 * Widget options
 */
#widgetoptions {
    position: absolute;
    top: -25px;
    left: 770px;
}
/*
 * Widget structure
 */
div.widgets {
    display: block;
    width: 875px;
}

.widgets .wcolumn {
    display: block;
    float: left;
    width: 230px;
}

.widgets .wmain {
    display: block;
    float: right;
    width: 585px;
    padding-right: 10px;
}

.widgets .wmain .widget_small {
    display: none;
}

.widgets .wmain .widget_large {
    display: block;
}

.widgets .wcolumn .widget_large {
    display: none;
}

.widgets .wcolumn .widget_small {
    display: block;
}

/*
 * Widget tabs
 */
/*
 * Tabs
 */
ul.tabnav {
    text-align: left;
    list-style-type: none;
    margin: 5px 0;
    padding: 3px 10px;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    border-bottom: 1px solid #E4E4E4;
}

ul.tabnav li {
    display: inline;
    background-color: #fff;
    margin: 0;
    padding: 0;
    margin-right: 4px;
}

ul.tabnav li a {
    padding: 3px 7px;
    margin: 0;
    border: 1px solid #E4E4E4;
    border-bottom: 1px solid #e1e1e1;
    background-color: #E4E4E4;
    color: #333;
    text-decoration: none;
}

ul.tabnav li.sel a {
    background-color: #fff !important;
    color: #222 !important;
    margin-bottom: -1px;
    top: 1px;
    padding-top: 5px;
    position: relative;
    border-bottom: 1px solid #fff;
}

ul.tabnav li a:hover {
    background: #eee;
    color: #000;
}

/*
 * Message box
 */
.widget_message {
    border: 1px solid #DCE7ED;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 20px;
    background: #ECF7FD;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;

    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.widget_message a.close {
    float: right;
    font-weight: bold;
    color: #333;
    font-size: 10px;
    padding: 0 5px 0 0;
}

.widget_message h2 {
    margin-top: 0;
}

.widget_message p {
    font-size: 110%;
    margin-bottom: 0px;
}

/*
 * Empty widget page box
 */
#alt_widget_page {
    border: 1px solid #DCE7ED;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 20px;
    background: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;

    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

#alt_widget_page h2 {
    margin-top: 0;
}

#alt_widget_page p {
    font-size: 110%;
    margin-bottom: 0px;
}

/*
 * Message box
 */
.widget_message {
    border: 1px solid #DCE7ED;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 20px;
    background: #ECF7FD;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;

    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.widget_message a.close {
    float: right;
    font-weight: bold;
    color: #333;
    font-size: 10px;
    padding: 0 5px 0 0;
}

.widget_message h2 {
    margin-top: 0;
}

.widget_message p {
    font-size: 110%;
    margin-bottom: 0px;
}

/*
 * Global widget box
 */
.widgets .widget_box {
    width: 100%;
    border: 1px solid #ccc;
    border-top: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 20px;
    background: #fff url(../images/widgetBottomBackground2.png) bottom left repeat-x;

    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;

    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.widgets .widget_box h2 {
    font-weight: bold;
    font-size: 11px;
    cursor: move;
    color: #000;
    background: #eee;
    margin: -8px -8px 10px -8px;
    padding: 5px 10px;
}

.widgets .widget_box h2 a.widget_close {
    float: right;
    color: #999;
    margin-right: -2px;
    margin-top: -1px;
    color: #999 !important;
    text-decoration: none;
}

.widgets .widget_box h3 {
    font-weight: bold;
    border-bottom: 1px dotted #ddd;
    color: #444;
}

.widgets .widget_box h4 {
    margin-bottom: 0px;
}


.widgets table {
    border-collapse: collapse;
    width: 100%;
}

.widgets thead th {
    text-align: left;
    border-bottom: 1px solid #bbb;
    vertical-align: top;
    padding-right: 5px;
}

.widgets tbody td {
    vertical-align: top !important;
    padding: 3px 5px 3px 2px;
}

.widgets tbody td a {
    text-decoration: none;
    color: #060;
}

.widgets tbody tr:hover td {
    background: #ddeeff;
}

.widgets tbody tr.clickable {
    cursor: pointer;
}

.widget_box tbody tr.even td {
    background-color: #f6f6f6;
}

.widget_box tbody.hasfooter tr:last-child td {
    padding-bottom: 7px;
}

.widget_box tfoot td {
    border-top: 1px solid #ccc;
    padding-top: 7px;
    font-size: 110%;
}


/*
 * Widgets out of context/standalone widgets on other pages
 */
.widgetsStandalone .widget_box {
    margin: 0 0 24px 0;
    border: 1px solid #060;
    border: 1px solid #aba;
    padding: 24px 5px 5px 5px;

    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;

    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.widgetsStandalone h2 {
    background-color:#006600;
    border-left-style:none;
    border-top-style:none;
    color:#FFFFFF;
    float:left;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    height:20px;
    left:-1px;
    line-height:20px;
    margin: -25px 0 10px -6px;
    padding: 2px 10px 2px 10px;
    width:auto;
    -moz-border-radius: 2px 0 2px 0;
    -webkit-border-radius: 2px 0 2px 0;
    border-radius: 2px 0 2px 0;
}

.widgetsStandalone .widget_close {
    display: none;
}

.widgetsStandalone .widget_box table {
    border-collapse: collapse;
}

.widgetsStandalone .widget_box thead th {
    border-bottom-color:#BBBBBB;
    border-bottom-style:solid;
    border-bottom-width:1px;
    padding-right:5px;
    text-align:left;
    vertical-align:top;
}

.widgetsStandalone .widget_box td {
    padding: 4px;
    vertical-align: top;
}


.widgetsStandalone .leftColumn,
.widgetsStandalone .rightColumn{
    width: 425px !important;
    margin-top: 25px;
}

.widgetsStandalone .leftColumn {
    float: left;
}

.widgetsStandalone .rightColumn {
    float: right;
}


/*
 * Links widget
 */
.widgets #quicklinks {
    background: #F4FFEA;
    border: 1px solid #a6d647;
    clear: left;
}

.widgets #quicklinks a {
    display: block;
    color: #060;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 8px;
    padding-left: 15px;
}

.widgets #quicklinks a.standout {
    padding-left: 1px;
}


/*
 * Currency widget
 */
.widgets #currency p em {
    font-style: italic;
    color: #666;
}

.widgets #currency .currencies {
    background: #fff;
    width: 100%;
    border: 2px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.widgets #currency .currencies td {
    border-bottom: 1px solid #e5e5e5;
}


.widgets #currency .currencies td {
    font-size: 14px;
}

.widgets #currency .currencies td span {
    color: #666;
}

.widgets #currency .currencies td:first-child {
    font-weight: normal;
    color: #333;
    color: #CBA953;
    font-size: 15px;
}

.widgets #currency .currencies td:last-child {
    text-align: right;
}

.widgets #currency div {
    padding-bottom: 8px;
}

.widgets #currency label {
    display: block;
    width: 30px;
    color: #999;
    float: left;
    padding-top: 3px;
    padding-right: 10px;
}

.widgets #currency select {
    width: 80px;
    margin-right: 10px;
}

.widgets #currency input {
    width: 80px;
}

/*
 * Case search widget
 */
.widgets #casesearch form div.field {
    float: left;
    margin-right: 10px;
}

/*
 *
 */
.widgets #casesperstatusgrouplist td,
.widgetsStandalone #casesperstatusgrouplist td {
    padding: 2px 4px !important;
    vertical-align: middle !important;
}

.remove_fs_account a
{
font-weight:bold !important;
text-decoration:none !important;
display:inline-block !important;
}

.remove_fs_account a:hover
{
font-weight:bold !important;
display:inline-block !important;
background-color:#cacaca;
}
