﻿body
{
/*
    font-family: "Segoe UI", Verdana, Tahoma, Sans-Serif;
*/
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: .7em;
/*
    background: url(/images/brownstripe.gif);
*/
    background:#144a64;
    width:85%;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

A:link.WhiteLink     {color: #ffffff; text-decoration: none}
A:visited.WhiteLink  {color: #ffffff; text-decoration: none}
A:hover.WhiteLink    {color: #ffffff; text-decoration: underline}

A:link.WhiteLinkUL     {color: #ffffff; text-decoration: underline}
A:visited.WhiteLinkUL  {color: #ffffff; text-decoration: underline}
A:hover.WhiteLinkUL    {color: #ffffff; text-decoration: underline}

A:link.BlueLinkUL     {color: #0000ff; text-decoration: underline}
A:visited.BlueLinkUL  {color: #0000ff; text-decoration: underline}
A:hover.BlueLinkUL    {color: #0000ff; text-decoration: underline}

.content
{
    padding: 10px 10px 10px 10px;
}

.header
{
    font-size: medium;
    font-weight: bold;
    text-align: center;
}

.panel legend
{
    font-weight: bold;
}

.colorPanel
{
    display:none;
}

.colorPanel legend
{
    font-weight:bold;
}

.ValidationText
{
    color: Red;
}

div.RadPanelBar 
{ 
    width:150px; 
} 

/* copied from webstyles/main.css */
.footerTable {
	/*background:#FFF;*/
	/* make width 960 if using this table with footer content */
	width: 930px;   
	margin: 0 auto;
	border:0;
	padding:0;
	
}

.footerTable tr td {
	border:0;
	padding:3px;
	margin:0;
	line-height:1.0;
	font-size:1.0em;
	
}

.footerTable td p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.10em;
	line-height:1.25em;
}

.right10px { padding-right: 10px; }
	
#footer-content {
	margin: 0 auto;
	padding: 0px 0px 10px 0px;
	width: 960px;
	font-size: 1.0em;
	color: #FFFFFF;
	/*background-image:url(../webimages/btshadow.png); background-position:bottom; background-repeat:repeat-x;*/
	}
	
#identity .bg-subpage {float:left;background-image:url(../webimages/fieldrx_header.jpg); width:952px; height:280px; margin:0; }
