

/* global */ 
Body, Table {
	font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;

	font-size: 10pt;
	margin: 0px;
	}
	
P, BLOCKQUOTE, UL, LI { 
	font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
	font-size: 10pt;
	margin: 0px;
}

A:link { color: #009; text-decoration:none;}
A:visited { color: #009; text-decoration:none;}
A:active { text-decoration:none;}
A:hover { color: #F00; text-decoration:underline;}

img {
   vertical-align:middle;
   }
   
/**********************************************
 HEADINGS
**********************************************/

h2 {
 font-size: 16px;
 color: 006;
}

h3 {
 font-size: 16px;
}

/**********************************************
Header
***********************************************/

.LogoMain {
	padding: 4px 0px 3px 20px;
	border-bottom:#060 1px solid;
		}



/*********  Media *********/

@media screen
{
	.logoRpt
	{
		font-size: 9px;
		display: none;
	}
}
@media print
{
 	input
 	{
 			border:0px;
 	}
 	.PrnNoShow
 	{
 		display:none;
 		}
}


/**********************************************
 TABLE
**********************************************/

.Results TD {
	padding:0px 3px 0px 4px;
	border:#DDD 1px solid;
	}



 .BtmGrey td {
	border-bottom:#DCD 1px solid;
    }

.altRow td {
	border-bottom:#DCD 1px solid;
	margin-bottom:1px;
    }
	
.altRow tr:nth-child(even){
	background-color: #f9f9f9;

}
	

img {
	border: 0px;
	vertical-align:middle;
	align:absmiddle;
	}
		
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica;
	color: #333333;
	font-weight: bold;
}


/*  I think not needed.  RWA 5/6/2017
A.header:link { color: #ffffff; text-decoration:none;}
A.header:visited { color: #ffffff; text-decoration:none;}
A.header:active { text-decoration:none;}
A.header:hover { color: #ffff00; text-decoration:underline;}

A:hover
{
	color: #f00;
	text-decoration: none;
}
*/

.PageTitle {
	font-family: Helvetica, Geneva, Arial, Verdana, sans-serif;
	color: #000099;
	font-weight: 600;
	font-size: 13px;
}

/** HELP **/

.HelpTitle {
	padding:8px 0px;
	font-weight:600;
	color:#333333;
}
.HelpPage {
	padding:0px 10px;
	}

/*****  FA Screens menu left side ***/

/******** Labels *******/	
.fieldLabel
	{
	color: #555;
	text-align:right;
	padding-right:5px;	
	}
	

.explain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 10px;
}

.ExplainMe {
	color:#666;
	font-size:11px;
	text-align:left;
	}
	
.ExplainMeBig {
	color:#555;
	font-size:12px;
	text-align:left;
	padding-right:3px;
	}
	

.aspHyperlink {
	cursor:pointer;
	color:#009;
	hover:#F00;
	}

.ReqInfo {
	Color:#F00;
	}
.ReqInfoRight {
	Color:#F00;
	text-align:right;
	padding-right:5px;
	}
.smLabel {
	background-color:#063;
	color:#FFF;padding:2px 3px;
	font-size:10px;
	}

/**********************************************
Administration
**********************************************/	

.selection legend
{
	border-style: 1px solid;
	text-transform: uppercase;
    margin: 1em 0 0.5em 0;
    font-size: 1em;
    width: inherit;
    padding:0 5px;   
}

.selection fieldset
 {
	border: 2px solid #718CA1;
	border-radius: 5px;
	box-shadow: 2px 2px 6px -2px rgba(0,0,0,0.9);
    height: 100%;  
    padding: 10px;
    margin: 5px;
}

.selection
{
    margin: 15px 0;
}

.selection input[type="radio"]
{
  margin: 0px 6px;
  padding:1px 10px;  
 
}

.aspRadio {
	padding:5px 10px 5px 10px;
	margin:5px 10px 5px 10px;
	font-size:12px;
	font-weight:normal;
	}


#s-wrapper {
	max-width: 1000px;
	margin: 1%;
}

#s-form {
	display: flex;
	clear: both;
}



.s-output-table {
	margin: 20px;
	width: 90%;
}

.s-container {
 	 margin: 0.6% 0 0 8px;		
}

.nav-tabs {
    border-bottom: none;
}

.s-nav-left {
	/* background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%);	*/
	padding: 0 4px 10px 4px;
	
}

.s-menu-bar {	
	margin-top: 4px;
	font-size:90%;	
}
.s-menu-bar .nav>li>a {
    padding: 8px;
}

.s-menu-bar-grd {
	/* background: linear-gradient(to bottom, #ffffff 0%,#E5E5E5 100%);
	box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.28);	
	margin: 0 -4px;*/
		
}
.s-menu-bar .nav>li>a:hover {
    background-color: #fff !important;
	border-bottom: 1px solid #000;
}

ul.nav.nav-tabs.navbar-right {
    background: linear-gradient(to bottom, rgba(255,255,255,1) 30%,rgba(255,255,255,0.6) 100%);
    border-radius: 4px 4px 0 0;
}

.s-item  {
	padding: 2px 8px;
	border: none;
}

.panel-primary>.panel-heading {
	border-bottom: 3px solid #F0AD0E; /*orange*/
	padding: 4px;
	text-indent: 5px;

}

