﻿@import url("Table.css");
@import url("Site.menu.css");
@import url("Site.forms.css");
@import url("Site.filters.css");
@import url("Site.jquery.ui.css");
@import url("Site.notifications.css");
@import url("Site.buttons.css");
/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
html {
   min-height: 100%;   
}

body
{
    background-color: white;
    font-size: .75em;
	font-family: "Trebuchet MS",sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;
}

.pageTitle
{
	font-size: large;
	margin: 10px 0 10px 0;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}
ul
{
	padding-left: 1em;
	list-style: disc;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
	font-family: "Trebuchet MS",sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    background-repeat: repeat-x;
    padding: 0;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
	font-family: "Trebuchet MS",sans-serif;
}

#main
{
    padding: 30px 30px 15px 30px;
    margin-bottom: 30px;
    min-height: 100%;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#footer
{
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}



div#popinWindow.validationError .x-window-ml,
div#popinWindow.validationError .x-window-mr,
div#popinWindow.validationError .x-window-tl,
div#popinWindow.validationError .x-window-tc,
div#popinWindow.validationError .x-window-tr,
div#popinWindow.validationError .x-window-bl,
div#popinWindow.validationError .x-window-bc,
div#popinWindow.validationError .x-window-br
{
	background: #aa0000;
}

.negmoney
{
	color: Red;
}

div.CashContractEntrySectionHeader
{
	font-size: 1.25em;
	background-color: #CCCCCC;
	-moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    border-color: #CCCCCC;
	padding: 5px;
}

span.CashContractEntrySection span.label
{
	font-size: .75em;
	background-color: White;
	border: none;
}

div.CashContractEntrySection
{
	border: 1px solid #CCCCCC;
	padding: 5px; /* had to change due to Echosign addition */
	margin-bottom: 10px;
}

.InformationBubble
{
    min-width: 450px;
}

.InformationBubble .info
{
    font-weight: bolder;
}

#AccountBalances
{
	display: table;
}

#AccountBalances table
{
	float: left;
}

#NewActivity table
{
	float: none;
}

#OpenPositions table
{
	float: none;
}

#funded
{
    border-top: 1px solid #CCFFCC /* Color must match the caption background */
}

#underfunded
{
    border-top: 1px solid #FF0000 /* Color must match the caption background */
}

#underfunded, #funded
{
    width: 160px;
}

#underfunded caption
{
    background: none repeat scroll 0 0 #FF0000;
}

#funded caption
{
    background: none repeat scroll 0 0 #CCFFCC;
}

.ChangeTable
{
	font-size: 12px;
	margin: 10px 2px 0px 2px;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #CCC;
}

.ChangeTable td
{
	padding: 1px 5px 1px 5px;
	border-right: 1px dashed #ccc;
	white-space: nowrap;
}

.ExpandableLink
{
	color: blue;
	text-decoration: underline;
	font-size: .9em;
	cursor: pointer;
}

.FieldHelpText
{
    position: relative;
    top: -10px;
    font-style: italic;
}

.CashContractEntrySubSection
{
	border-style: solid;
	margin: 4px;
	padding: 8px;
}

.CashContractEntrySubSection legend
{
	color: black;
	border: 1px black solid;
	background-color: #CCCCCC;
}

.smallMismatch {
	background-color: yellow;
}

.bigMismatch {
	background-color: #FF0000
}
