/*04*/

/*-- adminnavbar-inc.asp --*/


div#adminnavbar 
{
	position:absolute;
	top:5px;
	left:auto;
	z-index:2;
	width:890px;
	background-color:#ece295;
}

div#adminnavbar ul 
{
	list-style:none;
	margin:0px;
	padding:0px;
}

div#adminnavbar ul li 
{
	float:left;
	padding:2px 50px;
}


li.adminnavbar-title 
{
	padding-right:20px;
}

li.adminnavbar-link-first 
{
	border-right:1px solid #000000;
	border-left:1px solid #000000;
}

li.adminnavbar-link 
{
	border-right:1px solid #000000;
}

/*-- end*/

/* TEXTUAL ELEMENTS */

a:link {
	color: #231f20;
	text-decoration: none;
}

a:visited {
	color: #231f20;
	text-decoration: none
}

a:link:hover {
	color: #231f20;
	text-decoration: underline;
}

a:visited:hover {
	color: #231f20;
	text-decoration: underline;
}

a.infoLink:link {
	color: #0000ff;
	text-decoration: underline;
	font-weight: normal;
}

a.infoLink:visited {
	color: #0000ff;
	text-decoration: underline;
	font-weight: normal;
}

a.infoLink:link:hover {
	color: #0064ff;
	text-decoration: underline;
	font-weight: normal;
}
a#lnk_showreportchart:link 
{
	text-decoration:underline;
	font-weight: normal;
/*	color:#efefef;*/
}
a#lnk_showreportchart:hover 
{
	text-decoration:underline;
	font-weight: normal;
/*	color:#fcd9bc;*/
}
td.itemTitle a.infoLink:link, td.itemTitle a.infoLink:visited  {
	color: #0000ff;
	text-decoration: underline;
	font-weight: normal;
	font: 11px Verdana, Helvetica, Sans-serif;
	letter-spacing: -.03cm;	
}
a.infoLink:visited:hover {
	color: #0064ff;
	text-decoration: underline;
	font-weight: normal;
}

blockquote.help { 
	margin: 0px;
	margin-left: 23px;
	margin-right: 6px;
}

blockquote.warning {
	margin: 0px;
	margin-left: 23px;
	margin-right: 6px;
	color: #991600;
}

td.TextEditorWarning{
    font-weight: bold;
    color: #991600;
}

/* TABLE ELEMENTS */
table#changeSettings 
{
	margin-top:28px;
}

table.MainFrameNav{
	background-color: #8f9fa8;
	margin-top: -8px;
	}
	
table.MainFrameNav td#NavStretchLeft{
    width: 50%;
    background: top left repeat-x url(/media/intranet/style/04/nav_stretch.gif);
    height: 83px;
    }
table.MainFrameNav td#NavCenterContainer{
    width: 796px; 
    height:83px;
    background: top left repeat-x url(/media/intranet/style/04/nav_stretch.gif);   
    }    
table.MainFrameNav td#NavStretchRight{
    width: 50%;
    background: top left repeat-x url(/media/intranet/style/04/nav_stretch.gif);
    height: 83px;
    }
table#Logo_OuterNav{
    width: 796px;
    }
tr#LogoWithTopFade{
    height: 13px;
    }    
td#IntranetLogo{
    width: 211px;
}
td#TopFade{
    width: 585px; 
    height: 0px;    
    }
tr#NavOuterTR{
    height: 41px;
    }	
	span.LoadingText {
	font-size:15;
	font-weight:bolder;
	color:#efefef;
	}
table#TopNavTable td img 
{
	margin:0px 10px;
}

table.dataTable {
	padding: 2px;
	/*Removed because there are issues with this code when the element this is applied to is the first sibling in a set- Bryan 01.09.08*/
	/*display: expression((this.previousSibling != null && this.previousSibling.tagName.toLowerCase() == 'div' && this.previousSibling.className.toLowerCase() == 'scrollingDivLoadingScreen') ? 'none' : 'block');*/
	}

table.itemContainer {
	position: relative;
	width: 100%;
	height: 100%;
	border: solid 1px #231f20;
	background-color: #ffffff;
	color: #231f20;
	padding: 4px;
	}
	
table.itemContainerHelp 
{
	position: relative;
	width: 100%;
	height: 100%;
	border: solid 1px #b4ad91;
	background-color: #ffffff;
	color: #2c2827;
	padding: 4px;
}

