/* CSS Document */

BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	width: 750px;
}

H1, .h1 {
	font-family: Arial Black, Helvetica, sans-serif;
	font-size: 2em;
	line-height: 1em;
	font-weight: normal;
	padding-top: 5px;
	margin-bottom: 8px;
	color: #000000;
	text-align: left;
}

H2, .h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 1.2em;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #000000;
	text-align: left;
}

H3, .h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 0px;
	color: #000000;
	text-align: left;
}

.h3SpaceTop {
	padding-top: 10px;
}

/* Step by Step Navigation - Partner */

.stepTitle {
	background: url('../images/step-title.gif') no-repeat bottom right;
	font-weight: bold;
	color: #ffffff;
	float: left;
	width: 100px; 
	padding-left:0px; 
	padding-right:8px; 
	padding-top:5px; 
	padding-bottom: 8px;
}

.stepOn {
	background: url('../images/step-on.gif') no-repeat bottom center;
	color: #0000cc;
	float: left; 
	padding-left:8px; 
	padding-right:8px; 
	padding-top:5px; 
	padding-bottom:8px;
}

.stepOff {
	background: url('../images/step-off.gif') no-repeat bottom center;
	color: #999999;
	float: left; 
	padding-left:8px; 
	padding-right:8px; 
	padding-top:5px; 
	padding-bottom:8px
}

.stepEndLeft {
	background: url('../images/step-end_left.gif') no-repeat bottom left;
	width: 10px;
	float: left; padding-left:0px; padding-right:0px; padding-top:5px; padding-bottom:8px
}

.stepEndRight {
	background: url('../images/step-end_right.gif') no-repeat bottom left;
	width: 10px;
	float: left; padding-left:0px; padding-right:0px; padding-top:5px; padding-bottom:8px
}

#stepAuctionNavigation {
	font-family: Verdana, sans-serif;
	font-size: .95em;
	line-height: .95em;
	text-align: center;
	padding: 0px 115px 0px 115px;
}

#stepRegistrationNavigation {
	font-family: Verdana, sans-serif;
	font-size: .95em;
	line-height: .95em;
	text-align: center;
	padding: 0px 75px 0px 75px;
}

#stepAddPharmacyNavigation {
	font-family: Verdana, sans-serif;
	font-size: .95em;
	line-height: .95em;
	text-align: center;
	padding: 0px 35px 0px 35px;
}

#stepAuctionNavigation .stepOn, #stepAuctionNavigation .stepOff {
	width: 80px;
}

#stepRegistrationNavigation .stepOn, #stepRegistrationNavigation .stepOff {
	width: 100px;
}

#stepAddPharmacyNavigation .stepOn, #stepAddPharmacyNavigation .stepOff {
	width: 120px;
}

/* Other Steps - Partner */

.stepPrescription {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	padding-right: 10px;
	color: #0000cc;
	padding: 10px 0px 10px 0px;
	margin: 0px;
}

.stepPriorAuth {
	color: #FF6600;
}

.stepLeftHeader {
	font-family: Verdana, sans-serif;
	font-size: .95em;
	font-weight: bold;
	padding: 4px;
	background: #4B418C;
	color: #ffffff;
	border-top: 1px solid #837CB2;
	border-left: 2px solid #837CB2;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}

/* Dashboard Navigation - Partner */

#dashboardNav {
    height: 35px;
    position: relative;
    margin-top: 0;
	text-align: center;
	font-size: .8em;
	font-family: Verdana, sans-serif;
	color: #ffffff;
	display: block;
    background: url('../images/dashboard-center.gif') repeat-x left bottom;
}

#dashboardLeft {
    left: 0px;
    background: url('../images/dashboard-left-sm.gif') no-repeat left bottom;
}

#dashboardRight {
    right: 0px;
    background: url('../images/dashboard-right-sm.gif') no-repeat right bottom;
}

#dashboardLeft, #dashboardRight {
    position: absolute;
    top: 0px;
    width: 45px;
    height: 35px;
    z-index: 99;
}

#dashboardContent {
    position: relative;
    top: 6px;
    white-space: nowrap;
}

#dashboardNav A {
	color: #ffffff;
}

#dashboardNav A:hover {
	color: #cccccc;
}

#dashboardNav .formButton {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: .8em;
	background: #000066;
	color: #ffffff;
	padding: 0px 2px 0px 2px;
	margin: 0px;
}

#dashboardNav .formFieldOff {
	background: #ffffff;
	font-size: .9em;
	margin: 0px;
}

