@charset "utf-8";
/* CSS Document */
.modal-overlay {
	background: none repeat scroll 0 0 #000000;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1898;
	display: none;
	zoom:1;
}
.pop {
	position:absolute;
	top:15px;
	width:404px; 
	/*margin:0 0 0 -165px;*/
	display:none;
	font-size:12px;
	color:#424242;
	z-index:1899; 
}

.pop .pop_head { 
	height:40px;
	padding:0;
	background:none;
}

.wide .pop_head {
	background:url(/icons/pop_head_wide.png) no-repeat top;
}

.pop .pop_title {
    font-weight:bold;
	font-size:12px;
	position:relative;
	padding:0px;
	height:15px;
	clear:both;
}

.wide .pop_title {
	background:url(/icons/pop_bg_wide.png) repeat-y top;  
}

.pop .pop_title span {
	border-bottom:1px solid #a9a9a9;
	display:block;
	padding:0 10px 5px;
}

.pop .pop_title .close {
	display:block;
	text-decoration:none; 
	text-indent:-999em;
	outline:none;
	width:17px;
	height:17px;
	margin:0;
	padding:0;
	line-height:17px;
	border:none;
	position:absolute;
	top:-3px;
	right:10px;
	background:url(/icons/close.png) no-repeat top;
}
.pop .pop_head .head_mid span.bei_icon{
  background:url(/icons/bei_logo_small.png) no-repeat scroll 0 0 transparent;
  padding:0 0 5px 30px;
}
.pop .pop_head .head_mid span {
  color: #000000;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 12px 0 0;
  overflow: hidden;
  padding: 0 0 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pop .pop_head .head_mid_white span {
		font-weight:bold;
	font-size:12px;
	display:block;
	padding:0 0px 5px;
	margin:10px 0;
	color:#000; 
}

.pop .pop_head .head_mid .close {
	display:block;
	text-decoration:none; 
	text-indent:-999em;
	outline:none; 
	width:19px;
	height:19px;
	margin:0;
	padding:0;
	line-height:17px;
	border:none;
	position:absolute;
	top:21px;
	right:17px;
	background:url(/icons/close_y.gif) no-repeat top;
} 

.pop .pop_head .head_mid_white .close {
	display:block;
	text-decoration:none; 
	text-indent:-999em;
	outline:none;
	width:17px;
	height:17px;
	margin:0;
	padding:0;
	line-height:17px;
	border:none;
	position:absolute;
	top:21px;
	right:17px;
	background:url(/icons/close_x.gif) no-repeat top;
} 

.pop .pop_body {
	height:1%;
	height:100px;
	clear:both;
	background:none;
	margin:0px;
	padding:0px;
}

.wide .pop_body {
	background:url(/icons/pop_bg_wide.png) repeat-y top;
	padding:5px 16px 0 10px;
	margin:0;
	}
.pop .pop_body p {
	padding:5px 0 10px 0;
}

.pop .pop_foot { 
	background:none;
	height:22px;
	padding:0;
}

.wide .pop_foot { 
	background:url(/icons/pop_foot_wide.png) no-repeat bottom;
}

.wide{
	width:522px;
	margin:0 0 0 -260px;
}

/* pop forms */

.pop form .row_full {
	width:100%;
	float:left;
	clear:both;
	padding:10px 0;
}

.pop form .row_half {
	width:50%;
	float:left;
}

.pop form .row_full_thin {
	width:100%;
	float:left;
	clear:both;
	padding:0;
}
.pop form .row_full_3px {
/*	width:100%;
	float:left; */
	clear:both;
	padding:3px 0;
}

.pop form .row_full_total {
	width:490px;
	clear:both;
	padding:10px 0;
}
.pop form .row_full_total_np {
	width:480px;
	clear:both;
}

.pop form .row_half_left {
	width:230px;
	float:left;
}
.pop form .row_half_right {
	width:230px;
	float:right;
}


.pop form label {
	display:inline-block;
	font-size:12px;
	font-weight:bold;
	padding:2px 0px;
	line-height:17px;
}

.pop form label.nostyle { 
	font-weight:normal;
	color: #000;
}	
.pop form label.chklabel { 
	padding:0px; 
}

.pop form .chk_wrap {
	clear:both;
	display:block;
	padding-top:4px;	
}

.pop form .chk_wrap input {
	vertical-align:middle;
}
.pop form .chk_wrap input[type=checkbox]{
  position:relative;
  top:-2px;
}
.pop form .chk_wrap label {
	padding:0;
}

.pop form label.fade {
	color:#afafaf;
}

.pop form .btn_row {
	clear:both;
	padding:10px 0;
}

.pop form .btn_row a {
	color:#3D80E0;
	text-decoration:none;
	cursor:pointer;
}

.btn_row a {
	color:#3D80E0;
	text-decoration:none;
	cursor:pointer;
}

.pop form h4 { 
	font-size:13px;
	margin:0 0 5px 0;
	clear:both;
}

.pop form hr { 
    float:left;
	margin:0 0 10px 0; 
	padding:0;
	clear:both;
	background:#ccc;
	border:0;
	height:1px; 
    width:95%; 
}

.send_message form hr {  
    width:94%; 
}

.pop form input { 
}

.pop div.line {
  margin-top:10px;
  border-top: 1px solid #C1C1C1;
  height: 1px;
  margin-left: -9px;
  width: 100%;
}
 
.pop form input[type="radio"], .pop form input[type="checkbox"]{
position:relative;
top:-1px;
}

/* add comment popup */

.send_message_hidden {
	display:none;
}

#recipient_building {
	width:300px;
}

