body {
	padding:8px;
	margin:0;
	font-family: Arial;
/*	background: #8b9bba;*/
}

a {
	color: #CDCDB4;
	font-size: 11px;
}

a.subMenu {
	color: darkblue;
	text-decoration: none;
}

a.subMenu:hover {
	color: #007FFF;
}

p {
	margin:0;
	padding:0;
}

img {
	margin:0;
	padding:0;
	border:0;
	text-align:center;
	vertical-align:middle;
}

form {
	margin:0;
	padding:0;
}

td {
	font-size:9pt;
	font-family: Arial;
	vertical-align:top;
}

.lappForm input {
	width:15em;
}

.lappTextBoxLogin {
	border: 1px solid darkgray;
	width: 150px;
	background: #EBEBEB;
	height: 20px;
	font-size: 12px;
}

.lappInput {
	border: 1px solid gray;
	height: 20px;
	font-size: 12px;
}

.lappPerPage {
	padding: 0px;
	margin: 0px;
	border: 1px solid gray;
	font-size: 9pt;
}

.lappListTip {
	white-space: nowrap;
	color: navy;
	background-color: #fff;
	border: 1px solid #ccc;
	margin-bottom: 5px;
	padding: 2px 3px;
}

.lappInputArea {
	border: 1px solid gray;
	height: 200px;
	font-size: 12px;
}

.lappInputArea2 {
	border: 1px solid gray;
	height: 100px;
	font-size: 12px;
}

.lappButton {
	border: 1px solid darkgray; 
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	margin:0;
	padding:0;
	background: #8B7355;
	color: #EEE8CD;
}


/********************/
/*FOR THE DROP MENU*/
/******************/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.dropmenu {
z-index:100;
}

.dropmenu a {
color: #fff;
}

.dropmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.dropmenu ul li{
position: relative;
display: inline;
float: left;
background: gray;
/*background-color: #fece8e;*/ /*overall menu background color*/
}

/*Top level menu link items style*/
.dropmenu ul li a {
display: inline;
line-height: 20px;
padding: 0 8px;
float: left;
/*border-right: 1px solid #f0f8ff;*/
text-decoration: none;
font-weight: bold;
}
	
/*1st sub level menu*/
.dropmenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
clear: both;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.dropmenu ul li ul li{
display: list-item;
float: none;
/*background: #fff3e3 url();*/ /*overall menu background color*/
background: #fff;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.dropmenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.dropmenu ul li ul li a {
display: block;
width: 150px; /*width of sub menu levels*/
text-decoration: none;
padding: 1px 5px;
line-height: 18px;
border: 0;
float: none;
/*font-weight: normal;*/
color: #333;
}

.dropmenu ul li a:hover {
background: #D9D9D9;
color: #000
}

.dropmenu ul li ul li a:hover {
background: #D9D9D9;
}

/*Background image for top level menu list links */
.dropmenu .lvl1{
/*background: #F3F3F3 url(arrow-down.gif) no-repeat center right;*/
}

/*Background image for subsequent level menu list links */
.dropmenu .lvl2{
/*background: #F3F3F3 url(arrow-right.gif) no-repeat center right;*/
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .dropmenu ul li { float: left; height: 1%; }
* html .dropmenu ul li a { height: 1%; }
* html .dropmenu ul li ul li { float: left; height: 1%; }
* html .dropmenu ul li ul li a { height: 1%; }
/* End */


/***********************/
/*FOR THE POPUP WINDOW*/
/*********************/

div.winpop { 
  z-index: +1;
}

div.winpop div.winpop_header
{
  position:relative;
  border: 1px solid black;
  border-bottom: 0px;
  cursor: default;
/*  width: 400px;*/
  height:      20px;
  line-height: 19px;
  text-align:center;
  vertical-align: middle;
  background: #595959;
  text-decoration: none;
  font-family: "Verdana", Serif;
  font-weight: bold;
  font-size: 9pt;
  color: #fff;
}
div.winpop div.winpop_body
{
  position:relative;
  border: 1px solid black;
/*  width: 400px;*/
  background: #dfdfdf;
}
div.winpop img.winpop_exit
{
  float: right;
  margin: 4px 5px 0px 0px;
  cursor: pointer;
}
div.winpop table
{
  border-collapse: collapse;
}


/*******************/
/*FOR THE TOOL TIP*/
/*****************/

div#tipDiv {
	position:absolute;
	visibility:hidden;
	left:0; top:0;
	z-index:10000;
	background-color:#efd5b0;
	border:1px solid #000;
	padding:4px;
	color:#000;
	font-size:8pt;
	line-height:1.2;
}


/***********************/
/*FOR THE TABLE SORTER*/
/*********************/
th, th a {
	color:#000 !important; 
	text-decoration: none;
	cursor:hand;
	cursor:pointer;
	padding: 2px 8px;
}
th:hover, th a:hover {
	text-decoration: underline;
}
.notSortable {
	cursor:default;
}

/**************************/
/*FOR THE TABLE PAGINATOR*/
/************************/
ul.tablePaginater
        {
        display:block;
        list-style:none;
        padding:0;
        margin:0;
		margin-bottom:3px;
        text-align:left;
        }
ul.tablePaginater li
        {
        display:inline;
        vertical-align:middle;
        margin-right:2px;
        color:#0f3291;
        background:#ccc;
        list-style:none;
        cursor:pointer;
        }
ul.tablePaginater li.currentPage a
        {
        border-color: #efba70 !important;
        background:#efba70;
        color:#333;
		font-weight:bold;
		cursor:default;
        }
ul.tablePaginater li a
        {
        text-align:center;
		padding: 0 4px;
        color:#0f3291;
		font-weight:bold;
        text-decoration:none;
        outline:none;
        border:1px solid #ccc;
        cursor:pointer;
        }
ul.tablePaginater li a:focus
        {
        color:#333;
        text-decoration:none;
        outline:none;
        border-color:#aaa;
        }
