html, body { font-family: 'Open Sans', Helvetica, sans-serif; font-size:14px; color:#000000; line-height:20px; word-spacing:normal; margin:2%; padding:0; cursor:default; }

/************************
/ default input formatting
/***********************/
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 16px;
  padding: 4px 6px;
  /*margin-bottom: 10px;*/
  font-size: 14px;
  line-height: 16px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

/*input,
textarea,
.uneditable-input {
  width: 206px;
}*/

textarea {
  height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(2, 66, 138, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(2, 66, 138, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(2, 66, 138, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(2, 66, 138, 0.6);
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

select,
input[type="file"] {
  height: 26px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 26px;
}

select {
  /*width: 220px;*/
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

select[multiple],
select[size] {
  height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  /*outline: thin dotted #333;
  outline: 5px auto rgba(2, 66, 138, 0.8);
  outline-offset: -2px;*/
  border-color: rgba(2, 66, 138, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(2, 66, 138, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(2, 66, 138, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(2, 66, 138, 0.6);
}

a.cartCheckOut,
a.processButton,
input[type="submit"].processButton,
input[type="submit"] { 
	display: inline-block !important;
	margin: 0;
	padding: 10px 14px !important;
	/*padding-top: inherit !important;
	padding-right: inherit !important;*/
	width: auto !important;
	height: auto !important;
	text-decoration: none !important;
	color:#FFF;
	background: #2650AA none !important;
	font-weight: 500 !important;
	font-family: inherit !important;
	font-size: 15px !important;
	line-height: 15px !important;
	cursor:pointer;
	border: 1px solid #597291;
	-webkit-border-radius: 4px 4px 4px 4px; /* top-left, top-right, bottom-right, bottom-left */
	   -moz-border-radius: 4px 4px 4px 4px;
		    border-radius: 4px 4px 4px 4px;
	box-shadow: 0.5px 0.5px 0.5px 0 rgba(0, 0, 0, 0.200);
}
a.cartCheckOut:link, 
a.cartCheckOut:active, 
a.cartCheckOut:visited,
a.cartCheckOut:hover,
a.processButton:link, 
a.processButton:active, 
a.processButton:visited,
a.processButton:hover,
input[type="submit"].processButton:link, 
input[type="submit"].processButton:active, 
input[type="submit"].processButton:visited,
input[type="submit"].processButton:hover,
input[type="submit"] { color:#FFF; }
a.cartCheckOut:hover,
a.processButton:hover,
input[type="submit"].processButton:hover { background: #1C3D80 none !important; }

a.navButton { 
	display: inline-block;
	margin: 0;
	padding: 8px 10px;
	width: auto;
	height: auto;
	text-decoration: none;
	color:#FFF;
	background: #2650AA none;
	font-weight: 500;
	font-family: inherit;
	font-size: 13px;
	line-height: 13px;
	border: 1px solid #2650AA;
	-webkit-border-radius: 4px 4px 4px 4px; /* top-left, top-right, bottom-right, bottom-left */
	   -moz-border-radius: 4px 4px 4px 4px;
		    border-radius: 4px 4px 4px 4px;
	box-shadow: 0.5px 0.5px 0.5px 0 rgba(0, 0, 0, 0.200);
}
a.navButton:link, 
a.navButton:active, 
a.navButton:visited,
a.navButton:hover { color:#FFF; }
a.navButton:hover { background: #1C3D80 none !important; }

a.cancelButton { 
	display: inline-block;
	margin: 0;
	padding: 4px 6px;
	width: auto;
	height: auto;
	text-decoration: none;
	color:#FFF;
	background: #C40000 none;
	font-weight: 500;
	font-family: inherit;
	font-size: 13px;
	line-height: 13px;
	border: 1px solid #C40000;
	-webkit-border-radius: 4px 4px 4px 4px; /* top-left, top-right, bottom-right, bottom-left */
	   -moz-border-radius: 4px 4px 4px 4px;
		    border-radius: 4px 4px 4px 4px;
	box-shadow: 0.5px 0.5px 0.5px 0 rgba(0, 0, 0, 0.200);
}
a.cancelButton:link, 
a.cancelButton:active, 
a.cancelButton:visited,
a.cancelButton:hover { color:#FFF; }
a.cancelButton:hover { background: #B00000 none !important; }

a.viewButton,
button.viewButton,
input[type="submit"].viewButton {  
	display: inline-block;
	margin: 0;
	padding: 2px 4px;
	width: auto;
	height: auto;
	text-decoration: none;
	color:#FFF;
	background: #FFB422 none;
	font-weight: 500;
	font-family: inherit;
	font-size: 13px;
	line-height: 13px;
	cursor:pointer;
	/*text-shadow: 0 0.5px 0.5px #CE8600;*/
	border: 1px solid #F49F00;
	-webkit-border-radius: 4px 4px 4px 4px; /* top-left, top-right, bottom-right, bottom-left */
	   -moz-border-radius: 4px 4px 4px 4px;
		    border-radius: 4px 4px 4px 4px;
	box-shadow: 0.5px 0.5px 0.5px 0 rgba(0, 0, 0, 0.200);
}
a.viewButton:link, 
a.viewButton:active, 
a.viewButton:visited,
a.viewButton:hover,
button.viewButton:active, 
button.viewButton:hover,
input[type="submit"].viewButton:active, 
input[type="submit"].viewButton:hover { color:#FFF; }
a.viewButton:hover,
button.viewButton:hover,
input[type="submit"].viewButton:hover { background: #F29D00 none !important; }

a.viewButton.viewButton-larger,
button.viewButton.viewButton-larger,
input[type="submit"].viewButton.viewButton-larger { padding: 4px 8px !important; }

a.viewButton.viewButton-largerfont,
button.viewButton.viewButton-largerfont,
input[type="submit"].viewButton.viewButton-largerfont { padding: 3px 6px !important; font-size: 14px; line-height: 14px; }

a.viewButton.viewButton-green,
button.viewButton.viewButton-green,
input[type="submit"].viewButton.viewButton-green { background: #1BCC1B none !important; border: 1px solid #16A916 !important; }
a.viewButton.viewButton-green,
button.viewButton.viewButton-green,
button.viewButton.viewButton-green,
input[type="submit"].viewButton.viewButton-green { color: #FFF; }
a.viewButton.viewButton-green:hover,
button.viewButton.viewButton-green:hover,
input[type="submit"].viewButton.viewButton-green:hover { background: #01AE01 none !important; border: 1px solid #16A916 !important; }


.underline { border-bottom:1px dotted #42AFDC; font-weight:700; font-size:1.1em; margin-top:8px; margin-bottom:8px; }
table { border-collapse:collapse; border-spacing:0; }
table.invoiced { border:1px solid #8F8F8F; }
table.vinvoice { border:1px solid #42AFDC; }
table.vinvoice td { padding:5px; line-height:15px;}
table.data { border:1px solid #eee; }
table.data td { padding:5px; }
img { border:0; vertical-align:middle; }
.vlt { vertical-align:top; }
.vlm { vertical-align:middle; }
.vlb { vertical-align:bottom; }
.ac { text-align:center; }
.ar { text-align:right; }
.al { text-align:left; }
.width-100 { width:100%; } 	.width-99  { width:99%; } 	.width-98  { width:98%; } .width-97  { width:97%; } .width-96  { width:96%; } .width-95  { width:95%; } .width-90  { width:90%; } .width-85  { width:85%; } .width-80  { width:80%; } .width-75  { width:75%; } .width-70  { width:70%; } .width-65  { width:65%; } 
.width-60  { width:60%; } 	.width-55  { width:55%; } 	.width-50  { width:50%; } .width-45  { width:45%; } .width-40  { width:40%; } .width-35  { width:35%; } .width-33  { width:33%; } .width-30  { width:30%; } .width-25  { width:25%; } .width-20  { width:20%; } .width-15  { width:15%; } .width-10  { width:10%; } 
.width-5   { width:5%; } 	.width-2   { width:2%; } 	.width-1   { width:2%; } 
.pb-2 { padding-bottom:2px; }
.pb-5 { padding-bottom:5px; }
.pb-10 { padding-bottom:10px; }
.pb-20 { padding-bottom:20px; }
.p-2 { padding:2px; }
.p-5 { padding:5px; }
.p-10 { padding:10px; }
.p-15 { padding:15px; }
.p-20 { padding:20px; }
.alc { margin:0 auto; }
a:link, a:hover, a:visited, a:active { cursor:pointer; color:#42AFDC; font-size:700; text-decoration:none; border-bottom:1px dotted #42AFDC; }
.bold { font-weight:700; }
.italic { font-style:italic; }
.uline { text-decoration:underline; }
.center { text-align:center; }
.red { color:#FF0000; }
.green { color:#008800; }
.grey { color:#666666; }
.blue { color:#003366; }
.black { color:#000000; }
.tablehead { background:#8F8F8F; height:25px; padding:5px; text-align:left; color:#FFFFFF; font-weight:700; }
h1,h2,h3,h4,h5,h6 { font-weight:700; }
h1 { font-size:1.5em; }
h2 { font-size:1.2em; }
h3 { font-size:1.1em; }
h4 { font-size:0.75em; }
h5 { font-size:0.50em; }
h6 { font-size:0.25em; }
hr { border:0px; height:1px; color:#3d658b; border-bottom:1px dotted #42AFDC; }
a.nostyle, a.nostyle:hover { color:#000000; font-size:700; text-decoration:none; }
a.toTop { display:block; padding:8px 0px 8px 0px; width:100%; background:url("images/arrow.gif") no-repeat 8px 50%; background-position:right; text-align:left; vertical-align:middle; text-align:right; text-decoration:none; border:0; }
table#domainPrices { border:1px solid #42AFDC; width:100%; margin:0 auto; }
table#domainPrices th { background:#42AFDC url("images/icon-table-sort.png") no-repeat 2px 8px; padding: 4px 4px 4px 14px; color:#FFFFFF; border-bottom:1px solid #000000; font-weight:700; }
table#domainPrices .sortedASC { background: url("images/icon-table-sort-asc.png") no-repeat 2px 4px #42AFDC; color:#FFFFFF; }
table#domainPrices .sortedDESC { background: url("images/icon-table-sort-desc.png") no-repeat 2px 10px #42AFDC; color:#FFFFFF; }
table#domainPrices .tableHeaderOver { cursor: pointer; color: #000000; }
table#domainPrices tr.over { background-color: #354158; color: #FFFFFF; cursor: pointer; }
table#domainPrices tr.hide { display: none; }
swPositioner { text-align:left; width:100%; }
.swForm { text-align:center; }
.swHeading { font-weight:700; text-align:center; margin-bottom: 0px; }
.swDomain { width:100px; text-align:right; }
.swTld {}
.swSubmit {}
.swSecureImage { border:0px; }
.swSecureCode { width: 60px; }
.swInfo { font-size:10px; color:#000000; padding: 5px; text-align:center; }
.swResults { text-align:left; }
.swStatus { border-top:2px dotted #3d658b; padding: 5px; text-align: center; width: 500px; }
.swServer { border-top:2px dotted #3d658b; text-align: center; padding: 10px; color:#3d658b; }
.swData{ padding: 4px; color: #666666; }
.swHilight { font-weight:700; color:#FF0000; }
.swError{ font-weight:bold; color:#FF0000; }
.info, .error { border: 1px solid; margin: 10px 0px; padding:15px 10px 15px 50px; background-repeat: no-repeat; background-position: 10px center; width:100%; margin:0 auto; }
.info { color: #00529B; background-color: #BDE5F8; background-image: url("images/info.jpg"); }
.error { color: #D8000C; background-color: #FFEEEE; background-image: url("images/error.jpg"); }
input#generatePDF { background:url("images/pdf.gif") left no-repeat; padding-left:20px; display:block; color:#003399; text-align:left; text-decoration:none; border:0; margin:0 auto; width:125px; font-weight:700; }
a.printer, a.printer:hover, a.printer:visited { background:url("images/print.gif") left no-repeat; padding-left:20px; display:block; color:#003399; text-align:left; text-decoration:none; border:0; margin:0 auto; width:100px; font-weight:700; }