*
{
	margin: 0px;
	padding: 0px;
}


body
{
	margin: 20px auto 0px auto;
	background-color: #999999;
	width: 807px;
	color: #5A5A5C;
}

p
{
	margin: 0px;
	color: #5a5a5c;
}

p b, p strong, .normalHighlight
{
	color: #c8001d;
}

h3
{
	margin: 0 0 0 0;
	font-size: 16px;
	color: #FFFFFF;
}

h2
{
	margin: 0px 0px 10px 0px;
	font-size: 28px;
	color: #d71920;
	font-weight: bold;
}

a, a:visited, a:active
{
	color: #51b6e6;
	font-weight: bold;
}

a:hover
{
	text-decoration: none;
}

ul
{
	padding-left:10px;
	list-style-position: inside;
}

.clear
{
	clear:both;
	height:0px;
	overflow:hidden;
	display:block;
}

/* -------------------------------- CONTENT ---------------------------------------- */

.header
{
	font-size: 22px;
	color: #c8001d;
}

.headerLt, .pulse_header
{
	font-size: 22px;
	color: #fff;
}

.headerThin
{
	font-size: 22px;
	color: #c8001d;
}

.subheader
{
	font-weight: bold;
	color: #c8001d;
}

.linkButton
{
	font-size: 24px;
}

.logininfo
{
	margin-top: 12px;
	text-align: center;
}

#bannerrule .hr
{
	height: 1px;
	margin: 5px 0 0px 15px;
	padding: 5px 0px 5px 15px;
}

.leftCol
{
	float: left;
	width: 525px;
}

.rightCol
{
	float: right;
	width: 200px;
}


#courseLaunch_page
{
	margin: 30px auto;
	text-align: center;
}


/* --------------------------------- PAGE SPECIFIC (Auction) --------------------------------- */

#auction
{
	margin: 15px -20px 0px 15px;
}


#auction *
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#auction #auction_header
{
	width: 496px;
	float: left;
	margin-bottom: 10px;
}

#auction #auction_header h2
{
	color: #c8001d;
}

#auction #auction_header p
{
}

#auction #my_auctions
{
	width: 169px;
	height: 70px;
	float: left;
	color: #FA750C;
	text-align: center;
	margin-left: 80px;
}

#auction #my_auctions .links
{
	font-size: 11px;
}

#auction #my_auctions .holder
{
	width: 169px;
	height: 45px;
	border: 1px solid #CCCCCC;
	padding-top: 5px;
	margin-top: 5px;
}

#auction #my_auctions .bids
{
	width: 49%;
	float: left;
}

#auction #my_auctions .bids *
{
	font-size: 24px;
	color: #5a5a5c;
}

#auction #my_auctions .bids p
{
	font-size: 10px;
}

#auction #my_auctions .pipe
{
	font-size: 14px;
	color: #818487;
}

#auction #bid_items
{
	clear: both;
	margin-top: 10px;
	width: 780px;
	margin-right: -16px;
}

#auction #bid_items .item
{
	width: 239px;
	height: 124px;
	background-image: url('/images/auction/bid_item_bg.jpg');
	background-repeat: no-repeat;
	float: left;
	margin-right: 16px;
	display: inline;
}

#auction #bid_items .item h3
{
	color: #FFFFFF;
	font-size: 15px;
	margin: 10px 0px 8px 12px;
	width: 200px;
}

#auction #bid_items .item .auctionImage
{
	width: 112px;
	height: 83px;
	background-image: url('/images/auction/item_image_bg.gif');
	float: left;
	margin: 0px 10px 0px 10px;
}

