﻿body
{
    font-weight: normal;
    font-size: 11px;
    background-color: #ededed;
    background-image: url(../images/background.jpg);
    background-repeat: repeat-x;
    background-position: top left;
    font-family:  Calibri, Lucida Grande, Arial Narrow, Arial;
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
}
/*  this is a hack to get ie6 and earlier to have a minimum width
    Note: it is a javascript, the < statement must be at least 1px
    larger than the target width */
#width
{
    width: expression((document.body.clientwidth < 980)? "978px" : "auto");
	min-width: 978px;
}
/* the content container for the page */
#main
{
    text-align: left;
    min-width: 978px;
}
/* this is for more substantial links within the page  */
/* indicating it will open a new section by the arrow  */
.page_nav
{
    background-image: url(../images/open_arrow.gif);
    background-repeat: no-repeat;
    background-position: top left;
    color: #36c;
    text-decoration: none;
    padding-left: 13px;
    margin-left: 10px;
    font-weight: normal;
}
.page_nav:link
{
    color: #36c;
    text-decoration: none;
}
.page_nav:visted
{
    color: #36c;
    text-decoration: none;
}
.page_nav:hover
{
    color: #36c;
    text-decoration: none;
}
.next_nav
{
    background-image: url(../images/open_arrow.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
    color: #36c;
    text-decoration: none;
    padding-right: 10px;
    font-weight: normal;
}
.next_nav:link
{
    color: #36c;
    text-decoration: none;
}
.next_nav:visted
{
    color: #36c;
    text-decoration: none;
}
.next_nav:hover
{
    color: #36c;
    text-decoration: none;
}
.footer
{
    font-size: 1em;
}
.footer a, #footer a:link, #footer a:visited, #footer a:hover, #footer a:active
{
    color: #444;
    text-decoration: none;
}

/* actual page content */
.content
{
	line-height: 140%;
    color: #222222;
    background-color: #ffffff;
    font-size: 1.3em;
}

/* pop items */
#pop_AllSearches, #pop_Resources, #pop_Inventory, #navPopList, #pop_Testplans
{
	z-index:100;
	display:none;
	position:absolute; 
	background-color:#e8e8e8; 
	border: solid 1px #bbbbbb;
	padding: 2px 10px 10px 10px;
    min-width: 150px;
	opacity: 0.9;
	margin-top:-25px;
	margin-left:110px;
}
#navPopList
{
	margin-top:6px;
	margin-left:25px;
}
#hover_AllSearches:hover ~ #pop_AllSearches, #hover_Resources:hover ~ #pop_Resources, #hover_Inventory:hover ~ #pop_Inventory, #hover_Testplans:hover ~ #pop_Testplans {
	display: block
}
#pop_AllSearches:hover, #pop_Resources:hover, #pop_Inventory:hover, #navPopList:hover, #pop_Testplans:hover {
	display: block
}
/* end menu pop items */

#nav
{
    width: 200px;
    background-color: #F6F6F6;
    color: #555555;
    text-align: left;
    padding: 0px;
    font-size: 0.9em;
}
#nav p
{
    margin-top: 0px;
    margin-bottom: 0.1em;
    padding: 0.1em;
    padding-left: 1em;
}
#nav ol
{
    margin-top: 0px;
    margin-bottom: 0.1em;
    padding: 0.1em;
    padding-left: 3em;
}
#nav li
{
    margin-top: 0px;
    margin-bottom: 0.1em;
}
#nav div:not(.nostyle)
{
    background-color: #bbbbbb;
    color: White;
    padding: 0.3em;
    font-size: 1.2em;
}
#nav p a, #nav p a:link, #nav p a:visited
{
    color: #444;
    text-decoration: none;
}
#nav p a:hover, #nav p a:active
{
    color: #222;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
}
.nav_off
{
    font-weight: normal;
}
a.chatHistory
{
	background-image: url(../images/chatHistory.png);
	background-repeat: no-repeat;
	background-position:top;
	padding: 12px 15px;
	margin: 0px 0px 4px 0px;
	font-size: 0px;
	vertical-align:top;
}
.rfile
{
	cursor:pointer;
	color: navy;
	border-bottom: dashed 1px navy;
}
.nav_on
{
    background-image: url(../images/open_arrow.gif);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 9px;
    font-weight: bold;
    font-size: 1.1em;
}
a
{
	text-decoration-skip-ink: none;
}
h1
{
    color: #555;
    font-weight: normal;
    font-size: 1.8em;
    line-height: 140%;
    margin-top: 0px;
}

