/*
Style Sheet Documentation: Please refer to the StyleSheet.doc located at vss.
*/

BODY
{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	text-align: center;
}
a
{
	text-decoration: none;
	color: #A91D28;
}
.linkButton
{
	font-family: Verdana;
	font-size: 12px; 
	font-weight: bold;
	color: #05173B;
	text-decoration: none;
}
.itemText
{
	font-family: Verdana;
	font-size: 12px; 
	font-weight: bold;
	color: #05173B;
	text-decoration: none;
}
.sectionTitleCell {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	background-color: #D9D3E2;
	vertical-align: middle;
	text-align: left;
}
.contentPathLink {
	font-weight: normal;
	color: #9182AB;
	text-decoration: none;
}
.contentPathLink:HOVER {
	font-weight: bold;
	color: #1C1475;
	text-decoration: none;
}
.textfield10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.text
{
	font-family: Verdana;
	font-size: 11px; 
	font-weight: normal;
	text-decoration: none;
}
.Text12
{
	font-family: Verdana;
	font-size: 12px; 
	font-weight: normal;
	text-decoration: none;
}
.Text11Red
{
	font-family: Verdana;
	font-size: 11px; 
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}
.Text14Red
{
	font-family: Verdana;
	font-size: 14px; 
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}
.Text14Blue
{
	font-family: Verdana;
	font-size: 14px; 
	font-weight: normal;
	color: #0000FF;
	text-decoration: none;
}
.heading1
{
	font-family: Verdana;
	font-size: 14px; 
	font-weight: bold;
	text-decoration: none;
}
.icLabelText
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000; 
	padding-right: 10px; 
	padding-left: 10px;
}
.icLabelTitle
{
	height: 30px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bolder; 
	color: #002a61; 
	font-style: italic; 
	padding-left: 12px
}
.button
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #FFCC33;
	padding: 3px;
	border: 1px solid #FFFFFF;
	text-align: center;
	height: 25px;
	cursor: pointer;
}
.required
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}
.SmallText
{
	font-family: verdana;
	font-weight: lighter;
	font-size: 12px;
	color:Black;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.WizardHeading1
{
	font-family: verdana;
	font-weight: bold;
	font-size: 14px;
	color:Black;
}
.search
{
	background-color: #FFF0B2;
}
.border
{
	border: solid 1px black;
}

/* Sam 3/22/2007 - DataGrid */
.GridHeader
{
	font-family: verdana;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	padding-left: 5px;
	background-color: #FFCC33;
	height:25px;
}
.GridFooter
{
	padding-left: 3px;
	font-weight: bold;
	font-size: 9px;
	color: #FFFFFF;
	font-family: verdana;
	background-color: #666666;
	height:25px;
}
.GridFooter A
{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.GridRow
{
	font-family: verdana;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	color: #000000;
}
.GridAlternateRow
{
	font-family: verdana; 
	font-size: 9px; 
	font-weight: bold; 
	color: #000000;
	padding-left: 3px;
	background-color: #E1E1E1;
	height:25px;
}
/* Sam 3/22/2007 - DataGrid */

/* Sam 1/18/2007 - Sliding Login Box */
#loginBox
{
	width: 170px;
	position: absolute;
	z-index: 22;
	left: 115px;
	top: -200px;
}
#headerContent
{
	z-index: 24;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
	position: relative;
}
#loginBoxCover
{
	background-color: #FFFFFF;
	position: absolute;
	z-index: 23;
	left: 0px;
	top: -100px;
	height: 150px;
	width: 100%;
}
#loginBox .table1
{
	background-color: #FFCC33;
	font: 10px Verdana;
	color:#000000;
}
.mouseOverPointer
{
	cursor: pointer;
}
.buttonInBox
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #FFF0B2;
	padding-bottom: 2px;
	border: 1px solid #000000;
	text-align: center;
	height: 20px;
	cursor: pointer;
}
/* Sam 1/18/2007 - Sliding Login Box */

/* Sam 1/18/2007 - Item details on hover */
#ItemDetail
{
	font-family: Verdana;
	font-size: 11px; 
	padding: 2px 2px 2px 2px;
	background-color: #E1E1E1;
	border: outset #666666 1px;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: -300px;
	width: 350px;
}
#ItemDetail .table1
{
	text-align: left;
	font-size:10px;
}
#ItemDetail .boldText
{
	font-weight:bold;
}
/* Sam 1/18/2007 - Item details on hover */

/* Sam 3/13/2007 - Header with new styles */
.goButton
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #FFCC33;
	padding: 3px;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
}
.toptoolLink {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.header_corner_left 
{
	background-color: #FFCC33; 
	background-repeat: no-repeat; 
	background-position: left bottom; 
	background-image: url(images/header_left_bottom_corner.jpg);
	width: 15%;
	height: 30px;
}
.header_td_bg {
	background-color: #FFCC33;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: x-small; 
	font-style: normal; 
	font-weight: normal;
	text-align : left;
	vertical-align: middle;
	width: 70%;
	height: 30px;
}
.header_corner_right {  
	background-color: #FFCC33;
	background-repeat: no-repeat; 
	background-position: right bottom; 
	background-image: url(images/header_right_bottom_corner.jpg);
	text-align: right;
	width: 15%;
	height: 30px;
}
/* Sam 3/13/2007 - Header with new styles */

/* Sam 3/14/2007 - Main Content with new styles */
.workarea_top_corner_left {
	background-color: #E1E1E1;
	background-repeat: no-repeat; 
	background-position: left top; 
	background-image: url(images/work_area_ltc.jpg);
	width: 11px;
	height: 18px;
}
.workarea_top_corner_right {
	background-color: #E1E1E1;
	background-repeat: no-repeat; 
	background-position: right top; 
	background-image: url(images/work_area_rtc.jpg);
	width: 12px;
	height: 18px;
}
.WorkAreaTablebg {
	background-color: #E1E1E1;
}
.WorkAreaBg {
	background-repeat: no-repeat; 
	background-position: right top;
	background-color: #E1E1E1;
	/*background-image: url(images/WorkAreaBg.jpg)*/
}
.sectionTitleCell
{
	background-color: #E1E1E1;
}
.workarea_bottom_corner_left {
	background-color: #E1E1E1;
	background-repeat: no-repeat; 
	background-position: left bottom; 
	background-image: url(images/work_area_lbc.jpg);
	width: 11px;
}
.workarea_bottom_corner_right {
	background-color: #E1E1E1;
	background-repeat: no-repeat; 
	background-position: right bottom; 
	background-image: url(images/work_area_rbc.jpg);
	width: 12px;
}
/* Sam 3/14/2007 - Main Content with new styles */

/* Sam 3/13/2007 - Web Parts with new styles */
.webpart_top_corner_left {
	background-color: #FFCC33;
	background-repeat: no-repeat; 
	background-position: left top; 
	background-image: url(images/webpart_left_top_corner.jpg);
}
.webpart_header_td_bg {
	background-color: #FFCC33;
	color:#000000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.webpart_header_td_bg A {
	background-color: #FFCC33;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
}
.webpart_top_corner_right {
	background-color: #FFCC33;
	background-repeat: no-repeat; 
	background-position: right top; 
	background-image: url(images/webpart_right_top_corner.jpg);
}
.webpart_td_content_bg {
	background-color: #E1E1E1;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: x-small;
	border-left: solid 1px #FFCC33;
	border-right: solid 1px #FFCC33;
}
.webpart_td_content_bg a
{
	text-decoration: none;
	color: #A91D28;
}
.webpart_content_bg
{
	background-color: #FFF0B2;
}
.webpart_data_title
{
	font-weight: bold;	
}
.webpart_data_value
{
	padding-left: 10px;	
	border-bottom: solid 1px #FFCC33;
}
.button_in_webpart
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FFCC33;
	padding: 2px;
	border: 0px solid #000000;
	text-align: center;
	height: 20px;
	cursor: pointer;
}
.link_in_webpart
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FF00FF;
	background-color: #000000;
	padding-top: 3px;
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
	height: 40px;
	text-decoration: none;
}
.webpart_bottom_corner_left {
	background-color: #666666;
	background-repeat: no-repeat; 
	background-position: left bottom; 
	background-image: url(images/webpart_left_bottom_corner.jpg);
}
.webpart_bottom_corner_right {
	background-color: #666666;
	background-repeat: no-repeat; 
	background-position: right bottom; 
	background-image: url(images/webpart_right_bottom_corner.jpg)
}
.webpart_bottom_bg {
	background-color: #666666;
}
/* Sam 3/13/2007 - Web Parts with new styles */