table.itemTable {
	padding: 3px;
	width: 100%;
	/*Removed because there are issues with this code when the element this is applied to is the first sibling in a set- Bryan 01.09.08*/
	/*display: expression((this.previousSibling != null && this.previousSibling.tagName.toLowerCase() == 'div' && this.previousSibling.className.toLowerCase() == 'scrollingDivLoadingScreen') ? 'none' : 'block');*/
	} 

table.mainNoSub {
	width: 756px;
	border: solid 1px #231f20;
	background-color: #fefdee;
	padding: 15px;
	margin-top:28px!important;
	}

table.mainSub {
	width: 100%;
	border: solid 1px #231f20;
	background-color: #c7ced3;
	border-top: 0px;
	padding: 15px;
	}

table.mainWithSub {
	width: 756px;
	border: solid 1px #231f20;
	background-color: #fefdee;
	padding: 10px;
	margin-top:28px;
	}

table.nav {
	height: 22px;
	width: 100%;
	}

table.subNav {
	border: solid 1px #231f20;
	width: 100%;
	height: 23px;
	border-right: 0px;
	border-bottom: 0px;
	}
	
table.companynews {
	border: solid 1px #231f20;
	background-color: #f2e4ca;
	padding: 15px;
	}	
table.AdminMenu {
	border: solid 1px #231f20;
	background-color: #f5f9fc;
	}
table.AdminMenu td.alternateColor, table.AdminMenu tr.alternateColor {
	background-color: #e0ddd1;
	}

td.alternateColorSort {
	background-color: #fabf8f;
	}		
td.AminTitle{
	font-weight: bolder;
	font-size:11;
	}

table.LetterBody {
	border: solid 2px #000000;
	background-color: #ffffff;
	padding: 5px;
	}
/* COL ELEMENTS */

col.sort {
	background-color: f0eeee;
	}



/* TR ELEMENTS */

tr.button {
	padding-top: 9px;
	}

tr.info {
	padding-bottom: 12px;
	}

table.mainWithSub tr.mainWithSubInfo {
	padding: 15px;
	padding-bottom: 2px;
	}

tr.listHeader {
	background-color: #efefef;
	position: relative;
	top: expression(this.offsetParent.scrollTop);
	z-index: 100;
	}

tr.listHeader a{
	text-decoration: underline;
}
tr.listHeaderNoScroll {
	background-color:#ffffff;
	}

tr.nav {
	padding: 0px;
	}

tr.subNav {
	padding-bottom: 0px;
	}



/* TD ELEMENTS */

td {
	color: #231f20;
	font: 11px Verdana, Helvetica, Sans-serif;
	letter-spacing: -.03cm;
	}

td.alternateColor, tr.alternateColor {
	background-color: #e0ddd1;
	}

td.alternateColor td.note{
	color: #231f20;
	}	
tr.alternateColor td.note{
	color: #606060;
}
td.dataItem {
	height: 100%;
	padding: 4px;
	padding-top: 6px;
	vertical-align: top;
	}

td.item {
	height: 100%;
	padding: 6px;
	padding-top: 8px;
	vertical-align: top;
	}

td.itemHelp {
	background-color: #b4ad91;
	border:1px solid #dad6c8;
	color: #231f20;
	padding:3px;
	vertical-align: top;
	}

td.itemTitle {
	border-bottom: solid 2px #114358;
	padding-top: 2px;
	font-weight: bold;
	}

td.navItem 
{
	background:#abb3b8;
/*	background: #92b7d3 top left repeat-x url(/media/intranet/style/04/images/td.navItem.jpg);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#d9e8f1',EndColorStr='#92b7d3');*/
	border-bottom: solid 1px #000000;
	font-size: 8pt;
	
	}
tdnavItem img 
{
	display:none;
}

td.navItemSel 
{
	background:#fefdee;
/*	background: #dae0e6 top left repeat-x url(/media/intranet/style/04/images/td.navItemSel.jpg);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#dae0e6',EndColorStr='#dae0e6');*/
	font-size: 8pt;
	}

td.navItemSel img
{
	display:none;
}

td.noContent {
	background-color: #c7ced3;
	}	

td.scrollingDataItem {
	padding: 4px;
	padding-top: 6px;
	padding-right: 0px;
	vertical-align: top;
	}