#individual_names {
	width:400px;
	float:left;
}

/* reassign pop */ 

.reassign_pop {
	margin:0 0 0 -170px;
}


/*priyanke*/
.manage_list_body{
	height:1%;
	padding:5px 16px 0 0;
	background:url(/icons/pop_bg.png) repeat-y top;
	}

.quick_add_visitor{
	margin:10px 0 0 -140px;
	}
.add_visitor_checkin{
	margin:10px 0 0 -140px;
	}
.search_result{
	margin:5px 0 0 -140px;
	}
	
.list_popup{
	position:absolute;
	width:385px;
	height:84px;
	font-size:11px;
	z-index:2000;
	display:none;
	}
.list_popup_left{
	background:url(/icons/list_box_pop_left.png) no-repeat;
	width:27px;
	height:102px;
	padding:0;
	margin:0;
	float:left;
	overflow:hidden;
	}
.list_popup_back{
	background:url(/icons/list_box_pop_back.png) repeat-x;
	width:321px;
	height:102px;
	padding:5px 0px 14px;
	float:left;
	overflow:hidden;
	}
.list_popup_back_top{
	background:url(/icons/list_box_pop_back_top.png) repeat-x;
	width:321px;
	height:102px;
	padding:5px 0px 14px;
	float:left;
	overflow:hidden;
	}
.list_popup_right{
	background:url(/icons/list_box_pop_right.png) no-repeat;
	width:27px;
	height:102px;
	padding:0;
	margin:0;
	float:left;
	overflow:hidden;
	}
.list_popup_right_arrow{
	background:url(/icons/list_box_pop_right_arrow.png) no-repeat;
	width:27px;
	height:102px;
	padding:0;
	margin:0;
	float:left;
	overflow:hidden;
	}
.list_popup_left_end{
	background:url(/icons/list_box_pop_left_end.png) no-repeat;
	width:27px;
	height:102px;
	padding:0;
	margin:0;
	float:left;
	overflow:hidden;
	}
.list_popup_raw_full{
	width:320px;
	float:left;
	clear:both; 
	padding:5px 0 6px 0;
	color:
	}
.list_popup_raw_half{
	width:150px;
	float:left;
	height:42px; 
	} 
.list_popup_raw_center{
	width:150px;
	float:left;
	height:42px; 
	padding-left:85px;
	padding-top:15px;
	} 	
.list_popup_raw_full  a {
	color:#3D80E0;
	font-size:12px;
	text-decoration:none;
	cursor:pointer;
}	
.list_popup  a {
	color:#3D80E0;
	font-size:12px;
	text-decoration:none;
	cursor:pointer;
}	 

