/*
	Copyright (c) 2017 Peraton Inc.
	
	Filename: default.css
	
	Author: msherwood
	Date: 10/26/05
	Version: 1.0
	
	Description:
	
	Updates:
*/

input, select, textarea
{
	font-family: Tahoma, "Times New Roman", Arial;
	font-size: 11px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
}

input.required, select.required, textarea.required
{
	border: 1px solid #828177;
}

input.readonly, select.readonly, textarea.readonly
{
	border: 1px solid #828177;
}

select:not([multiple]) {
	max-width: 170px;
}

select[multiple] {
	max-width: 300px;
}

#banner
{
	background-color: #006633;
	color: #FFFFFF;
}

/* ######################################## BEGIN MAIN LAYOUT ######################################## */
#mainlayout_corporation
{
	display: block;
	font-family: Tahoma, "Times New Roman", Arial;
	font-size: 12px;
	font-weight: bold;
}

#mainlayout_corporation a
{
	text-decoration: none;
}

#mainlayout_corporation a:hover
{
	color: #FF9900 !important;
}

#mainlayout_title
{
	display: block;
	font-family: Tahoma, "Times New Roman", Arial;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
}

#mainlayout_title a
{
	text-decoration: none;
}

#mainlayout_version
{
	display: block;
	font-family: Tahoma, "Times New Roman", Arial;
	font-size: 10px;
}

#mainlayout_login_logout
{
	display: block;
	font-family: Tahoma, "Times New Roman", Arial;
	font-size: 11px;
}

#mainlayout_login_logout a
{
	text-decoration: none;
}

#mainlayout_login_logout a:hover
{
	color: #FF9900 !important;
}

#mainlayout_topbar
{
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999999;
	background-color: #CCCCCC;
	padding: 2px 0px 2px 10px;
	font-size: 10px;
	font-weight: bold;
}

#mainlayout_topbar a
{
	text-decoration: none;
	color: #006633 !important;
}

#mainlayout_topbar a:hover
{
	color: #CE0000 !important;
}

#mainlayout_footer
{
	background-color: #006633;
	color: #FFFFFF;
	border-top: 6px solid #DDDDDD;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 9px;
	font-weight: bold;
}

#mainlayout_footer a
{
	text-decoration: none;
	color: #FFFFFF !important;
	font-weight: bold;
}

#mainlayout_footer a:hover
{
	color: #FF9900 !important;
}
/* ######################################## END MAIN LAYOUT ######################################## */

/* ######################################## BEGIN PROJECT TOOLS ######################################## */
.project_tools_container
{
	background-color: #FFFFFF;
	background-image: url("../_images/project_tools_container.gif");
	background-position: right;
}

.project_tools
{
	background-color: #DDDDDD;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-top: 2px solid #FFFFFF;
	
	padding-left: 6px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 6px;
}

div#scenario_menu, div#user_options, div#ref_menu, div#admin_options {
   width: 140px;
}

div#scenario_menu_min {
  width: 20px;
}

.project_tools_header
{
	height: 18px;
	font-weight: bold;
}

.project_tools_body
{
	background-color: #FFFFFF;
	border-top: 1px solid #999999;
	font-size: 9px;
	
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 8px;
}

.project_tools_body a
{
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	color: #006699 !important;
}

.project_tools_body a:hover
{
	/*color: #CE0000 !important;*/
	color: #FF9900 !important;
}

a.project_tools_selected
{
	/*border: 1px solid #2B5279;
	background-color: #87AED4;*/
	color: #FF0000 !important;
}
/*
a.project_tools_selected:hover
{
	color: #000000 !important;
}
*/
.project_tools_button
{
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
	border: 0px;
	background-image: url("../_images/project_tools_button.gif");
}

.project_tools_button_cornerRight
{
	padding: 0px;
	margin: 0px;
	background-image: url("../_images/project_tools_button_cornerRight.gif");
}
/* ######################################## END PROJECT_TOOLS ######################################## */

/* ######################################## BEGIN HELP ######################################## */
#help
{
	background-color: #FFFFCC;
	color: #555555;
	border-left: 4px solid #FFFFFF;
}

#help a
{
	cursor: help;
}

