/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
/*body {
	font-size: 62.5%; 
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #d5d6d7 url('images/kubrickbgcolor.jpg');
	color: #333;
	text-align: center;
	}*/
html {
	
	height: 100%;
	
}

/****************************************************
*** BODY ********************************************
*****************************************************/



DIV.header {

	padding-top: 55px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	background: url('/images/headers/header.gif') no-repeat;
}
#page {
	/*background-color: white;
	border: 1px solid #959596;
	text-align: left;*/
	width: 981px;
	padding: 0px;
	margin: 0px auto;
	text-align: left;
	background: white;
	line-height:140%;
	}

#header {
	background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;
	}

#headerimg 	{
	margin: 0px;
	height: 192px;
	width: 755px;
	}

#content {
	font-size: 1.2em;
	margin:0px;
	padding-left:15px;
	width:700px;
	
	}
	.entry
	{
	width:700px;
	}

.widecolumn .entry p {
	font-size: 12px;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	/*background: #eee url('images/kubrickfooter.jpg') no-repeat top;*/
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 3em;
	text-align: center;
	padding:10px;
	margin:0;
	}

 .description {
	font-size: 1.2em;
	text-align: center;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
		color: #3f71a7;
		text-decoration:none;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin-top:30px;
	padding:0;
	}
DIV.nav_bar {
	width: 100%;
	padding: 4px 0px 10px 0;
	float: left;
	background: #F0F0F0;
	border-top: solid 8px #004770;
	color: #666;
	font-size:11px;
}

DIV.nav_bar a, DIV.nav_bar a:visited {
	color: #666;
	text-decoration: underline;
}

DIV.nav_bar a:hover {
	color: #666;
	text-decoration: none;
}

div.nav_bar div.nav_text {

	float: left;
	padding: 5px 10px 0px 10px;
}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	font-family: verdana, arial, mono;

	line-height: 180%;
	font-size: 0.80em;
	padding: 0px;
	margin: 0px;
	text-align: center;
	/*background: #002F2F;*/
	/*background-color: #A4D0EB;*/
	/*font-family:"Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms",verdana,arial,sans-serif;
	font-size:12px;*/
	background: #eee;
	color:#333;
	
	}

#page {
	background-color: white;
	margin: 0px auto;
	padding: 0;
	width: 981px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;	
	}

/*#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 755px;
	}*/

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 10px 0 20px 25px;
	margin: 0px 0 0;
	width: 750px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	/*margin: 5px 0 0 150px;*/
	width: 700px;
	}

.post {
	margin: 0 0 40px;
	padding-left: 10px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 981px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */


/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	width:330px;
	font-size:10px;
	padding-top:10px;
	text-align:right;
	line-height:130%;
	}

.alignleft {
	float: left;
	width:330px;
	padding-top:10px;
	font-size:10px;
	line-height:130%;
	
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

/*html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}*/

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
/*	margin: 10px auto;*/
	text-align: left;
	}

#sidebar #searchform #s {
	width: 70px;
	padding: 2px;
	}

#sidebar #searchsubmit1 {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 0px 0 10px 0;
	width: 180px;
	float:right;
	margin-right:30px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: left;
	margin: 10px;
	}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

DIV.all {

	width: 982px;
	padding: 0px;
	margin: 0px auto;
	text-align: left;
	background: white;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ccc;	
	border-bottom: solid 1px #ccc;	
	


}

DIV.pricerise {
	background: url(/images/backgrounds/priceriseBG.png) repeat-x #FFFFFF; 
	margin-left: 10px; 
	margin-top: 15px; 
	margin-bottom: 0px; 
	padding: 8px; 
	padding-bottom: 10px; 
	font-size: 8pt; 
	font-family: Verdana, Helvetica, sans-serif; 
	line-height: 160%; 
	width: 90%;
}

DIV.pricerisemsg {
	text-align: left; 
	margin-top: 5px; 
	font-weight:normal; 
	font-size: 12pt; 
	font-weight: bold; 
	color: navy; 
	padding-bottom: 0px;
	margin-bottom: 10px;
}

DIV.greybox {

	border: solid thin #CCCCCC;
	padding: 5px;
	margin: 0px auto;
	text-align: left;
	background:  #E9E9E9;
}

DIV.toparrow {
	background: #F4F4F4;
	margin-bottom: 15px;
	margin-top: 20px;
	clear: right;
	padding: 2px 7px 5px 10px;
	vertical-align: middle;
	text-align: right;
	margin-left: 5px;
	margin-right: 2px;
}


DIV.allFaq {

	width: 960px;
	padding: 10px;
	margin: 0px auto;
	text-align: left;
	background-color:#FFFFFF;
}

DIV.header {
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	background: url('/images/backgrounds/header2.png') repeat-x #052e4f;

}

DIV.header div.logo {
	margin: 0;
	float: left;
	width: 350px;
	text-align: left;
	padding: 8px;
	
}

DIV.header DIV.message {
	float: right;
	margin: 0;
	width: 400px;
	padding:6px 12px 8px 8px;
	line-height: 160%;
	color: white;
	text-align: right;
	font-size: 11px;
}

div.message strong {
	font-size:14px;
}





div.search_bar {

	float: right;
	margin-top: 0px;
	margin-right: 6px;
}

div.search_bar form { 

	border: none;
	display: inline;
	background: none;
	padding: 0px;
}

div.search_bar input { 

	position: relative;
	margin-top:5px;
	
}

DIV.renew {
	color: black;
	font-size: 8pt;
	line-height: 170%;
	padding: 10px;
	background: #eee;
	border: solid 1px #D90000;
	width: 467px;
	margin-left: 7px;
	margin-top: 0px;
	margin-bottom: 10px;
}


DIV.main {

	width: 730px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	background: none;
	/*background: url(/images/backgrounds/tocBG.png) repeat-x 0 0px white;	*/
	float: left;
}

DIV.main2 {

	width: 950px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	background: none;
	/* background: url(/images/backgrounds/tocBG.png) repeat-x 0 0px white; */
	float: left;
}

DIV.main_landing {

	width: 670px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	background: none;
	float: left;
}



DIV.main p {
	padding: 0px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
		margin-bottom:15px;
		margin-top:10px;

}

DIV.main2 p {
	padding: 0px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
		margin-bottom:15px;
		margin-top:10px;
}

DIV.main2 p.moreDetails {
	font-size: 12pt;
	color: #005cb9;
	font-weight: bold;
	margin-bottom:0;
	padding-bottom: 0;
}


DIV.main_landing p {
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
}

DIV.mainemail {

	width: 697px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-left: 13px;
	margin-right: 13px;
	margin-bottom: 10px;
	background: none;
	float: left;
}

DIV. {

	width: 540px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-left: 13px;
	margin-right: 20px;
	margin-bottom: 10px;
	background: none;
	float: left;
}


DIV.navigation_landing {
	
	width: 270px;
	padding-top: 15px;
	margin-right: 10px;
	padding-right: 0px;
	background: none;
	margin-top: 15px;
	margin-left: 0px;
	float: right; 
	clear: right;
}

TABLE.tour {
	border: none;
	margin-bottom: 10px;
	
}

TABLE.tour tr {
	border: solid thin #ccc 1px;
	padding: 15px 15px 10px 0px;
	margin: 5px 10px 10px 20px;
	text-align:left;

}

