/* bin */
body{	
	text-align: left; /*font-size: 8pt; */
	color:  #494949; font-family: Verdana, Helvetica, sans-serif ; 
	padding: 0px; margin: 0px; background-color: white;
	font-size:small;
	/*overflow: show;*/
}
html {
	overflow: -moz-scrollbars-vertical;
	min-height: 100%; 
	height: 100%;
}
img {border: 0;}

div#rootBanner{
	/*background: url(../struct/header_bar_1.gif);*/
	height: 40px;
	width: 100%;	
	/*background-color: #5ab0f2*/
	/*background-color: #5ab0f2;*/
}
div#rootBanner img{
	
}
div#rootBanner span{
	font-size: 24px;
	display: block;
	float: left;
	font-weight: bold;
	color: black;
	padding: 5px 0px 0px 5px;
}
div#userInfo{
	position: absolute;
	text-align: right;
	color: black;
	margin-top: 8px;
	height: 24px;
	width: 100%;
	top: 0px;
	left: -12px;
	font-size: 11px;
}
div#userInfo a{
	color: blue;
}
div#shadow {
	background: url(../struct/header_bar_3.gif);
	height: 12px; width: 100%;
	padding: 0px; margin: 0px;
	margin-bottom: 2px; background-repeat: repeat-x;
}
a{
	color: #0077dd; 	
	background-color: transparent;
	text-decoration: none;
}
a:hover {  
	color: red; 
	text-decoration: underline;
}
.bookmark{
	color: black;
}
.bookmark:hover{
	color: black;
	text-decoration: none;
}
a:active {  color: red; }	
a:link{}
a:visited{}
table {
	font-size: 8pt;
}
textarea {
	font-size: 8pt; 
	font-family: Verdana, Helvetica, sans-serif ; 
}
select, option{
	font-size: 8pt; 
	font-family: Verdana, Helvetica, sans-serif ; 
}
h1{
	font-size: 10pt;
	background-color: #eee;
	border: 1px solid #ddd;
	padding: 3px;		
	margin-top: 3px;
	margin-bottom: 8px;
}
.sortable-text, .sortable-date{
	text-align: left
}
.rightPanel{
	padding-left: 215px;
	padding-right: 4px;
}
.leftPanel{
	float: left; width: 205px;
	padding-left: 4px;
	border-right: 1px dashed #999;
	overflow: hidden;
	min-height: 550px;
}
.fullPanel {
	padding: 0px 4px 0px 4px;
	min-height: 500px;
}
.headerLink {
	font-weight: normal;
	font-size: 8pt;
	color: #999;
}
#help {
	margin-left: 4px;
	border: 0px;
}
img.userInfoWaiting {
	margin: 100px 220px;
}


/* page ================*/

.schedule {
	table-layout: fixed;
	width: 99%;	
	border-collapse: collapse;
}

.scheduleBlank {
}
.scheduleHasEntry {
	background-color: #ddd !important;
}
.scheduleBlankEdit {
	cursor: pointer;	
}
.scheduleBlankEditHot {	
	/*background: #ccc url(../icons/new_task.gif) 5% 50% no-repeat !important;*/
	background-color: #ccc !important;
}
.schedule td a {
	cursor: pointer;
}
.schedule th {
	width: 18%;
	padding: 3px;
	border: 1px solid #ddd;
	font-weight: normal;
}
.schedule thead tr{
	background: url(../skin/table_header.gif) repeat-x top right;
}
.scheduleHeader {
	background-image: url(../images/header_0.gif); 
	background-repeat: repeat-x;
	/*border: solid white 1px; padding: 3px;*/
}
.scheduleTeamHeader {
	/*background-image: url(../images/table_header_3.gif); background-repeat: repeat-x; */
	background-color: #fff !important;
	font-weight: bold; font-size: 8pt;
	cursor: pointer;
	padding: 1px;
	border: 1px solid red; 
}
.schedule td {
	background-color: #bbb; vertical-align: top;
	width: 18%;
	padding: 2px;
	border: solid white 1px;	
}
.scheduleUtilizationTable td {
	background-color: #ddd;
	width: 3%;
}
.scheduleEntry {
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: top left;
}
.scheduleImg{
	margin: 5px 3px 0 0;
	cursor: pointer;
}
.scheduleUser{
	background: #291f87 !important; 	
	vertical-align: top; 
	color: white;
	width: 10% !important;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;	
}
.scheduleUserAway{
	background: #291f87 !important; /* url(../icons/status_away.gif) no-repeat 100% 8px !important;*/
	/* #291f87;*/
	vertical-align: top; 
	color: white;
	width: 10% !important;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;	
}
.scheduleUserOnline{	
	background: #291f87 !important; /* url(../icons/status_online.gif) no-repeat 100% 8px !important;*/
	/* #291f87;*/
	vertical-align: top; 
	color: white;
	width: 10% !important;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;	
}
.scheduleUserOffline{
	background: #291f87 !important; /* url(../icons/status_offline.gif) no-repeat 100% 8px !important;*/
	vertical-align: top; 
	color: white;
	width: 10% !important;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.scheduleLeader{
	background: #0077ee !important; /* url(../icons/status_offline.gif) no-repeat 100% 8px !important;*/
	vertical-align: top; 
	color: white;
	width: 10% !important;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.scheduleSelf{
	background-color: #88aaff !important;
	color: white;
	vertical-align: top; 
	width: 10% !important;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.scheduleUser a{
	color: white;	
}
.scheduleSelf a{
	color: black;	
}
.utilizationOk {
	background-color: #afa !important; cursor: pointer;	
}
.utilizationNg {
	background-color: #faa !important; cursor: pointer;
}

/* team view ================*/

.teamViewNormal {	
}
.teamViewBlank {	
}
.teamViewHoliday {
	background-image: url(../images/diag.gif);
	background-repeat: repeat;
	color: blue;
}

/* site header ================*/

#tabs {
	float: left;
    line-height:normal;	

}
#tabs ul {
	list-style: none;
	margin: 0;
	padding: 0;
	color: white;
	margin-right: 10px;
} 
#tabs li {
	float: left;
	margin: 2px 0px 0px 0px;	
	padding: 4px 8px 4px 8px;
	border-right: 1px solid #999;
}	
#tabs .selected {	
	/*background: url(../struct/style_7_1.gif) repeat-x top right;*/
	background-color: #96caf2;
}
#tabs .selected a {
	color: white;
}
#tabs .first {
	border-left: 1px solid #999;
}
#tabs a {
	color: #444;
	font-weight: normal;
}
#tabs a:hover {	
	text-decoration: none;
	color: #55d;	
}

