.button_cursor{
	
	cursor: help;
	white-space:nowrap;
	background-position:center;
	background-repeat:no-repeat;

}

.radio_btn{
    /* to fix radio buttons in New note window on MAC OS */
    margin: 2px;
}

.grid_exit{
	background-image:url("/static/images/back.png") !important;
}

.grid_filter {
	background-image:url("/static/images/tb_clear_filter.png") !important;
}

.grid_reload {
	background-image:url("/static/images/tb_refresh.png") !important;
}

.grid_excel
{
	background-image:url("/static/images/ext/xls.png") !important;
}
.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;
}

.form-group {
	position:relative;
	top:5px;
}


.x-tree-node img.group_fldr, .x-tree-node-collapsed img.group_fldr{
    background-image: url("/static/images/group_folder_close.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.x-tree-node-expanded img.group_fldr {
    background-image: url("/static/images/group_folder_open.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.x-tree-node img.group_node, .x-tree-node-collapsed img.group_node, .x-tree-node-expanded img.group_node{
    background-image: url("/static/images/groups.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.x-tree-node img.user_node, .x-tree-node-collapsed img.user_node, .x-tree-node-expanded img.user_node{
    background-image: url("/static/images/users.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.group_img{
	background-image: url("/static/images/groups.png") !important;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.user_img{
	background-image: url("/static/images/users.png") !important;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.user_remove{
    background-image: url("/static/images/users_deny16x16.gif") !important;
    background-repeat: no-repeat;
    background-position: 0 0;    
}

.noteedit_img{
    background-image: url("/static/images/tb_edit.png") !important;
    background-repeat: no-repeat;
    background-position: 0 0;   
}

.noteapprove_img{
    background-image: url("/static/images/finish.png") !important;
    background-repeat: no-repeat;
    background-position: 0 0;    
}

.notereject_img{
    background-image: url("/static/images/cmd_del.png") !important;
    background-repeat: no-repeat;
    background-position: 0 0;    
}
.viewattach_img{
    background-image: url("/static/images/viewattach.png") !important;
    background-repeat: no-repeat;
    
}
.moreinfo_img{
    background-image: url("/static/images/arrow_right.png") !important;
    background-repeat: no-repeat;

}

.floppysave_img{
    background-image: url("/static/images/note.png") !important;
    background-repeat: no-repeat;

}

.deletenote_img{
    background-image: url("/static/images/userreg_reject.png") !important;
    background-repeat: no-repeat;

}
.close_img{
    background-image: url("/static/images/del_small.png") !important;
    background-repeat: no-repeat;

}

.note_attach_viewer
{
	overflow:auto;
	height:40px;
	width:97%;
	border: 1px solid #B5B8C8;
	padding:10px;
	margin-bottom:10px;			
	
}
/* To change color of scrollbar */
/*
body {
scrollbar-face-color: yellow
scrollbar-shadow-color: yellow;
scrollbar-highlight-color: yellow;
scrollbar-3dlight-color:yellow;
scrollbar-darkshadow-color: yellow;
scrollbar-track-color: yellow;
scrollbar-arrow-color: yellow;
}
*/

#hid {
    background-color: #00adeb;
    border: none;
}

.note_window .x-panel-body .x-panel-body-noheader{
    border: None;
}


.note_window .x-panel-bbar .x-toolbar, .note_window .x-panel-tbar .x-toolbar{
    border-top: 1px solid;
    border-bottom: None;
    border-right: None;
    border-left: None;
    border-color: #aeb6be;
}

.templatePanel {
    padding-left: 8px;
}