/* 
    Document   : commuity_reference
    Created on : 19-11-2012, 14:47:38
    Author     : CHAUTK
    Description:
        Purpose of the stylesheet follows.
*/

.cr_title{
    font-weight: bold;
    color: #ff6600
}
.cr_title a:hover{
    text-decoration: underline;
}
.lightbox-img{ 
    padding: 2px 5px 5px 5px;
    *padding: 2px 5px 9px 5px;
    height: 320px;
    width: 161px;
    float:left;
    margin:10px 0 0 30px;
    text-align: center;  
    /*border: 1px solid gray;*/
}
.lightbox-img img{ 
    /*background-color: #ccccff;*/
    padding: 3px;
    margin-left: -3px;
	background-color:#00477f;

}
#x-fade-content{
    margin-top:10px;
    min-height: 300px;
    text-align: left;
    height: auto;
}
.clear{
    clear: both;
}
.page{
    margin:0px 0 0 10px;
    *margin-top:3px;/*Fix IE 7*/
    font-weight: bolder;
    font-size: 16px;
}

.page a{
    cursor: pointer;
}

.gfooter{
    margin-right: -11px;
    *margin-right: -8px; /*Fix IE 7*/
}

