﻿/* RESET code: */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, 
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video { 
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align:middle;
}

/* ------------------------- */
h1,h2,h3,h4,h5
{
	margin-bottom:0.7em;
}
h1
{
	font-size:24px;
}
h2,h3
{
	font-size:18px;
	line-height:1.4em;
}
h4
{
	font-size:16px;
	line-height:1.5em;
}

a:link, a:visited
{
	color:#0147CD;
	color:Blue;
}
a:hover, a:active
{
	color:#FF8901;
}
a:active
{
	text-decoration:none;
}

ol, ul 
{
	list-style:disc;
	margin: 0;
	padding-left: 3em;
	padding-bottom:1em;
	padding-right:0;
	border: 0;
	font-size: 100%;
	font-family: inherit;
}
	
p
{
	display:inline;
}

body 
{
	font-size:14px;
	font-family:Sans-Serif;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0px;
	min-width:910px;
	position:static;
	border-spacing:0;
	border-collapse:collapse;
	background-color: #80757A; /* gray */
}
input,select,textarea
{
	border:1px solid silver;
	margin:2px;
}


/* --------- site wide classes ----------- */

.number 
{
	margin:5px;
	vertical-align: middle;
}
.instruction
{
	color: #0A1819;/* #000000; */
	font-size: 13pt; 
	font-weight: bold; 
	vertical-align: middle;
}
.Watermark
{
    color: #9A9A9A;
}
.wideBorder
{
	display:block;
	border:3px solid #0A1819;/* #0147CD; */
	border-radius: 15px;
	vertical-align:top;
	background-color: #FFFFFF;
	padding:8px;
	margin:6px;
}
.dialog {
    margin-left:auto;
    margin-right:auto;
    width:800px;
    background:white;
}
.policy {
	margin-top:10px;
	margin-left:15px;
}
.policy div
{
	width:660px;
	line-height:1.4em;
	margin-bottom:20px;
}

.policy h4
{
	margin-top:1em;
}
.policy h1
{
	font-size:x-large;
	margin-top:1em;
}

.policy img {
    width: 420;
}

.readonly
{
	background-color:#DDDDDD;
	border-width:1px;
}
.tagline {
	margin-top:5px;
	margin-left:15px;
	line-height:1.5em;
    vertical-align:top;
}
.contacts /* phone & email */
{
	text-align:right;
	margin-top:4px;
	margin-left:15px;
	margin-right:10px;
	margin-bottom:3px;
	/* outline:green dotted 1px; */
}

.alert {
	color:red;
}
.star
{
	color: #FF0000; 
	font-size: 12px;
}

.copyright {
	font-size:7pt;
    padding-bottom:1.0pt;
	/*color: grey; */
}
.left {
	float:left;
	text-align:left;
}

.center {
	text-align:center;
}

.right {
	float:right;
}

.clear {
	clear: both;
}
.notReq
{
	color:#2F4F2F;
}

/* --------- All/Most pages ------------*/
#UPPNL01 p
{
	display:block;
}

#TopBanner 
{
	min-height: 87px;
	width:100%;
	clear:both;
	background-color: #8CC1E9; /* #87C5F6; */
	border-collapse:collapse;
	overflow:visible;
	padding:0;
	/* min-width:790px; */
	margin:0;
	border-bottom:3px solid #0A1819;
	/* outline:1px solid red; */
}
#logo
{
	float:left;
	margin-top:2px;
}

#logo img {
    width:420px;
}