TABLE.tour td {
	border: solid thin #ccc 1px;
	padding: 10px 10px 0px 0px;
		vertical-align: top;
		background: #fff url(/images/backgrounds/tocBG.png) repeat-x top;
}

div.navigationsmall {
	float: right; 
	margin-right: 10px; 
	margin-top: 4px;
}
div.miniTOC {
	width:155px;
	float: right;
	background: #fff url(/images/backgrounds/tocBG.png) repeat-x top;
	border: solid #ddd 1px;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	text-align:left;
	font-size: 9pt;
}

div.miniTOC strong {
	color: #004891;
	font-size: 11pt;
}

div.miniTOC strong.smaller {
	color: black;
	font-size: 9pt;
}

div.miniTOCholder {
	width:320px;
	float: right;
	background: none;
	padding: 0px 0px 0px 0px;
	margin: 5px 10px 0px 20px;
	text-align:left;
	font-size: 9pt;
}


div.smallTOC {
	width:320px;
	float: right;
	background: #fff url(/images/backgrounds/tocBG.png) repeat-x top;
	border: none;
	padding: 10px 0px 10px 0px;
	margin: 0px 10px 7px 30px;
	text-align:left;
	font-size: 9pt;
}


div.smallTOC div.smallfooter {
	border-top: solid 1px #dddddd;
	text-align: justify;
	font-size: 8pt;
	color: #666666;
	padding-top: 7px;
	line-height: 150%;
	margin-left: 15px;
	margin-right: 15px;
}


div.smallTOC strong {
	color: #004891;
	font-size: 11pt;
}

div.smallTOC strong.smaller {
	color: black;
	font-size: 9pt;
}

div.smallTOC2 {
	width:320px;
	clear: right;
	float: right;
	background: #fff url(/images/backgrounds/tocBG.png) repeat-x top;
	background-position: 0px 20px;
	margin-right: 0;
	border: solid #ddd 1px;
	padding: 0px 0px 10px 0px;
	margin: 5px 10px 10px 20px;
	text-align:left;
}

div.smallTOC2 strong {
	color: navy;
	font-size: 11pt;
}

div.smallTOC2 strong.smaller {
	color: black;
	font-size: 10pt;
}

div.smallTOC2 a {
	font-weight: bold;
}


div.smallFAQ {
	width:190px;
	clear: left;
	float: left;
	background: #fff url(/images/backgrounds/tocBG.png) repeat-x;
	border: solid 1px #ccc;
	margin-right: 0;
	padding: 10px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	text-align:left;
	font-size: 8pt;
}

ul.cross {
	list-style-type: none;
    list-style-image: url(http://wbadmin.info/images/delete2.png);
	padding-left: 0px;
	margin-left: 20px;
	margin-top: 10px;
	text-align: left;
	margin-bottom: 10px;
	}
	
		ul.cross li	{
			margin-top: 1em;
			line-height:140%;
			padding-left: 5px;
			padding-right: 10px;
		}	
		
ul.ticks2 {
	list-style-type: none;
    list-style-image: url("http://wbadmin.info/images/greenTick.gif");
	padding-left: 0px;
	margin-left: 20px;
	margin-top: 0px;
	text-align: left;
	margin-bottom: 20px;
	}
ul.ticks2 li	{
			margin-top: 1em;
			line-height:140%;
			padding-left: 10px;
			padding-right: 10px;
		}				

div.smallFAQ ul.contentslist li p {
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.smallFAQ div.strong {
	color: #004891;
	font-size: 9pt;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 130%;
	margin-top: 5px;
}

div.smallFAQ strong.smaller {
	color: black;
	font-size: 10pt;
}

div.smallFAQ ul.contentslist li {
	font-weight: normal;
	padding: 0;
	margin: 0;
	line-height: 140%;
}

div.smallFAQ ul.contentslist li a {
	font-weight: normal;
	padding: 0;
	color: blue;
	margin: 0;
	text-decoration: none;
}

div.smallFAQ ul.contentslist li a:visited {
	font-weight: normal;
	padding: 0;
	color: blue;
	margin: 0;
	text-decoration: none;
}

ul.contentslist li a:visited {
	text-decoration: none;
}

div.smallFAQ ul.contentslist li a:hover {
	font-weight: normal;
	padding: 0;
	color: blue;
	background: none;
	margin: 0;
	text-decoration: underline;
}

div.highlights {
	clear:right;
	width: 720px;
	margin-left: 5px;
	border: none;
	background: #ffffff;
	margin-left: 10px;
	margin-top: 0px;
	padding: 0;
}
div.highlights div.header {
	color: white;
	border-bottom: solid 1px #ccc;
	background: #C00 url(/images/backgrounds/highlightBG.png) repeat-x bottom;
	padding: 4px 5px 5px 10px;
	font-weight: bold;
	font-size: 11pt;
	margin:0;
}
div.list {
	padding: 5px;
	padding-bottom: 0px;
	background: white url(/images/backgrounds/listBG.png) repeat-x;
}
      
ul.ticks {
	list-style-type: none;
    list-style-image: url(/images/icons/greenTick.gif);
	padding-left: 10px;
	margin-left: 30px;
	margin-top: 15px;
	text-align: justify;
	margin-bottom: 15px;
	}
		ul.ticks li	{
			margin-top: 0.4em;
			line-height:160%;
			padding-left: 10px;
			padding-right: 10px;
		}	  


ul.contentslist {

	list-style: none;
	color: #000000;
	padding: 0;
	margin-left: 15px;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-right: 10px;
	line-height: 22px;
	}
	
	ul.contentslist  li {
	margin-bottom: 10px;
	margin-left: 0px;
		
	}

	ul.contentslist li div {
	padding-left: 30px;
	margin-top: 2px;
	color: #666;
	font-size: 8pt;
	line-height: 140%;
		
	}
	
	ul.contentslist li span {
	padding-left: 0px;
	margin-top: 2px;
	color: #666;
	font-size: 8pt;
	line-height: 140%;
		
	}	
	
	ul.contentslist  li div.description {
	padding-left: 20px;
	color: #666;
	margin-top: 2px;
	font-size: 8pt;
	line-height: 140%;
		
	}

	ul.contentslist  li a {
		color: blue;
		text-decoration: none;
		
	}	
	

ul.contentslist  li a:hover {
		text-decoration:underline;
		
	}	
	
	ul.contentslist  li a.current {
		color: blue;
		font-weight: bold;
		text-decoration: none;
	}


div.testimonialInline {background: #eee; width: 370px; margin-left: 10px; padding: 5px 5px 5px 0px; border: solid 1px #ccc; float: right; clear: right;}

DIV.EOL {
	border: solid 1px #ddd; 
	background: #eee;
	width:95%; 
	margin-top:10px; 
	margin-bottom:10px; 
	padding: 5px 10px 10px 10px; 
	margin-left:10px; 
	width:720px;
}

DIV.whitep_bar {

	padding: 5px;
	border-bottom: 1px solid gray;
}

div.errors {

	margin-top: 0px;
	margin-bottom: 5px;
	background: #FFCAC1;
	padding: 10px;
	font-size: 1.1em;
}

div.bluebartop
	{
		background: #005B88;
		color:#FFFFFF;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:13px;
		line-height: 130%;
		font-weight:bolder;
		text-align:left;
		width:480px;
		margin: 5px 5px 5px 1px;
		padding: 5px 5px 5px 5px;
		height:20px;
	}
	
div.greenbartop
	{
		background:#003300;
		color:#FFFFFF;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height: 130%;
		font-weight:bolder;
		text-align:left;
		width:480px;
		margin: 10px 5px 10px 1px;
		padding: 5px 5px 5px 5px;
		height:20px;

		
	}

/****************************************************
*** HEADER AND MAIN MENU ****************************
*****************************************************/

TABLE.main_menu {
	
	width: 100%;
	padding: 0px;
	margin: 0px;
	padding: 0px;
}

TABLE.main_menu TD#download A {
	background:url(/images/backgrounds/h1BG_green.png) repeat-x;
	color: white;
}

TABLE.main_menu TD#purchase A {
	background:url(/images/backgrounds/h1BG_red.png) repeat-x;
	color: white;
}

TABLE.main_menu TD#tour A {
	background:url(/images/backgrounds/h1BG.png) repeat-x;
	color: white;
}