h2
{
    color: #555;
    font-weight: normal;
    font-size: 1.7em;
    margin-top: 0px;
}
h3
{
    color: #555;
    font-weight: normal;
    font-size: 1.3em;
    margin-bottom: 0.4em;
}
h4
{
    color: #555;
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 2px;
}
ul
{

}

li
{
  margin-top: 2px;
  margin-bottom: 8px;
}

hr
{
  color: #f90;
}
.BasicTable
{
    border: 1px solid #bbbbbb;
    font-size: 0.9em;
}
.BasicTable TH
{
    background-color: #bbbbbb;
    color: White;
    padding-left: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 4px;
    text-align: left;
    font-weight: bold;
}
.BasicTable TH a:link, .BasicTable TH a:visited, .BasicTable TH td a:hover, .BasicTable TH td a:active
{
    color: White;
    text-decoration: none;
}
.BasicTable TD
{
    padding-left: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 4px;
    text-align: left;
}
.BasicTable2
{
    border: 1px solid #bbbbbb;
    font-size: 0.9em;
	border-collapse:collapse;
}
.BasicTable2 TH
{
    background-color: #bbbbbb;
    color: White;
    padding-left: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 4px;
    text-align: left;
    font-weight: bold;
	border: 1px solid gray;
}
.BasicTable2 TH a:link, .BasicTable2 TH a:visited, .BasicTable2 TH td a:hover, .BasicTable2 TH td a:active
{
    color: White;
    text-decoration: none;
}
.BasicTable2 TD
{
    padding-left: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 4px;
    text-align: left;
    border: 1px solid #bbbbbb;
}
.evenRow
{
    background-color: #F6F6F6
}
.oddRow
{
    background-color: #fff
}
.hlRow, .hlRow td
{
    background-color: #FCE9C8;
}
.Error
{
    font-weight: bold;
    color: red
}
.errHdr
{
	margin-top:0px;
}
.button
{
    font-size: 11px;    
}
.testplan
{
    font-size: 10pt
}
.testplanSection
{
    font-weight: bold;
    background-color: #eeeeee
}
.testplanName
{
    background-color: #b7d5e5
}
.testplanResult
{
    background-color: #cfc
}
.bug
{
    border-right: #333333 1px solid;
    border-top: #333333 1px solid;
    border-left: #333333 1px solid;
    width: 100%;
    border-bottom: #333333 1px solid
}
.bug TD
{
    border-right: #eeeeee 1px solid;
    border-top: #eeeeee 1px solid;
    font-size: 10px;
    border-left: #eeeeee 1px solid;
    border-bottom: #eeeeee 1px solid
}
.bug TH
{
    font-weight: bold;
    font-size: 10px;
    color: #003399;
    background-color: #b7d5e5
}
#searchbox
{
    VERTICAL-ALIGN: bottom
}