/* ----------------------------------- */
#menu 
{
	margin:0;
	overflow: visible; 
	height: 36px;/* Purposely overflow when two rows */
	/* this is the hight we want to push the #topcontact box down to the right separation from the buttons */
	padding-top:10px;
	font-size: 15px; 
	font-weight: bold; 
	font-family: verdana; 
	letter-spacing: 1px;
	vertical-align:middle;
	/* outline:red dashed 1px; */
}
#menu a
{
	display:block;
	color: #0147CD; 
	text-decoration:none;
}
#menu a:hover
{
	text-decoration:none;
	color:#FF8901;
}
#menu li {
    display: inline-block;
    margin-left:5px;
    margin-top:2px;
    padding:3px 5px 3px 5px;
    border:1px solid #9999CC;
    border-radius:6px;
    /* #89C9FA #8BCBFC #BCCDFF #8FD4FC */
    background-color:#9FE4FD;
    vertical-align:middle;
}
#menu ul
{
	display:block;
	vertical-align:middle;
	list-style: none outside none;
	margin:0;
	padding:0;
}
/*
#menu ul li
{
	position:relative; /* display sub-menus over the design - don't alter design * /
	float:left;
	margin-left:0;
	padding-top:3px;
	padding-bottom:6px;
	padding-right:15px;
	padding-left:15px;
	border-right:2px solid #FFFFFF;
}
#menu ul li:hover
{
	color:#0147CD;
	background-color: #FF8901;
}
#menu ul li:hover ul
{
	position:absolute;
	display:block;
}
#menu ul ul
{
	position:relative;
	display:none;
	width:auto;
	/* put sub-menu border info here * /
}
*/

.contacts span {
    display:block;
}

/* ----------------------------------- */
.InfoDiv
{
	display:block;
	position: absolute;
	top:130px;
	left:50%;
	margin:15px;
	margin-left:-350px;
	float:left;
	padding: 15px; 
	max-width:700px;
    min-width:600px;
	overflow: auto;
	vertical-align:top;
	background-color: #FFFFFF; 
	border: 3px solid #0A1819;
	/* border:5px solid #0147CD; */
	border-radius: 15px;
	/* outline:1px solid yellow; */
}
#InfoDiv li
{
	font-size:medium;
}
#InfoDiv td
{
	padding-top:2px;
}

#BottomBanner
{
	background-color: #80757A;
	background-image:url("../Images/footer1.gif");
	background-repeat:repeat-x;
	background-position:top;
	margin-top:0px;
	padding-top:17px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
	height:100px;
	clear:both;
	display:block;
	/* outline:1px solid purple; /**/
}

#CenterBanner {
	width: 100%;
    max-height:760px;
    min-height:600px;
	top:125px;
	z-index: -2;
	overflow: hidden;
	margin:0;
}

img.bg {
	width:100%;
	height: auto;
}

/* ----------------------------------- */

#TopText
{ /* links near the top of the purchase page */
	display:block;
	padding-left:15px;
	padding-right:15px;
	padding-top:3px;
	width:auto;
	text-align:center;
	/*margin-top:6px; can't do this because the collapsed margins push the body away from the HTML container */
	/* background-color: pink;*/
}


#TopBanner2 {
	margin:0;
	overflow: auto; 
	height: 30px;
	width:100%;
	clear:both;
	background-color: #0147CD;
	font-size: 10pt; 
	font-weight: bold; 
	color: #FFFFFF; 
	font-family: verdana; 
	letter-spacing: 1px;
	vertical-align:middle;
}
#TopBanner2 table
{
	margin:4px;
	margin-left:8px;
}
#TopBanner2 a
{
	display:block;
	color: #FFFFFF; 
	text-decoration:none;
}
#TopBanner2 a:hover
{
	text-decoration:underline;
	color:#87c5f6;
}
/* ----------------------------------- */
#TopBanner2 li {
    display: inline-block;
    margin-left:10px;
    vertical-align:middle;
}
#TopBanner2 ul
{
	list-style: none outside none;
	margin:0;
	padding:0;
	margin-top:2px;
}
#TopBanner2 ul li
{
	position:relative; /* display sub-menus over the design - don't alter design */
	float:left;
	margin-left:0;
	padding-top:3px;
	padding-bottom:6px;
	padding-right:15px;
	padding-left:15px;
	border-right:2px solid #FFFFFF;
}
/*
#TopBanner2 ul li:hover
{
	color:#0147CD;
	background-color: #FF8901;
}
*/
#TopBanner2 ul li:hover ul
{
	position:absolute;
	display:block;
}
#TopBanner2 ul ul
{
	position:relative;
	display:none;
	width:auto;
	/* put sub-menu border info here */
}
/* ----------------------------------- */

