﻿body 
{
	font-family: Tahoma, Arial, sans-serif;
	padding: 0 0 0 0;
	margin: 0;
}

/* Master Page Layout */
#master_header
{
	margin:  5px auto 0 auto; 
	width: 960px;
	height:615px;
}

#VDS_header
{
	margin:  5px auto 0 auto; 
	width: 730px;
	height:615px;
}

#master_headertop
{
	height: 90px;
	vertical-align:top;
}

a.linksleft
{
	font-size:8pt;
	text-align:left;
	text-decoration:none;
}

span.welcomesubscriber
{
    font-size:8pt;
	text-align:left;
	text-decoration:none;
	color:Black;
}

span.Pipes 
{
	color: Gray;
}

tr.SearchResults 
{
	font-family:Tahoma;
	font-size:8pt;
}

tr.SearchResultsAlt 
{
	font-family:Tahoma;
	font-size:8pt;
	background-color: Silver;
}

tr.SearchResultsHeader 
{
	font-family:Tahoma;
	font-size:8pt;
	background-color:#3f658c;
	color: White;
}

span.DisplaySearchCriteria 
{
	font-family:Tahoma;
	font-size:8pt;
}

span.DisplayItemSummary
{
	font-family:Tahoma;
	font-size:8pt;
	font-weight:bold;
	text-align:right;
}

table.ConfirmOrder 
{
	 border-color: Black;
	 border-width: 1px;
}

tr.ConfirmOrder 
{
	font-family:Tahoma;
	font-size:8pt;
	border-color: Black;
	border-width: 1px;	 
}

td.ConfirmOrder 
{
	border-style: solid;
	border-color: Navy;
	border-width: 1px;
}

span.DisplaySummary 
{
	font-family:Tahoma;
	font-size:8pt;
	font-weight:bold;
}

#divCheckout 
{
	font-family:Tahoma;
	font-size:8pt;
}

#divPassword 
{
	font-family:Tahoma;
	font-size:8pt;
}

#divNewSubScriber
{
	font-family:Tahoma;
	font-size:8pt;
}

#divPayOption
{
	font-family:Tahoma;
	font-size:8pt;
}

span.Order 
{
	font-family:Tahoma;
	font-size:18pt;
	color: Blue;
}

.modalPopup {
	background-color: #107AB6;
	height:286px;
	width:432px;
	border: solid 10px white;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

#ctl00_overlay
{
	background-color: #666666; /* dark gray */
	opacity: .7;
	filter: alpha(opacity=70); /* opacity: partly transparent */
	z-index: 1000;
}

.marquee
{
    position:absolute;
    overflow:hidden;
    width:500px;
    height:108px;
    border:none;
}

td.NoWrap 
{
    white-space: nowrap;
}

.EditGrid 
{
    font-family:Tahoma;
    font-size:8pt;
    
}