/* 样式表 */

/*定义颜色*/


if (typeof g_imgPath!="undefined")
{
	imgPath = g_imgPath; /* 图片目录 */
}else{
	imgPath = "../../images/"; /* 图片目录 */
}




var MENU_COLOR = "#EEEEEE"; /*面板颜色*/
var BORDER_COLOR = "#AAAAAA"; /*按钮背景色*/
var BUTTON_BACKGROUND_COLOR = "#DDDDDD"; /* 按钮背景色 */
var BORDER_SHADOW_COLOR = "buttonshadow"; /* 边缘阴影色 */
var BORDER_HIGHLIGHT_COLOR = "buttonhighlight"; /* 边缘高亮色 */
var INPUT_BORDER_COLOR = "#BBBBBB"; /* 文本边框颜色 */
var MENU_MOUSEOVER_COLOR = "#B9C1D2"; /* 菜单MouseOver */
var MENU_MOUSEOVER_BORDER_COLOR = "#000075"; /* 菜单MouseOver边框 */
var SUBMENU_BORDER_COLOR = "#AAAAAA"; /* 子菜单边框 */
var SUBMENU_COLOR = "white"; /* 子菜单颜色 */
var SUBMENU_LEFT_COLOR = "#DDDDDD"; /* 子菜单左边条颜色 */
var SUBMENU_SHADOWN_COLOR = "#CCCCCC";  /* 子菜单阴影颜色 */
var LEFT_MENU_COLOR = "#F6F6F6";
var GRID_ROW_COLOR_DEEP = "#EEF7FF";  /* Grid深行色 */
var GRID_ROW_COLOR_LIGHT = "white"; /* Grid浅行色 */
var GRID_ROW_BORDER = "#DDDDDD";
var GRID_MOUSEOVER_COLOR = "#B9C1D2";
var MSG_COLOR = "#FEFEA0"; /* 信息提示背景色 */

document.write("<style>");

/* 通用样式 */

/* 模块标题 */
document.write(".titlefont {");
document.write("font-size: 14px;");
//document.write("font-style: italic;");
document.write("font-weight: bold;");
document.write("color: #000088;");
document.write("height:40px;");
document.write("vertical-align:middle;");
document.write("padding-left:40px;");
document.write("background-image:url('"+imgPath+"ptitle.gif');");
document.write("background-repeat:no-repeat;");
document.write("filter: Shadow(Color=#E9E9E9, Direction=2);");
document.write("}");

document.write(".inputtext {");
document.write("font-size: 12px;font-family:Arial;");
document.write("border: 1px solid " + INPUT_BORDER_COLOR + ";background:white;");
document.write("}");

document.write(".inputbutton {");
document.write("font-size: 12px;height:20px;padding-top:2px;font-family:宋体;");
document.write("border: 1px solid #ADAAAD;");
document.write("background-color:#F9F9F9;");
document.write("}");

document.write("textarea {");
document.write("font-size: 12px;");
document.write("border: 1px solid " + INPUT_BORDER_COLOR + ";");
document.write("}");


document.write("body {");
document.write("font-size: 12px;");
document.write("margin-top: 0px;");
document.write("margin-left: 0px;");
document.write("margin-right: 0px;");
document.write("background-image:url("+imgPath+"mainbg.gif);");
document.write("SCROLLBAR-FACE-COLOR: " + MENU_COLOR + ";"); /* 滚动条凸出部分的颜色 */
document.write("SCROLLBAR-HIGHLIGHT-COLOR: " + MENU_COLOR + ";");/* 滚动条空白部分的颜色 */
document.write("SCROLLBAR-SHADOW-COLOR: " + MENU_COLOR + ";");/* 立体滚动条阴影的颜色 */
document.write("SCROLLBAR-3DLIGHT-COLOR: " + SUBMENU_BORDER_COLOR + ";");/* 滚动条亮边的颜色 */
document.write("SCROLLBAR-ARROW-COLOR: " + SUBMENU_BORDER_COLOR + ";");/* 上下按钮上三角箭头的颜色 */
document.write("SCROLLBAR-TRACK-COLOR: " + MENU_COLOR + ";");/* 滚动条的背景颜色 */
document.write("SCROLLBAR-DARKSHADOW-COLOR: " + SUBMENU_BORDER_COLOR + ";");/* 滚动条强阴影的颜色 */
document.write("SCROLLBAR-BASE-COLOR: " + MENU_COLOR + ";");/* 滚动条的基本颜色 */
document.write("}");