.list_popup input[type=text], .list_popup select {
	width:220px;
}	
.list_popup .list_popup_raw_half input[type=text], .list_popup list_popup_raw_half select {
    width:110px;
}
/* Start Adding for php code by Srikant*/

.pop .pop_head .head_pointer{
	position: relative;
	background:url(/icons/pop_arrow.png) no-repeat top;
	width:24px;
	height:12px;
	margin:0;
}
.pop .pop_head .head_left{
	background: url(/icons/pop_corner_top_gray.png) no-repeat top left;
	width:14px;
	height:38px; 
	float:left;
}
.pop .pop_head .head_mid{
	background:#fff url(/icons/pop_top_bg_gray.png) repeat-x left top;
	width:492px;
	float:left;
	height:38px; 
}
.pop .pop_head .head_right{
	background: url(/icons/pop_corner_top_gray.png) no-repeat top right;
	width:21px;
	height:38px; 
	float:right;
	margin-right:1px;
}

.pop .dash-column .heading .heading-holder{
padding-top: 5px; 
padding-right: 0pt; 
padding-bottom: 0px; 
padding-left: 0pt; 
margin-top: 0pt; 
margin-right: 0pt;  
margin-bottom:0px; 
margin-left: 0pt;
width:100%;
height: 1%;
}
.pop .dash-column .heading .heading-frame   
{ 
padding-top: 0pt; 
padding-right: 11px; 
padding-bottom: 0px; 
padding-left: 0pt; 
margin-top: 0pt; 
margin-right: 0pt; 
margin-bottom:0px; 
margin-left: 0pt; 
height: 1%; 
width:100%;
} 
.pop .pop_head .head_left_white{
	background: url(/icons/pop_corner_top_white.png) no-repeat top left;
	width:14px;
	height:29px; 
	float:left;
}
.pop .pop_head .head_mid_white{
	background:#fff url(/icons/bg-heading-pop.gif) repeat-x left top;
	width:514px;
	float:left;
	height:29px;
}
.pop .pop_head .head_right_white{
	background: url(/icons/pop_corner_top_white.png) no-repeat top right;
	width:21px;
	height:29px;
	float:right;
	margin-right:1px;
}

.pop .pop_title .title_left{
	background:url(/icons/pop_left_bg.png) repeat-y left top;
	height:100%;
	float:left;
	width:5px;
}
.pop .pop_title .title_center{
	height:100%;
	float:left;
	width:510px;
	background:#fff;
}
.pop .pop_title .title_right{
	background:url(/icons/pop_right_bg.png) repeat-y left top;
	height:100%;
	float:left;
	width:5px;
}
.pop .pop_body .body_left{
	height:100%;
	float:left;
	border-left:1px solid #7A7A7A;
	background:#FFF;
}
.pop .pop_body .body_left_white{
	height:100%;
	float:left;
	border-left:1px solid #b8b8b8;
	background:#FFF;
}
.pop .pop_body .body_center{
	height:100%;
	float:left;
	padding:0px 1px 0 4px;
	border-right: 1px solid #7A7A7A;
	background-color: #FFFFFF;  
}
.body_center p{
	padding:3px 0;
}
.pop .pop_body .body_center_inter{ 
	height:100%; 
	float:left;
	width:510px; 
	padding:0px 6px;
	background-color:#FFF;
}
.body_center_inter p{
	padding:3px 0;
} 
.pop .pop_body .body_right{
	background:url(/icons/pop_right_bg_gray.png) repeat-y left top;  
	height:100%;
	float:right;
	width:8px;
	margin-right:2px;
}  
.pop .pop_body .body_right_white{
	background-color:#FFF;
	height:100%;
	float:right;
	border-right:1px solid #b8b8b8;
	margin-right:9px;
	width:8px; 
}  
.pop .pop_foot .foot_left{
	background:url(/icons/pop_corner_bottom_gray.png) no-repeat bottom left;
	width:18px;
	height:29px; 
	float:left;
}
.pop .pop_foot .foot_mid{
	background:url(/icons/pop_footer_bg_gray.png) repeat-x left bottom;
	height:31px;
	width:492px;
	float:left;
}
.pop .pop_foot .foot_right{
	background:url(/icons/pop_corner_bottom_gray.png) no-repeat bottom right;
	width:18px;
	height:29px;
	margin-right:1px;
	float:right;
} 
.pop .pop_foot .foot_left_white{
	background:url(/icons/pop_corner_bottom_white.png) no-repeat bottom left;
	width:18px;
	height:29px; 
	float:left;
}
.pop .pop_foot .foot_mid_white{
	background:url(/icons/pop_footer_bg_white.png) repeat-x left bottom;
	height:31px;
	width:513px;
	float:left;
}
.pop .pop_foot .foot_right_white{
	background:url(/icons/pop_corner_bottom_white.png) no-repeat bottom right;
	width:18px;
	height:29px;
	margin-right:1px;
	float:right;
}

