﻿@media print {
    .noPrint{display:none;}
    .imgCheckout {width:500; border: double 2 green;}
    .Report {position:absolute;left: 0px; top:65px;}
    .ReportHeader{position:absolute;left: 200px; top:30px;}

}

BODY {
	MARGIN: 0px 0px 0px 0px;
	BACKGROUND-COLOR: #FFFFFF;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: Black;
	
}
input 
{
    font-size: 11px;
}
select 
{
    font-size: 11px;
}

.Content .Display A:link, .Content .Display A:visited, .Content .Display A:active  {
	COLOR: #336699;
	font-weight: 500;
	line-height: 18px;
	font-variant: small-caps;
	text-decoration: none;
}
.Content A:hover 
{
    text-decoration: underline;
}

.Content #Disclaimer
{
    font-family: MS Reference;
    font-size: .9em;
    font-style: italic;
}

.PaymentTable 
{
    font-size: 12px;
        font-family: Arial
}
/*
link {color: #990000;}
alink {color: #000000;}
vlink {color: #990000;}
*/


/* GROUPING RULES */

.Display {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: Normal;
	font-size: 12px;
	border-color: #990000;
	border-style: double;
	border-width: 3px;
	padding: 3px;
}


.txtCaps 
{
    color: #990000;
    font-size:12px;
    font-weight: 600;
    font-variant: small-caps;
}
.txtError 
{
    color: #990000;
    font-size: 12px;
}
.WizardHeader 
{
     font-weight: bold; 
     font-size: 0.9em; 
     color: white;
     background-color: #990000;
     font-weight: 600;
     font-variant: small-caps;
     line-height: 15px;
}

#divPrice 
{
    text-indent: 40px;
}

#divPrice TD
{
    font-size: 11px;
    padding-right: 4px;
    height: 27px;
}

#divPrice TH
{
    color: White;
    font-size: 12px;
    font-weight: 600;
    background-color: #014FA4;
    border-color: #014FA4;
    height: 20px;
    padding-right: 4px;
}

.LoginName, .LoginStatus
{   
    font-size: 11px;
    font-variant: small-caps;
   /* 
    position:relative;
    float: right;
    top: 145px;
    right: 135px;
*/
}

.Answer 
{
    border: dotted 2px #A5A5A5;
    padding: 10px;    
}
.Answer .Span 
{
    color: Red;
}

.CorpInfo, .CorpInfo A:Link, CorpInfo A:Visited, .CorpInfo A:Active
{
    color: #990000;
    font-size: 11px;
}
/*
.Login
{   
    position:relative;
    float: right;
    top: 145px;
    right: 135px;
}

#MembersMenu A:link, #MembersMenu A:visited, #MembersMenu A:active  {
	COLOR: #000000;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: 600;
	font-variant: small-caps;
}

#MembersMenu A:hover 
{
    text-decoration: underline;
}

.style1 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
	
.TakeSheetDisplay
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: Normal;
	font-size: 12px;
	border-color: #990000;
	border-style: double;
	border-width: 3px;
	padding: 3px;
    border-bottom: none 0px #000000; 
    border-right: none 0px #000000;
    border-left: none 0px #000000;
}

.TransactionDetails 
{
    height: 250px;
    background-color: whitesmoke;
    border: dotted 1px #A0A0A0;
    text-align: left;
    margin: 15px;
    padding: 30px;
    vertical-align: middle;
}

.TransactionHeader 
{
    width: 350px;  
    height: 40px; 
    background-color: #F5F5F5;
    border: dashed 2px #cccccc; 
}

*/