#right-panel .inner-box2 { float:right; width:100%; height:40px;  /* background:url(images/top-center-bg1.gif) repeat-x 0% 0%; */}
.inner-box2 #searchwrapper { float:right; width:300px; height:34px;} 
#searchwrapper form { display:inline ; }
.searchfield { float:right; border-style:solid none solid solid;border-color:#cfd9de;border-width:1px; height:22px; font:12px/20px normal "Arial Black", Gadget, sans-serif; width:120px; margin:06px 0;}
.searchbutton { float:right; margin-right:05px; widows:28px;margin:06px 5px 06px 0px;   }
#newtask {
    background-position: -100px -78px;
    border: 1px solid #DDDDDD;
	box-shadow: 1 2px 2px #DDDDDD;
	border-radius: 3px;
    float: right;
     line-height: 20px;
	height:20px;
    margin: 6px 5px 6px 0;
    padding-left: 20px;
    width: 110px;
}
 
#newtask a { text-decoration:none; color:#000000; font:normal 12px;}
.inner-box2  h2 { font: bold 12px/40px Arial, Helvetica, sans-serif; text-align:left; color:#3a57c7;}
.inner-box2-1 {  margin-top:0px;}
.task-table {border:1px solid #dedede; margin-top:40px;}
.task-suptable{ border:1px solid #dedede; }
thead td{ font:bold; }
/* 
.task-suptable thead td{ margin:0px; padding:4px;text-transform:capitalize; text-align:left; vertical-align:top; overflow:hidden;font:bold 12px Arial; line-height:34px; background:url(images/head-bg.gif) repeat-x 0% 0%;}

.task-suptable tbody tr.scol { background:url(images/tr-bg.gif) repeat-x 0% 0%; }
.task-suptable tbody td{padding:2px;font-size:12px; font-weight:normal; text-align:left; height:37px;}
.task-suptable tbody td.close { background-position:3px -78px; width:24px; height:34px;}
.task-suptable tbody td.message-photo { background-position:3px -78px; width:180px; height:34px;}
.task-suptable tbody td.edit { background-position:-34px -78px; width:24px; height:34px;}
.task-suptable tbody td.view { background-position:-65px -78px; width:24px; height:34px;}

.task-table thead td span.description{color:#000;font-size:12px; padding-left:15px;text-transform:none; text-align:right;}
.task-table tbody td.attribute{font-weight:normal; background:#fef3e9; border-bottom:1px solid #e5bc97;}
.task-table tbody td.name{font-weight:normal; background:#FFF;}

.task-table thead td{ margin:0px; padding:4px;text-transform:capitalize; text-align:left; vertical-align:top; overflow:hidden;font:bold 12px Arial; line-height:34px; background:url(images/head-bg.gif) repeat-x 0% 0%;}

.task-table tbody tr.scol { background:url(images/tr-bg.gif) repeat-x 0% 0%; }
.task-table tbody td{padding:2px;font-size:12px; font-weight:normal; text-align:left; height:37px;}
.task-table tbody td.close { background-position:3px -78px; width:24px; height:34px;}
.task-table tbody td.message-photo { background-position:3px -78px; width:180px; height:34px;}
.task-table tbody td.edit { background-position:-34px -78px; width:24px; height:34px;}
.task-table tbody td.view { background-position:-65px -78px; width:24px; height:34px;}

.task-table thead td span.description{color:#000;font-size:12px; padding-left:15px;text-transform:none; text-align:right;}
.task-table tbody td.attribute{font-weight:normal; background:#fef3e9; border-bottom:1px solid #e5bc97;}
.task-table tbody td.name{font-weight:normal; background:#FFF;} */


.ui-draggable .ui-dialog-titlebar {
cursor:default;
}
#ui-dialog-title-task-form, #ui-dialog-title-dialog-form , .ui-dialog-title{
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 30px;
	min-height: 30px;
	padding: 10px 0px;
	text-shadow: 0 1px 0 #FFFFFF;
}
/* light box */
 #fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}

.ui-dialog{
display: none; /*--hidden by default--*/
	background: #fff;
	padding: 10px;	
	border: 3px solid #ddd;
	float: left;
	font-size: 0.8em;
	position: absolute;
	/* top: 50%; left: 50%; */
	z-index: 99999;
	/*--CSS3 Box Shadows--
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000; */
	/*--CSS3 Rounded Corners--
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; */

}
  .popup_block{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 10px;
	border: 3px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	/* top: 50%; left: 50%; */
	z-index: 99999;
	/*--CSS3 Box Shadows--
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000; */
	/*--CSS3 Rounded Corners--
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; */
	
	display: table;
    margin: 0 auto;
    min-height: 100px;
    min-width: 700px;
    padding: 0.2em 26px 0.2em 0.2em;   
    width: 88%;
	
}

/*--Making IE6 Understand Fixed Positioning--*/
	*html #fade {
	position: absolute;
}
	*html .popup_block .ui-dialog {
	position: absolute;
}
#dialog-form .form-item label{
display:block;
font-weight:blod;
font-size:10px;
}