/*----------------------------------------------
 * @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(http://www.matrox.com/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;
}
