/* custom components for WebERF; these are client specific for ATPA */

.header {
	width: 100%;
	height: 80px;
    margin: 0;
    padding: 0;
    background-color: #000066; /* primary blue */ /* background color of the header at the top of every page */
    color: #ffffff; /* white */ /* default text color for any text in the header at the top of every page */
    text-align: right;
}

.companyname {
    font-size: 150%;
    font-weight: bold;
    text-align: right;
	float: right;
	padding: 32px 10px 0 10px; 
    color:  #ffffff; /* white */ /* text color for the trust name in the header at the top of every page */
}

.logo {
    position: absolute;
    top: 4px; 
	left: 10px;
	vertical-align: middle;
}

.menubar {
	padding: 4px 10px 6px 0;
	font-size: 85%;
	text-align: right;
	background-color: #6699ff; /* light blue */ /* background color of the menubar at the top of every page */
	color: #000066; /* primary blue */ /* default color for any text on the menubar */
	display: block;
}

.menubar a:link {
	font-weight: bold;
	text-decoration: underline;
	color: #000066; /* primary blue */ /* default color for active links on the menubar */
}

.menubar a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #cecfce; /* darker gray */ /* color for visited links on the menubar */
}

.menubar a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #cecfce; /* darker gray */ /* color for links on the menubar when the mouse is hovered over them */
}

.menubar a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #000066; /* primary blue */ /* color for active links on the menubar; usually same as a:link */
}

.footer {
	position: absolute;
	bottom: 0;
	background-color: #000066; /* primary blue */ /* background color for footer at bottom of every page */
	width: 100%;
	padding: 10px 0 10px 0;
	margin: 10px 0 0 0;
	font-size: 85%;
	color: #ffffff; /* white */ /* default color for any text in the footer */
    text-align: center;
	display: block;
	clear: both;
}

.copyright {
	color: #ffffff; /* white */ /* default color for copyright notice text in footer */
	font-size: 85%;
	margin: .4em 0 .4em 0;
}

.mainbody a:link {
    color: #0000ee; /* bright blue */ /* color for links in the mainbody content area */
    text-decoration: underline;
    font-weight: bold;
    font-size: 100%;
}

.mainbody a:visited {
    color: #696969; /* dark gray */ /* color for visited links in the mainbody content area */
    text-decoration: underline;
    font-weight: bold;
}

.mainbody a:hover {
    color: #696969; /* dark gray */ /* color for links in the mainbody content area when the mouse is hovered over them */
    text-decoration: underline;
    font-weight: bold;
}

.mainbody a:active {
    color: #0000ee; /* bright blue */ /* color for active links in the mainbody content area; usually the same as a:link color */
    text-decoration: underline;
    font-weight: bold;
}

.defaults {
	background-color: #eeeeee; /* light gray */ /* do not change */
	color: #0000ee; /* bright blue */ /* color of text in gray block; same color as .required */
    display: block;
}

.defaults input, select {
	margin-bottom: 3px; /* for non-IE browsers */
	_margin-bottom: 0; /* for IE only */
}

.ownerop {
	background-color: #eeeeee; /* light gray */ /* do not change */
	color: #000000; /* black */ /* color of text in gray block; same color as .required */
    display: block;
	position: relative;
	padding: 3px;
	overflow: auto;
}

.sectionlabel {
    text-align: left;
	color: #000066; /* primary blue */ /* color of text label for section */
	font-weight: bold;
	padding-top: 5px;
}

.alert {
	text-align: center;
	/* text-weight: bold; */ /* (IE5, 5.5, 6) */
	color: #cc0033; /* red */ /* color of text used for alerts */
}

