﻿.tableAG td
{
    width:300px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap
}

.tableAG
{
    width:100%;
    margin-left:15px;
    margin-top:10px;
    margin-bottom:10px;
}

.hrAG
{
    border-radius: 2px; 
    border: 1px solid #ccc; 
    box-shadow: 1px 1px 5px #ccc;
}

.formAG
{
    width:950px;
    border-radius: 2px; 
    border: 1px solid #ccc; 
    box-shadow: 1px 1px 5px #ccc;
    color:#191970;
    margin-left:5px;
}

.buttonAG
{ 
    color:#191970;
}

.checkboxAG
{ 
    margin-right:10px;
    margin-left:40px; 
}
  
.textAG
{ 
    width: 200px; 
    border-radius: 2px; 
    border: 1px solid #ccc; 
    padding: 3px; 
    box-shadow: 1px 1px 5px #ccc; 
} 

.textAG: hover
{ 
    width: 200px; 
    border-radius: 2px; 
    border: 1px solid #aaa; 
    padding: 3px; 
    box-shadow: 1px 1px 5px #ccc; 
} 

.textarea
{ 
    width: 200px; 
    height: 90px; 
    border-radius: 3px; 
    border: 1px solid #ccc; 
    padding: 3px;  
    box-shadow: 1px 1px 5px #ccc; 
} 
  
.textarea: hover
{ 
    width: 200px; 
    height: 90px; 
    border-radius: 3px; 
    border: 1px solid #aaa; 
    padding: 3px;  
    box-shadow: 1px 1px 5px #ccc; 
}  

.btn
{
    background-color: #EAEAE3;
    border: 1px solid #000000;
    padding: 5px 10px;
    margin-top: 15px;
    cursor:pointer;
}
h3
{
    text-align: left;
    background-color: #C8DCFD;
    padding: 3px;
    color: #000;
    font-family: Tahoma;
    font-size: 10pt;
}
.principal
{
    width:100%;
}
fieldset
{
    border-color:Blue;
    border-width:1px;
}
label
{
    display: inline-block;
    text-align: right;
    vertical-align:middle;
    font-size:12px;
    font-family:Arial;
}
 input[type="text"]
{
    display: inline;
    text-align: left;
    vertical-align:middle;
}
table
{
    padding-left: 80px;
}
table, tr, td
{
    padding-left: 15px;
}

.listItemImage div ul li {
    width: 350px;
}

.listItemImage div ul li img {
    width: 100px;
    height: auto;
    max-height: 26px;
    max-width: 90px;
}



