﻿ body
{
	margin:0px;
	padding:0px;
	font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
	font-size: 65.5%;
}
.DialogShadow
{
	-webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    2px 2px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         2px 2px 5px 0px rgba(50, 50, 50, 0.75);
}
.DivProgressFixed
{
	float: left;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	overflow: hidden;
}
.DivProgress
{
	height:100%;
	width:100%;
	position: absolute;
	left:0;
	top:0;
	background: -moz-linear-gradient(-45deg,  rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.15) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(0,0,0,0.15)), color-stop(100%,rgba(0,0,0,0.15))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.15) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.15) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.15) 100%); /* IE10+ */
background: linear-gradient(135deg,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.15) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26000000', endColorstr='#26000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.DivProgress > div
{
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	text-align: center;
	border: 1px solid #CCCCCC;
	position: absolute;
	left: 50%;
	top: 50%;
	background-color: white;
	z-index: 100;
	height: 55px;
	margin-top: -25px;
	width: 200px;
	margin-left: -100px;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    2px 2px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         2px 2px 5px 0px rgba(50, 50, 50, 0.75);
}
 #dialog label, #dialog input
        {
            display: block;
        }
        #dialog label
        {
            margin-top: 0.5em;
        }
        #dialog input, #dialog textarea
        {
            width: 95%;
        }
        #tabs
        {
            margin-top: 0.2em;
        }
        #tabs li .ui-icon-close
        {
            float: left;
            margin: 0.4em 0.2em 0 0;
            cursor: pointer;
        }
        #add_tab
        {
            cursor: pointer;
        }
label
{
    display: inline-block;
    width: 5em;
}  

