﻿@import "../timePicker.css";

body {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size:9pt;
	background-color:#ffffed;
}
p {
	margin:0px 0px 4px 0px;
}
h1 {
	font-size:14pt;
	color:#900d1c;
	margin:8px 0px 3px 0px;
}

h2 {
	color:#837057;
	font-size:12pt;
	font-weight:bold;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	margin:0px 0px 3px 0px;
}

h3 {
	font-size:11pt;
	font-weight:bold;
	color:#a01d2c;
	margin:12px 0px 3px 0px;
}

h4 {
	font-size:10pt;
	font-weight:bold;
	color:#635037;
	margin:3px 0px 0px 0px;
}
h5 {
	font-size:10pt;
	font-weight:bold;
	color:#a01d2c;
	margin:8px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
hr {
	border:solid 1px #DDDDDD;	
	height:1px;
}
table {
	font-size:9pt;
}
td {
	font-size:9pt;
}
th {
	font-size:9pt;
	color:#900d1c;
	font-size:10pt;
}
a
{
	color:#3b5998;
}
fieldset
{
    padding-top:3px; 
    padding-left:6px;
    padding-right:6px;
    padding-bottom:3px;
    font-size:9pt;
    -moz-border-radius: 6pt;
}
legend
{
	color:#837057;
    font-weight:bold;
    padding-left:6px;
    padding-bottom:3px;
    padding-right:6px;
}

a
{
	color:#3b5998;
	text-decoration:underline;
}

a:visited
{
	color:#3b5998;
}

a:active
{
	color:#3b5998;
}

a:hover 
{
	color:#6e8ccb;
	text-decoration:underline;
}

.LayoutAuth
{
    WIDTH: 620px;
    background-color:#ffffff;
    border:solid 1px #999999;
}
.LayoutAuthHeader
{
    BACKGROUND-COLOR:#f9fbef;
    border-bottom:solid 1px #999999;
}
.LayoutAuthBody
{
    padding-top:12px;
    padding-left:36px;
}
.LayoutContent
{
    vertical-align:top;
    white-space:nowrap;
    padding-top:60px;
    padding-left:12px;
}

.Success
{
    border-style:solid;
    border-width:1px;
    border-color:#BBBBBB;
    background-color:#FFFFDD;
    padding:0px 3px 3px 6px;
    margin:3px 0px 3px 0px;
}

.InputSubmit, .InputProcessing, .InputUpdated
{
	font-weight:normal;
	background-color:#900d1c;
	border-color:#9c8d75;
	border-style:solid;
	border-width:1px;
	color:#ffffee;
	padding:0px 2px 1px 2px;
	font-size:13px;	
	height:24px;
}

.InputDisabled
{
	background-color:#DDDDDD;	
	border-color:#D9DFEA;
	border-style:solid;
	border-width:1px;
	padding:0px 2px 1px 2px;
	font-size:13px;	
	height:24px;
}
.InputProcessing
{
	background-image:url(../../images/ajax-loader.gif);
	background-position:right center;
	background-repeat:no-repeat;
}
.InputUpdated
{
	background-color:#3b5998;
}
INPUT
{
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size:9pt;
}

TEXTAREA
{
	border:1px solid #a5acb2;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size:9pt;
}

SELECT, CHECKBOX, RADIO
{
    font-size:9pt;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
}

td.info
{
	vertical-align:top;
	padding:10px;
	height:400px; /* Force content to be at least 400px tall so short pages look ok */
}

.Label
{
	color:#635037;
}

.InlineHeading
{
	color:#635037;
	vertical-align:top;
	font-weight:lighter;
	font-size:10pt;
	padding-right:8px;
 	text-align:left;
	padding:4px 4px 4px 0px;
}
.BoldInlineHeading
{
	color:#837057;
    font-weight:bold;
}

/* For <DIV> positioning 
	fe: Form Element - contains label (fl) and data (fd)
	fl: Form Label
	fd: Form Data
*/
.fe 
{
	padding-bottom:5px;
	display:inline-block;
	width:100%;
}

.fe .centered{text-align:center;}
.fe:after{content: "."; display: block; height: 0; line-height: 0; font-size: 0; clear: both; min-height: 0; visibility: hidden;}
.fl,.fe > label
{
	color:#635037;
	width:35%;
	text-align:right;
	padding-right:15px;
	float:left;
}
.narrow label{width:20%;}
.fd,fe input
{ 
	float:left;
	/*width:45%;*/
}

.Instructions
{
	font-size:8pt;
	font-style:italic;	
}
.menu-pad
{
	width:100%;
}
.Menu
{
	font-size:10pt;
	font-weight:bold;
	color:#ffffff;
	background-image:url(images/bgMenu.gif);
	background-repeat:repeat-x;
	vertical-align:bottom;
	text-align:left;
	height:34px;
}
.Menu .Left
{
    background-color:#ffffed;
	background-image:url(images/bgMenuLeft.gif);
	background-repeat:no-repeat;
	background-position:left;
}

.Menu .Right
{
	background-image:url(images/bgMenuRight.gif);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#e0cca9;
}

.Menu .Content
{
}

#TabMenu, #TabMenu ul { /* all lists */
	margin: 0px;
	padding: 3px;
	list-style: none;
	line-height: 2;
	width:auto;
    white-space:nowrap;
}

