html, body {
    padding:0px;
    margin:0px;
/*    height:100%; */
}

#doc_body_outer{
	height: 100%;
	margin-bottom: -2px;
}
body{
	background: #FFFFFF url(/images/topbg.gif) repeat-x left top fixed;
}
#formroot{
/*	height: 100%; */
}

#doc{

}

p,div{
	margin:  0;
	padding: 0;
}

#maintable{
	width:100%;
	height:100%;
	background: url(/images/bottombg.gif) repeat-x left bottom;
	table-layout: fixed;
}
#maintable td{
}

#docTree-wrp{
	width: 210px;
	vertical-align: top;
	height: 100%;
}

#show-tree-line{
	position: relative;
	margin-top: 13px;
}

#docContent{
	width: 100%;
	height: 100%;
	table-layout: fixed;
	vertical-align: top;
}
#docContent .space{
	width: 13px;
	vertical-align: top;
}


.docContentWrp{
	vertical-align: top;
	width: 13px;
	height: 100%;
	background: url(/images/topbg.gif) repeat-x left top;
}
#doc-top{
	background: #fff;
	border-left: 3px solid #ccc;
	border-right: 3px solid #ccc;
}


#docContent-outer{
	vertical-align: top;
	width: 100%;
	height: 100%;
	background: #fff url(/images/line.gif) repeat-y left top;
}
#doc-table{
	width: 100%;
	height: 100%;
	table-layout: fixed;
	background: url(/images/line.gif) repeat-y right top;
}
#doc-table .top td{
	vertical-align: top;
}

#doc-table .middle td{

}
#doc-table .bottom{
	vertical-align: bottom;
}
#doc-btns{
	background: #efefef;
	height: 20px;
	padding: 12px 15px;
	margin: 0 3px;
}

#tsc-logo{
	width: 100%;
}

#tsc-logo .td-left{
    width: 250px;
	vertical-align: top;
	padding: 3px;
}

#tsc-logo .td-right{
	text-align: right;
    border: 1px solid #000;
	vertical-align: top;
	padding: 3px;
}

#tsc-logo td, #searchgre td{
	background: #7b8a9f;
}


#doc_head{
	border: 1px solid #708094;
	border-top: 0px;
	background: #7b8a9f;
}


#doc{
	table-layout: fixed;
	width: 100%;
}

#doc-top{
	vertical-align: top;

	overflow: auto;
	overflow-y: auto;
	overflow-x: visible;
	padding: 0px;
/*	padding-bottom:25px; */
}

/***************** Menu tree *******************/
#TMnavTable td{

}
#TMnavTable{
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
	width: 100%;
	height: 100%;
	table-layout: fixed;
}
#TMnavTable td{
	vertical-align: top;
}
#TMnavTable .top{
	vertical-align: top;
	height: 66px;
}
#TMnavTable .bottom{
	vertical-align: bottom;
	height: 50px;
}


#xFrameResize {
	background-image: url(/images/frames/line.gif);
	visibility: hidden;
	width: 2px;
	position: absolute;
	top: 0px;
	height: 100%;
}

#treeBorder-wrp {
	cursor: w-resize;
	background-color: #275680;
}

#TMnav {
	border-right: #dddddd 1px solid;
	border-left: #dddddd 1px solid;
/*	height: 100%; */

	padding-top:10px;
	padding-bottom:23px;

/*	overflow-y:auto;*/
}

#TMnav div {
	line-height: 1.5; font-family: verdana, arial, helvetica, sans-serif;
}

#TMnav div a {
	padding-right: 0px;
	border-top: #666666 1px solid;
	display: block;
	padding-left: 0.5em;
	font-size: 11px;
	padding-bottom: 0px;
	/*width: 100%; */
	color: #333333;
	padding-top: 0px;
	background-color: #e5e5e5;
	text-decoration: none
}

#TMnav div div {
	margin: 0px 0px 0px 0.6em; border-left: #999 1px solid
}

#TMnav div div a {
	border-right: 0px; border-top: 0px; font-size: 0.9em; border-left: 0px; color: #999999; border-bottom: 0px; background-color: transparent
}

a:link.support{
	font-size: 0.9em; color: #999999;
}

a:hover.support {
	color: #fff;
}

a:visited.support {
	color: #999999;
}

.lockedby{
	font-weight: bold;
}

#TMnav div a:hover {
	color: #fff; background-color: #999
}

#TMnav div div a:hover {
	color: #fff; background-color: #999
}

.plusmark {
	padding-right: 0px! important;
	background-position: 6px 3px;
	padding-left: 20px! important;
	background-image: url(/images/icons/plus.gif);
	padding-bottom: 0px! important;
	padding-top: 0px! important;
	background-repeat: no-repeat;
}

.minusmark {
	padding-right: 0px! important;
	background-position: 6px 3px;
	padding-left: 20px! important;
	background-image: url(/images/icons/minus.gif);
	padding-bottom: 0px! important;
	padding-top: 0px! important;
	background-repeat: no-repeat;
}


.defmark {
	padding-right: 0px! important;
	background-position: 6px 3px;
	padding-left: 20px! important;
	background-image: url(/images/icons/documents.gif);
	padding-bottom: 0px! important;
	padding-top: 0px! important;
	background-repeat: no-repeat;
}
.currentmark {
	font-weight: bold;
	text-transform: uppercase;
	color: #333! important;
}



/****************** common elements *********************/
body, td, th {
/*	font: normal 12px/1.4em Arial,Helvetica,sans-serif,Verdana,Geneva; */
	font-family: Arial,Helvetica,sans-serif,Verdana,Geneva;
	font-size: 12px;
}
input, textarea, select
{
	border: 1px solid #6C8282;
	/*font-weight: normal;*/
	font-family: Arial,Helvetica,sans-serif,Verdana,Geneva;
	font-size: 12px;
	margin: 0;
	/*padding: 0 2px;*/
}
a {
	background: transparent;
	text-decoration: none;
	display: inline;
	padding: 0;
	line-height: 1.4em;
}
a:link		{color: #275680;}
a:visited	{color: #275680;}
a:active	{color: #000000;}
a:hover		{color: #000000;}
.img,a.img,a.img:visited,a.img:active,a.img:hover {border: 0;}
p  {
	font-size: 100%;
	line-height: 1.2em;
}
br {
	font-size: 100%;
	line-height: 1em;
}

hr {
	border-collapse: collapse;
	border: none;
	height: 1px;
	color: #ffffff;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #555555;
}

ul {margin: 6px 0 10px 0; padding-left: 24px;}
li ul { padding-top: 3px; }
ol li { padding-bottom: 6px; }
li ul li { padding-bottom: 3px; }
.author
{
	font-weight: bold;
	font-size: 11px;
}
.author2
{
	font-style: italic;
	font-size: 11px;
}
.txtdate{
	color:#666666;
	font-size: 11px;
}
.error p, ul, li, h1
{
	color: #000000;
	line-height: 1.3em;
}
.error h1
{
	font-weight: bold;
	font-size: 20px;
	margin: 30px 0 0px 30px;
}

.error p {margin-left:30px;}
.error ul{margin:0px 0px 0px 36px;}
.error li {list-style-type: square;}
.error br {clear: left;}
.error a {color:#FF0000; line-height: 1.3em;}
.error pre{color:#FF0000;text-align: left;}

.header1 {font-weight:bold; font-size:14px; font-color:#ddd; font-family: verdana;}
.header2 {font-weight:bold; font-size:12px; font-color:#ccc; font-family: verdana;}
.text    {font-size:11px; font-family: verdana;}

.pivotHover {
  background-color: #ccd4eb;
}
