﻿*
{
	margin: 0px;
	padding: 0px;
}

body
{
	font-family: tahoma,verdana,arial,sans-serif;
	background: url(/Content/Images/body_background.png) repeat-x 0px 0px #B1B1B1;
}

#pageWrapper 
{
	position: relative;
	z-index: 0;
}

.statusText
{
	position: relative;
	top: 300px;
	left: 200px;
}

button.image
{
	border: none;
	background: transparent;
}

/*---------------------HEADER STYLE------------------------*/

.header
{
	position: relative;
	z-index: 1;
	height: 90px;
	max-width: 1200px;
	min-width: 850px;
	background: #fff;
/*	background: url(/Content/Images/VP_VMP_header_background.png) repeat-x 0px 0px #FFF; */
	width: 95%;
}

#header_logo_wrapper
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 90px;
	width: 240px;
}

.header h1
{
	position: absolute;
	left: -9000px;
	top: -100px;
	height: 0px;
}

.header h2
{
	position: absolute;
	font-size: 11px;
	font-weight: 700;
	color: #000;
	right: 30px;
	top: 8px;
}

.logOutBtn
{
	position: relative;
	top: 3px;
}

#welcomeUserWrapper
{
	position: absolute;
	top: 27px;
	right: 30px;
	font-size: 14px;
	font-weight: 600;
	color: #000;
}

#welcomeUserWrapper .user
{
	margin: 0px 12px 0px 0px;
}

#welcomeUserWrapper .notYou
{
	display: block;
	font-size: 10px;
	margin: 5px 0px 0px 0px;
}

select
{
    border-color: #8E9091 #C9CBCC #EBECEE;
    border-style: solid;
    border-width: 1px;
}

.text, textarea
{
    border-color: #8E9091 #C9CBCC #EBECEE;
    border-style: solid;
    border-width: 1px;
    padding: 1px;
}

/**customer header
**/

.Cust_header
{
	position: relative;
	z-index: 1;
	height: 120px;
	width: 95%;
	max-width: 1200px;
	min-width: 850px;
	background: #FFF;	
}

#Cust_header_logo_wrapper
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 120px;
	width: 240px;
}

#Cust_welcomeUserWrapper
{
	color:#000000;
	font-size:14px;
	font-weight:600;
	position:absolute;
	right:30px;
	top:27px;
}

#Cust_welcomeUserWrapper .user
{
	margin: 0px 12px 0px 0px;
}

#Cust_welcomeUserWrapper .notYou
{
	display: block;
	font-size: 10px;
	margin: 5px 0px 0px 0px;
}

.Cust_header h1
{
	position: absolute;
	left: -9000px;
	top: -100px;
	height: 0px;
}

.Cust_header h2
{
	position: absolute;
	font-size: 11px;
	font-weight: 700;
	color: #000;
	right: 30px;
	top: 8px;
}