/* Sam 3/14/2007 - Footer with new styles */
.footer_corner_left {
	background-color: #FFCC33;
	background-repeat: no-repeat; 
	background-position: left center; 
	background-image: url(images/footer_left_corners.jpg);
	width: 9px;
	height: 18px;
}
.footer_bg {
	background-color: #FFCC33;
	text-align: left;
}
.footer_corner_right {
	background-color: #FFCC33;
	background-repeat: no-repeat; 
	background-position: right center; 
	background-image: url(images/footer_right_corners.jpg);
	width: 11px;
	height: 18px;
}
.footerCellLink {
	color: #000000;
	text-decoration: none;
}
.footerCellLink:HOVER {
	color: #666666;
	text-decoration: underline;
}
/* Sam 3/14/2007 - Footer with new styles */
.dollarSign
{
	background-color:#FFCC33; 
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	border: solid 1px #FFCC33;
	padding: 2px;
}
.changeThemeLink a
{
	background-color:#FFF0B2; 
	text-decoration: none;
	color: #A91D28;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 2px;
	padding-right: 2px;
	white-space: nowrap;
}
.addressTable
{
	border-width: 1px;
	border-style: solid;
	border-color: #FFCC33;
	background-color: #FFF0B2;
	font-family: Verdana;
	font-size: 10px;
}
.addressHeader
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #FFCC33;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 5px;
	padding-left: 5px;
}
.upsellingHeader
{
	background-color: #FFCC33;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.upsellingItemBoxHeader
{
	font-family: Verdana;
	background-color: #FFCC33;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 5px;
	padding-left: 5px;
}
.upsellingItemBox
{
	border-width: 1px;
	border-style: solid;
	border-color: #FFCC33;
	background-color: #FFF0B2;
	font-family: Verdana;
	font-size: 10px;
}
.topSellingTable
{
	border-width: 1px;
	border-style: solid;
	border-color: #FFCC33;
	background-color: #FFF0B2;
	font-family: Verdana;
	font-size: 10px;
}
.segmentsTable
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin: 3px 3px 0px 3px;
	letter-spacing: normal;
	background-color: White;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
}
.segmentsDescCell
{
	padding-left: 3px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-weight: bold;
	font-family: verdana,trebuchet,sans-serif;
	font-size: 11px;
	text-align: left;
}
.segmentsValueCell
{
	padding-left:5px;
	padding-right:5px;
	padding-bottom:2px;
	padding-top:2px;
	text-align:left;
}
.segmentsValueControl
{
	font-family: verdana,trebuchet,sans-serif;
	font-weight:normal;
	font-size: 11px;
}