.message {
    color: #0000ee; /* bright blue */ /* color of text used for messages */
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

hr {
	color: #000066; /* primary blue */ /* color of dividing rule or line */
}

.recon a:link {
    color: #0000ee; /* bright blue */ /* color of links used on calculated page */
    text-decoration: underline;
    font-weight: bold;
}

.recon a:visited {
    color: #696969; /* dark gray */ /* color of visited links used on calculated page */
    text-decoration: underline;
    font-weight: bold;
}

.recon a:hover {
    color: #696969; /* dark gray */ /* color of links on calculated page when mouse is hovered over them */
    text-decoration: underline;
    font-weight: bold;
}

.recon a:active {
    color: #0000ee; /* bright blue */ /* color of active links on calculated page; ; usually the same as a:link color */
    text-decoration: underline;
    font-weight: bold;
}

.announcements {
	margin: 5px 80px 30px 80px; 
	border: 1px solid #000066; /* primary blue */ /* color of border for entire Announcements section of home page */
    background-color: #ffffff; /* white */ /* background color of "Announcements" section on home page */
	text-align: left;
	padding: 5px 5px 15px 5px;
}

.announcehead {
    font-size: 125%;
	font-weight: bold;
	text-align: center;
	color: #ffffff; /* white */ /* default text color used for "Announcements" text label on home page */
	background-color: #000066; /* primary blue */ /* background color for "Announcements" header on home page */
	border-bottom: 3px solid #6699ff; /* light blue */ /* bottom border color for "Announcements" header on home page */
	margin: 0;
	padding: 4px;
}

.announcetitle {
    font-size: 105%;
	font-weight: bold;
	text-align: center;
	color: #000066; /* primary blue */ /* color of any announcement titles in the Announcements section of the home page */
	background-color: #ffffff; /* white */ /* background color of "Announcements" section on home page */
	padding: 4px 4px 0 4px;
}

.announcetext {
    font-size: 100%;
	font-weight: normal;
	text-align: left;
	color: #000000; /* black */ /* default text color for any body text in Announcements section on home page */
	background-color: #ffffff; /* white */ /* background color of "Announcements" section on home page */
	padding-left: 4px;
	padding-right: 4px;
}

.announceurl a:link {
    color: #000066; /* primary blue */ /* color of any links in Announcements section on home page */
    text-decoration: underline;
    font-weight: bold;
}

.announceurl a:visited {
    color: #cecfce; /* darker gray */ /* color of any visited links in Announcements section on home page */
    text-decoration: underline;
    font-weight: bold;
}

.announceurl a:hover {
    color: #cecfce; /* darker gray */ /* color of any links in Announcements section of home page when mouse is hovered over them */
    text-decoration: underline;
    font-weight: bold;
}

.announceurl a:active {
    color: #000066; /* primary blue */ /* color of any active links in Announcements section of home page; usually same as a:link color */
    text-decoration: underline;
    font-weight: bold;
}

.announcefooter {
    font-size: 90%;
	font-weight: normal;
	text-align: left;
	color: #000000; /* black */ /* default text color for any footer text in the Announcements section of home page */
	background-color: #ffffff; /* white */ /* background color of "Announcements" section on home page */
	padding: 1px 4px 4px 4px;
	margin: 0;
}

.EDIref {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0000ee; /* bright blue */ /* color of EDI Reference Number text on finalized report page */
	font-weight: bold;
}

.attention {
	color: #0000ee; /* bright blue */ /* text color of any important text */
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}

.amountdue {
	text-align: right;
	/*padding: 5px;*/
	vertical-align: top; /* added */
	/*border-collapse: collapse;*/	/* (NN6) */
}

.reminder {
	font-weight: bold;
	text-align: center;
    color: #0000ee; /* bright blue */ /* text color of any reminder text */
}

.required {
	font-weight: bold;
	color: #0000ee; /* bright blue */ /* text color of any required fields */
}

a.required {
    color:  #0000ee; /* bright blue */ /* text color for column headings that are required and clickable for sorting purposes */
    text-decoration: underline;
    font-weight: bold;
    font-size: 100%;
}

.boxoutline {
    border: 3px solid #0000ee; /* bright blue */ /* this color should match the color used in the required class */
}

.error {
	font-weight: bold;
	color: #0099cc; /* light blue */ /* text color for any errors */
}

a:link {
    color: #0000ee; /* bright blue */ /* text color of links in main body content section */
    text-decoration: underline;
    font-weight: bold;
    font-size: 100%;
}

a:visited {
    color: #696969; /* dark gray */ /* text color of visited links in main body content section */
    text-decoration: underline;
    font-weight: bold;
}

a:hover {
    color: #696969; /* dark gray */ /* text color of links in main body content section when mouse is hovered over them */
    text-decoration: underline;
    font-weight: bold;
}

a:active {
    color: #0000ee; /* bright blue */ /* text color of active links in main body content; usually same as a:link color */
    text-decoration: underline;
    font-weight: bold;
}

.biggertext {
	font-size: 125%;
	font-weight: bold;
    color: #000066; /* primary blue */ /* text color for really big text */
	text-align: center;
    margin: 25px 15px 25px 0; 
    padding: 15px;
}