/* Tags */

body {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

img {
	border: 0px;
}

p {
	margin-top: 4px;
}

ul {
	list-style-type: square;
}

hr {
	width: 80%;
	color: #999999;
	background-color: #999999;
}

/* Headings */


p.title {
	margin: 0 0 0 0;
}

h1, h2, h3, h4 {
	font-family: Tahoma, Geneva, sans-serif;
}

h1 {
	font-size: 14pt;
	margin-top:	12px;
	margin-bottom: 2px;
	font-weight: bold;
}

h1:first-child, h2:first-child {
	margin-top:	2px;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
	margin: 12px 0 0 0;
}

h3, h4 {
	font-size: 10pt;
	font-weight: bold;
	margin: 12px 0 0 0;
}

/* Anchors */

a:link, a:visited, a:active {
	text-decoration: none;
	background: transparent;
}

a:link {
	color: #0000ff;
}

a:visited {
	color: #990099;
}

a:active {
	color: #ff0000;
}

a:link:hover, a:visited:hover, a:active:hover {
	color: #ff0000;
}

/*********************
 Main Sections
 *********************/

 /*
	w/o right column: 688px
	w/ right column: 828px
 */
.sectionBody {
	width: 728px;
	margin: 0 auto 20px auto;
	padding: 0 0 0 0;
	text-align: left;
	background-color: #ffffff;
}

 /*
	w/o right column: 686px
	w/ right column: 826px
 */
 
.sectionHead {
	width: 720px;
	margin: 8px 0 5px 0;
	padding: 0 4px 0 4px;
	background-color: #ffffff;
	text-align: left;
	border-bottom: 1px solid #d0d0d0;
}

.motto {
	margin: 2px 0 2px 2px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	font-style: italic;
}

 /*
	w/o right column: 676px
	w/ right column: 816px
 */
.footer {
	width: 720px;
	clear: both;
	margin: 12px 0 0 0;
	padding: 0 4px 4px 4px;
	color: #000000;
	background-color: #ffffff;
	border-top: 1px solid #000000;
}

.footerMessage {
	font-size: 8pt;
	float: left;
	padding-top: 2px;
	text-align: left;
}

.footerMessageRight {
	font-size: 8pt;
	float: right;
	padding-top: 2px;
	text-align: right;
}

/* Title component of subsection blocks */
.sectionTitle, .sectionFooter {
	margin: 0 0 0 0;
	padding: 1px 1px 1px 2px;
	background-color: #cccccc;
	background-image: url(../titlebg.png);
	background-repeat: repeat-x;
	background-position: top left;
	border: none;
	font-size: 10pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	text-align: left;
}

.sectionFooter {
	margin-top: 8px;
}

/*********************
 Left Column
 *********************/

/* 160 width */
.leftColumn {
	width: 160px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
	background-color: #ffffff;
	color: #000000;
	text-align: left;
}

.leftColumnSection {
	margin: 0 0 8px 0;
	padding: 0 0 0 0;
	border: 1px solid #cccccc;
	background-color: #f9f9f9;
	text-align: left;
}

.leftColumnSection p {
	margin: 4px 0 4px 0;
}

/*********************
 Main Column
 *********************/

.mainColumnHome {
	width: 560px;
	padding: 0 0 0 8px;
	margin: 0 0 0 0;
	float: left;
	color: #000000;
	text-align: left;
}

.mainColumn {
	width: 70%;
	padding: 0 4px 10px 8px;
	margin: 0 0 8px 8px;
	float: left;
	color: #000000;
	text-align: left;
	background-color: #fcfcfc;
	border: 1px solid #cccccc;
}

.mainColumnSection {
	margin: 0 0 8px 0;
	padding: 0 0 0 0;
	background-color: #f9f9f9;
	border: 1px solid #cccccc;
}

.mainColumnSection ul {
	margin-top: 4px;
}

.mainColumnSection p {
	margin: 8px 8px 8px 8px;
}

/*********************
 Right Column
 *********************/

/* 140 width */
.rightColumn {
	width: 140px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
}

.rightColumnSection {
	margin: 0 0 8px 8px;
	padding: 0 0 0 0;
	border: 1px solid #cccccc;
	background-color: #f9f9f9;
	text-align: left;
}

#rightColumnBookAd {
	text-align: center;
}

.rightColumnSection ul {
	margin: 6px 0 8px 2px;
	padding-left: 0;
	list-style-type: none;
}

.rightColumnSection li, .rightColumnSection p {
	font-size: 8pt;
	margin-left: 4px;
	margin-bottom: 4px;
}

.screenshots img {
	margin: 4px 4px 4px 4px;
}

/*********************
 Software Title Blocks
 *********************/

.softwareTitle {
	width: 265px;
}

.softwareBody {
	height: 20px;
	margin: 0 0 0 0;
	padding: 0 2px 2px 4px;
	background-color: transparent;
	border-bottom: 1px solid #cccccc;
}