#contentwindow
{
    MARGIN-top: 10px
}
.homewindow
{
    MARGIN-top: 10px
}
#homewinleft
{
    FLOAT: left
}
.newsdate
{
    font-weight: bold;
    font-size: 14px;
    MARGIN-bottom: 6px;
    color: #84add3;
}
.newstext
{
    font-weight: bold;
    font-size: 10px;
    color: #333333;
}
.formbox
{
    border-right: #bbbbbb 1px dashed;
    padding-right: 10px;
    border-top: #bbbbbb 1px dashed;
    padding-left: 10px;
    padding-bottom: 10px;
    border-left: #bbbbbb 1px dashed;
    padding-top: 10px;
    border-bottom: #bbbbbb 1px dashed;
    background-color: #dff0f7
}
.formheadertext
{
    font-weight: bold;
    color: #0f0f6f;
}
.formboxalt
{
    border-right: #bbbbbb 1px dashed;
    border-top: #bbbbbb 1px dashed;
    border-left: #bbbbbb 1px dashed;
    border-bottom: #bbbbbb 1px dashed;
    background-color: #eeeeee
}
.formtextarea
{
    border-right: #bbbbbb 1px solid;
    border-top: #bbbbbb 1px solid;
    border-left: #bbbbbb 1px solid;
    width: 370px;
    border-bottom: #bbbbbb 1px solid
}
.formitemtext
{
    padding-left: 5px;
    font-weight: bold;
    font-size: 10px;
    padding-bottom: 5px;
    color: #333333;
}
.formsubheadtext
{
    font-weight: bold;
    font-size: 11px;
    color: #333333;
}
.formcatagory
{
    padding-right: 15px;
    padding-left: 15px;
    font-weight: bold;
    font-size: 10px;
    padding-bottom: 15px;
    color: #333333;
    padding-top: 0px;
}
.formitemtextlast
{
    padding-left: 5px;
    font-weight: bold;
    font-size: 10px;
    padding-bottom: 15px;
    color: #333333;
}
.formheadertextalt
{
    padding-right: 15px;
    padding-left: 15px;
    font-weight: bold;
    padding-bottom: 15px;
    color: #0f0f6f;
    padding-top: 15px;
}
.infobox
{
    border-right: #bbbbbb 1px dashed;
    border-top: #bbbbbb 1px dashed;
    border-left: #bbbbbb 1px dashed;
    border-bottom: #bbbbbb 1px dashed;
    background-color: #dff0f7
}
.infoboxalt
{
    border-right: #bbbbbb 1px dashed;
    border-top: #bbbbbb 1px dashed;
    border-left: #bbbbbb 1px dashed;
    border-bottom: #bbbbbb 1px dashed;
    background-color: #eeeeee
}
.nobullet
{
    list-style-position: outside;
    list-style-TYPE: none
}
.JVPlatformTitle{
}
.leadphonecell{
	/*border-bottom:1px solid #ccc;*/
	background:#EEE;
	float:left;
	width:150px;
}
.leadphone{
	padding: 0 0 0 10px;
}

.phonecell{
	float:right;
	width:350px;
}

.phone{
	/*border-bottom:1px solid #ccc;*/
	background:#F6F6F6;
	/*padding: 0 2px;*/
	width: 175px;
	float: left;
}

#phonelist, .JVPlatformList{
	font-size:.90em;
}

.JVPlatformList {
	/*display:none;*/
	padding:0;
	margin:0;
}

.clearfix 
{
	height:1px;
	line-height:0;
	margin:0;
	padding:0;
	clear:both;
}
.popupLink 
{
    color: red; 
    outline: none 
}
.popup 
{
    position: absolute; 
    visibility: hidden; 
    background-color: #eeeeee; 
    layer-background-color: #eeeeee; 
    width: 300px; 
    border-left: 1px solid black; 
    border-top: 1px solid black; 
    border-bottom: 3px solid black; 
    border-right: 3px solid black; 
    padding: 3px; 
    z-index: 10;
    font-size: 8pt;
    font-weight:normal; 
    color:black; 
    text-align:left;
}
.smallTD
{
    font-size: 8pt;
    color: black;
}
.resp
{
	color:green;
	padding-left:6px;
}

