/*
 * Quick mash-up of CSS for the TG quick start page.
 */

/* color  :
   blue: #3F529C
   green: #389A4C
   orange: #E66A38
*/

html, body {
  color: black;
  background-color: #FFF;
  background-image: url('../images/background.gif');
/*  font: x-small "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;*/
  font: helvetica,arial,sans-serif;
  font-size: 12pt;
  margin: 0;
  padding: 0;
}

td, th {padding:3px;border:none;}
tr th {text-align:left;background-color:#f0f0f0;color:#333;}
tr.odd td {background-color:#edf3fe;}
tr.even td {background-color:#fff;}

a.link, a, a.active {
  color: #369;
}

.white {
  color: white;
}

.orange {
  color: #DF4A01;
}

.red {
  color: #FF0000;
}

h1,h2,h3,h4,h5,h6 {
  font-family: "Century Schoolbook L", Georgia, serif;
  font-weight: bold;
}

em {
  color: #8F1111;	
}

#page {
/*  color: black;*/
/*  font-size: 127%;*/
  background-color: white;
  margin: 0 auto 0 auto;
/*  border-top: 1px solid #aaa; */
  clear: both;
  min-height: 400px;
}

#content {
  float: left;
  padding: 5px 10px;
  position: relative;
  width: 800px;
}

#main_content {
    float: left;
    margin-left: 15px;
}

#left_pane {
    float: left;
    width: 160px;
}

div#topnavbar {
    margin:0 auto;
    text-align:left;
    position: absolute;
    font-size: 14px;
    font-family: arial,verdana,tahoma,sans-serif;
}
#topnavbar ul, #topnavbar li {
	float:right;
	list-style-type:none;
	margin:0;
	padding:0;
}
#topnavbar ul {
	font-size: 80%;
}
#topnavbar li {
	float:left;
	margin-left: 3px;
	text-align: center;
}
#topnavbar a {
	float:left;
	width: 95px;
	padding: 5px 0;
    text-decoration:none;

    background-color: #333333;
    border:1px solid #333333;
    border-bottom:none;

    color: #FFF;
    
    -webkit-border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-topleft: 6px;

    /*
        border-bottom: 2px solid #FFF;
*/
    
}
#topnavbar a:hover {
	/* color: #333333; */
    text-decoration: underline;
	background-color: #999999;
    border:1px solid #999999;
    border-bottom:none;
    cursor: hand;
}
#topnavbar li.selected a, #topnavbar li.selected a:hover {
    text-decoration: none;

    background-color: #FFF;
    
    border:1px solid #333333;
    border-bottom:none;
    
    color: #000;
    font-weight: bold;
}

#toplink {
    font-family:"Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
    font-size:12px;
}

#primnavbar {
    float: left;
    padding: 0 20px 20px 0;
    background-color: white;
    color: #000;
    font-size: 13px;
    clear: both;
    text-align: left;
    font-family: arial,verdana,tahoma,sans-serif;
    width: 150px;
}
#primnavbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#primnavbar li {
    background-color: #eeeeee;
    line-height: 20px;
    padding: 0px 5px;
    margin: 5px;
    font-weight: bold;
    color: #333333;
}
#primnavbar a {
    color: #333333;
    text-decoration: none;
}
#primnavbar ul li.selected {
    background-color: #333333;
    color: #eeeeee;
    background-position: top;
    font-weight: normal;
}
#primnavbar ul li.selected a {
    color: #eeeeee;
    text-decoration: none;
}
#primnavbar a:hover {
    text-decoration: underline;
}

#secondnavbar {
    padding-right: 15px;
    color: #000;
    text-align: left;
    font-family: arial,verdana,tahoma,sans-serif;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#secondnavbar li {
    background-color: #EEEEEE;
    font-size: 11px;
    font-weight: normal;
    line-height: 20px;
    padding: 0px 5px;
    margin: 5px;
    color: #333333;
}
#secondnavbar a {
    color: #333333;
    text-decoration: none;
}
#secondnavbar li.selected {
    background-color: #333333;
    color: #eeeeee;
    background-position: top;
    font-weight: bold;
}
#secondnavbar li.selected a {
    color: #eeeeee;
    text-decoration: none;
}
#secondnavbar a:hover {
    text-decoration: underline;
}
#secondnavbar li.away a:hover {
    text-decoration: none;
}


.sidebar {
  border: 1px solid #cce;
  background-color: #ffffab;
  margin: 0.5em;
  margin-left: 1.5em;
  padding: 1em;
  float: right;
  width: 200px;
  font-size: 88%;
  background-color:#ffffe1;
  background-repeat:repeat-x;
}

.sidebar h2 {
  margin-top: 0;
  color: black;
}

.sidebar ul {
  margin-left: 1.5em;
  padding-left: 0;
}


#sb_top {
  clear: right;
}

