/* displaytag */


/* Standard List */
table.standardlist {
	empty-cells: show;
	min-width: 50%;
}

.standardlist th {
	color:#CB5D22;
	background: white;
	border-bottom: 2px solid #F3F1E3;
	border-top: 2px solid #F3F1E3;
}


.standardlist caption {
	background-color: white;
	padding: 5px;
}

.standardlist th.sorted a,th.sortable a {
	background-position: left;
	padding-left: 1em;
	padding-right: 1em;
	text-align: left;
	display: block;
	width: 100%;
	background-repeat: no-repeat;
}

.standardlist th.sorted a:HOVER,th.sortable a:HOVER {
	color: #cb5d22;
	text-decoration: none;
}
.standardlist th.sortable a {
	background-image: url(../../images/arrow_off.png);
}

.standardlist th.order1 a {
	background-image: url(../../images/arrow_down.png);
}

.standardlist th.order2 a {
	background-image: url(../../images/arrow_up.png);
}

.standardlist tr {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: dotted;
	border-color: #E2D5BE;
}

.standardlist tr.odd {
	background-color: #FFFFFF;
}

.standardlist tr.odd:hover {
	background-color: #F3F1E3;
}

.standardlist tr.even {
	background-color: #FFFFFF;
}

.standardlist tr.even:hover {
	background-color: #F3F1E3;
}

.standardlist td {
	border-bottom: 1px solid #F3F1E3;
	padding-left: 2px;
	vertical-align: top;
}



/* Standard List */
table.budgetlist {
	empty-cells: show;

	width: 95%;
}

.budgetlist th {
	color:#CB5D22;
	background: white;
	border-bottom: 2px solid #F3F1E3;
	border-top: 2px solid #F3F1E3;
	border-left: 1px solid #F3F1E3;
	border-right: 1px solid #F3F1E3;
}


.budgetlist caption {
	background-color: white;
	padding: 5px;
}

.budgetlist th.sorted a,th.sortable a {
	background-position: left;
	padding-left: 1em;
	padding-right: 1em;
	text-align: left;
	display: block;
	width: 100%;
	background-repeat: no-repeat;
}

.budgetlist th.sorted a:HOVER,th.sortable a:HOVER {
	color: #cb5d22;
	text-decoration: none;
}
.budgetlist th.sortable a {
	background-image: url(../../images/arrow_off.png);
}

.budgetlist th.order1 a {
	background-image: url(../../images/arrow_down.png);
}

.budgetlist th.order2 a {
	background-image: url(../../images/arrow_up.png);
}

.budgetlist tr {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: dotted;
	border-color: #E2D5BE;
}

.budgetlist tr.odd {
	background-color: #FFFFFF;
}

.budgetlist tr.odd:hover {
	background-color: #F3F1E3;
}

.budgetlist tr.even {
	background-color: #FFFFFF;
}

.budgetlist tr.even:hover {
	background-color: #F3F1E3;
}

.budgetlist td {
	border: 1px solid #F3F1E3;
	padding-bottom: 0px;
	padding-top: 0.5em;
	height: 2.5em;
	vertical-align: top;
}

.officeform .budgetlist td {
	border: 1px solid #F3F1E3;
	padding-bottom: 0px;
	padding-top: 0.5em;
	height: 2.5em;
	vertical-align: top;
}

.budgetlist td a.arrow{
	font-size: 1em;
}


#element_title a, #element_title a:link, #element_title a:visited {
	color: #5b5b5b;
	font-weight: bold;
}

td.row_title a, td.row_title a:link, td.row_title a:visited {
	color: #5b5b5b;
	font-weight: bold;
}

caption {
	text-align: left;
}

div.toptable div.exportlinks {
	position: absolute;
	top: 3em;
	/*right: -5em;*/
}
div.exportlinks a:HOVER {
	color: #cb5d22;
	text-decoration: none;
}