/* recum增加的样式 */

document.write(".formQuestion {");
document.write("background-color:#336699;padding:0.3em;font-weight:900;font-family:Verdana, Arial, sans-serif;font-size:1.2em;color:#ffffff;");
document.write("}");

document.write(".emphasise {");
document.write("color:#FFFFFF;");
document.write("}");

document.write(".pageSubContentTitle {");
document.write("color:#8e8e8e;margin-top:1em;font-size:2em;font-family:Verdana, Arial, sans-serif;margin-bottom:1em;");
document.write("}");

document.write(".medium {");
document.write("width: 10em;");
document.write("}");

document.write(".noticeMessage {");
document.write("display: block;float: right;font-weight: normal;font-family:Arial, Verdana, sans-serif;color:#ffffff;font-size:1em;");
document.write("}");

document.write("span.invalid, span.missing {");
document.write("display: inline;margin-left: 3px;font-family: 宋体,Arial, Verdana, sans-serif;color:red;font-size:12px;");
document.write("}");

document.write(".dojoHtmlFisheyeListBar {");
document.write("margin: 0 auto; text-align: center;");
document.write("}");

document.write(".outerbar {");
document.write("background-color: #d0e3f5;text-align: center;position: absolute;left: 0px;	top: 0px;	width: 100%;z-index:50;");
document.write("}");

document.write(".page {");
document.write("padding: 50px 20px 0px 0px;");
document.write("}");

document.write("#main {");
document.write("height: 90%;width: 100%;left: 1%;top: 1%;position: relative;");
document.write("}");

document.write(".bottompane {");
document.write("background-color: #d0e3f5; margin: 5px;");
document.write("}");

document.write(".leftpane {");
document.write("background-color: #d0e3f5; width: 100px; margin: 5px;");
document.write("}");

document.write(".clientpane {");
document.write("background-color: #d0e3f5; padding: 10px; margin: 5px;");
document.write("}");

/* 字体 */
document.write("td {");
document.write("font-size: 12px;");
document.write("}");

/* 菜单 */
document.write(".menubackgroud {");
document.write("BACKGROUND: " + MENU_COLOR + "; BORDER-BOTTOM: " + MENU_COLOR + " 1px solid ; BORDER-LEFT: " + MENU_COLOR + " 1px solid; BORDER-RIGHT: " + MENU_COLOR + " 1px solid; BORDER-TOP: " + MENU_COLOR + " 1px solid");
document.write("}");

document.write(".menuitem1{");
document.write("border: " + MENU_COLOR + " 1px solid; cursor: default;");
document.write("}");

document.write(".btn {");
document.write("border-top: 1px solid " + INPUT_BORDER_COLOR + ";");
document.write("}");

document.write(".submenuBtn {");
document.write("BACKGROUND: " + SUBMENU_LEFT_COLOR + "; BORDER-BOTTOM: " + SUBMENU_COLOR + " 1px solid ; BORDER-LEFT: " + SUBMENU_BORDER_COLOR + " 0px solid; BORDER-RIGHT: " + SUBMENU_BORDER_COLOR + " 1px solid; BORDER-TOP: " + SUBMENU_BORDER_COLOR + " 1px solid");
document.write("}");

document.write(".submenuBorder {");
document.write("BORDER-BOTTOM: " + SUBMENU_BORDER_COLOR + " 1px solid ; BORDER-LEFT: " + SUBMENU_BORDER_COLOR + " 0px solid; BORDER-RIGHT: " + SUBMENU_BORDER_COLOR + " 1px solid; BORDER-TOP: " + SUBMENU_BORDER_COLOR + " 0px solid");
document.write("}");

document.write(".submenuBorder2 {");
document.write("BORDER-LEFT: " + SUBMENU_BORDER_COLOR + " 1px solid;");
document.write("}");

document.write(".submenu1{");
document.write("filter:DropShadow(Color='" + SUBMENU_SHADOWN_COLOR + "',OffX='2',OffY='2',Positive='1');cursor:default");
document.write("}");

document.write(".submenuitem{");
document.write("BACKGROUND: " + SUBMENU_COLOR + ";border: " + SUBMENU_COLOR + " 1px solid; cursor: default;");
document.write("}");

document.write(".submenuBorder3 {");
document.write("BORDER: " + SUBMENU_BORDER_COLOR + " 1px solid;");
document.write("}");

