/*---- RE/MAX Intranet Style 02 ----*/

* 
{
	letter-spacing:normal;
}


/*=============
Admin Calendar Entry Form
==============*/

.occurrencePopup
{
    display:none;
    position:absolute; 
    left:-60%;
    top:10px;
    padding:10px;
    background-color:#e5e5e5; 
    height: 230px; 
    width: 400px;
    border:1px solid #000000;
}



.confirmationBanner
{
    background-color:#DEF3EE;
    color: #004600;
    text-align: center; 
    border: 1px solid #004600; 
    margin-top: 0px; 
    font-weight: bold; 
    padding: 2px 0px 2px 0px;

}

.confirmationErrorBanner
{
    
    background-color:#fcbaaf;
    color: #991600;
    text-align: center; 
    border: 1px solid #991600; 
    margin-top: 0px; 
    font-weight: bold; 
    padding: 2px 0px 2px 0px;
    
}


/*=============
Admin Calendar
==============*/

div#divConfirmation 
{
}

/*-- table controls --*/

a.eventLink:link {
	color: #0000ff;
	text-decoration: underline;
	font-weight: normal;

}

a.eventLink:visited {
	color: #0000ff;
	text-decoration: underline;
	font-weight: normal;
}

a.eventLink:hover {
	color: #0064ff;
	text-decoration: underline;
	font-weight: normal;
}

a.eventLink:active {
	color: #0064ff;
	text-decoration: underline;
	font-weight: normal;
}


.calendar1Style 
{
	background:#ffffff;
	border:1px solid #000000;
	font-size:9px;
	color:#000000;
	height:250px;
	font: Verdana, Helvetica, Sans-serif;
}

.dayHeaderStyle 
{
	font-size:10px;
	font-weight:bold;
	color:#333333;
	height:10px;
}

.dayStyle 
{
	background:#f2f5f6 url(images/weekdayCalendar.jpg) bottom left repeat-x;
	border:1px solid #d8d8d8;
	height:90px;
	width:90px;
	text-align:left;
	vertical-align:top;
}

.nextPrevStyle, .nextPrevStyle a 
{
	font-weight:bold!important;
	font-size:12px!important;
	color:#ffffff!important;
	height:18px;
	padding:3px 5px;
}

.otherMonthDayStyle 
{
	border:1px solid #e3e4e5;
	height:90px;
	width:90px;
	text-align:left;
	vertical-align:top;
	/* color:#999999; */
	background:#fafafb url(images/prevNext.jpg) bottom left repeat-x;
}

.otherMonthDayStyle a 
{
	color:#999999!important;
}

.todayDayStyle 
{
	color:#000000;
	border:2px solid #dde7d4;
	text-align:left;
	vertical-align:top;
	background:#f9fcf7 url(images/todayDay.jpg) bottom left repeat-x;
}

.titleStyle, .titleStyle td
{
	background:#002A6F;
	border:none;
	font-weight:bold;
	font-size:12px;
	color:#ffffff;
	height:12px;
}

.selectedDayStyle 
{
	background:#999999;
	color:#ffffff;
	text-align:left;
	vertical-align:top;
}

.weekendDayStyle 
{
	background:#dfefff url(images/weekendCalendar.jpg) bottom left repeat-x;
	border:1px solid #6990b3;
	text-align:left;
	vertical-align:top;
}

/* Calendar Day Div */

td div.dayDivStyle 
{
	padding:1px 0px 2px 0px;
}

.eventItemCompany
{
	font-size:10px;
	padding:0px 1px;
	border:1px solid #d31a1c;
	text-align:center;
	background:url(images/eventItemCompany-bg.jpg) top left repeat-x #febabb;
	cursor:pointer;
	
}

.eventItemOffice
{
	font-size:10px;
	padding:0px 1px;
	border:1px solid #cd7708;
	text-align:center;
	background:url(images/eventItemOffice-bg.jpg) top left repeat-x #ffc578;
	cursor:pointer;
	
}

.eventItemOfficeGroup 
{
	font-size:10px;
	padding:0px 1px;
	border:1px solid #12720B;
	text-align:center;
	background:url(images/eventItemOfficeGroup-bg.jpg) top left repeat-x #98E592;
	cursor:pointer;
	
}

/* td div div.eventLastItem 
{
	font-size:10px;
	padding:5px 0px 0px 0px;
	
} */

/* Rollover Day DIV */

.caldiv 
{
	border: 2px solid #041f51!important;
	font: 11px Verdana, Helvetica, Sans-serif;
	background:#d8e4f8!important;
}

