﻿/* Top elements */
* { margin:0; padding: 0; }

body {
	background-color: #FAFAFA;;
/* 	color: #555; */
	color: #000000;
    font-family: Segoe UI,Segoe,Segeo, Arial, Verdana,Arial,Helvetica,sans-serif;
    font-size:          12px;
 	text-align: center; 
 	margin: 15px 0;
    background:url(b1gradient.jpg) repeat-x;
}  

/* links */
a	{ 
	/*color: #72A545;*/
	color: #0066CC;
/*	background: inherit;*/
	text-decoration: none;
}
a:hover {
    text-decoration: underline;
    color:#3399FF;
}

a:visited {
    color:#0066CC;
}


p.breadcrumbs {
font-size: 11px;
margin-top: 1em;
}
 
/* headers */
h1 {
	font-family:Arial, Helvetica, sans-serif;
    font-size:          18px;
    font-weight:        normal;
    color:              #000000;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
    font-size:          13px;
    font-weight:        bold;
    color:              #000000;
    margin-bottom:  10px;
}

h1, h2, h3, p { 
	padding: 0;
	margin: 10px 15px; 
}

ul, ol
 {
margin-left:50px;	

}

li
{ list-style-position:inside;
}

#sidebar ul, ol {
	font-size:13px;
	position:relative;
    margin:1px;
    padding-left:10px;
    padding-bottom:5px;
	text-decoration: none;
	list-style-type:none;

/*
	margin: 10px 30px;
	padding: 0 15px;	*/
/*	color: #72A545;	*/
}
ul span, ol span {
/*	color: #666666;*/
}

bigheader
{
	font-size: 1.5em;	
	font-family: Arial, sans-serif;
	font-weight: bold;
	color:black;
}

/* images */
img {
	border: 0px solid #CCC;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #EAEAEA;  
  border-left: 5px solid #72A545;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 32px;  	
  	background: #FAFAFA url(quote.gif) no-repeat 5px 10px !important; 
	background-position: 8px 10px;
	border: 1px solid #EAEAEA; 
	border-left: 5px solid #72A545;  
	font-weight: bold; 
}

/* form elements */
form {
	margin:10px 15px; padding: 0;
	border: 1px solid #EAEAEA; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:3px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:4px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #EAEAEA;
	padding: 2px 3px; 
	background: #CCC url(buttonbg.gif) repeat-x left bottom; 
	color: #333;/* color: #339900; */
}

/* search */
#sidebar #search {
	background: #f2f2f2;
	margin: 0 15px;
	padding: 5px 0;	
}
#sidebar #search img {
	vertical-align: bottom;
}
#sidebar #search .textbox {
	background: #FFF url(input.png) no-repeat top left; 
	border: 1px solid #EAEAEA;
	font-size: 11px;
	padding: 3px;	
	width: 110px;
}
#sidebar #search input.searchbutton { 
	margin: 0; 
	border: 1px solid #CCC; 
	background: #CCC url(buttonbg.gif) repeat-x left bottom; 
	padding: 1px; 
	height: 25px;
	color: #333;	
	width: 55px;
}

/*****************************
      LAYOUT 
******************************/
#wrap {
   margin: 0 auto ;
   padding:0;	
   text-align: left;
   background-color:#FFF;
   width: 1024px;  	
}
#content-wrap {
	clear:both;
   margin:0; padding:0;
	width: 1024px;		
}

/* header */
#header {
	position: relative;
   clear:left;
   width: 1024px;
	height: 129px; 
	margin: 0; padding: 0;
	border: 0px;
	background: #000 url(backup-software.png) no-repeat left bottom;			
}

/* menu tabs */
#header #header-tabs {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 29px;
	background: #000;
   font: bold 1.1em Verdana, Tahoma, 'Trebuchet MS',  Sans-serif;  
} 
#header-tabs ul {		
	margin:0;
   padding:2px 0px 0px 7px;
   list-style:none;
}
#header-tabs li {
	display:inline;
   margin:0;
   padding:0;
}
#header-tabs a {
	float:left;
   background: url(tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header-tabs a span {
	float:left;
   display:block;
   background: url(tabright.gif) no-repeat right top;
   padding:7px 15px 4px 8px;
   color: #CCC;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header-tabs a span {float:none;}
/* End IE5-Mac hack */
#header-tabs a:hover span {
	color:#FFF;
}
#header-tabs a:hover {
	background-position:0% -42px;
}
#header-tabs a:hover span { background-position: 100% -42px;}
#header-tabs #current a { background-position:0% -42px; }
#header-tabs #current a span { background-position:100% -42px; color: #FFF;}

/* main content */
#main {
	float: right;
	width: 820px;
	margin: 0; padding: 0;
	background-color: inherit;
}



/* sidebar */
#sidebar {
	float: left;
	width: 195px;
	margin: 0 0 10px 0; 
	padding-top: 20px;
	background-color: inherit;	
}
#sidebar h1 {
	padding: 8px 0px 3px 25px;
	text-transform: none;	
/*	color: #339900;*/
	color:gray;
}

p.bigheader {
	text-transform: none;	
	color:black;
	font: bolder 1.5em Arial, Sans-serif;
}

p.bigheader2 {
	text-transform: none;	
	color:#333;
	font: bolder 12px Arial, Sans-serif;
}



#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 0px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;

	display: block;
	font-weight: bold;
/*	color: #333;*/
	color:black;
	text-decoration:none;	
	padding: 1px 1px 1px 1px;
	background: #f2f2f2;
	border-left: 5px solid #CCC;	
	
	min-height: 18px;	
}
#sidebar ul.sidemenu a {
	display: block;
	font-weight: bold;
/*	color: #333;*/
	color:black;
	text-decoration:none;	
	padding: 1px 1px 1px 1px;
	background: #f2f2f2;	
	min-height: 18px;	
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding: 1px 1px 1px 1px;
	background: #F7F7F7;
	color: #339900;
}


/* footer */
#footer { 
	clear: both;
	height: 50px;
	color: #4C4C4C;
	margin-left: 100px;	
	font-size: 11px;		
	text-align:center;	
	background-image:url('backup-program-micro-logo.gif');
	background-position:left center;
	background-repeat:no-repeat;
	background-color:transparent;
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF; 
}
#footer #footer-left {
	float: left;
	text-align: left;
	margin-left: 30px;
 	padding: 10px;
}
#footer #footer-right {
	float: right;
	text-align: right;
	margin: 0; padding: 10px;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-center  { text-align: center; }
.align-right { text-align: right; }

/* additional classes */
.clear {	clear:both;	} 
.hide  { display: none; }
.gray  { color: #CCC; }

.comments { 
	color: #333; 
	background: #FFF;
	text-align: right; 
	border-top: 1px dashed #EFF0F1;
	border-bottom: 1px dashed #EFF0F1; 
	padding: 5px 0;
	margin-top: 20px;
}