/* 工具栏 */
document.write(".toolbarBtn {");
document.write("border-left: 1px solid " + INPUT_BORDER_COLOR + ";");
document.write("}");

document.write(".toolbarTable {");
document.write("border-top: 1px solid " + BORDER_HIGHLIGHT_COLOR + ";border-bottom: 1px solid " + SUBMENU_BORDER_COLOR + ";");
document.write("}");

document.write(".toolbarItem {");
document.write("filter: gray;border: 1px " + MENU_COLOR + " solid;");
document.write("}");

/* 左边菜单 */
document.write(".leftMenu {");
document.write("BACKGROUND: " + LEFT_MENU_COLOR + ";border:1px solid " + BORDER_COLOR + ";");
document.write("}");

document.write(".leftMenuTop {");
document.write("BACKGROUND: " + MENU_COLOR + ";BORDER-BOTTOM: " + BORDER_SHADOW_COLOR + " 1px solid ; BORDER-LEFT: " + BORDER_HIGHLIGHT_COLOR + " 1px solid; BORDER-RIGHT: " + BORDER_SHADOW_COLOR + " 1px solid; BORDER-TOP: " + BORDER_HIGHLIGHT_COLOR + " 1px solid;");
document.write("}");

/* tab页 */

document.write(".contentFrame {");
document.write("BACKGROUND: " + MENU_COLOR + ";border-top:0px solid " + BORDER_COLOR + ";border-left:1px solid " + BORDER_COLOR + ";border-bottom:1px solid " + BORDER_COLOR + ";border-right:1px solid " + BORDER_COLOR + ";height:100%;width:100%;");
document.write("}");

document.write(".contentHide {");
document.write("display: none;");
document.write("}");

document.write(".tabFocus {");
document.write("border-top:1px solid " + BORDER_COLOR + ";border-left:1px solid " + BORDER_COLOR + ";border-right:1px solid " + BORDER_COLOR + ";height:20;cursor:default;color:black;white-space: nowrap;background:" + MENU_COLOR + ";");
document.write("}");

document.write(".tabBlur {");
document.write("BACKGROUND:" + SUBMENU_LEFT_COLOR + ";border-top:1px solid " + BORDER_COLOR + ";border-left:1px solid " + BORDER_COLOR + ";border-right:1px solid " + BORDER_COLOR + ";border-bottom:1px solid " + BORDER_COLOR + ";height:20;cursor:default;color:#666666;");
document.write("}");

document.write(".tabBlank {");
document.write("border-bottom:1px solid " + BORDER_COLOR + ";height:20;cursor:default;");
document.write("}");

document.write(".tabBorder1 {");
document.write("border-bottom:1px solid " + BORDER_COLOR + ";height:20;cursor:default;");
document.write("}");

document.write(".tabMask {");
document.write("position:absolute;cursor:default;background:" + MENU_COLOR + ";width:50px;height:20px;z-index:50;border-bottom:1px solid " + BORDER_COLOR + ";");
document.write("}");

document.write(".activeTabIndex {");
document.write("position:absolute;background:" + MENU_COLOR + ";");
document.write("}");

/* son tab */
document.write(".tabBtnOver {");
document.write("background:" + MENU_MOUSEOVER_COLOR + ";color:#666666;height:18;padding-top:2px;cursor:default;border:1px solid " + MENU_MOUSEOVER_BORDER_COLOR + ";");
document.write("}");

document.write(".tabBtnStat1 {");
document.write("background:" + MENU_COLOR + ";color:#999999;height:18;padding-top:2px;cursor:default;border: 1px solid " + MENU_COLOR + ";");
document.write("}");

document.write(".tabBtnStat2 {");
document.write("background:white;color:#666666;height:20;padding-top:3px;border-left:1px solid "+BORDER_COLOR+";border-bottom:1px solid "+BORDER_COLOR+";border-right: 1px solid "+BORDER_COLOR+";cursor:default;");
document.write("}");

document.write(".sonTabMask {");
document.write("position:absolute;background:" + MENU_COLOR + ";height:20px;width:800px;z-index:100;cursor:default;");
document.write("}");

/* Grid */
document.write(".gridTableBorder {");
document.write("border:1px solid " + BORDER_COLOR + ";");
document.write("}");

