﻿body
{
	overflow-y:scroll; /*always have a scrollbar in ff so it doesn't jump around when you expand and contract the accordion panes*/
}

body.msie
{	
	overflow:auto;
}
.contentHeader
{
	background-image:url('../Images/12-em-down.png');
	background-repeat:no-repeat;
	background-position:99% center;
	cursor:pointer;
}

.contentHeader.active
{
	background-image:url('../Images/12-em-up.png');
}

.myProjectsMessage
{
	margin:10px 0 10px 10px;
}



table.detail th, table.detail td
{
	text-align:left;
}

table.detail td.currency, table.detail th.currency
{
	text-align:right;
	padding:0 15px 0 15px;
}

table.detail th.tipCode, table.detail td.tipCode
{
	padding: 0 15px 0 5px
}

table.detail th.rowhdr
{
    width:auto;
    border-right:none;
}

table.detail.loan
{
    margin-bottom:15px;
}

table.detail tr.colTotal th, table.detail tr.colTotal td
{
    padding-top:5px;
}

table.detail tr.even
{
    background-color:#C6D9FD;
}