body{
    font-family: Arial;
    font-size: small;    
    color: #222222;
    background-color: #f1f5da;
    margin: 0px;
}

a:link {
    color: #e25812;
    text-decoration:none;
    font-weight:bold;
}

/* visited link */
a:visited {
    color: #00FF00;
}

/* mouse over link */
a:hover {
    color: #FF00FF;
}

/* selected link */
a:active {
    color: #0000FF;
}

#head{
    float: left;
    width: 400px;
    margin: 8px;
}

.userblock{
    float:right;
    width: 400px;
    white-space: nowrap;
    margin: 8px;
    padding-right:2px;    
}

#login {
    float: right;    
    padding-right: 4px; 
}

#user{
    float:right;
    padding-right: 4px; 
}

#isLocked{
    float:right;
    padding-right: 4px;
    color: #666666;
}

#header{
    float: left;
    font-size: x-large;
    font-weight: bold;
}

button{
    cursor: pointer;
    background-color: #eaf4b1;
}

button:hover{
    cursor: pointer;
    background-color: #d7e1a3;
}

#print{
    float:right;
    padding-left:3px;
    cursor: pointer;
}

.status{
    float: left;
    font-size: xx-small;
    font-weight: bold;
}

#pdp{
    padding-bottom: 10px;
    float: left;
    font-size: large;
    font-weight: bold;
}

#projectSelect{
    width: 340px;
}

@media print {
    #newProj {
        display: none;
    }
    #cobieIR {
        display: none;
    }
    #projXML {
        display: none;
    }
    #login {
        display: none;    
    }
    #isLocked {
        display: none;    
    }
    #print {
        display: none;    
    }
    .pcontrol{
        visibility: hidden;
        display:none;
    }
    #projSelect {
        display: none;    
    }
    #projectSearch {
        display: none;    
    }
    #startup {
        display: none;    
    }
    thead {
        display: table-header-group;
    }
}

#wrap{
    clear:  both;
    display: none;
}

#projects{
    float: left;
    font-weight: bold;
}

#filter{
    padding-left: 10px; 
    padding-top: 50px;
    font-weight: bold;
    display: none;
    margin: 8px;
}

.xpc{
    position: relative;
    display: inline-block;
    padding-left:8px;
    padding-right:16px;
    cursor:pointer;
}
.xpc:hover{
    //height: 20px;
    //background-color: #eaf4b1;
}
.pcontrol{
    float:right;
    margin-right: 2px;
    visibility: hidden;
    padding:8px;
    float: left;
    font-weight: bold;
}
.menimg{
    padding-left:8px;
    padding-right:16px;
    width:10px;
    height:10px;
}

ul.menu {
    display: none;
    position: absolute;
    list-style: none;
    padding: 0px;
    margin: 0px;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 4;
}

ul.menu li {
    display: block;
    position: relative;
    white-space: nowrap;
    padding: 4px;
    font-weight: bold;
}

ul.menu li a {
    display: block;
    padding: 2px 2px 2px 2px;
    text-decoration: none;
    white-space: nowrap;
    color: #333;                   
}

ul.menu li a:hover {
    background: #eee;
    background-color: #eaf4b1;
}


.listSelect{
    background-color: #f1f5da;
    padding: 2px;
}
.listSelect:hover{
    background-color: #eaf4b1;
    padding: 2px;
    cursor: pointer;
}
.listBox{
    height: 260px;
    overflow-y: scroll;
}

table{
    border-collapse:collapse;
    width: 100%;
    border: 4px;
}

td{
    border: 1px solid #ffffff;
}

.plq{
    display: none;
    background-image: url(images/plq.png);
    background-repeat: no-repeat;
    cursor:pointer;
    position: absolute; 
    //width:11px;
    width:95px;
    height:19px;
    top: 66px; 
    //left: 78px; 
    left: 3px; 
    z-index: 2;
    font-size: 1.4em;
    color:#aaaaaa;
    padding: 9px;
    padding-left: 76px;
}

.hideSection{
    padding-left:8px;
    width:10px;
    height:10px;
    pointer:cursor;    
}

.deliverable{
    display: block;
    text-indent:60px;
}

thead{
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

thead.sticky {
    position: fixed;
    top: 0px;
    width:100%;
}

thead tr{
    text-align: left;
    vertical-align: middle;
    background-color: #eaf4b1;
    font-weight: bold;
}

.ptitle{
    vertical-align: top;
    font-weight: bold;
    font-size: x-small;
    width: 524px;
    //width:  100%; 
    cursor: pointer;
}

#scope{
    cursor: pointer;
    font-size: 8pt; 
    text-align: left;    
}

.dnote{
    cursor: pointer;
    font-size: 8pt; 
    text-align: left;    
}

#deliverables td:hover {
    border-color:   #999999;
}

.ptitle td {
    border: 0px solid #f1f5da;
}