#help .label
{
	border-bottom: 1px solid #999966;
	border-right: 1px solid #999966;
	background-color: #CCCC99;
	background-image: url(../_images/icon_help_sml.gif);
	background-repeat: no-repeat;
	background-position: 97%;
	
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}

#help .body
{
	border-bottom: 1px solid #CCCC99;
	border-right: 1px solid #CCCC99;
	
	padding-top: 5px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
}

#help .body a
{
	display: block;
	text-decoration: none;
	color: #555555 !important;
	
	padding-top: 3px;
	padding-bottom: 3px;
}

#help .body a:hover
{
	color: #DD9900 !important;
}
/* ######################################## END HELP ######################################## */

/* ######################################## BEGIN DESIGN ########################################
.design_cornerLeft
{
	background-color: #EFEFEF;
	background-image: url("../_images/design_cornerLeft.gif");
	background-position: top-left;
	background-repeat: no-repeat;
	width: 8px;
	height: 20px;
}

.design_cornerRight
{
	background-color: #EFEFEF;
	background-image: url("../_images/design_cornerRight.gif");
	background-position: top-right;
	background-repeat: no-repeat;
	width: 8px;
	height: 20px;
}

.design_top
{
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	font-family: Tahoma, "Times New Roman", Arial;
	font-size: 11px;
	color: #666666;
	padding: 0px 10px 0px 10px;
	white-space: nowrap;
}

.design_cornerLeft_inactive
{
	background-color: #EFEFEF;
	background-image: url("../_images/design_cornerLeft_inactive.gif");
	background-position: top-left;
	background-repeat: no-repeat;
	width: 8px;
	height: 20px;
}

.design_cornerRight_inactive
{
	background-color: #EFEFEF;
	background-image: url("../_images/design_cornerRight_inactive.gif");
	background-position: top-right;
	background-repeat: no-repeat;
	width: 8px;
	height: 20px;
}

.design_top_inactive
{
	background-image: url("../_images/design_top_inactive.gif");
	font-family: Tahoma, "Times New Roman", Arial;
	font-size: 11px;
	color: #666666;
	padding: 3px 10px 0px 10px;
	white-space: nowrap;
}

.design_top_inactive a
{
	color: #666666;
	font-weight: normal;
}

.design_top_inactive a:hover
{
	color: #FF9900;
	font-weight: normal;
}

.design_right
{
	background-color: #FFFFFF;
	background-image: url("../_images/design_borderRight.gif");
	background-position: right;
	width: 8px;
	font-size: 1px;
}

.design_bottom
{
	background-color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	font-family: Tahoma, "Times New Roman", Arial;
	font-size: 11px;
	color: #666666;
	padding: 0px 10px 0px 10px;
}

.design_left
{
	background-color: #FFFFFF;
	border-left: 1px solid #CCCCCC;
	width: 8px;
	font-size: 1px;
}

.design_headerBottom
{
	background-image: url("../_images/design_borderBottom.gif");
	padding: 0px;
	padding-right: 10px;
	white-space: nowrap;
}
 */
.design_container
{
	background-color: #EFEFEF;
	padding: 15px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-family: Tahoma, "Times New Roman", Arial;
	font-size: 11px;
	color: #666666;
}

.design_containerTable
{
	background-color: #FFFFFF;
	padding: 4px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.design_containerRecords
{
	padding: 4px 10px 0px 10px;
	font-family: Tahoma, "Times New Roman", Arial;
	font-size: 11px;
	color: #666666;
}

.design_footer
{
	background-image: url("../_images/design_footer.gif");
	background-position: top;
	height: 15px;
	font-size: 1px;
	padding: 0px;
	margin: 0px;
}
/* ######################################## END DESIGN ######################################## */

/* ######################################## BEGIN BODY SECTION STYLES ######################################## */
#page
{
	padding-left: 8px;
}

#pagetitle
{
	background-color: #BBBBBB;
	color: #006633;
	font-weight: bold;
	padding: 3px;
	text-align: center;
	margin-bottom: 3px;
}

#subtitle td {
	padding: 3px 3px 3px 3px;
	color: #FFFFFF !important;
	font-weight: bold !important;
}

