@charset "utf-8";
/* CSS Document */

/*######### GLOBAL STYLES ####### */

div#wrap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-color: #7b7b7b;
	/* width: 540px; */
	width: 643px;
	overflow:hidden;
	padding:0;
	margin:0;
	/* margin: 0 auto; */
}

div#panelsContainer {
	border: 1px solid #dfdddf;
	padding: 5px 10px 10px;
	/* width: 518px; */
	/* width: 638px; */
	width: 615px;
}

div.grayDivider { /* USED FOR HORIZONTAL RULE */
	height: 4px;
	line-height: 4px;
	/* width: 515px; */
	width:635px;
	background: #f9f8f8;
	display: block;
	/* margin-bottom: 10px; */
}

div.subhead {
	width: inherit;
	padding: 10px;
	font-weight: bold;
	background: #F7F7F7;
}

div.panelContent {
	/* width:520px; */
	/* width:640px; */
	width:620px;
	overflow:hidden;
}

table.panelContent {
	/* width:515px; */
	/* width:635px; */
	width:615px;
}

/*######### TYPOGRAPHY ########*/


h2 {
	color: #1177bc;
	margin-bottom: .5em 0 0 0;
}

p {
	margin: .5em 0;
}

em {
	font-weight: normal;
}

	/*##### HYPER LINKS ####*/
	
		a:link, a:active, a:visited { 
			color: #1177bc;
			text-decoration: none;
			
		}
			a:hover {
				color: #666666;
				text-decoration: none;
			}
		
		a.blue:link, a.blue:active, a.blue:visited { /*### UNDERLINED Link ###*/
			color: #1177bc;
			text-decoration: underline;
			
		}
			a.blue:hover {
				text-decoration: none;
			}

/*######### NAVIGATION #############*/

#menu_container {
  	overflow:hidden;
	height:55px;
	margin-left:-30px;
}

#menu {
  	padding: 0;
	margin: 0;
	width: 540px;
	height: 52px;
	position: relative;
}

#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
    position: absolute;
	top: 0;
}

#menu li, #menu a {
	text-indent: -900%;
    height: 52px;
	display: block;
}

		/*###### ECP MENU LIST ITEMS #######*/
		
		#nav_pat_info {
			width: 111px;
			height: 52px;
			/* background: url(/c.716012/site/images/navigation/patientInfo.gif ) no-repeat; */
			/* Set the customize tab's initial state to selected since it is the first panel displayed. */
			background: url(/c.716012/site/images/navigation/patientInfo_over.gif ) no-repeat;
			left: 0;
			top: 0;
		}
		
			#nav_pat_info a:hover {
				background: url(/c.716012/site/images/navigation/patientInfo_over.gif) no-repeat;
	
			}
		
		#nav_new_rx {
			width: 157px;
			height: 52px;
			background: url(/c.716012/site/images/navigation/prescription.gif) no-repeat;
			left: 119px;
			top: 0;
		}
		
			#nav_new_rx a:hover {
				background: url(/c.716012/site/images/navigation/prescription_over.gif) no-repeat;
	
			}
		
		#nav_customize_ecp {
			width: 119px;
			height: 52px;
			background: url(/c.716012/site/images/navigation/options.gif) no-repeat;
			left: 283px;
			top: 0;
		}
		
			#nav_customize_ecp a:hover {
				background: url(/c.716012/site/images/navigation/options_over.gif) no-repeat;
	
			}
		
		#nav_confirm_ecp {
			width: 130px;
			height: 52px;
			background: url(/c.716012/site/images/navigation/orderConf.gif) no-repeat;
			left: 410px;
			top: 0;
		}
		
			#nav_confirm_ecp a:hover {
				background: url(/c.716012/site/images/navigation/orderConf_over.gif) no-repeat;
	
			}
		
		/*######## ECP MENU ITEMS #######*/
		
		
		/*###### ECOMMERCE MENU LIST ITEMS #######*/
		
		#nav_tf_customize {
			width: 111px;
			height: 52px;
			/* background: url(/c.716012/site/images/navigation/ecommerce_customize.gif) no-repeat;  */
			/* Set the customize tab's initial state to selected since it is the first panel displayed. */
			background: url(/c.716012/site/images/navigation/ecommerce_customize_over.gif) no-repeat;
			left: 0;
			top: 0;
		}
		
			#nav_tf_customize a:hover {
				background: url(/c.716012/site/images/navigation/ecommerce_customize_over.gif) no-repeat;
	
			}
		
		#nav_your_rx {
			width: 157px;
			height: 52px;
			background: url(/c.716012/site/images/navigation/ecommerce_prescription.gif) no-repeat;
			left: 119px;
			top: 0;
		}
		
			#nav_your_rx a:hover {
				background: url(/c.716012/site/images/navigation/ecommerce_prescription_over.gif) no-repeat;
	
			}
		
		#nav_confirm_order {
			width: 119px;
			height: 52px;
			background: url(/c.716012/site/images/navigation/ecommerce_confirm.gif) no-repeat;
			/* left: 283px; */
			left: 421px;
			top: 0;
		}
		
			#nav_confirm_order a:hover {
				background: url(/c.716012/site/images/navigation/ecommerce_confirm_over.gif) no-repeat;
	
			}
		
		#nav_pay_ship {
			width: 130px;
			height: 52px;
			background: url(/c.716012/site/images/navigation/ecommerce_pay.gif) no-repeat;
			/* left: 410px; */
			left: 283px;
			top: 0;
		}
		
			#nav_pay_ship a:hover {
				background: url(/c.716012/site/images/navigation/ecommerce_pay_over.gif) no-repeat;
	
			}
		
		/*######## ECOMMERCE MENU ITEMS #######*/


/*######## START TABLES STYLES #########*/

table.normal tr.alternate{
	background: #f7f7f7 !important;
}

table.bordered2 {
	/* border:1px solid #dfdddf; */
}

tr.bordered {
	/* border:1px solid #dfdddf; */
}

td.borderedTopLeft {
	border-top:1px solid #dfdddf;
	border-left:1px solid #dfdddf;
	padding:5px;
}

td.borderedBottom {
	border-bottom:1px solid #dfdddf;
	padding:5px;
}

td.borderedRight {
	border-right:1px solid #dfdddf;
	padding:5px;
}

span.alternate {
	/* line-height:34px; */
	line-height:22px;
	vertical-align:middle;
	padding-left:5px;
}
	
table.bordered tr.normal {
	background: #FFFFFF;
}

table.bordered th {
	background: #F7F7F7;
}

table.bordered tr.normal {
	background: #FFFFFF;
}

table.bordered tr.alternate {
	background: #F7F7F7;
}


/*######## FORM ELEMENTS ##########*/

/* input, select, menu { */
select, menu {
	border: 1px solid #dbdbdb;
}

input.BlueRequired {
	border: 1px solid #dbdbdb;
	background: #e8f8ff;
}
	
input.IncRequired {
	background: #ffaaaa;
}

#custentity_purchase_message {
	width:420px;
	height:150px;
}


