﻿html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 8pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
    color: #000000;
    text-decoration:none;
}





body {
	margin:0;
	padding:0;
	
	font-family: sans-serif;
	
	height:100%;
	width: 100%;
	

	background-image: url("img/bodyBackground.jpg");
	background-repeat: repeat-x;
	background-position: top left;
	
	background-color: #6591cd;
}



table#mainTable {
	position: absolute;


	width: 100%;
	height: 99%;
	
	border-spacing:0px; 
	border-collapse: collapse;
	border-width: 0px;
	
	padding: 0px;
	margin: 0px;
	

}

td#colLeft, td#colRight {
	height: 100%;
	vertical-align: top;
	margin: 0px;	
	padding: 0px;
}

td#colLeft {
	width: 350px;
	
}

table#colLeftHeader, table#colRightHeader  {
	margin-top: 4px;
	margin-left: 4px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding: 0px;
	
	border-collapse: collapse;
	border: 1px solid #6593cf;
	border-bottom: 0px;
}

table#colLeftHeader {
	height: 26px;
	width: 344px;
	background-image: url("img/leftHeadBg.png");
	background-repeat: repeat-x;
	background-position: top left;
}

table#colLeftHeader td {
	padding: 0px;
	margin: 0px;
}
table#colRightHeader td {
	padding: 0px;
	margin: 0px;
}


table#colRightHeader {
	height: 26px;
	width: 99%;
	background-image: url("img/rightHeadBg.png");
	background-repeat: repeat-x;
	background-position: top left;	
}





table#colLeftContent, table#colRightContent  {
	margin: 0px;
	margin-left: 4px;
	padding: 0px;
	
	border-collapse: collapse;
	border: 1px solid #6593cf;
}

table#colLeftContent {
	height: 100%;
	width: 344px;
	background-color: #e3efff;
}

table#colRightContent {
	height: 100%;
	width: 99%;
	background-color: #FFFFFF;
}


td#colLeftContentSearch{
	height: 45px;
	width: 100%;
	
	padding-bottom: 3px;

	vertical-align: bottom;
	
	border-bottom: 1px solid #6593cf;
}
td#colLeftContentTrees {
	vertical-align: top;
}

td#colLeftContentFooter {
	height: 30px;
	border-top: 1px solid #6593cf;
	vertical-align: top;
	background-color: #FFFFFF;
}





div#TreeGrid , div#SearchGrid{
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	display: block;
	border-collapse: collapse;
	border-style: none;
	border-width: 0px;
}
	
div#SearchGrid {
	display: none;
}






#objDocument {
	width: 100%;
	height: 100%;
	/* position: relative; */

	margin: 0px;
	padding: 0px;
	z-index: -1;
	border-collapse: collapse;
}



table.tStandard {

	position: relative;

	width: 100%;
	
	margin: 0px;
	padding: 0px;
	
	border: 0px solid #000000;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.tStandard  td{
	margin: 0px;
	padding: 0px;
	
	text-align: left;

	border: 0px solid #000000;

	vertical-align: middle;
}

table.tStandard  td img{
	margin: 0px;
	padding: 0px;
	border: 0px solid #000000;
	vertical-align: middle;
}



input.SearchOptionsCheckbox {
	margin: 0px;
	padding: 0px;
	height: 15px;
	
}

input.SearchField {
	color: #15428b;
	width: 100%;
	height: 22px;
	border: 1px solid #6593cf;	
	margin: 0px;
	vertical-align: middle;
}


.FooterText, .FooterText a  {
	font-size: 9px;
	color: #888888;
}

select#BookSelector {
	width: 170px;
	border-collapse: collapse;
	border: 1px solid #6593cf;
	background-color: #e3efff;
	font-size:11px;
	color: #333333;
}



div#bmDropdown {
        position: absolute;
        width: 150px;
        background-color: #e3efff;

        border-width: 1px;
        border-color: #6593cf;
        border-style: solid;
}

div#filesDropdown {
        position: absolute;
        width: 149px;
        background-color: #e3efff;
		z-index: 10;

        border-width: 1px;
        border-color: #6593cf;
        border-style: solid;
}


