﻿body
{
    background-color: #6A8195;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
#wrapper{
	margin:0 auto;
	width:1050px;
	min-height:900px;
	background-color:White;
}
#logo
{
    background-position: 15px 9px;
    background-image: url(images/cache_logosmall.jpg);
    height: 97px;
    padding: 10px;
    background-repeat: no-repeat;
}
#logo .logout {
	background-position: left top;
	float: right;
	padding-right: 10px;
	border: solid 0px red;
	height: 12px;
	background-image: url(images/iconLock.gif);
	background-repeat: no-repeat; font-size:11px;
	padding-left:13px;
}
#logo .logout a{color:#111111;}
#logo .logout a:hover {
	color: #633839;
	text-decoration: underline;
}

#logo .quickLookup
{
    clear: both;
    float: right;
    padding-right: 100px;
    border: solid 0px red;
    margin-top: -41px;
}


#logo .selectClientList
{
    clear: both;
    margin-top: 60px;
    margin-left: 500px;
    border: solid 0px red;
    width : 250px;
}

#content{padding:20px;clear:both;}
#navigator {
				background-image: url(images/navigator.png);
				background-repeat: repeat-x;
				height: 32px;
				padding-top: 10px;
				padding-left: 20px;
				font-weight: bold;
}
#navigator a {
	text-decoration: none;
	color: #FFFFFF;
}
#navigator a:hover{color:#633839;}

#navigator ul
{
	padding: 0;
	margin: 0;
}

#navigator ul li
{
	list-style: none;
	display: inline;
	padding-right: 20px;
	padding-left:20px;
}
select.clientSelect{width:300px;}
select.txtBox{width:180px;}
input.txtBox{width:175px;}
input.txtBoxMid{width:130px;}
input.txtBoxNumeric{width:100px;}
textarea.txtBoxMulti{width:350px; height:100px;}
input.disabled {
	border: 1px solid #7f9db9;
	background-color: #f2f2f2;
	padding: 2px;
}
input.dtTrade{ border-width:0px;}
.tradeDate{border:solid 1px #7f9db9;}
input.tr{ text-align:right; padding-right:2px;}
input.btn{}
input.btnRed {
	font-weight: bold;
	background-color: #FF3300;
	color: #FFFFFF;
}
input.btnGreen{font-weight: bold;
	background-color: #66FF99;
	color: #000000;}
input.btnBig {
	font-weight: bold;
	font-size: 14pt;
}

.notes{
  overflow:scroll;
  height:120px;			
}

h1 {
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize; padding:0; margin:0; padding-bottom:10px;
}
h3 {
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
}
h4 {
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
}
#sidePanel {
	width: 190px;
	height:600px;
	margin-right: 10px;
	border-right: solid 1px #e1e1e1;
}
#ContentPanel {
	width: 795px;
	border: solid 0px red;
}

#sidePanel .action{padding-top:20px;}
#sidePanel .action h3 {
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
}
#sidePanel .action ul{ list-style-type:none;padding:0;margin:0;padding-left:10px;}
#sidePanel .action ul li {
	background-repeat: no-repeat;
}
#sidePanel .action ul li.add {
	background-image: url(images/iconAdd.gif);
	padding-left: 16px;
	padding-bottom: 4px;
	background-position: 1px 1px;
}
#sidePanel .action ul li.save{background-image: url(images/iconSave.gif);padding-left:16px;background-position: left top;}

.frmLabel{ text-align:right; white-space:nowrap;padding-right:20px;}
.frmInput{}
.frmHeader {
	font-style: italic;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 7px;
}
.beige {
	background-color: #ECE9D8;
}
.centerHead{ text-align:center; font-weight:bold;}

.left{float:left; border:solid 0px red;}
.right{float:right; border:solid 0px red;}
.clear{clear:both;}
.frmSpacer {
	padding-top: 20px;
}
.btnCell {
	padding-top: 20px;
}
.tRight{ text-align:right;}
.clientViewClient {
	background-color: #FFFFCC;
	border: 1px solid #CC9900;
	padding: 5px;
}
th { text-align:center;}
.iText {
	font-style: italic;
}
.small{ font-size:11px;}