#TabMenu a {
	display: block;
    width:auto;
}

#TabMenu li { /* all list items */
	float: left;
    width: auto;
	white-space:nowrap;
}

#TabMenu li ul li { /* sub menu list items */
	clear: left;
}

#TabMenu li ul { /* second-level lists */
    position: absolute;
    left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
    background-color:#900d1c;
    width: auto;
    white-space:nowrap;
    filter:alpha(opacity=90); opacity:0.9;
}

/* lists nested under hovered list items */
#TabMenu li:hover ul, #TabMenu li.sfhover ul { 
	left:auto;
	white-space:nowrap;
}

#PageContent {
	clear: left;
}

a.MenuLink
{
    color:#ffffff;
    text-decoration:none;
    padding-left:8px;
    padding-right:8px;
}

a:hover.MenuLink
{
    text-decoration:underline;
}

.NavHeader
{
	font-size:10pt;
	font-weight:bold;
	color:#ffffff;
	background-image:url(images/NavPanelHdr.gif);
	background-repeat:no-repeat;
	vertical-align:bottom;
	text-align:left;
	height:22px;
	width:176px;
	padding-top:12px;
	padding-right:12px;
	padding-left:12px;
	margin-top:10px;
}

.NavHeader a:link, .NavHeader a:visited
{
	color:#ffffff;
}

.NavHeader a:hover
{
	color:#ffffff;
    text-decoration:underline;
}

.NavPanel
{
	background-color:#e0cca9;
	padding-left:12px;
	padding-top:6px;
	padding-bottom:6px;
	padding-right:0px;
    background-image:url(images/NavPanelFtr.gif);
    background-position:bottom;
    background-repeat:no-repeat;
    width:188px;
}

.NavText
{
	/*font-size:11px;*/
	padding:0px 0px 0px 0px;
}

.NavSubHeader
{
	font-size:10pt;
	font-weight:bold;
	color:#900d1c;
	background-color:#e0cca9;
	padding-left:0px;
	padding-top:3px;
	padding-bottom:3px;
}

.Navigation
{
	width:200px;
	float:left;

}	

.Navigation ul { 
	padding-top:4px;
	padding-right:4px;
	padding-bottom:4px;
	padding-left:4px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
}

.Navigation li 
{
	list-style:none;
	padding-top:2px;
	padding-bottom:2px;
}

#divContent
{
	text-align:left; 
	width:934px;
	margin:0 auto;
}

.SearchPanel
{
	background-color:#e0cca9;
	padding:12px;
	border:solid 1px #b6a38a;
    /*white-space:nowrap*/
}

li.subitem
{
	padding-top:0px;
	padding-right:0px;
	padding-bottom:3px;
	padding-left:0px;
	margin-top:0px;
	margin-left:12px;
}

.Navigation a 
{
	text-decoration:none;
}

.Navigation a:visited {
	text-decoration:none;
}

.Navigation a:active {
	text-decoration:none;
}

