
.comm-container{
    width:100%;
    height:100%;
    /* background-image: url(../images/image_not_found.jpg);
    background-repeat: repeat; */
    padding-top:10px;
}
.comm-form{
    border-radius:5px;
    border:1px solid #f68121;
    width:100%;
    height:auto;
    min-height:230px;
    /* padding-bottom:30px; */
}
.Commform{
    /* padding:20px; */
}

.comm-list-form{
    overflow-x: scroll;
    overflow-y: scroll;    
    padding: 10px 0px 20px 0px;
    height: 400px;
}

.table-comm tr:last-child{
    cursor:default;
}
.comm-a {
    color: black; 
    text-decoration:underline;    
}
.comm-a link {color: orange;} /* unvisited link */
.comm-a:visited {color: #f68121;}  /* visited link */
.comm-a:hover {color: #0000FF;}  /* mouse over link */
.comm-a:active {color:#0000FF;}  /* selected link */

form#Commform textarea, form#Policyform textarea{
    resize:vertical;
}
.pagination-policy {
    /* background: #f2f2f2; */
    background:#FFE4C4;
    padding: 10px;
    margin-right: 10px;
    /* cursor: pointer; */
    /* margin-bottom: 20px; */
}

.pagination-policy .page{
    color:#f68121;
}
.tradepolicylist-form{
    border-radius:5px;
    border:1px solid #f68121;
    width:100%;
    height:auto;
    min-height:270px;
    padding-bottom:0px;
}

.other-news{
    font-family:"Times New Roman",Georgia,Serif;
    font-size:16px;
    min-height:20px;
    color:gray;
    background-color:#FFE4C4 ;/* #f68121; */
    text-align:center;
    font-weight: bold;
    vertical-align:bottom;	
    height:auto;
    margin-bottom:10px;
    padding-bottom:20px;
}
