﻿/*Modal Popup CSS*/
.modalBackground
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup
{
	background-color:white;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:500px;
	height:50%;
	padding:35px;
	text-align:center;
	overflow:scroll;
}

.modalOrderBackground
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalOrderPopup
{
	background-color:white;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:600px;
	height:50%;
	padding:35px 0 35px 0;
	text-align:center;
	overflow:scroll;
}
.rememberMe
{
    padding-top:10px;
}
.spotHeader
{
    background-color:Black;
    color:White;
    font-size:16px;
    font-weight:bold;
    text-align:center;
    width:100%;
}
.spotTitle
{
    color:Black;
    font-size:13px;
    font-weight:bold;
    text-align:center;
    width:100%;
}
div #divPageInner
{
    width:95%;
}
.accountInfo
{
    border-bottom:solid 1px black;
    border-top:solid 1px black;
    border-left:solid 1px black;
    border-right:solid 1px black;
    background-color:#f1f1f1;
}
.spotLabel
{
    background-color:White;
    border-bottom:solid 1px black;
    border-top:solid 1px black;
    border-left:solid 1px black;
    border-right:solid 1px black;
    padding:2px;
    
}
.spotGVHeader
{
    background-color:Black;
    color:White;
    font-size:13px;
    font-weight:bold;
    text-align:center;
    width:100%;
}
.spotGVHeader a
{
    text-decoration:underline;
    color:White;
    padding:7px;
}
.spotGVHeader a:hover
{
    text-decoration:underline;
    color:#ef3a41;
}
.spotGV
{
    border-bottom:solid 1px black;
    border-top:solid 1px black;
    border-left:solid 1px black;
    border-right:solid 1px black;
}
.spotRow
{
    background-color:silver;
    padding:5px;
}
.spotRow2
{
    background-color:white;
    padding:5px;
}

.spotTextPrint
{
	color:Black;
	font-family:Tahoma, Arial;
    font-size:13px;
    text-align:center;
    width:100%;
}

.spotTitlePrint
{
	color:Black;
	font-family:Tahoma, Arial;
    font-size:13px;
    font-weight:bold;
    text-align:center;
    width:100%;
}

.spotRowPrint
{
	color:Black;
	font-family:Tahoma, Arial;
    font-size:13px;
    background-color:silver;
    padding:5px;
}
.spotRowPrint2
{
	color:Black;
	font-family:Tahoma, Arial;
    font-size:13px;
    background-color:white;
    padding:5px;
}
