﻿/*--- UpdateProgress---*/

.modalPopup
{
    -moz-box-shadow: 10px 20px 50px #000000;
    -webkit-box-shadow: 10px 20px 50px #000000;
    box-shadow: 10px 20px 50px #000000;
    text-align: center;
    border-style: solid;
    border-width: 3px;
    border-color: #926411;
    background-color: #FFFFEF;
    width: 300px;
    height: 130px;
    display: table-cell;
    vertical-align: middle;
}
.modalProgressGreyBackground
{
    background: #CCCCCC;
    filter: alpha(opacity=60);
    opacity: 0.6;
}
.modalPopup *
{
    vertical-align: middle;
}
.modalPopup #loading
{
    font-size: medium;
    font-weight: bolder;
}
.modalPopup #ieHack
{
    height: 100%;
    display: inline-block;
}
.left_vert_tab
{
   /* background-image: url(images/vert_tab_bkg.png); */
       
}

.highlight
{
	background-color:Yellow;	
    color: Black;
    font-weight:800;
}

.PostIt
{
     background-image: url(images/Postit.jpg);	
     background-repeat: no-repeat;
     height: 170px;
}

.RedTextBold
{
	 color: Red;
	 font-weight:800;
}

.RedText
{
	 color: Red;
}

.GreenText
{
	 color: Green;
}

.GoldText
{
	color: #DAA520 ;
}

a.JumpLink:link
{
	/*border: solid 1px black;
	background-color: #DAA520;*/
	color: #DAA520;
    font-weight: bolder;
    font-style: italic;
    
}

/*a.JumpLink:link:hover
{
	 text-decoration: underline;
}*/

.TopLayerPanel
{
	/*background-color: #DAA520 ;*/
	border: 3px solid #DAA520;
}

.NonTopLayerPanel
{
	/*background-color: White;*/
}


.DynMenuItems
{
    z-index: 150;
}

.StatMenuItems
{
    z-index: 150;
}

.MenuItems
{
    z-index: 150;
}

.radioList input
{
 border: 0;
 cursor: pointer;
}

.checkboxes input
{
 border: 0;
 cursor: pointer;
}

.checkBoxListWrap 
{
	width: 500px;
}
                                     
.checkBoxListWrap tr td 
{
	 border: 1px solid black;
	 vertical-align: top;  
	 padding: 5px;
	 width: 33%;
}
      
.checkBoxListWrap input 
{
	 
}

.checkBoxListWrap label 
{ 
	 position: relative;
	 float:left;
	 margin-left: 25px;
	 top: -20px;
}


.ChkTopics input 
{

	float:left; 
	padding: 5px;

}

.ChkTopics label
{

	font: normal 11px/14px Verdana, Arial, Helvetica, sans-serif; color: #6a6a6a;

}



.IsRequirement
{
    color: Green;
}

.IsRequirement a:link,.IsRequirement a:visited,.IsRequirement a:active
{
    color: Green;
}

.IsNotRequirement
{
    /*color: Red;*/
    color: #999999;
}

.IsNotRequirement a:link,.IsNotRequirement a:visited,.IsNotRequirement a:active
{
    /*color: Red;*/
    color: #999999;
}

.IsRequirementBox
{
    height: 15px;
    width: 15px;
    background-color: Green;
}

.IsNotRequirementBox
{
    height: 15px;
    width: 15px;
    /*background-color: Red;*/
    background-color: #999999;
}


.NavPanel
{
	margin-left: 5px;	
}

.daypilot td
{
	vertical-align:bottom;
}
/*
fieldset { 
background-color: #CCCCCC; 
border: 1px solid #003366; 
position: relative; 
} 


legend { 
background-color: #FF0000; 
border: 1px solid #000000; 
line-height: 1.5em; 
position: relative; 
top: -0.75em; 
} 
*/



.MultiEvalHeader
{
    border: thin solid #808080;
    background-color: #808080;
    color: Aqua;
    width: 200px;   	
}