.divInvDetail{
    border: solid;
    border-width : 1px;
    border-color:gray;
    width: 50%;  
    height: 100%;
    position:relative;
    margin-top: 20px;
}
                     
.divInvDetailHeader{
    width: 100%;
    color:blue;
    font-size: 14px;
    font-weight: bold;
    background-color: #cccccc;
   
}

.divCatHead{
    font-size: 14px;
    font-weight: bold;
    color: #0000FF;
}

.divCatHead a:link{
     color: ##000080;  
}

.divCatHead a:visited{
     color: #000080;
}

.divCatSub{
    font-size: 12px;

}
.divCatSub a:link{
     color: #000080;
}
.divCatSub a:visited{
     color: #000080;
}

#divInvitation{
  
    border: solid;
    border-width : 1px;
    border-color:gray;
    width: 60%;
    position:relative;
    top: 30px;
}

#divInvitationHeader{
    width: 100%;
    color:blue;
    font-size: 12px;
    font-weight: bold;
    background-color: #cccccc;
}

#divlogin{
    border: solid;
    border-width: 1px;
    width: 25%;
    padding: 1px;
    margin-bottom: 10px;
    position: relative;
    left: 20%;              
    top: 30px;
}
#divloginheader{
    width: 100%;
    color:blue;
    font-size: 15px;
    font-weight: bold;
    background-color: gray;
}
#formitem{
    border-width: 1px;
    border-width: 100%;
    font-weight: bold; 
}
#divPwdRetrival{
    width: 100%;
    color:blue;
    font-size: 12px;
    font-weight: bold;
    padding-top: 5px; 
    background-color: #c0c0c0;
}
#divRegister{
    border: solid;
    border-width: 1px;
    position: relative;
    width: 420px;
    left: 20%;
}
.form-row{
   clear: both;
   border-bottom: 1px solid #ddd;
   vertical-align: bottom;
}

.form-row .formitemame{
    position:relative;
    width: 30%;
    left: 0px;
    height: 15px;
    top: 5px;
}

.form-row .divRegItemRight{
    position:relative;
    width: 70%; 
    left: 30%;
    height: 15px;
    top: -10px;
    vertical-align: top;
}

.userhome_menu_ul{
 list-style-type: none;
  padding-left: 0px;
}
.userhome_menu_ul_li{
 height: 100px;
} 

a.userhome_menu_ul_url {
font-size: 20px;
color: navy;
text-decoration: underline;
}

a.userhome_menu_ul_url:hover {
color: purple;
}

a.userhome_menu_ul_url:visited {
font-size: 20px;
color: navy;
}

a.viewpopuplinkbig {
font-size: 16px;
color: navy;
text-decoration: underline;
font-weight: bold;
}

.viewpopuplinkbig {
font-size: 16px;
color: navy;
font-weight: bold;
padding-bottom: 5px;
}

a.viewpopuplinkbig:hover {
color: purple;
}

a.viewpopuplinkbig:visited {
font-size: 16px;
color: navy;
}

.divOperationResult{
    text-align: left;
    color:#005800;
    font-size: 14px;
    font-weight: bold;
    padding-top: 20px; 
}

.divSendContact{
    background-color: #C0C0C0;
    font-size: 14px;
    font-weight: bold;
    color:#000080;
    }
.divSendContact input{
     background: #FFFFC0;
}