#sb_bottom {
  clear: right;
}

#getting_started {
  margin-left: 20px;
}

#getting_started_steps a {
  text-decoration: none;
}

#getting_started_steps a:hover {
  text-decoration: underline;
}

#getting_started_steps li {
  font-size: 80%;
  margin-bottom: 0.5em;
}

#getting_started_steps h2 {
  font-size: 120%;
}

#getting_started_steps p {
  font: 100% "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
}

#getting_started_steps,.alogo,.headtext {
  font-family: "Century Schoolbook L", Georgia, serif;
  font-weight: bold;
}

.border_side {
    width: 980px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
}

#header {
  height: 70px;
/*  
  background: #cecece;
  background-image: URL('../images/header-bg1.png');
  background-repeat: repeat-x;
*/  
    background: #fff URL('../images/bg_shadow.jpg') bottom repeat-x;
    margin: 0 auto 0 auto;
    position: relative;
}

.alogo {
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 20px;
  float: left;
}


.flogo {
  padding-left: 20px;
  padding-top: 0px;
  padding-right: 20px;
  margin-bottom: 0px;
  float: left;
}

.foottext{
}

.code {
  font-family: monospace;
  font-size: 127%;
}

.code em {
  font-style: normal;
  color: #8F1111;    
}

span.code {
  font-weight: bold;
  background: #eee;
}

#status_block {
  margin: 0 auto 0.5em auto;
  padding: 10px 15px 10px 55px;
  background: #eef URL('../images/ok.png') left center no-repeat;
  border: 1px solid #cce;
  width: auto;
  font-size: 120%;
  font-weight: bolder;
}

.notice {
  margin: 0.5em auto 0.5em auto;
  padding: 10px 10px 10px 55px;
  width: 680px;
  border: 1px solid #cce;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;    
}

div.info {
    background-color: #D8F1E4;
    border: 1px solid #3CB578;
/*    color: #3CB578;  */       
    color: #000;         
}

div.error {
    background-color: #FFCCCC;
    border: 1px solid #CC0000;
/*    color: #CC0000; */       
    color: #000;  
          
}

.fielderror {
    color: red;
    font-weight: bold;
}

div.clear {
  clear:both;
}


div.content h3 {
  color:#0000FF;
  font-size:16px;
}

/*
 * midbar
 */
#midbar {
	clear: both;
    background: #cecece;
}
#midbar h3 {
    margin: 0;
    padding: 5px 10px;
    font-size: 15px;
}
/*
 * launcher
 */

#launcher {
/*  font-size:127%; */
}
#launcher h1 {
        font-size: 30px;
}

#launcher h2 {
        font-size: 18px;
}
/*
 * main
 */
div.content {
    padding: 0px 10px;
    font-size: 14px;
}

div.content h2 {
    color: #DF4A01;
    font-size: 20px;
}

div.content h3 {
    color: #DF4A01;
    font-size: 16px;
}


/*
 * double colon
 */
div.splitleftright {
    background-color: #EEE;
    padding: 0px;
}
div.leftsplit {
    float: left;
    width: 460px;
    background-color: #FFF;
}
div.rightsplit {
    float: right;
    width: 390px;
}

div.insert {
    margin: 20px;
    background-color: #FFF;
    padding: 5px 12px;
/*
    border: solid 1px #b8b8b8;
    border-top: solid 1px #D8D8D8;
    border-left: solid 1px #D8D8D8;
*/
}

.more {
    color: #F89620;
}

/*
 * rightsplit
 */

div.rightsplit p {
    background-color: #FFF;
}

/*
 * footer
 */

#footer {
    color: #777;
    background-color: white;
    padding: 0;
    font-size: 90%;
    text-align: center;
    margin: 0 auto 0 auto;
    clear: both;
    border-bottom:1px solid #AAAAAA;
}

#footer h3 {
    background: #cecece;
    font-size: 14px;
    margin: 0;
    padding: 5px 10px;
}
#footer p {
    font-size: 12px;
    margin: 3px auto 5px;
}
#footer p.quicklink a {
    padding: 0pt 10px;
}

