/*
 * ExaVault Website Style Sheet 
 *
 */

/*
 * CSS Reset
 *
 * Based on YUI: http://developer.yahoo.com/yui/reset/ and http://developer.yahoo.com/yui/fonts/
 */
html {
	color: #000;
	background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,
ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
	color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,
button,
textarea,
select {
	*font-size: 100%;
}


/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	font:13px/1.231 helvetica,clean,sans-serif;
	/* for IE6/7 */ 
	*font-size:small; 
	/* for IE Quirks Mode */
	*font:x-small; 
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
button,
textarea,
button {
	font:99% helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

/* End CSS Reset */

/* Tag Definitions */
html {
	height: 100%;
	padding:0px;
	margin:0px;
	background-color: transparent;
}

body,p,ul,ol,li,td {
	color:#7b7b7b;
	font-family:Helvetica, sans-serif;
	text-decoration:none;
}

body {
	padding:0px; 
	margin:0px;
	height:100%;
	background: #7F7F7F url("/images/bg.gif") repeat-y 50% 0;
	text-align: left;
}

/* Special override for Client Area */
body.clientarea {
	background: #7F7F7F url("/ev-images/bg.gif") repeat-y 50% 0;
}

/* Special override for Files Area */
body.files {
	background: none;
}

br{}

h1, h2, h3 {
	font-family:Tahoma, sans-serif;
	font-weight: normal;
	color: #175163;
}

a:link, a:visited {
	color:#175163;
	text-decoration:none;
}

a:hover, a:active {
	color:#FCE55D;
	text-decoration:none;
}

input{
	color:#333333;
	text-decoration:none;
}


/* Buttons */

/* nice alphatransparency background except for IE <7 */
html>body input[type="button"],
html>body input[type="submit"],
html>body input[type="reset"] {
  background:  #FFFFFF url(/images/buttonshadow.png) repeat-x bottom;
}

/* Special override for Client Area */
html>body.clientarea input[type="button"],
html>body.clientarea input[type="submit"],
html>body.clientarea input[type="reset"] {
  background:  #FFFFFF url(/ev-images/buttonshadow.png) repeat-x bottom;
}

* html input[type="button"],
* html input[type="submit"],
* html input[type="reset"] {
  height: 1.8em;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  border: 1px solid #DBDBDB;
  color: #7B7B7B;
  background-color: #FFFFFF;
  font-family: helvetica, sans-serif;
  vertical-align: middle;
  text-decoration: none;
  font-size: 100%;
  cursor: pointer;
  margin: 0;
  padding: 0.125em 0.4em;
  cursor: pointer;
}

/* Content Area Selectors */

.textContent p,
.textContent h1,
.textContent h2,
.textContent h3,
.textContent h4,
.textContent h5 {
	margin-bottom: 1em;
}

.textContent h1 { font-size: 153.9%; }
.textContent h2 { font-size: 131%; }
.textContent h3 { font-size: 116%; }
.textContent h4 { font-size: 100%; }
.textContent h5 { font-size: 77%; }

.textContent b, .textContent strong {
	font-weight: bold;
}

.textContent i, .textContent em {
	font-style: italic;
}

.textContent li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
}

.textContent ol, .textContent ul {
	margin-left: 30px;
	
}

.textContent ol li {
	list-style-type: decimal;
}

.textContent ul li {
	list-style-type: square;
}

.textContent dt { font-weight: bold; }
.textContent dd { margin-left: 20px; }

.textContent pre {
	background-color: #F9F9F9;
	border: 1px dashed #2F6FAB;
	color: black;
	padding: 10px;
}

.textContent .largeEmaillink {
	font-size: 123.1%;
	font-weight:bold;
	text-align: center;
}

/* Individual Selectors */

/* General Layout */

.clear {
	clear: both;
}

.center {
	text-align: center;
}

#mainDiv {
	margin-left: auto;
	margin-right: auto;	
	width:738px;
	background-image:url("/images/top_subpage.gif"); 
	background-repeat:no-repeat;
	background-color: #FFFFFF;
	height: 100%;
}

/* special case for the homepage. Because IE6 is SO lame, this has to come 
   RIGHT after the first #mainDiv declaration, or else the proper background
   doesn't show. */
#mainDiv.hpBackground {
	background-image:url("/images/top.gif");
}

#mainDiv.clientarea {
	background-image:none;
}

#header {
	height:94px;
	clear: both;
}

#header #logo {
	width: 210px;
	float: left;
	height:100%;
}

#header #logo a,
#header #logo #logowrapper {
	width: 131px;
	height: 48px;
	margin-left: 18px;
	margin-top: 31px;
	border: 0px;
	text-indent: -9999px;
	background: url('/images/logo.gif') no-repeat scroll;
	float: left;
}