.pop form {
	padding:20px 0px 5px 10px;
} 

.formpopup .pop_head{
	background:none;
}
.formpopup .pop_title {
	font-weight:bold;
	font-size:12px;
	position:relative;
	padding:0px;
	height:15px;
	clear:both;
}
.formpopup .pop_body{
	height:1%;
	height:100px;
	clear:both;
	background:none;
	padding:0px;
}

.formpopup .pop_foot{
	background:none;
}



.add_visitor .pop_head{
	background:none;
}
.add_visitor .pop_title {
	font-weight:bold;
	font-size:12px;
	position:relative;
	padding:0px;
	height:15px;
	clear:both;
}
.add_visitor .pop_body{
	height:1%;
	height:100px;
	clear:both;
	background:none;
	padding:0px;
}

.add_visitor .pop_foot{
	background:none;
}
/*quick_add popup style*/

.quick_add .pop_head{
	background:none;
}
.quick_add .pop_title {
	font-weight:bold;
	font-size:12px;
	position:relative;
	padding:0px;
	height:15px;
	clear:both;
}
.quick_add .pop_body{
	height:1%;
	height:100px;
	clear:both;
	background:none;
	padding:0px;
	/*background:url(/icons/pop_bg.png) repeat-y top;*/
}
.quick_add .pop_foot{
	background:none;
}
/*add_comment popup style*/
.add_comment .pop_head{
	background:none;
}

/*add_comment popup style*/
.add_comment .pop_title {
	font-weight:bold;
	font-size:12px;
	position:relative;
	padding:0px;
	height:15px;
	clear:both;
}
.add_comment .pop_body{
	height:1%;
	height:100px;
	clear:both;
	background:none;
	padding:0px;
	/*background:url(/icons/pop_bg.png) repeat-y top;*/
}
.add_comment .pop_foot{
	background:none;
}

/*change_status popup style*/

.change_status .pop_head{
	background:none;
}
.change_status .status_container {
    
}
.change_status .complete_date_container {
    margin-top:5px;
}

.change_status .pop_title {
	font-weight:bold;
	font-size:12px;
	position:relative;
	padding:0px;
	height:15px;
	clear:both;
}
.change_status .pop_body{
	height:1%;
	height:100px;
	clear:both;
	background:none;
	padding:0px;
	/*background:url(/icons/pop_bg.png) repeat-y top;*/
}
.change_status .pop_foot{
	background:none;
}
/*reassign_task popup style*/

.reassign_task .pop_head{
	background:none;
}
.reassign_task .pop_title {
	font-weight:bold;
	font-size:12px;
	position:relative;
	padding:0px;
	height:15px;
	clear:both;
}
.reassign_task .pop_body{
	height:1%;
	height:100px;
	clear:both;
	background:none;
	padding:0px; 
	/*background:url(/icons/pop_bg.png) repeat-y top;*/
}
.reassign_task .pop_foot{
	background:none;
}
/*unsched */

