/*------------------------------
Page Containers
------------------------------*/

html {
	height:100%;
}

.hidden {
	display:none;
}

body{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	margin: 0pt;
	padding: 0pt;
	font-size: 13px;
	line-height: 20px;
	height:100%;
	color:#2E2417;
}

#container{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
}

/*Banner and table for links */
#pageHeader {
	height: 90px;
	width:1050px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
}

img {
	border:0px;
}  

#pageHeader img {
	 margin-top:0px;
	 float:left;
}

#pageHeader ul {
	margin-right:0px;
	padding-top:5px;
}

#pageHeader li {
	list-style-type:none;
	padding-right:10px;
	float:right;
}

#pageHeader .inputbox {
	border: 1px solid #999999; 
	background:#dddddd; 
	font-size: 10px; 
	padding:2px;
	width:100px;
	float:left;
}

#pageHeader .submitbox {
	background: url('../sirumpics/icons/search.gif') no-repeat; 
	cursor:pointer; 
	border:0px;
	float:left; 
	height:20px; 
	width:20px;
}

#usernav {
	position:absolute;
	top: 60px;
	height:27px;
	width:100%;
	background: transparent url("../sirumpics/page_elements/nav-background.gif") repeat-x scroll 0 0;
}

#wait {
	position: absolute;
	width:220px;
	height:20px;
	background: transparent url("../sirumpics/jquery-ui/ajax-loader.gif") no-repeat center;
}

#usernav ul{
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	padding-left:0px;
	width:1050px;
	list-style-type:none;
	font-weight:bold;
}

#usernav li{
	display:block;
	float:left;
	width:120px;
	height:27px;
	text-align:center;
	
}

/*Container for sidebar and content*/
.main {
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	width:1050px;
}

/*Sidebar */
.sideBar {
	width: 165px;
	margin-top:25px;
	border-left: 1px solid #EEE;
	float:right;
	padding-left: 10px;
	padding-right: 10px;
}

.sideBar ul{
	list-style-type: none;
	font-weight: bold;
	font-size: 11pt;
}

/* Content*/
.content{
	float:left;
	width:840px;
	margin-top:0px;
	margin-left:10px;
	margin-bottom:10px;
	text-align:justify;
}

.content ul{
	list-style-type: none;
	padding-left:0px;
}

/*Footer*/
#footer {
	margin-left:auto;
	margin-right:auto;
	width:1040px;
	font-size:9pt;
}

.foot_bar {
	margin-top:10px;
  	margin-left:auto;
  	margin-right:auto;
	background: transparent url("../sirumpics/page_elements/foot_bar.gif") repeat-x scroll top left;	
	height: 15px;
	clear:both;
}

/*------------------------------
Sub-Containers
------------------------------*/

/*News Rows*/
.row{
	border-bottom:  1px solid #999999;
	clear: both;
	width: 840px;
	padding:0px 0 10px 0;
	display:table;
}

#elementleft{
	float:left;
}

#elementright{
	float:right;
	width: 695px;
	text-align: justify;
}

.init_show{
	display:none;
}

/*------------------------------
Search Results
------------------------------*/

.searchresult {
	clear:both;
	float:left; 
	width:100%; 
	padding:10px; 
	margin-top:10px; 
	margin-bottom:15px; 
	background: #FFFFFF;
	border:1px solid #CCCCCC;  
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
}

.content .drugresults{
	font-size: 11px;
	border-collapse:collapse;
	text-align:left;
	width:840px;
	overflow:visible;
}

.drugresults td {
	padding:15px;
}

.drugresults th{
	padding-left:15px;
}

.content #head{
	color: #650000;
	font-weight: bold;
	font-size:11pt;
	font-style:italic;
	padding-left:10px;
	padding-bottom:20px;
}

.content #row{
	background-color: #FFFFFF;
	height: 80px;
	border-bottom: 1px #CCCCCC solid;
}

.content #alt_row{
	background-color: #E5F1FF;
	height: 80px;
	border-bottom: 1px #CCCCCC solid;
}

.common-search-box {
padding:0px 0px 11px 11px; 
margin-right:25px; 
border-bottom:1px solid gray;  
-moz-border-radius: 10px; 
-webkit-border-radius: 10px; 
border-radius: 10px; 
background:#FFFFFF;
}

#options-box-content {
margin:0px 33px 0px 8px; 
padding:5px 0 5px 0; 
-moz-border-radius-bottomleft: 10px;
-webkit-border-bottom-left-radius: 10px; 
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px; 
background:#E5F1FF;
}

