/*--------------------------------------------------------------*/
/* Replacements for HTML Tags */
/*--------------------------------------------------------------*/
/* Main Body */
BODY {
    background-color: #FFFFFF;
    color: #666666;
    font-family: Arial, Helvetica, san-serif;
    font-size: 10px;
    margin: 0 auto;
	padding: 0;   
}

/* Anchor Tags <A> */
A, Visited, Active {
    color: #458345;
    font-size: 11px;
    font-family: Arial, Helvetica, san-serif;
    font-weight: bold;
    text-decoration: underline;
}
A:Hover {
    color: #458345;
    font-family: Arial, Helvetica, san-serif;
    text-decoration: underline;
}

/* Anchors used as titles */
A.title, .title:Visited, .title:Active {
    color: #333333;
    font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
	font-weight: bold;
    text-decoration: underline;
}
A.title:Hover {
    color: #D2691E;
    font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
	font-weight: bold;
    text-decoration: underline;
}

/* Anchors used in NavigationSectionA */
A.navA, .navA:Visited, .navA:Active {
    color: #458345;
    font-family: Arial, Helvetica, san-serif;
	font-size: 11px;
	font-weight: normal;
    text-decoration: none;
}
A.navA:Hover {
    color: #D2691E;
    font-family: Arial, Helvetica, san-serif;
	font-size: 11px;
	font-weight: normal;
    text-decoration: underline;
}