TABLE.main_menu TR TD A  {
	display: block;	
	height: 100%;
	width: auto;
	padding: 9px 5px 9px 5px;
	text-decoration: none;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 10pt;
		border-right: none;
	
}

TABLE.main_menu TR TD A:visited  {
	text-decoration: none;
}

TABLE.main_menu  TD {

	width: 160px;
	padding: 0px;
	margin: 0px;
	border: none;

}


a.privacy {
	color: #800000;
	text-decoration: underline;
}

a.privacy:hover {

	color: #800000;
	text-decoration: none;
}

.tooltip {

	line-height: 170%;
	width: 470px;
	padding: 5px 20px 10px 30px;
	text-align: justify;
	background:  url(/images/icons/help2.png) no-repeat 5px 5px #E8F3FF;
}


/******************************
 ******************************
 Main menu buttons - default
 ******************************
 ******************************/

TABLE.main_menu TR TD a {

	background: url('/images/buttons/button-bg.gif') repeat-x white;
	text-decoration: none;
	color: #666;
	font-family:Arial, Helvetica, sans-serif;
}

TABLE.main_menu TR TD a:visited {

	color: #666;
}


/******************************
 ******************************
 Main menu buttons - down
 ******************************
 ******************************/

TABLE.main_menu TR TD.current a {
	background: url('/images/buttons/button-down.png') repeat-x #052e4f;
	color: white;
	
}

TABLE.main_menu TR TD.current a:visited {
	color: white;
}


/******************************
 ******************************
 Main menu buttons - over
 ******************************
 ******************************/

TABLE.main_menu TR TD a:hover {

	background: url(/images/buttons/button-down.png) repeat-x;
	color: white;
}

TABLE.main_menu TD#tour a:hover {
	background: url(/images/backgrounds/h1BG_hov.png) repeat-x;
}

TABLE.main_menu TD#download a:hover {
	background: url(/images/backgrounds/h1BG_green_hov.png) repeat-x;
}

TABLE.main_menu TD#purchase a:hover {
	background: url(/images/backgrounds/h1BG_red_hov.png)  repeat-x;
}

TABLE.main_menu TD.current#purchase a, TABLE.main_menu TD.current#tour a, TABLE.main_menu TD.current#download a {
	background: url(/images/buttons/button-down.png)  repeat-x;
}

TABLE.main_menu TD.current#purchase a:hover, TABLE.main_menu TD.current#tour a:hover, TABLE.main_menu TD.current#download a:hover {
	background: url(/images/buttons/button-down.png)  repeat-x;
}



DIV.backupassist_banner,
DIV.support_banner, 
DIV.education_banner,
DIV.reseller_banner, 
DIV.about_banner, 
DIV.newsletter_banner {

	margin: 0px;
	height: 10px;
	background: #005179;
}

/*DIV.backupassist_banner {

	background: url('/images/banners/baTitle.gif') no-repeat;
}

DIV.education_banner {

	background: url('/images/banners/eduTitle.gif') no-repeat;
}

DIV.support_banner {

	background: url('/images/banners/supportTitle.gif') no-repeat;
}

DIV.reseller_banner {

	background: url('/images/banners/resellerTitle.gif') no-repeat;
}

DIV.about_banner {

	background: url('/images/banners/aboutTitle.gif') no-repeat;
}

DIV.newsletter_banner {

	background: url('/images/banners/newsTitle.gif') no-repeat;
}
*/

/****************************************************
*** SUB MENU ****************************************
*****************************************************/

a#beta { width: 165px;   text-align: center; text-decoration: none; margin-top:10px}

a#betahome {width: 165px;  text-align: center; text-decoration: none; }


table.button_menu {

	margin-bottom: 15px;
}

table.button_menu tr td {

	border: none;
	padding: 0px;
}

table.sub_menu {
	margin-bottom: 15px;
	width: 190px;
	border: solid 1px #ddd;
	background: url(/images/backgrounds/tocBG.png) repeat-x 0px 0px;
}

table.sub_menu2 {
	
	margin-bottom: 15px;
	width: 260px;
}

table.sub_menu3 {
	margin-bottom: 15px;
	width: 190px;
	border: solid 1px #ccc;
	background: url(/images/backgrounds/tocBG.png) repeat-x 0px 35px;
}

table.sub_menu th {
	background: none;
	padding: 10px;
	font-size: 10pt;
	font-weight: bold;
	color: #004891;
	text-align: left;
	letter-spacing: 1px;
	border:none;
}

table.sub_menu3 th {

	background: #005179 url(/images/backgrounds/h1BG.png) repeat-x;
	padding: 10px;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	text-align: center;
	letter-spacing: 1px;
}

table.sub_menu th a, table.sub_menu th a:visited, table.sub_menu th a:hover {
	color: white;
}

table.sub_menu th#red {
	background: #d21313 url(/images/backgrounds/h1BG_red.png) repeat-x top;
}

table.sub_menu3 th#red {
	background: #d21313 url(/images/backgrounds/h1BG_red.png) repeat-x top;
}
table.sub_menu th#green {
	background: #d21313 url(/images/backgrounds/h1BG_green.png) repeat-x top;
}

table.sub_menu th#blue {
	background: #d21313 url(/images/backgrounds/h1BG.png) repeat-x top;
}

table.sub_menu3 th#blue {
	background: #d21313 url(/images/backgrounds/h1BG.png) repeat-x top;
}



table.sub_menu2 th {

	background: #005179 url(/images/backgrounds/sub_menu_bg.png) repeat-x;
	padding: 8px;
	font-size: 8pt;
	font-weight: bold;
	color: white;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}

table.sub_menu th.red {
	background: #800000 url(/images/backgrounds/highlightBG.png) repeat-x;
	font-size: 8pt;
}

table.sub_menu3 th.red {
	background: #800000 url(/images/backgrounds/highlightBG.png) repeat-x;
	font-size: 8pt;
}

table.sub_menu td {

	background: none;
	padding: 0px;
	vertical-align: middle;
	border: none;
}

table.sub_menu3 td {

	background: none;
	padding: 10px;
	vertical-align: middle;
	border: none;
}
table.sub_menu td img {

	float: left;
	width: 20px;
	height: 20px;
	margin-left: 5px;
	margin-right: 5px;
}