/* Form Button Elements */

.formButtonSmall {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: .85em;
	background: #000066;
	color: #ffffff;
	padding: 0px 2px 0px 2px;
	margin: 0px;
}


/* Breadcrumb Navigation - Partner */

.breadcrumbNav {
	font-family: Verdana, sans-serif;
	font-size: .8em;
	width: 750px;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	line-height: 1.1em;
	border-bottom: 1px solid #cccccc;
	text-align: left;
}

.breadcrumbOn {
	font-weight: bold;
	color: #0000cc;
}

.breadcrumbOff {
	color: #666666;
}

.breadcrumbOff:hover {
	color: #cccccc;
}

/* Display Profile Elements - Partner */

.displayTableLeft {
	font-weight: bold;
	text-align: right;
	padding-right: 4px;
	float: left;
	width: 160px;
	white-space: nowrap;
	line-height: 125%;
}

.displayTableRight {
	line-height: 125%;
	margin-left: 165px;
}

.displayTableSubmit {
	width: 65%;
}

/* Display Table Elements - Partner */

.tableIndex {
	font-size: 1em;
}

.tableIndex TH, .tableHeader {
	font-family: Verdana, sans-serif;
	font-size: .8em;
	font-weight: bold;
	padding: 3px;
	background: #4B418C;
	color: #ffffff;
}

#myBidRx .tableIndex TH, #myBidRx .contentHeader {
	background: #4B418C;
}

.tableIndex A {
	color: #000099;
}

.tableIndex TD {
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
	border-top: 1px solid #999999;
	font-weight: normal;
}

.tableBody TD, .tableBodyNoBorder {
	padding: 3px;
	border: 0px;
}

.tableBodySmall {
	font-size: .9em;
}

.tableDetail TD {
	font-size: .9em;
	padding: 0px 3px 3px 3px;
	text-align: right;
	border: 0px;
}

.tableDetailPrice {
	font-size: .9em;
	text-align: right;
	width: 50px;
}

.tableDetailHeader {
	font-size: 11px;
	padding: 0px 3px 3px 3px;
	text-align: center;
	border: 0px;
}

/* Display Table Tab Elements - Partner */

#tablePartner {

}

#tablePartner .tableTab {
	font-family: Verdana, sans-serif;
	font-size: .9em;
	border-bottom: 1px solid #999999;
}

#tablePartner .tableTabOn {
	background: #E0DEF0 url('../images/tab-on.gif') repeat-x top left; 
	font-family: Verdana, sans-serif;
	font-size: .9em;
	font-weight: bold;
	padding: 5px;
	border-right: 1px solid #4B418C;
	border-top: 1px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-bottom: 1px solid #E0DEF0;
	margin: 0px
}

#tablePartner .tableTabOn A {
	text-decoration: none;
	color: #000099;
}

#tablePartner .tableTabOff {
	background: #4B418C url('../images/tab-off.gif') repeat-x bottom left; 
	font-family: Verdana, sans-serif;
	font-size: .9em;
	font-weight: bold;
	padding: 5px;
	color: #ffffff;
	border-top: 1px solid #837CB2;
	border-left: 2px solid #837CB2;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #999999;
	margin: 0px;
}

#tablePartner .tableTabOff A {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

#tablePartner .tableTabOff A:hover {
	text-decoration: underline;
	color: #eeeeee;
}

#tablePartner .tableTabFilters {
	font-family: Verdana, sans-serif;
	font-size: .8em;
	background: #E0DEF0;
	padding: 5px;
}

/* Form Elements */

.formGroup {
	background: #ffffff url('../images/gradient-gray_to_white.gif') repeat-x top left; 
	border-top: 1px solid #cccccc;
	float: left; padding-left:0px; padding-right:0px; padding-top:5px; padding-bottom:5px
}

/* Form Field */

.formField {
	white-space: nowrap;
}

/* Navigation Elements */

#topNav {
	border-bottom: 1px solid #000000; 
	border-top: 5px solid #000000;
	background: #333333; 

}

#topNav .topNavPartner {
	padding: 5px; 
}

#topNav .topNavPartner A {
	color: #ffffff; 
}

#topNav .topNavPartner A:hover {
	color: #cccccc; 
}

#topNav .topNavPartnerContent {
	padding: 5px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
	color: #ffffff;
}

#topNav .topNavPartnerContent A {
	color: #ffffff;
}