.shdw {	
	box-shadow: -1px 2px 4px -1px rgba(0,0,0,0.42);
	padding-bottom: 3%;	
}

a.s-item:hover {
	color: red;
	background: none;
	border: none;
}

a.s-item:active,a.s-item:focus {
	background: none; 
	text-decoration: underline;
	border: none;
}

.glyphicon-new-window {
	font-size: 0.72em;	
	color: #337ab7;
}

.setup-defaults-table {
	border: 0;
	height: 100%;
	min-width: 620px;
	margin: 8px 0 0 20px;
}


.add-new {
	outline: 1px solid #718CA1;
	margin: 16px 0;
	padding: 8px;	
	width: 98.6%;
}

.s-wrapper {
	margin: 25px 0 2% 20px;
}

/**********************************************
Top drop-down Menu
**********************************************/

 #navCell
    {
        clear: both;
        font-family: "Lucida Grande",Verdana,Arial,sans-serif;
        font-size: 13px;
    }

    #navCell
    {
        clear: both;
        width: 100%;
    }



        #navCell a span
        {

            font-weight: bold;

        }

        #navCell li.nlcSub span
        {
            font-weight: normal;

        }

        #navCell a:hover span, #navCell li.navTabOn a span
        {

        }


    .s0 ul
    {
        display: none;
    }

    .s0 li:hover > ul
    {
        display: block;
    }

    .s0 ul
    {
        position: absolute;
        left: -1px;
        top: 0px;
        text-align: left;
    }

        .s0 ul ul
        {
            position: absolute;
            left: 100%;
            top: -1px;
        }

    .s0
    {
        display: block;
    }

        .s0 li
        {
            display: block;
            font-size: 11px;
        }

        .s0 > li, .s0 > li > a, .s0 > li > a:hover, .s0 > li > a > span
        {
            border-radius: 5px 5px 0 0;
        }

        .s0 a
        {
            display: block;
        }

        .s0 li:hover
        {
            position: relative;
        }

        .s0 li a:hover
        {
            position: relative;
        }

        .s0 a:hover ul, .s0 a:hover a:hover ul
        {
            display: block;
        }

            .s0 a:hover ul ul
            {
                display: none;
            }

        .s0 > li
        {
            float: left;
            margin-right: 1px;
        }

            .s0 > li > a
            {
                display: block;
            }

                .s0 > li > a > span
                {
                    padding: 5px 7px 4px 7px;
                    line-height: 25px;
                }

    .s1
    {

        width: 180px;
        z-index: 1009;
    }

        .s1 li
        {
            border-right: 1px solid gray;
            border-left: 1px solid gray;
            border-bottom: 1px solid gray;
        }

        .s1 b.arr
        {
            float: right;
            font-weight: normal;
            padding-right: 10px;
        }

    .s2
    {
        width: 300px;
        border: 1px solid gray;
    }

    .s1 a
    {
        display: block;
        padding: 5px 0 5px 10px !important;
        background: #EFE !important;
        height: 1%;
    }

        .s1 a:hover
        {
            background: #DFD !important;
        }

    .s1 .separator
    {
        line-height: 1px;
        font-size: 0;
        border-bottom: 1px solid gray;
        height: 0;
        overflow: hidden;
    }

    div.pinstripe
    {
        clear: both;
        font-size: 0;
        line-height: 0;
        height: 4px;
        background-color: #68c;
    }

    #subnav
    {
        background-color: #def;
        color: #9bf;
        height: 25px;
        padding: 0 37px;
    }

        #subnav ul li
        {
            float: left;
            padding: 5px;
        }

        #subnav ul.messageError li
        {
            clear: left;
        }

        #subnav ul li.subnavBack
        {
            float: right;
        }

        #subnav ul li.subnavOn
        {
            background-color: #8ae;
        }

            #subnav ul li.subnavOn a
            {
                color: #fff;
            }

        #subnav ul.subnavReports li
        {
            padding: 5px 2px 5px 2px;
        }

            #subnav ul.subnavReports li.subnavBack
            {
                padding-right: 5px;
            }
/**********************************************
MAINMENU
**********************************************/	

.sm-btn a {
   border-radius: 3px;
  background: #3e779d;
  padding:1px 4px;
  color: white;
  text-decoration: none;
  font-size: 11px;
 font-family: "Trebuchet MS","Lucida Grande";
 display: table-cell;

}

.sm-btn a:hover {
  background: #376b8d; 
}

#s-container-main {
	margin-top: 4px;
}

.main-menu {
	margin-bottom: 9px;
}

.gutter-10.row {
  margin-right: -5px;
  margin-left: -5px;
}
.gutter-10 > [class^="col-"], .gutter-10 > [class^=" col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.thin-green {
	border: 1px solid #B2D8B2;
	margin-top: 5px;
	padding: 5px;
}


/*Search Contracts and Projects*/
#s-tbl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  /*background-color: #F3F7F3; */
  padding-top: 6px;
}

#s-tbl .col {
  flex: 1;
  -ms-flex: 1;
  
  overflow: hidden;
  margin: 3px;
  
}

.s-head {
  color: #848484;
  font-family: Verdana, sans-serif;
  font-size:12px;
  margin-bottom: 2px;
}
.left-bottom-border{
	border-bottom: 1px solid #b2b2b2;
	text-align: left;
}