#fixme 
{ 
    position: absolute; 
    right: 0px; 
    top: 0px; 
}
div > div#fixme  
{
    position: fixed; 
}
pre.fixit 
{ 
    overflow:auto;
    border-left:1px dashed #000;
    border-right:1px dashed #000;
    padding-left:2px; 
}
#splash
{
    height: 320px;
    background-color:#000;
}
.splash_panel
{
    -moz-opacity:.70;
    filter:alpha(opacity=70);
    opacity:.70;
    float: left;
    position: relative;
    top: 85px;
    left: 30px;
}
.splash0
{
    background-image:url(../images/splash0.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}
.splash1
{
    background-image:url(../images/splash1.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}
.splash2
{
    background-image:url(../images/splash2.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}
.splash3
{
    background-image:url(../images/splash5.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}
.splash4
{
    background-image:url(../images/splash4.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}
.splash_text
{
    width: 230px;
    float: left;
    z-index: 10;
    position: relative;
    top: 96px;
    left: -210px;
    color: White;
    font-size: 0.95em;
}
.subnav
{
    background-color: Black;
    padding-left: 15px;
    padding-right: 15px;
    color: White;
    font-weight: bold;
    padding-top: 6px;
    padding-bottom: 4px;
}
.subnav_on
{
    background-color: #666;
    padding-left: 15px;
    padding-right: 15px;
    color: White;
    font-weight: bold;
    padding-top: 6px;
    padding-bottom: 4px;
}
#sub
{
    font-size: 0.6em;
    width: 100%;
}
#sub a:link, #sub a:visited, #sub td a:hover, #sub td a:active
{
    text-decoration: none;
    color: #fff;
}
#sub td
{
    text-align: center;
}
#sub td#splash_title
{
    text-align: left;
    font-size: 1.4em;
    width: 26%;
}
#sub td#splash_title a:link, #sub td#splash_title a:visited, #sub td#splash_title a:hover, #sub td#splash_title a:active
{
    color: #666;
}
#sub .colorbar
{
 height: 6px;
}
.help_off
{
    display: none;
}
.help_on
{
    display: inline;
    background-color: #ffffCC; 
    border: 1px solid #999;
    width: 160px;
    font-weight: normal;
    padding: 10px;
    font-size: 0.9em;
    line-height: 140%;
    position: absolute;
}
.heading1{font-weight: bold}

div.activeProgress
{
	color: Silver;
	font-size:1.5em;
	margin: 5px 0px;
	width: 900px;
}

div.activeProgress > span
{
	margin-right: 15px;
	white-space: nowrap;
}

.active
{
	color: orange;
	font-weight:bold;
}

.inactive
{
	color: #CCCCCC;
	font-weight:normal;
}
.activeSystem
{
	text-decoration: none;
	color: #0000FF;
}
.inactiveSystem
{
	text-decoration: none;
	color: #CCCCCC;
}

div.splitFormContainer
{
}

div.splitFormContainer div.progressInactive
{
	display:none;
}

div.splitFormContainer div.progressActive
{
	display:block;
}

input.requiredField
{
	border: 1px solid silver;
	border-top:1px solid gray;
	border-left:2px red solid; /* #ffdddd;*/
}

select.requiredField
{
	border: 1px solid silver;
	border-top:1px solid gray;
	border-left:2px red solid;
	
	/*selects and styling on selects don't work very well on IE sometimes*/
	/*Use this for help with definig a required select*/
	/*Otherwise, wrap the select around a div and use requiredSelectStyleWrapper as class in*/
	/*an IE conditional statement*/
}

textarea.requiredField
{
	border: 1px solid silver;
	border-top:1px solid gray;
	border-left:2px red solid;	
}

.requiredSelectStyleWrapper
{
	border-left:2px red solid;
}

.ajaxResultBox
{
	border: 1px dotted #000000;
	display:none; 
	padding: 10px;
	position: absolute; 
	z-index: 99;
	background-color:#ffffcc;
	margin-left: 170px; 
	width: 520px; 
	height: 200px; 
	overflow:auto;	
}

.reviewBlock
{
	border: 1px dotted black; 
	background-color: #ffffcc; 
	width: 400px; 
	height: 400px; 
	overflow: auto; 
	padding: 10px;	
}

span.disableHistory:hover
{
	cursor:crosshair;
}

span.fakeLink
{
	color: #3366CC;
	text-decoration: underline;
}

span.fakeLink:hover
{
	cursor:pointer;
}

td.finalizedTestcase
{
	font-style:italic;
	color: #444444;
}

li.nolinkaccess
{
	color: #999999;
}

.stepContainer
{
	margin-left: 20px;
}

#cogsadminForm > div
{
	margin: 20px 0px;
}

.pointerCursor
{
	cursor:pointer;
}

.displayNone
{
	display:none;
}

.displayInline
{
	display:inline;
}

.displayInlineLime
{
	display:inline;
	color: lime;
}

div.newCostDivActive
{
	margin: 20px 0px;
}

div.iconlogo
{
	height: 92px; 
	width: 85px;
	background-image: url('../images/icon_logo.jpg');
	background-repeat: no-repeat;
}

.gridActionContainer div.gridAction
{
	cursor: pointer;
}

.gridActionContainer div.gridAction:hover
{
	background-color: #99CCFF;
}

.gridActionContainer div.on
{
	background-color: #99CCFF;
}

div.optionBlock
{
	display: inline-block;
	vertical-align: top;
	margin-left: 30px;
}
.lean_overlay 
{
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}
.popupmessage
{
    display: none;
    background-color: white;
    padding: 20px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0px 0px 3px;
    -webkit-box-shadow: 0 0 3px;
    -moz-box-shadow: 0 0px 3px;
}
	.popupmessage h3
	{
		margin-top:0;
		margin-bottom:15px;
	}
	.popupmessage h4
	{
		margin-top:0;
		margin-bottom:15px;
	}

div.testingInfoHeader
{
	display: inline-block;
	width: 120px;
	cursor: pointer;
	padding: 5px;
	margin-left: 8px;
	border-right: solid #bbbbbb 1px;
	border-left: solid #bbbbbb 1px;
	border-top: solid #bbbbbb 1px;
	font-weight: bold;
}

div.testingInfoHeaderSelected
{
	background-color: #bbbbbb;
	color: #ffffff;
}

div.tcommentHeader
{
	display: inline-block;
	width: 100px;
	cursor: pointer;
	padding: 5px;
	margin-left: 8px;
	border-right: solid #bbbbbb 1px;
	border-left: solid #bbbbbb 1px;
	border-top: solid #bbbbbb 1px;
	font-weight: bold;
}

.tccommentBtn
{
	/*width: 150px;*/
	width:75px;
	height: 23px;
	padding: 1px 0;
	text-align: center;
	background: #bbbbbb;
	color: #FFF;
	border: none;
}
.tccommentBtn:hover {
    background: #505050;
	cursor: pointer;
}

div.tcommentHeaderSelected
{
	background-color: #bbbbbb;
	color: #ffffff;
	text-decoration:underline;
}

div.attachmentHeader
{
	display: inline-block;
	width: 150px;
	cursor: pointer;
	padding: 5px;
	margin-left: 8px;
	border-right: solid #bbbbbb 1px;
	border-left: solid #bbbbbb 1px;
	border-top: solid #bbbbbb 1px;
	font-weight: bold;
}

div.attachmentHeaderSelected
{
	background-color: #bbbbbb;
	color: #ffffff;
	text-decoration:underline;
}

div.invSystemHeader
{
	display: inline-block;
	width: 150px;
	cursor: pointer;
	padding: 5px;
	margin-left: 8px;
	border-right: solid #bbbbbb 1px;
	border-left: solid #bbbbbb 1px;
	border-top: solid #bbbbbb 1px;
	font-weight: bold;
}

div.invSystemHeaderSelected
{
	background-color: #bbbbbb;
	color: #ffffff;
	text-decoration:underline;
}

div.testerHistoryHeader
{
	display: inline-block;
	width: 150px;
	cursor: pointer;
	padding: 5px;
	margin-left: 8px;
	border-right: solid #bbbbbb 1px;
	border-left: solid #bbbbbb 1px;
	border-top: solid #bbbbbb 1px;
	font-weight: bold;
	text-align:center;
	text-decoration:none;
}

div.testerHistoryHeaderSelected
{
	background-color: #bbbbbb;
	color: #ffffff;
}

div.envToggleHeader
{
	display: inline-block;
	width: 80px;
	cursor: pointer;
	padding: 1px;
	margin-left: 8px;
	border-right: solid #bbbbbb 1px;
	border-left: solid #bbbbbb 1px;
	border-top: solid #bbbbbb 1px;
	font-weight: bold;
	text-align:center;
	text-decoration:none;
	font-size:14px;
}
div.envToggleHeaderSelected
{
	background-color: #bbbbbb;
	color: #ffffff;
}
.poColorBox
{
	border: 1px solid black;
	cursor: pointer;
	font-size: 8px;
}
.poEmailTo
{
	margin-top:5px;
	border: 1px solid #9f9d9d;
	background-color: #f3f3f3;
	padding: 3px;
	border-radius: 3px;
	margin-right: 5px;
	display: inline-block;
}
.poEmailExit
{
	height: 10px;
	width: 10px;
	padding-top: 4px;
	cursor:pointer;
}
.poEmailOutList
{
	border-bottom: solid 1px #BBBBBB;
	cursor: pointer;
}
.poEmailOutList:hover
{
    background-color:#F4F4F8;
}
.poEmailOutListContainer
{
	z-index: 1;
	position: absolute;
	width: 303px;
	max-height: 200px;
	overflow: auto;
	background-color: white;
	border-bottom: solid 1px #BBBBBB;
	border-right: solid 1px #BBBBBB;
	border-left: solid 1px #BBBBBB;
}
.note
{
	color: #c0c0c0;
	font-size: 9pt;
	font-style:italic;
}
.trColorBox
{
	border: 1px solid black;
	cursor: pointer;
	font-size: 8px;
}
.trEmailTo
{
	margin-top:5px;
	border: 1px solid #9f9d9d;
	background-color: #f3f3f3;
	padding: 3px;
	border-radius: 3px;
	margin-right: 5px;
	display: inline-block;
}
.trEmailExit
{
	height: 10px;
	width: 10px;
	padding-top: 4px;
	cursor:pointer;
}
.trEmailOutList
{
	border-bottom: solid 1px #BBBBBB;
	cursor: pointer;
	background-color:white !important;
}
.trEmailOutList:hover
{
    background-color:#F4F4F8 !important;
}
.trEmailOutListContainer
{
	z-index: 1;
	position: absolute;
	width: 303px;
	max-height: 200px;
	overflow: auto;
	background-color: white;
	border-bottom: solid 1px #BBBBBB;
	border-right: solid 1px #BBBBBB;
	border-left: solid 1px #BBBBBB;
	box-shadow: 0 0 10px #888;
}
.deviceOutListContainer
{
	z-index: 1;
	position: absolute;
	width: 303px;
	max-height: 400px;
	overflow: auto;
	background-color: white;
	border-bottom: solid 1px #BBBBBB;
	border-right: solid 1px #BBBBBB;
	border-left: solid 1px #BBBBBB;
	box-shadow: 0 0 10px #888;
}
div.permInfoHeader
{
	display: inline-block;
	width: 100px;
	cursor: pointer;
	padding: 5px;
	margin-left: 8px;
	border-right: solid #bbbbbb 1px;
	border-left: solid #bbbbbb 1px;
	border-top: solid #bbbbbb 1px;
	font-weight: bold;
}

div.permInfoHeaderSelected
{
	background-color: #bbbbbb;
	color: #ffffff;
	text-decoration:underline;
}
#timerMsgContainer
{
	position: absolute;
    width:600px;
	bottom: 0;
	text-align:right;
	margin-bottom:5px;
	top:-50px;
	right:0px;
	display:none;
	height:0px;
}
#timerMsg
{
	color:red;
	background-color:#f1dede;
	font-size:13px;
	border-radius: 5px;
    -moz-border-radius: 5px;
	max-width:400px;
	display:inline-block;
	margin-bottom: 20px;
	padding:4px;
}
#timerContainer
{
	position: fixed;
    bottom: 0;
	text-align:right;
	margin-bottom:5px;
}
.timerButton
{
	width:90px;
}
.tcBugThing
{
	color:gray;
}
.partContainer
{
    max-width:85px;
    font-size:11px;
    text-align:center;
}
.firstPart
{
    display:inline-block;
    max-width: 53px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.lastPart
{
    display:inline-block;
    max-width: 30px;
    overflow: hidden;
}
.debugTask
{
	display:inline-table;
	border: 1px solid black; 
	padding: 10px 10px 10px 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
	margin-left:7px;
	background-color:#333333;
	opacity: 0.8;
	color:white;
	height:50px;
	
	text-align:center;
}
.debugButton
{
	height:15px;
	width:15px;
	padding-right:5px;
}
.debugTask[debug-data-title]:hover:after
{
	content: attr(debug-data-title);
	margin-top:-135px;
	margin-left:-65px;
	padding:7px;
	color: white;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 20;  
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:gray;
}
.timeTest
{
	display:inline-table;
	border: 1px solid black; 
	padding: 10px 10px 10px 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
	margin-left:7px;
	background-color:#4caf50;
	opacity: 0.8;
	color:white;
	height:50px;
	width:90px;
	text-align:center;
}
	.timeTest[debug-data-title]:hover:after {
		content: attr(debug-data-title);
		margin-top: -135px;
		margin-left: -65px;
		padding: 7px;
		color: white;
		position: absolute;
		left: 0;
		top: 100%;
		z-index: 20;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		background-color: gray;
	}
.timeButton
{
	height:15px;
	width:15px;
	padding-right:5px;
}

#helpCenterContainer {
	position: fixed;
	top: 150px;
	right:50px;
	text-align: right;
	margin-bottom: 5px;
	z-index:100;
}

#helpCenterMsgContainer {
	background-color: #21B6D7;
	padding: 15px;
	border-radius: 5px;
}

.helpCenterMsgContainerLoading {
	background-color: #cfe2e7 !important;
}

#helpCenterMsgText {
	text-align: center;
	color: gray;
	display:none;
}

.subpopupmessage {
	max-height: 500px;
	max-width: 800px;
	overflow: auto;
}
.addDsVerTxt
{
	margin-bottom:4px;
	width:180px;
}
.addDsVerTxtContainer
{
	display:none;
}
.hideToggle
{
	display:none;
}
.hourSelected
{
	background-color:#c0c0c0;
}
.invSchedulePrevPending
{
	font-weight:bold;
	color:green;
	font-style:italic;
}
.gConflictPrimary
{
	padding-left:10px;
}
.gConflictSecondary
{
	padding-left:25px;
	color:gray;
}
.projFinTotalMsg_g
{
	color:green;
}
.projFinTotalMsg_r {
	color: red;
}
.inv-icon{
	color:black;
}
.inv-icon:hover{
	color:navy;
}
.table-noborder{
	border-collapse: collapse;
	border: none;
	background:none;
	width:100%;
}
	.table-noborder th, .table-noborder td {
		border: none;
		background: none;
	}

.tsk-stl-btn {
	background-color: #e7e7e7;
	margin-right: 5px;
	padding: 5px;
	border-radius: 5px;
	cursor: pointer;
}
.tsk-stl-btn-sel {
	background-color: #a9a9a9;
}
.tsk-stl-btn a{
	text-decoration:none;
	color:black;
}
.hl-green {
	color: white;
	font-weight: bold;
	background-color: #438742;
	border-radius: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}