document.write(".gridColsProp {");
document.write("cursor:default;height:20;BACKGROUND:" + MENU_COLOR + ";border-top:1px solid white;border-left:1px solid white;border-right:1px solid " + BORDER_COLOR + ";border-bottom:1px solid " + BORDER_COLOR + ";");
document.write("}");

document.write(".gridColsClick {");
document.write("cursor:default;height:20;BACKGROUND:" + MENU_COLOR + ";border-top:1px solid " + BORDER_COLOR + ";border-left:1px solid " + BORDER_COLOR + ";border-right:1px solid white;border-bottom:1px solid white;");
document.write("}");

document.write(".gridRows1 {");
document.write("color:#555555;BACKGROUND:" + GRID_ROW_COLOR_DEEP + ";");
document.write("}");

document.write(".gridRows2 {");
document.write("color:#555555;BACKGROUND:" + GRID_ROW_COLOR_LIGHT + ";");
document.write("}");

document.write(".gridRows {");
document.write("height:20;border-left:1px solid white;border-right:1px solid " + GRID_ROW_BORDER + ";cursor:default;");
document.write("}");

document.write(".gridRowsOver {");
document.write("color:#555555;BACKGROUND:" + GRID_MOUSEOVER_COLOR + ";");
document.write("}");

document.write(".querytype {");
document.write("border:1px solid #EEEEEE;");
document.write("}");


/* 对话窗口边缘 */
document.write(".dialog {");
document.write("BACKGROUND: " + MENU_COLOR + "; BORDER-BOTTOM: " + MENU_COLOR + " 1px solid ; BORDER-LEFT: " + MENU_COLOR + " 1px solid; BORDER-RIGHT: " + MENU_COLOR + " 1px solid; BORDER-TOP: " + MENU_COLOR + " 1px solid");
document.write("}");

/* 日历控件 */
document.write(".DatePicker_Button{");
document.write("background-image: url("+imgPath+"datetime.gif);border-left: 0px solid;width: 18px;height: 18px;CURSOR: hand;border-top:1px solid " + INPUT_BORDER_COLOR + ";border-right:1px solid " + INPUT_BORDER_COLOR + ";border-bottom:1px solid " + INPUT_BORDER_COLOR + ";");
document.write("}");

/* XP select */
document.write(".listbtn {");
document.write("font-size:10px;border: 1px solid " + INPUT_BORDER_COLOR + ";border-left:1px solid menu;height:16px;width:16px;font-family:Webdings;text-align: center;cursor:default;background:menu;");
document.write("}");

document.write(".listbtnDown {");
document.write("font-size:10px;border-top: 1px solid " + BORDER_SHADOW_COLOR + ";border-right:1px solid white;border-bottom:1px solid white;border-left:1px solid " + BORDER_SHADOW_COLOR + ";height:16px;width:16px;font-family:Webdings;text-align: center;cursor:default;background:menu;");
document.write("}");

document.write(".list {");
document.write("font-size:12px;border: 1px solid " + INPUT_BORDER_COLOR + ";cursor:default;background:white;");
document.write("}");

document.write(".listoption {");
document.write("border:1px solid white;");
document.write("}");

document.write(".listoptionover {");
document.write("border:1px solid " + MENU_MOUSEOVER_BORDER_COLOR + ";background:" + MENU_MOUSEOVER_COLOR + ";");
document.write("}");

/* 计算器 */
document.write(".cborder {");
document.write("border:1px solid #0264B6;cursor:default;");
document.write("}");

document.write(".cbtn {");
document.write("border-top:1px solid white;border-left:1px solid white;border-bottom:1px solid black;border-right:1px solid black;background:#0159AE;color:white;font-family:Arial;padding:2px");
document.write("}");

document.write(".cbtnmdown {");
document.write("border-top:1px solid black;border-left:1px solid black;border-bottom:1px solid white;border-right:1px solid white;background:#0159AE;color:white;font-family:Arial;padding:2px");
document.write("}");

document.write(".cButton{");
document.write("background-image: url("+imgPath+"calculator.gif);border-left: 0px solid;width: 18px;height: 18px;CURSOR: hand;border-top:1px solid " + INPUT_BORDER_COLOR + ";border-right:1px solid " + INPUT_BORDER_COLOR + ";border-bottom:1px solid " + INPUT_BORDER_COLOR + ";");
document.write("}");