.Header td, .TopNav th, .TopNav div
{
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size:20pt;
	width:100%;
	color:White;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.Header
{
	overflow:hidden;

}

.Header a
{
	font-size:20pt;
	text-decoration:none;
	margin:0px 0px 0px 0px;
	padding:0px 6px 0px 6px;
	}

.Header a:visited
{
	font-size:20pt;
	color:#993333;
	text-decoration:none;
	font-size:x-small;
	}

.Header a:hover
{
	text-decoration:underline;
}

.HeaderAccentBorder
{
	 width:100%;
	 background-color:#6e797d;
	 height:3px;
	 font-size:1pt; /*IE 6 hack*/
}

.HeaderSoftBorder
{
	width:100%;
	background-color:#ffffed;
	height:8px;
	font-size:1pt; /*IE 6 hack*/
}

.Footer
{
	font-size:10pt;
	font-weight:bold;
	color:#ffffff;
	background-image:url(images/Footer.gif);
	background-repeat:no-repeat;
	height:68px;
}

.DetailView 
{
}
.DetailView table
{
	padding:3px;
	margin:1px;
	border:inherit;
}
.DetailView th 
{
	color:#635037;
	text-align:right;
	vertical-align:top;
	font-weight:lighter;
	font-size:10pt;
	padding-right:8px;
}

/* Override DetailView th style when inside of a GridView */
.DetailView .GridView th 
{
	color:#900d1c;
	font-weight:bold;
	font-size:9pt;
	text-align:left;
}

.DetailView td
{
	/*vertical-align:middle;*/
	/*font-size:10pt;*/
}

.DetailInput
{
	color:#495D2C;
}
.Detail
{
	font-size:10px;	
}
.Detail span
{
	color:#9c9c9c;
	font-weight:bold;
}

.CheckListItemDetail{font-size:11px;padding-top:7px;}

.DetailHeaderMain {
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	border-bottom:#ffffed 3px solid;
	}

.GridView
{
	border:solid 1px #b6a38a;
}

.GridViewGroupHeader
{
    background-color:#e0cba8;
    font-size:11pt;
    font-weight:bold;
	color:#84764b;
}
.ListHeaderStyle, .ListHeaderStyle TH
{ 
    background-color:#e0cba8;
	color:#900d1c;
	font-size:10pt;
	font-weight:bold;
	text-align:left;
}

.ListItemStyle
{ 
    padding-top:3px;
    padding-bottom:3px;
}
.ListAlternatingItemStyle
{ 
	background-color:#fdfadf;
    padding-top:3px;
    padding-bottom:3px;
}
.EditItemStyle
{
	background-color:#ffffdd;
	/*background-color:#d8d9d7; gainsboro*/
}
.ListFooterStyle
{
	color:#495D2C;
	font-size:12pt;
	font-weight:bold;
}
.EmptyDataRowStyle
{
	padding:10px;
}

.ItemID
{
	color:#837057;
	font-size:10pt;
	font-weight:bold;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	padding:6px 3px 3px 6px;
	float:right;
}
	
.SectionHeader
{
	border-top:#9c8d75 2px dotted;
	color:#837057;
	font-size:12pt;
	font-weight:bold;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	padding:6px 3px 3px 0px;
}
	
.SectionHeaderTop
{
	color:#525558;
	font-size:12pt;
	font-weight:bold;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	padding:6px 3px 3px 0px;
}

.DetailSubSection 
{
	padding-bottom:6px;
	border-top:#bdd359 1px solid;
	font-size:11pt;
	font-weight:normal;
}
.SearchResults
{
	margin-left:15px;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;	
}
.SearchResults th
{
	color:#635037;
	text-align:right;
	vertical-align:top;
	font-weight:lighter;
	font-size:10pt;
	padding-right:8px;
}

.SearchResults .DetailLabel
{
	color:#9c9c9c;
	font-weight:bold;
}

.NoData
{
	padding:10px;
}

#progressBackgroundFilter {
  position:fixed;
  top:0px;
  bottom:0px;
  left:0px;
  right:0px;
  overflow:hidden;
  padding:0;
  margin:0;
  background-color:#000;
  filter:alpha(opacity=50);
  opacity:0.5;
  z-index:1000;
}

 

#processMessage { 
  position:fixed; 
  top:30%; 
  left:30%;
  padding:20px;
  border:solid 2px #000000;
  width:14%;
  z-index:1001;
  width:300px;
  height:100px;
  background-color:#fff;
  text-align:center;
  font-weight:bold;
  color:#3b5998;
} 

.modalPopUp
{
	width:200px;
	background-color:#ffffdd;
	padding:20px;
	border:solid 2px #000000;
	text-align:center;
}

.modalPopUpCustom
{
	background-color:#ffffdd;
	border:solid 2px #000000;
	padding:20px;
	margin-top:30px;
	position:absolute;
	display:block;
	z-index:5;
	width:400px;
}

.modalPopUpBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
  z-index:1000;
}


.PopUp{background-color:#ffffff; padding:10px 10px 10px 10px; margin: 10px 10px 10px 10px;}
/* Page Numbers */
.pages 
{
    padding:1em;
    margin:1em 0;
}
.pages td
{
    vertical-align:middle;
    padding:10px;
}
.pages a, .pages span {
    padding:0.2em 0.5em;
    margin-right:0.1em;
    border:1px solid #fff;
    background:#fff;
}

.pages span.SelectedPageButton {
    border:1px solid #2E6AB1;
    font-weight:bold;
    background:#2E6AB1;
    color:#fff;
}
.pages span.PagerResultsSummary
{
    font-weight:bold;
}

.pages a {
    border:1px solid #9AAFE5;
    text-decoration:none;
}

.pages a:hover {
    border-color:#2E6AB1;
}

.pages a.nextprev {
    font-weight:bold;
}

.pages a.pagedisabled
{
    border:1px solid #ddd;
    color:#999;
}

.pages span.nextprev {
    color:#666;
}
.pages span.nextprev {
    border:1px solid #ddd;
    color:#999;
}

.pages .nextprev-next {
    float:right;
}

/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	margin : 0px!important;
	padding:0px;
	background-color : #FFFFFF;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : hand;
	cursor:pointer;
	overflow : auto;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}


.Calendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color: #FaFbFc;
    color: #333333;
    z-index:101;
    width:190px;
    height:190px;
}

.Calendar table
{
	padding:1px;
}
.Calendar .ajax__calendar_header
{
	font-weight:bolder;
	background-color:#e8f0ba;
	padding-top:2px;
}

.Calendar .ajax__calendar_days 
{
	margin-top:5px;
}
.Calendar .ajax__calendar_other
{
	color:#a1a1a1
}
.Calendar .ajax__calendar_dayname
{
	font-weight:bolder;
}
.Calendar .ajax__calendar_active
{
	font-weight:bold;
	background-color:#e8f0ba;
}
.ajax__calendar_title {width:150px; margin:auto;padding:3px;}

.HelpIcon
{
	border:0px;
}

/* begin css tabs */

ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0 1em 0; /* set margins as desired */
font: bold 11px verdana, arial, sans-serif; /* set font as desired */
border-bottom: 1px solid #900D1C; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
}

ul#tabnav li.TabSelected { /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

ul#tabnav a.TabSelected { /* settings for selected tab link */
background-color: #ffffed; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #900D1C; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #E0CCA9; /* set unselected tab background color as desired */
color: #666; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
text-align:center;
}

ul#tabnav a:hover { /* settings for hover effect */
    background: #fff; /* set desired hover color */
    text-decoration:underline;
}

/* end css tabs */

#yui-history-iframe {
  position:absolute;
  top:0; 
  left:0;
  width:1px; 
  height:1px;
  visibility:hidden;
}

.AppPanel
{
	display:block;
}

.AppPanelHidden
{
	display:none;
}

@Media Print 
{
	body 
	{
		background-color:#FFFFFF;
	}
	/* Firefox truncates the beginning of multi-page tables 
		seemingly by the number of pages the table takes to display
		td.vertical-align:top fixes the problem
	*/
	td
	{
		vertical-align:top; 
	}
	.Header
	{
		BACKGROUND-COLOR:#fff;
	}
	
	.Body
	{
		padding:0px;
		margin:0px;
	}
	td.Body
	{
		padding:0px;
		margin:0px;
		border:none;
	}
	.Background
	{
		background-color:#FFFFFF;
		padding:0px;
		margin:0px;
	}
	.HeaderAccentBorder
	{
		display:none;
	}
	.HeaderSoftBorder
	{
		display:none;
	}
	.Navigation
	{
		display:none;
	}
	.GridView
	{
		height:100%;
		border-bottom:solid 1px #FFFFFF;
		border-top:solid 1px #FFFFFF;
		border-right:solid 1px #FFFFFF;
		border-left:solid 1px #FFFFFF;
	}
	.ListAlternatingItemStyle
	{
		background-color:#FFFFFF;
	}
	.InputSubmit
	{
		display:none;
	}
	.pages
	{
		display:none;
	}
	.ListHeaderStyle
	{
		display:none;
	}
	.AppPanelHidden
	{
		display:block;	
	}
	ul#tabnav
	{
		display:none;	
	}
} 