html
{
    margin: 0px;
    padding: 0px;
}

body {
  font-family: Arial, Verdana, Tahoma;
  font-size: 12px;
  color: #5C5C5C;
 background-image: url(../../resources/images/site-shell-bg.gif);
  background-repeat: repeat-x;
  background-color: #fab465;
  margin: 0px 0px;
  padding: 0px;
}

#body 
{
    height: 676px;
    width: 870px;    
    margin-left: auto ;
    margin-right: auto ;
}
#shell
{
    width: 888px;
    margin-left: 45px;
}
#content
{
    
}
#table
{
    background-image: url(../../resources/images/table-bg.gif);
    background-repeat: repeat-x;
    background-color: #fff;
}
#table td
{
    padding-top: 25px;
    padding-left: 40px;
    padding-right: 40px;
}

#table td.desc
{
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 15px;
}

.leads td
{
    padding: 8px !important;
    margin: 0px !important;
}
#leads td
{
    padding: 0px !important;
    margin: 0px !important;
}

#leads td div.accordionHeader
{
    background-color: #f99b33 !important;
    color: #fff;
    padding: 10px !important;
    cursor: pointer;
    margin-top: 3px;
}

#leads td div.accordionContent {
  border-top: none;
  padding: 15px !important;
  padding-top: 10px !important;
}

#leads td div.checkoutRightPanel {
  padding: 7px !important;
}

#tbl td
{
    padding: 0px !important;
    margin: 0px !important;
}

.practioner_login {
	background: url(../../resources/images/practioners_login_bg.jpg) top left no-repeat #fff;
	color: #fff;
}

.patient_login {
	background: url(../../resources/images/patients_login_bg.jpg) top left no-repeat #fff;
	color: #fff;
}

table {
  border-collapse: collapse;
}
h1
{
    font-family: Verdana;
    color: #f99b33;
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 38px;
}
h2
{
    font-family: Verdana;
    color: #f99b33;
    font-size: 18px;
    font-weight: bold;
    margin-top: 0px;
}
h3
{
    color: #f99b33;
    border-bottom: 1px solid #f99b33;
    font-size: 12px;
}

h4
{
    color: #f99b33;
    font-size: 14px;
  
}

.subtitle
{
    color:#f99b33;
    font-size: 14px;
    font-style: italic;
}

.small
{
    color:#000;
    font-size: 6.8pt;
    font-weight:bold;
    font-family: Arial;
}

.avlabel
{
    color:#f99b33;
    font-weight: bold;
}

.req
{
    color: red;
}
.label {
}

.textbox {

}

.smalltextbox {
  width: 20px;  
}
img
{
    border: 0px;
}
.multilinetextbox {
  width: 188px;
  height: 80px;  
}

.largemultilinetextbox {
  width: 350px;
  height: 150px;  
}

.longmultilinetextbox {
  width: 350px;
  height: 75px;  
}

.longtextbox {
  width: 325px;
}

.dropdownlist {
  color: #5C5C5C;
}

.fwdropdownlist {
  font-family: Courier New;
}

.button {
	height: 20px;
	padding-bottom: 5px;
}

.rightbutton {
	height: 20px;
	font-weight: bold;
  float: right;
}

.menuItem {
  color: #fff;
}

.menuItem a {
  cursor: pointer;  
}

.menuItem #left{
  width: 5px;
  display: inline;
  background: url(images/blue_tab_left.gif) no-repeat;
  height: 30px;
  position: relative;
  float: left;
}

.menuItem #mid {
  display: inline;
  background: url(images/blue_tab_middle.gif) repeat-x;
  height: 30px;
  position: relative;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

.menuItem #mid #text {
  position: relative;
  top: 5px;
  color: #FFF;
}

.menuItem #right {
  width: 5px;
  display: inline;
  background: url(images/blue_tab_right.gif) no-repeat;
  height: 30px;
  position: relative;
  float: left;
}

.menuItemSelected {
  color: #fff;
}

.menuItemSelected a {
  cursor: pointer;  
}

.menuItemSelected #left {
  width: 5px;
  display: inline;
  background: url(images/lightblue_tab_left.gif) no-repeat;
  height: 30px;
  position: relative;
  float: left;
}

