﻿body 
{
	background-color: gray;
	background-image: url(bg.png);
	text-align: left;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
	padding:0;
	margin:0;
	vertical-align: top;
}

iframe
{
    border: none 0px;
}


.LoginTop
{
	/*background-image: url(../Images/ToolBarGradientred.png);*/
	background-color: #841617; 
	background-repeat: repeat-x;
	font-size: x-small;
	color: White;
	border: none 0px;
	border-bottom: solid 1px black;
	padding-top: 6px;
	padding-left: 8px;
}


.TopToolBarBounce
{
	padding:0;
	margin:0;
	border:none;
	width:100%;
	height:20px;
	background-image: url(../Images/ToolBarGradientred2.png);	 
	background-color:#831717; 
	background-repeat: repeat-x;
}

.TopToolBar
{
	padding-left: 0px;
	padding-top: 2px;
	width: 100%;
	height: 48px;
	background-image: url(../Images/ToolBarGradientred2.png);
	 
	background-color:#831717; 
	background-repeat: repeat-x;
	font-size: xx-small;
	color: White;
}
 
.TopToolBarImage
{
	border: none 0px;
	background-repeat: no-repeat;
	background-color: Transparent;
	margin-left: 10px;
	margin-right: 10px; 
	width: 60px;
	height: 30px;
	
}

.TopToolBarCaption
{
	padding-left: 1px;
	padding-right: 1px;
	width: 60px;
	text-align: center;
}

.TopToolBarCaption a
{
	color: White;
	text-decoration: none;
}

.TopToolBarCaption a:hover
{
	font-weight: bolder;
}

.LQFilterIFrame 
{
	width: 100%;
	min-height: 40px;
	max-height: 140px;
	margin:0px;
	padding: 0px;
}
  
.TableFooterLeft
{
	width: 200px;
	height: 33px;
	background-image: url(../Images/DataTableHeaderRight.jpg);
	border-top: solid 1px #8e8989;
}

.DataDisplayArea
{
	width: 100%;
}
  
.DataGridToolPannel
{
	vertical-align: top;
	background-image: url(../Images/ToolBarGradient2.jpg);
	background-repeat: repeat-x;
	background-color:Gray;
	padding-left: 5px;
	padding-top: 2px;
	height: 45px;
	border-top: 1px solid black;
}

.DataGridToolPannelBounces
{
	vertical-align: top;
	background-image: url(../Images/ToolBarGradientBig.jpg);
	background-position:0 -50px;
	background-repeat: repeat-x;
	background-color:Gray;
	padding-left: 5px;
	padding-top: 2px;
	height: 95px;
	border-top: 1px solid black;
}

.InnerFirstRow
{
	
	font-size: x-small;	
	 
}

.InnerFirstRow td
{
	padding-bottom: 4px;
	font-size: x-small;	
}

.InnerSecondRow td
{
	font-size: small;
	color: black;
}
 
.DataGridBulletList
{
	font-size: 1em; 
	line-height: 0px;
}

.PropertyCaption
{
	padding-bottom: 2px;
	background-color: transparent;
	margin-bottom: 2px;
	background-image: url(../Images/data_copy.png);
	padding-left: 18px;
	height: 22px;
	background-repeat: no-repeat;
}

.PropertySeparator
{
	width: 12px;
	background-image: url(../Images/PropertySeparator.png);
	 
	background-repeat: no-repeat;
} 

#DataViewPopUp
{
	width:250px;
}

 
/* following section controls the main-menubar */

#TopToolBar ul
{
	margin:0px;
	padding:0px;
}

#TopToolBar ul li
{
	list-style:none;
	padding:0px;
	margin:0px;
}
 
  
 