#mlbutton {
clear:both; 
float:left; 
cursor: pointer; 
background-color:gray; 
margin: 0px 0px 0px 130px; 
padding:0px 15px; 
-moz-border-radius-bottomleft: 7px;
-webkit-border-bottom-left-radius: 7px; 
-moz-border-radius-bottomright: 7px;
-webkit-border-bottom-right-radius: 7px;
}

/*------------------------------
Navigation
------------------------------*/

/*Navigation Links */
#usernav li a{
	display:block;
	padding-top:2px;
	padding-bottom:4px;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	text-decoration:none;
	color:#0060BB;
	font-size:13px;
}

 #usernav li a:hover {
	color:#FFFFFF;
	background: url("../sirumpics/page_elements/nav-background-hover.gif") repeat-x scroll top;
}

 #usernav li a:active {
	color:#082E5F;
	background: url("../sirumpics/page_elements/nav-background-hover.gif") repeat-x scroll top;
}


/*Header Links */
#pageHeader li a{
	font-size: 12px;
	text-decoration:none;
}

#pageHeader li a:hover{
	text-decoration:underline;
}

/*Tab Navigation within pages*/
#tabs {
	float:left;
	width:840px;
	background:url("../sirumpics/page_elements/tabbg.gif") repeat-x bottom;
	font-size:93%;
	line-height:normal;
}

#tabs ul {
	margin:0;
	padding:10px 10px 0;
	list-style:none;
}

#tabs li {
	float:left;
	background:url("../sirumpics/page_elements/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
}

#tabs a {
	float:left;
	display:block;
	background:url("../sirumpics/page_elements/tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#666666;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#tabs a {float:none;}
/* End IE5-Mac hack */
#tabs a:hover {
	color:#082E5F;
}

#tabs #current {
	background-image:url("../sirumpics/page_elements/tableft_on.gif");
}

#tabs #current a {
	background-image:url("../sirumpics/page_elements/tabright_on.gif");
	color:#082E5F;
	padding-bottom:5px;
}

/*------------------------------
Text Formatting
------------------------------*/