/* Anchors used in NavigationSectionB */
A.navB, .navB:Visited, .navB:Active {
    color: #333333;
    font-family: Arial, Helvetica, san-serif;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
A.navB:Hover {
    color: #990000;
    font-family: Arial, Helvetica, san-serif;
    font-size: 10px;
    font-weight: normal;
    text-decoration: underline;
}

/* Anchors used in the CategoryNavigation Controls */
A.categoryNav, .categoryNav:Visited, .categoryNav:Active {
    color: #333333;
    font-family: Arial, Helvetica, san-serif;
    text-decoration: none;
}
A.categoryNav:Hover {
    color: #BC0D0D;
    font-family: Arial, Helvetica, san-serif;
    text-decoration: none;
}

/* Anchors used in a DataGrid's Header when a title can be sorted by */
A.sortHeader, .sortHeader:Visited, .sortHeader:Active {
    color: #333333;
    font-family: Arial, Helvetica, san-serif;
    text-decoration: underline;
}
A.sortHeader:Hover {
    color: #990000;
    font-family: Arial, Helvetica, san-serif;
    text-decoration: underline;
}

/* Anchors used in a DataGrid's Footer for page links */
A.pagination, .pagination:Visited, .pagination:Active {
    color: #333333;
    font-family: Arial, Helvetica, san-serif;
    text-decoration: underline;
}
A.pagination:Hover {
    color: #990000;
    font-family: Arial, Helvetica, san-serif;
    text-decoration: underline;
}


/* Links from Lead-In content title */
A.contentLink, .contentLink:Visited, .contentLink:Active {
    color: #333333;
    font-family: Arial, Helvetica, san-serif;
	font-size: 10px;
	font-weight: bold;
    text-decoration: underline;
}
A.contentLink:Hover {
    color: #D2691E;
    font-family: Arial, Helvetica, san-serif;
	font-size: 10px;
	font-weight: bold;
    text-decoration: underline;
}

/* Links from Event List title */
A.eventLink, .eventLink:Visited, .eventLink:Active {
    color: #333333;
    font-family: Arial, Helvetica, san-serif;
	font-size: 10px;
	font-weight: bold;
    text-decoration: underline;
}
A.eventLink:Hover {
    color: #D2691E;
    font-family: Arial, Helvetica, san-serif;
	font-size: 10px;
	font-weight: bold;
    text-decoration: underline;
}

/* Links from Lead-In category title */
A.categoryLink, .categoryLink:Visited, .categoryLink:Active {
    color: #D2691E;
    font-family: Arial, Helvetica, san-serif;
	font-size: 10px;
	font-weight: bold;
    text-decoration: underline;
}
A.categoryLink:Hover {
    color: #333333;
    font-family: Arial, Helvetica, san-serif;
	font-size: 10px;
	font-weight: bold;
    text-decoration: underline;
}

/* Links from Lead-In product title */
A.productLink, .productLink:Visited, .productLink:Active {
    color: #333333;
    font-family: Arial, Helvetica, san-serif;
	font-size: 10px;
	font-weight: bold;
    text-decoration: underline;
}
A.productLink:Hover {
    color: #D2691E;
    font-family: Arial, Helvetica, san-serif;
	font-size: 10px;
	font-weight: bold;
    text-decoration: underline;
}

/* Style from edit links */
A.editLink, .editLink:Visited, .editLink:Active {
    color: #333333;
    font-family: Arial, Helvetica, san-serif;
	font-size: 10px;
	font-weight: bold;
    text-decoration: underline;
}
A.editLink:Hover {
    color: #D2691E;
    font-family: Arial, Helvetica, san-serif;
	font-size: 10px;
	font-weight: bold;
    text-decoration: underline;
}

/* Anchors used as breadcrumbs */
A.breadcrumbs, .breadcrumbs:Visited, .breadcrumbs:Active {
    color: #458345;
    font-family: Arial, Helvetica, san-serif;
	font-size: 9px;
	font-weight: normal;
    text-decoration: underline;
}
A.breadcrumbs:Hover {
    color: #D2691E;
    font-family: Arial, Helvetica, san-serif;
	font-size: 9px;
	font-weight: normal;
    text-decoration: underline;
}

/* Paginated DataSource Link */
A.pageCurrent, .pageCurrent:Visited, .pageCurrent:Active {
    color: #ffffff;
    font-family: Arial, Helvetica, san-serif;
    text-decoration: underline;
}
A.pageCurrent:Hover {
    color: #ffff00;
    font-family: Arial, Helvetica, san-serif;
    text-decoration: underline;
}

A.pageNextLink, .pageNextLink:Visited, .pageNextLink:Active {
    color: #ffffff;
    font-family: Arial, Helvetica, san-serif;
    text-decoration: underline;
}
A.pageNextLink:Hover {
    color: #ffff00;
    font-family: Arial, Helvetica, san-serif;
    text-decoration: underline;
}

A.pagePrevLink, .pagePrevLink:Visited, .pagePrevLink:Active {
    color: #ffffff;
    font-family: Arial, Helvetica, san-serif;
    text-decoration: underline;
}
A.pagePrevLink:Hover {
    color: #ffff00;
    font-family: Arial, Helvetica, san-serif;
    text-decoration: underline;
}

A.searchResults, .searchResults:Visited, .searchResults:Active {
    color: #ffffff;
    font-family: Arial, Helvetica, san-serif;
    text-decoration: underline;
}
A.searchResults:Hover {
    color: #ffff00;
    font-family: Arial, Helvetica, san-serif;
    text-decoration: underline;
}


/*--------------------------------------------------------------*/
/* Class Tags */
/*--------------------------------------------------------------*/


/*--------------------------------------------------------------*/
/* Navigation Sections */
.navigationSectionA {
    background-color: #FFFFFF; 
    color: #000000;
    font-family: Arial, Helvetica, san-serif;
    font-size: 10px;
}
.navigationSeperatorA {
    background-color: #000000;
}

.navigationSectionB {
    background-color: #FFFFFF;
    color: #29C753;
    font-family: Arial, Helvetica, san-serif;
    font-size: 10px;
}
.navigationSeperatorB {
    background-color: #333333;
}


/*--------------------------------------------------------------*/
/* Search Results */
.searchResultsHeader {
    background-color: #4682B4; 
    color: #FFFFFF;
    font-family: Arial, Helvetica, san-serif;
    font-size: 10px;
    font-weight: bold;
}

.searchResultsFooter {
    background-color: #4682B4; 
    color: #FFFFFF;
    font-family: Arial, Helvetica, san-serif;
    font-size: 10px;
    font-weight: bold;
}


/*--------------------------------------------------------------*/
/* Common Text Settings */
.accountTextTitle {
    color: #999999;
    font-family: Arial, Helvetica, san-serif;
	font-size: 11px;
	font-weight: bold;
}
.accountTextRegular {
    color: #000000;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
}
.accountSeparator {
    height: 1px;
    padding: 0 0 0 0;
    margin: 2px 0 2px 0;
    width: 228px;
}
.textRegular {
    color: #666666;
    font-family: Arial, Helvetica, san-serif;
    font-size: 10px;
}
.textSmall {
    color : #666666;
	font-family : Arial, Helvetica, san-serif;
	font-size : 9px;
}
.textTiny {
    color : #666666;
	font-family : Arial, Helvetica, san-serif;
	font-size : 8px;
}
.textLarge {
    color : #666666;
	font-family : Arial, Helvetica, san-serif;
	font-size : 11px;
}
.textExtraLarge {
    color : #666666;
	font-family : Arial, Helvetica, san-serif;
	font-size : 12px;
}

/* Common Text Styles for White (or Reverse) Text */
.textRegular_reverse {
    color: #FFFFFF;
    font-family: Arial, Helvetica, san-serif;
    font-size: 10px;
}
.textSmall_reverse {
    color : #FFFFFF;
	font-family : Arial, Helvetica, san-serif;
	font-size : 9px;
}
.textTiny_reverse {
    color : #FFFFFF;
	font-family : Arial, Helvetica, san-serif;
	font-size : 8px;
}
.textLarge_reverse {
    color : #FFFFFF;
	font-family : Arial, Helvetica, san-serif;
	font-size : 11px;
}
.textExtraLarge_reverse {
    color : #FFFFFF;
	font-family : Arial, Helvetica, san-serif;
	font-size : 12px;
}

.textTitle_reverse {
    color: #FFFFFF;
    font-family: Arial, Helvetica, san-serif;
	font-size: 11px;
	font-weight: bold;
}
.textSubTitle_reverse {
    color: #FFFFFF;
    font-family: Arial, Helvetica, san-serif;
	font-size: 10px;
	font-weight: bold;
}
.textPageTitle {
    color: #4682B4;
    font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
	font-weight: bold;
}
.textTitle {
    color: #D2691E;
    font-family: Arial, Helvetica, san-serif;
	font-size: 11px;
	font-weight: bold;
}
.textSubTitle {
    color: #333333;
    font-family: Arial, Helvetica, san-serif;
	font-size: 10px;
	font-weight: bold;
}
.textFooter {
    color : #ffffff;
	font-family : Arial, Helvetica, san-serif;
	font-size : 8px;
}

.textHighlight_Light {
    color: #B0C4DE;
    font-family: Arial, Helvetica, san-serif;
    font-size: 10px;
    font-weight: bold;
}
.textHighlight_Dark {
    color: #D2691E;
    font-family: Arial, Helvetica, san-serif;
    font-size: 10px;
    font-weight: bold;
}

.textCaption {
    color : #999999;
	font-family : Arial, Helvetica, san-serif;
	font-size : 9px;
}

.textError {
    color: #990000;
    font-family: Arial, Helvetica, san-serif;
    font-size: 10px;
    font-weight: bold;
}

.textHidden {
    color: #FFFFFF;
    font-family: Arial, Helvetica, san-serif;
    font-size: 9px;
}

.textNew {
    color: #990000;
    font-family: Arial, Helvetica, san-serif;
	font-size: 10px;
    font-weight: bold;
    font-style: italic;
}

/*--------------------------------------------------------------*/
/* Pricing Text Settings
   Used by ProductItemCollection (_coreModules/eShopping/controls) for formatting Pricing Text 
*/
.textPriceRetail {
    color: #000000;
    font-family: Arial, Helvetica, san-serif;
    font-size: 10px;
    text-decoration: line-through;
}
.textPriceSale {
    color: #990000;
    font-family: Arial, Helvetica, san-serif;
    font-weight: bold;
    font-size: 10px;
}
.textPriceSavings {
    color: #990000;
    font-family: Arial, Helvetica, san-serif;
    font-size: 10px;
    font-weight: bold;
    font-style: italic;
}


/*--------------------------------------------------------------*/
/* Grid Settings
   For use in any HTML tables and by the ExtendedGrid control (in WGA.ClassLibrary.Controls)
*/
.gridMain {
    border-collapse: collapse;
}
.gridMain TABLE {
    border: solid 1px #000000;
}
.gridMain TH {
    border: solid 1px #000000;
    padding: 2px 5px 2px 5px;
}
.gridMain TD {
    border: solid 1px #000000;
    padding: 2px 5px 2px 5px;
}
.gridHeader {
    background-color: #F0F0F0;
    background-image: url(/siteSpecific/images/evenRowBG.gif);
    color: #000000;
    font-family: Arial, Helvetica, san-serif;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}
.gridRow1 {
    background-color: #F5F8EF;
    background-image: url(/siteSpecific/images/altRowBG.gif);
    color: #333333;
    font-size: 10px;
    font-family: Arial, Helvetica, san-serif;
}
.gridRow2 {
    background-color: #F9F9F9;
    background-image: url(/siteSpecific/images/evenRowBG.gif);
    color: #333333;
    font-size: 10px;
    font-family: Arial, Helvetica, san-serif;
}
.gridLineError {
    background-color: #B22222;
    color: #999999;
    font-size: 10px;
    font-family: Arial, Helvetica, san-serif;
}
.gridLineWarning {
    background-color: #FFFEAA;
    color: #000000;
    font-size: 11px;
    font-family: Arial, Helvetica, san-serif;
}
.gridFooter {
    background-color: #F0F0F0;
    background-image: url(/siteSpecific/images/evenRowBG.gif);
    color: #333333;
    font-size: 10px;
    font-weight: bold;
    font-family: Arial, Helvetica, san-serif;
    text-align: center;
}


/*--------------------------------------------------------------*/
/* Order Table Settings
   Used by Order Display Control (WGA.CoreModules.DataRules.Order_Basic) for formatting order display tables
*/
.orderDetail {
    border: solid 1px #cccccc;
    border-collapse: collapse;
    background-color: #FFFFFF;
    font-size: 10px;
    font-family: Arial, Helvetica, san-serif;
}

.orderHighlight {
    border: solid 1px #cccccc;
    border-collapse: collapse;
    background-color: #F4F8FB;
    font-size: 10px;
    font-family: Arial, Helvetica, san-serif;
}


/*--------------------------------------------------------------*/
/* Product Table Settings
   Used by ProductDisplay and Child Controls (_coreModules/eShopping/controls) for formatting stock item display tables
*/
.productTable {
    border: solid 1px #999999;
    border-collapse: collapse;
    width: 100%
}
.productTablePriceHeader1 {
    background-color: #ffffff;
    border: solid 1px #999999;
    color: #000000;
    font-family: Arial, Helvetica, san-serif;
    font-size: 9px;
    font-weight: bold;
    text-align: right;
}
.productTablePriceHeader2 {
    background-color: #ffffff;
    border: solid 1px #999999;
    color: #990000;
    font-family: Arial, Helvetica, san-serif;
    font-size: 9px;
    font-weight: bold;
    text-align: center;
}
.productTablePriceDetail1 {
    border: solid 1px #999999;
    color: #000000;
    font-family: Arial, Helvetica, san-serif;
    font-size: 9px;
    text-align: center;
}
.productTablePriceDetail2 {
    border: solid 1px #999999;
    color: #FF4500;
    font-family: Arial, Helvetica, san-serif;
    font-size: 9px;
    text-align: center;
}


/*--------------------------------------------------------------*/
/* Data Display Settings
   Used by the DataSection and DataNameValue controls (in WGA.ClassLibrary.Controls)
*/
.dataBoxBorder {
    background-color: #FFFFFF;
    border: solid 1px #999999;
    padding: 4px;
}
.dataBoxBody {
    background-color: #FFFFFF;
}
.dataBoxHeader {
    color : #537A8A;
	font-family: Arial, Helvetica, san-serif;
	font-size: 10px;
    font-weight: bold;
    padding-bottom: 4px;
    vertical-align: bottom;
}
.dataBoxRowTitle {
    color : #537A8A;
	font-family: Arial, Helvetica, san-serif;
	font-size: 10px;
    text-align: right;
    width: 180px;
}
.dataBoxRowTitleloginworks {
    color : #537A8A;
	font-family: Arial, Helvetica, san-serif;
	font-size: 10px;
    text-align: left;
  
}



.dataBoxRowValue {
    color : #333333;
	font-family: Arial, Helvetica, san-serif;
	font-size: 11px;
}

.dataBoxFooter {
    color : #333333;
	font-family: Arial, Helvetica, san-serif;
	font-size: 11px;
    font-weight: bold;
}

/*--------------------------------------------------------------*/
/* Box Display for general content on the site */
.contentBoxTable {
    width: 160px;
}

.contentBoxHeader {
    background-image: url(/siteSpecific/images/boxHeader.gif);
    color: #D2691E;
	font-family: Arial, Helvetica, san-serif;
	font-size: 10px;
    font-weight: bold;
    padding-top: 4px;
    padding-left: 40px;
    vertical-align: top;
    width: 160px;
    height: 23px;
}

.contentBoxBody {
    background-color: #f8f8f8;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    color: #333333;
	font-family: Arial, Helvetica, san-serif;
	font-size: 10px;
    padding: 5px;
}

/*--------------------------------------------------------------*/
/* Control Formatting
   
   formButton
   To be used by all Button objects - currently used by WebButton (in WGA.ClassLibrary.Controls)
   and by CommonCode.WebButton()
*/
.formButton_float {
    background-color: #7D2A00;
    background-image: url(/siteSpecific/images/buttonBG.gif);
    border: 1px;
    color: #000000;
    cursor: hand; cursor: pointer;
    font-family: Arial, Helvetica, san-serif;
    font-size: 11px;
    font-weight: normal;
    height: 17px;
    margin: 0px;
    padding: 1px;
    text-align: center;
}
.formButton_small {
    background-color: Transparent;
    /*background-image: url(/siteSpecific/images/buttonBG_Small.gif);*/
    background-image: url(/includes/imgAdmin/smallButton.jpg);
    background-repeat: no-repeat;
    border: 0px;
    color: #000000;
    cursor: hand; cursor: pointer;
    font-family: Arial, Helvetica, san-serif;
    font-size: 11px;
    font-weight:normal;
    height: 22px;
    margin: 0px;
    padding: 1px;
    text-align: center;
    width: 100px;
}
.formButton_medium {
    background-color: Transparent;
    background-image: url(/includes/imgAdmin/mediumButton.jpg);
    background-repeat: no-repeat;
    border: 0px;
    color: #000000;
    cursor: hand; cursor: pointer;
    font-family: Arial, Helvetica, san-serif;
    font-size: 11px;
    font-weight: normal;
    height: 22px;
    margin: 0px;
    padding: 1px;
    text-align: center;
    width: 150px;
}
.formButton_large {
    background-color: Transparent;
    background-image: url(/includes/imgAdmin/largeButton.jpg);
    background-repeat: no-repeat;
    border: 0px;
    color: #000000;
    cursor: hand; cursor: pointer;
    font-family: Arial, Helvetica, san-serif;
    font-size: 11px;
    font-weight: normal;
    height: 22px;
    margin: 0px;
    padding: 1px;
    text-align: center;
    width: 200px;
}

/* Used for formatting text box and list controls */
.formControl {
    border: solid 1px #7f9db9;
    color: #333333;
    font-family: Arial, Helvetica, san-serif;
    font-size: 11px;
}

/* Used for default formatting of the HTML editor control */
.RadEContent, BODY.RadEContent, .RadEContentBordered, BODY.RadEContentBordered {
    background-color: #ffffff;
    color: #333333;
    font-family: Arial, Helvetica, san-serif;
    font-size: 10px;
}

/*--------------------------------------------------------------*/
/* Calendar Formatting Control
   Used by WGA.ClassLibrary.Controls.BaseCalendar 
*/
.calendar {
    border: solid 1px #333333;
}
.calendarTitle, .calendarNextPrev {
    background-color: #cccccc;
    color: #D2691E;
    font-family: Arial, Helvetica, san-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
.calendarDayHeader {
    background-color: #F4F8FB;
    color: #333333;
    font-family: Arial, Helvetica, san-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
.calendarDay {
    background-color: #ffffff;
	color: #333333;
	font-family: Arial, Helvetica, san-serif;
	font-size: 10px;
}
.calendarDayWeekend {
	background-color: #ffffff;
	color: #333333;
	font-family: Arial, Helvetica, san-serif;
	font-size: 10px;
}
.calendarDayOtherMonth {
	background-color: #F4F8FB;
	color: #aaaaaa;
	font-family: Arial, Helvetica, san-serif;
	font-size: 10px;
}
.calendarDayToday {
    background-color: #ffffff;
	color: #D2691E;
	font-family: Arial, Helvetica, san-serif;
	font-size: 10px;
	font-weight: bold;
}
.calendarDaySelected {
    background-color: #D2691E;
    color: #333333;
    font-family: Arial, Helvetica, san-serif;
    font-size: 10px;
	font-weight: bold;
}
.calendarSelector {
    background-color: #ffcc66;
    color: #333333;
    font-family: Arial, Helvetica, san-serif;
    font-size: 10px;
    font-weight: bold;
}


/*--------------------------------------------------------------*/
/* DHTML Display Class */
.dhtmlDisplay {
    border: #000000 1px solid;
}


/*--------------------------------------------------------------*/
/* used by breadcrumb classes */
.breadcrumbs {
    color: #333333;
    font-family: Arial, Helvetica, san-serif;
    font-size: 9px;
}

/*--------------------------------------------------------------*/
/* Step Text Settings
   Used by ProcessSteps User controls (/_coreModules/common/controls) 
*/
.stepActive {
    color: #D2691E;
    font-family: Arial, Helvetica, san-serif;
    font-size: 10px;
    font-weight: bold;
}
.stepInactive {
    color: #999999;
    font-family: Arial, Helvetica, san-serif;
    font-size: 10px;
    font-weight: bold;
}
.stepComplete {
    color: #999999;
    font-family: Arial, Helvetica, san-serif;
    font-size: 10px;
    font-weight: bold;
}

/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/* Site-Specific Styles to be placed here */
/*--------------------------------------------------------------*/
#topContainer {
	width: 100%;
	height: 87px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	background-image: url(/includes/imgAdmin/nextuplogo.png);
	background-repeat:repeat-x;
	

}

#top {
	width:800px;
	height:81px;
}

#topContent {
    width: 800px;
    height: 45px;
    float: left;
    text-align: left;
    margin: 35px 0 0 0px;
    padding-left: 5px;
    background-color: Transparent;
}
#topContent1 {
    width: 100%;
    height: 45px;
    float: left;
    text-align: left;
    margin: 35px 0 0 0px;
    padding-left: 5px;
    background-color: Transparent;
}