.s-value {
  background: #;
}

.s-panel {
	padding: 2px;
	text-indent: 10px;	
	background: #fff !important;
}

.s-panel h5 a {
    color: #C08B0C;
	font-weight: bold;	
}

.WBHead a {
    color: #C08B0C;
	font-weight: bold;
}

.WBHead a:hover {
	text-decoration: none;
}


.panel-default>.panel-heading:hover {
    background: #;
}
.panel-default>.panel-heading a:hover {
	text-decoration: none;
	
}


#all-buttons {
	margin: 10px 0;
	white-space: nowrap;
	display: flex;

}
#all-buttons a {
	color: #fff;
	margin: 0 2px;
	background-color:#3e779d;
	padding: 0 8px;
	font-size: 11px;
	font-family: "Trebuchet MS","Lucida Grande";
}

#all-buttons a:hover {
  background: #376b8d; 
  text-decoration: none;
}

div#panelShowSearchData {
    padding: 0 4px;
}

/*GLYPHICONS Left Menu */
.menu-glyphs span.glyphicon.glyphicon-question-sign {
    float: right;
    margin: -35px 0;
	font-size: 0.8em;
}

.menu-glyphs span.glyphicon.glyphicon-print {
    float: right;
    margin-top: -35px;
    margin-right: 16px;
    font-size: 0.8em;
}

.menu-glyphs span.glyphicon.glyphicon-envelope{
    float: right;
    margin-top: -35px;
    margin-right: 33px;
    font-size: 0.8em;
}

div#RadAjaxPanel9 {
    font-size: 12px;
}

/****** RadTAB  ********/

.RadTabStrip .rtsIn, .RadTabStripVertical .rtsIn {
    padding:0 1px;
}
.RadTabStrip .rtsOut, .RadTabStripVertical .rtsOut {
    padding:0 1px;   
}
.RadTabStrip .rtsLink, .RadTabStripVertical .rtsLink {
    padding:0 1px;
}
.RadTabStrip .rtsLevel1 .rtsTxt, .RadTabStripVertical .rtsLevel1 .rtsTxt {
    padding:0 1px;
}

/* **** show all projects *****/

.l30More {
    white-space: nowrap;
    margin-top: 7px;
    border-bottom: #DDD 1px solid;
    font-size: 11px;
}

#accordion [id^="RadAjaxPanel"] a {
    font-size: 11px;
}
/* End RadTAB*/


span.glyphicon{
    padding-right: 5px;
}

/* Mylar library*/


#wrap-btns {
	background: #cce5cc;
	width: 980px;
	margin: 10px 0;
	display: flex;
	justify-content: space-around;
	padding: 4px 0;
	
}


/**********************************************
General Info
**********************************************/	

.gen-info fieldset
{
	border: 1px solid #BBB;
	padding: 5px 5px 5px 25px;
	margin: 4px 0;
}
.gen-info fieldset p
{
	padding: 0;
	margin: 0;
}
.gen-info legend
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background-color: #090;
	border: 3px solid #090;
	border-radius: 3px;
	padding: 4px 8px;
	width: 160px;
}

/******** Dashboard ************/

.DashHead
		{
		font-size: 13px;
		padding: 4px 10px 4px 25px;
		background-color:#00A;
		color:#FFF; 
		
	
		}

.DashSubHead
		{
		font-size: 12px;
		background-color:#669;
		color:#FFF; 
		
		padding:5px 5px 3px 5px;
		}

.DashTimeGroup
		{
		border-right:#CCC 1px solid;
		font-size:11px;
		
		}
		
.DashLabel
		{
		text-align:right;
		padding-right: 3px;
		font-size:10px;
		}


/**********************************************
Tracking
**********************************************/	
		
		
#floatMenu .nav>li>a {
    padding: 3px 5px 3px 0;
	
}

.spacer {
	margin:15px 0;
}
.TrackLabel {
	color:#666;
	}

symbol.lab-icons {
    font-size: 13px;
    vertical-align: top;
    background: #FFF;
	padding: 0 2px;
}
input[id^=Dev] {
     margin: 1 5px; 
}


.lblHead {
	color:#EEE;
	font-size:12px;
	vertical-align:text-top;
	}

/**********************************************
Letters
**********************************************/	
.docsection li {
    list-style: none;
	text-align: left;
	padding-left: 40px;
    text-indent: -25px;
	padding-right: 5%;
	line-height: 20px;

}

.except li {
	padding-left:140px;
}

.docsection {
    padding-top: 5px;
}

.secnumber {
	float: left;
}

.printdoc label {
	margin-bottom: 5px;
	font-weight: normal;
}

label[for=chk1b]
{
margin-left: 30px;
}

/**********************************************
Documents
**********************************************/	

.doc-grid {
  display: flex;
}
.doc-col-left {
  width: 252px;
  margin-right: 5px;
}

.doc-top {
	width:100%;
	margin-bottom: 5px;
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(201,201,201,0.85) 100%); 
    border-bottom: 1px solid #000060;
	padding: 2px;
}
.doc-col-right {
	width: 100%;
	margin-left: 5px;
	overflow-x: hidden;
  
}

.doc-btns {
	margin: 8px;	
}

.doc-btns .btn {
	margin: 8px 0;
}

.doc-iframe {
	border: 1px solid #eee;
	height: 92%;
}