/* 边缘 */
document.write(".border01 {");
document.write("BORDER-BOTTOM: " + BORDER_SHADOW_COLOR + " 1px solid; BORDER-LEFT: " + BORDER_HIGHLIGHT_COLOR + " 1px solid; BORDER-RIGHT: " + BORDER_SHADOW_COLOR + " 1px solid; BORDER-TOP: " + BORDER_HIGHLIGHT_COLOR + " 1px solid;cursor:default");
document.write("}");

document.write(".border02 {");
document.write("BORDER-BOTTOM: " + BORDER_HIGHLIGHT_COLOR + " 1px solid ; BORDER-LEFT: " + BORDER_SHADOW_COLOR + " 1px solid; BORDER-RIGHT: " + BORDER_HIGHLIGHT_COLOR + " 1px solid; BORDER-TOP: " + BORDER_SHADOW_COLOR + " 1px solid");
document.write("}");

document.write("fieldset{");
document.write("margin:7px;");
document.write("}");

document.write("fieldset legend{");
document.write("color:#0054E3;");
document.write("}");

document.write(".audting{");
document.write("text-decoration:none;font-family:宋体;");
document.write("display:block;");
document.write("margin:4px;");
document.write("}");


document.write("</style>");
/* 获取某对象位置 */
function getTop(obj){
	var t = obj.offsetTop;

	while(obj = obj.offsetParent){
		t += obj.offsetTop;
	}
	return t;
}

function getLeft(obj){
	var t = obj.offsetLeft;

	while(obj = obj.offsetParent){
		t += obj.offsetLeft;
	}
	return t;
}


/**GridV3.0 css*/

/* ------------------------------------Windows风格-----------------------------------*/
/*连接字体颜色		* /		var GRID_LABEL_FONT_COLOR = "#999999"; 
/*连接未激活字体颜色	* /		var GRID_LABEL_FONT_LINK_COLOR = "#333333"; 
/*连接激活字体颜色		* /		var GRID_LABEL_FONT_HOVER_COLOR = "red"; 
/*连接已访问字体颜色	* /		var GRID_LABEL_FONT_VISITED_COLOR = "#333333"; 

/*边匡 - 上			* /		var GRID_BORDER_TOP_COLOR = "#999999";
/*边匡 - 左			* /		var GRID_BORDER_LEFT_COLOR = "#999999";
/*边匡 - 下			* /		var GRID_BORDER_BOTTOM_COLOR = "#333333";
/*边匡 - 右			* /		var GRID_BORDER_RIGHT_COLOR = "#333333";

/*边匡行头 - 上		* /		var GRID_HEAD_BORDER_TOP_COLOR = "#ffffff";
/*边匡行头 - 左		* /		var GRID_HEAD_BORDER_LEFT_COLOR = "#eeeeee";
/*边匡行头 - 下		* /		var GRID_HEAD_BORDER_BOTTOM_COLOR = "#666666";
/*边匡行头 - 右		* /		var GRID_HEAD_BORDER_RIGHT_COLOR = "#666666";

/*数据行颜色 - 轻	 	* /		var GRID_ROW_LIGHT_COLOR = "#f5f5f5";
/*数据行颜色 - 重		* /		var GRID_ROW_DARK_COLOR = "#dddddd";
/*数据行颜色 - 选中	* /		var GRID_ROW_SELECTED_COLOR = "activecaption";
/*数据行颜色 - 选中字	* /		var GRID_ROW_SELECTED_FONT_COLOR = "#ffffff";

/*表身				* /		var GRID_BODY_COLOR = "#EFEFEF";

/*搜索栏 - 标签深色 	* /		var GRID_BODY_UNACTIVE_COLOR = "#BDBBB6";
/*搜索栏控件背景色		* /		var GRID_WEBCONTROL_COLOR = "#eeeeee";
/*搜索栏边匡 - 上		* /		var GRID_SEARCH_BORDER_TOP_COLOR = "#eeeeee";
/*搜索栏边匡 - 左		* /		var GRID_SEARCH_BORDER_LEFT_COLOR = "#eeeeee";
/*搜索栏边匡 - 下		* /		var GRID_SEARCH_BORDER_BOTTOM_COLOR = "#333333";
/*搜索栏边匡 - 右		* /		var GRID_SEARCH_BORDER_RIGHT_COLOR = "#333333";


/* -----------------------------------------------------------------------------------*/