table.sub_menu3 td img {

	float: left;
	width: 20px;
	height: 20px;
	margin-left: 5px;
	margin-right: 5px;
}
table.sub_menu td a {

	font-family: verdana;
	display: block;
	padding-top: 12px;
	padding-bottom: 10px;
	padding-left: 30px;
	text-decoration: none;
	color: #303030;
	font-size: 8pt;
	vertical-align: middle;
}

table.sub_menu3 td a {

	font-family: verdana;
	display: block;
	text-decoration: none;
	color: #303030;
	font-size: 8pt;
	vertical-align: middle;
}


table.sub_menu td a:hover {

	color: black;
	background: #CEE6F2;

}

table.sub_menu td a:visited {

	color: black;
	text-decoration: none;

}

table.sub_menu td a.current {

	color: black;
	font-weight: bold;
	background: #CEE6F2;
}

table.sub_menu td a.current:hover {

	background: #9DCEE6;


}

/****************************************************
*** SUB MENU ICONS **********************************
*****************************************************/

a#sub_menu_backupassist_overview,
a#sub_menu_backupassist_features,
a#sub_menu_backupassist_tour,
a#sub_menu_backupassist_msgadmin,
a#sub_menu_backupassist_msgbus,
a#sub_menu_backupassist_msgnt,
a#sub_menu_backupassist_downloads,
a#sub_menu_backupassist_purchase,
a#sub_menu_backupassist_faq,
a#sub_menu_backupassist_testimonials,
a#sub_menu_backupassist_locate_reseller,
a#sub_menu_backupassist_softwarelife,
a#sub_menu_backupassist_history,
a#sub_menu_backupassist_upgrade,
a#sub_menu_backupassist_issues,
a#sub_menu_education_center,
a#sub_menu_education_datasheets,
a#sub_menu_education_whitepapers,
a#sub_menu_education_videos,
a#sub_menu_education_articles,
a#sub_menu_education_features,
a#sub_menu_education_presentations,
a#sub_menu_education_brochures,
a#sub_menu_education_comparisons,
a#sub_menu_support_center,
a#sub_menu_support_knowledge_base,
a#sub_menu_support_troubleshoot_center,
a#sub_menu_support_forum,
a#sub_menu_support_ntbackup_info,
a#sub_menu_reseller_overview,
a#sub_menu_reseller_login,
a#sub_menu_sreseller_login,
a#sub_menu_reseller_apply,
a#sub_menu_about_profile,
a#sub_menu_about_press,
a#sub_menu_about_charities,
a#sub_menu_about_charter,
a#sub_menu_about_contact,
a#sub_menu_newsletter_subscribe,
a#sub_menu_webcasts,
a#sub_menu_newsletter_devblog,
a#sub_menu_newsletter_supblog,
a#sub_menu_resources_index,
a#sub_menu_resources_other,
a#sub_menu_backupassist_imaging, 
a#sub_menu_backupassist_ntbackup,
a#sub_menu_backupassist_filereplication,
a#sub_menu_backupassist_exchange,
a#sub_menu_backupassist_sql,
a#sub_menu_backupassist_restore,
a#sub_menu_backupassist_monitoring,
a#sub_menu_backupassist_rsync,
a#sub_menu_backupassist_hyperv,
a#sub_menu_backupassist_zip
{

	background-repeat: no-repeat; 
	background-position: 2px center;
}

a#sub_menu_backupassist_hyperv {
	background-image: url('/images/icons/hyper-v20.gif');
}

a#sub_menu_backupassist_rsync {
	background-image: url('/images/icons/rsync.gif');
}

a#sub_menu_webcasts {
	background-image: url('/images/icons/videocamera.png');
}

a#sub_menu_backupassist_restore {
	background-image: url('/images/icons/restore_console20.png');
}

a#sub_menu_backupassist_monitoring {
	background-image: url('/images/icons/centralizedMonitoring.gif');
}

a#sub_menu_backupassist_zip {
	background-image: url('/images/icons/zip20.gif');
}

a#sub_menu_backupassist_sql {
	background-image: url('/images/icons/SQL.gif');
}

a#sub_menu_backupassist_exchange {
	background-image: url('/images/icons/exchange24.png');
}

a#sub_menu_backupassist_filereplication {
	background-image: url('/images/icons/filereplication.gif');
}

a#sub_menu_backupassist_ntbackup {
	background-image: url('/images/icons/NTBackup.gif');
}

a#sub_menu_backupassist_imaging {
	background-image: url('/images/icons/Imaging.gif');
}

a#sub_menu_backupassist_overview {
	
	background-image: url('/images/icons/overview_icon.gif');
}

a#sub_menu_backupassist_features {
	
	background-image: url('/images/icons/preferences.gif');
}

a#sub_menu_backupassist_tour {
	
	background-image: url('/images/icons/minibus_blue.gif');
}

a#sub_menu_backupassist_msgadmin {
	
	background-image: url('/images/icons/document_info.gif');
}

a#sub_menu_backupassist_msgbus {
	
	background-image: url('/images/icons/document_info.gif');
}

a#sub_menu_backupassist_msgnt {
	
	background-image: url('/images/icons/document_info.gif');
}

a#sub_menu_backupassist_downloads {
	
	background-image: url('/images/icons/download.gif');
}

a#sub_menu_backupassist_purchase {
	
	background-image: url('/images/icons/currency_dollar.gif');
}

a#sub_menu_backupassist_faq {
	
	background-image: url('/images/icons/help2.gif');
}

a#sub_menu_backupassist_testimonials {
	
	background-image: url('/images/icons/talker.gif');
}

a#sub_menu_backupassist_locate_reseller {
	
	background-image: url('/images/icons/id_card.gif');
}

a#sub_menu_backupassist_history {
	
	background-image: url('/images/icons/calendar.gif');
}


a#sub_menu_backupassist_softwarelife {
	
	background-image: url('/images/icons/document_stop.gif');
}

a#sub_menu_backupassist_upgrade {
	
	background-image: url('/images/icons/toolbox.gif');
}

a#sub_menu_backupassist_issues {
	
	background-image: url('/images/icons/mail_earth.gif');
}

a#sub_menu_education_center {

	background-image: url('/images/icons/graduate.gif');
}

a#sub_menu_education_datasheets {

	background-image: url('/images/icons/document_notebook.gif');
}

a#sub_menu_education_presentations {

	background-image: url('/images/icons/powerpoint20.gif');
}

a#sub_menu_education_brochures {

	background-image: url('/images/icons/document_notebook.gif');
}

a#sub_menu_education_comparisons {

	background-image: url('/images/icons/document_plain.gif');
}

a#sub_menu_education_whitepapers {

	background-image: url('/images/icons/document_plain.gif');
}

a#sub_menu_education_videos {

	background-image: url('/images/icons/movie.gif');
}

a#sub_menu_education_articles {
	
	background-image: url('/images/icons/document_text.gif');
}

a#sub_menu_education_features {
	
	background-image: url('/images/icons/document_text.gif');
}

a#sub_menu_support_center {

	background-image: url('/images/icons/first_aid_box.gif');
}

a#sub_menu_support_knowledge_base {

	background-image: url('/images/icons/books.gif');
}

a#sub_menu_support_softwarelife {
	
	background-image: url('/images/icons/document_stop.gif');
}

a#sub_menu_support_troubleshoot_center {

	background-image: url('/images/icons/troubleshoot.gif');
}