td.Functions {
    padding-left: 5px;
}

.list-doc-header{
	font-size:13px;
	
	border-bottom: 1px solid #666;
	padding: 2px 0 6px 0; 
	background: #000088;
	color: #fff;
	
}
.list-doc-header i {
	color: #fff;
	font-size: 11px;
	margin-right: 5px;		
}

.doc-col-left .glyphicon {
	margin-left: 5px;
}


/* clock bar ******************/


.clockbar  {
		font-size:13px;
		
		cursor:help;
		color:#420;
		letter-spacing:.05em;
		padding-top: -5px;
		padding-left:5px;
		padding-bottom:5px;
		display: block;
		font-weight:500;
		/*border:#F99 1 px solid;*/
		
		}

.clockBar2nd {
		font-size:11px;
		cursor:help;
		/* text-shadow: 2px 1px #FFFFFF; */
		color:#530;
		letter-spacing:.05em;
		padding-top: 23px;
		

		}
.clockBar3rd {
		font-size:11px;
		cursor:help;
		color:#630;
		letter-spacing:.05em;
		padding-top: -12px;
		padding-left:5px;
		font-weight:400;
		
		}
		
.clockLabel {
	padding:2px 0px;
	font-size:16px;
	color:#777;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	position:relative;
	
	
	}




/****Buttons ****/



.actbutton {
	
    transition-duration: 0.6s;
	background-color:#009933;
	color:#FFF;
	padding:5px 8px;
	border-width:0px;
	border-radius:2px;
	font-size:12px;
}

	.actbutton:hover {
    	background-color: #4CAF50;
    	color: white;
		}
	.actbutton:link {
    	color: white;
		}
	.actbutton:visited {
    	color: white;
		}

.pageActButton {
	
    transition-duration: 0.6s;
	background-color:#24C;
	color:#FFF;
	padding:5px 8px;
	border-width:0px;
	height:18px;
	font-style:normal;
	font-size:12px;
	cursor:pointer;
	border-radius:2px;
}

.pageActButton:hover {
	background-color:#3399FF;
    /*background-color: #039;*/
	color:#FFF;
	text-decoration:none;
}
	.pageActButton:link {
    	color: #FFF;
		}
	.pageActButton:visited {
    	color: #FFF;
		}
.pageActBtnSm {
	
    transition-duration: 0.6s;
	background-color:#24C;
	color:#FFF;
	padding:4px;
	border-width:0px;
	font-style:normal;
	font-size:11px;
	cursor:pointer;
	border-radius:2px;
}

.pageActBtnSm:hover {
    background-color: #03F;
	color:#FFF;
	text-decoration:none;
}
	.pageActBtnSm:link {
    	color: #FFF;
		}
	.pageActBtnSm:visited {
    	color: #FFF;
		}
		
.incompleteButton {

    transition-duration: 0.4s;
	background-color:#F70;
	color:#FFFFFF;
	padding:4px 5px;
	border-width:0px;
	border-radius:2px;`
}

.incompleteButton:hover {
	transition-duration: 0.5s;
    background-color: #F30;
    color: white;
	cursor:pointer;
}

	.incompleteButton:link {
    	color: #FFF;
		}
	.incompleteButton:visited {
    	color: #FFF;
		}

.StopButton {

    transition-duration: 0.4s;
	background-color:#F11;
	color:#FFFFFF;
	padding:4px 5px;
	border-width:0px;
	border-radius:2px;`
}

.StopButton:hover {
	transition-duration: 0.5s;
    background-color: #F33;
    color: white;
	cursor:pointer;
}

	.StopButton:link {
    	color: #FFF;
		}
	.StopButton:visited {
    	color: #FFF;
		}
		
.SecdButton {

    transition-duration: 0.4s;
	/* background-image: linear-gradient(0deg, #DDD 2%, #EEF 40%); */
	background-color: #EEE;
	color:#777;
	padding:2px 5px;
	border-width:0px;
	border-radius:2px;
	font-size:80%;
}

.SecdButton:hover {
	transition-duration: 0.5s;
    background-color: #F33;
    color:#FFF;
	text-decoration:none;
	cursor:pointer;
}

	.SecdButton:link {
    	color: #777;
		}
	.SecdButton:visited {
    	color: #777;
		}
		

/*  Action Button */

