﻿html,
body,
form
{
	border: 0;
	margin: 0;
	padding: 0;
}

*
{
	font-family: Helvetica, Tahoma, Sans-Serif;
	/*font-size: 10px;*/
}

form.main
{
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 760px;
}


/*
-------------------------------------------------------------------------------

-------------------------------------------------------------------------------
*/

div.title_top 
{
	float: left;
	margin-right: 50px;
}

div.title_bottom 
{
	clear: both;
	float: right;
	margin-left: 50px;
}

.domain_check_available
{
	color: #00FF00;
}

.domain_check_unavailable
{
	color: #FF0000;
}

div.login_account
{
	float: right;
	font-size: 0.7em;
	margin-top: 5px;
}

div.login_account a
{
	color: #FF1F1F;
	text-decoration: none;
}

div.login_account a:hover
{
	text-decoration: underline;
}

div.modal_background
{
	background-color: gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

div.modal_popup
{
	background-color: #FFF;
	width: 750px;
}

div.modal_popup > div.header
{
	background: transparent url('/App_Themes/Vintek/images/product_header/content.png') repeat-x top left;
	font-size: 0.9em;
	font-weight: bold;
	height: 100%;
	line-height: 25px;
	margin: 1px;
	margin-bottom: 0px;
	padding: 0px 5px;
	text-align: left;
}

div.modal_popup > div.content
{
	border: solid 1px #FF1F1F;
	border-top: none;
	margin: 1px;
	margin-top: 0px;
	padding: 4px;
}

h1
{
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5em;
	margin-top: 0px;
}

h2
{
	font-size: 18px;
	font-weight: normal;
	line-height: 1.3em;
}

h3
{
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

h4
{
	font-size: 12px;
	margin: 0px;
}

p
{
	font-size: 12px;
	line-height: 20px;
	margin: 0px 0px 10px 0px;
}

ul.other,
ol.other
{
	font-size: 0.8em;
}

ul.other > li p,
ol.other > li p
{
	font-size: 1.0em;
	line-height: 1.0em;
}

ul.notes
{
	list-style-image: url('/App_Themes/Vintek/images/note_bullet.png');
}

ol.notes
{
	font-size: 12px;
	line-height: 1.3em;
}

ul.notes > li p,
ol.notes > li p
{
	margin-bottom: 4px;
	line-height: 1.3em;
}

ul.notes > li p.title,
ol.notes > li p.title
{
	font-weight: bold;
}

ul.notes > li table
{
	font-size: 0.8em;
}

table.note_table { margin-left: 20px; }
table.note_table td { padding: 2px 0 2px 20px; }
table.note_table td[colspan="2"] { font-style: italic; padding-left: 2px; }

div.errors
{
	font-size: 12px;
	font-weight: bold;	
}

div.errors > ul
{
	font-size: 12px;
	font-weight: bold;
}

div.errors > ul p
{
	line-height: 16px;
	margin: 0px 0px 4px 0px;
}

.modalBackground
{
	background-color: gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.updateProgress
{
	background-color: #fff;
	filter: alpha(opacity=70);
	height: 100%;
	margin: 0px;
	opacity: 0.7;
	padding: 0px;
	position: absolute;
}

table.contact_us
{
	border: none;	
}

table.contact_us > thead > tr > th,
table.contact_us > tr > th
{
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
}

table.contact_us > tbody > tr > td,
table.contact_us > tr > td
{
	font-size: 12px;
	padding: 2px;	
}

table.contact_us > tbody > tr > td p,
table.contact_us > tr > td p
{
	line-height: 12px;
}

table.contact_us > tbody > tr > td.title,
table.contact_us > tr > td.title
{
	font-weight: bold;
}

table.dsl_plan_option
{
	border: 0;
	width: 100%;
}

table.dsl_plan_option td
{
	padding: 3px;
}

table.dsl_plan_option td.label
{
	vertical-align: top;
	width: 15%;
}

table.descriptive
{
	font-family: Arial;
	font-size: 9pt;
}

table.descriptive span.text
{
	font-size: 10pt;
	font-weight: bold;
}

table.descriptive span.description
{
	color: #222;
}

td.availability_panel > div
{
	height: 100%;
}

sup
{
    font-size: 0.75em;
}

table.availability { width: 100%; }
table.availability td { padding: 4px 2px; }
table.availability tr td:first-child { font-weight: bold; padding-left: 0; }

div.plan h1 { font-size: 10pt; line-height: 14pt; margin: 1.5em 0 0.5em 0; }
div.plan p { margin: 0.5em 0; }
div.plan table.list { width: 100%; }
div.plan table.list th { font-weight: bold; color: #333; padding: 6px 8px; border-bottom: 2px solid #ccc; }
div.plan table.list tbody th { border-bottom: 1px solid #ccc; padding: 4px 8px; }
div.plan table.list td { border-bottom: 1px solid #ccc; color: #444; padding: 4px 8px; }
div.plan table.list td.wh { width: 20%; }
div.plan table.list td.whs { width: 17%; }
div.plan table.list tr:hover td { color: #111; }
div.plan table.list th, div.plan table.list td { text-align: center; }
div.plan table.list tr th:first-child, div.plan table.list tr td:first-child { text-align: left; }
div.plan ul, div.plan ol { margin: 0.5em 0 0.5em 1em; padding: 0 0 0 1em; }
div.plan ol.terms, div.plan ul.terms { font-size: 8pt; }
div.plan sup { font-style: italic; margin: 0; padding: 0; }
div.plan sup span { text-decoration: underline; }
div.plan sup span:hover { cursor: pointer; text-decoration: none; }
