@import url(grid_extensions.css);

.GridHeader {
	display: none;
}
.Header {
	width: 100%;
	display: none;
	}

.Header th { 
	font-size:11px; font-weight: bold; text-align: left;
	font-family:Verdana;
	height:2tbody td6px;
	padding: 2px;
	background-image: url(images/headerbg.gif) ;
	color: #000;
	width: 100%;
	white-space: nowrap;
	}

.HeaderLeft { 
	background-image: url(images/headerleft.gif);
	}

.HeaderRight { 
	background: url(images/headerright.gif) right top;
	}
.HeaderButton {
	background-image: url(images/headerbg.gif);	
}
.HeaderButton img{
	width: 17px;
}

.HeaderLeft img{
	width: 14px;
	}

.HeaderRight img{
	width: 10px;
	}

.GridHeader table {margin:0;}
.GridHeader td, tr {padding:0;}
/* Grid */
table.scroll {
	table-layout: fixed;
	/*border-right: 1px solid #D4D0C8;*/
	margin-bottom:0;
	display:block;
	float:left;
	clear:right;
	background-color:#FEFFEF;
	opacity: 0.8;
	border-style:solid;
	border-width:1px;
	filter:alpha(opacity=80);	
	border-color:#4A2B29;
}
table.scroll tbody tr {
	
}

table.scroll tbody tr.alt {
	
}
	
table.scroll tr.over td{
	background-color: #E1DCF4;
	background-image: url(images/row_over_bg.png);
	backtround-repeat:repeat-x;
}
	
	table.scroll tr.selected td {
	background:#b6eae7;
	color: #000;
}

	table.scroll tbody td  {
	padding: 2px;
	text-align: left;
	border-left: 0px solid #D4D0C8; 
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: normal;
	height : auto;
}

table.scroll tbody td.editable img {
	float:left;
	margin:1px 4px;
}

	table.scroll thead th  {
	padding: 2px; 
	text-align: left;
	vertical-align:middle;
	font-family:tahoma;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	height:21px;
}
	
	table.scroll th div {
	overflow: hidden;
/*	white-space: nowrap;*/
	word-wrap: break-word;
	height : 17px;
}
	table.scroll th span {
	cursor: e-resize;
/*	border-right: 1px solid #D6D2C2;  */
	width: 10px;
	float: right;
	display: block;
	margin: -2px -1px -2px 0px;
	height: 17px;
	overflow: hidden;
	white-space: nowrap;
}

/* End Grid */

/* Pager */
div.scroll {
	vertical-align: top;
	height: 28px;
	white-space: nowrap;
	text-align: center;
	display : none;

}
div.scroll span {
	vertical-align : top; 	
}
.selbox {
	font-size: x-small;
	vertical-align : top;
}
input.selbox{
	font-size: x-small;
	vertical-align : top;
}
.pgbuttons {
	margin-top :2px;
}
.nav-table-left {
	padding:1px;
	float: left;
/*	position:absolute;*/
}
.nav-table-right {
	padding:1px;
	float: right;
}

table.navtable {margin:2px 4px; width: auto;}
table.navtable tr{

}

table.navtable td.nav-button {
	border: 1px solid #c0c0c0;
	white-space: nowrap;
	padding:2px;
}

table.navtable td.nav-hover {
	border: 1px solid #808080;
	padding:2px;
}

table.tbutton tr td{
	border:none;
	padding:0px;
}

img.jsHover { /*not used */
	border: 1px solid #99CCFF;
}
/* End Pager */
/*multiselect checkbox */
.cbox {
	height: 10px;
	width: 10px;
	/*border:1px solid #999;*/
}
/* end multiselect */


/* loading div */
div.loading {
	position: absolute;
	text-align: center;
	color:#fc723c;
	width:80px;
	height:12px;
	display: none;
	text-align:left;
	background:url(images/jqgrid_preloader.gif) #ffffff top right no-repeat;
}

div.loadingui {
	display:none;
	z-index:6000;
	opacity:0.1;
	-moz-opacity: 0.1;
	filter: alpha(opacity=10);
	background-color:#000;
	position:absolute;
}

/* end loading div */
/* toolbar */
div.userdata {
	margin-top: 0px;
	background-color : #fff;
	height : auto;
	overflow: hidden;
	border-left:1px solid #CCCCCC;	
}

div.userDataBtn {
	cursor:pointer;
	font-weight:bold;
	float:left;
}

