﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    /*background: #b6b7bc;
    background-color:#83B9B6;*/    
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    /*color: #696969;*/
    color:#172C47;
}



p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

a{
	color:#676767;
}

 a:hover{
	text-decoration:underline;
	color:Red;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
/**2015-08-28 Listgar**/
.spLine
{
    height:15px;
    background-color:#496077;
    }


.page
{
    /*width: 1002px;*/
     width:1024px;
    background-color: #fff;
    margin: 20px auto 0px auto;
   /* border: 1px solid #496077;*/
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    /*background: #4b6c9e;

   background-color:#364f72;*/
   background-color:White;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    /*color: #f9f9f9;*/
    color: #364f72;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
    background:#EFEFEF;/*#DFDEDE;#b6b7bc;*/
    border-radius: 5px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
    
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
   
}

.button_Login
{
     
    background-image: -webkit-linear-gradient(top, #a5b8da, #7089b3);
     background-image: -moz-linear-gradient(top, #a5b8da, #7089b3);
     background-image: -ms-linear-gradient(top, #a5b8da, #7089b3);
     background-image: -o-linear-gradient(top, #a5b8da, #7089b3);
     background-image: linear-gradient(to bottom, #a5b8da, #7089b3);
     
     border:1px solid #7d99ca;
      -webkit-border-radius: 3px; 
      -moz-border-radius: 3px;
      border-radius: 3px;
      color:#fff;
      font-weight:bold;
      padding:8px 15px;
      cursor:pointer;
 
    }

.mycur
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    /*padding: 10px;*/
    border: 1px solid red;
    padding-bottom:15px;
    
    }
    
.myold
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    /*padding: 10px;*/
    border: 1px solid red;
    padding-top:15px;    
    }    
    
    .textcolor
    {
        color:Green;
        font-weight:bold;
        border-color:lightGray;
        }
    .buttoncolor
    {
        color:#4b6c9e;
        font-weight:bold;
        }
    .divseperate
    {
        padding:5px 0px 2px 0px;
        }
        .ProjectTilte
        {
            color:Red;
            font-weight:bold;
            }
.tdprjinfo 
{
    color:#4B6C9E;
    }
    
    #divattaclist
    {
        border:1px solid #4B6C9E; 
        width:350px;
        }
        #divnotification
    {
        
        border:1px solid #4B6C9E; 
        /*width:350px;*/
        width:700px;
        height :90px;
        }
#invitelink
{
    color:#4B6C9E;
    text-decoration:underline; 
    font-weight:bold;   
    }
    
.linkproject
{
  color:#00BBBB;
  text-decoration: none;
    }
      
a:link, a:visited
{
   
    /*color:#4B6C9E;*/
text-decoration: none;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

.linkinvite
{
   
    color:#4B6C9E;
    font-weight:bold;
 }
 .PageTitle2
 {
     color:Red;
     font-family:Arial;
     font-weight:bold;
     font-size:12pt;
     }
     
     .invitecommand_list
     {
         font-family:Arial;
        color:#422C1F;
         }
.invitecommand
{
    font-family:Arial;
    color:#422C1F;
    margin:0 8px 0 8px;
    text-decoration:none; 
    margin-bottom:10px;
}
.invitecommand a
{
    color:#422C1F;
    text-decoration:none;    
}
.divFolderList
{
    border:1px solid #4B6C9E; 
    min-height:238px;
    width:200px;
}
    .divFolderList2
{
   margin-top:10px;
    }
    
 
 
 
    .divFolderType
    {
        min-height:120px;
        }
    
    .divFolderCreate
{
    border:1px solid #4B6C9E; 
    visibility:visible;     
    height:80px;
    }
    
.divInstruction
{ background-color:#4B6C9E;
  color:White;
  font-weight:bold;
  text-align:center;  
    height:20px;
    }    
.divInstructionContent
{
    color:Red;
    font-family:Arial;
    font-weight:bold;
    font-size:9pt;
    margin:0px 2px 5px 2px;
    background-color:#FFFED2;
    padding:5px 0px 5px 0px;
    
    }    
    .divPDFManagement
{
    border:1px solid #4B6C9E; 
    visibility:visible;     
    min-height:485px;
    width:750px
    }
    
    a img, a:link img, a:visited img, a:hover img, a:active img { border:0 !important; }
    
    #InviteCmd
    {
        width:860px;
        margin-top:15px; 
        margin-bottom:10px;       
        }
    #InviteCmd a
    {
        display:block;
        margin:0 25px;        
        height:20px;
        text-align:center;        
        font-family:Arial;
        font-weight:bold;
        padding:5px 5px 0 5px;  
        float:left;        
        border-style:solid;
        border-width:1px;
        border-color:#4B6C9E;
        color:#4B6C9E;                             
        }
        
        #InviteCmd a:hover
        {
           color:#ff1493;
            }
            
            #InviteCmd aSend
            {
                width:180px;

             }
.divHeader
{
    width :100%;
    padding-bottom:5px;
    display :block ;
    font-weight:bold;
    text-align:left;
         }
.divHeaderColumn
{
    padding :5px 5px 5px 5px;
    float :left ;
    display :block ;
    }
   
    .divHeaderColumnSpec1
    {
        width:230px;
        }
         .divHeaderColumnSpec2
    {
        width:100px;
        }
         .divHeaderColumnSpec3
    {
        width:100px;
        }
         .divHeaderColumnSpec4
    {
        width:150px; 
              
        }             
        
         .divHeaderColumnSpec5
    {
        width:150px;
        }
        
         .divHeaderColumnSpec6
    {
        width:96px;
        }
        
    .divSeparator
    {
        width :100%;
        display :block ;
        border-bottom :thin solid red;
        padding-top:25px;
        }
        
.divFooter
{
    width :100%;
    padding-top:20px;
    display :block ;
    text-align:center;
    font-weight:bold;
         }
                                        
         
         
 .divGroupTop
 {
  border-bottom:1px solid #4B6C9E;
  padding:0px 5px 5px 0px;
 
     }
     
     #divAccount
{
    margin:0px 0px 0px 220px;
	padding:2px 2px 2px 2px;
	width:752px;
	text-align:left;
	}
	
	.eachitem
 { 
    border-right:1px solid white;  
     border-bottom:1px solid white;  

      }
      
      #ErrTip
      {
          height:30px;
          color:Red;
      }
      .ErrTipCmp
      {
          
          }
      
      #grouppage
      {
          margin:0px auto;
	    text-align:left;
         width:700px;
          }
          
          
          .outline
          {
               border: 1px solid #496077;
              }
              
     #memberpage
      {
          margin:0px auto;
	    text-align:left;
         width:900px;
          }
          
     
        #avamember
        {
            /*float:left;*/
             width:600px;
            }
              
    #command
    {
        /*float:left;*/
        width:30px;
        height:600px;
        padding:0px 0px 0px 10px;
        
        
        
        }
            
    #assignmember
    {
        /*float:left;*/
        width:250px;
        }
        
        .lblBold
        {
            font-weight:bold;
            }
        
    #cmdAddTo
    {
        margin-top:150px;
        
        }
        
    #cmdRemoveFrom
    {
        margin-top:150px;
        }
        
        .catstyle
        {
            width:200px;
            margin-bottom:5px;
            }
            
            .divGroupInvite
            {
                border-bottom:1px solid #4B6C9E;
                }
                
 #docfooter   
 {
     font-size:18px;
     padding-left:5px;
     }
             
 .RdButton
 {
    padding:0px 8px 0px 0px;
    font-weight:bold;
    color:#4B6C9E;
     
     }
     
.bidlinkbutton
{
    margin:0px 18px 0px 0px;
    font-weight:bold;
    
    }
    #divManagedoc
    {
        opacity:80%
        }
        
        
        
        div#pop-up 
        {
            /*
            display: none;
            position: absolute;
            */
            width: 530px;
            height: 400px;
            padding: 10px;
            background: #eeeeee;
            color: #000000;
            /*border: 1px solid #1a1a1a;
            font-size: 90%;*/
            overflow: scroll;
            overflow-x: hidden;
        }
        
        
        .box {
            position: fixed;
            top: -999px;
            left: 40%;
            right: 30%;
            background-color: #fff;
            color: #7F7F7F;
            padding: 20px;
            border: 2px solid #ccc;
            -moz-border-radius: 20px;
            -webkit-border-radius: 20px;
            -khtml-border-radius: 20px;
            -moz-box-shadow: 0 1px 5px #333;
            -webkit-box-shadow: 0 1px 5px #333;
            z-index: 101;
            width: 555px;
            height: auto;
            margin-top: 100px;
        }

        .overlay {
            /*background: transparent url(../img/overlay.png) repeat top left;*/
            position: fixed;
            top: 0px;
            bottom: 0px;
            left: 0px;
            right: 0px;
            z-index: 100;
        }

        a.boxclose {
            float: right;
            width: 26px;
            height: 26px;
            background: transparent url(../images/cancel.png) repeat top left;
            margin-top: -30px;
            margin-right: -30px;
            cursor: pointer;
        }
                    

.txtInputDesc
{
    height:300px;
    width:700px;
    
    margin:0px;
    padding:0px;
    display:block;
   
    border:none;
    
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-size: 14px;
      
    font-weight:bold;
        
    box-sizing: border-box;
    vertical-align:top;    
}

 .textcolorDesc
    {
        color:Green;      
        }
        
        .wraptd
        {
            border:2px solid lightgray;
             width:700px;

            }