﻿html,body
{
	font:12px verdana,Arial,Helvetica,sans-serif;
	width: 100%;	/* make the body expand to fill the visible window */
	height: 100%;
	overflow: hidden;	/* erase window level scrollbars */
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

div.layoutContainerDiv
{
	width:100%;
	height:100%;
}

div.leftContentPaneDiv
{
	padding:0 0 0 0; 
	overflow:auto;
	overflow-x:hidden;
}

div.rightContentPaneDiv
{
	padding:0 0 0 0; 
	overflow:auto;
	overflow-x:hidden;
}

table.manageItemMainTable
{
	width:98%;
	text-align: left;
	border-style:solid;
    border-width:1px;
    border-color:#ceebef;
    margin:2px 2px 2px 2px;
}

tr.manageItemTitleTr
{
	font-weight:bold;
	background-color:#dee9eb;
	color:#065f6c;
	height:14px;
	padding-top:0px;
	padding-bottom:0px;
	text-align:left
}

td.manageItemTitleTd
{
	padding-right:13px;
}

img.commonimg
{
	cursor:pointer;
    border-width:0px;
}

span.manageTitle
{
	
}

span.manageFunction
{
	color:Blue;
	text-decoration:'underline';
	cursor:pointer;
	margin-left:1px;
	margin-right:1px;
}

td.manageDataInfoTd
{
	text-align: left;
	border-style:solid;
    border-width:1px;
    border-color:#ceebef
}

tr.manageDataInfoTitleTr
{
	width:100%;
	font-weight:bold;
	background-color:#dee9eb;
	color:#065f6c;
	height:14px;
	padding-top:0px;
	padding-bottom:0px;
}

tr.manageDataHelpTitleTr
{
	width:100%;	
	font-weight:bold;
	color:#065f6c;
	height:35px;
	padding-top:0px;
	padding-bottom:0px;
}

td.manageDataInfoColumnTd
{
    width:130px;
    font-weight:bold;
}

td.manageDataHelpColumnTd
{
    width:300px;
    font-weight:bold;
    color:blue;
}

span.markRequirement
{
    font-weight:bold;
    color:#ff6923;
}

input.manageDataInfoButton
{
	vertical-align:middle;
	width:65px;
	height:22px;
	font-size:12px;
}

input.manageDataInfoShortTextbox
{
    width:200px;
    vertical-align:middle
}

input.manageDataInfoLongTextbox
{
    width:450px;
    vertical-align:middle;
}

div.manageDataInfoDiv
{
	margin:5px 5px 0px 5px;
	width:95%
}

table.querytab-content
{
	border: solid 1px #065f6c;
	table-layout:fixed;
	text-align:justify;
	background-color:#d3e4e6;
	width: 100%;
}

table.querytab-content-active
{
	border: solid 1px #065f6c;
	table-layout:fixed;
	text-align:justify;
	background-color:#e6f2f1;
	width: 100%;
}

select.commonSelect
{
	height:15px; 
	font-size:13px;
	vertical-align:middle;
}

img.advancedconfig-switchon
{
	cursor:pointer;
	margin-right:3px;
}

img.advancedconfig-switchoff
{
	cursor:pointer;	
	margin-right:3px;
}

.c{cursor:hand}
.b{color:red;font-family:'Courier New';font-weight:bold;text-decoration:none}
.e{margin-left:1em;text-indent:-1em;margin-right:1em}
.k{margin-left:1em;text-indent:-1em;margin-right:1em}
.t{color:#990000}
.xt{color:#990099}
.ns{color:red}
.dt{color:green}
.m{color:blue}
.tx{font-weight:bold}
.db{text-indent:0px;margin-left:1em;margin-top:0px;margin-bottom:0px;padding-left:.3em;border-left:1px solid #CCCCCC;font:small Courier}
.di{font:small Courier}
.d{color:blue}
.pi{color:blue}
.cb{text-indent:0px;margin-left:1em;margin-top:0px;margin-bottom:0px;padding-left:.3em;font:small Courier;color:#888888}
.ci{font:small Courier;color:#888888}
PRE{margin:0px;display:inline}