/* Compliance styles */

/* See task 322  */
.x-grid3-header {position: relative;}
.x-grid3-header-offset {width: auto;}

.delete {
	background:url("/static/images/tb_delete.png") no-repeat 0 0 !important;
}
.add {
	background:url("/static/images/tb_add.png") no-repeat 0 0 !important;
}
.open {
	background:url("/static/images/task_icon.png") no-repeat 0 0 !important;
}
.singleuser {
	background:url("/static/images/users.png") no-repeat 0 0 !important;
}
.multiusers {
	background:url("/static/images/groups.png") no-repeat 0 0 !important;
}
.location {
	background:url("/static/images/plugin_go.png") no-repeat 0 0 !important;
}
.edit {
	background-image: url(/static/images/libraryswitcher.png) !important; background-position: -352px -48px !important;
}
.book {
	background-image:url(/static/images/libraryswitcher.png) !important;
	background-position: -16px 0 !important;
}
.toc {
	background:url("/static/images/page.gif") no-repeat 0 0 !important;
}
.repeat_task{
	background:url("/static/images/repeat_task.png") no-repeat 0 0 !important;
}
.type_note{
	background:url("/static/images/note.png") no-repeat 0 6px !important;
}
.type_complete{
	background:url("/static/images/complete.png") no-repeat 0 6px !important;
}
.type_rubber_stamp{
	background:url("/static/images/1blank.png") no-repeat 0 6px !important;
}
.type_un_complete{
	background:url("/static/images/un_complete.png") no-repeat 0 6px !important;
}
.type_audit{
	background:url("/static/images/audit.png") no-repeat 0 6px !important;
}

.status_upcoming
{
background:url("/static/images/timing_upcoming.png") no-repeat 0 2px !important;
}

.status_overdue
{
background:url("/static/images/timing_overdue.png") no-repeat 0 2px !important;	
}


/* for legend */
.task-img
{
    background-image: url("/static/images/task_icon.png") !important;
    background-repeat: no-repeat;
    width:16px !important;
}

.repeating-task-img
{
    background-image: url("/static/images/tb_edit_multi.png") !important;
    background-repeat: no-repeat;
    width:16px !important;
}

.task_background .x-panel-body
{
	background-color: #dfe8f6;
	background-repeat : no-repeat;
}

.task_note_body
{
	height:48px;
	width:100%;
	white-space:normal !important;
	ol:{list-style-type: decimal; 
	list-style-position: inside; 
    margin:25px;padding:0;}
    ul :{list-style-type: disc;
    list-style-image: url(bullet.gif);
    list-style-position: inside;}
    margin:5px;padding:0;
}

/* for toc in existing notes */
.grid_toc_cell {
	padding:0 0 0 0;
}

.grid_toc_cell div span {
   padding:0 3px 0 3px;
   vertical-align:bottom;
}

.grid_toc_cell div span a{
	 color: #385F95;
	 text-decoration:none;
}

.grid_toc_cell div span a:hover{
	 color: #385F95;
	 text-decoration:underline;
}
.grid_toc_cell div img {
	vertical-align:bottom;
}

.day_button {
	width: 40px;
}

.x-grid3-hd-has_attachments {
   background: transparent 
               url(/static/images/has_attachments.png)
               no-repeat 3px 3px ! important;
               padding-left:20px;
}

.dialog_label {
	font-size:12px;
	height: 18px;
}

/* hack to fix missing bottom border on a combobox */
.ext-ie6 .x-form-text {
    vertical-align: baseline;
}

.reminder_grid {
	border-width: 1px;
	border-color: #b5b8c8;
}

.red_color {
	color: red;
}

#repeat_win {
    font-size: 12px;
}

#repeat_win .x-btn.x-btn-pressed {
    /*background-color: #99bbe8;*/
    background-color: #FFFFFF;
}

#repeat_win .x-btn.x-btn-pressed .x-btn-text{
    color: black !important;
}