/**
*MAIN CONTENT STYLE
*/
.bodyPanel
{
	position:relative;
	z-index: 0;
	width: 95%;
	max-width: 1200px;
	min-width: 850px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	background-image: url(/Content/Images/roundCorner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFF;
	padding-bottom: 30px;
	margin-bottom: 35px;
	border: 0px none;
}

.testPanel
{
	border: solid 2px Green;
}
.testPanel2
{
	border: solid 2px Orange;
}

h3
{
	color: #007740;
}

h3 a
{
	color: #007740;
}

h4
{
	color: #007740;
	font-size: 26px;
	font-weight: bolder;
	text-decoration: none;
	margin: 0px 0px 5px 0px;
}

h5
{
	color: #007740;
	font-size: 22px;
	font-weight: 900;
	text-decoration: none;
	margin: 0px 0px 5px 0px;
}

.clearFloat
{
	clear: both;
}


/*-----------------------TARGET/SEARCH HEADER STYLE-----------------------*/

/*#contentHeaderWrapper
{
	position:relative;
	width:auto;
	height:25px;
	padding: 0px 25px 0px 25px;
	background: #CCC;
	border-bottom: solid 1px #FFF;
}

.contentTarget
{
	float:left;
	font-weight:bolder;
	font-size: 1.2em;
	color:#007740;
}

/*------------------- BODY STYLE --------------------*/

.loginWrapper #labelUsername,
.loginWrapper #labelPassword,
.loginWrapper #password,
.loginWrapper #username 
{
    vertical-align: top;
}

.loginWrapper #labelUsername,
.loginWrapper #labelPassword
{
    margin-top: 6px;
}

.loginWrapper #password,
.loginWrapper #username 
{
    margin-top: 4px;
}

#labelWelcome
{
	color: #007740;
	font-size: 30px;
	font-weight: 900;
	margin: 0px 0px 10px 0px;
	display: block;
	line-height: 35px;
}


#labelVersion
{
	color: #007740;
	font-size: 24px;
	font-weight: 500;
	margin: 0px 0px 15px 0px;
	display: block;
	line-height: 20px;
}

a#log_out_link
{
	display: inline-block;
	background: url(/Content/Images/buttons/VMP_log_out.png) 0px 0px no-repeat;
	height: 22px;
	width: 66px;
	position: relative;
	top: 4px;
}
a.changePwd
{
    /*display: inline-block;
    height: 21px;
    width: 120px;
    position: relative;
    top: 4px;
    background: url(/Content/Images/buttons/Change_Password.png) 0px -41px no-repeat;
    */
    text-decoration: none;
    font-weight: normal;
    font-size: 12px;
    color: #fff;
    background-color: gray;
    padding: 4px 6px 5px 6px;
    position: relative;
    top: -2px;
    border-radius: 3px;
}
a.changePwd:hover{
    color: #87be3c;
}

a#log_out_link:hover
{
	background: url(/Content/Images/buttons/VMP_log_out.png) 0px -22px no-repeat;
}

#log_out_link span
{
	display: none;
}

p#lgdinBodyText
{
	margin: 0px 0px 15px 0px;
	line-height: 25px;
	
}

.lgdinVMPBtn
{
	position: relative;
	top: 5px;
}

/*---- HOME PAGE STYLES WWW ------*/

.panelBodyLgdinHome
{
	height: auto;
	padding-top: 10px;
	margin: 0px 10px 0px 10px;
}


#mainMenuUl
{
    clear: both;
    width: 800px;
    font-size: 14px;
    list-style: none;
}

#mainMenuUl li
{
    width: 300px;
    height: 100px;
    float: left;
    margin-right: 25px;
}

#mainMenuUl li a
{
    color: #007740;
}

#mainMenuUl li a:hover
{
    color: #03ae5f;
}

#mainMenuUl li a span.mainMenuHeader
{
    display: block;
    font-weight: 900;
    font-size: 18px;
    margin-bottom: 2px;
}
    

/*----------------- REBATES ----------------------*/

#lgdinCopyWapper_rebates
{
	float: left;
	width: 600px;
}

#lgdinCopyWapper_rebates h3
{
	margin: 0px 0px 12px 5px;
}

#lgdinCopyWapper_rebates #rebates_submit_new a {
	display: block;
	height: 64px;
	width: 392px;
	background: url(/Content/Images/buttons/VMP_rebates_submit_new.png) no-repeat 0px 0px;
}

#lgdinCopyWapper_rebates #rebates_submit_new a:hover {
	background: url(/Content/Images/buttons/VMP_rebates_submit_new.png) no-repeat 0px -64px;
}

#lgdinCopyWapper_rebates #rebates_pending a {
	display: block;
	height: 64px;
	width: 392px;
	background: url(/Content/Images/buttons/VMP_rebates_view_pending.png) no-repeat 0px 0px;
}

#lgdinCopyWapper_rebates #rebates_pending a:hover {
	background: url(/Content/Images/buttons/VMP_rebates_view_pending.png) no-repeat 0px -64px;
}

#lgdinCopyWapper_rebates #rebates_past a {
	display: block;
	height: 64px;
	width: 392px;
	background: url(/Content/Images/buttons/VMP_rebates_view_past.png) no-repeat 0px 0px;
}

#lgdinCopyWapper_rebates #rebates_past a:hover {
	background: url(/Content/Images/buttons/VMP_rebates_view_past.png) no-repeat 0px -64px;
}


/*----------------- REDEMPTIONS ----------------------*/

#lgdinCopyWapper_redemptions
{
	float: left;
	width: 600px;
}

#lgdinCopyWapper_redemptions h3
{
	margin: 0px 0px 12px 5px;
}

#lgdinCopyWapper_redemptions #redemptions_received a {
	display: block;
	height: 64px;
	width: 342px;
	background: url(/Content/Images/buttons/VMP_redemptions_received.png) no-repeat 0px 0px;
}

#lgdinCopyWapper_redemptions #redemptions_received a:hover {
	background: url(/Content/Images/buttons/VMP_redemptions_received.png) no-repeat 0px -64px;
}

#lgdinCopyWapper_redemptions #redemptions_setup a {
	display: block;
	height: 64px;
	width: 342px;
	background: url(/Content/Images/buttons/VMP_redemption_setup.png) no-repeat 0px 0px;
}

#lgdinCopyWapper_redemptions #redemptions_setup a:hover {
	background: url(/Content/Images/buttons/VMP_redemption_setup.png) no-repeat 0px -64px;
}

#lgdinCopyWapper_redemptions #redemptions_products a {
	display: block;
	height: 64px;
	width: 342px;
	background: url(/Content/Images/buttons/VMP_redemption_products.png) no-repeat 0px 0px;
}

#lgdinCopyWapper_redemptions #redemptions_products a:hover {
	background: url(/Content/Images/buttons/VMP_redemption_products.png) no-repeat 0px -64px;
}