/* ------------------------------------浅蓝风格-----------------------------------*/
/*连接字体颜色		*/		var GRID_LABEL_FONT_COLOR = "#999999"; 
/*连接未激活字体颜色	*/		var GRID_LABEL_FONT_LINK_COLOR = "#333333"; 
/*连接激活字体颜色		*/		var GRID_LABEL_FONT_HOVER_COLOR = "red"; 
/*连接已访问字体颜色	*/		var GRID_LABEL_FONT_VISITED_COLOR = "#333333"; 


/*边匡 - 上			*/		var GRID_BORDER_TOP_COLOR = "#ADAAAD";
/*边匡 - 左			*/		var GRID_BORDER_LEFT_COLOR = "#ADAAAD";
/*边匡 - 下			*/		var GRID_BORDER_BOTTOM_COLOR = "#ADAAAD";
/*边匡 - 右			*/		var GRID_BORDER_RIGHT_COLOR = "#ADAAAD";

/*边匡行头 - 上		*/		var GRID_HEAD_BORDER_TOP_COLOR = "#ffffff";
/*边匡行头 - 左		*/		var GRID_HEAD_BORDER_LEFT_COLOR = "#eeeeee";
/*边匡行头 - 下		*/		var GRID_HEAD_BORDER_BOTTOM_COLOR = "#ADAAAD";
/*边匡行头 - 右		*/		var GRID_HEAD_BORDER_RIGHT_COLOR = "#ADAAAD";

/*数据行颜色 - 轻	 	*/		var GRID_ROW_LIGHT_COLOR = "#ffffff";
/*数据行颜色 - 重		*/		var GRID_ROW_DARK_COLOR = "#EFF7FF";
/*数据行颜色 - 选中	*/		var GRID_ROW_SELECTED_COLOR = "#BDC3D6";
/*数据行颜色 - 选中字	*/		var GRID_ROW_SELECTED_FONT_COLOR = "#000000";

/*表身				*/		var GRID_BODY_COLOR = "#EFEFEF";

/*搜索栏 - 标签深色 	*/		var GRID_BODY_UNACTIVE_COLOR = "#DEDFDE";
/*搜索栏控件背景色		*/		var GRID_WEBCONTROL_COLOR = "#ffffff";

/*搜索栏边匡 - 上		*/		var GRID_SEARCH_BORDER_TOP_COLOR = "#eeeeee";
/*搜索栏边匡 - 左		*/		var GRID_SEARCH_BORDER_LEFT_COLOR = "#eeeeee";
/*搜索栏边匡 - 下		*/		var GRID_SEARCH_BORDER_BOTTOM_COLOR = "#ADAAAD";
/*搜索栏边匡 - 右		*/		var GRID_SEARCH_BORDER_RIGHT_COLOR = "#ADAAAD";

/* -----------------------------------------------------------------------------------*/








document.write("<style>");


document.write(".gridDiv{");
document.write("position:relative;");
document.write("}");
document.write(".gridLabel{");
document.write("font-size:12px;font-family:verdana;color:"+GRID_LABEL_FONT_COLOR+";");
document.write("}");
document.write(".gridLabelLinker:link{");
document.write("text-decoration: none; color: "+GRID_LABEL_FONT_LINK_COLOR+"; ");
document.write("}");
document.write(".gridLabelLinker:hover{");
document.write("text-decoration: none; color: "+GRID_LABEL_FONT_HOVER_COLOR+" !important;");
document.write("}");
document.write(".gridLabelLinker:visited{");
document.write("text-decoration: none; color: "+GRID_LABEL_FONT_VISITED_COLOR+"; ");
document.write("}");