#subtitle a
{
	text-decoration: none;
	color: #AAAAAA !important;
	font-weight: bold;
}

#subtitle a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#subtitle a:hover
{
	text-decoration: none;
	color: #FF9900 !important;
	font-weight: bold;
}

#subtitle2 {
	background-color: #9B9B9B;
}
#subtitle2 td {
	padding: 5px 3px 5px 3px;
	color: #FFFFFF !important;
	font-weight: bold !important;
}

#subtitle2 a
{
	text-decoration: none;
	color: #006633 !important;
	font-weight: bold;
}

#subtitle2 a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#subtitle2 a:hover
{
	text-decoration: none;
	color: #FF9900 !important;
	font-weight: bold;
}

.successmark
{
	color: #008000;
	font-weight: bold;
	background: url(../_images/icon_success_sml.gif) no-repeat;
	padding-left: 20px;
	padding-top: 2px;
	margin-left: 4px;
	height: 15px;
}

.errormark
{
	color: #FF0000;
	font-weight: bold;
	background: url(../_images/icon_error_sml.gif) no-repeat;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 4px;
	height: 15px;
}

.helpmark
{
	color: #FF0000;
	padding: 0px 0px 10px 0px;
	font-family: Tahoma, "Times New Roman", Arial;
	font-size: 11px;
	font-weight: bold;
}

.noticemark
{
	font-size: 15px;
	font-weight: bold;
	background: url(../_images/icon_warning_sml.gif) no-repeat;
	padding-left: 20px;
	padding-top: 2px;
	margin-left: 4px;
	height: 15px;
}
/* ######################################## END BODY SECTION STYLES ######################################## */

/* ######################################## BEGIN TABLE STYLES ######################################## */
.sortheader
{
	color: #006633 !important;
}

.sortheader a
{
	color: #006633 !important;
	text-decoration: none;
}

.sortheader a:hover
{
	color: #006699 !important;
}

.rowMouseover
{
	background-color: #006699;
	text-decoration: none;
	color: #FFFFFF;
}

.rowMouseover a
{
	color: #006633 !important;
	text-decoration: none;
	background-color: #006699 !important;
	font-weight: bold;
}

.rowMouseover a:hover
{
	color: #FF9900 !important;
	background-color: #006699 !important;
}

.rowSelected
{
	background-color: #009900;
	color: #FFFFFF;
}

.rowSelected a
{
	color: #006633 !important;
	text-decoration: none;
	font-weight: bold;
}

.rowSelected a:hover
{
	color: #FF9900 !important;
	background-color: #006699 !important;
}

.row
{
	background-color: #EFEFEF;
}

.row2
{
	background-color: #DDDDDD;
}

.row a
{
	color: #006633 !important;
	text-decoration: none;
	font-weight: bold;
}

.base_category_header td a
{
	color: #006633 !important;
	text-decoration: none;

}

.base_category_header td
{
	color: #006633 !important;
	background-color: #bbbbbb;
	font-weight: bold;	
}

.maskable {
	position: relative;
}

.table_mask {
	z-index: 97;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: white;
}

.table_mask .table_mask_container {
	background: rgba(0, 0, 0, 0.4);
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 98;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

/* ######################################## END TABLE STYLES ######################################## */

.printable-body {
	overflow:hidden;
	overflow-y: scroll;	
	overflow-x: hidden;
	width: 100%; 
}

.printable-head {
	overflow-y: hidden;	
	overflow-x: hidden; 
	width: 100%; 
}


th.auto-sized, td.auto-sized {
	min-width: 12em;
	*display: block;
}

/* ######################################## REPORT VALIDATION STYLES ######################################## */
.validation {
	color: red;
	background-color: lightyellow;
}

.validation-alt {
	color: red;
	background-color: #D1F3F3;
}

.validation th {
	text-align: center;
}

.valborder, .valborder th {
	border: thin solid;
	border-color: #b4b4b4;
}
/* ######################################## END REPORT VALIDATION STYLES ######################################## */

/* ######################################## EXT STYLE UPDATES ######################################## */

.x-boundlist-item {
	padding: 0 3px !important;
	font: normal 11px tahoma, arial, verdana, sans-serif !important;
	line-height: 12px !important;
}