td.subNavEndLeft {
	border-left: solid 1px #000000;
	border-top: solid 1px #000000;
	background-color: #c7ced3;
	}

td.subNavEndRight {
	border-right: solid 1px #000000;
	border-top: solid 1px #000000;
	background-color: #c7ced3;
	}

td.subNavItem 
{
	background:#abb3b8;
	border-bottom:solid 1px #000000;
/*	background: #92b7d3 top left repeat-x url(/media/intranet/style/04/images/td.subNavItem.jpg);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#d9e8f1',EndColorStr='#92b7d3');*/
	}

td.subNavItem img 
{
	display:none;
}

td.subNavItemSel 
{
	background:#c7ced3;
	border-bottom:solid 0px #336699!important;
/*	background: #fdfbc8 top left repeat-x url(/media/intranet/style/04/images/td.subNavItemSel.jpg);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#fdfbc8',EndColorStr='#fdfbc8');*/
	}

td.subNavItemSel img
{
	display:none;
}

table.nav td, table.subNav td {
	text-align: center;
	font-weight: bold;
	border-right: solid 1px #000000;
	}

/* TH */

tr.listHeader th {
	border-bottom: #c2c09c 1px solid;
	font-size: 9px; 
	height: 17px;
	}

tr.listHeaderNoScroll th {
	border-bottom: #c2c09c 1px solid;
	font-size: 9px; 
	height: 17px;
	}


/* FORM ELEMENTS */



/*input.button {
	border: solid 1px #406182;
	border-right-color: #406182;
	border-bottom-color: #406182;
	margin: 1px;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#5A8AD2',EndColorStr='#164491');
	height: 21px;
	}
*/
select {
	font-size: 9px;
	}

textarea {
	font-family: MS Sans Serif;
	font-size: 9px;
	overflow-y: auto;
	}



/* MISCELLANEOUS ELEMENTS */

body {
	margin-top: 8px;
	margin-bottom: 20px;
	background: #114358 top left repeat-x url(/media/intranet/style/04/bg.image.gif);

	}

div.scrollable {
	overflow-y: auto; 
	padding-right: 4px;
	scrollbar-arrow-color: #ffffff;
	scrollbar-darkshadow-color: #b7b7b7;
	scrollbar-face-color: #164491;
	scrollbar-highlight-color: #ebe8d3;
	scrollbar-shadow-color: #b7b7b7;	
	scrollbar-track-color: #758494;
	
	height: expression((this.height != null) ? this.height : '140px');
	}
	
div.scrollable table.hasLoadingScreen {
	display: none;
	}

img.arrow {
	margin-right: 3px;
	margin-left: 5px;
	width: 13px;
	height: 13px;
	}

img.arrowSpacer {
	width: 13px;
	height: 13px;
	}

img.helpSeperator {
	width: 100%;
	height: 16px;
	}

img.helpParagraphSeperator {
	width: 100%;
	height: 8px;
	}
	
img.scrollingDivBottomBorder {
	background-color: #114358;
	height: 1px;
	position: relative;
	top: -1px;
	/*Removed because there are issues with this code when the element this is applied to is the first sibling in a set- Bryan 01.09.08*/
	/*width: expression((document.readyState == 'complete') ? this.previousSibling.childNodes[0].offsetWidth : 0);   */
	}
	
img.scrollingDivTopBorder {
	background-color: #c2c09c;
	height: 1px;
	position: relative;
	top: 1px; 
	/*Removed because there are issues with this code when the element this is applied to is the first sibling in a set- Bryan 01.09.08*/
    /*width: expression((document.readyState == 'complete') ? this.nextSibling.nextSibling.childNodes[0].offsetWidth : 0);  */
	}
	
img.layoutSpacerV {
	width: 12px;
	height: 100%;
	}
	
img.layoutSpacerH {
	width: 100%;
	height: 12px;
	}

span.buttonSurround {
	border: solid 1px #93acc6;
	border-right-color: #7f94aa ;
	border-bottom-color: #7f94aa;
}



/* GENERIC CLASSES */

td.data, span.data {
	color: #000080;
	}

td.note, span.note {
	color: #231f20;
	}
td.noContent span.note{
	color: #777777;
	}	
	
td.small, span.small, div.small {
	font-size: 9px;
	}

td.warning, span.warning {
	color: #f3f3f3;
	}
	/* #999966  #e3dec3 #ddd7b4 */