.menuItemSelected #mid {
  display: inline;
  background: url(images/lightblue_tab_middle.gif) repeat-x;
  height: 30px;
  position: relative;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

.menuItemSelected #right {
  width: 5px;
  display: inline;
  background: url(images/lightblue_tab_right.gif) no-repeat;
  height: 30px;
  position: relative;
  float: left;
}

#allContent {
	width: 961px;
	margin: 0px auto;
}

#headerRegion {
  margin-bottom: 15px;  
}

#mainContentRegion {
  display: block; 
  clear: both;
}

.sectionHeader {
  border-bottom: 1px solid rgb(235, 235, 235);
  color: #024A76;
  padding-bottom: 5px;
  font-weight: bold;
}

.titleHeader {
  color: #fff;
  font-size: 24px;
  padding-bottom: 5px;
  font-weight: bold;
}

.navigationRule {
  border: 2px solid #024A76;
  position: relative;
  top: -8px; 
}

.defaultTable {
  width: 99%;  
}

.verticalalign img {
  vertical-align: middle;
}

.verticalalign span {
  vertical-align: top;
}

.showAll {
  float: right;
}


.modalbutton {
	height: 20px;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
	float: right;
}

hr {
  border-bottom: 1px solid #CCC;
  color: #FFF;  
}

a:link {
  color: #faac55;
}

a:visited {
  color: #faac55;
}

a.black
{
    color: #000;
}

a.black:hover
{
    color: #faac55;
}

.smallleft {
  float: left;
}

.smallright {
  float: right;  
}

#footer {
  text-decoration: none;
  color: #C0C0C0;
}

#footer a {
}

#footer a:visited {
  color: #C0C0C0;
}

#footer a:hover {
  color: #0066A6;
}

/* Drop Shadow Stuff */
.shadow {
  clear: both;
  float:left;
  background: url(/resources/images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(/resources/images/shadow.gif) no-repeat bottom right;
}

.shadow div {
  background: none !important;
  background: url(/resources/images/shadow2.gif) no-repeat left top;
  padding: 0 !important;
  padding: 0 6px 6px 0;
}

.shadow table#table {
  padding: 4px;
  margin: -6px 6px 6px -6px !important;
  margin: 0;
}

/* Tables */
table.data 
{
	font-size: 11px;
	border: 0px;
	border-collapse: collapse;
}

table.data th, table.data tr.header td
{
	text-align: left;
	padding: 4px;
	border-top: 1px solid #C2C2C2;
	border-right: 1px solid #C2C2C2;
	border-bottom: 1px solid #C2C2C2;
	font-weight: bold;
}

table.data td
{
    padding: 4px !important;
}

table.data tr.header 
{
	background: url(../images/bg_button_gray.gif) #F0F0F0 repeat-x;
}

table.data th.right, table.data td.right
{
	text-align: right;
}

table.data th.center, table.data td.center 
{
	text-align: center;
}

tr.title td 
{
	background: #6d6e71;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 4px !important;
}

tr.title td a 
{
    color: #ffffff;
}

table.data td  
{
	vertical-align: top;
	padding: 8px;
}

/* Inputs */
.btn-white
{
    background-color: #fff;
    color: #6d6e71;
    cursor: hand;
    cursor: pointer;
    font-size: 12px;
    padding-right: 4px;
    padding-left: 4px;
    border: 1px solid #6d6e71;
    font-weight: bold;
    font-family: Arial, Verdana, Tahoma;
    text-transform: uppercase;
}

/* AJAX Progress */

.div_progress
{
    border: solid 1px darkgray;
    background-color: #ffffff;
    padding: 13px 20px 20px 20px;
    z-index: 999999;
    width: 330px;
}

.div_overlay
{
    filter: progid:DXImageTransform.Microsoft.BasicImage(opacity=40);
    filter: alpha(opacity=40);
    -moz-opacity: 0.40;
    opacity: 0.40;
    margin: 0;
    top: 0;
    left: -80px;
    position: absolute;
    z-index: 88888;
    background-color: darkgray;
    overflow: hidden;
    text-align: center;
}

.waiting
{
    font-family: Arial;
    font-size: 11px;
    color: #666666;
    font-weight: normal;
    text-align: left;
}

/* Other */
.productlink
{
    color: #742e1d !important;
    font-weight: bold;
    font-family: Arial;
    font-size: 12px;
}
