/******************
HTML Tags
******************/

body{
	color:#000000;
	margin:1px;
	font:.75em/160% Arial,Helvetica,sans-serif;
	background:#FFFFFF;
	}

#content p, #content-side p 
{
    margin: 0px 0px 10px;
}

#content-side img{
	border:none;
	}


/******************
FORM STYLES
******************/


#content-container form{
	margin:5px 0px;
	padding:0px 0px 0px 0px;
	}

#content-container fieldset{
	margin:10px 0px 10px 0px;
	padding:0px 10px 10px 15px;
	}

/* a nested fieldset */
#content-container fieldset fieldset{
	margin:15px 0px 5px 0px;
	padding:0px 5px 5px 5px;
	}

#content-container legend{
	margin-bottom:0px;
	padding:0px 10px 5px 5px;
	color:#666666;
	font-weight:bold;
	}

/* a nested legend */
#content-container fieldset fieldset legend{
	margin-bottom:0px;
	padding:0px;
	font-weight:normal;
	}

#content-container label{
	display:block;
	padding-top:8px;
	}
	
/* from ListApart */

 form.liststyle fieldset {
  margin-bottom: 10px;
}
form.liststyle legend {
  padding: 0 2px;
  font-weight: bold;
}
form.liststyle fieldset label
{
    display: inline-block;
    
    line-height: 1.8;
    vertical-align: top;
    position: static;
}
form.liststyle fieldset ol {
  margin: 0;
  padding: 0;
}
form.liststyle fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
fieldset.liststyle fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
fieldset.liststyle fieldset label {
  display: block;
  width: auto;
}
fieldset.liststyle em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
fieldset.liststyle label {
  width: 130px; /* Width of labels */
}
fieldset.liststyle fieldset label {
  margin-left: 133px; /* Width plus 3 (html space) */
}

/******************
LINKS
******************/

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
a:link{
	color:#0071BC;
	}

a:visited{
	color:#004EB7;
	}

a:hover{
	color:#999999;
	text-decoration:none;
	}

a:active{
	color:#B70000;
	}
	
a img {border: none; }

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
#mainnav-container a:link{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	}

#mainnav-container a:visited{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	}

#mainnav-container a:hover{
	text-decoration:underline;
	}

#mainnav-container a:active{
	color:#CCCCCC;
	text-decoration:none;
	}
	
/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */	
#mainnav-longmeadow a:link{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	}

#mainnav-longmeadow a:visited{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	}

#mainnav-longmeadow a:hover{
	text-decoration:underline;
	}

#mainnav-longmeadow a:active{
	color:#CCCCCC;
	text-decoration:none;
	}
	
	

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
#breadcrumb-container a:link{
	color:#336699;
	text-decoration:underline;
	
	}

#breadcrumb-container a:visited{
	
	text-decoration:underline;
	color:#336699;
	
	}

#breadcrumb-container a:hover{
	text-decoration:none;
	color:#336699;
	}

#breadcrumb-container a:active{
	color:#336699;
	}
	
/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
.largelink a:link
{
    color: #716f64;
    font-weight: bold;
    font-size: 1.6em;
}

.largelink a:visited{
	color:#716f64;
	font-size: 1.6em;
	font-weight:bold;
	}

.largelink a:hover{
    text-decoration: underline;
}

.largelink a:active{
	color:#CCCCCC;
	}
	

/******************
HEADINGS
******************/

h1
{
    font-size: 1.7em;
    padding-top: 2px;
    color: #336699;
}

h2
{
    font-size: 1.4em;
    color: #336699;
    margin-bottom: 4px;
    
}

h3 {
	font-size:1em;
	color: #336699;
	}
	
h4 {
	font-size:.9em;
	}
	
h5 {
	font-size:.8em;
	}
	
h6 {
	font-size:.75em;
	}
	
#three-column-container h2{
	margin:0px 0px 10px 0px;
	padding:0px;
		}

/******************
LAYOUT DIVS
******************/


#header-container-base{
	background:#BDBEC3;
	height:25px;
	color:#525463;
	font-size:1.8em;
	}



#header-name
{
    float: left;
    width: 35%;
    height: 20px;
    font-weight: bold;
    font-size: .7em;
    padding-right: 15px;
    padding-left: 40px;
    padding-bottom: 0px;
    padding-top: 5px;
    text-align: left;
}



