.contentReadMore
{
   padding-bottom: 5px;
}

.moduleDown
{
   background-image: url("../images/downarrow.png");
   background-repeat: no-repeat;
   height: 12px;
   width: 12px;
   cursor: pointer;
}

.moduleUp
{
   background-image: url("../images/uparrow.png");
   background-repeat: no-repeat;
   height: 12px;
   width: 12px;
   cursor: pointer;
   margin-left: 8px;
}

.moduleEdit
{
   background-image: url("../images/icon_edit.gif");
   background-repeat: no-repeat;
   height: 16px;
   width: 16px;
   cursor: pointer;
}

.moduleCancel
{
   background-image: url("../images/icon_cancel.gif");
   background-repeat: no-repeat;
   height: 16px;
   width: 16px;
   cursor: pointer;
   margin-top: 2px;
}

.moduleSave
{
   background-image: url("../images/icon_save.gif");
   background-repeat: no-repeat;
   height: 20px;
   width: 20px;
   cursor: pointer;
}

.moduleDelete
{
   background-image: url("../images/icon_delete.gif");
   background-repeat: no-repeat;
   height: 16px;
   width: 16px;
   cursor: pointer;
}



/* back_button *********************************************/	
.back_button a{
   font-family: Tahoma, Verdana, sans-serif;
   font-size: 1em;
   font-weight: bold;
   text-align: left;
   padding:3px;
   margin-left:2px;
   margin-right:2px;
   margin-top:6px;
   display:block;
   text-decoration:none;
   border: 1px solid;
}

.divTable
{
   padding-top: 5px;
   display: table;
   border-collapse: separate;
}

.divRow
{
   display: table-row;
   width: auto;
}

.divCell
{  
   float: left;
   display: table-cell;
   padding-bottom: 5px;
   padding-right: 5px;
}

.modTitle
{
   padding-top: 16px;
   font-family: Arial, sans-serif;
   font-size: 14pt;
   font-weight: bold;
   padding-bottom: 20px;
   cursor: default;
   text-indent: 10px;
}

a
{
   font-weight : bolder;
   text-decoration : none;
}


/* pagenav_prev */	
.pagenav_prev a{
    float: right
}

/* pagenav_next */	
.pagenav_next a{
    float: right
}

/* back_button  */	
.back_button a{
    float: right
}

/*  buttonheading  */	
.buttonheading a{
    padding-right: 10px;
}

.Mates_Button
{
    font: small arial, helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    padding-top :2px;
    width: 5em;
    height :20px;
    text-align: center;
    cursor: pointer;
}
.Mates_Button_filler
{
    width: 10px;
    height :20px;
}

.fdbk_Heading
{
    font: small arial, helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    padding-right: 1em;
    width: 20em;
    height: 20px;
    text-align: left;
    color: #000000; 
    background-color: #E2E2E2;
}

.fdbk_Label
{
    font: small arial, helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    padding-right: 1em;
    width: 12em;
    height: 20px;
    text-align:  right;
    color: #000000; 
    background-color: #E2E2E2;
}

.fdbk_Ques
{
    font: small arial, helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    padding-right: 1em;
    width: 25em;
    height: 20px;
    text-align:  left;
    color: #000000; 
    background-color: #E2E2E2;
}

.fdbk_Answer
{
    font: small arial, helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    padding-right: 1em;
    width: 20em;
    height: 20px;
    text-align:  left;
    color: #000000; 
 }

.fdbk_Message
{
    font: small arial, helvetica, sans-serif;
    font-size: 10pt;
    padding-right: 1em;
    width: 12em;
    height: 20px;
    color: #000000; 
    background-color: #E2E2E2;
}

#overlay{
   position:fixed;
   _position:absolute;
    z-index: 0;
    text-align:center;
    height:expression( ( ignoreMe = document.body.scrollHeight - document.body.scrollTop) + 'px' );
    height:100%;
    left:expression( ( ignoreMe = document.body.scrollLeft + 0) + 'px' );
    left:0px;
    margin:0px;
    padding:0px;
    top:expression( ( ignoreMe = document.body.scrollTop + 0) + 'px' );
    top:0px;
    width:100%;
  background: #000000;
  opacity: 0.7; -ms-filter: "alpha (opacity=70)";  filter: alpha (opacity=70);-moz-opacity: 0.70; 
}

#contentDivvo {
    text-align:center;
    position:fixed;
    _position:absolute;
    z-index: 1;
    left:expression( ( ignoreMe = document.body.scrollLeft + 0) + 'px' );
    left:0px;
    width:100%;
    margin:0px auto;
    padding:0px;
    height:100%;
    top:expression( ( ignoreMe = document.body.scrollTop + 0) + 'px' );
    top:0px;
    text-align:center;  

}

#fadeContainer {
    display:block;
    position:absolute;
    text-align:center;
    visibility:visible;
    z-index:999;
    height:100%;
    left:0px;
    margin:0px;
    padding:0px;
    top: 0px;
    width:100%;
}
