﻿html body 
{
    font-family: Arial, Helvetica, sans-serif;
}
h1 
{
    font-size:16px;
}
h2 
{
    font-size:14px;
}
h3
{
    font-size:12px;
}
h4
{
    font-size:10px;
}
.bigLogo 
{
    margin:20px; 
    text-align:center
}
.header 
{
     margin-bottom:10px;
}
.footer 
{
    text-align: center;
    font-size: 11px;
}
.error
{
    text-align:center;
    color: Red;    
}
.success
{
    text-align:center;
    color: Green;    
}

/*inputHeader*/
.header
{
    font-size: 12px;
    /*font-weight:bold;    */
}
.header a 
{
    text-decoration:none;    
}

/*Main Grid View*/
.tableShow
{
    width: 100%;
}
.td1
{
    width: 100%;
    height: 55px;
    font-size: 14px;
}
td1 a:link
{
    background-color: #FCFCFC;
    display: block;
}
.tableShow.td1 a:hover
{
    background-color: #00FFFF;
}

/*Outpost Header*/
.opheader 
{
    font-size: 11px;
}
.MainImage img
{
    display: none;
}
.RefreshImage img
{
    display: none;
}
.OpName
{
    font-weight: bold;
}
.ProdName
{
    font-weight: bold; 
}
.OpClock
{
    background-color: Transparent;
    border: 0px;    
    width: 50px;
}
.Dates
{
    
}

/* data grid */
.opGrid
{
    border:none;
    border-bottom: solid 1px #b7c0c7;                        
}

.opGrid th
{
	 border:none;
     background-color: #f2f6ff;
     border-bottom: solid 1px #b7c0c7;
     font-weight:bold;
     color:#048fc2;
     text-align:left;
     font-weight:normal;
     padding: 6px 4px 6px 4px;
}

.opGrid td
{
     border:none;
     border-bottom: solid 1px #dddddd;
     padding: 8px 4px 8px 4px;
}

.opGrid tr:hover
{
      background-color:#e8f1ff;
}

.opGrid a
{
     text-decoration:none;             
     color:#048fc2;
}