.menu {  font-size: 11px; color: #FFFFFF}
.menu:link { text-decoration:none; font-size: 11px; color: #FFFFFF}
.menu:visited {text-decoration:none; font-size: 11px; color: #FFFFFF}
.menu:active {text-decoration:none; font-size: 11px; color: #FF6600}
.menu:hover {text-decoration:none; font-size: 11px; color: #FF6600}

body,p,td,input,select,textarea,div { }
body {
	background-color:#FFFFFF;
	margin:0px 0px 0px 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-image: url(../i_images/background.gif);
	background-repeat: repeat-x;
	color: #666666;
}

.small { font-size: 9px; color: #000000}

a:link { text-decoration:none; font-size: 12px; color: #54554F}
a:visited { text-decoration:none; font-size: 12px; color: #54554F}
a:active { font-size: 12px; color: #FF6600; text-decoration: none}
a:hover { text-decoration:underline; font-size: 12px; color: #E42E18}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #FFCC00;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #F58220;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 18px;
	font-weight: 800;
	color: #F58220;
	margin: 0px;
	padding: 0px;
}

.menu2 {  font-family:  Eurostile, Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #000000}
.menu2:link { text-decoration:none; font-family:  Eurostile, Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #000000}
.menu2:visited {text-decoration:none; font-family:  Eurostile, Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #000000}
.menu2:active {text-decoration:none; font-family:  Eurostile, Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #FF6600}
.menu2:hover {text-decoration:none; font-family:  Eurostile, Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #FF6600}

.driftPostive {background:#C0C0C0; color:#FF0000;}
.driftNegative {background:#CCFFCC; color:#339966;}
.remPostive {background:#FF99CC; color:#000080;}
.remNegative {background:#C0C0C0; color:#000000;}
.remZero {background:#FFFF99; color:#000000;}

th { background-color: #FF6600; }

table.calendar {
    table-layout: fixed;
    font-family:  Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #000000;
    border-collapse: collapse;
    border: 2px solid #FF6600;
    text-align: center;
}

table.calendar th {
    font-size: 11px;
}
table.taskview {
        font-size: 8pt;
        font-family: Arial;
}

table.calendar td {
    border: 1px solid black;
}
table.calendar td.weekday {
    background: #EEEEEE;
}
table.calendar td.weekend {
    background: #FF9900;
}
table.calendar td.swd {
    background: #FFCC00;
}
table.calendar td.workday {
    background: #EEEEEE;
}
table.calendar td.holiday {
    background: #BBBBBB;
}
table.calendar td.publicholiday {
    background: #DDDDFF;
}
table.calendar td.partholiday {
    background: #AAAAAA;
}
table.calendar td.projectspecial {
    background: #FFCC00;
}
table.calendar td.highlight {
    text-decoration: underline;
    border: 2px solid black;
}


table.innerframe {
    table-layout: fixed;
    font-family:  Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #000000;
    border-collapse: collapse;
    border: 1px solid #000000;
    text-align: center;
    width:100%;
    background: #FFFFFF;
}
table.innerframe th {
    font-size: 11px;
}

table.innerframe td {
    border: 1px solid black;
}

img {
    border: 0px;
}

#left_menu_switcher {
    top: 75px;
    position:absolute;
    left:0px;
    width:210px;
    text-align:right;
}
#left_menu.masked #left_menu_switcher {
    width: 12px;
}
#left_menu {
width: 211px;
vertical-align: top;
text-align: left;
background-color: #707070;
}
#left_menu.masked {
overflow: hidden;
width: 12px;
display: block;
}

#left_menu.masked p, #left_menu.masked table, #left_menu.masked form {
display:none;
}

table.list {border:0;}
table.list th {font-size: 11px; color: #000000;white-space: nowrap;background-color:#FF6600;}

div {
    SCROLLBAR-HIGHLIGHT-COLOR: #CCCCCC;
    SCROLLBAR-SHADOW-COLOR: #ffffff;
    SCROLLBAR-3DLIGHT-COLOR: #ffffff;
    SCROLLBAR-ARROW-COLOR: #CCCCCC;
    SCROLLBAR-TRACK-COLOR: #CCCCCC;
    SCROLLBAR-DARKSHADOW-COLOR: #CCCCCC;
    SCROLLBAR-FACE-COLOR: #FFFFFF;
}

li {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 0px;
	padding-left: 10px;
}
ul {
    list-style-image: url(../i_images/bullet.gif);
	margin-left:15px;
	
}

ul li ul {
    list-style-image: url(../i_images/arrow-green.gif);
	margin-left:15px;
	
}

.texteOrange {
	color: #E42E18;

}