#RowTwo /* payment page main section */
{
    min-width:600px;/* Just for now until we get a more dynamic layout for purchase page */
	display:block;
	padding:0px;
	overflow:hidden;/* forces the DIV to have a height */
	background-color:#60A660; /* Old Green #46B446, #42A442, #5AB35A, #2A8C2A */
	/* border:1px dashed green; /**/
}

#UpdatePanelHeader 
{
	height:34px;/*Need to declare the height so we can calculate the total body height properly. */
	overflow:visible;
}

#receipt
{
	max-width:700px;
}

#Step2 table {
	/* border-collapse: collapse;
	border-spacing: 0; */
	border-collapse:separate;
	border-spacing:2px;
	
}

#Step2 table table td
{
	padding-left:3px;
	padding-right:3px;
}

#Step2Buttons 
{
	margin-top:3px;
	margin-bottom:3px;
	height:2em;/*Need to declare the height so we can calculate the total body height properly. */
}

/* ----------------------------- */

.CartHeader
{
	vertical-align:middle;
	clear:both;
}

/* ----------------------------- */

.CartGridPrice
{
    padding: 2px;
    font-weight: bold;
    font-size: 10pt;
    vertical-align:middle;
}        
.CartGridHeader
{ 
    padding: 2px;  
    font-weight: bold;
    font-size: 10pt;
    border-bottom: 2px solid #000000;
}
.CartGridFieldNamesLeft
{
    padding: 2px;  
    font-weight: bold;
    font-size: 8pt; 
    border-left: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
}
.CartGridFieldNamesRight
{
    padding: 2px;  
    font-weight: bold;
    font-size: 8pt; 
    border-left: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
}
.CartGridDataLeft
{
    padding: 2px;  
    font-size: 8pt; 
    border-left: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
}        
.CartGridDataRight
{
    padding: 2px;  
    font-size: 8pt; 
    border-left: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
}        
.modalBackground
{
    background-color: Silver;
    filter: alpha(opacity=40);
    opacity: 0.4;
}
.DefaultButton
{
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-top: 1px solid #000000;
    background-color: #EEEEEE;
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial, Helvetica;
    font-weight: bold;
    padding: 3px;
}
.alpha40
{
    padding: 15px; /* Fallback for web browsers that doesn't support RGBa */ /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(0, 0, 0) transparent; /* RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.4); /* For IE 5.5 - 7*/ 
    /* For IE 8 darker
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    */ 
    /* For IE 8 lighter .4 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000)"; 
    /* For IE 8 lighter, .3 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000, endColorstr=#4c000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000, endColorstr=#4c000000)";
    */ 
    /* For IE 8 lighter .2
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000)";
    */
}
.alphaPaymentProcessingDiv
{
    background: rgb(0, 0, 0) transparent; /* RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.6); /* For IE 5.5 - 7*/ /* For IE 8 darker
    /* For IE 8 darker */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

/* ---------------------------------------------- */

#TextBox_Search {
    width:400px;
}

.PayHead /* header style for payment boxes */
{
	vertical-align:top;
	text-align:center;
	color:#333399;
	/* border:1px dotted #ADBEFF; */
	line-height:1.2em;
	padding-bottom:6px;
	font-weight:bold;
}

#PaymentProcessingDiv
{
	z-index: 101; 
	position: absolute; 
	display:block;
	width: 910px;
	left: 50%; 
	margin-left: -460px; 
	top: 100px;
	vertical-align:top;
}
#PaymentProcessingDiv td
{
	vertical-align:top;
	padding-bottom:2px;
}
#box-table-DataEntry /* Payment total */
{
	width:908px;
	vertical-align:top;
	margin-bottom:4px;
	margin-left:6px;
	margin-right:0px;
	/*background-color:#EEEEBB;*/
	background-color: #FFFFC0;
	border-color: #ADBEFF; 
	border-width: 2px;
	border-style: solid;
}
#box-table-DataEntry2 /* Contact info */
{
	width:450px;
	vertical-align:top;
	margin-left:6px;
	text-align:left;
	color:#666699;
	background-color:#CCDDEE;
	border-top:3px solid blue;
	/* padding-bottom:20px; */
}
#box-table-DataEntry2 td,#box-table-a-VS td
{
	margin-left:6px;
	padding-left:6px;
	padding-bottom:2px;
	vertical-align:top;
	white-space:nowrap;
}
#box-table-a-VS /* Payment card info */
{
	width:450px;
	color:#666699;
	vertical-align:top;
	text-align:left;
	background-color:#DDEEDD;
	border-top:3px solid green;
	margin-left:6px;
}