.Tbutton
	 {    

	display: inline-block;
	zoom: 1;   
	line-height: normal;  
	white-space: nowrap;    
	vertical-align: middle;   
	/*  */
	cursor: pointer;
	user-select: none; 
	box-sizing: border-box;
	font-family: inherit;
	font-size: 100%;
	padding: 1px 5px; 
	color: #778;
	border: 1px solid #DDE; 
	background-image: linear-gradient(0deg, #DDD 10%, #EEF 40%, #FFF);	
	text-decoration: none;
	border-radius: 3px;	
}


.Tbutton-hover,.Tbutton:hover,.Tbutton:focus 
	{
	background-image: linear-gradient(0deg, #DDE 30%, #EEF 60%, #FFF);
	color:#300;
	text-decoration: none;
	Cursor: pointer;
	
	}

.Tbutton:focus 
	{
	outline: 0;	
}

.Tbutton-active,.Tbutton:active 
	{
	box-shadow: 0 0 0 1px rgba(0,0,0, 0.15) inset, 0 0 6px rgba(0,0,0, 0.20) inset;
	border-color: #000\9;
}
.Tbutton[disabled],.Tbutton-disabled,.Tbutton-disabled:hover,.Tbutton-disabled:focus,.Tbutton-disabled:active 
	{
	border: none;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	filter: alpha(opacity=40);
	opacity: 0.40;
	cursor: not-allowed;
	box-shadow: none;
}
.Tbutton-hidden 
	{
	display: none;
	}

/* End action button */

/***** buttons **/



/****  input boxes ***/
input.inBtn {
	Background-color: #f0dcc8;
	Border-color: #000066;
	Border-size: 1px solid;
	}
.flatboxIn
{
	height: 24px;
	font-size: 13px;
	border: 1px solid #bdc6d9;
	color: #030;
	padding-left: 5px;
	padding-right: 3px;
}

.flatboxReqd
{
	height: 24px;
	font-size: 13px;
	border: 1px solid #bdc6d9;
	color: #F00;
	padding-left: 5px;
	padding-right: 3px;
}

.flatboxDate
{
  height:19px;
  font-size:11px;
  border:1px solid #003399;
  color:#333333;
  padding-left: 3px;
  padding-right: 1px;
  width:65px;

}



/*** V4  User input box ****/
.flatBox2
	{
	background-color:#EEF;
	height: 24px;
	font-size: 12px;
	border: 1px solid #FFF;
	color: #003300;
	padding-left: 3px;
	padding-right: 3px;
	
	}
.inputLeft
	{
	text-align:left;
	align:left;
	Padding:3px 0px 3px 10px;
	}
	.inputLeft td {align:left;}

A.clsGO
	{
	/* border:#CCC 1px solid; */
	Align: absmiddle;
	cursor:pointer;
	
	background-color:#EEE; 
	padding:2px 7px 3px 7px;
	border:#666 1px solid;
	font-size:13px;
	}
	
A.TrackBtn
	{
	/* border:#CCC 1px solid; */
	Align: absmiddle;
	cursor:pointer;
	
	background-color:#EEE; 
	padding:2px 7px 3px 7px;
	border:#CCC 1px solid;
	font-size:11px;
	}


TrackBtn:hover {
    cursor:hand;
}

/***  Lab Request Forms ***/

.ReqHead {
	color:#FFF;
	background-color:#006633;
	font-size:16px;
	font-variant: small-caps;
	padding:5px 0px;
	border-width:1px;
	border-radius:2px;
	
	
}

.ReqSection {
	color:#FFF;
	background-color:#686;
	font-size:13px;
	font-variant: small-caps;
	padding:5px;
	page-break-inside:avoid;
}

	
/** Notes and Alerts ***/


/***  Grids ***/

.GridSm {
	padding:2px 3px 2px 5px;
	}
	
	.divstyle{
 position:absolute;
 border:2px groove lightgray;
 width:350px;
 top:0;
 left:0;
}

.pstyletitle {
 position:relative;
 background-color:#000066;
 color: #fff;
 font-size:11px;
 font-family:verdana;
}

.pstylebody {
 position:relative;
 background-color:#f0f0f0;
 font-size:11px;
 font-family:Verdana,Arial;
 color:#000033;
 padding: 3px;
}

.clsSeeNot { 
 display:none;
}
.clsSee {
 display: block;
}
.message {
	background:#F00;
     font-size:11px;
     font-family:Verdana,Arial;
	color:#FFF;
	padding: 3px 20px 3px 20px;

	}
	
	/**** Lab Tracking screen ****/

	
.LabHead {
	background-color:#696;
	Color: #FFF;
	font-size: 11px;
	letter-spacing:1px;
	height:22px;
	border-radius: 7px 7px 0px 0px; 
	font-variant: small-caps;
	padding:5px 0px 3px 8px;
	}
.labHeadBorder {
	border-bottom:#080 1px solid;
	}

.OutLabHead {

	Color: #FFF;
	/* background:#FFCC66;*/
	background-color:#66AA66;
	}
.LabHeadBtm {
	padding: 3px; 
	/*border-top: #CCCCCC 2px solid; 
	border-bottom: #CCCCCC 2px solid; */
	
	}
			
.LabHeadRight {
	border-bottom:#13A92F 1px solid;
	background: #FFF;
	Color: 333333;
	font-size: 11px;
	align:right;
	padding-right:20px;
	}
	
.LabTable
	{
	padding:3px;
	}
.Deviation {
	Color: FF0000;
	font-size: 9px;
	align:right;
	}
.Accepted {
	Color: 00FF00;
	font-size: 9px;
	align:right;
	}
	
.LabSubHead {
	BORDER-TOP:#DDD 1px solid; 
	border-bottom:#EEEEEE 1px solid;
	background: #e1f1e4;
	Color: 333333;
	font-size: 11px;
	}

.contractNo {
	background:#C7E1FB;
     font-size:11px;
	font-weight:600;
     font-family:Verdana,Arial;
	color:#000000;
	padding: 3px;
	}
.DateSeq {
	background: #000066;
	height:18px;
	width:auto;
	border:#333 1px solid;
	padding-left:2px;
	padding-right:2px;
	padding-top:2px;
	font-size: 10px;
	color: #FFF;
	cursor: pointer;
	}		


.TableHeader, TH {
	background: #039;
	height:22px;
	width:auto;
	border:0;
	padding:4px;
	font-size: 14px;
	color: #FFF;
	font-weight: 600;

	letter-spacing:2px;
	}


/* main menu left side column */


* {
    box-sizing: border-box;
}
.row:after {
    content: "";
    clear: both;
    display: block;
}


/**********************************************
 WRAPPER
**********************************************/

#wrapper {
 position: relative;
 width: 900px;
}

#wrapper .inner {
 position: relative;
 margin: 10px 0;
}