#header-slogan
{
    margin: 0px 44px 0px 0px;
    height: 20px;
    text-align: right;
    font-size: .65em;
    font-weight: normal;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 5px;
}

#mainnav-container
{
    /*background:#525463; */
    background: black;
    color: #FFFFFF;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    height: 85px;
    
}
	
#mainnav-longmeadow
{
	/*background:#525463; */
	background:white;
	color: #FFFFFF;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    height: 85px;
    border-bottom: #aca899 thin solid;
	}


#mainnav
{
    float: left;
    width: 19%;
    text-align: right;
    height: 80px;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    background-position: 0% 0%;
    /*background-image: url(bg-mainnav-left.gif);*/
    background-repeat: repeat-y;
    background-color: #525463;
    padding-right: 15px;
    padding-left: 2%;
    padding-bottom: 0px;
    padding-top: 5px;
}

#mainnav-base
{
    float: left;
    width: 19%;
    text-align: right;
    /*height: 146px;*/
    border-right: 1px solid #FFFFFF;
    border-bottom:1px solid #FFFFFF;
    background-position: 0% 0%;
    /*background-image: url(bg-mainnav-left.gif);*/
    background-repeat: repeat-y;
    background-color: #525463;
    padding-right: 15px;
    padding-left: 2%;
    padding-bottom: 0px;
    padding-top: 5px;
}

#mainnav-side
{
    float: right;
    width: 170px;
    border-left: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    height: 80px;
    background: #71727F url(bg-mainnav-right.gif) repeat-y right;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 0px;
    padding-top: 5px;
}

#mainnav-side-base
{
    float: right;
    width: 150px;
    border-left: 1px solid #FFFFFF;
    border-bottom:1px solid #FFFFFF;
    height: 80px;
    background: #71727F url(bg-mainnav-right.gif) repeat-y right;
    padding-right: 10px;
    padding-left: 15px;
    padding-bottom: 0px;
    padding-top: 0px;
}

#posterphoto
{
    margin: 0px 18% 0px 23%;
    padding: 0px;
    text-align: left;
    background: url(bottle_2narrow1a.jpg) black no-repeat;
    height: 85px;
}

#posterphoto-base
{
    margin: 0px 18% 0px 23%;
    padding: 0px;
    text-align: left;
    background: url(hands4a.jpg)  white no-repeat;
    height: 85px;
}

#longmeadowlogo
{
    margin: 0px 17% 0px 23%;
    padding: 0px;
    text-align: left;
    background: url(LongmeadowLogo_3.gif)  white no-repeat;
    height: 85px;
}



#posterphoto-utility
{
    margin: 0px 18% 0px 23%;
    padding: 0px;
    text-align: left;
    background: url(handandmouse_4.jpg) no-repeat;
    height: 85px;
}

#breadcrumb-container
{
    height: 30px;
    padding: 0px 44px;
    margin: 0px;
    background: #ebedee;
    border-bottom: #aca899 thin solid;
}

#breadcrumb-longmeadow
{
    height: 10px;
    padding: 0px 44px;
    margin: 0px;
    background: #ebedee;
    border-bottom: #aca899 thin solid;
}

#breadcrumb-left{
	float:left;
	width:95%;
	height:23px;
	padding:7px 0px 0px 0px;
	}
	
.currentNode
{
    font-size: 1.8em; /*Same as h1  */
    color: #336699;
    font-weight: bold;
    padding-left: 6px;
}

.rootNode
{
    font-size:1.2em;
	color: #336699;
}

.middleNode
{
    font-size:1.2em;
	color: #336699;
}


#content-container
{
    padding-right: 2%;
    padding-left: 20px;
    /*padding-left: 34px;*/
    padding-bottom: 0px;
    padding-top: 10px;
}

#content
{ 
    float: left;
    width: 75%;
    /*width: 70%;*/
   
 }


#content-longmeadow
{
    float: left;
    width: 65%;
    padding-left: 25px;
    /*width: 70%;*/
   
}

#content-side{
	width:22%;
	/*width:200px;*/
	float:right;
	
	}
	
	
#content_SingleSideFixed
{
    width: 600px;
    float: left;
}

#content_onecol
{
    
    margin-left: 15px;
    margin-right: 15px;
}

#content_single
{
    float: left;
    width: 90%;
   
}