a#sub_menu_support_forum {

	background-image: url('/images/icons/question_and_answer.gif');
}

a#sub_menu_support_ntbackup_info {

	background-image: url('/images/icons/tape.gif');
}

a#sub_menu_support_center {

	background-image: url('/images/icons/first_aid_box.gif');
}

a#sub_menu_reseller_overview {
	
	background-image: url('/images/icons/handshake.png');
}

a#sub_menu_reseller_login {
	
	background-image: url('/images/icons/key1.png');
}

a#sub_menu_sreseller_login {
	
	background-image: url('/images/icons/key1silver.png');
}

a#sub_menu_reseller_apply {
	
	background-image: url('/images/icons/earth_view.png');
}

a#sub_menu_about_profile {
	
	background-image: url('/images/icons/office-building.gif');
}

a#sub_menu_about_press {
	
	background-image: url('/images/icons/news.gif');
}

a#sub_menu_about_charities {

	background-image: url('/images/icons/money2.gif');
}

a#sub_menu_about_charter {

	background-image: url('/images/icons/contract.gif');
}

a#sub_menu_about_contact {
	
	background-image: url('/images/icons/mail_earth.gif');
}

a#sub_menu_newsletter_subscribe {
	
	background-image: url('/images/icons/mail_earth.gif');
}

a#sub_menu_newsletter_devblog {
	
	background-image: url(/images/icons/supblog.gif);
}

a#sub_menu_newsletter_supblog {
	
	background-image: url(/images/icons/devblog.gif);
}

a#sub_menu_resources_index {
	
	background-image: url('/images/icons/folder_document.gif');
}

a#sub_menu_resources_other {
	
	background-image: url('/images/icons/documents.gif');
}

/****************************************************
*** FOOTER ******************************************
*****************************************************/

DIV.footer {
	padding: 0px 10px 10px 0px;
	clear: both;
	height: 60px;
	margin: 10px 15px 0px 15px;

}

DIV.footer P {

	font-family: verdana, arial, mono;
	font-size: 8pt;
	color: #666;
	text-align: center;
}

DIV.footer P A {

	color: blue;
	text-transform: uppercase;
}

DIV.footer P A:hover {

	text-decoration: none;
}

/****************************************************
*** HEADINGS ****************************************
*****************************************************/

h1 {

	font-size: 20px;
	padding: 4px 8px 4px 8px;
	/*background: #005179 url(/images/backgrounds/h1BG.png) repeat-x;*/
	color: #004891;
	font-weight: bold;
	/*border: 1px solid gray;*/
	margin-top: 0px;
	line-height: 140%;
}


h1.download {

	font-size: 11pt;
	padding: 3px;
	background: #679e41;
	color: white;
	border: 1px solid gray;
	text-transform: none;
	margin-top: 0px;

}

h1.download2 {

	font-size: 11pt;
	padding: 3px;
	background: #999999;
	color: white;
	border: 1px solid gray;
	text-transform: none;
	margin-top: 0px;

}

h1 em {

	color: #C5472B;
	font-style: normal;
}

	div.articleSummary {
		padding: 0px 10px 0px 10px;
		border: solid 1px #cccccc;
		background:#EEEEEE;
		font-size: 9pt;
		line-height: 170%;
		margin: 20px 0px 0px 10px;
	}	
	
div.articleHighlight {
	background: #ffffff url(/images/backgrounds/tocBG.png) repeat-x; 
	border: none;
	padding: 10px 0px 1px 0px; 
	margin: 0px 10px 0px 10px; float:left;
	width: 100%;
}

div.articleSubHighlight {
	background: url(/images/backgrounds/tocBG3.png) repeat-x; 
	width: 575px; 
	margin-bottom: 10px;
}

ol.articleHighlightList {
	padding-left: 50px;
	margin-left: 0px;
}

ol.articleHighlightList li {
	font-size: 12pt;
	color: #3f71a7;
	font-weight: bold;
}

ol.articleHighlightList li span {
	font-size: 10pt;
	color: black;
	font-weight: normal;
}

strong.articleSubHeader {
	padding-left: 23px; 
	font-size: 8pt; color: #333;
}

h3.articleHighlight {
	font-size: 12pt; 
	color: #333; 
	padding-bottom: 15px; 
	padding-top: 0px; 
	margin-top: 0px;
}

div.sub {

	font-size: 10pt;
	line-height: 150%;
	font-weight: bold;
	text-align: left;
}

div.super {

	font-size: 10pt;
	font-weight: bold;
	text-align: left;
}

div.super em {

	font-style: normal;
}

div.sub em {

	font-style: normal;
	color: #C5472B;
}

H2 {

	font-size: 20px;
	line-height: 130%;
	font-weight: bold;
	color: #3f71a7;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 5px;	
	
}

h2 a, h2 a:visited {color:blue; text-decoration: underline;}
h2 a:hover {text-decoration: none; color:blue;}

H3 {

	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin-bottom:0px;

}

H4 {
	font-weight: bold;
	color:#005CB9; 
	font-size:14px;
}

H5 {
	font-size: 9pt;
	font-weight: bold;
	color: black;
}

.whitepheader {
	font-size: 11pt;
	padding: 6px 6px 8px 6px;
	background: #952c2c url(/images/backgrounds/highlightBG.png) repeat-x bottom;
	color: white;
	border: none;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	width: 500px;
	font-weight: bold;
}

.smaller {
	font-size: 10pt;
	padding: 0px 2px 2px 6px;
	margin-left:10px;
}
.whitepheader.smaller {width: 300px; background:none; color: #666; margin-bottom:10px;}
table.whitepapers {border:none; font-size:11px;}
table.whitepapers tr td {border:none; vertical-align:top; padding:0 0 5px 0;}
table.whitepapers a{font-size:11px; text-decoration:none;}
table.whitepapers a:hover{text-decoration:underline;}
table.whitepapers ol li {font-size:11px; padding-top:7px;}
table.whitepapers ol li {font-size:11px; margin-left:7px;}

.whitepheader#technologies {
	padding: 6px 0px 8px 0px;
	width: 318px;
}

.tourheader {
	font-size: 12pt;
	padding: 7px 0px 10px 10px;
	background: #952c2c url(/images/backgrounds/highlightBG.png) repeat-x bottom;
	color: white;
	border: 1px solid gray;
	margin-top: 10px;
	width: 100%;
	font-weight: bold;
}

div.prev_next {
	padding-left: 15px;
	clear: both;
}

table#prev_next_centre
{
	margin-top: 30px;
	background: #EFEFEF;
	width:98%;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	vertical-align: middle;
	padding: 5px;
	border: none;
	font-weight: bold;
	border-top: solid 1px #DFDFDF;

}

table#prev_next_centre td {
	border: none;
}
a.nextprevlink:visited, a.nextprevlink:link 
{

color: #0000FF;
text-decoration: none;

}


a.nextprevlink:hover 
{

color: #0000FF;
text-decoration: underline;

}

div#navbuttons
{
	width: 212px;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
}

table.sub_tour {
	border: none;
}

table.sub_tour td {
	border: none;
	margin: 0;
	padding: 0;
	display: block;
	padding: 0;
}

table.sub_tour td a.current {
	background: #cee6f2;
	font-weight: normal;
	color: blue;
	font-weight: normal;
}

table.sub_tour td a:hover.current {
	background: #cee6f2;

}

