﻿.short_table
{
    width: 160px;
}
.short_left
{
    width: 160px;
}
/*Modal Popup*/
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup
{
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 20px;
}
.img_simple
{
    border: #2f4f4f 2px inset;
    margin: 5px;
}
.normalParagraph
{
    text-align: left;
    padding: 40px 0px 40px 20px;
}
.normalLeft
{
    text-align: left;
}
.floatleft
{
    float: left;
}
.floatright
{
    float: right;
}
/*  Standard */
H1
{
    font-size: 1.5em;
    color: #ff8c00;
    text-align: left;
    font-weight: bold;
}
H2
{
    font-size: 14px;
    font-weight: bold;
}
H3
{
}
H4
{
}
td, span, div
{
    font-size: 11px;
    font-family: Tahoma;
    line-height: 14px;
}
/*  Link's */
a
{
}
a:link, a:visited
{
    color: #191970;
    text-decoration: none;
}
a:hover
{
    color: #006400;
    text-decoration: none;
}
a:active
{
    color: #006400;
    text-decoration: none;
}
.titulo1
{
    font-size: 1.4em;
    color: #ff8c00;
    text-align: left;
    font-weight: bold;
    padding: 10px;
    line-height: 28px;
    text-align: center;
}
.fv_image
{
    width: 160px;
    height: 160px;
    text-align: center;
    overflow: auto;
}
.LetraNormal
{
    color: #000000;
    text-decoration: none;
    font-size: 8pt;
    font-style: normal;
    font-weight: normal;
}
/* GridView Class */
.grid
{
    width: 100%;
}
.grid th
{
    background-color: #EFEFEF;
    font-weight: normal;
    border-color: #ccc;
}
.grid td
{
    vertical-align: middle;
    cursor: default;
    border-color: #EFEFEF;
}
.altrowstyle
{
    background-color: #EFEFEF;
    height: 30px;
}
.rowstyle
{
    background-color: #FFFFFF;
    height: 30px;
}
.headerstyle
{
    background-color: #EFEFEF;
}
.pagerstyle
{
    font-size: 12px;
    text-align: right;
    border: #00008b 2px solid;
    background-color: #3399cc;
    padding: 5px;
    color: #ffffff;
}
.footerstyle
{
}
.irapag
{
    font-size: x-small;
    width: 20px;
}
.anterior
{
    background: url(../images/previous.gif) #ffffff no-repeat scroll center;
    height: 1.3em;
    width: 16px;
    cursor: pointer;
}
.siguiente
{
    background: url(../images/next.gif) #ffffff no-repeat center 50%;
    height: 1.3em;
    width: 16px;
    cursor: pointer;
}
.primero
{
    background: url(../images/first.gif) #ffffff no-repeat scroll center;
    height: 1.3em;
    width: 16px;
    cursor: pointer;
}
.ultimo
{
    background: url(../images/last.gif) #ffffff no-repeat scroll center;
    height: 1.3em;
    width: 16px;
    cursor: pointer;
}
.cmdedit
{
    background: transparent url(../images/cmdedit.jpg) no-repeat scroll center;
    height: 1.3em;
    width: 80px;
    height: 24px;
    cursor: pointer;
}