/* Edit/Delete Button Extended Popup DIV */
.adminbtncontainer
{
    position:relative;
    display:inline;
}

.adminLinksStyle
{
    /* position:absolute; */
    bottom:0px;
    background-color: #e5e5e5;
    border-top:1px solid #000000;
}

.dropdowndiv
{
  position:absolute;
  text-align:left;
  border: 1px solid #000000;
  white-space:nowrap;
  background-color:White;
  top:-43px;
  left:0px;
  z-index:999;
    
}

.divDdlLink
{
  width:150px;
  height:20px;
  padding:0px 5px 0px 5px;   
}

div.divDdlLink a:hover
{
    outline: 0;
-moz-outline: none;
    text-decoration:none;
}




.calendarMode
{
	width:100%;
	margin:0px;
	padding:5px 0px; 
	font-weight:bold;
	text-align:center;
	color: 	#002A6F;
	
}

/* Footnotes */

div#divNotes
{
	width:700px;
	margin:10px 0px 0px 0px;
	padding:5px 0px; 
	background-color: #def3ee;
	color: #3a362a;
	text-align:left;
	border:1px solid #999999;


}

div#divNotes table tr td 
{
	font: 11px Verdana, Helvetica, Sans-serif;
	color:#333333;
	line-height:16px;	
}


/*===== END calendar ======*/

/*-- adminnavbar-inc.asp --*/

div#adminnavbar 
{
	position:absolute;
	top:5px;
	left:auto;
	z-index:2;
	/* width:890px;*/
	width:755px;
	padding:3px;
	background-color:#ece295;
	border: solid 1px #7c7c7c;
}

div#adminnavbar ul 
{
	list-style:none;
	margin:0px;
	padding:0px;
}

div#adminnavbar ul li 
{
	float:left;
	/* padding:2px 50px; */
	padding:2px 35px; 
}


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*/

/* --- Dashboard left column Legend ---*/
div#dashboardLegend 
{
	margin:10px 0px 10px 0px;
	background:#ffffff;
	padding:10px;
	border-top:2px #efefef solid;
	font-size:10px;
}

div#dashboardLegend ul 
{
	margin:0px;
	padding:0px;
	list-style:none;
}

div#dashboardLegend li 
{
	font-size:9px;
	color:#000000;
	margin-right:10px;
}

div#dashboardLegend li img 
{
	border:none;
}

/*--- END ---*/

/* ---- QR CODE POPUP ---*/

#qrcodePopup {margin:0 auto; width:450px; background:#fefdee; padding:10px;border:1px solid #000000;}
#qrcodePopup ul {width:150px; float:left;list-style:none;margin:0; padding:0;}
div#qrcodePopup input#inputButtons {float:left;margin-top:30px;}
#qrcodePopup h1 {font-size:11px;}
#qrcodePopup {font-family:Verdana, Helvetica, Sans-serif;font-size:12px;}

/* --- END ---*/

/* TEXTUAL ELEMENTS */

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:link:hover {
	color: #000000;
	text-decoration: underline;
}

a:visited:hover {
	color: #000000;
	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.infoLink:visited:hover {
	color: #0064ff;
	text-decoration: underline;
	font-weight: normal;
}
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;	
}
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.MainFrameNav
{
	background-color: #ffffff;
	margin-top: -21px;
	}
	

table.MainFrameNav td#NavStretchLeft{
    width: 50%;
    height: 80px;
    }
table.MainFrameNav td#NavCenterContainer{
    width: 796px;
    height:60px;
    background: bottom center no-repeat url(/media/intranet/style/02/nav_bottomfade.gif);
    }    
table.MainFrameNav td#NavStretchRight{
    width: 50%;
    height: 68px;
    }
table#Logo_OuterNav{
    width: 796px;
    }
tr#LogoWithTopFade{
    height: 13px;
    }    
td#IntranetLogo{
    width: 211px;
}
td#TopFade{
    width: 585px; 
    height: 13px;
    background: top left url(/media/intranet/style/02/nav_topfade.gif);       
    }
tr#NavOuterTR{
    height: 41px;
    }
span.LoadingText{
    font-size:15;
    font-weight:bolder;
    color:#777777
  }		
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 #7c7c7c;
	background-color: #e5e5e5;
	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 #7c7c7c;
	background-color: #ffffff;
	padding: 15px;
	}

table.mainSub {
	width: 100%;
	background-color: #d2d2d2;
	border: solid 1px #7c7c7c;
	border-top: 0px;
	padding: 15px;
	}

table.mainWithSub {
	width: 756px;
	border: solid 1px #7c7c7c;
	background-color: #ffffff;
	padding: 10px;
	}

