/* CSS Document */

/* STYLES SPECIFIC TO A PARTICULAR PAGE SHOULD BE STORED IN THE PAGE */

/*
#col1 { background-color: #9AB494; }
#content { background-color: #FFCC66; }
*/

/* **********************************************
**  Sitewide / General overrides
** *********************************************/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top:3px;
	background-color:#dddddd;
}
a:link, a:visited {
	color: #007DC6;
	text-decoration: none;
}
a:hover, a:active {
  color: #0172B3;
	text-decoration: underline;
}
address {
	font-style: normal;
}
p {
	margin-top: 0;
	margin-bottom: 1em;
}
a img {
	border: 0;
}
form {
	margin: 0;
	padding: 0;
}
a.footerlink {
	color:#666;
	font-size:11px;
}
td {
	font-size:12px;
}

/* ****************************************
**  Sitewide Classes 
** ***************************************/

.qsform {
width:130px; 
float:left; 
text-align:left; 
padding-left:10px; 
padding-top:3px;
}
.qsform2 {
width:200px; 
float:left; 
text-align:left; 
vertical-align:text-top; 
margin-bottom:3px;
}
.red {
  color: #ED1350;  
}
.green {
  color: #008D6A;
}
.blue {
  color: #007DC6;
}
.blue_16px {
  color: #003EA4;
  font-size: 16px;
}
.blue_18px {
  color: #007DC6;
  font-size: 18px;
}
.grey {
  color: #939598;
  }
.leftnav {
  color: #666;
  }
.leftnav a {
  color: #665;
	text-decoration: none;
}
.leftnav a:hover, a:active {
  color: #666;
	text-decoration: underline;
}
  .grey_12px {
    color: #939598;
    font-size:12px;
  font-weight:bold
}
.grey_14px {
  color: #939598;
  font-size:14px;
  font-weight:bold
  }
  .grey_16px {
    color: #939598;
    font-size:16px;
  font-weight:bold
}
    .black_12px {
      color: #000000;
      font-size:12px;
  font-weight:bold
}
  .grey_18px {
    color: #939598;
    font-size:18px;
  font-weight:bold
}
.imageWithCaption img {
	display: block;
	margin-bottom: .5em;
	text-align: center;
}
.imageWithCaption p {
	font-size: 9px;
	margin-bottom: 1em;
	line-height: 1.2em;
}
.button {
border:1px solid #999; 
background-color:#FFC; 
width:160px; 
padding:5px; 
float:left; 
margin:2px;
}

/* *******************************************
**  Top of Page text
** *******************************************/
.top_of_page_bracket {
	font-size: 14px;
	color: #007DC6;
	margin: 0 10px 0 10px;
	}
.top_of_page_text {
	font-size: 10px;
  color: #007DC6;
	}


/* *****************************************
**  Content Area 
** ****************************************/
#content td {
	padding: 0px;
	vertical-align: top;
	font-size:12px;
}

#content h1 {
	background-image: url(/xls/images/xls_tagline.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	font-size: 34px;
	width: 439px;
	height: 56px;
	margin: 0 0 25px 0;
	padding: 6px 0 0 150px;
	text-align: left;
	font-weight: normal;
	white-space: nowrap;
	letter-spacing: -.02em;
}
#content h2 {
	color: #ED1D24;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.25em;
	margin: 0 0 1em 0;
}
#contentPlus {
/* make it just a bit bigger */
	font-size: 13px;
	font-weight: bold;
	line-height: 1.25em;
	margin: 0 0 1em 0;
}


/* ******************************************* 
**  Header
** ******************************************/
#header {
	width: 770px;
/*
	background-image: url(/xls/images/header_background.jpg);
	background-repeat: no-repeat;
	background-color: #A9D8F4;
*/
}
#logo {
	width: 240px;
	height: 70px;
}
#awmAnchor-awmNavigation, #menu {
	background-image: url(/xls/images/menu_background.jpg);
	background-repeat: repeat-y;
	background-color: #027EC7;
	height: 17px;
}
#records {
	padding: 9px 25px 0 0;
}
#records #recordsText {
	margin: 19px 1em 0 0;
}
#globe {
	width: 53px;
	height: 53px;
	float: right;
	}


/* ******************************************
**  Header / Crumb Handler
** *****************************************/
/* all the crumb images are hidden by default */
#crumb {
	clear: both;
}
#crumb img {
	display: none;
}
/* then only the crumb which matches body class gets shown */
.tapelibs #crumb #tapelibs,
.tapedrives #crumb #tapedrives,
.suport #crumb #suport, /*misspelled due to conflict with XLS */
.tech #crumb #tech,
.qnews #crumb #qnews,
.salesinfo #crumb #salesinfo,
.qstar #crumb #qstar, /*misspelled due to conflict with XLS */
.nvestors #crumb #nvestors, /*misspelled due to conflict with XLS */
/* below is for XLS */
.home #crumb #home,
.qualstar #crumb #qualstar,
.tour #crumb #tour,
.news #crumb #news,
.support #crumb #support,
.resellers #crumb #resellers,
.investors #crumb #investors {
	display: block;
}

