.assign-blue-btn {
 cursor: pointer;
 list-style-image: none;
 list-style-position: outside;
 list-style-type: none;
}

.assign-blue-btn li {
 border: 0 none !important;
 float: left;
}

.assign-blue-btn_cntr {
 background: transparent url(../images/modal/blue_btn_cntr_2.gif) repeat-x scroll left top;
 color: #FFFFFF;
 font-size: 14px;
 font-weight: bold;
 padding: 4px 14px 6px;
}

.assign-blue-btn_lft {
 background: transparent url(../images/modal/blue_btn_left_2.gif) no-repeat scroll left top;
 height: 26px;
 width: 12px;
}

.assign-blue-btn_rgt {
 background: transparent url(../images/modal/blue_btn_right_2.gif) no-repeat scroll right top;
 height: 26px;
 width: 12px;
}

.bkbtn {
 color: #000000 !important;
}

.facebox_hide {
 z-index:-100;
}

.facebox_overlayBG {
 background-color: #000;
 z-index: 99;
}

.grey_btn {
 cursor: pointer;
 list-style-image: none;
 list-style-position: outside;
 list-style-type: none;
}

.grey_btn li {
 border: 0 none !important;
 float: left;
}

.grey_lft {
 background: transparent url(../images/modal/grey_btn_left.gif) no-repeat scroll left top;
 height: 26px;
 width: 12px;
}

.grey_cntr {
 background: transparent url(../images/modal/grey_btn_cntr.gif) repeat-x scroll left top;
 color:#A9A9A9;
 font-size:14px;
 font-weight:bold;
 height:19px;
 padding:4px 13px;
}

.grey_rgt {
 background: transparent url(../images/modal/grey_btn_right.gif) no-repeat scroll right top;
 height: 26px;
 width: 12px;
}

.modalHeader .header{
 color:#333333;
 font-size:18px;
 font-weight:bolder;
 float:left;
 text-transform:lowercase;
 border-bottom:0px;
 padding:0px;
}

.mgntop15 {
 height: 100%;
 margin-top: 15px;
}

.mbody {
 padding: 20px 10px 28px;
 font-size: 14px;
}

.padleft {
 margin-left: 20px;
}

.right {
 float: right;
}

#facebox .b {
 background: url(../images/b.png);
}

#facebox .tl {
 background-image: url(../images/modal/mtopleft.png); 
 width: 15px;
 height: 17px;
 background-repeat: no-repeat;
 background-position: left top;
 _behavior: url(js/iepngfix.htc);
}

#facebox .tr {
 background-image:url(../images/modal/mtright.png);
 width: 20px;
 height: 17px;
 background-repeat: no-repeat;
 background-position: right top;
 _behavior: url(js/iepngfix.htc);
}

#facebox .tc {
 background-image: url(../images/modal/mtopcenter.png);
 background-repeat: repeat-x;	
 height: 17px;
 _behavior: url(js/iepngfix.htc);
}

#facebox .bl {
 background: url(../images/modal/mbleft.png);
 width: 15px;
 height: 23px;
 background-position: bottom left;
 background-repeat: no-repeat;
 _behavior: url(js/iepngfix.htc);
}

#facebox .br {
 background: url(../images/modal/mbright.png);
 width: 20px;
 height: 23px;
 background-position: bottom right;
 background-repeat: no-repeat;
 _behavior: url(js/iepngfix.htc);
}

#facebox .bc {
 background-image: url(../images/modal/mbcenter.png);
 height: 23px;
 background-repeat: repeat-x;
 _behavior: url(js/iepngfix.htc);
}

#facebox .lc {
 background: url(../images/modal/mlmiddle.png);
 width: 15px;
 background-repeat: repeat-y;
 background-position: bottom right;
 _behavior: url(js/iepngfix.htc);
}

#facebox .ml {
 background: url(../images/modal/mlmiddle.png);
 width: 6px;
 background-repeat: repeat-y;
 background-position: top left;
 _behavior: url(js/iepngfix.htc);
}

#facebox .mr {
 background: url(../images/modal/mrmiddle.png);
 width: 12px;
 background-repeat: repeat-y;
 background-position:top right;
_behavior:url(js/iepngfix.htc);
}

#facebox {
 position: absolute;
 top: 0;
 left: 0;
 z-index: 100;
 text-align: left;
 background1: #FFFFFF url(../images/accordion.fade_bg.gif) repeat-x scroll left top;
 border1: 2px solid #D7D7D7;
}

#facebox .popup {
 position: relative;
}

#facebox table {
 border-collapse: collapse;
}

#facebox td {
 border-bottom: 0;
 padding: 0;
}

#facebox .body {
	/* padding: 10px;*/
 background: #fff;
/*	width: 370px; */
}

#facebox .loading {
 text-align: center;
}

#facebox .image {
 text-align: center;
}

#facebox img {
 border: 0;
 margin: 0;
}

#facebox .footer {
 border-top: 1px solid #DDDDDD;
 padding-top: 5px;
 margin-top: 10px;
 text-align: right;
}

#facebox .footer img {
 vertical-align: middle;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
 overflow: hidden;
 padding: 0;
}

#facebox_overlay {
 position: fixed;
 top: 0px;
 left: 0px;
 height:100%;
 width:100%;
 background-color:#000000;
}

* html #facebox_overlay { /* ie6 hack */
 position: absolute;
 height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#modalCtr .modalHeader{
 background-color:#b8b8b8;
 padding:7px 10px;
}

#modalCtr .modalBody{
 padding:13px 10px 28px;
}

#modalCtr .closeIcon, #facebox .closeIcon{
 float: right;
 background: transparent url(../images/modal/closeIcon.gif);
 background-position: right;
 background-repeat: no-repeat;	
 height: 17px;
 font-size: 12px;
 padding: 3px 25px 2px;
}

#modalCtr a.closeIcon:hover{
 background-color: none;
}


#modalCtr .contentarea{
 margin-bottom: 15px;
 padding-bottom: 15px;
}