div.userDataBtn:hover {
background-color:#eeeeee
}

div.userdata img{
	vertical-align:middle;
	cursor:pointer;
	margin:3px 3px 3px 11px;
}

div.userdata label {
	cursor:pointer;	

}
/* end toolbar */
/*Subgrid  text mode*/
.subgrid {
	height: 100%;
	overflow:  auto;
}
tr.subgrid > td{
	border-top:2px solid #77AACC;
	border-left:2px solid #77AACC !important;
	border-right:none;
	border-bottom:2px solid #000 !important;
}
.tablediv {
	background-color: White;
	border-spacing: 1px; /*cellspacing:poor IE support for  this*/
	border-collapse: separate;
	width:100%; /* FF hack poor when scroling subgrid */
}
.celldiv {
	float: left;
	display: table-cell;
	border: 1px dotted #CCCCCC;
	overflow: auto;
	white-space: normal;
}
.celldivth {
	float: left; /*fix for  buggy browsers*/
	border: 1px solid #CCCCCC;
	background-color: #99CCFF;
	border-bottom: 1px solid #CBC7B8;
	text-align: left;
	overflow: auto;
}
.rowdiv  {
	display: table-row;
	background: #F9F9F9 none;
	color: #000000;
	width: 100%;
	overflow:auto;
}
.zebraClass > .tablediv > .GridHeader > .Header .HeaderLeft {

background-image:url(images/zebraheaderleft.gif);
}
.zebraClass > .tablediv > .GridHeader > .Header th {

background-image:url(images/zebraheaderbg.gif);
}
.zebraClass > .tablediv > .GridHeader > .Header .HeaderRight {

background-image:url(images/zebraheaderright.gif);
}

.noZebraClass .HeaderLeft {

background-image:url(images/headerleft.gif);
}
.noZebraClass .Header th {

background-image:url(images/headerbg.gif);
}
.noZebraClass .HeaderRight {

background-image:url(images/headerright.gif);
}

.expandRowSubgrid td {

	
	background-color:#FFC964;

}
/* End Subgrid */

/* InLine editing */
input.editable[type="text"] {
	font-size: x-small;
	overflow: hidden;
	height : 15px;
}
input.editable[type="checkbox"]  {
}

textarea.editable {
	overflow: hidden;
}

select.editable {
	font-size: x-small;
}
/* End Inline Editing */

/*Modal Window */
.modaltext{ 
    text-align : left;
}
.modalwin{
    border:5px solid #DBDBDB;
    background:#ffffff;
    text-align:left;
    margin: 0 auto;
	overflow: auto;
}


.modalhead {
	background-image: url(images/modal_hd.png);
	height: 22px;
	font-family:Verdana;
	font-size:11;
	font-weight:700;
	
}
.modalcontent {
	overflow: auto;
	margin-bottom: 9px;
	margin-left: 5px;
}
/* end Modal window*/
/* Search window */
input.search {
height:16px;
padding:2px;
font-family:Arial;
font-size:11px;
font-weight:500;
background:#E6E6E6 url(../../../../graph/backend/input_text_bg.png) repeat-x;
border:1px solid #D3D3D3;
color:#000;
outline-color:invert;
outline-style:none;
outline-width:medium;
cursor:pointer;
line-height:1.4em;
margin:0.5em 0.4em 0.5em 0pt;
overflow:visible;
padding:0.2em 0.6em 0.3em;
width:auto;	
}

select.search {
	margin: 2px;
	width: 70px;
	font-size: 10px;
	color: #15428B;		
}

.buttonsearch {
font-weight:700;
background:#E6E6E6 url(../../.../../graph/backend/e6e6e6_40x100_textures_02_glass_75.png) repeat-x scroll 50%;
border:1px solid #D3D3D3;
color:#555555;
outline-color:invert;
outline-style:none;
outline-width:medium;
cursor:pointer;
line-height:1.4em;
margin:0.5em 0.4em 0.5em 0pt;
overflow:visible;
padding:0.2em 0.6em 0.3em;
width:auto;
}
/*End search */

/* Form edit */

.FormGrid {
	margin: 0px;
}
.EditTable {
	width: 100%;
}

.FormData { /* div */
	
}

#FormError div {
	font-size: 90%;
	color: #FF0000;
	vertical-align: top;
	background-color: #f7f7f7; 
}

