/**
 * This style sheet is common to many (perhaps all) Inone applications.
 *
 * @(#) $Id: inone_styles.css,v 1.31 2004/08/02 09:10:09 tlhung Exp $
 */
body	{ 	background-color:#FFFFFF; 
			font-family: Arial, Helvetica, sans-serif; 
			font-size: .8em;
	        color: #333333; 
			text-decoration: none; 
			font-weight: normal;
			margin:0px; }
			
/* because the table tag ignores inheritence explicitly declare the size for tables */
table	{font-size: 100%; }
	                

A:hover {	font-family: arial, sans-serif; 
			color: #FF0000;  
			text-decoration: none; }
			
A:link 	{ 	font-family: arial, sans-serif; 
			text-decoration: none;}
A:vlink { 	font-family: arial, sans-serif; 
			text-decoration: none;}
 


.normTxt {	font-family: Arial, Helvetica, sans-serif;
			font-weight: normal; 
			color: #000000;
			text-decoration: none;}
			
.normTxtLight {	font-family: Arial, Helvetica, sans-serif;
			font-weight: normal; 
			color: #999999;
			text-decoration: none;}
			
.normTxtBold  {	font-family: Arial, Helvetica, sans-serif;
			font-weight: bold; 
			color: #000000;
			text-decoration: none;}
			
.linkTextLight {font-family: Arial, Helvetica, sans-serif;
			font-weight: normal; 
			color: #EEEEEE;
			text-decoration: none;}
			
.linkText {cursor:hand;	font-family: Arial, Helvetica, sans-serif;
			font-weight: normal; 
			color: #000000;
			text-decoration: none;}
			
.confirmTxt {font-family: Arial, Helvetica, sans-serif; 
			font-weight: bold; 
			color: #006600;
			text-decoration: none;}
			
.helpTxt {font-family: Arial, Helvetica, sans-serif; 
			font-size: .75em; 
			font-weight: normal; 
			color: #666666;
                        text-decoration: none; }


 
.locationBkgndOld { background-color:#3B3755;
			font-family: Arial, Helvetica, sans-serif; 
			color: #FFFFFF;
			font-weight: normal;
			text-decoration: none; }
			
.locationAlert {font-family: Arial, Helvetica, sans-serif; 
			font-size: .75em; 
			font-weight: bold; 
			color: #CC0000;
			text-decoration: none;}
			
.locationConf {font-family: Arial, Helvetica, sans-serif; 
			font-size: .7em; 
			font-weight: bold; 
			color: #006600;
			text-decoration: none;}
			

.navPanBkgnd {background-color:#FFFFFF; 
			padding: 3px;}

.navPanBody {background-color:#FFFFFF; 
			font-family: Arial, Helvetica, sans-serif; 
			font-weight: normal; 
			color: #000000;
			text-decoration: none;}
			
.navPanHi {background-color:#CCCCCC; 
			font-family: Arial, Helvetica, sans-serif; 
			font-weight: normal; 
			color: #000000;
			text-decoration: none;}



