/*
// COPYRIGHT (C) 2004 QUALCOMM, INC.  All Rights Reserved.
// All ideas and information disclosed in this document are confidential
// and proprietary information of QUALCOMM, INC. and all rights therein
// are expressly reserved.  By accepting this material recipient agrees
// that this material and information will be held in confidence and in
// trust and will not be used, copied or reproduced in whole or in part,
// nor its contents revealed in any manner to others, except to meet the
// specific purpose for which it was delivered.using System;
*/

BODY
{
	font-size: 10pt;
	font-family: Verdana;
}
.BUTTON
{
	font-size: 10pt;
	color: white;
	font-family: Verdana;
	background-color: #3399FF;
	width: 150px;
}
TABLE
{
	font-size: 10pt;
	font-family: Verdana;
	border-collapse: collapse;
}
TR.HEADING
{
	background-color: #FFFF99;
	text-align: center;
}
TD.LIST
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}
TABLE.HEADER
{
	border-right: #000099 1px solid;
	border-top: #000099 1px solid;
	border-left: #000099 1px solid;
	color: white;
	border-bottom: #000099 1px solid;
	background-color: #003399;
	text-align: left;
}
TABLE.MESSAGEDETAILS
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	font-family: 'Courier New';
	background-color: #FFFFCC;
}
a:link
{
	color: #003399;
	text-decoration: underline;
}
a:active
{
	text-decoration: underline;
	color: #003399;
}
a:visited
{
	text-decoration: underline;
	color: #003399;
}
a:hover
{
	color: #FF0000;
	text-decoration: underline;
}
.tableTextWarning {
	background-color: #FFCCCC;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.tableTextAck {
	background-color: #CCFFCC;
	text-align: left;
	vertical-align: top;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.boxText
/* beta 12 - new style */
{
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.tableText {
	background-color: #EEEEEE;
	text-align: left;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.tableColHeading {
	font-weight: bold;
	background-color: #99CCFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.GridItem
{
	font-size: 12px;
	text-decoration: none;
	background: gainsboro;
	behavior: url(Behaviors/GridRollover.htc);
	font-family: Verdana, Arial;
}
 
.GridItemHighlight
{
	font-size: 12px;
	text-decoration: none;
	background: lightsteelblue;
	behavior: url(Behaviors/GridRollover.htc);
	color: black;
	font-family: Verdana, Arial;
}
 
.GridAltItem
{
	font-size: 12px;
	text-decoration: none;
	background: white;
	behavior: url(Behaviors/GridRollover.htc);
	color: black;
	font-family: Verdana, Arial;
}
 
.GridAltItemHighlight
{
	font-size: 12px;
	text-decoration: none;
	background: lightsteelblue;
	behavior: url(Behaviors/GridRollover.htc);
	font-family: Verdana, Arial;
	color: black;
}
.GridPager
{
	font-size: 16px;
	text-decoration: none;
}
.Version
{
	font-weight: normal;
	font-size: 10px;
	vertical-align: top;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	width: 100%
}