.softwareTitle {
	float: left;
	margin: 4px 4px 4px 7px;
	padding: 0 0 0 0;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

.softwareTitle h2, .wideSoftwareTitle h2 {
	font-size: 12pt;
	margin: 2px 0 4px 0;
}

.softwareBody p {
	margin: 2px 0 0 0;
}

.softwareBody h2 {
	font-size: 10pt;
}

.softwareBody img {
	float: right;
	margin: 4px 4px 2px 2px;
}

.softwareFooter {
	margin: 0 0 0 0;
	padding: 2px 2px 2px 2px;
	clear: both;
	font-size: 10pt;
	background-color: #eeeeee;
	color: #333333;
	height: 50px;
}

/*********************
 News Blocks
 *********************/
 
.news {
	margin: 8px 4px 0 4px;
	padding: 0 0 0 0;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

.news h2 {
	margin: 0 0 0 0;
	padding: 2px 0 4px 2px;
	border-bottom: 1px solid #cccccc;
	font-size: 10pt;
}

.news p {
	margin: 0 0 0 0;
	padding: 4px 4px 4px 4px;
	background-color: transparent;
}

.newsBody .screenshots {
	float: right;
}

/*********************
 Site Global
 *********************/
 
ul.menu {
	margin: 2px 0 4px 6px;
	padding: 0 0 0 0;
	list-style-position: inside;
}

ul.menu li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 9pt;
}

.validIcon {
	float: right;
	padding-top: 8px;
}

.validIcon img {
	border: 0;
	width: 88px;
	height: 31px;
}

.reference {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
}

.download {
	font-weight: bold;
}

.errorMsg {
	color: #ff0000;
}

.logo {
	float: left;
	margin: 0 10px 0 6px;
}

/* forms */

legend {
	color: #ffffff;
	background: #636363;
	border: 1px outset #666666;
	padding: 2px 2px 2px 2px;
	font-weight: bold;
}

fieldset {
	margin-bottom: 15px;
}

.inputText {
	margin: 2px 0px 2px 5px;
}

input.submit {
	color: #000000;
	background: #c9c9c9;
	border: 2px outset #cccccc;
}

.ratescript {
	margin: 8px 0 8px 0;
}

p.history, p.answer {
	margin: 10px 32px 8px 32px;
}


.bannerAd {
	clear: left;
	margin-top: 15px;
}

.verticalBanner {
	margin-top: 10px;
}

.bookmarkIcon {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.rss {
	margin: 1px 0 0px 1px;
	float: left;
}

.more {
	text-align: right;
	font-weight: bold;
	margin: 0 6px 0 0;
	float: right;
}

table.defaultTable {
	margin: 10px 0 10px 0;
	background-color: #bbbbbb;
	width: 100%;
}
.defaultTable td, th {
	margin: 1px 1px 1px 1px;
	padding: 2px 4px 2px 4px;
	vertical-align: top;
}
.defaultTable td ul {
	margin: 0 0 4px 0;
	padding-left: 0;
	list-style-position: inside;
	list-style-type: disc;
}
.defaultTable th {
	background-color: #ceceff;
	background-image: url(../thbg.png);
	background-repeat: repeat-x;
}
.defaultTable tr {
	background-color: #eeeeee;
}
.defaultTable .evenRow {
	background-color: #eeeeee;
}
.defaultTable .oddRow {
	background-color: #ffffff;
}

/* Hosting Page Styles */

.hostName {
	text-align: left;
	font-size: 10pt;
}
.cost {
	color: #000000;
	font-weight: normal;
	font-size: 10pt;
	width: 60px;
}
.features {
	width: 178px;
}
.scripting {
}
td.features ul, td.scripting ul {
	font-size: 9pt;
	list-style: circle inside;
	margin: 0 0 0 4px;
}
.visit {
	font-weight: normal;
	text-decoration: underline;
	font-size: 8pt;
}
.host {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	font-size: 12pt;
}
.cost a {
	font-weight: normal;
	font-size: 8pt;
	text-decoration: underline;
}
.term {
	font-weight: bold;
	width: 230px;
}
.glossary li {
	margin-top: 10px;
}
#webHostTable {
	border-collapse: collapse;
	border: 1px solid #9999cc;
	margin-top: 0;
}
#webHostTable tr.evenRow {
	background-color: #fefeff;
}
#webHostTable tr.oddRow {
	background-color: #f3f3ff;
}
#webHostTable td {
	border-top: 1px solid #9999cc;
	border-bottom: 1px solid #9999cc;
	border-left: 1px solid #ccccff;
	border-right: 1px solid #ccccff;
	padding: 4px 4px 4px 4px;
}
#webHostTable th {
	border-left: 1px solid #9999cc;
	border-right: 1px solid #9999cc;
	text-align: left;
	font-weight: bold;
	font-size: 9pt;
	text-transform: uppercase;
	padding: 4px 4px 4px 4px;
}

/* Banners */

.banner {
	margin: 5px 0 8px 0;
	padding: 0 0 0 0;
	text-align: center;
	border: none;
}

.banner img {
	border: none;
}

#sb {
	background-color: #f3f3f3;
	text-align: left;
	padding: 2px 2px 4px 5px;
	border-width: 2px;
}

.sb1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	margin-left: 2px;
	margin-bottom: 3px;
	display: block;
	text-align: center;
}

.sb2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}

.sb3 {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: black;
	margin-left: 0;
	margin-bottom: 2px;
	display: block;
	text-align: center;
}

.sb4 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}