h2{
	color:#082E5F;
	padding-top:10px;
	padding-bottom:5px;
	font-size:20px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

h3{
	color:#650000;
	padding-bottom:0px;
	font-size: 14px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

#welcometext{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	float:right;
	margin-top:8px;
	margin-right:200px;
	line-height:1em;
}

.error{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	margin-left:110px;
	color:#FF0000;
	font-size:8pt;
}

.small_error{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-size:8pt;
}

.large_error {
	background: #FBE6F2 url('../sirumpics/icons/alerticon.gif') no-repeat 15px center;
	border: 1px solid #F83434;
	padding:15px 15px 15px 60px;
	margin: 10px 0 18px 0;
	font-size: 1.3em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.success {
	background:#E2F9E3 url('../sirumpics/icons/approveicon.gif') no-repeat 15px center;
	border: 1px solid #99CC99;
	padding:15px 15px 15px 60px;
	margin: 10px 0 18px 0;
	font-size: 1.3em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

#footer #copyright{
	float:right;
	font-size:8pt;
}


#pageHeader h1.header span{
	display:none;
}

/*------------------------------
Link Formatting
------------------------------*/

a, a:visited {
	color: #0060BB;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#loginlinks{
	font-size: 10pt;
}


/*------------------------------
Popup content for medicine and members
------------------------------*/

.popcontent{
	margin-left:auto;
	margin-right:auto;
	max-width:1050px;
	margin-bottom:30px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.popcontent h3{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #650000;
}

.popcontent b{
	color:#082E5F;
}

.popcontent li{
	list-style-type:none;
	margin-left: 5px;
	line-height:160%;
	text-align:left;
}
  
/*------------------------------
Form Elements
------------------------------*/

.form{
	border:solid 1px #c6cfe1;
	background:#dfe4ee;
	padding: 0px 20px 20px 20px;
}

.whiteform{
	border:solid 1px #c6cfe1;
	background:#ffffff;
	padding: 0px 20px 20px 20px;
}

.shadow {
  float:left;
  background: url('../sirumpics/page_elements/shadowAlpha.png') no-repeat bottom right !important;
  background: url('../sirumpics/page_elements/shadow.gif') no-repeat bottom right;
}

.shadow .form, .whiteform {
	margin: -5px 5px 5px -5px !important;
 	margin: 0;
}


label{
	display:block;
	height:40px;
	color:#555555;
	font-size:11px;
}

.spacer{
	margin-left:105px;
}

label span{
	display:block;
	float:left;
	padding-right:6px;
	width:100px;
	text-align:right;
	font-weight:bold;
}

.box {
	padding: 4px;
	border: 1px solid #AAAACC;
	color:#000000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:180px;
	display:block;
}

.box:focus {
	padding: 4px;
	border: 1px solid #AAAACC;
	background: #FFFFCC;
	color:#0060BB;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	display:block;
}

.textarea {
	padding: 4px;
	border: 1px solid #AAAACC;
	color:#000000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:180px;
}

.textarea:focus {
	padding: 4px;
	border: 1px solid #AAAACC;
	background: #FFFFCC;
	color:#0060BB;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 12px;
}

 .close{
	 background:url(../sirumpics/colorbox/controls.png) -26px 0px no-repeat; 
	 width:25px; 
	 height:25px; 
	 text-indent:-9999px;
	 border:0px;
}

 .close:hover{
	 background-position:-26px -25px;
}

/*------------------------------
Buttons and Icons for Buttons
------------------------------*/

/*Use the id tage for links since it will override normal a href attributes */
.button {
	display:block;
	height:37px;
	padding-left:20px;
	padding-right:20px;
	margin: 0px 5px 0px 0px;
	border-left: solid 1px #CCCCCC;
	border-top: solid 1px #CCCCCC;
	border-right: solid 1px #666699;
	border-bottom: solid 1px #666699;
	background: #3F80D4;
	color:#FFFFFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;	
}

.button:hover {
	border-left: solid 1px #666699;
	border-top: solid 1px #666699;
	border-right: solid 1px #505080;
	border-bottom: solid 1px #505080;
	background: #2965b3;
}  

/*Use the id tage for links since it will override normal a href attributes */
.whitebutton {
	display:block;
	height:37px;
	padding-left:20px;
	padding-right:20px;
	margin: 0px 5px 0px 0px;
	border-left: solid 1px #CCCCCC;
	border-top: solid 1px #CCCCCC;
	border-right: solid 1px #666699;
	border-bottom: solid 1px #666699;
	background: #F8F8F8;
	color:#3F80D4;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}

.whitebutton:hover {
	border-left: solid 1px #666699;
	border-top: solid 1px #666699;
	border-right: solid 1px #505080;
	border-bottom: solid 1px #505080;
	background: #EEEEEE;
}  

a.button {
	display:block;
	padding:9px 20px 0px 20px; 
	height:26px;
	color:#FFFFFF;
	text-decoration:none;
	vertical-align:bottom;
	text-align:center;
}

a.whitebutton {
	display:block;
	padding:9px 20px 0px 20px; 
	height:26px;
	color:#3F80D4;
	text-decoration:none;
	vertical-align:bottom;
	text-align:center;
}

#iphone {
	background: #3F80D4 url("../sirumpics/nonexistantpictotricktheiphone.gif") no-repeat 5% 50%;
	padding-left:32px;
}

#iphone:hover {
	background: #2965b3 url("../sirumpics/nonexistantpictotricktheiphone.gif") no-repeat 5% 50%;
}  


#searchicon {
	background: #3F80D4 url("../sirumpics/icons/searchicon.gif") no-repeat 5% 50%;
	padding-left:32px;
	color:#FFFFFF; /* Used for IE6 Compatibility Only */
	display:inline-block; /* Used for IE6 Compatibility Only */
	text-decoration:none; /* Used for IE6 Compatibility Only */
}

#searchicon:hover {
	background: #2965b3 url("../sirumpics/icons/searchicon.gif") no-repeat 5% 50%;
}  

#editicon {
	background: #3F80D4 url("../sirumpics/icons/editicon.gif") no-repeat 5% 50%;
	padding-left:32px;
	color:#FFFFFF; /* Used for IE6 Compatibility Only */
	display:inline-block; /* Used for IE6 Compatibility Only */
	text-decoration:none; /* Used for IE6 Compatibility Only */
}

#editicon:hover {
	background: #2965b3 url("../sirumpics/icons/editicon.gif") no-repeat 5% 50%;
}  

#addicon {
	background: #3F80D4 url("../sirumpics/icons/addicon.gif") no-repeat 5% 50%;
	padding-left:32px;
	color:#FFFFFF; /* Used for IE6 Compatibility Only */
	display:inline-block; /* Used for IE6 Compatibility Only */
	text-decoration:none; /* Used for IE6 Compatibility Only */
}

#addicon:hover {
	background: #2965b3 url("../sirumpics/icons/addicon.gif") no-repeat 5% 50%;
}  

#payicon {
	background: #3F80D4 url("../sirumpics/icons/payicon.gif") no-repeat 5% 50%;
	padding-left:32px;
	color:#FFFFFF; /* Used for IE6 Compatibility Only */
	display:inline-block; /* Used for IE6 Compatibility Only */
	text-decoration:none; /* Used for IE6 Compatibility Only */
}

