﻿/* StockNavTheme.css */

div.formHeader
{
	background-color: #D6E8FF;
	border-top: ButtonFace 1px solid; 
	border-left: ButtonFace 1px solid; 
	border-bottom: buttonshadow 1px solid; 
	border-right: buttonshadow 1px solid; 
}

.fontNormal
{
	font-size:8pt;
}

input::-ms-clear
{
	width: 0px;
	height: 0px;
}
input::-ms-reveal
{
	width: 0px;
	height: 0px;
}

#inputArea::-ms-clear
{
	width: 0px;
	height: 0px;
}

#inputArea::-ms-reveal
{
	width: 0px;
	height: 0px;
}

.inputButton
{
	height:22px;
}

.inputChk
{
	font-size:8pt;
}

.inputRadio
{
	font-size:8pt;
}

.selectList
{
	font-size:8pt;
}

.textareaBox
{
	font-size:8pt;
}

.listHeader
{
	background:buttonface;
	border-top: buttonhighlight 1px solid;
	border-left: buttonhighlight 1px solid;
	border-bottom: buttonshadow 1px solid;
	border-right: buttonshadow 1px solid;
	font-weight: bold;
}

.dragdiv {
	position: absolute;
	color: #009999;
	background-color: #CBEAEA;
	border: 1px solid #3399ff;
	z-index: 999;
}

.ibsLink
{
	color:#1B59A4;
	font-size:8pt;
	font-weight:bold;
    cursor: pointer;
}

.ibsLink:hover
{
	color:#678FC2;
	text-decoration:underline;
}

.redlink
{
	color: #ff0000;
	text-decoration:none;
}
.redlink:hover
{
	color:#ff0000;
	text-decoration:underline;
	cursor:pointer;
}

.nobr
{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: none;
}

/* vista theme */

.headerTheme
{
	background-color: #d5e5fb;
	color:#0047e7;
	font-weight:600;
	font-size:11pt;
	background-image:url(../Images/vista/StockLinkBlockHeader.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

.headerLocationBar
{
	background-image:url('../Images/header4.jpg');
	border-left: Solid 1px #ffecc3;
	border-top: Solid 1px #ffecc3;
	border-bottom: Solid 1px #bfa277;
	border-right: Solid 1px #bfa277;
	vertical-align:middle;
	height:22px;
	width: 100%;
}

/* win7 theme */

.header3Theme
{
	background-color: #d5e5fb;
	color:#fefefe;
	font-weight:normal;
	font-size:11pt;
	background-image:url(../Images/win7/StockLinkBlockHeader.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

.header3LocationBar
{
	background-image:url('../Images/win7/header5.jpg');
	border-left: Solid 1px #ffffff;
	border-top: Solid 1px #ffffff;
	border-bottom: Solid 1px #176073;
	border-right: Solid 1px #176073;
	vertical-align:middle;
	height:22px;
	width: 100%;
}

#divTitle
{
    font-size:24px;
    font-weight:bolder;
    padding: 0px 5px 0px 5px;
    background-color:#ddbe89;
    border: 1px solid #693828; 
}

#formInfo
{
    float: right;
    display: table-cell;
    text-align: right;
}