#wrapper .inner p {
 margin: 0 0 20px 0;
}

#content {
 position: relative;
 margin: 0 0 0 190px ;
}







/**********************************************
 LEFT NAV
**********************************************/

#leftCol {
 position: relative;
 float: left;
 margin: 0; 
 border-right: 2px solid #ddd;
/* border-top: 6px solid #ddd;*/
 text-align: right;
 padding-top: 0;
 width: 170px;
}

#leftCol ul {
 list-style: none;
 margin: 10px 10px 0 0; 
 font-size: 10px;
 text-align: right;
}

#leftCol ul li {
 padding-bottom: 5px;
}

#leftCol h2 {
 font-size: 12px;
 margin: 0;
 padding: 3px 20px 3px 0;
 background-color: #090;
 color: #FFF;
}

/**********************************************
 FOOTER
**********************************************/

#footer {
	position: relative;
	border-top: 2px solid #ddd;
	padding-top: 10px;
	margin-top: 20px;
	width: 100%;
	
	left: 4px;
	top: 331px;


}

.RptGrid {
padding-left: 5px 0px 0px 0px;
}



/**************************
Fieldset and Legend
***************************/
fieldset
{
	border: 1px solid #BBB;
	padding: 5px 5px 5px 25px;
	margin: 4px 0;
}
fieldset p
{
	padding: 0 0 0 0;
	margin: 0;
}
legend
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 500;
	character-spacing:1.5em;
	font-size: 12px;
	color: #fff;
	background-color: #090;
	border: 3px solid #090;
	border-radius:.5em;
	padding: 4px 8px;
}

/**************************
Overview with LIGHT GREEN CELL BACKGROUND
***************************/
.OverView
	{
		Background-COLOR:#f0f4f0;
		Color:#333;
		padding:3px 15px 3px 0px;
		}
		
/*********** Overview end **************/

/**** Realtime update pane *****/
.Updated
	{
	
	color:#900;
	font-size:13px;
	padding:3px;
	/* Border:#CCC 2px dotted; */
	}
	