#mainContainer {
    background-color: #ffffff;
    width: 800px;
    height: auto;
    overflow: visible;
    margin: 0 auto;
    padding:0px 5px 20px 5px;
}

#salesRepContainer {
    background-color: #ffffff;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0 20px 0;
   
}
#salesRepContainer1 {
    background-color: #fff;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0 20px 0; 
}


#accountDetailContainer {
    width: 95%;
    height: auto;
    padding: 0 0 0px 0px;
    margin: 0 0px 0 0;
   
}

#breadCrumbs {
    width: auto;
    height: 20px;
    padding-left: 5px;
}

#footer {
    width: 800px;
	height: 23px;
	padding: 0;
	margin: 0 auto;
	font-family: Arial;
	color: #000000;
	font-size:10px;
	padding: 5px 0 0 0;
	text-align: left;
	margin: 0 auto;
	background: url(/siteSpecific/images/siteDesign/footer.gif) no-repeat;
}

#nextUplistTopContainer {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	background-image: url(/includes/imgAdmin/nextuplogo.png);
	background-repeat:no-repeat;
	
}	

#nextUplistTopContainer2 {
	width: 100%;
	padding: 0;
	height:87px;
	margin: 0 auto;
	text-align:left;
	background-image: url(/includes/imgAdmin/nextuplogo.png);
	background-repeat:no-repeat;
	
	
}	
#nextUplistTopContainer1 {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	
}	