#payicon:hover {
	background: #2965b3 url("../sirumpics/icons/payicon.gif") no-repeat 5% 50%;
}  

#sendicon {
	background: #3F80D4 url("../sirumpics/icons/sendicon.gif") no-repeat 5% 50%;
	padding-left:32px;
	color:#FFFFFF; /* Used for IE6 Compatibility Only */
	display:inline-block; /* Used for IE6 Compatibility Only */
	text-decoration:none; /* Used for IE6 Compatibility Only */
}

#sendicon:hover {
	background: #2965b3 url("../sirumpics/icons/sendicon.gif") no-repeat 5% 50%;
}  

#printicon {
	background: #3F80D4 url("../sirumpics/icons/printicon.gif") no-repeat 5% 50%;
	padding-left:32px;
	color:#FFFFFF; /* Used for IE6 Compatibility Only */
	display:inline-block; /* Used for IE6 Compatibility Only */
	text-decoration:none; /* Used for IE6 Compatibility Only */
}

#printicon:hover {
	background: #2965b3 url("../sirumpics/icons/printicon.gif") no-repeat 5% 50%;
}  

#couriericon {
	background: #3F80D4 url("../sirumpics/icons/couriericon.gif") no-repeat 5% 50%;
	padding-left:32px;
	color:#FFFFFF; /* Used for IE6 Compatibility Only */
	display:inline-block; /* Used for IE6 Compatibility Only */
	text-decoration:none; /* Used for IE6 Compatibility Only */
}

#couriericon:hover {
	background: #2965b3 url("../sirumpics/icons/couriericon.gif") no-repeat 5% 50%;
}  

#detailsicon {
	background: #3F80D4 url("../sirumpics/icons/detailsicon.gif") no-repeat 5% 50%;
	padding-left:32px;
	color:#FFFFFF; /* Used for IE6 Compatibility Only */
	display:inline-block; /* Used for IE6 Compatibility Only */
	text-decoration:none; /* Used for IE6 Compatibility Only */
}

#detailsicon:hover {
	background: #2965b3 url("../sirumpics/icons/detailsicon.gif") no-repeat 5% 50%;
}  

#approveicon {
	background: #3F80D4 url("../sirumpics/icons/approveicon.gif") no-repeat 5% 50%;
	padding-left:32px;
	color:#FFFFFF; /* Used for IE6 Compatibility Only */
	display:inline-block; /* Used for IE6 Compatibility Only */
	text-decoration:none; /* Used for IE6 Compatibility Only */
}

#approveicon:hover {
	background: #2965b3 url("../sirumpics/icons/approveicon.gif") no-repeat 5% 50%;
}  

#rejecticon {
	background: #3F80D4 url("../sirumpics/icons/rejecticon.gif") no-repeat 5% 50%;
	padding-left:32px;
	color:#FFFFFF; /* Used for IE6 Compatibility Only */
	display:inline-block; /* Used for IE6 Compatibility Only */
	text-decoration:none; /* Used for IE6 Compatibility Only */
}

#rejecticon:hover {
	background: #2965b3 url("../sirumpics/icons/rejecticon.gif") no-repeat 5% 50%;
}  

#receivedicon {
	background: #3F80D4 url("../sirumpics/icons/receivedicon.gif") no-repeat 5% 50%;
	padding-left:32px;
	color:#FFFFFF; /* Used for IE6 Compatibility Only */
	display:inline-block; /* Used for IE6 Compatibility Only */
	text-decoration:none; /* Used for IE6 Compatibility Only */
}

#receivedicon:hover {
	background: #2965b3 url("../sirumpics/icons/receivedicon.gif") no-repeat 5% 50%;
}  

/* Begin Percentage Bar Full */
#bar_wrap_full {
min-width:106px;
height:24px;
background:url("../sirumpics/percentage_bar/measure.gif") no-repeat bottom left;
font-size:9px;
font:Arial, Helvetica, sans-serif;
color:#999;
float:left;
margin-right:20px;
}

#bar_wrap_full div.top {
width:3px;
height:20px;
background:url("../sirumpics/percentage_bar/bar_top.gif") no-repeat;
}

#bar_wrap_full div.center {
height:20px;
background:url("../sirumpics/percentage_bar/bar_cent.gif") repeat-x;
}

#bar_wrap_full div.bottom {
width:3px;
height:20px;
background:url("../sirumpics/percentage_bar/bar_bot.gif") no-repeat;
}

#bar_wrap_full div.num {
text-align:center;
margin-left:5px;
}

#bar_wrap_full div.overlay {
background:url("../sirumpics/percentage_bar/lines.png") no-repeat;
width:106px;
height:24px;
}
