﻿.formtbl td
{
	font-family: arial,helvetica,sans-Serif;
	font-size: 8pt;
	color: #444444;
	padding: 4px 0px 4px 0px;
}

.tblexpenses
{
	float: left;
	background-color: white;
	width: 100%;
	font-family: arial,helvetica,sans-Serif;
}

.tblexpenses th, .tblTransactions th
{
	height: 30px;
	background-color: #004367;
	color: White;
	text-align: center;
}

.tblexpenses td
{
	font-size: 9pt;
	color: #444444;
	padding: 4px 4px 4px 4px;
}

.tblexpenses a:link
{
	color: white;
}

.tblexpenses a:visited
{
	color: white;
}

.tblexpensesT, .tblTransactions
{
	float: left;
	background-color: white;
	width: 100%;
	font-family: arial,helvetica,sans-Serif;
}

.tblexpensesT th, .tblTransactions th
{
	height: 30px;
	background-color: #006743;
	color: White;
	text-align: center;
}

.tblexpensesT td, .tblTransactions td
{
	font-size: 9pt;
	color: #444444;
	padding: 4px 4px 4px 4px;
	background-color: #EEEEEE;
}

.tblexpensesT  a:link, .tblTransactions a:link
{
	color: white;
}

.tblexpensesT a:visited, .tblTransactions a:visited
{
	color: white;
}

.exppager a:link
{
	color: #888888;
}

.exppager a:visited
{
	color: #888888;
}

.smallwbtn
{	border: none;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	background: #CCC;
	padding: 5px;
	margin: 5px 5px 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	cursor: pointer;
	text-shadow: 1px 1px 0 #777;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
.smallwbtn:hover {
	border-bottom: 1px solid #777;
	border-right: 1px solid #777;
	background: #AAA;
	}

#dvRecMsg, #dvPromptMsg {
    background-color: #FFFFEE;
    font-weight: bold;
    border: solid 1px #333;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    padding: 10px 10px 10px 10px;
    margin-bottom: 20px;
}

@media screen and (max-width: 485px) {
    #dvRecMsg, #dvPromptMsg {
        padding: 5px;
        font-size: 12px;
    }
}

.fixedfield
{
	float: left;
	border: 1px solid #DDD;
	background-color: #FBFBFB;
    font-family: arial,helvetica,sans-serif;
	font-size: 14px;
	padding: 5px;
	width: 340px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	text-align: right;
}
#dvEstimated {
    float: left;
    width: 45%;
}
#dvCalc {
    float: left;
    width: 45%;
}
#dvCalc .textfield {
    background-color: #FFFFDD;
    text-align: right;
}
.xtralbl
{
	float: left;
	font-family: Arial;
	font-size: 8.5pt;
	font-weight:bold;
	color: #666;
	vertical-align: top;
	margin-left: 10px;
}

@media screen and (max-width: 485px) {
    .xtralbl { text-align: center; width: 100%; }
}


.mxdialog
{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	color: #333;
	text-align:center;
	background-color: White;
	font-size: 9pt;
}
.mxdialog_title
{
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	background-color: #555;
	color: White;
    font-family: arial,helvetica,sans-serif;
	font-size: 11pt;
}

.formText {
    font-family: arial,helvetica,sans-Serif;
    font-size: 8pt;
    color: #444444;
}