table.nav {
	height: 22px;
	width: 100%;
	}

table.subNav {
	border: solid 1px #7c7c7c;
	width: 100%;
	height: 23px;
	border-right: 0px;
	}
	
table.companynews {
	border: solid 1px #7c7c7c;
	background-color: #e4e4e4;
	padding: 15px;
	}	

table.LetterBody {
	border: solid 2px #7c7c7c;
	background-color: #ffffff;
	padding: 5px;
	}
/* COL ELEMENTS */

col.sort {
	background-color: #dddddd;
	}



/* 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:  #e4e4e4;
	position: relative;
	top: expression(this.offsetParent.scrollTop);
	z-index: 100;
	}

tr.listHeader a{
	text-decoration: underline;
}

tr.listHeaderNoScroll {
	background-color:#e4e4e4;
	}

tr.nav {
	padding: 0px;
	}

tr.subNav {
	padding-bottom: 0px;
	}



/* TD ELEMENTS */

td, div {
	color: #000000;
	font: 11px Verdana, Helvetica, Sans-serif;
	letter-spacing: -.03cm;
	}

td.alternateColor, tr.alternateColor {
	background-color: #FFFFFF;
	}

td.alternateColorSort {
	background-color: #d8ece7;
	}
td.alternateColor td.note{
	color: #000000;
	}	
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: #def3ee;
	color: #3a362a;
	vertical-align: top;
	}

td.itemTitle {
	border-bottom: solid 1px #ffffff;
	padding-top: 2px;
	font-weight: bold;
	font-family: Arial;
	}

td.navItem {
/*	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#d8dbed',EndColorStr='#ffffff');*/
	background:#ffffff url(images/td.navItem.jpg) top left repeat-x;
	border-bottom: solid 1px #7c7c7c;
	font-size: 8pt;
	
	}

td.navItemSel {
/*	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffff',EndColorStr='#ffffff');*/
	background:#ffffff url(images/td.navItemSel.jpg) top left repeat-x;
	font-size: 8pt;
	}

td.noContent {
	background-color: #ffffff;
	}	

td.scrollingDataItem {
	padding: 4px;
	padding-top: 6px;
	padding-right: 0px;
	vertical-align: top;
	}

td.subNavEndLeft {
	border-left: solid 1px #7c7c7c;
	border-top: solid 1px #7c7c7c;
	background-color: #d2d2d2;
	}

td.subNavEndRight {
	border-right: solid 1px #7c7c7c;
	border-top: solid 1px #7c7c7c;
	background-color: #d2d2d2;
	}

td.subNavItem {
	padding:0px 5px;
/*	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#d8dbed',EndColorStr='#ffffff');*/
	background:#ffffff url(images/td.subNavItem.jpg) top left repeat-x;
	}
td.subNavItem img 
{
	display:none;
}

td.subNavItemSel {
	padding:0px 5px;
/*	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#d2d2d2',EndColorStr='#d2d2d2');*/
	background:#d2d2d2 url(images/td.subNavItemSel.jpg) top left repeat-x;
	}
td.subNavItemSel img
{
	display:none;
}

table.nav td, table.subNav td {
	text-align: center;
	font-weight: bold;
	border-right: solid 1px #7c7c7c;
	}

/* TH */

tr.listHeader th {
	border-bottom: #c2c09c 1px solid;
	font-size: 9px; 
	height: 17px;
	vertical-align:top;
	}

tr.listHeaderNoScroll th {
	border-bottom: #c2c09c 1px solid;
	font-size: 9px; 
	height: 17px;
	}

table.AdminMenu {
	border: solid 1px #7c7c7c;
	background-color: #ffffff;
	}
table.AdminMenu td.alternateColor, table.AdminMenu tr.alternateColor {
	background-color: #def3ee;
	}
td.AminTitle{
	font-weight: bolder;
	font-size:11;
	}
/* FORM ELEMENTS */

input, button {
	font-size: 9px;
	}



select 
{
	font-family:Arial, Sans-Serif;
	font-size: 11px;
	letter-spacing:normal;
	}

textarea {
	font-family: MS Sans Serif;
	font-size: 10px;
	overflow-y: auto;
	}



/* MISCELLANEOUS ELEMENTS */

body {
	margin-top: 8px;
	margin-bottom: 20px;
	background: #ffffff;
	}

div.scrollable {
	overflow-y: auto; 
	padding-right: 4px;
	scrollbar-arrow-color: #ffffff;
	scrollbar-darkshadow-color: #b7b7b7;
	scrollbar-face-color: #0e1855;
	scrollbar-highlight-color: #ebe8d3;
	scrollbar-shadow-color: #b7b7b7;	
	scrollbar-track-color: #c6d7e9;
	
	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: #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.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 #d4d4d4;
	border-right-color: #bbbbbb ;
	border-bottom-color: #bbbbbb;
}