.infoPanBkgnd {background-color:#BBBBBB;}

.infoPanBkgnd2 {background-color:#FFFFFF; 
			font-family: Arial, Helvetica, sans-serif; 
			font-weight: bold; 
			color: #000000}
			

			
.infoPanBody {background-color:#EFEFEF; 
			font-family: Arial, Helvetica, sans-serif; 
			font-weight: normal; 
			color: #000000;text-decoration: none;}
			
.formBody {background-color:#DDDDDD; 
			font-family: Arial, Helvetica, sans-serif; 
			font-weight: normal; 
			color: #000000; }


.tabPanOn {background-color:#BBBBBB;  
			font-family: Arial, Helvetica, sans-serif; 
			font-weight: bold; 
			color: #000000;
			text-decoration: none;}
			
.tabPanOff {background-color:#999999; 
			font-family: Arial, Helvetica, sans-serif; 
			font-weight: bold; 
			color: #333333;
                        text-decoration: none;}
			
.tabPanTxt { font-family: Arial, Helvetica, sans-serif; 
			font-weight: bold; 
			color: #FFFFFF;
			text-decoration: none; 
			padding:1px ;}


.toolHilite {
	background-color:#FFC36B;	
}

.toolFont {	font-family: Arial, Helvetica, sans-serif; 
			font-weight: normal; 
			font-size: .95em;
			background-color: #FFFFFF}
			
.buttons {
    font-size: .95em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #E7E7E7;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	/* border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid; */
	border-top-color: #FFFFFF;
	border-right-color: #666666;
	border-bottom-color: #333333;
	border-left-color: #DCDCDC;
}

.buttonDynamic {
    font-size: .9em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	background-color: #DDDDDD;
	padding: 1px;
	width: 95%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EFEFEF;
	border-right-color: #666666;
	border-bottom-color: #333333;
	border-left-color: #EFEFEF;
}

.buttonDefault {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	background-color: #EFEFEF;
	padding: 2px;
	margin: 2px;
	border-top: 3px solid #000099;
	border-right: 3px solid #000066;
	border-bottom: 3px solid #000066;
	border-left: 3px solid #000099;
}

.listHeaderold{background-color:#999999; 
			font-family: Arial, Helvetica, sans-serif; 
			font-weight: normal; 
			color: #FFFFFF;
			text-decoration: none;}
			
			
			
			
.listSelect {font-family: Arial, Helvetica, sans-serif; 
			font-weight: bold; 
			color: #FFFFFF;
			text-decoration: none; 
			background-color: #333333}
			
.listBody1 {
	background-color:#FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;}
			
.listBody2old {background-color:#FFFFFF; 
			text-decoration: none; 
			font-family: Arial, Helvetica, sans-serif; 
			color: #000000}
			
.listBodySel {background-color:#83BB43; 
			font-size: .75em; }

.newMsg	 {cursor:hand; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000066;
	text-decoration: none;}
			
.oldMsg	 {cursor:hand; 	font-family: Arial, Helvetica, sans-serif; 
			font-weight: normal; 
			color: #000000;
			text-decoration: none;}
			
.newSFS	{	font-family: Arial, Helvetica, sans-serif; 
			font-size: .75em; 
			font-weight: bold; 
			color: #006600;
			text-decoration: none;}
			
.newFax	{	font-family: Arial, Helvetica, sans-serif; 
			font-size: .75em; 
			font-weight: bold; 
			color: #660000;
			text-decoration: none;}
			
.msgBodyTxt {
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	padding:.75em;
	width: 100%;
}
			
.priorityHdr {background-color:#FFFFAD; 
			font-family: Arial, Helvetica, sans-serif; 
			font-weight: bold; 
			color: #AA0000;
			text-decoration: none;}


.calBkgnd {
	background-color:#DEDEDE;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;}

.calHilite {background-color:#FFFF99; 
			font-family: Arial, Helvetica, sans-serif; 
			font-weight: normal; 
			color: #000000;
			text-decoration: none;}
			
.calText  {font-family: Arial, Helvetica, sans-serif; 
			font-weight: bold; 
			color: #000000;
			text-decoration: none;}

.calText2  {font-family: Arial, Helvetica, sans-serif; 
			font-size: .85em; 
			font-weight: Normal; 
			color: #000000;
			text-decoration: none;}
			
.calEvent1 {background-color:#99CCFF; 
			font-family: Arial, Helvetica, sans-serif; 
			font-weight: normal; 
			color: #000000;
			text-decoration: none;}
			
.calEvent2 {background-color:#6699FF; 
			font-family: Arial, Helvetica, sans-serif; 
			font-weight: normal; 
			color: #000000;
			text-decoration: none;}
			
.taskDoneTxt {font-family: Arial, Helvetica, sans-serif; 
			font-weight: normal; 
			color: #333333;
			text-decoration: line-through;}

.calFree {
	background-color:#33CC00;
	color: #33CC00;
}

.calBusy {
	background-color:#990000;
	color: #990000;
}

.calTentative {  background-color: #9999CC}


.notifyActive {  font-family: Arial, Helvetica, sans-serif; 
	                color: #990000; 
			text-decoration: none; 
			font-weight: bold}
			
.ifsHomeUnavailable {font-family:Arial, Helvetica, sans-serif;
					font-size: 18px; color:#999999}
					
.ifsImageUnviewable {font-family:Arial, Helvetica, sans-serif;
					font-size: 18px; color:#999999}
					
.ifsSlideCaption  {font-family:Arial, Helvetica, sans-serif;
					font-weight: bold;
					font-size: 12;
					color: black;
					text-decoration: none}
			
			
			
.notifyInactive {  font-family: Arial, Helvetica, sans-serif; 
			font-weight: normal; 
			color: #666666; 
			text-decoration: none}
			
			
.notifyOn {  background-color: #E68E0B}

.notifyOff {  background-color: #FFFFFF;}

.notifySuspended {  background-color: #999999}

.stepOn {  background-color: #CC0000}

.stepOff {  background-color: #CCCCCC} 




body {  background-position: 1px 1px; border-top-width: 1px; border-left-width: 1px}
.calHilite2 { background-color:#FF3300; font-family: Arial, Helvetica, sans-serif; font-weight: normal; color: #000000; text-decoration: none; }
.calBkgnd2 { background-color:#FFFFFF; font-family: Arial, Helvetica, sans-serif; font-weight: normal; color: #333333;}
.taskOverdueTxt {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #CC0000; text-decoration: none}
.txtBoxDynamic {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:1em;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	width: 97%;
	padding: 2px;
}
.newCalRequest {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #000066; text-decoration: none}
.calDetailsBkgnd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFCC;
	padding: 5px;
	border: 1px solid;
}
.navPanSel {
	background-color: #BBBBBB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #000000;
}
.mailMenuBkgnd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFCC;
	border: 1px solid #333333;
}
.mailMenu1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFCC;
}
.mailMenu2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #C7C4A0;
}
.msgTxtBoxDynamic {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF;
	width: 99%;
	padding: 4px;
}
.fileButtons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-weight: normal;
	color: #BBBBBB;
	width: 80%;
}
.popForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-weight: normal;
	color: #000000;
	background-color: #CDCDCD;
	border: 1px solid #454545;
}
.IMtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-weight: normal;
	color: #333333;
}
.IMname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	color: #000033;
}
.IMavailable {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: .75em; 
	font-weight: bold; color: #006600; 
	text-decoration: none}

.IMbusy {
 	font-family: Arial, Helvetica, sans-serif; 
	font-size: .75em; 
	font-weight: bold; color: #CC0000; 
	text-decoration: none }
	
.IMunknown { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: .75em; 
	font-weight: normal; color: #999999; 
	text-decoration: none }
	
.IMcustom { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: .75em; 
	font-weight: bold; color: #333399; 
	text-decoration: none }
.buttonDynamic {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	background-color: #DDDDDD;
	padding: 1px;
	width: 95%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EFEFEF;
	border-right-color: #666666;
	border-bottom-color: #333333;
	border-left-color: #EFEFEF;
}
.white {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-weight: normal;
	color: #333333;
}
.redAsterisk {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
/**
 * Error messages are displayed in red text.
 */
.errorMsg { 
   font-family: Arial, Helvetica, sans-serif; 
   font-weight: normal; 
   color: red; 
}
/**
 * Success messages are displayed in green text.
 */
.successMsg { 
   font-family: Arial, Helvetica, sans-serif; 
   font-weight: normal; 
   color: green; 
}
/**
 * Warning messages are displayed in yellow text.
 */
.warningMsg { 
   font-family: Arial, Helvetica, sans-serif; 
   font-weight: normal; 
   color: black; 
   background: yellow;
}
/**
 * The cursor property specifies the type of cursor to be displayed
 * when pointing on an element.
 * In this case the cursor will be rendered as a pointer that indicates
 * the element is a hyperlink.
 */
.linkCursor
{
    cursor:pointer;
    cursor:hand;
}


.spaceAvailBkgnd {
    background-color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    border: 1px solid #333333;
}
.spaceAvail {
    background-color: #009900;
    margin: 0px;
    padding: 0px;
}


/**
 * abll 
 **/
.menu {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-WEIGHT: normal; FONT-SIZE: 8pt; PADDING-BOTTOM: 0px; MARGIN: 0px; COLOR: #ffffff; PADDING-TOP: 0px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
A.bianco {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-WEIGHT: normal; FONT-SIZE: 8pt; PADDING-BOTTOM: 0px; MARGIN: 0px; COLOR: #ffffff; PADDING-TOP: 0px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.txtlogin {
	FONT-WEIGHT: bold; FONT-SIZE: 10pt;  COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
/* fabll */


/* Branding PS Itnet */
.listHeader {background-color:#FF9C01; 
			font-family: Arial, Helvetica, sans-serif; 
			font-weight: normal; 
			color: #FFFFFF;
			text-decoration: none;}
		
.listHeader2 {background-color:#FFC36B; 
			font-family: Arial, Helvetica, sans-serif; 
			font-weight: normal; 
			color: #FFFFFF;
			text-decoration: none;}
			
.listBody2 {background-color:#EFEFEF; 
			text-decoration: none; 
			font-family: Arial, Helvetica, sans-serif; 
			color: #000000}
			

.locationBkgnd { background-color:#FF9C01;
			font-family: Arial, Helvetica, sans-serif; 
			color: #FFFFFF;
			font-weight: normal;
			text-decoration: none; }
					
.infoPanBkgnd2 {background-color:#FFFFFF;}

.infoPanHeader {background-color:#FF9C00; 
			font-family: Arial, Helvetica, sans-serif; 
			font-weight: bold; 
			color: #000000;
			text-decoration: none;
			}
			
			

/* Branding PS Itnet */