#topNavPlain {
	border-top: 5px solid #000000;
	padding: 0px;
	margin: 0px;
	width: 750px;
	float: left;
	line-height: 0px;
}

.topNavBorder {
	border-top: 5px solid #000000;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 0px;
	display: block;
	font-size: 0px;
	line-height: 0px;
}

/* List Elements */


.listFourColumn {
	width: 150px; 
	float: left; 
	margin: 0px; 
	padding-right: 5px;
}

.listThreeColumn {
	width: 200px;
	float: left; 
	margin: 0px; 
	padding-right: 5px;
}

.contentSub {
	background: #E0DEF0; 
	padding: 7px; 
	border-top: 
	1px solid #999999;
}

/* Common Content */

.contentContainerWhite {
	background: #ffffff url('../images/gradient-gray_to_white.gif') repeat-x top left; 
	margin: 0px;
	padding: 10px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	width: 728px
}

.contentContainerWhiteShort {
	background: #ffffff url('../images/gradient-gray_to_white.gif') repeat-x top left; 
	margin: 0px;
	padding: 10px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	width: 100%
}

.contentRightMenuHeader {
	background: #003399; 
	color: #ffffff; 
	padding: 10px; 
	border-bottom: 1px solid #000000;
	font-weight: bold;
}

.contentRightMenu {
	padding: 10px; 
	background: #ECECF4; 
	border-top: 1px solid #ffffff;
}

.contentRightInfo {
	padding: 10px; 
	background: #ECECF4; 
	font-size: 1em;
}

.contentRightInfoNormal {
	padding: 10px; 
	background: #ECECF4; 
}

.contentLeft {
	float: left;
	width: 490px;
	padding-right: 10px;
 	padding-bottom: 25px;
}

.contentRight {
	float: right;
	width: 240px; 
	margin: 0px; 
	background: #ECECF4;
}

/* Partner Home Content */

.homePartnerNavigationBottom {
	border-top: 1px solid #000000; 
	padding: 10px; 
	text-align: center;
}

.homeLeft {
	float: left;
	width: 500px;
}

.homeLeftContent {
	padding-right: 10px; 
	padding-bottom: 5px;
}

.homeLeftContent .bodyLarge, .homeLeftContent P {
	padding: 5px 0px 5px 0px;
	display: block;
	clear: both;
}

.homeRight {
	float: left;
	width: 249px;
	height: 430p;x
	margin: 0px; 
	background: #ECECF4;
	border-left: 1px solid #000000;
}

.homeRightHeader {
	background: #003399; 
	color: #ffffff; 
	padding: 10px; 
	border-bottom: 1px solid #000000; 
	margin: 0px;
}

.homeRightContent {
	padding: 10px;
}

.homeRightQuote {
	padding: 10px; 
	background: #ECECF4; 
	font-size: 1em;
}

/* Horizontal Navigation */

#horizontalNavColumn {
	float: left; 
	margin: 0px;
	line-height: 16px; 
}

#horizontalNavColumn A {
	text-decoration: none;
	color: #000000;
	padding: 0px 5px 0px 5px;
}

#horizontalNavColumn A:hover {
	text-decoration: underline;
	color: #0000cc;
}

#horizontalNavColumn .columnHeader {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding: 3px;
	background: #4B418C;
	color: #ffffff;
}


#horizontalNavColumn .columnInactive {
	text-decoration: none;
}

#horizontalNavColumn .columnInactive A {
	text-decoration: none;
}

#horizontalNavColumn .columnActive {
	background-color: #ffffff;
}

#horizontalNavColumn .productSelected {
	background-color: #cccccc;
	font-weight: bold;
}

#horizontalNavColumn .productSelectedFinal {
	background-color: #003399;
}

#horizontalNavColumn .productSelectedFinal A, .productSelectedFinal A:hover {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	background-color: #003399;
}

.padFloatLeft {
	float: left;
	padding: 0px 5px 0px 0px;
}

.padFloatLeftHalf {
	float: left;
	width: 49%;
}

.padFloatLeftHalf UL {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Rule Editor */

.achTable {
	float: left; 
	width: 60px;
}

.topNavPending {
	padding: 5px;
	background-color: #FF9900;
	width: 740px;
	text-align: center;
	font-weight: bold;
	position: relative;
	top: 0px;
	left: 0px;
	color: #ffffff;
}

.formFieldScroll {
	width: 500px; 
	height: 275px; 
	background: #eeeeee; 
	border: 1px solid #cccccc; 
	overflow: auto; 
	margin: 0px;
}
