
body
{
    margin: 25px;
    font: 10px Verdana,Arial; /* background:#eee*/
}

input
{
    vertical-align: middle;
    margin-left: 0px;
}

legend
{
    font-size: 12px;
    color: #888888;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.cajaBase
{
    overflow: scroll;
    width:220px;
    height:auto;
}


.ValidationSummary li
{
    text-align: left;
}

.checkbox input
{
    width: auto;
}
.checkbox
{
    white-space: nowrap;
}


.radiobutton input
{
    width: auto;
}
.textbox, .dropdownlist
{
    width: auto;
}

.busquedaTexto
{
    font-size: 20px;
    text-align: center;
    width: 400px;
    height: 30px;
    vertical-align: middle;
    padding-top: 4px;
}

.toolTip
{
    padding: 5px;
    border: 1px solid #666;
    display: none;
    background: #FFFFCC;
    font: normal 9px Verdana, Arial, sans-serif;
    text-align: left;
    position: absolute;
    z-index: 1000;
    width: 200px;
}

.controlCambio, .controlCambio input, .controlCambio select
{
    background-color: #CCFFCC;
    font-weight: bold;
}

.DetailsView caption
{
    background: url(images/header.gif);
    background-repeat: repeat-x;
    font-weight: bold; /*height: 27px;*/
    text-transform: capitalize;
    border: 1px solid #aaa; /*width:180px;*/ /*text-align:center;*/
    padding: 5px;
    text-align: left;
    font-size: 16px;
}
.DetailsViewHeader, .DetailsViewEditItem td, .DetailsViewItem td, .DetailsViewCommands td
{
    padding: 5px !important;
    vertical-align: middle;
}

.DetailsViewCommands
{
    background-color: #efefef;
}

.statusBar
{
    bottom: 0;
    vertical-align: bottom;
    left: 0;
    border: solid 1px #cccccc;
    background-color: #eeeeee;
    padding: 2px;
}
.PageContent
{
    padding: 10px;
}
.copyright
{
    text-align: center;
    vertical-align: bottom;
}
.GridViewHeader, .data-table th
{
    background: url(images/header.gif);
    background-size: contain;
    background-repeat: repeat-x;
    font-weight: bold;
    text-transform: capitalize;
    border-right: 1px solid #aaa;
    text-align: left;
    padding-left: 2px;
}
.data-table
{
    border-collapse: collapse;
    border-spacing: 0px;
}
.data-table th
{
    height: 27px;
    border: 1px solid #aaa;
    margin: 0px;
}
.data-table .selected
{
    background-color: #eeeeee;
    font-weight: bold;
}
.data-table td
{
    padding: 5px;
    border-bottom: solid 1px #aaa;
    margin: 0px;
}

.inactiveRow td
{
    text-decoration: line-through;
    background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0, #eee), color-stop(0.25, #eee), color-stop(0.25, #fff), color-stop(0.5, #fff), color-stop(0.5, #eee), color-stop(0.75, #eee), color-stop(0.75, #fff));
	background-image: -webkit-linear-gradient(left bottom, #eee 0%, #eee 25%, #FFF 25%, #FFF 50%, #eee 50%, #eee 75%, #FFF 75%);
	background-image: -moz-linear-gradient(left bottom, #eee 0%, #eee 25%, #fff 25%, #fff 50%, #eee 50%, #eee 75%, #fff 75%);
	background-image: -ms-linear-gradient(left bottom, #eee 0%, #eee 25%, #fff 25%, #fff 50%, #eee 50%, #eee 75%, #fff 75%);
	background-image: -o-linear-gradient(left bottom, #eee 0%, #eee 25%, #fff 25%, #fff 50%, #eee 50%, #eee 75%, #fff 75%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
	background-image: linear-gradient(left bottom, #eee 0%, #eee 25%, #fff 25%, #fff 50%, #eee 50%, #eee 75%, #fff 75%);
	background-size: 30px 30px;	
}

.GridView caption
{
    background: url(images/header.gif);
    background-repeat: repeat-x;
    font-weight: bold; /*height: 27px;*/
    text-transform: capitalize;
    border: 1px solid #aaa; /*width:180px;*/ /*text-align:center;*/
    padding: 5px;
}

.siteMap-current, .PageTitle
{
    font-size: 18px;
    color: #555555;
    text-decoration: none;
}
.BigComboBox
{
    font-size: 16px;
    vertical-align: middle;
    margin: 2px;
    padding: 2px;
    font-weight: lighter;
}
.BigLink
{
    font-size: 16px;
    vertical-align: middle;
    text-decoration: underline;
    margin: 10px;
}

.BigLinkTitleGrid
{
    font-size: 16px;
    vertical-align: middle;
    text-decoration: underline;
    margin: 10px;
    color:Black;
}

.BigButton
{
    font-size: 16px;
    vertical-align: middle;
    margin: 4px;
    padding: 10px 20px;
}

.SmallButton {
    font-size: 12px;
    vertical-align: middle;
    margin: 1px;
    padding: 5px 10px;
}

.siteMap-node
{
    color: #aaaaaa;
}

.windowPanel
{
    padding: 15px;
}
.windowPanel fieldset
{
    padding: 5px 10px;
}
fieldset
{
    margin: 5px;
    padding: 2px;
    border: 1px solid #e0e0e0;
}
.windowPanel legend
{
    text-transform: uppercase;
    font-size: 16px;
    color: #555555;
    text-decoration: none;
    margin-bottom: 15px;
}

.calendar
{
    text-transform: capitalize;
}
.calendarMonth
{
    padding: 0px 5px;
}
.chargedCalendar
{
    /*background-image: url(Images/check.gif);*/
    background-image: url(Images/icon-ok.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.warningCalendar
{
    /*background-image: url(images/warning.gif);*/
    background-image: url(images/warn16.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}




.FilterExtender
{
    border: solid 1px #aaaaaa;
    background-color: #eeeeee;
    border-collapse: collapse;
    padding: 10px;
    margin: 2px;
    margin-top: -8px;
}

.FilterExtender td
{
    padding: 0px;
    margin: 0px;
}

.FilterExtenderOpen, .FilterExtenderClose
{
    background-position: center;
    background-repeat: no-repeat; /*background-color: Transparent;*/ /*border: none;*/
    width: 10px;
    height: 20px;
    cursor: pointer;
}
.FilterExtenderOpen
{
    background-image: url(images/icon-filter.png);
}

.FilterExtenderClose
{
    background-image: url(images/icon-ok.png);
}

.toolbaritem
{
    cursor: pointer;
    padding: 3px;
    display: block;
    border: solid 1px #cccccc !important;
    background-color: #efefef;
}


.linkfileDownload
{
    display: inline-block;
    background-image: url(images/filedownload.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 33px;
    padding-top: 15px;
    height: 32px;
    text-align: left;
    vertical-align: middle;
}

.nextButton
{
}

.SummaryHeader
{
    text-align: right;
    height: 40px;
    font-size: 16px;
}
.SummaryRow
{
    height: 40px;
}
.SummaryRow td
{
    padding: 10px 20px;
    text-align: right;
    white-space: nowrap;
}
.SummaryRow .concepto
{
    width: 90%;
    text-align: left;
    font-size: 18px;
}
.SummaryRow .subtotal
{
    font-weight: bold;
    font-size: 18px;
}
.Summary
{
    width: 70%;
}

.Summary .totalBar
{
    background-color: #cc0000;
    color: #FFFFFF;
    font-size: 28px;
}
.Summary .totalBar th
{
    text-align: left;
    padding: 8px;
}
.Summary .totalBar td
{
    text-align: right;
    font-weight: bold;
    padding: 8px;
}
.Summary .totalBar table
{
    width: 100%;
}