table.sub_tour td  a {
	font-family: verdana;
	display: block;
	color: #333;
	border: none;
	padding-top: 6px;
	padding-bottom: 6px;
	line-height: 150%;
	padding-left: 11px;
	padding-right: 12px;
	text-decoration: none;
	font-size: 8pt;
	vertical-align: middle;
}

table.sub_tour td  a:visited {
	color: #333;
}

table.sub_tour td  a:hover {
	color: blue;
}



td.sub_tour a:hover {

	color: blue;
	background: #CEE6F2;

}

td.sub_tour a:visited {

	color: black;

}
  
		

/****************************************************
*** SPANS *******************************************
*****************************************************/

SPAN.price {
	
	font-size: 11pt;
}

span.nav {

	position: absolute;
	top: 170px;
	left: 7px;
}

/****************************************************
*** PARAGRAPHS **************************************
*****************************************************/

p {
	text-align: left;
	font-size:12px;


}


p.makers {

	font-variant: small-caps;
}

p.back_to_top {

	text-align: right;
}

p.privacy {

	font-size: 8pt;
}

p.error {

	color: red;
}



/****************************************************
*** Links *******************************************
*****************************************************/

A:link {

	color: blue;
	text-decoration: underline;
}

A:visited {
	color: blue;
	text-decoration: underline;	
}

A:hover {

	color: #C5472B;   
	text-decoration: none;
}

A.download {

	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	width: 200px;
	height: 42px;
	background: url('/images/buttons/download_button.jpg') no-repeat;
	color: white;
	display: block;
	text-align: center;	
	padding-top: 10px;
	padding-left: 10px;	
	margin-left: auto;
	margin-right: auto;
}

A.downloadbeta {
	text-decoration: none;
	width: 140px;
	height: 30px;
	background: url(/images/buttons/getbeta.png) no-repeat 0 0;
	color: white;
	display: block;
	text-align: center;	
	margin-left: 20px;
	margin-top: 10px;
}

A.downloadLinks {
	font-size: 12pt;
	line-height: 160%;
}

A.register {

	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	width: 200px;
	height: 42px;
	background: url('/images/buttons/register_button.jpg') no-repeat;
	color: white;
	display: block;
	text-align: center;	
	padding-top: 10px;
	padding-left: 10px;	
	margin-left: auto;
	margin-right: auto;
}

A.register:visited {
	color: white;
}

A.download:visited {

	color: white;
	text-decoration:underline;
}

A.download:hover  {

	text-decoration: none;
}

A.internal {

	color: blue;
}

A.strong {

	font-weight: bold;
}

a img {

	border: none;
}

a.return {

	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	padding-right: 20px;
	color: white;
	font-weight: bold;
	background: #3342AF;
	border: 2px outset white;
	text-decoration: none;
}

a.troubleshootingcat {
	display:block;
	text-decoration: none;
	font-size: 14pt;
	margin-left: 10px;
	padding: 5px;
}

a.troubleshootingcat:hover {
	background: url(../images/backgrounds/tocBG.png) repeat-x;
}


/****************************************************
*** BLOCKQUOTES *************************************
*****************************************************/

BLOCKQUOTE {

	text-align: justify;
}

/****************************************************
*** TABLES ******************************************
*****************************************************/

TABLE {
	
	border-collapse: collapse;
}



TABLE TD, TABLE TH {

}

TABLE THEAD TH {
	
	border: 1px solid gray;
	padding: 7px;
	background-color: #B7D0E7;
}

TABLE TBODY TH {

	border: 1px solid gray;
	text-align: left;
	padding: 7px;
	vertical-align: top;
	background-color: #EEEEEE;
}

TABLE TBODY TD {

	border: 1px solid gray;
	padding: 7px;
}

TABLE.version_history td li {
	margin-bottom: 10px;
}

TABLE.standard {
	margin-left: 25px;
}

div.tableHighlight {
	background: #eee; 
	margin-top: 7px;
	margin-bottom: 3px;
	padding: 3px; 
	font-weight: normal;
	color: navy;
}

TABLE.standard td {
	line-height: 150%;
}

TABLE.standard tbody td a, TABLE.standard tbody td  a:visited {
	padding: 0;
	margin: 0;
	display: inline;
	text-decoration: underline;
}

TABLE.standard tbody td a:hover {
	text-decoration: none;
}


TABLE.standard td img {
	margin-right: 3px;
	float: left;
}

div.faqNotes {
	font-size: 8pt; 
	padding-left: 25px; 
	line-height: 160%;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
}

div.faqNotes a, div.faqNotes a:visited {
	display: inline;
	padding:0;
	maring: 0;
	font-size: 8pt;
	text-decoration: underline;
}

TABLE.purchasing TD, TABLE TH {
	border: none;
}

TABLE.purchasing {
	width:97%;
	margin-top: 20px;
	margin-left: 10px;
	background: white;
	margin-bottom: 3px;
}

TABLE.purchasing THEAD TH {

	
	border: none;
	padding: 12px;
	background-color: #B7D0E7;
	font-size: 10pt;
}

TABLE.purchasing TBODY TH {

	border: none;
	text-align: left;
	padding: 7px;
	vertical-align: top;
	background-color: #EEEEEE;
}

TABLE.purchasing TBODY TD {

	border: none;
	padding: 9px;
	font-size: 9pt;
}

input.submit {

	padding: 3px;
				
	font-size: 14pt;
}

input.submit2 {

	padding: 0px;
				
	font-size: 10pt;
}

p.select_region {

	font-weight: bold;
	font-size: 1.3em;
}

p.select_region a {

	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid white;
}

p.select_region a.current {

	border: 1px solid black;
	background: #444444;
	color: white;
}

td.number {

	text-align: right;
}

TABLE.documentation {
	text-align: left;	
	border: none;
	margin-left: 10px;
}
TABLE.documentation tr, TABLE.documentation td {
	text-align: left;	
	border: solid 1px #ddd;
	padding-bottom:15px;
}

TABLE.documentation td p {
	text-align: left;
	line-height: 150%;
}

TABLE.documentation td {
	text-align: left;
	line-height: 150%;
	border: solid 1px #ccc;
}

TABLE.documentation h3 {font-weight:normal;}

TABLE.documentation td img.screen {
	margin-right: 10px;
	border: solid gray 1px; 
	margin-left:3px;
}

TABLE.documentation th {
	text-align: left;
	line-height: 150%;
	border: solid 1px #ccc;
}

TABLE.subscribe TH {
	
	width: 125px;
	
}

table.noborder {border:none; margin-bottom:0px;}
table.noborder TR td {border:none;}
table.noborder tr {border:none;}

TABLE.invisible TR td {

		border: none;
		border-bottom: solid 1px #ddd;
	
}

TABLE.invisible TR td.break {

	background: #F4F4F4;
	margin-bottom: 10px;
}

TABLE.download TD, TABLE.download TH {

	border: 1px solid #CCCCCC; 
	padding: 7px;
}

TABLE.version_history TBODY TH {

	width: 25%;
}

TD.submit {
	
	text-align: center;
}

TD.privacy {
	
	text-align: center;
}

table.reseller {

	width: 75%;
	margin-top: 15px;
	margin-bottom: 15px;	
}

table.reseller th {

	font-size: 11pt;
}


table.reseller colgroup col.region {

	width: 35%;
}

table tr td.number, table tr th.number {
	
	text-align: center;
}