#footer-container{
	background:#71727F;
	color:#FFFFFF;
	background:#71727F url(bg-footer-left.gif) repeat-y left;
	margin-top:20px;
	}

#footer-right{
	margin-left:22%;
	padding:1px 15px;
	border-left:1px solid #FFFFFF;
	background:url(bg-mainnav-right.gif) repeat-y right;
	}
	
.optionrow-container
{
    width: 100%;
    margin: 5px 0px;
    text-align: justify;
}

	
.optionrow
{
    font-size: 1.8em;
    color: #330099;
    background-position: center top;
    background: url(bottle_white_sm_fade2.jpg) no-repeat;
    width: 100%;
    position: static;
    height: 100px;
    font-weight: bold;
    font-family: Arial;
    vertical-align: text-bottom;
    text-align: left;
}


/******************
Menu Items
******************/

#mainnav-container ul{
	margin:0px;
	padding:0px;
	}

#mainnav-container li{
	margin:0px;
	padding:0px;
	list-style:none;
	}
	
#mainnav-longmeadow ul{
	margin:0px;
	padding:0px;
	}

#mainnav-longmeadow li{
	margin:0px;
	padding:0px;
	list-style:none;
	}

/******************
LISTS - IN THE CONTENT DIV
******************/

#content ul.list,#content ul.link-list-vertical{
	margin:10px 0px 20px 10px;
	padding:0px;
	}

#content ul.list li{
	list-style:none;
	padding:1px 0px 1px 12px;
	margin:0px;
	background:url(bullet.gif) no-repeat;
	background-position:0 .4em;
	}

#content ul.link-list-vertical li{
	list-style:none;
	margin:0px;
	}

#content ul.link-list-vertical li a:link{
	padding:1px 0px 1px 12px;
	background:url(bullet-link.gif) no-repeat;
	background-position:0 .4em;
	}

#content ul.link-list-vertical li a:visited{
	padding:1px 0px 1px 12px;
	background:url(bullet-link-visited.gif) no-repeat;
	background-position:0 .4em;
	}

#content ul.link-list-vertical li a:hover{
	padding:1px 0px 1px 12px;
	background:url(bullet-link-hover.gif) no-repeat;
	background-position:0 .4em;
	}

#content ul.link-list-vertical li a:active{
	padding:1px 0px 1px 12px;
	background:url(bullet-link-active.gif) no-repeat;
	background-position:0 .4em;
	}

/******************
LISTS - IN THE SIDE COLUMN
******************/

#content-side ul.list,#content-side ul.link-list-vertical{
	margin:10px 0px 20px 10px;
	padding:0px;
	}

#content-side ul.list li{
	list-style:none;
	padding:1px 0px 1px 12px;
	margin:0px;
	background:url(bullet.gif) no-repeat;
	background-position:0 .4em;
	}

#content-side ul.link-list-vertical li{
	list-style:none;
	margin:0px;
	}

#content-side ul.link-list-vertical li a:link{
	padding:1px 0px 1px 12px;
	background:url(bullet-link.gif) no-repeat;
	background-position:0 .4em;
	}

#content-side ul.link-list-vertical li a:visited{
	padding:1px 0px 1px 12px;
	background:url(bullet-link-visited.gif) no-repeat;
	background-position:0 .4em;
	}

#content-side ul.link-list-vertical li a:hover{
	padding:1px 0px 1px 12px;
	background:url(bullet-link-hover.gif) no-repeat;
	background-position:0 .4em;
	}

#content-side ul.link-list-vertical li a:active{
	padding:1px 0px 1px 12px;
	background:url(bullet-link-active.gif) no-repeat;
	background-position:0 .4em;
	}



.small-text{
	font-size:.8em;
	}

.none{
	display:none;
	}

.clear{
	clear:both;
	}

 div.leftimage
{
    clear: both;
    display: inline;
    float: left;
    position: static;
}

 div.rightimage
{
    clear: both;
    display: inline;
    float: right;
    position: static;
    margin-bottom: 20px;
}


.pagetitle
{
    font-size: 2.0em;

    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 0px;
}


.optionrow a:link
{
    left: 155px;
    position: relative;
    top: 42px;
    display: inline;
    color: #330099;
    text-decoration:None;
    
}

.optionrow a:visited
{
    left: 155px;
    position: relative;
    top: 42px;
    display: inline;
    color: #330099;
    text-decoration:None;
}