.CaptionTD{ /* div */
	font-weight: normal; text-align: right; vertical-align: top;
	font-size:12px;
	font-family:Tahoma;
	height:28px;
	padding: 2px 10px 2px 2px;
	border-top: 0px solid #D4D0C8;
	white-space: nowrap;
	color: #000000;
}
.DataTD { /* div */
	padding: 1px;
	border-top: 0px solid #D4D0C8;
	vertical-align: top;
}
.navButton{
	border-top: 0px solid #D4D0C8;
	border-bottom: 0px solid #D4D0C8;
	text-align: center;
}
.navButton input{
	width:17px;
}
input.EditButton#sData  { /* buttons are at footer div */
font-weight:700;
background:#E6E6E6 url(../graph/backend/e6e6e6_40x100_textures_02_glass_75.png) repeat-x scroll 50%;
border:1px solid #D3D3D3;
color:#555555;
outline-color:invert;
outline-style:none;
outline-width:medium;
cursor:pointer;
line-height:1.4em;
margin:0.5em 0.4em 0.5em 0pt;
overflow:visible;
padding:0.2em 0.6em 0.3em;
width:auto;	
}

input.EditButton#cData  { /* buttons are at footer div */
font-weight:500;
background:#E6E6E6 url(../graph/backend/e6e6e6_40x100_textures_02_glass_75.png) repeat-x scroll 50%;
border:1px solid #D3D3D3;
color:#555555;
outline-color:invert;
outline-style:none;
outline-width:medium;
cursor:pointer;
line-height:1.4em;
margin:0.5em 0.4em 0.5em 0pt;
overflow:visible;
padding:0.2em 0.6em 0.3em;
width:auto;	
}

div.EditButton {
	text-align: left;
	border-top: 0px solid #D4D0C8;
	border-bottom: 0px solid #D4D0C8;
}

/*
.FormElement { /* form element  - input -text,textarea,checkbox - select  
	
}
*/

.FormElement {	
	border:1px solid #aaaaaa;
}
input[type="text"].FormElement{		
height:16px;
padding:2px;
font-family:Arial;
font-size:11px;
font-weight:500;
background:#E6E6E6 url(../../../../graph/backend/input_text_bg.png) repeat-x;
border:1px solid #D3D3D3;
color:#000;
outline-color:invert;
outline-style:none;
outline-width:medium;

line-height:1.4em;
margin:0.5em 0.4em 0.5em 0pt;
overflow:visible;
padding:0.2em 0.6em 0.3em;
width:auto;
}
input[type="password"].FormElement{		
height:16px;
padding:2px;
font-family:Arial;
font-size:11px;
font-weight:500;
background:#E6E6E6 url(../../../../graph/backend/input_text_bg.png) repeat-x;
border:1px solid #D3D3D3;
color:#000;
outline-color:invert;
outline-style:none;
outline-width:medium;

line-height:1.4em;
margin:0.5em 0.4em 0.5em 0pt;
overflow:visible;
padding:0.2em 0.6em 0.3em;
width:auto;
}
input[type="checkbox"].FormElement{
	width: 15px;
	color: #15428B;		
}
input[type="textarea"].FormElement{
	color: #000;
	padding:2px;
	font-family:Arial;
	font-size:12px;
}

textarea {
	color:#000;
	padding:2px;
	font-family:Arial;
	font-size:11px;
	min-height:30px;
	min-width:30px;
}

select.FormElement {
	font-size: 11px;
	font-family:Arial;
	color:#000;		
}
/* End Eorm edit */

/* Delete Dialog */
.DelButton > input { /* buttons are at footer tr */
font-weight:500;
background:#E6E6E6 url(../../../../graph/backend/e6e6e6_40x100_textures_02_glass_75.png) repeat-x scroll 50%;
border:1px solid #D3D3D3;
color:#555555;
outline-color:invert;
outline-style:none;
outline-width:medium;
cursor:pointer;
line-height:1.4em;
margin:0.5em 0.4em 0.5em 0pt;
overflow:visible;
padding:0.2em 0.6em 0.3em;
width:auto;
}
.DelButton {
	text-align: right;
}
/* End Delete Dialog */

