body
{
	background:#e1e0dd; /*url(../images/bg.jpg) repeat-y center;*/
}
#nomenuheader
{
	background:url(../images/headerbg.png);
	height:99px;
}
#headerlogoleft
{
	padding-top:10px;
}
#headerlogoright
{
	padding-top:10px;
	text-align:right;
}
#layoutheader
{
	background:url(../images/layoutheaderbg.png);
	height:142px;
}
#mainbody
{
	background:#ffffff;
	min-height:410px;
}
#menu
{
	border-right:1px solid;
}
#login
{
	background-color:#D8D8D8;
}
#rightinput
{
	background:url(../images/object.png) no-repeat;
	background-position:right;
	min-height:900px;
}
#importantbox
{
	background-color:#D8D8D8;
	height:60px;
}
#registerimportantbox
{
	background-color:#D8D8D8;
	height:100px;
}
#listbox
{
	background-color:#E0F8E0;
}
#medicinelist
{
	width:250px; 
	height:250px;
}
.selectionlist
{
	width:250px;
	height:250px;
}
#pharmacyname
{
	background:url(../images/pharmacymenu.png) no-repeat;
	height:50px;
}
.tableborder
{
	border:1px solid #FFFFFF;
}
.menulink
{
	text-decoration:none
}
.caution
{
  padding: 0 0 0 35px;
  display: inline-block;
  height: auto;
  line-height: 26px;
  background: transparent url(../images/bur_caution.gif) no-repeat 0 0;
}
tbody tr:nth-child(2n) td, tbody tr.even td
{
    background: none repeat scroll 0 0 #D8D8D8;
}
.highlightstring
{
	background: #00FF00;
}