@import url(Tab.css);

body, div
{
	font-size: 10pt;
}

body, div, table, td, p
{
	margin: 0px;
	font-family: Tahoma, Arial, Sans-Serif;
}

body
{
    background-image: url('Images/probkgnd.bmp');
    background-repeat: repeat-x;
    background-color: #c0cbd1;
}

#Container {
	width: 930px;
	/* margin: 0 auto; */
}

#TitleDiv 
{
	left:0px;
	text-align:center;
	font-size: 18pt;
	font-weight:bold;
}

.opaque 
{
	background-color: white;
	opacity: .4;
	filter: alpha(opacity=40);
}

.fullscreen
{
	margin: 0px; 
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 5000px; 
	height: 5000px; 	
	z-index: 10001;
	/* border: solid 2px red; */
}

.newFlag
{
	font-size: 7pt;
	font-weight: bold;
	color: red;
	text-decoration:none;
}

a:link    {color:#2673bf; background:transparent; text-decoration:none;}
a:visited {color:#2673bf; background:transparent; text-decoration:none;}
a:hover   {color:#3399ff; background:transparent; text-decoration:underline;}
a:active  {color:#2673bf; background:transparent; text-decoration:none;}

a.holiday:link    {color:#267300; background:transparent; text-decoration:none;}
a.holiday:visited {color:#267300; background:transparent; text-decoration:none;}
a.holiday:hover   {color:#339900; background:transparent; text-decoration:underline;}
a.holiday:active  {color:#267300; background:transparent; text-decoration:none;}

td.schedule {white-space:nowrap; font-size: 10pt; height: 20px;}
td.icon {padding-left: 5px;}
td.primary {padding-left: 5px; font-weight: bold; color:#000000; white-space:nowrap;}
td.secondary {padding-left: 5px; padding-right: 5px; color:#000000; white-space:nowrap; width: 100%;}
td.originalEmp {padding-right: 5px; color:#808080; text-align: right; white-space:nowrap;}
td.originalAssignment {padding-right: 5px; color:#808080; white-space:nowrap;}

td.weekday_x1_y1 {background-color:#e0e0e0;}
td.weekday_x2_y1 {background-color:#d3d3d3;}
td.weekday_x1_y2 {background-color:#ffffff;}
td.weekday_x2_y2 {background-color:#f0f0f0;}
td.weekendOrHoliday_x1_y1 {background-color:#c5cec4;}
td.weekendOrHoliday_x2_y1 {background-color:#b9c2b9;}
td.weekendOrHoliday_x1_y2 {background-color:#e0ebdf;}
td.weekendOrHoliday_x2_y2 {background-color:#d3ddd2;}
td.today_x1_y1   {background-color:#aac7d5;}
td.today_x2_y1   {background-color:#a1bbc9;}
td.today_x1_y2   {background-color:#c2e2f3;}
td.today_x2_y2   {background-color:#b7d5e5;}

tr.y1 {background-color:#b5bbbe}
tr.y2 {background-color:#ced5d9}

td.dayHeader {padding-left: 5px; padding-right: 5px; text-decoration: none; font-size: 10pt; font-weight: bold; white-space:nowrap; vertical-align:middle; background-image: url('Images/datebkgnd.bmp'); height: 20px;}

table.scg1 {width:100%; border:0; font-size:10pt; border-collapse:collapse;}

td.wkdys {padding-left:5px; padding-right: 5px; font-size: 10pt; font-weight:bold; white-space:nowrap; vertical-align:middle; width:12.5%; color: #ffffff; background-color:#8197a2;}

td.reqwithmsg {font-style:italic; background-color:#fffacd;}

.titlestyle1
{
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #534731;
}

.titlestyle2
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #534731;
}

a.hu {text-decoration:none;}
a.hu:hover{text-decoration:underline;}

#demandCal tr.availslot {background-color:#e9eee9;}
#demandCal tr.reqslot {background-color:#aed4f9;}

#demandCal a {color:#000; text-decoration:none;}
#demandCal a:hover {text-decoration:underline;}

#demandCal a.overallSlot {color:#000; font-size:11px; text-decoration:none;}
#demandCal a.overallSlot:hover {text-decoration:underline;}

#MessageDiv .title {margin-left:25px; color:#5B8FEA;}
#MessageDiv .body {margin-left:30px; width:400px;}
#MessageDiv .postbody {margin-left:25px; color:#666666;}
#MessageDiv a{color:#999999; text-decoration:underline;}
#MessageDiv a:hover{text-decoration:underline;}

.list1 {
	padding:10px 5px 10px 10px;
}
.list2 {
	position:absolute;
	right:0px;
	width:340px;
	padding:10px 10px 10px 5px;
}
.item {
	background: #ffffff;
	margin-bottom: 5px;
}
.itemControls { 
	padding: 5px;
}
.itemContent { 
	padding: 5px 5px 15px 5px;
}
.itemHandle {
	padding: 5px;
	font-weight: bold;
	background: #ffc6cb;
	background-image: url('Images/raised_dots.bmp');
	background-position: right;
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: move;
}
.dropCue {
	border: #ff0000 1px dashed;
	padding-top: 1px;
	margin-top: -1px;
	margin-bottom: 3px;
	margin-left: -1px;
}
.emptyList{
	font-weight:bold;
	text-align:center;
}

td.reqwithmsg
{
	font-style:italic;
	background-color:#fffacd;
}

.titlestyle1
{
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #534731;
}

.titlestyle2
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #534731;
}

#demandCal a
{
	color:#000;
	text-decoration:none;
}
.centered { margin:auto; }
.templates { visibility:hidden; }

.PadNone
{
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border-collapse: collapse;
}

.PadR
{
    padding-right: 5px;
}