td.navItemAdmin { background:#ece295; }

/* NEW STYLES NEED DEFINITION ***************************/
button, input.button {
  	border: solid 1px #aeaeae;
	border-right-color: #2e5178;
	border-bottom-color: #949494;
	background: #cecece top left repeat-x url(/media/intranet/style/04/images/input.button-NEW.jpg);
/*	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ededed',EndColorStr='#cecece');*/
	background: #999999;
	font-size: 9px;
	font-weight:	bolder;
	height: 21px;
	margin: 1px;
	letter-spacing: normal;
	color: #231f20;
  }

button.tiny {
	height: 14px;
	margin: 0px;
	width: expression(this.childNodes[0].offsetWidth + 6px);
	color: #ffffff;
	}

button.green, input.green {
	background: #c0cfa4 top left repeat-x url(/media/intranet/style/04/images/button.green.jpg);
/*	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#c9dcbb',EndColorStr='#c0cfa4');  */
	}
	
button.red, input.red {
	background: #985743 top left repeat-x url(/media/intranet/style/04/images/button.red.jpg);
/*	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#d39a89',EndColorStr='#985743');  */
	}
	
button.admin, input.admin  {
	background: #000000 top left repeat-x url(/media/intranet/style/04/images/button.admin.jpg);
/*	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#888888',EndColorStr='#000000');*/
	}
	
span.tinySurround {
	position: relative;
	top: 0px;
	height: 14px;
	
	}

input.editInline, textarea.editInline {
	border: 0px;
	font-family: Verdana;
	font-size: 11px;
	letter-spacing: -.03cm;
	}

td.highVisibility, span.highVisibility {
	color: #c92725;
	}

table.rowHeight22 tr {
	height: 22px;
	}

body.iframe {
	scrollbar-face-color: #164491;
	scrollbar-shadow-color: #164491;
	scrollbar-highlight-color: #164491;
	scrollbar-darkshadow-color: #c2c09c;
	scrollbar-track-color: #406182;
	scrollbar-arrow-color: #999966;
	}
	
body.modalDialog {
	border: 0px;
	border-top: #808080 1px solid;
	margin: 0px;
	}
	
tr.insetHeader th {
	border-bottom-color: #a6a69d;
	background: #f4f3e5 top left repeat-x url(/media/intranet/style/04/images/tr.insetHeader-th.jpg);
/*	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#efeddc',EndColorStr='#f4f3e5');*/
	font-size: 11px;
	height: 25px;
	letter-spacing: -.03cm;
	}
	
tr.insetHeaderShade td {
	background-color: #cecece;
	top: expression(this.offsetParent.scrollTop);
	position: relative;
	z-index: 100;
	}


	
td.legend {
	border-top: #000000 1px solid;
	padding: 0px;
	}
	
table.legend {
	background: #ffffff top left repeat-x url(/media/intranet/style/04/images/table.legend.jpg);
/*	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#f47e1f,endColorStr=#fcd9bc); */
	padding: 7px;
	width: 100%;	
	}
	
table.legend td.legendTitle {
	background: #684d31 top left repeat-x url(/media/intranet/style/04/images/td.legendTitle.jpg) flipv fliph;
/*	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#f8b279,endColorStr=#684d31) flipv fliph; */
	font-weight: bold;
	font-size: 9px;
	letter-spacing: normal;
	padding: 3px;
	padding-right: 2px;
	writing-mode: tb-rl;
	}
	
span.legendElement {
	padding-right: 18px;
	color: #343330;
	}
	
img.legendLineSeperator {
	height: 6px;
	width: 100%;
	}
	
body.modalDialog table.itemContainer{
	border: 0px;
	padding: 8px;
	}
	
body.modalDialog table.itemContainer td.itemTitle{
	line-height: 16px;
	padding-bottom: 8px;
	}
	
body.modalDialog table.itemContainer td.itemHelp{
	padding: 4px;
	padding-bottom: 8px;
	}
	
table.adminFnc {
	background-color: #f0f0f0;
	border: #000000 1px solid;
	width: 198px;
	}
	
table.adminFnc td.item {
	padding-top: 0px;
	}
	
td.adminFncItem {
	border-bottom: #c2c09c 1px solid;
	padding: 6px;
	padding-left: 2px;
	padding-right: 2px;
	}
	
td.adminFncContent {
	padding: 2px;
	padding-top: 5px;
	}
	
table.adminFncItems {
	border-top: #c2c09c 1px solid;
	}
	
table.adminFnc td.adminHeading {
	border-top: #ffffff 1px solid;
	background: #faf8ec top left repeat-x url(/media/intranet/style/04/images/td.adminHeading.jpg);
/*	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#f3edc0',EndColorStr='#faf8ec');*/
	font-size: 14px;
	font-weight: bold;
	height: 39px;
	text-align: center;
	}
	
table.adminWrapper {
	margin-left: 2px;
	margin-right: 2px;
	padding: 0px 10px 0px 10px;
	}
	
td.helpText span.helpText {
	color: #3a362a;
	}
td#actionText{
	color: #231f20;
	font-weight: bold;
	}	
	