.optionrow a:hover
{
    left: 155px;
    position: relative;
    top: 42px;
    display: inline;
    color: #330099;
    text-decoration:None;
}

#logincontainer {
	text-align: center;
	height: 500px;
	width: 800px;
	background-color: #BDBEC3;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: thin solid #000000;
	display: inline;
	position: relative;
	visibility: visible;
	right: auto;
	bottom: auto;
}
.rowheading
{
    font-weight: bold;
    font-size: 1.0em;
    font-family: Sans-Serif;
    border-bottom: gray thin solid;
}
.bottomBorder
{
    border-bottom: gray thin solid;
}	
/******************
Listboxes
******************/	
	
.listHeader
{
    font-weight: bold;
    color: white;
    background-color: #525463;
}

.listRow
{
    color: #333333;
    background-color: #f7f6f3;
}


.listAltRow
{
    color: #284775;
    background-color: white;
}


.listEditRow
{
    background-color: #ECE9D8;
    border-bottom: #bebebe thin solid;
}

.listSelectedRow
{
    background-color: #ded6d0;
    font-weight: bold;
}

 .listPager
{
    font-weight: bold;
    color: white;
    font-family: Sans-Serif;
    background-color: gray;
    text-align: center;
}

.listCommand
{
    font-weight: bold;
    color: white;
    font-family: Sans-Serif;
    background-color: gray;
    text-align: center;
}


.listHeader A
{
    color: white;
}

.openclientfile
{
    font-size: larger;
    color: #5d7b9d;
}


.sidebarDrugList
{
    padding-right: 0px;
    padding-left: 20px;
    font-weight: normal;
    font-size: larger;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
    color: #5d7b9d;
}



.sidebarMenu
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    background-color: white;
    font-size: 0.9em;
    color: #5d7b9b;
    font-family: Verdana, Sans-Serif;
    margin: 0px 0px 0px 10px;
}
h2 .sidebar
{
    margin-bottom: 3px;
    padding-bottom: 0px;
}
.sidebar h2
{   margin-bottom: 3px;
    padding-bottom: 0px;
}
.sidebar HR
{
    margin-top: 3px;
    margin-bottom: 3px;
    padding-bottom: 0px;
    padding-top: 0px;
}
.currentscript
{
    background-color: #ECE9D8;
    border-right: appworkspace thin solid;
    border-top: appworkspace thin solid;
    border-left: appworkspace thin solid;
    border-bottom: appworkspace thin solid;
}
DIV #headingholder
{
    clear: none;
    display: inline;
    float: left;
    width: 330px;
    height: 25px;
    text-align: left;
}
DIV #returnlink
{
    clear: none;
    margin-top: 5px;
    display: inline;
    float: right;
    width: 135px;
    margin-right: 5px;
    position: static;
    height: 20px;
    text-align: right;
}

.returnlink
{
    clear: none;
    margin-top: 3px;
    display: inline;
    float: right;
    width: 135px;
    margin-right: 3px;
    position: static;
    height: 20px;
    text-align: right;
}


.headerholder
{
    clear: none;
    display: inline;
    float: left;
    width: 300px;
    height: 25px;
    text-align: left;
}
.linkbutton
{
    margin-left: 4px;
    width: 30px;
    margin-right: 4px;
    font-weight: bold;
}
.nopad
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
}

.wizardSideBar
{
    border-right: black thin solid;
    border-top: black thin solid;
    border-left: black thin solid;
    border-bottom: black thin solid;
    background-color: #ECE9D8;
}

.right
{
    clear: right;
    display: inline;
    float: right;
    margin-left: 4px;
}

.VAMMultiSegContainer
{
    border-left: #7a96df 1px solid;
    border-top: #7a96df 1px solid;
    border-right: #7a96df 1px solid;
    border-bottom: #7a96df 1px solid;
    padding-left: 2px;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
}

.VAMMultiSegTextBox
{
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: none;
}

.warning1
{
    font-size: 1.2em;
    color: red;
}

.warning1 A
{
    font-size: 1.2em;
    color: red;
}
.clientInfoPanel
{
    padding-right: 0px;
    padding-left: 20px;
    background: url(HeroFolder_02.jpg) no-repeat;

}
.sidequote
{
    font-weight: bold;
    font-family: Serif, Georgia;
    font-size: 1.2em;
    
}