/* button styles ================*/

.buttonOver {
	background: url(../skin/button_3.gif) repeat-x center;
	border-color: #aaf;
}
.buttonDown {
	background: url(../skin/button_0.gif) repeat-x center;
}
button {
	font-family:'trebuchet ms',helvetica,sans-serif;
	background: url(../skin/button_1.gif) repeat-x center;	
	border: 1px solid #aaa;
	color: black;
	margin: 2px;
	height: auto;
    font-size: small;
	line-height:130%;
    text-decoration:none;
    color:#565656;
    cursor:pointer;
    width:auto;
    /*overflow:visible;*/
    padding: 3px;
}
button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
button img {
    margin:0px 0px 0px 0px !important;
    padding-right:5px;
    border:none;
    width:11px;
    height:11px;
}
.buttonDisabled{
	background: #eee;
	color: #aaa;
}
.topButtons{
	margin-bottom: 5px;
}
/* calendar ================*/
.main {
	width:200px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
.main img {
	cursor: pointer;
}
.month {
	background-image: url(../struct/style_7_1.gif);
	/*background-color:black;*/
	font: normal 8pt verdana;
	height: 16px;
	color:white;
	height: 20px;
	border-color: #5a75ff;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
}

.daysofweek {
	background-color:white;
	font:bold 8pt verdana;
	color: blue;
	border-bottom: 1px solid blue;
}

.days {
	font-size: 8pt;
	font-family:verdana;
	color:black;
	padding: 2px;
	border: 1px solid white;
}

.main #today{
	font-weight: normal;
	color: red;
	background-color: #ffff99;
	/*border: solid 1px orange;*/
}

.main #selected{
	font-weight: normal;
	background-color: #ddd;
	cursor: default;
}

.weeks {
	background-color: #f5f5f5;
	cursor: pointer;
}

/* page headers ================*/

.hdrTeam{
	background: url(../icons/header_board.gif) no-repeat 10px center;
	padding: 10px 0px 10px 35px;
	background-color: #ddf;
	border: 1px solid blue;
}
.hdrProject{
	background: url(../icons/header_apps.gif) no-repeat 10px center;
	padding: 10px 0px 10px 35px;
	/*background-color: #d5eaff;
	border: 1px solid #48a2ff;*/
	background-color: #d2e1ed;
	border: 1px solid #48a2ff;	
}
.hdrTask{
	background: url(../icons/header_done.gif) no-repeat 10px center;
	padding: 10px 0px 10px 35px;
	background-color: #fdd;
	border: 1px solid red;
}
.hdrWelcome{
	background: url(../icons/header_home.gif) no-repeat 10px center;
	padding: 10px 0px 10px 35px;
	background-color: #ffd;
	border: 1px solid orange;
}
.hdrAccount{
	background: url(../icons/header_admin.gif) no-repeat 10px center;
	padding: 10px 0px 10px 35px;
	background-color: #ffd;
	border: 1px solid orange;
}
.hdrSecurity{
	background: url(../icons/header_lock.gif) no-repeat 10px center;
	padding: 10px 0px 10px 35px;
	background-color: #fdd;
	border: 1px solid red;
}
.hdrReport{
	background: url(../skin/header_report.gif) no-repeat 5px center;
	padding: 10px 0px 10px 35px;
	background-color: #ddf;
	border: 1px solid blue;
}
.hdrProfile{
	background: url(../skin/header_profile.gif) no-repeat 5px center;
	padding: 10px 0px 10px 35px;
	background-color: #ddf;
	border: 1px solid blue;
}
.hdrUtilization{
	background: url(../icons/header_chart.gif) no-repeat 10px center;
	padding: 10px 0px 10px 35px;
	background-color: #ded;
	border: 1px solid green;
}
.hdrTrash{
	background: url(../icons/header_trash.gif) no-repeat 10px center;
	padding: 10px 0px 10px 35px;
	background-color: #eee;
	border: 1px solid red;
}