.unschedAdd .pop_head{
	background:none;
}
.unschedAdd .pop_title {
	font-weight:bold;
	font-size:12px;
	position:relative;
	padding:0px;
	height:15px;
	clear:both;
	background:#fff url(/icons/pop_top_bg.png) repeat-x left top;
}
.unschedAdd .pop_body{
	height:1%;
	height:100px;
	clear:both;
	background:none;
	padding:0px; 
	/*background:url(/icons/pop_bg.png) repeat-y top;*/
}
.unschedAdd .pop_foot{
	background:none;
}
/*send_message popup style*/
.send_message .pop_head{
	background:none;
}
.send_message .pop_title {
	font-weight:bold;
	font-size:12px;
	position:relative;
	padding:0px;
	height:15px;
	clear:both;
}
.send_message .pop_body{
	height:1%;
	height:100px;
	clear:both;
	background:none;
	padding:0px;
	/*background:url(/icons/pop_bg.png) repeat-y top;*/
}
/*search_popup popup style*/
.search_popup .pop_foot{
	background:none;
}
.search_popup .pop_head{
	background:none;
}
.search_popup .pop_title {
	font-weight:bold;
	font-size:12px;
	position:relative;
	padding:0px;
	height:15px;
	clear:both;
}
.search_popup .pop_body{
	height:1%;
	height:100px;
	clear:both;
	background:none;
	padding:0px;
	/*background:url(/icons/pop_bg.png) repeat-y top;*/
}
.search_popup .pop_foot{
	background:none;
}
/*config_popup popup style*/
.config_popup .pop_head{
	background:none;
}
.config_popup .pop_title {
	font-weight:bold;
	font-size:12px;
	position:relative;
	padding:0px;
	height:15px;
	clear:both;
}
.config_popup .pop_body{
	height:1%;
	height:100px;
	clear:both;
	background:none;
	padding:0px;
	/*background:url(/icons/pop_bg.png) repeat-y top;*/
}
.config_popup .pop_foot{
	background:none;
}

/*Add Edit Labor Style*/
.addlobor_ctrl{
	margin:0 300px;
}
.addlabor_popup .pop_head{
	background:none;
}
.addlabor_popup .pop_title {
	font-weight:bold;
	font-size:12px;
	position:relative;
	padding:0px;
	height:15px;
	clear:both;
}
.addlabor_popup .pop_body{
	height:1%;
	height:100px;
	clear:both;
	background:none;
	padding:0px;
	/*background:url(/icons/pop_bg.png) repeat-y top;*/
}
.addlabor_popup .pop_foot{
	background:none;
}
/*Add Edit Material Style*/
.addmaterial_ctrl{
	margin:0 300px;
}

.addmaterial_popup .pop_head{
	background:none;
}
.addmaterial_popup .pop_title {
	font-weight:bold;
	font-size:12px;
	position:relative;
	padding:0px;
	height:15px;
	clear:both;
}
.addmaterial_popup .pop_body{
	height:1%;
	height:100px;
	clear:both;
	background:none;
	padding:0px;
	/*background:url(/icons/pop_bg.png) repeat-y top;*/
}
.addmaterial_popup .pop_foot{
	background:none;
}
/*Exhaust Fan popup style*/
.exhaust_ctrl{
	margin:0 300px;
}

.exhaustfan_popup .pop_head{
	background:none;
}
.exhaustfan_popup .pop_title {
	font-weight:bold;
	font-size:12px;
	position:relative;
	padding:0px;
	height:15px;
	clear:both;
}
.exhaustfan_popup .pop_body{
	height:1%;
	height:100px;
	clear:both;
	background:none;
	padding:0px;
	/*background:url(/icons/pop_bg.png) repeat-y top;*/
}
.exhaustfan_popup .pop_foot{
	background:none;
}
/*Manage List Type style*/
.managelist_ctrl{
	margin:0 300px;
}

.managelist_popup .pop_head{
	background:none;
}
.managelist_popup .pop_title {
	font-weight:bold;
	font-size:12px;
	position:relative;
	padding:0px;
	height:15px;
	clear:both;
}
.managelist_popup .pop_body{
	height:1%;
	height:100px;
	clear:both;
	background:none;
	padding:0px;
	/*background:url(/icons/pop_bg.png) repeat-y top;*/
}
.managelist_popup .pop_foot{
	background:none;
}
/*Operation Search style*/
.operationsearch_ctrl{
	margin:0 300px;
}