/* GRID VIEW */
tr.gvHead {}
tr.gvHead th{
    background-image: url(images/gvHead.gif);
    background-repeat: repeat;
    border: solid 1px #AECAF0;
    padding: 4px 7px 5px 7px;
    font-weight: normal;
    color: #111111;
}  
tr.gvHead th a {
    text-decoration:none;
    color:#111111;
}
tr.gvHead th:hover{
    background-image: url(images/gvHead2.gif);
    border:solid 1px #DAB364;
}
tr.gvHead th.gvHeadSordedASC{
	 background-image:url(images/sortAsc.gif);
	 background-repeat:no-repeat;
	 background-position:right center;
	 padding-left: 5px; background-color:Transparent;
}
tr.gvHead th.gvHeadSordedDESC{
    background-image:url(images/sortDesc.gif);
	background-repeat:no-repeat;
	background-position:right center;
	background-attachment:scroll;
    padding-left:5px;
}
tr.gvPager{
	
}
tr.gvPager td{ padding-top:5px; text-align:right;}
tr.gvPager td span,tr.gvPager td a:hover {
	font-weight: bold;
	border: 1px solid #999999;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #E8EDFF;
}
tr.gvPager td a {
	border:solid 1px #ffffff;
	padding-left:2px;
	padding-right:2px;
}

img {border:none;}

.gvItem td, 
.gvAltItem td{
	padding:4px 7px 3px 7px;
	border:solid 1px #e1e1e1; 
	vertical-align:top;
}

tr.gvItem:hover, tr.gvAltItem:hover {
	background-color: #FFFFCC;
}

tr.gvAltItem {
	background-color: #f8f8f8;
}

.gvSelect, .gvSelect td {
	background-color: #FFFF99;
	padding: 4px 7px 3px 7px;
	border: solid 1px #e1e1e1;
	vertical-align: top;
}

/* grid view */

#ajaxLoaderDiv
{
	background-image: url(images/ajaxLoaderFrame.png);	
	background-repeat: no-repeat;
	width:300px; height:126px;
	font-weight: bold;
	padding-top:20px;
	background-color: #FFFFFF; 
	text-align:center;
}
.ajaxLoader {
	background-position: 115px 17px;
	background-image: url(images/waiting.gif);
	background-repeat: no-repeat;
	height: 100px;
	width: 280px;
	background-color: #ffffff;
	margin-left:10px;
}


/*Modal Popup*/
.modalBackground
{
    background-color: #f1f1f1;
    filter:alpha(opacity=90); 
    opacity:0.9px;

}
.modalPopup {
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.checkButtons
{
    
}


.confirmBox
{
    width: 700px;
    height: 200px;
    overflow-x: hidden;
}

.confirmBox .cbHeader {
	background-image: url(images/confirmHeader.png);
	background-repeat: no-repeat;	
	color: white;
	padding-bottom: 1px;
	text-align:left;
	width: inherit;
	height:20px; padding-top:7px; padding-left:20px;
	width: 700px;
	height: 30px;
}

.confirmBox .cbBody
{
    padding-right: 25px;
    text-align: left;
    padding-top: 10px;
    background-color: #ffffff;
    border: solid 1px #95B6E0;
    overflow: scroll;
    height: 120px;
    vertical-align: top;
}

.confirmBox .delete {
	background-position: 25px 25px;
	background-image: url(images/alert.gif);
	background-repeat: no-repeat;
	padding-left: 90px; padding-top:25px;
}
.confirmBox .btns
{
    text-align: right;
    padding-top: 20px;
    padding-bottom: 15px;
}

.chooseBox
{
    width: 700px;
    height: 550px;
    overflow-x: hidden;
}

.chooseBox .cbHeader {
	background-image: url(images/confirmHeader.png);
	background-repeat: no-repeat;	
	color: white;
	padding-bottom: 1px;
	text-align:left;
	width: inherit;
	padding-top:7px; 
	padding-left:20px;
	width: 700px;
	height: 30px;
}

.chooseBox .cbBody
{
    padding-right: 25px;
    text-align: left;
    padding-top: 10px;
    background-color: #ffffff;
    border: solid 1px #95B6E0;
    overflow: scroll;
    height: 500px;
    vertical-align: top;
}


/* login */
.capsLockBubble {
	        padding: 15px 10px 10px 10px;
	        width: 230px;
	        height: 45px;
	        position: relative;
	        top: -91px;
	        left: 180px;
	        font-size: 10px;
	        background-repeat: no-repeat;
        }
        #loginContainer {
	padding-top: 15px;
}

