﻿body
{
	margin:0;
	padding:0;
	font-family: Tahoma, Arial;
	background:#ECEAEB url(images/bg_tile.jpg) repeat-x;
	text-align:center;
}

Form
{
	margin:0px;
	padding:0px;
}

.main
{
	position:absolute;
	top:30px;
	left:50%;
	margin-left:-310px;
	width: 625px;
	text-align:left;
	z-index:10;
}

img {
	behavior: url("pngbehavior.htc");
}

#shadowdiv
{
	position:absolute;
	top:30px;
	left:50%;
	width:640px;	
	margin-left:-320px;
	height:250px;
	z-index: 0;
	background: transparent url(images/bg_skeleton_sides.png) no-repeat top left;
}

* html #shadowdiv
{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_skeleton_sides.png' ,sizingMethod='image');
}

.headerspacer
{
	 margin-top:10px;
	 background-image: url(images/contentsbgtop.gif);
	 height:10px;
	 line-height:0px;
	 font-size:0px;
}

.contents
{
	background-color:White;
	padding:20px;
}


.header 
{
	background: url(images/header_bg_n.png)  no-repeat top center;
	height:180px; /* 180 full height */
}

.header P
{
	padding-left:65px;
	padding-top:84px;
	color:#FF6600;
	font-size:22pt;
	font-weight:bold;
	text-transform:uppercase;
	font-family: Arial Narrow,Arial,Sans-Serif;
	display: none;
}

.footer
{
	background: #ffffff url(images/footer_bg_tile.gif)  repeat-x top left;
	height:50px;
	padding-top:35px;
	color:#999999;
	font-size:11px;
	text-align:center
	
}


.logo 
{
	 background: url(images/plantronics_logo.gif) no-repeat top left; 
}



.bold 
{
	display:block;
	font-weight: bold;
}

.pageTitle 
{
	color: #206E97;
	font-family: Calibri, "Arial Narrow", "Helvetica Neue Bold Condensed", "HelveticaNeue-CondensedBold", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:14px;
	clear:both;
	margin: 0 0 5px 0;	
	text-transform:uppercase;
}

.sectionTitle
{
	margin: 5px 0 5px 0;
	padding: 2px 0 2px 5px;
	background: #e7e7e7;
	font-size:11px;
	color:#515151;
	border-bottom:1px solid #ccc;
	font-family: Calibri, "Arial Narrow", "Helvetica Neue Bold Condensed", "HelveticaNeue-CondensedBold", Arial, Helvetica, sans-serif;
	font-weight: bold;			
	white-space:nowrap;
	display:block;
}

TD.sectionTitle
{
	display:table-cell;
}

.validationError 
{
	color:Red;	
	font-size: 11px;
	margin: 5px 0 5px 0;
	padding: 2px 0 2px 5px;
}

.inlineText
{
	margin: 0 5px 0 5px;
}


input.text {
	display:inline;
	height:16px;
	width:auto;
	margin: 0;
	padding:2px;
	border:1px solid;
	border-color: #ccc #eee #eee #ccc;
	background: #f7f7f7;
	font-size:11px;
	color:#206E97;
}

select {
	display:inline;
	height:auto;
	padding:0;
	border:1px solid;
	border-color: #ccc #eee #eee #ccc;
	background: #f7f7f7;
	font-size:11px;
	color:#206E97;
}


/* reimplementation of global.css changes */
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #515151;
	margin: 0;
	padding: 2px;
}
caption {
	text-align:left;
	padding:2px;
	font-weight:bold;
}
THEAD {
	vertical-align:bottom;
	font-weight:bold;
	background: #666;
	color:#fff;
	padding: 4px;
}

TH {
	padding: 4px;
	text-align:left;
	border-bottom: 1px solid #fff;
}
TD {
	padding: 4px;
	text-align:left;
	vertical-align:top;
	border-bottom: 1px solid #fff;
}
TR.odd TD {
	background: #eee;
}
TR.even TD {
	background: #ddd;
}


h1, h2, h3, h4, h5, h6 {
	font-family: Calibri, "Arial Narrow", "Helvetica Neue Bold Condensed", "HelveticaNeue-CondensedBold", Arial, Helvetica, sans-serif;
	color: #515151;
}
h1 {
	font-size: 18px;
	margin: 0 0 4px 0;
}
h2 {
	font-size: 14px;
	margin: 0 0 3px 0;
}
h3 {
	font-size: 11px;
	margin: 0 0 2px 0;
}
h4 {
	font-size: 11px;
	margin: 0 0 2px 0;
}
h5 {
	margin: 0;
	padding: 0;
}
p {
	margin: 0 0 12px 0;
	font-size:11px;
	line-height: 15px;
	color: #515151;
}

.orange
{
	color: #FF5400;
}

.red 
{
	color: #FF0000;
}

/*
a
{
	text-decoration:none;
}

a:hover
{
	color: Red;
}
*/
a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

.readOnlyData
{
	border-right: #eee 1px solid;
	padding-right: 2px;
	border-top: #ccc 1px solid;
	padding-left: 2px;
	font-size: 11px;
	background: #f7f7f7;
	padding-bottom: 2px;
	margin: 0px;
	vertical-align: middle;
	border-left: #ccc 1px solid;
	width: 100px;
	color: #206e97;
	padding-top: 2px;
	border-bottom: #eee 1px solid;
	height: auto;
}

.tableLabel 
{	
	/*display:inline;*/
	height: auto;
	width: 100px;
	margin: 0;
	padding: 0 4px 0 4px;	
	border:1px solid;
	background: #f7f7f7;
	font-size:11px;
	color:#206E97;	
	vertical-align:middle;

}

.printbody
{
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial;
	background: none;
	text-align: center;
}

.rightEdge
{
    float:right;
    display:block;
} 

.RadGrid caption
{
    display:none;
}