#lgdinCopyWapper_redemptions #redemptions_manager a {
	display: block;
	height: 64px;
	width: 342px;
	background: url(/Content/Images/buttons/VMP_redemption_manager.png) no-repeat 0px 0px;
}

#lgdinCopyWapper_redemptions #redemptions_manager a:hover {
	background: url(/Content/Images/buttons/VMP_redemption_manager.png) no-repeat 0px -64px;
}

#lgdinCopyWapper_redemptions .bottom_redemption_home_button {
	margin-bottom: 15px;
}



#gridViewCopyWapper
{
	/* padding: 15px 15px 15px 15px; */
	padding: 0px 0px 0px 0px;
	float: left;
}

#springTreeImg
{
	float: right;
	margin: 70px 20px 0px 0px;
}

.pnlTitleBar
{
	background-color: #0A5D94;
	color: White;
}

.showHidePanel
{
	display: none;
}
.titleWrapper
{
	display: block;
	color: #007740;
	font-size: 20px;
	font-weight: bolder;
	width: 775px;
	margin: 0px 0px 10px 0px;
}

#pagingButton
{
    float: left;
    margin: 0px 130px 0px 0px;
}


/*---------------------- Pop Overs --------------------------*/
/* This comment means that I am SUPERMAN! Hurrah! */
/* And this comment means Yikes... */
.popOver
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 300;
	width: 100%;
	background-color: #000000;
	/* filter: alpha(opacity=70);
	   opacity: .70;*/
}


/* -------------------- Reorder Form ------------------ */
.pnlReorderFormContainer
{
	list-style-position: inside;
	position: relative;
	width: 800px;
	font-size: 1em;
	line-height: 1.5em;
	top: 64px;
	left: 16px;
}

.pnlReorderHome
{
	padding: 50px 0px 20px 25px;
}

.reorderPanelBody
{
	position: relative;
	top: 64px;
	left: 32px;
	width: 672px;
}

#spanLabelProcessReorder
{
	color: #0A5D94;
	padding: 0px 0px 0px 20px;
	font-weight: 900;
}

.pnlReorder
{
	position: relative;
	font-size: .95em;
	line-height: 1.1em;
	background-color: #CCCCCC;
}

.pnlReorderInterior
{
	margin-bottom: 16px;
}

#spanTellUsWhoYouAre
{
	padding: 0px 0px 0px 20px;
	font-size: 12px;
}

#spanTellUsWhoYouAre input
{
	margin: 0px 0px 0px 5px;
}

.pnlReorderNotSally
{
}
.pnlReorderInfo
{
	z-index: 50;
}
.pnlReorderTextTop
{
	font-weight: bolder;
	width: 90%;
}
.pnlReorderTextBottom
{
	font-size: smaller;
}

.txtQty
{
	position: relative;
	width: 64px;
	z-index: 200;
}

.pnlOptions
{
	position: relative;
	background-color: #d3d3d3;
	height: 210px;
	width: 314px;
	top: -215px;
	left: 3px;
	z-index: 125;
}

.pnlOptionOptions
{
	height: 180px;
	width: 285px;
	z-index: 175;
	font-size: smaller;
}

.pnlReorderChoices
{
	padding-top: 32px;
	z-index: 5;
}

.rbtBubble
{
	position: relative;
	top: 12px;
	left: 8px;
	width: 270;
}

.pnlBubble
{
	position: relative;
	left: 7px;
	z-index: 110;
	width: 288px;
	height: 46px;
}

.reorderSmallOptions
{
	font-size: 80%;
}


/* -------------------- Warehouse Locations ------------------ */

.AjaxLSEStyle
{
	background: #FFFFFF;
	border-color: #00688D;
	border-style: solid;
	border-width: 1px;
	padding: 2px,2px,2px,2px;
	font-size: 12px;
	font-weight: bold;
	margin-left: 100px;
}


/* -------------------- ReceiveFees ------------------ */

#ReceiveFeesWrapper dt {
	float:left;
	width:150px;
	font-weight:bold;
	font-size: 14px;
	padding-left:20px;
}
#ReceiveFeesWrapper dd {
	font-size: 14px;
}

#receiveFeesButton{
	margin-left:0px;
	margin-top:5px;
}

/* -------------------- ApplyFees ------------------ */

#ApplyFeesWrapper dt {
	float:left;
	width:150px;
	font-weight:bold;
	font-size: 14px;
	padding-left:20px;
}
#ApplyFeesWrapper dd {
	font-size: 14px;
}

#ApplyFeesButton{
	margin-left:170px;
	margin-top:5px;
}

/*---ROUNDED CORNERS STYLE--

b.rtop, b.rbottom {
	display:block;
	background: #FFF
}

b.rtop b, b.rbottom b {
	display:block;
	height: 1px;
    overflow: hidden;
    background: #CCC
}

b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}*/


/*#viewFormWrapper {
	display:block;
	float:left;
	width: 650px;
	top: 0px;
	margin: 10px 50px 75px 0px;
	background: #CCC;
}*/