#form1 /* on purchase page */
{
	margin:0;
}
#PaymentProcessingDivBlock
{
	z-index: 100;
	position: absolute; 
	left: 0; 
	top: 0; 
	width: 100%;
	height:5000px;
	background-color: #000000; 
	filter: alpha(opacity=70); 
	opacity: 0.7;
}
.progressTop
{
	position: absolute;
	height: 100%;
	width: 100%; 
	left: 0; 
	top: 0; 
	z-index: 200;
    background-color: #C0C0C0; 
    filter: alpha(opacity=40); 
    opacity: 0.4
}
.progressBottom
{
	position: absolute; 
	height: 100%; 
	width: 100%; 
	left: 0; 
	top: 200px; 
	z-index: 199;
}
#ErrorRow
{
	width:100%;
}
.bigNotice
{
	color: #FF0000;
	font-weight: bold;
	font-size:36px;
}

updateProgressDiv
{
	position: absolute; 
	height: 100%; 
	width: 100%; 
	left: 0; 
	top: 0; 
	z-index: 2;
	background-color: #C0C0C0; 
	filter: alpha(opacity=40); 
	opacity: 0.4;
}

/* Way way off screen */
.scrollbar-measure {
	width: 100px;
	height: 100px;
	overflow: scroll;
	position: absolute;
	top: -9999px;
}


/*---------- smaller screens ----------*/
@media (max-width : 910px) {
    body {
        min-width:inherit;
        width: 100%;
    }

    #menu {
       clear:both;/* Menu moves to it's own line */
       overflow:auto;
       height:inherit;
    }

    .contacts span {
        display:inline;/* Put the phone and email on same line */
    }

    .InfoDiv {
        top: 160px;
        /*border-color:red;*/
    }
    #CenterBanner{
        min-height:580px;
    }

/* ----------------------------------*/

    .dialog {
        width:93%;
        max-width:800px;
    }

    #TopText {
        clear:both;
    }
    #receipt
    {
	    max-width:700px;
    }
    #PaymentProcessingDiv
    {
	    max-width: 910px;
	    left: 50%; 
	    margin-left: -460px; 
	    top: 100px;
    }
    #box-table-DataEntry /* Payment total */
    {
	    width:908px;
	    margin-bottom:4px;
	    margin-left:6px;
	    margin-right:0px;
    }
    #box-table-DataEntry2 /* Contact info */
    {
	    width:450px;
	    vertical-align:top;
	    margin-left:6px;
	    text-align:left;
    }
    .scrollbar-measure {
	    width: 100px;
	    height: 100px;
    }
}

@media (max-width : 730px) {
    .InfoDiv {
        top: 180px;
        left: inherit;
        margin:2%;
        padding: 10px;
        max-width:96%;
        min-width:82%;
        /*border-color:green;*/
    }
    #TextBox_Search {
        width:60%;
    }
    .policy div {
        max-width:90%;
    }
}


@media (max-width : 600px) {
    .InfoDiv {
        position:static;
        float:none;
        margin:1%;
        min-width:90%;
        padding: 9px;
        /*border-color:blue;*/
    }
    #CenterBanner {
        display:none;
    }
    #EmailTo {
        width:75%;
        min-width:240px;
    }
    #EmailFrom {
        width:75%;
        min-width:240px;
    }
    #Message {
        width:95%;
        min-width:240px;
    }
    .wideBorder {
        padding:1.2%;
        margin: 1%;
    }
}


@media (max-width : 420px){
    #logo img {
        width: 100%;
    }
    .InfoDiv {
        margin:2px;
        padding: 8px;
        /*border-color:orange;*/
    }
    .policy img {
        width: 97%;
    }
    .wideBorder {
        padding: 5px;
        margin: 2px;
    }
}
