﻿
.button 
{
    background: url(images/button.png) left top repeat-x;
    font: 11px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    color: White;
    padding: 0px 10px;
    cursor:pointer;
    cursor:hand;
    height: 21px;
}

.imageButton
{
    -moz-box-shadow: 2px 2px 3px #888;
    -webkit-box-shadow: 2px 2px 3px #888;
    box-shadow: 2px 2px 3px #888;
}

.textBox
{
    border-color: #D5D9DC;
    border-style: solid;
    border-width: 1px;
    padding: 0px 2px 0px 2px;    
}

.calendarTextBox
{
    background: url(images/calendar.png) no-repeat right #fff;
    text-align: left;
    width: 100px;
    border-color: #D5D9DC;
    border-style: solid;
    border-width: 1px;
    padding: 0px 2px 0px 5px;   
    font-size: 11px; 
}

.invisibleTextBox
{    
    border-width: 0px;
    padding: 0px; 
    margin: 0px;
    height: 0px;
    width: 0px;   
}

.watermarkText {
    color: #BDBDBD;
    font: 12px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    border-color: #D5D9DC;
    border-style: solid;
    border-width: 1px;
    padding: 0px 2px 0px 2px;      
}

.dropDownList
{
    border-color: #D5D9DC;
    border-style: solid;
    border-width: 1px;
    padding: 2px; 
    font-size: 11px;
}


/* general table style */
.table
{
    font: 12px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    border-color: #E6E2D8;
    border-style: solid;
    border-width: 1px;
    color: #333333;
    text-align: left;
    padding: 1px;
    width: 100%;
}

.form_table 
{
    margin-bottom: 10px; 
    background: url(images/bg_tabella.jpg) left top repeat-x #F1F4FD; 
    border: 1px solid #E6E2D8;
    text-align:center;
    width: 100%;
}

.tableHeader
{
    font-weight: bold;
    font-size: 12px;
    text-align: left;
    color: #3A65A5;
    background: url(images/bg_tabella.jpg) left top repeat-x #F1F4FD;
    padding: 5px 10px !important;
}

.tableCellRed
{
    font-weight: normal;
    font-size: 12px;  
    background-color: #FCFCFC;
    color: red;
    padding: 5px 10px !important;
    height: 20px;
}

.tableCellRedAlternating
{
    font-weight: normal;
    font-size: 12px;
    background-color: #F4F4F4;
    color: red;
    padding: 5px 10px !important;
    height: 20px;
}

.tableCell
{
    font-weight: normal;
    font-size: 12px;  
    background-color: #FCFCFC;
    color: #333333;
    padding: 5px 10px !important;
    height: 20px;
}

.tableCellAlternating
{
    font-weight: normal;
    font-size: 12px;
    background-color: #F4F4F4;
    color: #333333;
    padding: 5px 10px !important;
    height: 20px;
}

.tableCellRight
{
    font-weight: normal;
    font-size: 12px;
    text-align: left; /*right;*/
    background-color: #FCFCFC;
    color: #333333;
    padding: 5px 10px !important;
    height: 20px;
}

.tableCellAlternatingRight
{
    font-weight: normal;
    font-size: 12px;
    text-align: left; /*right;*/
    background-color: #F4F4F4;
    color: #333333;
    padding: 5px 10px !important;
    height: 20px;
}

.tableCellNoSkin
{
    border-width: 0px;
    font-weight: normal;
    font-size: 12px;
    background-color: #FFFFFF;
    color: #333333;
    padding: 5px 10px !important;
    height: 20px;
}

.centeredTableCell
{
    font: 11px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    text-align: center;
    font-weight: normal;
    background-color: #F3F3F7;
    color: #333333;
    padding: 2px 4px 2px 4px;    
}

.titleTableCell
{
    font: 11px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    text-align: left;
    font-weight: bold;
    background-color: #F3F3F7;
    color: #333333;
    padding: 2px 4px 2px 4px;    
}


/* general gridview & detailview styles */
.grid
{
    font: 12px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    border-color: #E6E2D8;
    border-style: solid;
    border-width: 1px;
    font-weight: normal;
    text-align: left;    
}

.grid th {
    font-weight: bold !important;
    padding: 5px 10px !important;
    text-align: left;
}

.grid td {
    padding: 5px 10px !important;
    text-align: left;
}

.gridRow
{
    background-color: White;
}

.gridAlternatingRow
{    
    background-color: #F4F4F4;    
}

.gridHeader
{
    font-weight: bold !important;
    background: url(images/bg_tabella.jpg) left top repeat-x #F1F4FD;
    color: #3A65A5;
}

.gridPager
{
}

.gridPager td {
    font-weight: bold !important;
    padding: 1px 3px !important;
}

.gridFieldHeader
{
    font-weight: bold !important;    
    background: #2A4876 left top repeat-x #F2FAEF;    
}

.gridFooter
{
    font-weight: normal;
    font-size: 12px;
    color: Black;
    background-color: White;
    text-align: left;
}

.gridCommandRow
{
    font-weight: bold;
    font-size: 12px;
    background-color: White;
    text-align: right;
}



.gridEditRow
{
    font-weight: normal;
    font-size: 12px;
    background-color: #F7F7F9;
    text-align: left;
}

.gridSelectedRow
{
}

/* Popup Panel */
.PopupPanel
{
    width: 400px;
    font: 11px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    line-height: 1.4em;
    background-color: #FFFFFF;
    border-color: #E6E2D8;
    border-style: solid;
    border-width: 1px;
    padding: 10px 20px 10px 20px;   
    overflow: auto;
    z-index: 900 !important;
}

.modalBackground
{
    background-color: #414141;
    filter: alpha(opacity=70);
    opacity: 0.7;
    z-index: 800 !important;
}


.closeButtonPanel
{
    float: right;
    height: 16px;
}

.autoCompleteList {
  list-style: none outside none;
  border: 1px solid buttonshadow;
  cursor: default;
  padding: 0px;
  margin: 0px;
  z-index: 10000 !important;
}

.collapsibleHeader
{
    font-size: 12px;
    text-align: left;
    color: White;
    background: url(images/widget_header_bg.png) left top repeat-x #224272;
    border: 1px solid #224272;
    padding: 5px 10px !important;
    cursor:pointer;
    cursor:hand;
}

.collapsibleBody {
     background-color: #FCFCFC;
     border: solid 1px #DADADA;
}