img.jqResize {
	position:absolute;
	bottom: 0px;
	right: 0px;
	cursor :se-resize;
}
.dirty-cell {
	background: transparent url(images/dirty.gif) no-repeat 0 0;	
}
#DelError td {
	font-size: 90%;
	color: #FF0000;
	vertical-align: top;
	background-color: #f7f7f7; 
}
/* Tree Grid */
.tree-wrap
{
	float: left; 
	position: relative;
	height: 18px;
	white-space: nowrap;
	overflow: hidden;
}
.tree-minus
{
	position: absolute;
	height: 18px; 
	width: 16px;
	overflow: hidden;
	background: url(images/tree_minus.gif) no-repeat;
}
.tree-plus
{
	position: absolute;
	height: 18px; 
	width: 16px;
	overflow: hidden;
	background: url(images/tree_plus.gif) no-repeat;
}
.tree-leaf
{
	position: absolute;
	height: 18px; 
	width: 16px;
	overflow: hidden;
	background: url(images/tree_leaf.gif) no-repeat;
}
.treeclick
{
	cursor: pointer;
}
.edit-cell {
	background-color: #E1DCF4 !important;
}
.selected-row, .selected-row TD {
	background-color: #3d84cc; 
}

label.error {
color:red;
font-size:10px;
font-style: italic;
display:block;
text-align:right;
}

/*for project*/
.jqgridProjectContainer .Header th {
height:20px;
background:#fff;
color:#fff;
}

.jqgridProjectContainer .HeaderLeft {
background:#fff;
}

.jqgridProjectContainer .HeaderRight {
background:#fff;
}

.jqgridProjectContainer .HeaderButton {
background:#fff;
}

table.project {
border-width:0;
}

table.project thead th {
padding: 2px 10px;
}

table.project tbody tr {
/*background: url('../graph/backend/project_list_bg.png') top left no-repeat;*/
background: none top left no-repeat;
}

table.project tbody td {
height:90px;
font-size:12px;
border:0 solid #fff;
vertical-align:top;
padding:16px 10px;
background: url('../../../../graph/backend/project_middle_line.png') top left repeat-x;
}
table.project tbody tr td.firstcolumn{
background: url('../../../../graph/backend/project_left_corn.png') top left no-repeat;
}
table.project tbody tr  td.lastcolumn{/*IE don't understand :last-child*/
background: url('../../../../graph/backend/project_right_corn.png') top right no-repeat;
}


.jqgridProjectContainer div.userdata {
border-width:0;
}

img#jqgridProjectTablebtSearch {
margin:10px 20px;
}

img#jqgridProjectTablebtAdd {
margin:10px 20px;
}

table.project thead th {
background:#fff;
border-width:0px;
}

.jqgridProjectContainer table.navtable tr {
background:#fff;
}

#jqgridProjectPager {
background:#fff;
}

table.project tr.over {
/*background: url('../graph/backend/project_list_bg_on.png') top left no-repeat;*/
background: none top left no-repeat;
}


table.project tr.selected {
/*background: url('../graph/backend/project_list_bg_selected.png') top left no-repeat;*/
background: none top left no-repeat;
}

table.project tr.selected td {
background: url('../../../../graph/backend/project_middle_line_select.png') top left repeat-x;
}

table.project tbody tr.selected  td.firstcolumn{
background: url('../../../../graph/backend/project_left_corn_select.png') top left no-repeat;
}
table.project tbody tr.selected  td.lastcolumn{/*IE don't understand :last-child*/
background: url('../../../../graph/backend/project_right_corn_select.png') top right no-repeat;
}


table.project tr.over td {
background: url('../../../../graph/backend/project_middle_line_on.png') top left repeat-x;
}

table.project tbody tr.over  td.firstcolumn{
background: url('../../../../graph/backend/project_left_corn_on.png') top left no-repeat;
}
table.project tbody tr.over  td.lastcolumn{/*IE don't understand :last-child*/
background: url('../../../../graph/backend/project_right_corn_on.png') top right no-repeat;
}


table.project img.editable {
margin:10px;
}

.jqgridProjectContainer .headerContainer table.scroll{
	border-width:0;

}
.jqgridProjectContainer .headerContainer table.scroll thead th{
	background:#fff;
	border-width:0px;
	padding: 2px 10px;
}

.searchJqgridForm {

	width:480px;
	padding:10px;

}
.searchJqgridForm div{
	
	display:inline;
}
.tooltipGrid {
	background-color:#fff;
	border-style:solid;
	border-width:0.5px;
	border-color:#000;
	padding:2px;
	max-width:600px;
	z-index:1;
}