/*******  Tracking Screens **************/
/*****************************rwa 3/4/2015 *************/
	.TrackInfoCol  {
		color:#096;
		font-size: 11px;
		font-style: Italic;
		min-height:24px;
		text-align:right;

		}
		
	.TrackActCol  {
		color:#096;
		font-size: 11px;
		font-style: Italic;
		text-align: Right;
		padding: 0px 8px 0px 0px;
		width: 50px;
		min-height:24px;
		border:#EFE 1px solid;
		border-radius: 8px 0px 0px 0px;
		/* background-color:#696; */
		}
		
	.TrackLab {
		
		padding: 0px 3px 0px 10px;
		font-size:11px;
		font-family:Verdana,Arial;
		font-variant: small-caps;
		/*text-align:center;*/
		line-height: 22px;
		vertical-align:Bottom;
		border-top:#7BBD82 1px solid;
		border-right: #CCC 1px solid;
		border-right-style:groove ridge none none;
		border-radius: 5px 5px 0px 0px;
		/* Border-bottom:#060 5px solid;*/
		Border-bottom:#0A8 5px solid;
		background: linear-gradient(white, #BED1B1);
		color:#333;
		letter-spacing:.05em;
		}
	/**** 
	 .TrackLab:hover {
    	background: red;
		color:#FFF;
     	transition: width 2s height 1s;
	 }
	 ****/
	 
	

	.TrackLab2x {
		BORDER-TOP:#08a000 1px solid;
		border-bottom:#EEEEEE 0px solid;
		color: #FFFFFF;
		padding: 0px 3px 0px 10px;
		background:#066000;
		font-size:10px;
		line-height:10px;
	
	}
	.TrackFAM {
		font-family:Verdana,Arial;
		font-variant: small-caps;
		padding: 0px 3px 0px 10px;
		font-size:11px;
		line-height: 22px;
		vertical-align:bottom;
		 border-top:#FDCF75 1px solid;
		border-right: #CCC 1px solid;
		border-right-style:groove ridge none none;
		border-radius: 5px 5px 0px 0px;
		Border-bottom:#F95 5px solid; 
		background: linear-gradient(white, #FDCF75);   
		color:#555;
		letter-spacing:.05em;
		
}



	.TrackEng {
		font-family:Verdana,Arial;
		font-variant: small-caps;
		padding: 0px 3px 0px 3px;
		font-size:11px;
		line-height: 22px;
		vertical-align:bottom;
		border-top:#69F 1px solid; 
		border-radius: 8px 8px 0px 0px;
		border-right: #69F 1px solid;
		border-right-style:groove ridge none none;
		/* Border-bottom:#69F 5px solid; */
		Border-bottom:#87AADE 5px solid;
		
		
		
		/*background-color:#E6E6E6;*/
		color:#333;
		letter-spacing:.05em;
}
 /* Rad Date Picker button */ 
.StepBtn {
	/* width:30px;*/
	/* height:22px; */
	/*  background-color:#E0F4E0;  */
	color:#FFF;
	border:#FFF 1px solid;
	border-radius: 4px;
	font-size:12px;
	/*cursor:Pointer;*/
	padding:3px 8px;
	/* background-color:#F4F8F4; */
	background-color:#9AA5AB;
	/* background: linear-gradient( #9AA5AB,#CCCCCC); */ 


	
	
	}
	
	.StepBtn:hover {


	/*  background-color:#E0F4E0;  */
	color:#F00;
	/*cursor:Pointer;*/

	}
	
/* Rad Date Picket input */


.RIE {
    position:relative;left:-8px; 
	Width:20px;
	margin:-4px 0px 0px -10px;
	border:#FF3300 1px solid;
	background-color:#006633;
	color:#FF9933;
	 border-left:#FFF;
}
.TDEN {
    /* postion:relative;top:-5px;left:-8px;  */ 
	Width:10px;
	/* margin:-4px 0px 0px -10px;  */
	border:#006600 1px solid;
	background-color:Blue;
	color:#FF0000;
	/* border-left:#FFF; */ 
}


	.TrackStatus
		{		
		padding: 8px 5px 1px 5px;
		font-size: 10px;
		background-color:#F9F9F9; 
		text-align:center;
		}
	.TrackStatus TD {
		border-bottom: #F0F0F0 1px solid;
		}
		.TrackClock
		{
		background-color:#F6F8F6;
		font-size: 10px;
		}
	.TrackClock TD {
		border-bottom: #CCC 1px solid; 
		align-vertical: bottom;
		}
	.ProcessRow
		{
		padding: 1px 5px 1px 5px;
		color:#333;
		 
		vertical-align:Top;

		/* border-bottom: #999 1px solid;*/
		}
	.ProcessRowLab
		{
		padding: 1px 5px 1px 5px;
		color:#333;
		 
		
		/*background:url("/_Img/Tracking/green-line-back.gif");*/

		}

/****** Clock bars and Flags **********/

	/* .LegendGate1 {
		height: 12px;
		font-size:11px;
		Background-color:#FC0;
		border:0px;
		position:relative;
		left:21%;
		top: 23px;
		width:90px;
		Height:18px;
		border-radius:45px/6px;
		padding-bottom:3px;	
		color:#FFF;
		
		}
		*/
		

		
	.CBGate1
		{
		}
		.CBG1Register
			{
			/* background-color:#696; */
			background-color:#A4D684;
			border-top:#FFF 2px solid;
			border-bottom:#FFF 2px solid;
			/* border-radius: 8px 0px 0px 0px; */
			font-size: 5px;
			}
		.CBG1FAMReview
			{
			/* background-color:#F60; */
			background-color:#F90;
			border-top:#FFF 2px solid;
			border-bottom:#FFF 2px solid;
			border-right: #F60 2px solid; 
			font-size: 5px;
			color: #F60;
			}
				.CBG1IncompPack
					{
					}
				.CBG1TP
					{
					/* background-color:#F60; */
					background-color:#69F;
					border-top:#FFF 2px solid;
					border-bottom:#FFF 1px solid;
					font-size: 5px;
					/* Background-color:#CB5151; */
					}
			
	/* .LegendGate2 {
		font-size:11px;
		Background-color:#060;
		border:0px;
		position:relative;
		left:6%;
		top: -1px;
		width:90px;
		Height:18px;
		border-radius:.5em .5em 0em 0em;
		padding-bottom:3px;
		color:#FFF;
		}
		*/
	.CBGate2
		{
		}
		.CBG2LabPrep
			{
			Background-color:#A4D684;
			border-top:#FFF 2px solid;
			border-bottom:#FFF 2px solid;
			/* Background-color:#446AE4; */
			}
				.CBG2LabPrepR2Eng
					{
					}
				.CBG2LabPrepDLAFunds
					{
					}
		.CBG2Lab
			{
			}
				.CBG2LabInLab
					{
					}
				.CBG2LabNDI
					{
					}
				.CBG2LabFFF
					{
					background-color:#F60;
					border-top:#FFF 2px solid;
					border-bottom:#FFF 2pX solid;
					
					}
		.CBG2LabReport
		
	.LegendGate3 {
		height: 12px;
		font-size:11px;
		Background-color:#D30;
		border:0px;
		color:#FFF;
		}
	.CBGate3
		{
		}
			.CBG3FAMRpt
				{
				}
			.CBG3EngRpt
	.Dispose
		{
		}
					
	
	

/*********Main menu bar *********/


#nav
{
	margin: 0 auto;
	 z-index:500;
}

nav {
	margin: 0px; 
	
    color: #FFF;
	/* color:#009;*/
    font-size: 11px;
		}


nav ul ul {
	display: none;
	text-align: Left;
}

nav ul li:hover > ul {
	display: block;
	border-radius: 5px; 
}


nav ul {
	/* background: #ffffff; */
	box-shadow: 0px 0px 2px rgba(0,0,0,0.15);
	padding: 0 1px; 
	list-style: none;
	position: relative;
	display: inline-table;
	
}
nav ul a:link {

	Border-right:#FFF 1px solid;
	color: #FFF; 

	}
nav ul a:visited {
	color: #FFF; 
	}
nav ul a:hover {
	color: #FCF;
	text-decoration: none;
	}

nav ul:after {
	content: "";
    clear: both;
    display: block;
}

nav ul li {
	color: #fff;
	float: left;
	text-align: Left;
}
nav ul li:hover {
	background: #0000cc;
	text-decoration: none;
}
nav ul li:hover a {
	color: #fff;
	}
		
nav ul li a {
	color: #FFF;
	display: block;
    padding: 0px 20px;
	text-decoration: none;
	z-index:inherit;
}
		
nav ul ul {
	background: #0000cc;
    padding: 0;
	position: absolute;
    top: 100%;
	text-align: Left;
	z-index: 1;

}
nav ul ul li {
	float: none; 
	border-top: 1px solid #6b727c;
	border-bottom: 1px solid #575f6a;
    position: relative;
	text-align: Left;
	padding: 5px 0px 5px 10x;
}
nav ul ul li a {
	padding: 10px 30px;
    color: #fff;
}	
nav ul ul li a:hover {
    background: #0000ee;
}
		
nav ul ul ul {
	position: absolute; left: 100%; top:0;
}


/********  Modality Label **********/

.ModLabel {
	
	color:#FFF;
	font-size:13px;
	padding:0px 10px 0px 8px;
	font-weight:600;
	character-spacing:0.5em;
	}


	

/**** Common use ******/

  /*** used for further explanation of a label **/
  .expand {
  	font-size:10px;
	color:#666666;
	font-style:italic;
	}
	
          .ActionTime {
            font-size:12px;
            color:gray;
        }
	
/******** Dashboard ************/

.DashHead
		{
		font-size: 13px;
		padding: 1px;
		background-color:#00A;
		color:#FFF; 
		
		}

.DashSubHead
		{
		font-size: 12px;
		padding: 1px;
		background-color:#669;
		color:#FFF; 
		
		}

.DashTimeGroup
		{
		border-right:#CCC 1px solid;
		font-size:11px;
		
		}
		
.DashLabel
		{
		text-align:right;
		padding-right: 3px;
		font-size:10px;
		}
	
/************* Controls ************/

/**** telerik ******/
.TImage {
	border:0px;
	}
	
/***** Psuedo Tabs ****/


.ptab {
	border:#009 1px solid;
	background-color:#FC6;
	Border-radius:0.3em 0.75em 0em 0em;
	padding:2px 10px 2px 10px;
	}
A.ptab:link { color: #006; text-decoration:none;}
A.ptab:active { text-decoration:italic;}
A.ptab:hover { color: #ff0000; text-decoration:underline;}




/********** TOOL TIPS *************************
***********************************************/

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    
    padding: 5px 0;
    border-radius: 6px;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
     z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}
	
/********* CSS Shapes ****************/
	
/* 	#circle20  {
    border-radius: 50%;
    background: #C30;
    padding: 1px; 
    width: 20px;
    height: 20px;
} 
*/
/* triangle*/
/*	.GateFlag {
  		width: 0; 
  		height: 0; 
  		border-top: 10px solid transparent;
  		border-bottom: 10px solid transparent;
  		border-left: 10px solid #C30;
}

*/

	
	/********* Estimated Test Cost *****/
	
	.calcu {
		padding:0px 0px 0px 5px;
		color:#454;
		font-size:12px;
	}
	.CostCol {
		text-align:right;
		padding-right:8px;
		color:#004400;
		/*font-size:13px;*/
		}
		
		/*********** TEST PLAN **************/

.SectTitle {
	padding: 5px 5px 5px 10px;
	font-variant: small-caps;
	font-size:13px;
	background-color: #445; 
	color: #FFF;
	}
	.TPTestItem {
		padding:5px 0px 3px 8px;
		color:#343;
		border-bottom:#09F 2px solid;
		font-size:12px;
		}
	.TPAttribLbl {
		padding:1px 5px 1px 0px;
		text-align:right;
		color:#222;
		}
	.TPAttVA {
		padding:1px 5px 1px 0px;
		text-align:right;
		/* font-weight:600; */
		Color:#444;
		border-right:#CCC 1px solid;
		}
	 
	.TPNum {
		background-color:#F00;
		color:#FFF;
		width:24px;
		height:24px;
		font-size:11pt;
		
		padding:3px 6px;
		}
		
	.TPMatHead {
		font-family:Verdana,Arial;
		font-variant: small-caps;
		padding:10px 0px 0px 0px;;
		font-size:13px;
		line-height: 20px;
		Border-bottom:#87AADE 5px solid;	
		}
		
	.TPNote {
	font-style: italic;
	text-decoration:underline;
	}
	
	.TPSeq {
		padding:2px 5px;
		background-color:#696;
		color:#FFF;
		}
		
		
		
		/***** Hide/ Show Content ***/
		
		.showmenot {
            display: none;
        }
        .showme {
            display:block;
        }
		
	
	/****** Reports ************/
	
	.TrackerTop  {
		font-size:9px;
		transform: rotate(90deg);
		}
		
		/*** hide elements upon print ***/
    .BdrRight {
        border-right:#CCC 2px solid;
    }


/*******   *****/


