﻿/*
td {
	font-family: Tahoma;
	font-size: 12px;
}
*/
th {
    background-color: Gainsboro;
    background-image: url(images/grayGradient.jpg);
	border-style: outset;
	border-width: 1px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
}
textarea {
	font-family: Tahoma;
	font-size: 12px;
}
h1,h2,h3,h4,h5 {
	color: Navy;
}
/* start master */
/*
.banner {
    background-image: url(images/master/banner.jpg);
    background-repeat: no-repeat;
    color: White;
    font-size: 14px;
    height: 125px;
    padding-right: 20px;
    text-align: right;
    vertical-align: bottom;
    width: 800px;
}
.banner a {
	color: White;
}
.content {
    background-image: url(images/master/content_middle.jpg);
    padding: 0px 15px 10px 15px;
}
.footer {
	background-image: url(images/master/footer.jpg);
	background-repeat: no-repeat;
	color: White;
}
.footer a {
	color: White;
}
.nav {
    background-image: url(images/master/nav_middle.jpg);
    color: White;
    padding: 10px 10px 10px 10px;
}
.nav a {
	color: White;
}
*/
/* end master */
.dataGrid {
	background-color: White;
	border-color: Silver;
	border-width: 1px;
	border-style: Outset;
	border-collapse: collapse;
}
.darkBackground {
	background-color: Navy;
}
.darkForeground {
	color: Navy;
}
/*
.helpBox {
	border-style: inset;
	border-width: 1;
	background-color: LightYellow;
	padding: 4px;
}
*/
.lightBackground {
	background-color: LightSteelBlue;
}
.lightForeground {
	color: LightSteelBlue;
}
.link_container a:link {
	width: 100%;
	color: black;
	text-decoration: none;
}
/*
.link_container a:visited {
	width: 100%;
	color: black;
	text-decoration: none;
}
.link_container a:active {
	width: 100%;
	color: black;
	text-decoration: none;
}
.link_container a:hover {
	background: LightSteelBlue;
	width: 100%;
	text-decoration: none;
}
.masterFooter {
    background: url(images/footer.jpg);
    color: white;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
}
.masterHeader {
    background: url(images/exchange_header_bg.gif);
}
*/
.mediumBackground {
	background-color: #186BB5;
}
.mediumForeground {
	color: #186BB5;
}
/* start menus */
.menuItem {
    color: White;
    cursor: pointer;
    padding: 4px 4px 4px 4px;
}
/*
.menuItemDisabled {
    color: Gray;
    padding: 4px 4px 4px 4px;
}
.menuItemOver {
    background: url(images/menuBg.jpg);
    color: Black;
    cursor: pointer;
    padding: 4px 4px 4px 4px;
}
.menuField {
    width: 170px;
}
.menuHeader {
    font-weight: bold;
    text-transform: uppercase;
}
*/
/* end menus */
/*
.bodyDiv {
    background-image: url(images/master/background.jpg);
    padding-bottom: 10px;
    text-align: left;
    width: 820px;
}
*/
.nowrap {
    white-space: nowrap;
}
.pad10 {
    padding: 10px 10px 10px 10px;
}
.pad4 {
    padding: 4px 4px 4px 4px;
}
.section {
	background-color: White;
	border-style: solid;
	border-width: 1px;
	border-color: Gray;
}
/*
.sectionHeader {
	background-color: LightSteelBlue;
	text-align: center;
	border-style: outset;
	border-width: 2px;
}
.standardBody {
    background-color: #b4cee7;
    background-image: url(images/bg.jpg);
    font-family: Tahoma;
    font-size: 12px;
    margin: 0px 0px 0px 0px;
}
*/
.systemMessage {
	background-color: Maroon;
	color: white;
	font-weight: bold;
	font-size: 16px;
}
/*
.tabContent {
    padding: 15px 15px 15px 15px;
}
*/
.toolbarContainer {
    background-image: url(Images/Toolbar/ToolbarBackground.jpg);
}
.tooltip {
    background-color: LightYellow;
    border: solid 1px black;
    /* overflow: hidden; */
    padding: 4px 4px 4px 4px;
    position: absolute;
    /* width: 250; */
    z-index: 10001;
    /* filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135); */
}
/*
#searchingMessage {
	 width: 100%;
	 border-style: outset;
	 border-width: 1px;
	 padding: 4px;
	 display: none;
	 font-weight: bold;
	 color: white;
	 background-color: #0066CC;
	 text-align: center;
}
*/

/*
.listingSection {
    background-color: LightSteelBlue;
    background-image: url(images/lightBlueGradient.jpg);
    border: outset 1px;
    font-weight: bold;
    padding: 4px 4px 4px 4px;
}
.listingSteps {
    background-color: Gainsboro;
    background-image: url(images/grayGradient_large.jpg);
    border: outset 1px;
    padding: 10px 10px 10px 10px;
}
*/