/*for table, grid view*/
.CSSTableGenerator {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 5px 5px 2.5px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.CSSTableGenerator table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}
.CSSTableGenerator table tr th
{
	background: rgb(178,225,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(178,225,255,1) 0%, rgba(102,182,252,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(178,225,255,1)), color-stop(100%,rgba(102,182,252,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(178,225,255,1) 0%,rgba(102,182,252,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(178,225,255,1) 0%,rgba(102,182,252,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(178,225,255,1) 0%,rgba(102,182,252,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(178,225,255,1) 0%,rgba(102,182,252,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2e1ff', endColorstr='#66b6fc',GradientType=0 ); /* IE6-9 */

}
.CSSTableGenerator tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.CSSTableGenerator table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.CSSTableGenerator table tr:first-child td:last-child{
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.CSSTableGenerator tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.CSSTableGenerator tr:hover td{
	
}
.CSSTableGenerator tr:nth-child(odd){ background-color:#aad4ff; }
.CSSTableGenerator tr:nth-child(even)    { background-color:#ffffff; }.CSSTableGenerator td{
	vertical-align:middle;
	
	
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:10px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.CSSTableGenerator tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTableGenerator tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTableGenerator tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td{
		background:-o-linear-gradient(bottom, #005fbf 5%, #003f7f 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #003f7f) );
	background:-moz-linear-gradient( center top, #005fbf 5%, #003f7f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#003f7f");	background: -o-linear-gradient(top,#005fbf,003f7f);

	background-color:#005fbf;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.CSSTableGenerator tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #005fbf 5%, #003f7f 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #003f7f) );
	background:-moz-linear-gradient( center top, #005fbf 5%, #003f7f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#003f7f");	background: -o-linear-gradient(top,#005fbf,003f7f);

	background-color:#005fbf;
}
.CSSTableGenerator tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
/*end of table style*/
  /* for data list*/
.DataListStyle
{
	border-style: solid solid solid none;
	border-width: 1px;
	border-color: #000000;
	margin: 0px;
	padding: 0px;
	width: 100%;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow:hidden;
}
.DataListStyle > table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}
.DataListStyle > table tr th
{
	background: rgb(6,109,171); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(6,109,171,1) 0%, rgba(138,187,215,1) 69%, rgba(197,222,234,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(6,109,171,1)), color-stop(69%,rgba(138,187,215,1)), color-stop(100%,rgba(197,222,234,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(6,109,171,1) 0%,rgba(138,187,215,1) 69%,rgba(197,222,234,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(6,109,171,1) 0%,rgba(138,187,215,1) 69%,rgba(197,222,234,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(6,109,171,1) 0%,rgba(138,187,215,1) 69%,rgba(197,222,234,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(6,109,171,1) 0%,rgba(138,187,215,1) 69%,rgba(197,222,234,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#066dab', endColorstr='#c5deea',GradientType=0 ); /* IE6-9 */
	border:0px solid #000000;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
	padding:5px;
}
.DataListStyle > table tr:first-child td{
	background: rgb(6,109,171); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(6,109,171,1) 0%, rgba(138,187,215,1) 69%, rgba(197,222,234,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(6,109,171,1)), color-stop(69%,rgba(138,187,215,1)), color-stop(100%,rgba(197,222,234,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(6,109,171,1) 0%,rgba(138,187,215,1) 69%,rgba(197,222,234,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(6,109,171,1) 0%,rgba(138,187,215,1) 69%,rgba(197,222,234,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(6,109,171,1) 0%,rgba(138,187,215,1) 69%,rgba(197,222,234,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(6,109,171,1) 0%,rgba(138,187,215,1) 69%,rgba(197,222,234,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#066dab', endColorstr='#c5deea',GradientType=0 ); /* IE6-9 */
	border:0px solid #000000;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
	padding:5px;
}

.DataListStyle > table tr:nth-child(odd)
{
	background: rgb(214,240,253); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(214,240,253,1) 0%, rgba(242,249,254,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(214,240,253,1)), color-stop(100%,rgba(242,249,254,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(214,240,253,1) 0%,rgba(242,249,254,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(214,240,253,1) 0%,rgba(242,249,254,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(214,240,253,1) 0%,rgba(242,249,254,1) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(214,240,253,1) 0%,rgba(242,249,254,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6f0fd', endColorstr='#f2f9fe',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.DataListStyle > table tr:nth-child(even)
{
}
.DataListStyle > table td
{
	border-style: none solid none solid;
	border-width: thin;
	border-color: #000000;
	vertical-align: middle;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	color: #000000;
	padding-left: 5px;
}

/*end od data list*/   
.ui-autocomplete-loading {
    background: white url("images/ui-anim_basic_16x16.gif") right center no-repeat;
  }
.FilteringPanel
{
	width:98%;
	margin-bottom:15px;
	background: -moz-linear-gradient(left,  rgba(152,190,222,1) 0%, rgba(189,216,239,1) 45%, rgba(222,239,255,0.27) 85%, rgba(222,239,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(152,190,222,1)), color-stop(45%,rgba(189,216,239,1)), color-stop(85%,rgba(222,239,255,0.27)), color-stop(100%,rgba(222,239,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(152,190,222,1) 0%,rgba(189,216,239,1) 45%,rgba(222,239,255,0.27) 85%,rgba(222,239,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(152,190,222,1) 0%,rgba(189,216,239,1) 45%,rgba(222,239,255,0.27) 85%,rgba(222,239,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(152,190,222,1) 0%,rgba(189,216,239,1) 45%,rgba(222,239,255,0.27) 85%,rgba(222,239,255,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(152,190,222,1) 0%,rgba(189,216,239,1) 45%,rgba(222,239,255,0.27) 85%,rgba(222,239,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98bede', endColorstr='#00deefff',GradientType=1 ); /* IE6-9 */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
	
	margin-top:5px;
	
}
.DivForm
{
	margin-left:5px;
	margin-right:5px;
	padding-top:2px;
}
.DivForm > div
{
	float:left;
	margin:5px;
}
.DivForm > div > span
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.DivForm input, .TextBox,select,textarea
{
	border: thin solid #336699;
	min-height: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	padding-left:2px;
}

.DivFormPanel
{
	width: 80%;
	margin: auto auto auto 20px;
	padding: 5px;
	float: left;
}
.DivFormPanel > h1
{
	background: -moz-linear-gradient(left,  rgba(152,190,222,1) 0%, rgba(222,239,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(152,190,222,1)), color-stop(100%,rgba(222,239,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(152,190,222,1) 0%,rgba(222,239,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(152,190,222,1) 0%,rgba(222,239,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(152,190,222,1) 0%,rgba(222,239,255,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(152,190,222,1) 0%,rgba(222,239,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98bede', endColorstr='#00deefff',GradientType=1 ); /* IE6-9 */
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.Button
{
	padding-left:10px;
	padding-right:10px;
	border: thin solid #003399;
	height: 26px;
	min-width: 85px;
	background: rgb(235,241,246); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(235,241,246,1) 0%, rgba(171,211,238,1) 50%, rgba(137,195,235,1) 51%, rgba(213,235,251,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,241,246,1)), color-stop(50%,rgba(171,211,238,1)), color-stop(51%,rgba(137,195,235,1)), color-stop(100%,rgba(213,235,251,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf1f6', endColorstr='#d5ebfb',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor: pointer;
}
.Button:hover
{
	background: rgb(228,245,252); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(228,245,252,1) 0%, rgba(191,232,249,1) 50%, rgba(159,216,239,1) 51%, rgba(42,176,237,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(228,245,252,1)), color-stop(50%,rgba(191,232,249,1)), color-stop(51%,rgba(159,216,239,1)), color-stop(100%,rgba(42,176,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(228,245,252,1) 0%,rgba(191,232,249,1) 50%,rgba(159,216,239,1) 51%,rgba(42,176,237,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(228,245,252,1) 0%,rgba(191,232,249,1) 50%,rgba(159,216,239,1) 51%,rgba(42,176,237,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(228,245,252,1) 0%,rgba(191,232,249,1) 50%,rgba(159,216,239,1) 51%,rgba(42,176,237,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(228,245,252,1) 0%,rgba(191,232,249,1) 50%,rgba(159,216,239,1) 51%,rgba(42,176,237,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f5fc', endColorstr='#2ab0ed',GradientType=0 ); /* IE6-9 */


}
.Button_Link
{
	border: thin solid #003399;
	min-height: 13px;
	min-width: 70px;
	display:block;
	text-decoration:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 12px;
	padding:5px;
	cursor: pointer;
	background: rgb(235,241,246); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(235,241,246,1) 0%, rgba(171,211,238,1) 50%, rgba(137,195,235,1) 51%, rgba(213,235,251,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,241,246,1)), color-stop(50%,rgba(171,211,238,1)), color-stop(51%,rgba(137,195,235,1)), color-stop(100%,rgba(213,235,251,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf1f6', endColorstr='#d5ebfb',GradientType=0 ); /* IE6-9 */

}

.Button_Link:hover
{
	background: rgb(228,245,252); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(228,245,252,1) 0%, rgba(191,232,249,1) 50%, rgba(159,216,239,1) 51%, rgba(42,176,237,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(228,245,252,1)), color-stop(50%,rgba(191,232,249,1)), color-stop(51%,rgba(159,216,239,1)), color-stop(100%,rgba(42,176,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(228,245,252,1) 0%,rgba(191,232,249,1) 50%,rgba(159,216,239,1) 51%,rgba(42,176,237,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(228,245,252,1) 0%,rgba(191,232,249,1) 50%,rgba(159,216,239,1) 51%,rgba(42,176,237,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(228,245,252,1) 0%,rgba(191,232,249,1) 50%,rgba(159,216,239,1) 51%,rgba(42,176,237,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(228,245,252,1) 0%,rgba(191,232,249,1) 50%,rgba(159,216,239,1) 51%,rgba(42,176,237,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f5fc', endColorstr='#2ab0ed',GradientType=0 ); /* IE6-9 */

}
eForm
{
		font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
}
.TableForm
{
	margin-bottom:20px;
}
.TableForm td
{
	padding-left:5px;
	padding-right:5px;
	font-size:14px;
}
.TableForm td table td
{
	
	padding-left:0px;
	padding-right:0px;
	font-size:14px;
}
.TableForm .FormHTitle
{
	background: -moz-linear-gradient(left,  rgba(152,190,222,1) 0%, rgba(222,239,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(152,190,222,1)), color-stop(100%,rgba(222,239,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(152,190,222,1) 0%,rgba(222,239,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(152,190,222,1) 0%,rgba(222,239,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(152,190,222,1) 0%,rgba(222,239,255,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(152,190,222,1) 0%,rgba(222,239,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98bede', endColorstr='#00deefff',GradientType=1 ); /* IE6-9 */
padding-left:10px;
padding-top:2.5px;
padding-bottom:2.5px;
font-size:14px;
font-weight:bold;
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
overflow:hidden;

}
.TableForm input, .TextBox,select,textarea
{
	border: thin solid #336699;
	min-height: 18px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	padding:2px;
	font-size: 12.5px;
}

.TableForm input, .TextBox,select
{
	border: thin solid #336699;
	min-height: 18px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	padding:2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.5px;
}

#tabs
{
	width:99%;
	margin:5px;
}
.JustifyParagrap
{
	text-align: justify;
}
#RootMenu
{
	float:left;
	width:20%;
	overflow:auto;
}
#MenuGroup
{
	float:left;
	width:20%;
	overflow:auto;
}
#MenuItems
{
	float:left;
	width:58%;
	overflow:auto;
}
.Add_button
{
	border-style:none!important;
	background-color:transparent;
	background-image: url('images/add.png');
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	cursor: pointer;
	display: block;
}
.Edit_button
{
	border-style:none!important;
	background-color:transparent;
	background-image: url('images/edit.png');
	background-repeat: no-repeat;
	height:20px;
	width:20px;
	cursor:pointer;
	display:block;
}
.Delete_button
{
	border-style:none!important;
	background-color:transparent;
	background-image: url('images/delete.png');
	background-repeat: no-repeat;
	height:20px;
	width:20px;
	cursor:pointer;
	display:block;
}
.Dropdown
{
}
/*for check box*/
.CheckBoxStyle input
{
    width: 18px;
    height: 18px;
    vertical-align:middle;
}
.CheckBoxStyle label
{
   font-size:14px;
    vertical-align:middle;
    width:auto;
    color:Black;
    cursor:pointer;
}
/*end of check box*/

/*Div form ui*/
.Webform
{
	width:100%;
	max-width:600px;
	margin:5px;
	padding:5px;
	font-size:14px;
}
.Webform > h1
{
	background: -moz-linear-gradient(left,  rgba(152,190,222,1) 0%, rgba(222,239,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(152,190,222,1)), color-stop(100%,rgba(222,239,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(152,190,222,1) 0%,rgba(222,239,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(152,190,222,1) 0%,rgba(222,239,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(152,190,222,1) 0%,rgba(222,239,255,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(152,190,222,1) 0%,rgba(222,239,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98bede', endColorstr='#00deefff',GradientType=1 ); /* IE6-9 */
padding-left:10px;
padding-top:2.5px;
padding-bottom:2.5px;
font-size:14px;
font-weight:bold;
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
overflow:hidden;
}
.Webform > div
{
	padding-left:5px;
	padding-top:2.5px;
	overflow:auto;
	}
.Webform > div > label
{
	width:35%;
	font-size:14px;
	float:left;
	padding-top:5px;
	padding-bottom:5px;
}
.Webform > div > span
{
	width:60%;
	float:left;
}
.Webform > div > span input, .TextBox,select,textarea
{border: thin solid #336699;
	min-height: 18px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	padding:2px;
	font-size: 14px;
	}

.decimalOnly
{
	text-align:right;
}
.numberOnly
{
	text-align:right;
}