@import url("/stylesheets/css/it/it.css");

/* 
 -------------------------------------------------------------- 
 Right Column style changes for Filing projects
 -------------------------------------------------------------- */
td.totalslabel {
	vertical-align: middle;
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}

table.returnCalculation {
	font-size: 1.4em;
	line-height: 1.5em;
	border: none;
	border-collapse: collapse;
}

table.returnCalculation tr {
	line-height: 1.5em;
	vertical-align: middle;
}

table.returnCalculation tr td {
	line-height: 1.5em;
	font-size: 1.2em;
	text-align: right;
	vertical-align: middle;
}

/* Use "totalduelabel" on the <td> tag that holds the the label for final total due and payable on "returnCalculation" tables. Added <th> label for 508 compliance */
table.returnCalculation tr td.totalduelabel, th.totalduelabel {
	font-weight: bold;
	line-height: 1.5em;
	font-size: 1.3em;
	text-align: right;
	vertical-align: middle;
}

/* Use "totaldue" on the <td> tag that holds the final total due and payable on "returnCalculation" tables */
table.returnCalculation tr td.totaldue {
	line-height: 1.5em;
	font-size: 1.3em;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
	padding: 0 2px 0 10px;
}

/* Use "calclabeldata" on the <td> tag that holds the labels on "returnCalculation" tables. Added <th> label for 508 compliance */
table.returnCalculation tr td.calclabeldata, th.calclabeldata {
	font-weight: bold;
	line-height: 1.5em;
	font-size: 1.2em;
	text-align: right;
	vertical-align: middle;
}

/* Use "calcdata" on the <td> tag that holds basic data on "returnCalculation" tables */
table.returnCalculation tr td.calcdata {
	font-weight: bold;
	line-height: 1.5em;
	font-size: 1.2em;
	text-align: right;
	vertical-align: middle;
	padding: 0 2px 0 10px;
}

.dollarTable caption {
	background-color: rgb(137, 190, 211);
	text-align: center;
	font-size: 1.2em;
}

/* 
 -------------------------------------------------------------- 
 Period Obligations style changes for Filing projects
 -------------------------------------------------------------- */
div#periodObligation {
	float: left;
	margin: 0;
	padding: 0;
}

div#periodObligation label {
	font-weight: bold;
	text-align: right;
	width: 130px;
	padding-right: 4px;
}

div#periodObligation div,form,span {
	padding: 0;
	margin: 0;
}

div#periodObligation select {
	display: block;
	width: 290px;
	float: left;
	margin-bottom: 5px;
}

div#periodObligation br {
	clear: left;
}

/* 
 -------------------------------------------------------------- 
 Common style classes for Filing projects
 -------------------------------------------------------------- */
div#container {
	width: 980px;
}

.line-heightnormal {
	line-height: normal;
}