#mainpage 
	{
		background-color:#dae0e6;
		border:1px solid #3f3f3f;
		padding:7px 7px 7px 7px;
		width:720px;
		margin-top:28px!important;
	}

/*div#mainpage a.infolink{
	color: #ffffff;
	font-weight: bold
	}*/	
	
/* NEW */
/* ###################################### */
img.divExpander {
	behavior: url('/modules/intranet/global/expandDiv.htc');
	cursor: pointer;
	height: 13px;
	visibility: visible;
	width: 11px;
	}
	
div.scrollingDivLoadingScreen {
	background-color: #fcfbf4;
	font-size: 9px;	
	height: 140px;
	position: absolute;
	text-align: center;
	width: expression(this.parentNode.offsetWidth-4);
	}
	
div.scrollingDivLoadingScreen table {
	display: block;
	}
	
/*Mini Calendar Styles -- pulled out of /intranet/calendarStyle.contactMgmt.css   Grant G 10-14-08*/

TD {
  FONT-SIZE: 11px;
  FONT-FAMILY: Verdana, Helvetica, Sans-Serif;
  LETTER-SPACING: -.03cm
	}

TABLE.pastDay {
  border: #c2c2a3 1px solid;
  background-color: #fdf8e4;
  }
  
TABLE.today {
  /*filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#faf8ec',EndColorStr='#efeddc');*/
  border: #999966 1px solid;
  background: url(calendar/background.today.gif) #edd5ae repeat-x;
	}
	
TABLE.futureDay {
  border: #999966 1px solid;
  background: url(calendar/background.futureday.gif) #faf8ec repeat-x;
	}

TD.pastDate {
  FONT-WEIGHT: bold;
  PADDING-BOTTOM: 2px;
  COLOR: #747166;
  PADDING-TOP: 4px
	}

TD.date {
	FONT-WEIGHT: bold;
	PADDING-BOTTOM: 2px;
	COLOR: #3a362a;
	PADDING-TOP: 4px
	}

TD.pastDateSeperator {
  BACKGROUND-COLOR: #c2c2a3
	}

TD.dateSeperator {
  BACKGROUND-COLOR: #999966
	}

TD.activityDateSmall {
  FONT-WEIGHT: bold;
  COLOR: #993300
	}

TABLE.pastActivitySmall {
  border: #ad6c51 1px solid;
  background-color: #fcfbf4
	}

TABLE.todayActivitySmall {
  border: #991600 1px solid;
  background: url(calendar/background.today.gif) #f4f0dc repeat-x;
	}

TABLE.futureActivitySmall {
  border: #991600 1px solid;
  background: url(calendar/background.futureday.gif) #faf8ec repeat-x;
	}

INPUT {
  font-size: 9px
	}

tr.dayName td {
	font-size: 9px;
	text-align: center
	}	
/*Ticket system styles*/	
tr.RelianceResponsible, td.RelianceResponsible{
	background-color:#CBE9F2;
	padding:1px;
}

tr.RelianceResponsibleAlt, td.RelianceResponsibleAlt{
	background-color:#D6F6FF;
	padding:1px;
}
tr.ThirdPartyResponsible, td.ThirdPartyResponsible{
	background-color:#FFEE44;
	padding:1px;
}
tr.ThirdPartyResponsibleAlt, td.ThirdPartyResponsibleAlt{
	background-color:#FFDD00;
	padding:1px;
}
td.key{
 border:1px solid #7c7c7c;
}
td.key{
 border:1px solid #7c7c7c;
}
/*End Ticket system styles*/