.pow{
    vertical-align: top;
    font-weight: bold;
    font-size: x-small;
    width: 100%; 
}

.pow td {
    border: 0px solid #f1f5da;
}

#pref{
    font-size: x-large;
}

#ptitle{
    font-size: medium;
}

#ptemplate{
    font-size: medium;
}

#pfacility{
    font-size: small;
}

#pmanager{
    font-size: small;
}

.stage_pow{
  font-size: medium; 
}

.stage_title{
  text-align:center;
  cursor: pointer;
}

.stage_prog{
  text-align:center;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.proj_info_man{
  text-align:center;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.stage_stat{
  text-align:center;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.stage_img{
    width: 100px;
    height: 100px;
}

.stage_cd{
    color:#666666;
    position:absolute;
    top:4px;
    left:4px;
    z-index:3;
}

.stage_txt{
    color:#666666;
    position:absolute;
    top:20px;
    left:4px;
    z-index:3;
    font-size:112%;
}

tr{
  background-color: #eeeeee;
}

tr.row_detail{
    display: none;
}

.toprow-firstcol{
    width: 100%;;
}

.section{
    display: block;
    font-size: larger; 
    font-weight: bold;
}

.setitle{
    font-size: larger; 
    font-weight: bold;
    cursor: pointer;
}

.header{
    height: 30px;
    background-color: #d7e1a3;
    
}

.drow{
    background-color: #f2f9c7;
    cursor: pointer;
    //border-top: thin solid #d7e1a3;
    border-top: 1px solid #333;
}

.crow{
    background-color: #eeeeee;
    background-color: #fefefe;
    font-size: 10pt; 
    text-align: left;
    cursor: pointer;    
}

.irow{
    background-color: #fefefe;
    font-size: 10pt; 
    text-align: center;
    cursor: pointer;
}

.bold{
    text-align: center;
    font-weight: bold;        
}

.dref{
    text-align: center;
    font-weight: bold;    
    cursor: pointer;
    width: 46px;
}

.highlight{
    background-color:#d7e1a3;
    border-color: #cbe159;
}

.ref{
    width: 46px;
}

.item{
    width: 291px;
}

.dtitle{
    width: 291px;
    font-weight: bold;    
    cursor: pointer;
}

.native_file{
    width: 28px;
    text-align:center;    
    cursor: pointer;
}

.assurance{
    width: 28px;
    text-align:center;    
    cursor: pointer;
}
.capability{
    width: 29px;
    text-align:center;    
    cursor: pointer;
}
.open_format{
    width: 33px;
    text-align:center;    
    cursor: pointer;
}

.file_type{
    width: 52px;
    text-align:center;
    cursor: pointer;
}

.dstage{
    width: 103px;
    font-size: small;
    cursor: pointer;
    vertical-align: text-top;
}

.role{
  font-size: small;
  float:left;
  padding-left: 4px;
}

.lod{
  font-size: small;
  float: right;    
  padding-right: 4px;
}

#role{
  float:left;
  padding-left: 4px;
}

#lod{
  float: right;    
  padding-right: 4px;
}

.mask{
  text-align:center;
  font-size: 6pt;    
  display: none;
}

.rag{
  width:10px;
  height:10px;
  float:left;
  padding-top: 3px;
}

.select{
  width: 20px;  
}

#edForm{
  display: none;
  background-color: #f1f5da;
}

div#edForm input[type=text]{
    width:400px;
    display:block;
    border: 1px solid #999;
    height: 25px;
    padding-left:3px;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

div#edForm select{
    width: 400px;
    display: block;
    border: 1px solid #999;
    height: 25px;
    padding-left:3px;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

.loginform {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D6E5F5;
    border-radius: 3px 3px 3px 3px;
    height: 360px;
    margin: auto;
    padding: 0;
    width: 460px;
    margin-top: 10px;
}

.loginform label{
    display: block;
    clear: both;
    margin-left: 20px;
    margin-top: 4px;
    margin-bottom: 4px;
    font-weight: 800;
}

.loginform input{
    display: block;
    clear: both;
    margin-left: 20px;
    margin-bottom: 10px;
}

.loginform input[type="text"] {
    border: 1px solid #CBC7C5;
    border-radius: 3px 3px 3px 3px;
    float: left;
    height: 30px;
    padding: 1px 1px 1px 3px;
    width: 250px;
}

.loginform input[type="password"] {
    border: 1px solid #CBC7C5;
    border-radius: 3px 3px 3px 3px;
    float: left;
    height: 30px;
    padding: 1px 1px 1px 3px;
    width: 250px;
}

.loginform .err{
    display: block;
    clear: both;
    margin-left: 20px;
    margin-top: 4px;
    font-weight: bold;
}

.loginform .loginhelp{
    display: block;
    clear: both;
    margin-left: 20px;
}

#startup{
    clear: both;
}