/* GENERIC CLASSES */

td.data, span.data {
	color: #000080;
	}

td.note, span.note {
	color: #000000;
	}
td.noContent span.note{
	color: #777777;
	}	
	
td.small, span.small, div.small {
	font-size: 9px;
	}

td.warning, span.warning {
	color: #991600;
	}
	/* #999966  #e3dec3 #ddd7b4 */

td.navItemAdmin { background:#ece295; }

/* NEW STYLES NEED DEFINITION ***************************/
button, input.button {
	border: solid 1px #c0ccff;
	border-bottom-color: #5775f7;
	border-right-color: #5775f7;
	background:#0e1855 url(images/input.button-NEW.jpg) repeat-x top left;
/*	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#405ac8',EndColorStr='#0e1855');*/
	font-size: 9px;
	font-weight:bolder;
	height: 21px;
	margin: 1px;
	letter-spacing: normal;
	color: #ffffff;

  }
  
button.tiny {
	height: 14px;
	margin: 0px;
	width: expression(this.childNodes[0].offsetWidth+6);	
	}

button.green, input.green {
/*	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#83ae33',EndColorStr='#2c530e');  */
	background:#2c530e url(images/button.green.jpg) top left repeat-x;
	}
	
button.red, input.red {
/*	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ec493d',EndColorStr='#c91d10');  */
	background:#c91d10 url(images/button.red.jpg) top left repeat-x;
	}
	
button.admin, input.admin  {
/*	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#b20a0a',EndColorStr='#930101');*/
	background:#930101 url(images/button.admin.jpg) top left repeat-x;
	color:#ffffff;
	}
	
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-arrow-color: #ffffff;
	scrollbar-darkshadow-color: #b7b7b7;
	scrollbar-face-color: #758494;
	scrollbar-highlight-color: #ebe8d3;
	scrollbar-shadow-color: #b7b7b7;	
	scrollbar-track-color: #0e1855;
	}
	
body.modalDialog {
	border: 0px;
	border-top: #808080 1px solid;
	margin: 0px;
	}
	
tr.insetHeader th {
	border-bottom-color: #a6a69d;
/*	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#efeddc',EndColorStr='#f4f3e5');*/
	background: #f4f3e5 url(images/tr.insetHeader-th.jpg) top left repeat-x;
	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 {
/*	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#bcb8b8,endColorStr=#ffffff); */
	background: #ffffff url(images/table.legend.jpg) top left repeat-x;
	padding: 7px;
	width: 100%;	
	}
	
table.legend td.legendTitle {
/*	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#ebebeb,endColorStr=#898989) flipv fliph; */
	background: #898989 url(images/td.legendTitle.jpg) top left repeat-x;
	font-weight: bold;
	font-size: 9px;
	letter-spacing: normal;
	padding: 3px;
	padding-right: 2px;
	writing-mode: tb-rl;
	}
	
span.legendElement {
	padding-right: 18px;
	color: #777777;
	}
	
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;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#f3edc0',EndColorStr='#faf8ec');
/*	background: #faf8ec url(images/.jpg) top left repeat-x;*/
	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: #000000;
	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*/

TABLE.pastDay {
  border: #c2c2a3 1px solid;
  background-color: #fcfbf4
  }
  
TABLE.pastDay {
  border-bottom: #c7c7c7 1px solid;
  background-color: #ffffff
  }
  
TABLE.today {
  /*filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#faf8ec',EndColorStr='#efeddc');*/
  border: #c7c7c7 1px solid;
  background-color: #def3ee;
	}
	
TABLE.futureDay {
  border: #c7c7c7 1px solid;
  background-color: #dddddd;
	}

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
	}	

#doclist{
	visibility:hidden;
	z-index:10000;
	position:absolute;
	/*min-height:250px; 
	height:auto !important;*/
	height:250px;
	/*min-width:450px;*/
	width:450px;
	padding:5px;
}

#loinput{
	visibility:hidden;
	z-index:10000;
	position:absolute;
	width:350px;
	padding:5px;
}

/*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:#FCC68F;
	padding:1px;
}
tr.ThirdPartyResponsibleAlt, td.ThirdPartyResponsibleAlt{
	background-color:#FFDCBA;
	padding:1px;
}
td.key{
 border:1px solid #7c7c7c;
}
td.key{
 border:1px solid #7c7c7c;
}
/*End Ticket system styles*/