table.resellerhome {
	width: 935px;
	margin-left: 8px;
	border: solid 1px #ccc;
}

table.resellerhome th {
	font-size: 13pt;
	color: white;
	font-weight: bold;
	border: none;
	padding: 10px;
	/*background: #dfefff url(/images/backgrounds/tocBG.png) repeat-x;*/
	background: #dfefff url(/images/backgrounds/h1BG.png) repeat-x;
}

table.resellerhome td {
	border: none;
	vertical-align: top;
	line-height: 150%;
	padding: 10px 10px 10px 10px;
	border: solid 1px #ddd;
	background: white url(/images/backgrounds/tocBG.png) repeat-x;
}

table.resellerhome td p {
	padding-left: 0px;
	padding-right: 0px;
}


table.reseller_login {
	width: 96%;
	border: none;
	padding: 0;
	margin: 0;
	background: #ffffff url(/images/buttons/button-bg.gif) repeat-x bottom;
	padding: 5px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

table.reseller_login th {
	font-size: 9pt;
	font-weight: bold;
	color: black;
	border: none;
	padding: 5px;
	/*background: #dfefff url(/images/backgrounds/tocBG.png) repeat-x;*/
	background: none;
	border: none;
}

table.reseller_login td {
	border: none;
	vertical-align: top;
	line-height: 150%;
	padding: 5px;
	background: none;
}


.goldreseller, .silverreseller, a.locatereseller, a.locatereseller:visited, a.newreseller, a.newreseller:visited  {
	display: block;
	background:#FC0 url(/images/icons/key1.png) 5px 10px no-repeat;
	padding: 10px;
	padding-left: 35px;
	margin: 0;
	font-size: 11pt;
	text-decoration: none;
	border: solid 1px #fff;
	margin-bottom: 5px;
	color: black;
}

.goldreseller {
		border:solid 1px #ccc;
}

a.goldreseller:hover {
	background: #ffe691 url(/images/icons/key1.png) 5px 10px no-repeat;;
	color: blue;
	border: solid 1px #ccc;
}

.silverreseller, .silverreseller:visited {
	background: #ddd url(/images/icons/key1silver.png) 5px 10px no-repeat;
	border:solid 1px #ccc;
}

.silverreseller:hover {
	background: #eee url(/images/icons/key1silver.png) 5px 10px no-repeat;;
	color: blue;
	border: solid 1px #ccc;

}

a.newreseller, a.newreseller:visited {
	background: #a9e7c9 url(/images/icons/handshake.png) 5px 10px no-repeat;
	text-decoration: underline;
			color: blue;
}

a.newreseller:hover {
	background: #c8f0dd url(/images/icons/handshake.png) 5px 10px no-repeat;
	color: blue;
	border: solid 1px #ccc;
	text-decoration: none;
}

a.locatereseller, a.locatereseller:visited {
	background: #c5d7e9 url(/images/icons/earth_view.png) 5px 10px no-repeat;
		text-decoration: underline;
		color: blue;
}

a.locatereseller:hover {
	background: #dbe5f1 url(/images/icons/earth_view.png) 5px 10px no-repeat;
	color: blue;
	border: solid 1px #ccc;
	text-decoration: none;
}

TABLE.resellerEOI {
	text-align: left;
}


FORM.resellerEOI {
	background: #eee;
	width: 300px;
	float: right;
	padding: 0;
	border: solid 1px #ccc;
	margin-left: 20px;
}

FORM.resellerEOI fieldset {
	margin: 5px;
	}

FORM.resellerEOI h2 {
	margin: 0;
	padding: 0;
	color: white;
	background: #069 url(/images/backgrounds/h1BG.png) repeat-x;
	font-size: 10pt;
	padding: 7px;
}

span.redtext {
	color: red;
	font-weight: bold;
}

/****************************************************
*** LISTS *******************************************
*****************************************************/
OL {
	margin-top: -10px;
}

OL li {
	padding-top: 7px;
}


UL.feature_list {

	list-style-image: url('/images/ticks/tick.jpg');
}

UL.detailed_feature_list {

	list-style-image: url('/images/ticks/tick.jpg');
}

UL.detailed_feature_list LI {

	margin-top: 5px;
	margin-bottom: 20px;
}

UL.detailed_feature_list LI DIV.feature {

	font-weight: bold;
}

UL.detailed_feature_list LI DIV.description {

	text-align: justify;
}

UL.tour_list {

	list-style-image: url('/images/icons/ntbackup_16.gif');
	list-style-position: outside;
}

UL.tour_list LI {

	padding-left: 8px;
}

UL.faq_list {
	line-height:110%;
	list-style: none;
	padding: 0;
	margin-left: 20px;
	/*display: none;*/
}


UL.faq_list LI {
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
}

UL.faq_list LI ul {
	list-style: disc;
	margin-left: 60px;
}

UL.faq_list LI ul li {
	padding-bottom: 5px;
	line-height: 150%;
}

UL.faq_list LI ul li a {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
		display: inline;
}

UL.faq_list LI ul li a:visited {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
		display: inline;
}

UL.faq_list LI ol {
	margin-left: 60px;
}

UL.faq_list LI ol li {
	padding-bottom: 5px;
	line-height: 150%;
}

UL.faq_list LI ol li a {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
		display: inline;
}

UL.faq_list LI ol li a:visited {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
		display: inline;
}



UL.faq_list LI p {
	line-height: 170%;
}

UL.faq_list LI p a {
	margin: 0;
	padding: 0;
	display: inline;
	text-decoration: underline;
}

UL.faq_list LI p a:visited {
	text-decoration: underline;
}

UL.faq_list LI a img{
	vertical-align: middle;
}

UL.faq_list LI a {
	display: block;
	font-size: 10pt;
	border: solid 1px #fff;
	padding: 10px;
	margin: 0;
	margin-bottom: 0px;
	margin-right: 10px;
	text-decoration:none;
}

/*UL.faq_list LI a:hover {
	background: #eee url(/images/backgrounds/tocBG.png) 0px -10px repeat-x;
	border: solid 1px #ddd;
}
*/
UL.faq_list LI a:visited {
	text-decoration: none;;
}

div.answer p {
	margin-left: 15px;
	padding-top: 0px;
}

#expandall {
	text-decoration: none;
	font-size: 10pt;
}

h2.faq {
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 8px;
	display: block;
	border: solid 1px #fff;
}



h2.faqHover {
	margin-top: 5px;
	display: block;
	background: url(/images/buttons/button-bg.gif)  repeat-x;
	margin-bottom: 15px;
	padding: 8px;

}

h2.faq img {
	vertical-align: middle;
}

