body * { border: 0px; padding: 0px; margin: 0px; }
table { border: 0px; padding: 0px; margin: 0px; border-spacing: 0px; border-collapse: collapse; }
tr { border: 0px; border-collapse: collapse; }
a { color: #333333; text-decoration: none }
a:visited { color: #3C3BEB; text-decoration: none }
a:hover { color: #3C3BEB; text-decoration: underline }
a:active { color: #3C3BEB; text-decoration: none }

/* START DATAGRID STYLE */
th.sortable{
    /*background-repeat: no-repeat;
    background-image: url("../../images/list/arrow_off.png");
    background-position: center right;
    font-family: verdana;
    font-size: medium;
    color: white;
    text-align: center;*/
    padding: 0px;
}

td.listColumn{
    height: 100%;
}

td.hiddenListColumn {
    display: none;
}

tr.odd:hover{
    /*background-color: #f9e1bf;*/  
}

tr.even{
    /*text-align: left;
    background-color: #FFEEBB;*/
}

tr.even:hover{
    /*background-color: #f9e1bf;*/
}
/* END DATAGRID STYLE */

/* Style that applies to disabled fields */
.fieldDisabled{
    border: 0px none transparent;
    background-color: transparent;  
} 

.actiontrayover {
    /*COLOR: #000000; FONT-WEIGHT: bold;*/
    CURSOR: pointer; TEXT-DECORATION: underline;
}
.actiontrayout {
    /*COLOR: #898989; FONT-WEIGHT: bold;*/
}

.tab {
    display : none;
}

/* START DECISION STYLE */
div.jGrowldecision {
    height: 100%;
    width: 100% !important;
    left: 0 !important;
    top: 0 !important;
}

div.jGrowldecision div.decision {
    background-color: #DADADA !important;    
    position:relative;
    top:25%;
    border: 1px solid #6B6B6B;
    width: 25% !important;
    margin-left: 0px !important;
    left: 37.5% !important;
}

div.jGrowldecision div.jGrowl-notification div.close {
    font-size: 14px;
    color: #404040 !important;
}

div.decisionList {
    margin-left:30px;
    padding:0;
}

div.decisionList input {
    margin-right: 5px;
}

div.decisionList span {
    cursor: pointer;
    color: #333333;
}

div.decisionList button.submitDecision {
    margin-left:50%;
    margin-top:5px;
    width:50%;
    border: 1px solid #999999;
}
/* END DECISION STYLE */

/* START DROPDOWN STYLE */
.dropdown {
    background-image: url(../../images/other/dropdown_arrow.png);
    background-repeat: no-repeat;
    background-position: 99% 50%;
}
.dropdown span {
    margin-right: 10px; 
}

.dropdown_options .hover {
    background-color: #b2b4bf;
}
/* END DROPDOWN STYLE */

/* ITEM GROUP LAYOUT (VERTICAL/HORIZONTAL) TABLE */
table.itemGroupLayoutTable{
    width: 100%;	
}
/* END ITEM GROUP */