.loginHeader{
background-image: url(images/gvHead.gif);
    background-repeat: repeat-x;
    border: solid 1px #AECAF0;
    padding: 4px 7px 5px 7px;
    font-weight: normal;
    color: #111111; text-align:left;}
.loginBody{
	padding:4px 7px 3px 7px;
	border:solid 1px #e1e1e1; 	
	
	}  
	.errText {
	color: Red;
}  
	
	
.lblSuccess {
	background-image: url(images/iconSuccess.gif);
	background-repeat: no-repeat;
	padding: 0px 7px 5px 21px;
}	
.lblFail {
	background-position: left 2px;
	background-image: url(images/iconFailed.jpg);
	background-repeat: no-repeat;
	padding: 0px 7px 5px 21px;
	color: #FF0000;
}	

.lblnotFound {
	background-position: left 2px;
	background-image: url(images/iconInfo.gif);
	background-repeat: no-repeat;
	padding: 5px 7px 5px 28px;
	margin-top: 25px;
	margin-bottom: 10px;
}	
.cvSummaryBox {
	width: 100px;
	background-color: #FFFFCC;
	border: 1px solid #996633;
	padding: 3px;
	text-align:center;
}
.center{
	text-align:-moz-center;
	}
.bold {
	font-weight: bold;
}
.view {
	background-position: left top;
	background-image: url(images/iconView.gif);
	background-repeat: no-repeat;
	padding-left: 21px;
}

.print {
	background-position: left top;
	background-image: url(images/iconPrinter.gif);
	background-repeat: no-repeat;
	padding-left: 21px;
}
.print:hover {
	text-decoration: underline;
	color: #000000;
}



.popupMsg {
	background-position: 5px 2px;
	background-image: url(images/new_window.gif);
	background-repeat: no-repeat;
	padding-right: 15px;
	padding-left: 15px;
}


/* DROP DOWN STYLE */
.selectedanchor{ }

/* ######### Default class for drop down menus ######### */
.anylinkmenu {
	margin-top:5px;
	background-color: #f5f5f5;
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid #e1e1e1;
	border-bottom-width: 0;
	line-height: 18px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	width: 150px; /* default width for menu */
}

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

.anylinkmenu ul li a {
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #e1e1e1;
	padding: 2px 0px 2px 15px;
	text-decoration: none;
	text-indent: 5px;
	color: #111111;
	background-position: 5px 5px;
	background-image: url(images/new_window.gif);
	background-repeat: no-repeat;
}

.anylinkmenu a:hover {
	background-color: #FFFF99;
}

.anylinkmenucols {
	position: absolute;
	width: 350px;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid black;
	padding: 10px;
	font: normal 12px Verdana;
	z-index: 100; 
	background: #E9E9E9;
}

.anylinkmenucols li {
	padding-bottom: 3px;
}

.anylinkmenucols .column {
	float: left;
	padding: 3px 8px;
	margin-right: 5px;
	background: #E0E0E0;
}

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

.anylinkshadow {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99; /*zIndex for shadow*/
	background: black;
	visibility: hidden;
}
/* DROP DOWN STYLE */


.clientSelectNotify {
	position: absolute;
	background-image: url(../../images/tooltipBubble.gif);
	background-repeat: no-repeat;
	padding: 19px 5px 10px 10px;
	width: 235px;
	height: 45px;
}
.clientSelectNotify td
{
 vertical-align:top;
	
}
.nowrap {
	white-space:nowrap;
}
.txConfirmSuccess {
	background-image: url(images/iconBigFatCheckGreen.gif);
	background-repeat: no-repeat;
	padding-bottom: 40px;
	text-align: left;
	width: 500px;
	padding-top: 7px;
	padding-left: 60px;
}
.txConfirmError {
	background-image: url(images/iconBigFatRedX.png);
	background-repeat: no-repeat;
	padding-bottom: 40px;
	text-align: left;
	width: 500px;
	padding-top: 7px;
	padding-left: 60px;
	color: #FF0000;
}
.clientViewScroller { overflow:auto;}
.clientViewScroller table th{ position:relative;}
.clientViewScroller table tbody
{
 
	border:solid 1px red;
}
.reportFrame {
	background-color: #FFFFFF;
	padding:5px;
}
.backLink {
	background-position: left center;
	background-image: url(images/iconBack.gif);
	background-repeat: no-repeat;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 19px;
}
.backLink a {
	color: #000000;
}
.backLink a:hover {
	text-decoration: underline;
}
.cmInfo{ background-position: left 2px;
	background-image: url(images/iconInfo.gif);
	background-repeat: no-repeat;
	padding: 5px 7px 5px 28px;}
	
.required {
	background-position: right 6px;
	background-image: url(images/redRQ.gif);
	background-repeat: no-repeat;
}	
.tbRequired {
	background-position: left center;
	background-image: url(images/redRQ.gif);
	background-repeat: no-repeat;
	padding-left:12px;
}
.legend
{
    
    font-size: x-small;
    font-style: normal;
    color: #FF0000;
}
.clientBalances {
	padding-bottom:7px;
	width:100%;
}
.clientBalances .fieldName {
	padding: 3px 2px 3px 13px;
}
.clientBalances .fieldValue {
	padding: 3px 16px 3px 0px;
}

.clientBalances .head {
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-left: 10px;
	margin-bottom:5px;
	border-bottom:solid 1px #c0c0c0;
	margin-right:10px;
}

.currentPos{}
.currentPos .positionID, .sellPos .trader {
	font-weight: bold;
	padding-bottom: 15px;
	padding-top: 10px;
}
.currentPos .overview, .sellPos .pricell{padding-left:50px;padding-bottom:5px; border-bottom:solid 1px #cccccc; margin-bottom:7px;}
.currentPos .overview td, .sellPos .pricell td{padding-left:9px;}

.breakdown{}
.breakdown td{ padding-right:9px;}
.breakdown td.fieldName{ text-align:right;}
.breakdown td.total {
	padding-top: 10px;
}
.fieldHead{ text-align:center;}
.center{ text-align:center;}
.tradeDatenTime {
	padding-top: 0px;
	border:solid 0px red;
	width:320px;
	float:right;
}
.green
{
    color: #008000;
}
.red
{
    color: #FF0000;
}

.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input
{
    margin: 0;
    border: solid 1px #7F9DB9;
    border-right: 0px none;
    padding: 1px 0px 0px 5px;
    font-size: 13px;
    height: 18px;
}
.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button
{
    margin: 0;
    padding: 0;
    background-image: url(images/windows-arrow.gif);
    background-position: top left;
    border: 0px none;
    height: 21px;
    width: 21px;
}
.WindowsStyle .ajax__combobox_itemlist
{
    border-color: #7F9DB9;
}


.AnnouncementHeader
{
    font-family: Arial;
    font-weight: bold;
    font-size: 16px;
    vertical-align: top;
    text-indent: 0px;
    position: relative;
    left: 20px;
}
  
  
.AnnouncementBody
{
    font-family: Arial;
    font-size: 12px;
    vertical-align: top;
    text-indent: 0px;
    position: relative;
    left: 20px;
}

.maxLabel
{
    font-style: italic;
}

.frmLabel
{
    vertical-align: top;
}

.txtAnText
{
    vertical-align: top;
}

.2ndColumn
{
     width: 200px;
}
    
.3rdColumn
{
     width: 526px;
}

.chooseButton
{
    border: thick solid #FF0000;
    background-position: right;
    position: relative;
    right: 500px;
}


.siteSummaryDiv
{
    text-align:right; 
    padding-bottom:0px; 
    position:relative; 
    top:-20px;
}

.blastTestRecepCell
{
    padding-left: 10px;
    margin-left: 0px;
}

.blastSubjectCell
{
    padding-left: 12px;
}

.blastSendButtonCell
{
width: 193px;    
}

.blastClientListCell
{
width: 190px;    
}

.blastClientListLabelCell
    {
        width: 490px;
    }
    
.blastCheckAll
{
    margin-left: 3px;
}