.operationsearch_popup .pop_head{
	background:none;
}
.operationsearch_popup .pop_title {
	font-weight:bold;
	font-size:12px;
	position:relative;
	padding:0px;
	height:15px;
	clear:both;
}
.operationsearch_popup .pop_body{
	height:1%;
	height:100px;
	clear:both;
	background:none;
	padding:0px;
	/*background:url(/icons/pop_bg.png) repeat-y top;*/
}
.operationsearch_popup .pop_foot{
	background:none;
}

/*Popup related style*/
.modal-overlay-warning {
	position: fixed;
	z-index:900;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background: #DCE4EB;
	display: none;
}
.meter_outer_div{
	background-color:#e0e0e0;
	width:325px;
	height:125px;
	border:1px solid #abaaaa;
	border-radius:3px;
	z-index:20001;
	padding: 6px;
	}
.meter_outer_div a{
	color:#3D80E0;
	text-decoration:none;
	}
.meter_inner_div{
	background-color:#ffffff;
	padding:0;
	width:auto;
	border:1px solid #ffffff;
	border-radius:3px;
	}
.mater_read_row{
	padding:12px 5px 0 5px;
	text-align:center;
	line-height: 15px;
	font-size:12px; 	
	}
.mater_read_row_left90{
	text-align:center;
	}
.mater_read_row_left120{
	text-align:center;
	}
.mater_read_close{
	display:block;
	text-decoration:none; 
	text-indent:-999em;
	outline:none;
	width:17px;
	height:17px;
	margin:0;
	padding:0;
	line-height:17px;
	border:none;
	position:absolute;
	top:6px;
	right:6px;
	background:url(/icons/x-1.png) no-repeat top;
	}
.mater_read_close:hover{
background:url(/icons/x-2.png) no-repeat top;
}
.chrome .mater_read_close{
  top:2px;
  right:3px;
 }
.warnpop{
  padding:11px 5px 0;
  text-align:center;
  font-size:12px;
}

/* Start Adding for php code by Srikant*/
.pop .addvisitor dt{
	margin-bottom:6px;
	vertical-align:middle;
	height:25px;
	width:30%;
	float:left;
}
.pop .addvisitor dd{
	margin-bottom:6px;
	vertical-align:middle;
	float:left;
	height:25px;
	width:65%;
}

.pop .addvisitor dd input {
	height:14px;
	width:90%;
}
.pop .addvisitor select {
	height:22px;
	width:90%;
}
.pop .addvisitor dd.textarea{
	height:63px;
	vertical-align:middle;
}

.pop .addvisitor dd textarea{
	width:88%;
	height:50px;
}
.pop .addvisitor dd.double_text_left{
	width:31%;
	margin-right:0px;
}
.pop .addvisitor dd.double_text_right{
	width:29%;
	margin-left:0px;
	float:left;
}

.pop .addvisitor dd.double_text_left input{
	width:78%;
	vertical-align:top;
}
.pop .addvisitor dd.double_text_right input{
	width:95%;
}
.pop .addvisitor dd.input_check input{
	width:10%;
}
.pop .addvisitor dd.input_check label{
	vertical-align:middle;
}
.pop .addvisitor dd.input_check input.email_contact{
	width:46%;
}
/*add visitor popup style*/ 

#calendar-popup-text {
	position: absolute; 
	left: 0; 
	top: 0;
}

#calendar-popup-buttons {
	position: absolute; 
	top: 156px;
}

.calendar-calendar-div {
	position: absolute; 
	width: 120px; 
	left: 180px; 
	top: 0;
}

/* Blue Botton */

.blueButton {
	border: 0 none;
	cursor: pointer;
	padding: 0 15px 0 0;
	text-align: center;
	height: 20px;
	line-height: 20px;
	width: auto;
	background: transparent url( /icons/bb_btn_right.gif ) no-repeat scroll right top;
	clear: left;
}

.blueButton span {
	display: block;
	padding: 0 0 0 15px;
	position: relative;
	white-space: nowrap;
	height: 20px;
	line-height: 20px;
	background: transparent url( /icons/bb_btn_left.gif ) no-repeat scroll left top;
	color: #FFFFFF;
}

.blueButton:hover {
	background-position: 100% -20px;
}