/* Special override for Client Area */
body.clientarea #header #logo a,
body.clientarea #header #logo #logowrapper {
	background-image: url("/ev-images/logo.gif");
}

#header #pageTitle {
	width:528px;
	float:left;
	height: 100%;
}

#header #pageTitle h1 {
	font-size: 218%;
	text-align: right;
	margin-left: 6px;
	margin-top: 40px;
	margin-right: 6px;
}

#main {
	clear: both;
	min-height: 300px;
}

#main #nav {
	float: left;
	width: 195px;
}

#main #nav div.navBtn {

}

#main #nav div#navBtnHome {
	margin-top: 23px;
}

#main #nav div.navBtn a {
	padding: 6px 0px 6px 12px;
	width: 170px;
	height: 17px;
	text-indent: -9999px;
	float: left;
	background: url('/images/nav_image.gif') no-repeat scroll;
}

#main #nav div#navBtnHome a { background-position: 8px 4px; }
#main #nav div#navBtnAbout a { background-position: 8px -25px; }
#main #nav div#navBtnPlans a { background-position: 8px -54px; }
#main #nav div#navBtnSupport a { background-position: 8px -83px; }
#main #nav div#navBtnResellers a { background-position: 8px -112px; }
#main #nav div#navBtnContact a { background-position: 8px -141px; }
#main #nav div#navBtnOrder a { background-position: 8px -170px; }
#main #nav div#navBtnHome a:hover {	background-position: 8px -199px; }
#main #nav div#navBtnAbout a:hover { background-position: 8px -228px; }
#main #nav div#navBtnPlans a:hover { background-position: 8px -257px; }
#main #nav div#navBtnSupport a:hover { background-position: 8px -286px; }
#main #nav div#navBtnResellers a:hover { background-position: 8px -315px; }
#main #nav div#navBtnContact a:hover { background-position: 8px -344px; }
#main #nav div#navBtnOrder a:hover { background-position: 8px -373px; }

#main #nav img {
	border: 0px;
}

#main #content {
	float: left;
	width:537px;
	padding: 3px 6px 0 0;
}

#main #content > h2:first-child {
	margin-top: 0px;
}

#footer {
	padding-top: 2px;
	padding-bottom:20px;
	clear: both;
}

.footerLine {
	margin-left:195px; 
	margin-top:0px;
	border-top:1px solid #DBDBDB;
}

.footerText {
	margin-left:199px; 
	margin-top:10px;
	margin-bottom:20px;
	font-size:77%;
	color: #7B7B7B;
}

#footer.clientarea .footerLine {
	margin-left:0px;
	margin-right:0px;
}

#footer.clientarea .footerText {
	margin-left:4px;
}

/* Home Page */

#mainDiv h1#hpTopTitle  {
	font-style:italic;
	text-align: right; 
	margin-top:38px; 
	margin-right:5px;
	margin-bottom:0px;
	font-size:138%;
}

#mainDiv h3#hpTopSubtitle  {
	font-style:italic;
	text-align:right;
	margin-top:0px; 
	margin-right:5px;
	font-size:107%;
}

#homepageTop {
 	clear: both;
	height:238px;
}

#homepageTop #nav {
	height:100%;
}

#mainPromo {
	float: left;
	width: 207px;
	height:200px;
	margin-top: 10px;
	background: url('/images/hp_main_price.gif') no-repeat scroll 80px 62px;
	text-indent: -9999px;
	cursor: pointer;
}

#mainPrices {
	float: left;
	width: 335px;
	height:200px;
	margin-top: 10px;
}

#mainPrices #planA,
#mainPrices #planB,
#mainPrices #planC {
	width: 335px;
	height: 58px;
	text-indent: -9999px;
	cursor: pointer;	
	margin: 8px 0px 0px 0px;
}

#mainPrices #planA {
	 background: url('/images/1gb_ftp_space.gif') no-repeat scroll 0px 2px;
}

#mainPrices #planB {
	background: url('/images/2.5gb_ftp_space.gif') no-repeat scroll 0px 2px;
}

#mainPrices #planC {
	background: url('/images/5gb_ftp_space.gif') no-repeat scroll 0px 2px;	
}

.mainTeaserContainer {
	float:left;
	width:543px;
	height:28px;
	background: #7b7b7b;
	cursor: pointer;
}

.mainTeaserBanner {
	padding-left:10px;
	padding-top:6px;
	padding-bottom:6px;
	color: #ffffff;
	font-size: 93%;
}

.mainTeaserBanner a:link,
.mainTeaserBanner a:visited {
	color: #ffffff;
	text-decoration: none;
}

.mainTeaserBanner .linkUnderline {
	border-bottom: 1px dotted #ffffff;
}

