﻿div.hideSkiplink
{
    
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
    font-weight: bold;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #983219;
    border: 1px black solid;
    color: white;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #EEC52B;
    color: #2A4685;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

.footer, .push
{
  bottom: 10px; 
  position:relative;
  margin:  0px 20px 10px 20px; 
}

.main {
  margin-left:  5px;
  padding: 4px ;
  	height: auto !important;
  height: 100%;
  
  padding-bottom: 1px;

}


html, body {

}

.page
{

	
}
.header {
	text-align: left ;
	padding: 4px ;

}

.upload 
{
    text-align: right;
    background-color: #983219;
        font-family: Verdana;
    font-weight: bold;
    font-size: 1;
    color: #FFFFFF;
    height: 25px;
    width: 215px;
    border-color: Black;
    border-style: solid;
    border-width:thin;
    
    
}

.hideGridColumn
{
       display:none;
}

.GVText
{
    font-size: 12px;
}
    
.TableText
{
    font-family: Verdana;
    font-size: 14px;
}

.TableData
{
    font-family: Verdana;
    font-size: 14px;
    color: #983219;
}

div#test {
    background-image:  url("images/field.jpg");
    background-repeat: repeat-x;
    height: 100%;
    width: 100%;
  min-height:375px;
    
}


.TableTextS
{
    font-family: Verdana;
    font-size: 14px;
    width: 20%;
}

.TableTextM
{
    font-family: Verdana;
    font-size: 14px;
    width:40%;
}


.TableTextL
{
    font-family: Verdana;
    font-size: 14px;
    width:100%;
}

.TableDataS
{
    font-family: Verdana;
    font-size: 14px;
    color: #983219;
    width: 20%;
}

.TableDataM
{
    font-family: Verdana;
    font-size: 14px;
    color: #983219;
    width: 40%;
}

.TableDataL
{
    font-family: Verdana;
    font-size: 14px;
    color: #983219;
    width: 100%;
}

.MultiPartSearch
{
    min-height: 600px;
    min-width: 800px;
}


.greenButton {
    box-shadow: inset 0px 1px 0px 0px #9acc85;
    background: linear-gradient(to bottom, #74ad5a 5%, #68a54b 100%);
    background-color: #74ad5a;
    border: 1px solid #3b6e22;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 12px;
    text-decoration: none;
}

    .greenButton:hover {
        background: linear-gradient(to bottom, #68a54b 5%, #74ad5a 100%);
        background-color: #68a54b;
    }

    .greenButton:active {
        position: relative;
        top: 1px;
    }