/* Popups ==============================*/

.handle{
	height: 20px;
	margin: 0px;
	/*background-image: url(../images/dialog_header.gif);
	background-repeat: repeat-x;*/
	color: black;
	padding: 3px 0px 0px 5px;
	font-weight: bold;
	background-color: #dddddd;
	cursor: move;
}
.dialogcanvas{
	padding: 5px;
	border-color: #dddddd;
	border-style: solid;
	border-width: 3px 3px 3px 3px;
}
.dialogcanvas .topButtons{
	text-align: right;
}
.dialog{	
	width: 500px;
	background-color: white;
	border: 1px solid black;
	cursor: default;
	position: absolute;
}
.taskDisplay td{
	background-color: #dddddd;
}
.sideBrowser {	
	overflow: hidden;	
	min-height:32em; 
	height:auto;
}
/* for understanding browsers */
/* for Internet Explorer */
/*\*/
* html .sideBrowser {
	height: 32em;
}
/**/



div.errorMsg {
	margin: 10px;
	border: 1px solid red;
	background-color: #fee;
	padding: 10px 10px 10px 25px;
	background-image: url(../icons/icon_alert.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}

/* Sub tabs within a screen ================*/

ul.tabpane {
	list-style:none;
	margin:0;
	padding:0;
	margin-bottom: 5px;
	height:20px;
	background-color: white;
	/*clear:both;*/
	
	border-width: 0px 0px 1px 0px;
	border-color: #ccc;
	border-style: solid;
}

ul.tabpane li {
	float:left;
	margin-right:7px;
	text-align:center;	
	background-color: #eee;	
	
	border-width: 1px 1px 0px 1px;
	border-color: #ccc;
	border-style: solid;
}

ul.tabpane li a {
	display:block;
	height:20px;
	padding:0 6px 0 6px;	
	color: #aaa;
	width:80px;
}

ul.tabpane li a:hover {
	color:#666;
}

ul.tabpane li a.active {
	background-color:white;
	color: black;
}

ul.register_tabs {
	border-bottom: none;
}

ul.register_tabs li a.active {
	background-color:#6d7a81;
	color:#fff;
}

.userBlockHeader{
	font-size: 12pt;
	border-bottom: 1px solid black;
	font-weight: bold;
	color: black;
}
.userBlockTable td{
	color: black;
}
/*.userBlockTable tr td:first-child{
	width: 70px !important;
	color: grey;
}*/
.chartBlock {
	font-size: 8pt;
	color: #55a;
	padding: 2px;
	margin-top: 10px;
}

div.dashboardEntry{
	border: 1px solid #aaf;
	margin: 2px;
	padding: 5px;
	width: 500px;
	float: left;
}
div.dashboardEntry img{
	margin-right: 5px;
}
div.dashboardEntry h1{
	font-size: 10pt;
}
div.dashboardEntry span{
	color: #999;
	font-size: 8pt;
}
div.dashboardEntry a {
	background: url(../icons/asterisk.png) no-repeat 0% 50%;
	padding-left: 20px;
	display: block;
	margin-bottom: 5px;
}
/*asterisk.png*/

/*--------------------------------------------------
date chooser
--------------------------------------------------*/
.dateChooser td {
    cursor:default;
    text-align:center;
	border-width: 0px;
	
	padding: 4px;
	border-bottom: 1px solid #ddd;	
}
.dateChooser td.dateChooserActive:hover {
    color:white;
    background:#0A246A;
}
.dateChooser td.dateChooserActiveToday {
    border: 1px solid red;
}
.dateChooser th {
    background: #aaa;
    width: 18px;
    border: none;
	border-width: 0px;
	
	color: black;
	border: 1px solid #ccc;
	padding: 3px;
	text-align: center;
}
.dateChooser option, .dateChooser select {
    font-size:10px;
	font-family: Verdana;
	margin: 0px;
	padding: 0px;
}
.dateChooser {
    border: 1px solid #aaa;
    background-color: white;
    padding: 10px;
	font-family: Verdana;
	
}
.dateChooser table {
    width:160px;
	background-color: white;
	border: 0px;
}
.dateChooser select {
    border: 1px solid #ddd;
	margin: 3px;	
}

.formWarning {
	border-color: red !important;
	background-color: #fee !important;
	
}

/*--------------------------------------------------
 dTree 2.05 | www.destroydrop.com/javascript/tree/ 
---------------------------------------------------
 Copyright (c) 2002-2003 Geir Landrö               
--------------------------------------------------*/
.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
}
.dtree .clip {
	overflow: hidden;
}


/*--------------------------------------------------
 lightbox 2.0
--------------------------------------------------*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

/* removed for now */
/*#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); == Trick IE into showing hover == display: block; }*/
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