document.write(".gridRowLight{");
document.write("background-color:"+GRID_ROW_LIGHT_COLOR+";");
document.write("}");
document.write(".gridRowDark{");
document.write("background-color:"+GRID_ROW_DARK_COLOR+";");
document.write("}");
document.write(".gridRowSelected{");
document.write("background-color:"+GRID_ROW_SELECTED_COLOR+";color:"+GRID_ROW_SELECTED_FONT_COLOR+";");
document.write("}");
document.write(".gridTable{");
document.write("border-top:1px solid "+GRID_BORDER_TOP_COLOR+";border-left:1px solid "+GRID_BORDER_LEFT_COLOR+";border-bottom:1px solid "+GRID_BORDER_BOTTOM_COLOR+";border-right:1px solid "+GRID_BORDER_RIGHT_COLOR+";padding:1px;font-family:verdana;font-size:12px;cursor:default;table-layout:fixed;");
document.write("}");
document.write(".gridCell{");
document.write("border-left:1px solid #ffffff;border-right:1px solid #bbbbbb;padding:1px;font-family:verdana;font-size:12px;height:20px;overflow:hidden;text-overflow:ellipsis;");
document.write("}");
document.write(".gridHeader{");
document.write("background-color:"+GRID_BODY_COLOR+";border-left:1px solid "+GRID_HEAD_BORDER_LEFT_COLOR+";border-right:1px solid "+GRID_HEAD_BORDER_RIGHT_COLOR+";border-bottom:1px solid "+GRID_HEAD_BORDER_BOTTOM_COLOR+";border-top:1px solid "+GRID_HEAD_BORDER_TOP_COLOR+";font-family:verdana;font-size:12px;padding-top:3px;padding-bottom:1px;");
document.write("}");
document.write(".gridHeaderText{");
document.write("font-family:Courier New;font-size:12px;text-align:center;padding:0px;white-space:nowrap");
document.write("}");
document.write(".gridFooter{");
document.write("background-color:"+GRID_BODY_COLOR+";border-left:1px solid "+GRID_HEAD_BORDER_LEFT_COLOR+";border-right:1px solid "+GRID_HEAD_BORDER_RIGHT_COLOR+";border-top:1px solid "+GRID_HEAD_BORDER_TOP_COLOR+";padding-top:2px;padding-left:5px;padding-bottom:0px;");
document.write("}");
document.write(".gridPager{");
document.write("font-size:12px;font-family:verdana;cursor:default;");
document.write("}");

document.write(".gridSearchTitle{");
document.write("font-size:12px;text-align:center;background-color:"+GRID_BODY_COLOR+";padding-top:3px;padding-bottom:1px;border-top:1px solid #eeeeee;border-left:1px solid #eeeeee;border-right:1px solid #333333;border-bottom:1px solid #999999;cursor:default;");
document.write("}");
document.write(".gridSearchTitleDisable{");
document.write("font-size:12px;text-align:center;background-color:"+GRID_BODY_UNACTIVE_COLOR+";padding-top:3px;padding-bottom:1px;border-top:1px solid #dddddd;border-left:1px solid #dddddd;border-right:1px solid #333333;border-bottom:1px solid #999999;cursor:default;");
document.write("}");

document.write(".gridSearchTable{");
document.write("font-size:12px;background-color:"+GRID_BODY_COLOR+";padding-top:5px;padding-bottom:5px;padding-left:10px;padding-right:10px;border-top:1px solid "+GRID_SEARCH_BORDER_TOP_COLOR+";border-left:1px solid "+GRID_SEARCH_BORDER_LEFT_COLOR+";border-right:1px solid "+GRID_SEARCH_BORDER_RIGHT_COLOR+";border-bottom:1px solid "+GRID_SEARCH_BORDER_BOTTOM_COLOR+";vertical-align:top;font-family:verdana;");
document.write("}");
document.write(".gridSearchBtn{");
document.write("font-size:12px;background-color:"+GRID_BODY_COLOR+";padding-top:5px;padding-bottom:5px;padding-left:10px;padding-right:10px;border-top:1px solid "+GRID_SEARCH_BORDER_TOP_COLOR+";border-left:1px solid "+GRID_SEARCH_BORDER_LEFT_COLOR+";border-right:1px solid "+GRID_SEARCH_BORDER_RIGHT_COLOR+";border-bottom:1px solid "+GRID_SEARCH_BORDER_BOTTOM_COLOR+";vertical-align:top;font-family:verdana;text-align:left;");
document.write("}");

document.write(".gridSearchSelete{");
document.write("background-color:"+GRID_WEBCONTROL_COLOR+";");
document.write("}");
document.write(".gridSearchInput{");
document.write("border:1px solid #9C9A9C;");
document.write("vertical-align:middle;");
document.write("background-color:"+GRID_WEBCONTROL_COLOR+";");
document.write("}");
document.write(".gridSearchButton{");
document.write("font-size:12px;height:20px;padding-top:2px;font-family:Verdana;border:1px solid "+GRID_SEARCH_BORDER_RIGHT_COLOR+";background-color:"+GRID_BODY_COLOR+";");
document.write("}");
document.write(".scrollContent{");
document.write("height:200px;");
document.write("overflow-x:hidden;overflow-y:scroll;}");

document.write(".scrollContent tr{height:20px;}");

document.write("</style>");