/*----------------------------------------------
 * @file: stylesheet_print.css
 * @description: Video page print layout CSS.
 * IMPORTANT: Please update the stylesheet for the SSL server as well.
 *----------------------------------------------*/
body
{
	font-family: arial, sans-serif;
	font-size: 11px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: black;
	width: 100%;
}

img
{
	margin: 0px;
	border: none;
}

.linkNote	/* Foot note links section */
{
	padding-top: 22px;
}

#header,
#leftContent,
#rightContent,
#footer,
.noprint,		/* NOTE: add this class to any container that you don't want to print (avoid the use of display:none everywhere in this css) */
#thumbBox
{
	display: none;
}

/* NOTE: Add class="ignore" for links you don't want to show in the foot note links */
a, a:visited,
a .italic
{
	color: #0000CC; /* Blue */
}
a:link:after,
a:visited:after
{
  content: " (" attr(href) ") ";
  font-size: 11px;
}
a.ignore:link:after,
a.ignore:visited:after
{
	content: "";
}
html.noted a:link:after,
html.noted a:visited:after
{
  content: "";
}

/*
 * SIMPLE GRID and GREY HEADERS GRID (no background color grid)
 */
table.simple_grid,
table.greyHeaders_grid
{
	border-collapse: collapse;
}
table.simple_grid th,
table.greyHeaders_grid th
{
	font-weight: bold;
	text-align: left;
	border: 1px solid black;
	padding: 5px;
}
table.simple_grid td,
table.greyHeaders_grid td
{
	text-align: left;
	border: 1px solid black;
	padding: 5px;
}

/*
 * DOWNLOAD GRID
 */
table.download_grid
{
	border-collapse: collapse;
}
table.download_grid td
{
	border: 1px solid #666666;
	padding-bottom: 15px;
}
table.download_grid td.file
{
	width: 40%;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #666666;
	padding: 5px 0px;
}
table.download_grid td.date
{
	width: 60%;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #666666;
	padding: 5px 0px;
}

/*
 * DEFINITIONS GRID
 */
table.definitions_grid
{
	border-collapse: collapse;
}
table.definitions_grid th
{
	font-weight: bold;
	text-align: right;
	border: none;
	padding: 5px;
	padding-right: 15px;
	vertical-align: top;
}
table.definitions_grid td
{
	vertical-align: top;
	text-align: left;
	border: none;
	padding: 5px;
}

/*
 * PRODUCT GRID STYLE
 */
table.axio_grid,
table.mxo_grid,
table.rtx2_grid
{
	border-collapse: collapse;
	text-align: left;
}
table.axio_grid th,
table.mxo_grid th,
table.rtx2_grid th
{
	border: 1px solid black;
	padding: 5px;
	background-color: #BCE3F8;
	vertical-align: top;
}
table.axio_grid td,
table.mxo_grid td,
table.rtx2_grid td
{
	border: 1px solid black;
	padding: 5px;
	background-color: #E6E7E8;
	vertical-align: top;
}

/*
 * DESIGN SYSTEM GRID
 */
table.designSystem_grid
{
	background-color: #FFFFFF;
	vertical-align: top;
	border-collapse: collapse;
}
table.designSystem_grid th
{
	text-align: left;
	padding: 5px;
	background-color: #D9D9D9;	/* Grey */
	vertical-align: top;
	border: 1px solid black;
}
table.designSystem_grid th.centered,
table.designSystem_grid td.centered
{
	text-align: center;
	vertical-align: middle;
}
table.designSystem_grid td
{
	text-align: left;
	padding: 5px;
	vertical-align: top;
	border: 1px solid black;
}

/*
 * SYSTEM DETAILS GRID
 */
table.systemDetails_grid
{
	border-collapse: collapse;
}
table.systemDetails_grid th
{
	font-weight: bold;
	text-align: left;
	border: none;
	text-align: right;
	padding: 3px;
	padding-right: 10px;
}
table.systemDetails_grid td
{
	text-align: left;
	border: none;
	padding: 3px;
}

/*
 * TWO COLS FORM
 */
table.twoColsForm
{
	width: 100%;
	border-collapse: collapse;
	line-height: 15px;
}
.twoColsForm th
{
	text-align: left;
	width: 30%;
	padding: 0px 15px 15px 12px;
}
.twoColsForm th.required
{
	background: #FFFFFF url(/video/media/image/symbols/star_blue.gif) no-repeat;
}
.twoColsForm td
{
	width: 70%;
	padding: 0px 15px 15px 0px;
}

/*
 * CUSTOMER PROFILE FORM
 */
table.customerProfileForm
{
	width: 100%;
	border-collapse: collapse;
	line-height: 15px;
}
.customerProfileForm th
{
	text-align: right;
	width: 30%;
	padding: 3px 15px;
	font-weight: bold;
}
.customerProfileForm td
{
	width: 70%;
	padding: 3px 0px;
}

/*
 * VPGSALES GRID
 */
table.vpgsales_grid
{
	border-collapse: collapse;
	width: 100%;
}
table.vpgsales_grid th
{
	width: 25%;
	font-weight: bold;
	text-align: center;
	border: 1px solid black;
	padding: 5px;
	padding-right: 15px;
	vertical-align: middle;
}
table.vpgsales_grid td
{
	width: 25%;
	vertical-align: top;
	text-align: left;
	border: 1px solid black;
	padding: 5px;
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*.dow {
    border-top: 1px solid #ddd !important;
  }*/

}
.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  width: 100%;
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker td.day.disabled {
  color: #eeeeee;
}
.datepicker td.old,
.datepicker td.new {
  color: #999999;
}
.datepicker td.active,
.datepicker td.active:hover {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
  background-color: #003399 \9;
}
.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td span:hover {
  background: #eeeeee;
}
.datepicker td span.active {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.datepicker td span.active:active,
.datepicker td span.active.active {
  background-color: #003399 \9;
}
.datepicker td span.old {
  color: #999999;
}
.datepicker th.switch {
  width: 145px;
}
.datepicker th.next,
.datepicker th.prev {
  font-size: 21px;
}
.datepicker thead tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
  background: #eeeeee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