.fi_webpart_content_bg
{
	background-color: #FFF0B2;
}
.rv_webpart_td_content_bg {
	background-color: #E1E1E1;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: x-small;
	border-left: solid 1px #FFCC33;
	border-right: solid 1px #FFCC33;
}
.rv_webpart_td_content_bg a
{
	text-decoration: none;
	color: #A91D28;
}
.rv_webpart_content_bg
{
	background-color: #FFF0B2;
}
.ts_webpart_content_bg
{
	background-color: #FFF0B2;
}

.sc_webpart_content_bg
{
	background-color: #FFF0B2;
}
.ma_webpart_content_bg
{
	background-color: #FFF0B2;
}
.ms_webpart_content_bg
{
	background-color: #FFF0B2;
}
.wizardHeader{
	height:20px;
	background-color: #FFCC33;
	color:#FFF;
	font-weight:bold;
	text-align:center;
}
.collapsePanel {
	overflow:hidden;
}
.wizard
{
  border-width: 1px;
  border-style: solid;
  border-color : #FFCC33;
}
.wizardCompleteTreeCell
{
	vertical-align:top;
	font-family: verdana,trebuchet,sans-serif;
	font-size: 11px;
}
.modalPopup
{
	background-color: White;	
}
.modalBackground
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.leftAlignGridColumn
{
	text-align:left;
}
.centerAlignGridColumn
{
	text-align:center;
}
.rightAlignGridColumn
{
	text-align:right;
	direction :rtl;
}

/* Start - [Added classes to display Application Message in the different color based on Message Type] - [Pooja] - [03/19/08] */
.msgError
{
	color: red;
}
.msgInformation
{
	color: green;
}
.msgWarning
{
	color: orange;
}
.msgDisplay
{
	color: black;
}
/* End - [Added classes to display Application Message in the different color based on Message Type] - [Pooja] - [03/19/08] */
/* Start - [Added new Ajax class to modify the Tab wrap behaviour]*/
.ajax__tab_xp .ajax__tab_header
{
      white-space: normal!important;
}
/* End - [Added new Ajax class to modify the Tab wrap behaviour]*/

/* Table in the tab content to have light gray thin border*/
.tabContentTable
{
	border: 1px solid #999999;
}
/*End Table border style*/
.IE8Fix
{
	z-index:1000;
}