body, p
{
    font-family: Verdana;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color : Black;
}

body.basket
{
	background: #F3F3F3;
}

td  {
	font-size : 11px;
	font-family : Verdana;
	font-weight : normal;
	font-style : normal;
	color : Black;
}

td.tablehead
{
    font-family: Verdana;
	font-size : 11px;
	font-weight : bold;
	font-style : normal;
	color : Black;
	alignment : left ;
}

td.tablefield
{
    font-family: Verdana;
	font-size : 11px;
	font-weight : normal;
	font-style : normal;
	color : Black;
	alignment : left
}

a
{
	color : #000000;
}

a:link
{
	color : #000000;

}
a:hover
{
	color : #000000;
}


a:visited
{
	color : #000000;
}

a:active
{
	color : #000000;
}

td.message
{
    font-family: Verdana;
	font-size : 11px;
	color : #4C3327;
	alignment : center;
	text-align : center;
	width: 100%;
}

td.errormessage
{
    font-family: Verdana;
	font-size : 11px;
	font-weight : normal;
	font-style : normal;
	color : red;
	alignment : left ;
}

input.textbox{
    border:1px solid #4C3327;
    height:20px;
    width: 100px;
    font-size : 11px;
    font-family : Verdana;
}

tr.blue{
    background-color: #BED6DB;
}

tr.brown{
    background-color: #4C3327;
}

td.searchresult{
    font-family: verdana;
    font-size: 11px;
    color: #FFFFFF;
    background-color: #819299;
}

td.pagenumber{
    font-family: verdana;
    font-size: 11px;
    color: #4C3327;
    background-color: #DDDDDD;
    alignment : center;
}

td.pageheader{
    font-family: verdana;
    font-size: 12px;
    color: #004250;
    alignment : center;
    text-transform: uppercase;
    font-weight: bold;
}

#whitetext{
    font-family: verdana;
    font-size: 11px;
    color: #FFFFFF;
    line-height: 4mm;
}

#bluetext{
    font-family: verdana;
    font-size: 11px;
    color: #004250;
    line-height: 4mm;
}

#browntext{
    font-family: verdana;
    font-size: 11px;
    color: #4C3327;
    line-height: 4mm;
}

#browntext a, #browntext a:link, #browntext a:visited{
    font-family: verdana;
    font-size: 11px;
    color: #4C3327;
    text-decoration: none;
}

#browntext a:hover{
    font-family: verdana;
    font-size: 11px;
    color: #004250;
}

#smallbrowntext{
    font-family: verdana;
    font-size: 9px;
    color: #4C3327;
}

#bigwhitetext{
    font-family: verdana;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 5mm;
}

#bigbrowntext{
    font-family: verdana;
    font-size: 12px;
    color: #4C3327;
    line-height: 5mm;
}

#redtext{
    font-family: verdana;
    font-size: 11px;
    color: red;
}

#bottomlink {
    font-family: verdana;
    font-size: 10px;
    color: #4C3327;
}

#bottomlink a, #bottomlink a:link, #bottomlink a:visited{
    text-decoration: none;
    font-family: verdana;
    font-size: 10px;
    color: #4C3327;
}

#bottomlink a:hover{
    font-family: verdana;
    font-size: 10px;
    color: #004250;
}

#imgbackground{
    background-image: url('/images/homepage/VAMC_homepage3.jpg');
    background-repeat: no-repeat ;
}

table.homepage{
    min-width: 1200px;
    width: 1200px;
}

/*     ---------- Tabs for extra fields -----------     */
#navlist
{
    width: 100%;
    height: 1.5em;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

#navlist ul{
    margin: 0;
    padding: 0;
    /* width: 800px; */
}

#navlist li
{
    float: left;
    position: relative;
    margin: 0 0 0 2px;
    border: 0;
    list-style-type: none;
}

#navlist li a
{
    display: block;
    margin: 0;
    padding: 1px 0.4em;
    border: 0;
    background-color: #BED6DB;
    color: #4C3327; /* brown color*/
    font: normal 11px Verdana;
    text-align: center;
    text-decoration: none;
}

#navlist li a:hover
{
    color: #FFFFFF;
    background-color: #4C3327; /* brown color*/
    text-decoration: none;
}

#navlist li a.tabButtonActive
{
    background-color: #4C3327; /* brown color*/
    color: #ffffff;
    font-weight: bold;
}

#navlist li a.tabButtonActive:hover {
    color: #ffffff;
}

