﻿.ed
{
    margin-top:10px;
}

.workDemandWeekRequest { margin-left: 1px;}
.workDemandWeekRequest td 
{
    color: Black; 
    text-align: center; 
    padding:4px; 
}

.workDemandWeekRequest th 
{
    color: Black; 
    border-top-style: hidden;
    border-left-style: hidden;
    border-right-style: hidden;
    padding: 10px 4px;
    background-color: whitesmoke;
}

.workDemandWeekRequest .tRow,
.workDemandWeekRequest .aRow,
.workDemandWeekRequest .eRow { font-size: medium;}

.workDemandWeekRequest .hRow{ text-align: center;}
.workDemandWeekRequest .comments { width:20px; }
.workDemandWeekRequest .comm1 { float:left; }
.workDemandWeekRequest .comm { float:left; }
.workDemandWeekRequest th span { font-size: 10px; }

.wdValue 
{ 
    width:70px; 
    height:24px; 
}

.wdValueEd {
    width:70px; 
    height:24px;
    border: solid;
    border-width: 1px;
}

.wdValueEd > div 
{
    padding-right: 2px;
}

#wd .periodNavData
{    
    background-color:ButtonFace;
    padding-top:3px;
    padding-bottom :3px;
}

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
    background-color: white;
    font-size: 10px;
}

/* Fades and background-images don't work well together in IE6, drop the image */
* html .ui-tooltip {
	background-image: none;
}

body .ui-tooltip { border-width: 2px; }

.weekRequestInfo tr { padding-top:3px; padding-bottom :3px; }
.weekRequestInfo tr { vertical-align:top; }  
.weekRequestInfo td { vertical-align:top; }  
.weekRequestInfo th { vertical-align:top; }  


.shortagePos{ color: green;}
.shortageNeg{ color: red;}
.shortageZero{ color: gray;}