.blueButton:hover span {
	background-position: 0% -20px;
}

button::-moz-focus-inner {
	border: none;
}

.pop .popup_float_left{
	width:50%;
	float:left;
}

.pop .popup_float_right{
	width:50%;
	float:right;
}

.pop .popup_float{
	float:left;
	width:95%;
}

/** POPUP FORMS **/

.pop .addedittask input[type=text] {
	width:200px;
} 
.pop .addeditrecord input[type=text] {
	width:250px;
} 

.pop .addedittask input[type=password], .pop .addeditrecord input[type=password] {
	width:150px;
} 

.pop .addedittask textarea {
	height:14px;
	width:200px;
}

.pop .addeditrecord textarea {
	height:14px;
	width:250px;
}
 
.pop .addedittask input.num, .pop .addeditrecord input.num {
	width:100px;
}  

.pop .addedittask input.w200, .pop .addeditrecord input.w200 {
	width:200px;
}   
 
.pop .addedittask select{
	width:206px;
} 

.pop .addeditrecord select{
	width:250px;
} 

.pop .addedittask select.small, .pop .addeditrecord select.small {
	width:40%;
}
.pop .addedittask select.w50, .pop .addeditrecord select.w50 {
	width:50px;
}
.pop .addedittask select.w100, .pop .addeditrecord select.w100 {
	width:100px;
}
.pop .addedittask select.w150, .pop .addeditrecord select.w150 {
	width:150px;
}
.pop .addedittask select.w250, .pop .addeditrecord select.w250 {
	width:250px;
}

.pop .addedittask .displaySeasonal input, .pop .addeditrecord .displaySeasonal input{
	width:40%;
}

.pop .addedittask dd, .pop .addeditrecord dd{
	margin-bottom:6px; 
	line-height:28px;
}

.pop .addedittask input.chkbox, .pop .addeditrecord input.chkbox {
	height:14px;
	width:20px;
}

.pop .addedittask a, .pop .addeditrecord a {
	color:#3D80E0;
	cursor:pointer;
	text-decoration:none;
} 

.pop .ppremove{
    padding-left:10px;
	cursor:pointer;
}

.list_popup div.popupInfo {
	width:95%;
	padding:5px 5px 0 5px;
}  
  
.pop_drop{
	position:absolute; 
	z-index:2000;
	display:none;
    background-color:white;
	font-size:12px;
	color:#424242;
    border:1px solid #acaeb2;  
	} 
	
.pop_drop .body_center{
  padding:5px;
} 
 
input.cancel_popup, button.cancel_popup{
  color:#333333!important;
}
.cancel_popup{
  color:#3D80E0!important;
  clear: both;  
  cursor:pointer; 
}

.pop_drop .row_full{
 padding-left:10px;
}

.pop_drop .btn_row{
 float:left;
 padding-left:10px;
 margin-top:3px;
}
/*** SAVE VIEW MANAGEMENT ***/
#saveSearch_list{ 
  font-size:11px;
}

#saveSearch_list  .sv_header{
  width:300px; 
  padding:10px 0px; 
  border-bottom:1px solid;
}

#saveSearch_list  .sv_header .delete_hdr{
  width:50px; 
  float:left; 
  margin-top:-3px;
  font-weight:bold;
} 

#saveSearch_list  .sv_header .name_hdr{
  width:250px; 
  float:left;  
  margin-top:-3px;
  font-weight:bold;
}

#saveSearch_list  .sv_list{
  width:300px; 
  line-height:18px; 
}

#saveSearch_list .sv_list .delete_hdr{
  width:50px; 
  float:left;  
  font-weight:bold;
} 

#saveSearch_list  .sv_list .name_hdr{
  width:250px; 
  float:left;  
  font-weight:bold;
} 

#saveSearch_list .small_txt{
  font-size:9px;
}
.announceCheck{position:relative;top:2px;}
/*** END SAVE VIEW MANAGEMENT ***/

#formOnChangeStatusPop input[type=text],
#formOnChangeStatusPop textarea,
#formOnChangeStatusPop select{
  width:285px;
  margin:2px 0;
}
.berror{
  border:1px solid #FF0000!important;
  }