UL.press_list {

	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

UL.press_list LI {

	margin-top: 7px;
	padding-left: 0px;
}

UL.endlife_list {

	padding-left: 0px;
	margin-left: 20px;
}

UL.endlife_list LI {

	margin-top: 4px;
	padding-left: 0px;
}

UL.press_list LI DIV.date {

	font-weight: bold;
}

OL.sales_contents_list LI {

	font-weight: bold;
}

ol.UpgradeProcessList li {

margin-bottom: 5px;

}

/****************************************************
*** IMAGES ******************************************
*****************************************************/

IMG.hero {
	margin: 5px 0px 0px 15px;
	
}

IMG.diagram {

	border: 1px solid #BBBBBB;
}

IMG.child {

	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 40px;
}

IMG.flag {

	float: right;
}

img.email_address {

	position: relative;
	top: 2px;
}

IMG.john_dance {

	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}

img.resources {
					
	float: left;
	clear: both;
	width: 30px;
	padding: 2px;
	border: #DDDDDD solid 1px;
	margin: 0px 20px 0px 0px;
}

/****************************************************
*** FORMS *******************************************
*****************************************************/

FORM {
	background: #f2f9fc;
	padding: 10px;
	border: 1px solid #ccc;

}

FORM.reseller_login {
	padding: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	border:none;
	background: none;
}

FORM H1 {

	margin: 0px;
	padding: 0px;
	font-size: 14pt;
}

FORM H2 {

	font-size: 12pt;

} 

FORM TABLE {
	
	margin-top: 10px;
	margin-bottom: 20px;
}

FORM TABLE TD, FORM TABLE TH {

	background: none;
	border: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	font-size: 8pt;
}

FORM TABLE TH {


	font-weight: bold;
}

FORM TD SELECT, FORM TH SELECT {

}

FORM DIV.buttons {

	margin-top: 10px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

FORM LEGEND {

	font-weight: bold;
}

FORM input.button {
	
}

/****************************************************
*** TESTIMONIALS ************************************
*****************************************************/

div.testimonial {

	margin-left: 25px;
	margin-right: 25px;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 10px;
	background: #EEEEEE;
	clear: both;
	width: auto;
}

div.testimonial li {

	font-family: georgia, verdana, arial, sans serif;
	font-style: italic;
}

div.testimonial p {

	font-family: georgia, verdana, arial, sans serif;
}

div.testimonial DIV.byline {

	text-align: right;
}


/****************************************************
*** LETTERS *****************************************
*****************************************************/


DIV.letter {

	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	background: #EEEEEE;
	border-top: 15px #DDDDDD solid;
	font-family: Courier, verdana, mono;
	font-size: 1.05em;
}

DIV.letter IMG.flag {

	float: right;
}


div.notice {
					
	border: gray solid 1px;
	padding: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: pink;
}

/****************************************************
*** SCREENSHOTS *************************************
*****************************************************/

DIV.screenshots {

	width: 100%;
	float: left;
}

div.tourscreenshot
{
	background: left top url("/images/tour/screenshots/screenshot_background.png") no-repeat;
	margin-left: 20px;
	margin-right: 10px;
	clear: right;
	float: right;
	padding-top: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 8pt;
	padding-left: 10px;
	line-height: 170%;
	text-align: left;
	
}

div.tourscreenshot img
{
	margin: 0;
	padding: 0;
	border: solid 1px #ccc;
}

div.tourscreenshot a div
{
	border:none;
	cursor:pointer;
	width: 225px;
	text-decoration: none;
	margin: 0 auto;
	padding:: 0;
	font-size: 8pt;
	padding-top: 3px;
	line-height: 150%;
	text-align: left;
}

div.tourscreenshot a, div.tourscreenshot a:visited
{
	text-decoration: none;
}

div.tourscreenshot a:hover
{
	text-decoration: underline;
}


DIV.screenshot {

	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}

DIV.screenshot DIV.caption {

	width: 200px;
	font-size: smaller;
	line-height: 120%;
}

DIV.screenshot IMG {

	border: 1px solid;
}

DIV.tour_screenshot {

	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	background: #EEEEEE;
	border: 1px solid #DDDDDD;
}

DIV.cebit_logo {

	text-align: left;
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 10px;
	background: #EEEEEE;
	border: 1px solid #DDDDDD;
}


/****************************************************
*** DOWNLOADS ***************************************
*****************************************************/

TABLE.download {

	width: 100%;
}

TABLE.download {

	margin-top: 10px;
	margin-bottom: 20px;
}

TABLE.download TH {

	font-weight: normal;
}

TABLE.download TR TH.icon IMG.icon {

}

TABLE.download TR TH.icon {

	width: 10%;
	border-right: none;
}

TABLE.download TR TH.item {

	width: 70%;
	border-left: none;
	border-right: none;
}

TABLE.download TR TH.download_link {
	
	text-align: right;
	width: 20%;
	border-left: none; 
}

TABLE.downloadnew {

	width: 100%;
	border: thin solid #666666;
}

TABLE.downloadnew {

	margin-top: 10px;
	margin-bottom: 20px;
}

TABLE.downloadnew tr th.second {
		background: #3081c7 url(/images/backgrounds/h1BG.png) repeat-x;
		color:white;
		text-indent: 5px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:13px;
		line-height: 130%;
		font-weight:bolder;
		text-align:left;
		height:20px;
}

TABLE.downloadnew tr th.third {
		background: #dddddd;
		color:black;
		text-indent: 5px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:13px;
		line-height: 130%;
		font-weight:bolder;
		text-align:left;
		height:20px;
}

TABLE.downloadnew tr th.tbindexth 
{
	background: #B7D0E7;
	color:black;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 25px;
	border: 1px solid #B7D0E7;
}

/*TABLE.download TH {

	font-weight: normal;
}*/

TABLE.downloadnew TR TH.icon IMG.icon {

}

TABLE.downloadnew TR TH.icon {

	width: 10%;
	border-right: none;
}

TABLE.downloadnew TR TH.item {

	width: 70%;
	border-left: none;
	border-right: none;
}

TABLE.downloadnew TR TH.download_link {
	
	text-align: right;
	width: 20%;
	border-left: none; 
}

TABLE.downloadnew td {
	
	border: 1px solid #CCCCCC;
}



/****************************************************
*** CHARITIES ***************************************
*****************************************************/

DIV.charity H2 {

	clear: both;
}

/****************************************************
*** CHARTER *****************************************
*****************************************************/

DIV.charter {

	padding: 10px;
	border: outset 5px;
	background: url('/images/textures/granite.jpg');
}

/********************************************************
*** PAGE_BAR ********************************************
*********************************************************/

div.page_bar {

	text-align: right;
}

/****************************************************
*** TEXTAREAS ***************************************
*****************************************************/

textarea {

	width: 200px;
	height: 75px;
}

/****************************************************
*** SPANS *******************************************
*****************************************************/

SPAN.asterisk {
	
	color: orange;
}

SPAN.note {

	font-size: smaller;
}

span.instruction {

	font-weight: normal;
}


/****************************************************
*** MISC ********************************************
*****************************************************/

.error {

	color: red;
}

pre {

	font-size: 1.1em;
}

.new {

	color: red;
	font-weight: bold;
}
.redhead
{
	background: #277299;
	color: #FFFFFF;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px;
	font-weight:bold;
}
/*.faq
{
	position:relative;
	padding-left:21px;
}
.faq img {
	position:absolute;.
	z-index:-1000;
	top:14px;
	left:-15px;
}*/

.radioHover {
	color: blue;
	cursor: pointer;
}
.radio {
	color: black;
}

a#cmcvid {
	background:transparent url(../images/buttons/cmcVideo.png) no-repeat 0 0;
	display:block;

	height:72px;
	margin-bottom:15px;
	margin-left: 10px;
	overflow:hidden;
	text-indent:-999em;
	width:360px;
}

a#cmcvid:hover, a#cmcvid.selected {
	background-position:0 -75px;
}

table
{
	clear:both;
}

li {font-size:12px;}