#auction #bid_items .item .name
{
	color: #c8001d;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

#auction #bid_items .item .bid
{
	color: #000000;
	font-size: 12px;
	margin-top: 10px;
}

#auction #bid_table
{
	clear: both;
	margin-top: 15px;
	border-collapse: collapse;
	width: 751px;
}

#auction #bid_table tbody
{
	background-color: #F5F5F5;
	width: 749px;
}


#auction #bid_table .overview
{
	background: url('/images/auction/auction_top.gif') no-repeat left;
	height: 25px;
	text-align: center;
}

#auction #bid_table .table_header
{
	background: url('/images/auction/auction_header.gif') no-repeat center #F5F5F5;
	height: 41px;
}


#auction #bid_table .table_header a.item_label
{
	margin-left: 15px;
}

#auction #bid_table .table_header a
{
	font-size: 13px;
	color: #5a5a5c;
}

#auction #bid_table .spacer_left
{
	border-left: 1px solid #E4E4E4;
}

#auction #bid_table .spacer_right
{
	border-right: 1px solid #E4E4E4;
}

#auction #bid_table .table_data
{
	text-align: center;
	border-right: 1px solid #E4E4E4;
	border-left: 1px solid #E4E4E4;
}

#auction #bid_table #item
{
	text-align: left;
}

#auction #bid_table #item .image
{
	float: left;
	margin-right: 10px;
}

#auction #bid_table #item .name
{
	color: #c8001d;
	font-size: 13px;
	font-weight: bold;
}

#auction #bid_table #item .auction_id
{
	color: #c8001d;
	font-size: 13px;
	font-weight: bold;
}

#auction #bid_table #item .description
{
	color: #000000;
	font-size: 10px;
}

#auction #bid_table #bid a
{
	display: block;
	width: 73px;
	height: 21px;
	color: #c8001d;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding-top: 3px;
}

#auction #bid_table #bid a:hover
{
	color: #FFFFFF;
	background-color: #c8001d;
}

#auction #bid_table .table_footer
{
	background: url('/images/auction/auction_bottom.gif') no-repeat bottom;
	height: 10px;
}

/* --------------------------------- PAGE SPECIFIC (Auction - How to Bid) --------------------------------- */
#auction #how_to_bid
{
	width: 700px;
}

#auction #how_to_bid h1
{
	color: #c8001d;
	font-size: 34px;
	font-weight: normal;
	margin-bottom: 15px;
}

#auction #how_to_bid ol
{
	margin-left: 30px;
}

#auction #how_to_bid h2
{
	margin-left: 12px;
	color: #c8001d;
	font-size: 18px;
	font-weight: normal;
}

#auction #how_to_bid #fr_head h2
{
	margin: 10px 0px 0px 10px;
}

#auction #how_to_bid ul
{
	margin-left: 25px;
}

#auction #how_to_bid img
{
	border: 1px solid #AAAAAA;
	margin: 5px 0px 10px 0px;
}

#auction #how_to_bid li
{
	font-weight: normal;
}

#auction #how_to_bid .header
{
	font-weight: bold;
	margin: 10px 0px 0px 0px;
}



/* --------------------------------- PAGE SPECIFIC (Auction T & C) --------------------------------- */

#auction #tnc
{
	width: 700px;
	margin: 0px auto;
}

#auction #tnc p
{
	margin-top: 10px;
}

#auction #tnc h2
{
	color: #c8001d;
}

/* --------------------------------- PAGE SPECIFIC (Field Trainer Report) --------------------------------- */
#fieldtrainingReport
{
	margin: 0px 0px 0px 30px;
}

#fieldtrainingReport h2
{
	color: #F0461E;
	font-style: normal;
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 0px 0px;
}

#fieldtrainingReport h3
{
	margin: 0px 0px 0px 0px;
	color: #F0461E;
	font-size: 22px;
}

#fieldtrainingReport h4
{
	margin: 10px 0px 0px 0px;
	color: #6C6B66;
	font-size: 12px;
}

#fieldtrainingReport .repHeader
{
	background-color: #F0461E;
	color: White;
}

#fieldtrainingReport .repHeader A
{
	color: White;
}

#fieldtrainingReport .repHeader A:hover
{
	color: #CCFF66;
	text-decoration: none;
}

#fieldtrainingReport .gridrep
{
	width: 700px;
	height: 500px;
	overflow: scroll;
}

#fieldtrainingReport .linkBtn
{
	color: #F0461E !important;
}

#fieldtrainingReport .sepRow
{
	background-color: #F0461E;
	height: 3px;
}

#fieldtrainingReport .sumRow
{
	font-weight: bold;
	background-color: Silver;
	text-align: left;
}

#fieldtrainingReport .sumTotalRow
{
	background-color: #F0461E;
	text-align: left;
	font-weight: bold;
}

#fieldtrainingReport p
{
	margin: 10px 0px 10px 0px;
}

#fieldtrainingReport #div.startCal
{
	margin: 10px 0px 10px 250px;
}

#fieldtrainingReport .tbDate
{
	position: relative;
	top: 0px;
	left: 10px;
	width: 100px;
}

#fieldtrainingReport .calBtn
{
	position: relative;
	top: 0px;
	left: 10px;
}

.formLabel
{
	width: 65px;
	padding: 0px 5px 0px 0px;
}

/* --------------------------------- PAGE SPECIFIC (Field Rep Portal) --------------------------------- */


#fieldRep
{
	width: 700px;
}

#fieldRep #leftColumn
{
	margin-left: 5px;
	margin-top: 10px;
	width: 375px;
	height: 400px;
	float: left;
	display: inline;
}
#fieldRep #rightColumn
{
	margin-left: 5px;
	margin-top: 10px;
	width: 350px;
	height: 250px;
	float: left;
	clear: left;
	display: inline;
}

#fieldRep h2
{
	margin: 10px 0px 0px 15px;
	color: #F0461E;
	font-size: 34px;
}

#fieldRep h3
{
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 5px;
	color: #F0461E;
	font-size: 22px;
}

#fieldRep #rightColumn #main_top
{
	float: left;
	background-color: #F6F6F6;
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 0;
	display: inline; /* IE6 Specific */
}

#fieldRep #rightColumn #main_top h2
{
	float: left;
	display: inline; /* IE6 Specific */
	background-color: #F6F6F6;
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 0;
	background-color: #F5F5F5;
}

#fieldRep #rightColumn #fieldRep #main_top p
{
	float: left;
	display: inline; /* IE6 Specific */
	background-color: #F6F6F6;
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 0;
	background-color: #F5F5F5;
}

#fieldRep #portalLinks
{
	float: left;
	margin: 0 0 0 5px;
	padding: 10px 10px;
	width: 350px;
	background-color: #F5F5F5;
	display: inline;
	color: #F0461E;
}

#fieldRep #portalLinks p
{
	background-color: #F6F6F6;
	margin: 0px 0px 0px 5px;
	padding: 5px 5px 5px 5px;
	display: inline;
}

#fieldRep #portalLinks.linkText
{
	color: #FA6AB2;
	text-decoration: none;
	margin: 0 0 0 0;
	padding: 5px 5px 5px 5px;
	background-color: #F6F6F6;
	width: 320px;
	display: inline;
}

a.linkText
{
	color: #F0461E !important;
	display: block;
	margin: 0px;
	margin-bottom: -15px;
	margin-top: 10px;
}

a.linkText:hover
{
	color: #F0461E;
	text-decoration: none;
}
#fieldRep #portalLinks table tbody tr td
{
	color: #000000;
	margin: 100px;
}
#fieldRep #links p
{
	margin: 0 0 0 0;
	padding: 20px 0 0 0;
	display: inline;
	float: left;
	width: 365px;
}

/* --------------------------------- PAGE SPECIFIC (contact) --------------------------------- */


/* --------------------------------- PAGE SPECIFIC (Privacy Statement) --------------------------------- */

#privacy h2
{
	color: #8E53D4;
}

#privacy a
{
	color: #8E53D4;
}

#privacy b
{
	display: block;
	margin: 20px 0px 0px 0px;
}
/* --------------------------------- PAGE SPECIFIC (Terms of Use) --------------------------------- */

#terms p
{
	margin: 10px 0px 10px 10px;
}

/* --------------------------------- PAGE SPECIFIC (Site Map) --------------------------------- */

#sitemap li
{
	padding: 5px 5px;
	margin: 5px;
}
/* --------------------------------- PAGE SPECIFIC (FieldRep / RSP winners) -------------------------- */

#page #winners, #page #winners *
{
	margin: 0px;
	padding: 0px;
}

#winners
{
	width: 735px;
	margin: 29px 0px 0px 21px;
}

#winners h1
{
	color: #FC6AB3;
	font-size: 37px;
	font-weight: bold;
}

#winners p
{
}

#page #winners .section
{
	border-top: 1px dotted #000000;
	margin-top: 12px;
	margin-bottom: 12px;
}

#page #winners .section h2
{
	font-size: 18px;
	font-weight: bolder;
	color: #1AC3E4;
	margin: 21px 0px 7px 0px;
}

#winners .section ul
{
	list-style-type: none;
}

/* RSP winners specific */
.rsp .section
{
	border-top: none;
	margin-top: 12px;
}

.rsp .section h2
{
}

#winners .section .right
{
	border: none;
	width: 225px;
	float: left;
	margin-left: 10px;
}

#winners .section .left
{
	border-top: 1px dotted #000000;
	width: 490px;
	float: left;
	clear: left;
}

#winners .section .right img
{
	display: block;
	margin: 5px auto;
}

/* ---------------------------------- FORUM ----------------------------- */

table.content tbody tr.post
{
	background-color: #FF0000;
}

/* --------------------------------- Clearfix ------------------------------ */

.clearfix:after
{
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


html[xmlns] .clearfix
{
	display: block;
}

* html .clearfix
{
	height: 1%;
}

/* -------------------------- NIFTY PRINT -------------------------------------------- */

.rtop, .rbottom, .artop, .arbottom
{
	display: none;
}

.sub_spacer
{
	line-height: 30px;
}

.error
{
	color: #ff0000;
	font-size: 11px;
}

/*---------------------------F2F-------------------------------------- */

.topbox
{
	background-image: url("../images/f2f/box_top.jpg");
	width: 518px;
	height: 16px;
}

.f2fmidbox
{
	background-image: url("../images/f2f/box_mid.jpg");
	width: 518px;
	height: auto;
}

.botbox
{
	background-image: url("../images/f2f/box_bot.jpg");
	width: 518px;
	height: 11px;
	background-repeat: no-repeat;
}

.f2f_sub
{
	color: #15c4ed;
	font-size: 16px;
	font-weight: bold;
}

.f2f_divider
{
	width: 200px;
	height: 1px;
	color: #15c4ed;
	padding-bottom: 7px;
}

.bumpup
{
	margin-top: -10px;
}

a.f2f
{
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.train_sub1
{
	text-decoration: none;
}
a.train_sub1
{
	text-decoration: none;
}

a.train_sub1:active
{
	text-decoration: none;
}

a.train_sub1:visited
{
	text-decoration: none;
}

a.train_sub1:hover
{
	text-decoration: none;
}
a.f2f:hover
{
	color: #15c4ed;
}

a.f2f_on
{
	color: #15c4ed;
	text-decoration: none;
}

a.f2f_on:hover
{
	color: #15c4ed;
}

.f2fmenu
{
	float: right;
	padding-right: 20px;
}

.f2f_copy
{
	margin-left: 10px;
	margin-top: 2px;
	width: 330px;
}

.break
{
	clear: both;
	margin-bottom: 8px;
}

.f2f_icon
{
	width: 180px;
}

.train_head
{
	color: #ff770b;
	font-size: 30px;
	font-weight: bold;
}