/* ******************************************* 
**  Footer 
** ******************************************/
#footer {
	text-align: center;
	width: 770px;
	font-size: 10px;
	margin-top: 2em;
}
#fmenu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#fmenu li {
  display: inline;
	padding: 0 .5em 0 .5em;
	background-image: url(/xls/images/fmenu_pipe.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}
#fmenu li.first {
	background: none;
}



/* ******************************************
**  Left Column
** *****************************************/
#nav {
	padding: 0 15px;
}
#nav h2 {
	width: 134px;
	background-color: #007DC6;
	color: white;
	font-size: 11px;
	padding: 3px 0 3px 6px;
	margin: 0 0 .66em 0;
	font-weight: bold;
}
#nav h2 {
	font-family: Arial, Helvetica, sans-serif;
}
#nav ul {
  margin: 0 0 1.5em 0;
	padding: 0;
	list-style-type: none;
}
#nav li {
	margin-bottom: 1em;
}


/* ***************************************************
**  Left Nav (specific)
** **************************************************/
#subNav {
	font-weight: bold;
	color: #007DC6;
}
#subNav li {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0em;
}
#subNav li {
	padding-left: 7px;
	background-image: url(/xls/images/bullet_blue.gif);
	background-repeat: no-repeat;
	background-position: left 6px;	
}
#subNav1 {
	font-weight: bold;
	color: #007DC6;
}
#subNav1 li {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0em;
}
#subNav1 li {
	padding-left: 7px;
	background-image: url(/xls/images/bullet_blue.gif);
	background-repeat: no-repeat;
	background-position: left 6px;	
}
#subNav2 {
	font-weight: bold;
	color: #007DC6;
}
#subNav2 li {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0em;
}
#subNav2 li {
	padding-left: 7px;
	background-image: url(/xls/images/bullet_blue.gif);
	background-repeat: no-repeat;
	background-position: left 6px;	
}
#subNav3 {
	font-weight: bold;
	color: #007DC6;
}
#subNav3 li {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0em;
}
#subNav3 li {
	padding-left: 7px;
	background-image: url(/xls/images/bullet_blue.gif);
	background-repeat: no-repeat;
	background-position: left 6px;	
}


/* ******************************************
**  Left Nav Submenu Highlighting
** *****************************************/
.menu1 #subNav #menu1,
.menu2 #subNav #menu2,
.menu3 #subNav #menu3,
.menu4 #subNav #menu4,
.menu5 #subNav #menu5,
.menu6 #subNav #menu6,
.menu7 #subNav #menu7,
.menu8 #subNav #menu8,
.menu9 #subNav #menu9,
.menu10 #subNav #menu10,
.menu11 #subNav #menu11,
.menu12 #subNav #menu12,
.menu13 #subNav #menu13,
.menu14 #subNav #menu14,
.menu15 #subNav #menu15 {
	background-image: url(/xls/images/bullet_green.gif);
}
.menu1 #subNav #menu1 a,
.menu2 #subNav #menu2 a,
.menu3 #subNav #menu3 a,
.menu4 #subNav #menu4 a,
.menu5 #subNav #menu5 a,
.menu6 #subNav #menu6 a,
.menu7 #subNav #menu7 a,
.menu8 #subNav #menu8 a,
.menu9 #subNav #menu9 a,
.menu10 #subNav #menu10 a,
.menu11 #subNav #menu11 a,
.menu12 #subNav #menu12 a,
.menu13 #subNav #menu13 a,
.menu14 #subNav #menu14 a,
.menu15 #subNav #menu15 a {
	color: #008000;
}
#selectTopic {
	color: #007DC6;
	margin: 0 0 1em 0;
}
#content #blurbs td {
	padding-right: 16px;
}
#blurbs img {
	display: block;
	margin: 1px 0 4px 0;
}
td#compass {
	text-align: center;
}
#expansion {
	background-image:   url(/images/tour/overview_expansion_background.jpg);
	background-repeat: repeat-y;
}
#expansion td {
  padding: 1px 3px;
	font-size: 8px;
	color: white;
	font-weight: bold;
}
#expansion img {
  vertical-align: middle;
  margin: 0 3px 1px 3px;
}
  a:hover, a:active {
    color: #800040;
	text-decoration: none;
}

.n{ color:#000000; font-size:10px; font-family:verdana, arial, helvetica; text-decoration:none;}
.a{ color:#000000; font-size:11.5px; font-family:verdana, arial, helvetica;}
.ax{ color:blue; font-size:9px; font-family:arial, helvetica; text-decoration: none;}
.b{ color:#000000; font-size:15px; font-family:arial, helvetica; text-decoration:none;}
.bl{ color:#000000; font-size:15px; font-family:arial, helvetica; text-decoration:none; line-height:1.3}
.bx{ color:#000000; font-size:13px; font-family:arial, helvetica; text-decoration:none; background:white}
.by{ color:#000000; font-size:14px; font-family:arial, helvetica; text-decoration:none; background:eeeeee}
.c{ color:green; font-size:18px; font-family:arial, helvetica;}
.d{ color:#000000; font-size:16px; font-family:arial, helvetica;}
.e{ color:#000000; font-size:12px; font-family:arial, helvetica;}