.mainTeaserBannerYellow {
	color: #fce55d;
	font-weight:bold;
}

#hpLinuxIcon {
	float: right;
	padding: 6px 5px 0px 0px;
	width: 15px;
	height: 15px;
}

#homepageMain {
	clear:both;
}

#homepageMain #leftMainBar {
	width:195px;
	float:left;
}

#homepageMain #leftMainBarPosition {
	padding-left:10px;
	padding-top:25px;
}

#homepageMain #middleContentArea {
	width: 352px;
	float:left;
}

#homepageMain #middleContentAreaPosition  {
	margin-left:5px; 
	margin-top:16px; 
	margin-right:25px; 
}

#homepageMain #rightMainBar{
	float:left;
	width:190px;
}

#homepageMain #rightMainBarPosition {
	margin-top:16px;
}

#homepageMain #rightMainBar h2 {
	font-size: 131%;
}

.hpBenefits{
	font-family:Tahoma, sans-serif;
	font-size: 85%;  
	text-decoration:none;
	padding: 5px 25px 6px 3px;
	line-height:16px;
	border-bottom: 1px solid #dbdbdb;
}

#hpBenefitsTop {
	margin-top: 18px;
	border-top: 1px solid #dbdbdb;
}

#custLoginTitle {
	width: 153px;
	height: 31px;
	text-indent: -9999px;
	background: url('/images/cust_login_title.gif') no-repeat scroll;	
}

.hpLoginForm {
	margin-left: 3px;
}

.hpLoginForm #loginFormUsername { 
	padding-top: 18px;
	clear: left;
}

.hpLoginForm #loginFormPassword { 
	padding-top: 3px; 
	clear: left;
}

.hpLoginForm #loginFormButton { 
	padding-top: 12px; margin-left: 45px;
	clear: left;
}

.hpLoginForm div.loginFormCaption {
	padding-top: 4px;
	width: 42px;
	float: left;
	font-size:90%;
	color:#B0B0B0;	
}

.hpLoginForm input[type="text"],
.hpLoginForm input[type="password"] {
	width: 108px;
	float: left;
}

#webFTPClientTitle {
	margin-top: 40px;
	border: 0px;
}

.hpWebFTPClient {
	width: 147px;
	text-align: right;
	font-size: 120%;
	font-weight: bold;
	margin-top: 3px;
}

/*
.hpQuoteBox {
	margin-right:12px;
	margin-top:29px;
}

.hpQuoteBox .hpQuoteLeft {
	width: 22px;
	height: 17px;
	float: left;
	margin-right: 3px;
}

.hpQuoteBox .hpQuoteRight {
	width: 22px;
	height: 18px;
	float: right;
	margin-left: 3px;
}

.hpQuoteBox .hpQuoteAttribution {
	float: right;
}
*/

/* Sub Pages */


/* Product Features Table */

#masterFeaturesList {
	width: 507px;
	margin: 18px auto 15px auto;
}

#masterFeaturesContainer {
	float: left;
	border-top: 2px solid #7b7b7b;
	border-bottom: 2px solid #7b7b7b;
	background-color: #f7f7f7;
	width: 100%;
}

#masterFeaturesList #featuresListLeft {
	width: 317px;
	float: left;
	color: #6F6F6F;
}

#masterFeaturesList #featuresListRight {
	width: 190px;
	float: left;
	color: #6F6F6F;
}

#masterFeaturesList .featureListRow {
	width: 287px;
	background: #eaeaea url('/images/features_table_bkg.gif') no-repeat -71px 50%;
	float: left;
	padding-right: 30px;
	cursor: pointer;
}

#masterFeaturesList .featureListRow .contentWrapper {
	width: 267px;
	border-bottom: 1px dotted #FFFFFF;
	padding: 5px 10px 6px 10px;
}

#masterFeaturesList .featureListRowLast .contentWrapper {
	border-bottom: none;
}


#masterFeaturesList .featureListItemDetails {
	padding: 8px 25px 8px 0px;
	font-size: 93%;
	text-align: justify;
}

#masterFeaturesList .featureListIcon {
	width: 16px;
	height: 16px;
	padding-right: 8px;
	margin-bottom: -3px;
}


#masterFeaturesList #featuresListFooter {
	width: 507px;
	clear: both;
	background-color: #ffffff;
	font-size: 77%;
	padding: 1px 0px 1px 0px;
	text-align: right;	
}

.plansFeaturesTable {
	border: 0px;
}

.plansFeaturesTable td{
	border-top: dotted 1px #c5c5c5;
	font-size: 93%;
	padding:5px;
	padding-right:18px;
	padding-left:6px;
	vertical-align:top;
	width:50%;
}

.featureBullet {
	padding-right:1px;
	padding-bottom:1px;
	border:0px;
	width:7px;
	height:7px;
}