/* @group Uplist */

.uplist_title{
	position: relative;
}

#uplist{
	display: block;
	width: 690px;
	position: relative;
}

#uplist #up_scroll{
	display: block;	
	margin-bottom: 30px;
}

#up_head {
	font-size: 12px;
	text-align: left;
	color:Black;
}

#up_head th{
	height: 17px;
	padding-left: 5px;
	padding-top: 3px;
}

#up_selection .rep, #up_selection .married, #up_selection .time{
	height: 40px;
	color:Navy;
}

#up_selection span img{
	margin:0px 5px;
	border: 0px;
}

#up_head .rep{
	width:300px;
	border-right: 1px dotted #a7a7a7;
}

#up_head .married{
	width:170px;
	border-right: 1px dotted #a7a7a7;
}

#up_head .time {
	width: 80px;
	padding-left: 5px;
}

#up_selection .rep{
	width:300px;
	border-right: 1px dotted #a7a7a7;
	font-size: 25px;
}

#up_selection .married{
	width:170px;
	border-right: 1px dotted #a7a7a7;
	font-size: 18px;	
}

#up_selection .time{
	width: 80px;
	font-size: 15px;
}

#up_grid td{
	height: 28px;
	border-bottom: 1px solid #a7a7a7;
	color:Black;
}