.pr_free, .pr_start {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

div.pr1 {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

div.pr_corporate {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

div.img1 img {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

div.topright_advertising {
    position: absolute;
    right: 30px;
    top: 10px;
}

div.headline {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background-color:#EEEEEE;
    border: 1px solid #AAA;
    float: right;
    width: 300px;
    margin: 20px;
    padding: 5px 12px;
    clear: right;
}

pre.code, pre.terminal, p.code, p.terminal {
  border: 1px solid #F0E0B0;
  background-color: #FFFFCE;
  max-width: 750px;
  font-family: courier,courier new,monospace;
  font-size: 10pt;
  padding: 5px;
  margin: 5px;
}

pre.terminal, p.terminal {
  border: 1px solid #222;
  background-color: #CCC;
  color: #111;
}

pre {
  white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
  white-space: -pre-wrap; /* Opera 4 - 6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
  word-wrap: break-word; /* IE 5.5+ */
}

div.advertising {
  margin: 25px auto;
}

div.advertising img {
  border: none;
}

span.lastupdate {
  font-size: x-small;
  color: red;
  margin: 10px;
  text-align: center;
}

span.new {
  font-size: x-small;
  color: red;
}


h3.param {
  color: #E66A38;
  font-size: 11pt;
}

/* imgholder */

div.imgholder, div.boxedimgholder {
  margin:15px auto;
  padding:0;
  text-align:center;
}

.imgholder img, .boxedimgholder img {
  padding:4px;
}

.boxedimgholder img {
  border:1px solid #B3B3B3;
}

p.warning {
  padding: 5px;
  margin: 5px;
  background-color: #FFCCCC;
  border: 1px solid #CC0000;
  color: #CC0000;
}

a img { border: none;}

h1 {
    color: #333; 
}
div.mksbackup_idx h1 {
    background:url('../images/tape_drive.png') no-repeat scroll left center transparent;
    padding-left:42px;
}

div.forum h1 {
    background:url('../images/question.png') no-repeat scroll left center transparent;
    padding-left:42px;
}

div.links h1 {
    background:url('../images/links.png') no-repeat scroll left center transparent;
    padding-left:42px;
}


div.common h1 {
    background:url('../images/common.png') no-repeat scroll left center transparent;
    padding-left:42px;
}

div.download h1 {
    background:url('../images/download.png') no-repeat scroll left center transparent;
    padding-left:45px;
}

div.vmware h1 {
    background:url('../images/vmware-logo.png') no-repeat scroll left center transparent;
    padding-left:54px;
}

div.tar h1 {
    background:url('../images/tar-32.png') no-repeat scroll left center transparent;
    padding-left:40px;
}

div.ntbackup h1 {
    background:url('../images/ntbackup-logo.png') no-repeat scroll left center transparent;
    padding-left:40px;
}

div.wbadmin h1 {
    background:url('../images/win7-logo.png') no-repeat scroll left center transparent;
    padding-left:40px;
}

div.overview h1 {
    background:url('../images/overview.png') no-repeat scroll left bottom transparent;
    padding-left:40px;
}

div.howitworks h1 {
    background:url('../images/howitworks.png') no-repeat scroll left bottom transparent;
    padding-left:40px;
}

div.features h1 {
    background:url('../images/features.jpg') no-repeat scroll left bottom transparent;
    padding-left:40px;
}

div.pricing h1 {
    background:url('../images/price.png') no-repeat scroll left bottom transparent;
    padding-left:40px;
}

div.news h1 {
    background:url('../images/Comment2.jpg') no-repeat scroll left bottom transparent;
    padding-left:40px;
}

div.news_content {
    font-family:Georgia,tahoma;
    font-size: 0.75em;
    color: #333; 
}

div.news_content h2 {
    margin: 5px 0;
    color: black;
    font-family:Georgia,tahoma;
	font-size:1.167em;
	font-weight:bold;
}

div.news_content h3 {
    margin: 20px 0 5px;
	color: #DF4A01;
	font-family:Georgia,tahoma;
	font-size:0.917em;
	font-weight:normal;
}

div.support h1 {
	background:url('../images/Info.png') no-repeat scroll left bottom transparent;
	padding-left:40px;
}

div.support h2, div.support h3, div.support h4 {
	color: #DF4A01;
	clear: both;
}

div.support img.boxed {
    border:1px solid #B3B3B3;
}

img.right {
    float: right;   
    margin: 0px 10px 15px 5px;
}

img.left {
    float: left;   
    margin: 0px 10px 15px 5px;
}

#breadcrumb li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}


table.simple_border {
	border-collapse:collapse;
}
table.simple_border th, table.simple_border td {
	border: 1px #aaaaaa solid;
}

table.pricing  {
    width: 90%;
    margin: 0px auto;
    text-align: center;
    border-collapse: collapse;
/*    border: 1px #000 solid;*/
}
table.pricing th {text-align: left;padding: 0.25em;}
table.pricing thead th{padding: 0.75em;background: #ffffcc;text-align: center;}
table.pricing th, table.pricing td {border: 1px #aaaaaa solid;}
table.pricing td {width: 17%;}
table.pricing th.free {background-color: #E8E8CC;}
table.pricing td.price {font-size: 100%;font-weight: bold;color: black;}
table.pricing td.buy {padding: 10px; font-size:130%;}
table.pricing .number {}
table.pricing .no_left_border {border-left:none;}
table.pricing .no_bottom_border {border-bottom:none;}
table.pricing .more {display:inline; float:none; margin-top:0;}