.guarantee {
	float: right;
	width: 128px;
	height: 111px;
	padding: 0px 4px 0px 4px;
}

/* Horizontal Nav */

.horizNav {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	width:100%;
	cursor: pointer;
}

.horizNav td {
	text-align: center;
	font-size: 108%;
}

.horizNavOn, .horizNavOff {
	border-right: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
	padding: 5px 10px 5px 10px;
	color: #ffffff;
}

.horizNavOff {
	background-color:#e1e1e1;
	color: #3d3d3d;
}

.horizNavOn {
	background-color:#6f6f6f;
	color: #ffffff;
}

.horizNavArrow {
	visibility: hidden;
}

.horizNavOff a:link,
.horizNavOff a:visited {
	color: #555555;
	text-decoration: none;
} 

.horizNavOn a:link,
.horizNavOn a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Pricing & Comparison Features Tables */

.pricingTable, 
.featuresTable {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
}

.featuresTable {
	width:500px;
}

.pricingTable {
	width:417px;
	margin-left:auto;
	margin-right:auto;
}

.pricingTable td,
.featuresTable td {
	border-bottom: dotted 1px #FFFFFF;
	font-size: 93%;
	color: #6F6F6F;
	padding:5px;
	background-color: #f1f1f1;	
	text-align:center;
	font-weight:bold;		
}

.pricingTable tr.header td,
.featuresTable tr.header td {
	background-color: #7b7b7b;
	color: #ffffff;
	font-weight:bold;
	white-space: nowrap;
	font-size: 93%;
}

.featuresTable td.featuresTableTitle {
	font-weight:normal;
	text-align:left;
}

.pricingTable td {
	font-size: 116%;
}

.pricingTable td.pricingTableTitle {
	text-align:left;
}

.pricingTable td.pricingTableNote {
	font-size: 77%;
	line-height:12px;
	text-align:left;
	font-weight: normal;
}

.pricingTable .order_smtext {
	font-weight: normal;
	font-size:60%;
}

/* Contact */

.contactAddress {
	float: left;
	/* this is 20px too short because IE6 has issues */
	width: 256px;
	margin-left: 10px;
}

.contactPhone {
	width: 241px;
	float: left;
	margin-left: 10px;
}

/* Misc Styles */

.redtext {
	color: #590000;
	font-weight: bold;
}

.sm_text, .sub_sm_gray {
	font-size: 77%;
	line-height: 1.321em;
}

.sm_title {
	font-size: 70%;
}

.sub_med_gray{
	font-size:85%;
}

.error_msg {
	font-size:100%;
	color:#FF0000;
	text-align: center;
	font-weight: bold;
}

.icon{
	padding-right:8px;
	padding-left:6px;
	padding-bottom:2px;
	padding-top:1px;
}

/* Tooltips */

.inlineTooltip {
	text-decoration: none;
	border-bottom: 1px dotted #c4c4c4;
	cursor: pointer;
}

.inlineTooltipText { 
    display:none; 
    width:310px; 
    font-size:11px; 
	background-color:#FEFFD9;
	border:1px solid #FCE55D;
	color:#555555;
	line-height:1.25em;
	padding: 12px;
}

#tooltip {
	clear:both;
}

/* Overlays */

img.inlineOverlay {
	cursor: pointer;
	-moz-box-shadow:1px 1px 2px #333333;
	-webkit-box-shadow:1px 1px 2px #333333;
}

img.inlineOverlay:hover {
	outline: 2px solid #8F1114;
	outline-offset: 5px;
	-moz-outline-radius: 7px;
}

.inlineOverlayBody { 
    display:none; 
    z-index:10000; 
    background-color:#fff; 
    min-width:425px;
    max-width: 804px;
    min-height:200px;
    border:1px solid #555555; 
    -moz-box-shadow:0 0 45px 5px #000; 
    -webkit-box-shadow: 0 0 45px #000;
    padding: 10px;
}
 
.inlineOverlayBody .close { 
    background-image:url(/images/overlay/close.png); 
    position:absolute; 
    right:-14px; 
    top:-12px; 
    cursor:pointer; 
    height:28px; 
    width:28px; 
}

/* System Status Message */

.systemStatusMsg {
	border: 1px dashed #cc0000;
	background-color: #FBEEEB;
	padding: 10px;
	margin-left: 205px; 
	margin-right: 10px;
	margin-top:17px;
}

.systemStatusMsg,
.systemStatusMsg p,
.systemStatusMsg a {
	color: #cc0000;
	font-size: 11px;
	font-family: Tahoma, sans-serif;
}

.systemStatusMsg a {
	display: block;
	border-bottom: 1px dotted;
	margin: 2px 0;
}