﻿.layout_menu_bar
{
	height: 8px;
	border-bottom:2px solid #FCE26D;
	background-color: #2462AB;
}
.layout_footer_bar
{
	height: 13px;
	border-top:1px solid #FCE26D;
	border-bottom:1px solid #6984AE;
	background-color: #2462AB;
	margin-bottom: 7px;
}
.page_title
{
    font-weight: bold;
    font-size: 20px;
    color: #184580;
    font-style: normal;
}
.section_header 
{
    color: #FFFFFF;
	background-image:url('/public/LocumTenens/images/subheader_background.gif');
	height:20px;
	font-size:13px;
}
.table1 {
	border:1px solid #8AD0FF;
	background-color:#F4F4F4;
}
.table2 
{
	border:1px solid #8AD0FF;
	margin-bottom:13px;
}
.table2_child 
{
	border-right:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	background-color:#F4F4F4;
}
.backgroundColor0
{
	background-color:#F4F4F4;
}
.backgroundColor2 {
	background-color:#FFFFCC;   /* cream */
}

.color1 {
	color:#000000;          /* was blue now black */
}
a {
	color:#184580;
}
a:hover {
	color:#184580;
}
p
{
	font-size:12px;
}
.underline
{
	text-decoration:underline;
}
.pointer {
	cursor:pointer;
}
.backgroundColor1 {
	background-color:#CCFFCC;   /* light green */
}
.backgroundColor3 {
	background-color:#CCFFCC;   /* light green */
}
.backgroundColor13 {
	background-color: #CCFFCC;  /* light green */
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;
  padding: 1px;
  border: 1px solid #000;
  background: #006633;
  color: #fff;
  text-align: center;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  padding: 1px;
  border: 1px solid #000;
  background: #006633;
  color: #fff;
  text-align: center;
}

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  padding: 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  background-color:#CCFFCC;
}

.calendar thead .hilite { /* How the buttons in header appear when hover */
  border-top: 2px solid #fff;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 2px solid #fff;
  padding: 0px;
  background-color: #CCFFCC;
}

table.subSectionEditHolder 
{
	width:100%;
	margin-bottom:5px;
	border-bottom:solid 1px #CCCCCC;
}

table.subSectionEditHolder tr td div
{
	padding:10px;
}