#up_grid .last td{
	border-bottom: 0px;
}

#up_grid .rep {
	width: 301px;
	border-right: 1px dotted #a7a7a7;
	font-size: 16px;
	padding-left: 20px;
}

#up_grid .rep_select {
	width: 301px;
	border-right: 1px dotted #a7a7a7;
	font-size: 16px;
	padding-left: 20px;
	background: #efa41f;
	font-weight: bold;
	color: #000;
}

#up_grid .married{
	width: 168px;
	border-right: 1px dotted #a7a7a7;
	font-size: 16px;
	padding-left: 20px;
}

#up_grid .time{
	width: 82px;
	font-size: 15px;
	padding-left: 5px;
}

#showOnPrint {
    display: none;
}

.btnShowAll
        {
           background-color: Transparent;
            background-image: url(/includes/imgAdmin/Show_Active-Inactive_Bg.png);
            background-repeat: no-repeat;
            border: 0px;
            color: #000000;
            cursor: hand; cursor: pointer;
            font-family: Arial, Helvetica, san-serif;
            font-size: 11px;
            font-weight: normal;
            height: 22px;
            margin: 0px;
            padding: 1px;
            text-align: center;
            width: 150px;
            vertical-align:middle;
            
        }
       
        
    .btnmessage
        {
           background-color: Transparent;
            background-image: url(/includes/imgAdmin/MediumgreenButton.png);
            background-repeat: no-repeat;
            border: 0px;
            color: #ffffff;
            cursor: hand; cursor: pointer;
            font-family: Arial, Helvetica, san-serif;
            font-size: 11px;
            font-weight: normal;
            height: 22px;
            margin: 0px;
            padding: 1px;
            text-align: center;
            width: 150px;
            vertical-align:middle;
            
        }    
   
        
.btnAddSalesRep {
    background-color: Transparent;
    background-image: url(/includes/imgAdmin/mediumButton.jpg);
    background-repeat: no-repeat;
    border: 0px;
    color: #000000;
    cursor: hand; cursor: pointer;
    font-family: Arial, Helvetica, san-serif;
    font-size: 11px;
    font-weight: normal;
    height: 22px;
    margin: 0px;
    padding: 1px;
    text-align: center;
    width: 150px;
    vertical-align:middle;
}
.linkbutton
{
	text-decoration:none;
	
	}
	


/* @end */