body {
	text-align: left;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	color: #444;
	margin: 0px 0px 1px 0px;
	padding: 0;
	background: #FFFFFF;
	text-align: center;
}

div {
	font-size: 1em;
}

img {
	border: 0;
}
a.lookUpLink:link {text-decoration: none; color: #000000;}
a.lookUpLink:visited {text-decoration: none; color: #000000;}
a.lookUpLink:active {text-decoration: none; color: #000000;}
a.lookUpLink:hover {text-decoration: none; color: #FF6600; background-color: #eeeeee; cursor: pointer; cursor: hand; /* IE 5.5 non-compliant workaround */}

/* LINKS */
a:link, a:active {
	color: #1465b7;
	text-decoration: none;
}

a:visited {
	color: #1465b7;
	text-decoration: none;
}

a:hover {
	color: #cc0000;
	text-decoration: none;
}

/* END HEADINGS */ 
p {
	font-size: 1em;
	margin: 0 0 1.5em 0;
	padding: 0;
	line-height: 1.4em;
}

em,i {
	font-style: italic;
}


dl {
	margin: 0 0 1.5em 0;
	padding: 0;
	line-height: 1.4em;
}

dl dt {
	font-weight: bold;
	margin: 0.25em 0 0.25em 0;
	padding: 0;
}

dl dd {
	margin: 0 0 0 30px;
	padding: 0;
}

/* END LISTS */ 
/* TABLE */
table {
	margin: 0 0 0 0;
	padding: 0;
}
th {
	font-weight: bold;
	text-align: left;
}
td {
	font-size: 7pt;
}

.table {
	border-collapse: collapse;
	border: 2px solid #74B3DC;
	color: #000;
	background: #fff;
	width: 100%;
}


.table thead th,.tableHeaderTable td {
	border: 1px solid #e0e0e0;
	text-align: center;
	font-weight: bold;
	background: #d7e9f5;
}

.tableHeaderTable td a {
	text-decoration: none !important;
}

.table tfoot th,tfoot td {
	border: 1px solid #e0e0e0;
	text-align: left;
	background: #e8e8cf;
}

.table tfoot th {
	font-weight: bold;
}


.table tbody th a {
	background: transparent;
	text-decoration: underline;
	font-weight: bold;
}

.table tbody th,.table tbody td {
	text-align: left;
}

.table tfoot td {
	border: 1px solid #996;
}

.table tbody tr:hover,.table tr.over,.contribTable tr:hover {
	background: #ffffd9 !important;
	/* important needed for Tapestry, as is .table tr:hover */
}

/* END TABLE */
.standardTable {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 1px;
	border-style: solid;
	border-width: 1px;
}

.standardTable_Header {
	color: #000000;
	padding: 1px;
	border-: 1px solid #000000;
	background: #c0c0c0;
	border:1px solid #E0E0E0;
}

.standardTable_SortHeader {
	color: #000000;
	padding: 1px;
	text-align: left;
	border-: 1px solid #000000;
	background: #ffd !important;
}

.standardTable_SortHeader:hover,.standardTable_Header:hover {
	background: #ffff40;
	color: #008000;
}

.standardTable_Footer {
	background-color: #ffffe0;
}

.standardTable_Row1 {
	background-color: #ffffff;
	border-top: 1px solid #c0c0c0;
}

.standardTable_Row2 {
	background-color: #eeeeee;
	border-top: 1px solid #c0c0c0;
}
.standardTable_Row2Top {
    background-color: #eeeeee;
    border-top: 1px solid #000000;
}
/* highlight table row onmouseover */
table.list tr.over {
	background: #ffff40;
	border-: 1px solid #c0c0c0;
	border-top: 1px solid #c0c0c0;
	color: #000000;
	cursor: pointer;
	cursor: hand; /* IE 5.5 non-compliant workaround */
}

.sortLink {
	color: #333366;
	text-decoration: none;
}

.standardTable_Column {
	padding: 1px;
	cursor: pointer;
}

.standardTable_ColumnCentered {
	text-align: center;
	cursor :  pointer;
}

/* This is the style for the informational messages presented to the user */
div.error,span.error,li.error,div.message {
	background: #ffffcc;
	border: 1px solid #000;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 10px auto;
	padding: 3px;
	text-align: left;
	vertical-align: bottom;
}

/* use a different color for the errors */
div.error,span.error,li.error {
	border: 2px solid red;
}

/* For Spring MVC */
span.error {
	display: block;
}

label.error {
	font-weight: bold;
}

/* IE fix, followed by the rest of the world fix */
li.error {
	padding: 3px !important;
}

ul>li.error {
	padding: 0px !important;
}

div.message p,div.message p {
	margin-bottom: 0;
}

img.validationWarning,div.error img.icon,div.message img.icon,li.error img.icon
	{
	border: 0 !important;
	width: 14px;
	height: 13px;
	vertical-align: middle;
	margin-left: 3px;
	background: transparent !important;
	/* important added because some themes define div#main img */
}

div.message a {
	background: transparent;
	color: #0000FF;
}

div.message a:visited {
	background: transparent;
	color: #0000FF;
}

div.message a:hover {
	background: transparent;
	color: #008000;
}

div.message a:active {
	text-decoration: underline overline;
}

div.message img.icon {
	vertical-align: middle;
}

span.fieldError,.errorMessage {
	color: red;
	font-size: .95em;
	font-weight: bold;
	display: block;
}


div#page {
	margin: 0 0;
	padding: 0;
	text-align: center;
}



form ul {
	position: relative;
	list-style: none;
	width: 100%;
	padding: 0px;
}

/* Fixes for forms around everything in JSF */
form ul.glassList {
	vertical-align: top;
	line-height: 1.2em;
	margin-left: 40px;
}

form ul.glassList li {
	line-height: 1.1em;
	font-size: 1.1em;
	padding: 2px 0px 3px 0px;
}

form .pagebanner,form .exportlinks,form .table {
	font-size: 1.1em;
}

/* End of JSF fixes */
form li {
	line-height: 2em;
	margin: 0;
	padding: 1px 1px 6px 5px;
}

form li.focused {
	background-color: #fff7c0 !important;
}

form li p {
	font-size: 9px;
	line-height: 13px;
	color: #444;
}

form [id] li {
	display: block;
}

form [id] ul.glassList li {
	display: list-item;
}

form li div.group {
	display: block !important;
	background-color: #f7f7f7;
	padding: 10px;
	width: 355px;
}

form li div.group p,form div.group p label {
	text-align: left;
}

form li div.group input.large,form li div.group textarea.large,form li fieldset
	{
	width: 339px;
}

form [id] li div {
	display: inline;
}

form .left {
	float: left !important;
	margin: 0;
}

form .right {
	float: right !important;
	margin: 0;
}

form .clear {
	clear: both;
}

form li div {
	margin-bottom: 0px;
}

form li div p {
	margin: 0 0 5px 0;
}

form div.left {
	margin-right: 2px !important;
}

form div.left [class] {
	margin-right: 4px !important;
}

form div.left img {
	margin: 0 0 -2px 0;
}

/* ----- INFO ----- */
form h2 {
	font-size: 1.8em;
	clear: left;
}

form .info {
	margin: 0 0 4px 0;
	padding: 0 0 4px 0;
	text-align: left;
}

form .info [class] {
	display: block;
}

form .info p {
	font-size: 2em;
	line-height: 1.3em;
	margin: 0 0 8px 0;
	text-align: center;
}

/* ----- FIELDS AND LABELS ----- */
.desc {
	margin: 4px 0 3px 0;
	border: 0;
	color: #444;
	font-size: 1em;
	line-height: 1.3em;
	font-weight: bold;
}

/* ----- FIELDS AND LABELS ----- */
label.desc {
	margin: 4px 0 3px 0;
	border: 0;
	color: #444;
	font-size: 1em;
	line-height: 1.3em;
	display: block;
	font-weight: bold;
}

/* wwlbl is from Struts and this is needed to make things work properly with IE 7 */
div.wwlbl {
	display: block !important
}

p label {
	font-weight: normal;
}

input.text,input.number,input.url,input.email,input.password,input.file,textarea.textarea,select.select
	{
	border-top: 1px solid #7c7c7c;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #ddd;
	background: #fff;
	color: #333;
}

input.text,input.number,input.url,input.email,input.password,input.file
	{
	padding: 2px;
}

input.currency {
	text-align: right;
}

input.checkbox,input.radio {
	display: block;
	line-height: 1.4em;
	margin: 8px 0 0 3px;
	width: 13px;
	height: 13px;
}

input.focus,textarea.focus {
	background: #ffd;
	color: #000;
}

label.choice {
	display: block;
	line-height: 1.4em;
	margin: -19px 0 0 25px;
	padding: 4px 0 5px 0;
	color: #444;
	width: 80%;
	font-size: 1.05em;
}

textarea.textarea {
	font-family: Tahoma, "Lucida Grande", "Trebuchet MS", Verdana,
		sans-serif;
	margin-bottom: 1px;
}

textarea.textarea [class] {
	font-family: "Lucida Grande", Tahoma, "Trebuchet MS", Verdana,
		sans-serif;
}

select.select {
	padding: 1px 0 0 0;
	margin: 1px 0 3px 0;
}

select.select [class] {
	margin: 0;
	padding: 1px 0 1px 0;
}

/* ----- SIZES ----- */
form .small {
	width: 70px;
}

form .medium {
	width: 170px;
}

form .large,form textarea.textarea {
	width: 349px;
}

form .tags {
	width: 320px;
}

form textarea.small {
	height: 5.5em;
}

form textarea.medium {
	height: 10em;
}

form textarea.large {
	height: 20em;
}

/* ----- ERRORS ----- */
form li.error {
	background-color: #FFDFDF;
	margin: 3px 0 !important;
}

input.error,textarea.error {
	border: 1px solid #EF5959;
	border-left: 1px solid #FF8F8F;
	border-top: 1px solid #FF8F8F;
	background: #fff;
}

p.error,li.error label.desc {
	color: red !important;
}

p.error {
	font-size: 9px !important;
	margin: 1px 0;
}

/* ----- REQUIRED ----- */
.req {
	font-size: 1em !important;
	color: #f90;
	font-weight: bold;
}

/* END FORM ELEMENTS */ /* Specific forms */
#loginForm fieldset {
	padding: 10px 10px;
}

#loginForm li {
	text-align: left;
	padding: 0px;
}

form .portfolioName {
	width: 220px;
	border-top: 1px solid #7c7c7c;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #ddd;
	color: #333;
}

form .stockList {
	width: 220px;
	border-top: 1px solid #7c7c7c;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #ddd;
	color: #333;
}


.editPanel {
	style: position :   relative;
	top: 100px;
	left: 100px;
	width: 40px;
	height: 50px;
}

.widow_quote_table_column1 {
    border-top: 1px solid #c0c0c0;
	border-left: 0px solid #c0c0c0;
	padding: 1px;
}
.widow_quote_table_column2 {
    border-top: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	padding: 1px;
}
.table_column3 {
    border-top: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	padding: 1px;
}
.table_column4 {
    border-top: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	padding: 1px;
}

.plainTable {
	border: 0px solid #000;
}

.table_no_border {
	border-left: 1px solid #74B3DC;	
	font-size: 0.8em;
	font-weight: bold;
}
.table_border_left {
	border-left: 1px solid #74B3DC;	
	font-size: 0.8em;
	font-weight: bold;
}
.table_border_left_top {
	border-top: 1px solid #74B3DC;	
	border-left: 1px solid #74B3DC;	
	font-size: 0.8em;
	font-weight: bold;
}
.table_border_top {
	border-top: 1px solid #74B3DC;	
	font-size: 0.8em;
	font-weight: bold;
}

.window_quote_row {
	background-color: #ffffd9;
	border-top: 1px solid #c0c0c0;
}
.window_quote_row_top {
    background-color: #ffffd9;
    border-top: 1px solid #74B3DC;
}

.button{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
}


.textButton {
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	color: #1465B7;
	text-decoration: none;
	text-align: right;
	padding: 0px;
	margin: 0px;
}

.textTitle {
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	text-align: right;
	padding: 0px;
	margin: 0px;
}
.symbolInput {
	font-size: 1.2em;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	text-align:left;
	width:55px;
	color: rgb(170, 170, 170);
}
.portfolioSelect {
	width:120px;
}

.widowQuoteTable {
	font-size:8pt;	
	color:#000000;
	background: #fff;
	width: 301px;
	margin:0pt;
	padding:0pt;		
 	border-collapse: collapse;
}
.portfolioBoutonPanel {
	padding: 0px;
	text-align: center;
	width: 100%;
}
.portfolioBoutonPanel td {
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.headerGrid td,headerGrid th {
	text-align: left;
}
.headerGridCol2 td, .headerGridCol3 td {
	text-align: center;
}
.headerGridCol1 {
	padding: 0px;
	width: 120px;
	margin: 0px;
}
.headerGridCol2 {
	padding: 0px;
	width: 120px;
	margin: 0px;
}
.headerGridCol3 {
	padding: 0px;
	width: 60px;
	margin: 0px;
}
.headerGridCol4 {
	padding: 0px;
	width: 20px;
	margin: 0px;
}
.headerGridCol4 {
	padding: 0px;
	width: 20;
	margin: 0px;
}
.subWindow {
	border: 0px;
	padding: 0.0em;
	width: 100%;
}
.subWindow td,th {
	border-top-width: 0.0px;
	border-right-width: 0.0px;
	border-bottom-width: 0.0px;
	border-left-width: 0.0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-top: 0.0em;
	padding-right: 0.0em;
	padding-bottom: 0.0em;
	padding-left: 0.0em;
}
a.delbox {
	display:block;
	float:ceter;
	height:12px;
	margin-top:2px;
	overflow:hidden;
	width:12px;
}
a.delbox:hover {
	background-image:url(../../resources/images/icons/day_x_blue_highlight.gif);
}
a.delbox {
	background-image:url(../../resources/images/icons/day_x_blue.gif);
}

.lookUpLink:hover{
	background-color: #eeeeee;
}
.symbolSuggestDiv{
	position:absolute;
	right: 0;
	z-index: 10;
	text-align:left;
	width:340px;
	border: 1px solid #c0c0c0;	
	color: #000000;
}
.symbolLookupBox{
	right: 100;
	position:relative;
	z-index: 10;
	visibility:hidden;
	color: #000000;
}
.lookupRowDiv {
	background-color: #ffffff;
	color: #000000;
}
.lookupRowDivHilight {
	background-color: #eeeeee;
	color: #FF6600;
}
.lookRowTable td{
	text-align: left;
}
.lookupRowDiv:hover {text-decoration: none; color: #FF6600; background-color: #eeeeee; cursor: pointer; cursor: hand; /* IE 5.5 non-compliant workaround */}


