/* MENU TABLES  */
#app_content table {
	margin: 0 10px 10px 10px;
	border: 1px solid #F60;
	padding: 0px;
	width: 920px;
}

#app_content table td, 
#app_content table th,
#app_content div.heading {
	padding: 7px;
	vertical-align:	top;
	text-align: left;
	margin: 0px;
}

#app_content table td, 
#app_content table th {
	border: 0;
	font-size: 11px;
}

#app_content table td p, 
#app_content table th p,
#app_content table td h1, 
#app_content table th h1  {
	margin: 0px;
	padding: 0px;
}

#app_content table td {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

#app_content table th,
#app_content div.heading {
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	/* background-image: url('/interface/glow.gif'); */
	background-repeat: repeat-x;
	background-color: #F90;
}

#app_content div.heading {
	margin: 0 10px;
	border: 1px solid #F60;
}

#app_content li.pagehome {
	padding-bottom: 15px;
}

#app_content input.page_checkbox {
	margin: 0 5px 0 0;
	vertical-align: top;
}

#app_content th img {
	margin-right: 5px;
}

#app_content table tr td {
	border-top:	1px solid #FFF;
	border-bottom:	1px solid #FFF;
}

#app_content table tr {
	background-color: #FFF;
}

#app_content table tr.odd {
	/* background-color: #FFF5E1; */
	/* background-color: #FFF; */
	/* background-image: url('/interface/bkgd_app_content.gif'); */
	background-color: #f4f8fd;
	/* background-repeat: repeat-x; */
}

#app_content table tr.dimmed td,
#app_content tr.dimmed td h1 a {
	color: #AAA;
}

#app_content table tr td div.table_options {
	float: left;
	background-repeat: no-repeat;
	height: 16px;
	visibility: hidden;
}

#app_content table tr td div.table_options a {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	margin-right: 7px;
}

#app_content table tr td div.table_options a.last {
	margin-right: 0px;
}

#app_content table tr.table_menu_head {
	background-image: url('/interface/bkgd_table_heading.gif');
	background-repeat: repeat-x;
}

#app_content table tr.table_menu_head td {
	font-size: 14px;
}

#app_content table td h1,
#app_content table td h1 a {
	font-size: 14px;
	font-weight: bold;
}

#app_content table td input {
	margin: 0;
	line-height: 1px;
}

#app_content table.table_reset {
	margin: 0px;
	border: none;
	padding: 0px;
	width: auto;
}

#app_content table.table_reset td,
#app_content table.table_reset th {
	padding: 0px;
	background-color: none;
}

.table_hover td h1 a {
	color: #F60 !important;
}

.table_hover td {
	border-top: 1px solid #F60 !important;
	border-bottom: 1px solid #F60 !important;
}

#app_content table tr.selected_row td {
	background-image: none;
	background-color: #eef5f9 !important;
}

#app_content table tr.selected_row td h1 a {
	color: #F60;
}

#app_content #core_checkboxes_button {
	clear: both;
	display: block;
}

#app_content #core_checkboxes_menu {
	border:	1px solid #FFA20F;
	border-right-color: #F60;
	border-bottom-color: #F60;
	padding: 10px;
	width: 180px;
	background-color: #FF9500;
	position: absolute;
	display: none;
	clear: both;
}

#app_content #core_checkboxes_menu h1 {
	font-weight: bold;
	color: #000;
}

#app_content #core_checkboxes_menu p {
	padding: 2px 0;
	margin-top: 4px;
}

#app_content #core_checkboxes_menu a.option {
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
}

#app_content .table_checkbox {
	margin-left: 4px;
}

#app_content #resizable_table td div {
	overflow: hidden;
	padding: 0;
	background: #deebf3;
	height:475px;
	font-size: 90%;
}

#app_content #resizable_table .ui-split-main-box {
	background: #deebf3;
}

#app_content #resizable_table .ui-resizable-s {
	border: 0px solid #FFF !important;
	background:#deebf3 url(/interface/splitpane_handle-vertical.gif) no-repeat scroll 50% 55% !important;
	padding: 10px;
	cursor:row-resize !important;
}