
body {
	margin:0;
	padding:0;
}

body, table, td {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 11px;
}

h3 {
	font-size:14px;
}

table.application {
	clear:both;
	font-size:9px;
}

table.application td {
	border-left:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	border-top:1px solid #eaeaea;
	text-align:center;
	font-size:9px;
	padding:4px;
}

table.application th {
	color:white;
	font-weight:bold;
	font-size:9px;
	padding:3px 0px;
}

.rowEven {
	background-color: #abcdef;
	color: #000000;
}

caption {
	font-weight:bold;
	margin-top:10px;
}

.rowOdd {
	background-color: #fafafa;
	color: #000000;
}

.rowEven td, .rowOdd td {
	width:100px;
}

tr.activityRow td, tr.stopRow td {
	padding:3px;
}

a:active {
  text-decoration: underline;
  color: #cc3300;
}

a:link {
  text-decoration: underline;
  color: #006699;
}

a:visited {
  text-decoration: underline;
  color: #333366;
}

a {
  text-decoration: underline;
  color: #333366;
}

a:hover {
  text-decoration: underline;
  color: #FF6633;
}

#header {
	width:100%;
}

#logo {
 background-color:#efefef;
 background-image:url("logos/logo_short.gif");
 background-position:left;
 background-repeat:no-repeat;
 height:75px;
 width:200px;
 float:left;
}

#title {
 background-color:#FF0010;
 height:75px;
 background-image:url("images/hdr_logistics.gif");
 background-position: bottom right;
 background-repeat:no-repeat;
}

#upload, #login {
 margin-left:200px;
 padding:30px;
 text-align:left;
}

#content {
 width:100%;
}

#recent {
 display:block;
 width:400px;
 border:2px solid #FF9900;
 background-color:#FFFFCC;
 padding:10px;
}

#frmFilters label {
	float:left;
	width:170px;
	clear:left;
	text-align:left;
	margin-top:5px;
}

#frmFilters input {
	margin-bottom:5px;
}

/*******************************************/

#admin-controlContainer {
	width:950px;
	text-align:left;
}

#admin-searchBar {
	text-align:right;
	background-color:#eaeaea;
	padding:5px;
	width:940px;
	clear:both;
}

#admin-searchBarLabel {
	font-size:14px;
	font-weight:bold;
	float:left;
}

#admin-userInputForm {
	width:300px;
	display:block;
	float:left;
	margin:20px;
	text-align:left;
}

#admin-userInputForm input {
	margin-bottom:5px;
}

#admin-userInputForm label {
	width:100px;
	float:left;
	clear:left;
	text-align:left;
	display:block;
}

#admin-userList {
	width:550px;
	margin:20px 0px 20px 20px;
	text-align:center;
	float:right;
}

#admin-userList td {
	padding:5px;
}

#pm-container {
	width:950px;
	text-align:left;
}

#pm-container h1 {
	font-size:36px;
	font-family:"Calibri", Helvetica, Arial;
	margin-top:0px;
}

#pm-container h2 {
	font-size:18px;
	font-family:"Calibri", Helvetica, Arial;
}

#pm-container #nav {
	float:right;
}

#pm-container #nav a {
	float:left;
	text-align:left;
}

.comment_container {
	width:370px; 
	padding:15px; 
	height: 120px; 
	background-color:#fafafa; 
	border:1px solid #666; 
	overflow-y:scroll; 
	color:black;
	text-align:left;
	margin-top:20px;
}

/************************** WINDOW STYLES *****************************/

#control_overlay {  
    background-color:#000;  
} 
 
.modal {  
    background-color:#fff;  
    padding:10px;  
    border:1px solid #333;  
} 
 
.tooltip {  
    border:1px solid #000;  
    background-color:#fff;  
    height:25px;
    padding:5px;
    width:200px;  
    font-family:"Lucida Grande",Verdana;  
    font-size:10px;  
    color:#333;  
} 
  
.simple_window {  
    width:250px;  
    height:50px;  
    border:1px solid #000;  
    background-color:#fff;  
    padding:10px;  
    text-align:left;  
    font-family:"Lucida Grande",Verdana;  
    font-size:12px;  
    color:#333;  
} 
 
.window {  
    background-image:url("/images/window_background.png");  
    background-position:top left;  
    -moz-border-radius: 10px;  
    -webkit-border-radius: 10px;  
    padding:10px;  
    font-family:"Lucida Grande",Verdana;  
    font-size:13px;  
    font-weight:bold;  
    color:#fff;  
    text-align:center;  
    min-width:150px;  
    min-height:100px;  
} 
 
.window .window_contents {  
    margin-top:10px;  
    width:100%;  
    height:100%;      
} 
 
.window .window_header {  
    text-align:center;  
} 
 
.window .window_title {  
    margin-top:-7px;  
    margin-bottom:7px;  
    font-size:11px;  
    cursor:move;  
} 
  
.window .window_close {  
    display:block;  
    position:absolute;  
    top:4px;  
    right:5px;  
    height:13px;  
    width:13px;  
    background-image:url("/images/window_close.gif");  
    cursor:pointer;  
    cursor:hand;  
} 

/************************** CALENDAR STYLES **************************/
table.calendar {
	-moz-user-select: none;
	background-color: white;
	border: 3px solid #999999;
	border-collapse: collapse;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	text-align: center;
	width: 200px;
}

table.calendar input,table.calendar select {
	font-size: 10px;
	width: 50px !important;
}

table.calendar input.arrow {
	width: 25px !important;
}

table.calendar td {
	border: 0pt none;
	font-size: 10px;
	text-align: center;
}

div.mainheading {
	margin: 2px;
}

table.caldayheading {
	border-collapse: collapse;
	cursor: pointer;
	empty-cells: show;
	margin: 0pt 6px;
}

table.caldayheading td {
	border: 1px solid #CCCCCC;
	color: #0054E3;
	font-weight: bold;
	text-align: left;
	width: 22px;
}

table.caldayheading td.wkhead {
	border-right: 3px double #CCCCCC;
}

table.calcells {
	border-collapse: collapse;
	cursor: pointer;
	margin: 0pt 6px;
}

table.calcells td {
	border: 1px solid #CCCCCC;
	font-weight: bold;
	height: 20px;
	text-align: left;
	vertical-align: top;
	width: 22px;
}

table.calcells td div {
	margin: 0pt;
	padding: 1px;
}

table.calcells td.wkhead {
	background-color: white;
	border-right: 3px double #CCCCCC;
	color: #0054E3;
	text-align: center;
}

table.calcells td.wkday {
	background-color: #DDDDDD;
}

table.calcells td.wkend {
	background-color: #DDDDDD;
}

table.calcells td.curdate {
	
}

table.calcells td.cell_selected {
	background-color: #99CCFF;
	color: black;
}

table.calcells td.notmnth {
	background-color: #FFFFFF;
	color: #CCCCCC;
}

table.calcells td.notallowed {
	background-color: white;
	color: #EEEEEE;
	font-style: italic;
}

table.calcells td.hover {
	background-color: #999999;
}

.noLink, .noLink:hover, .noLink:visited, .noLink:active {
	text-decoration:none;
	color:black;
	cursor:pointer;
}

#reportParams h3 {
	border-bottom:1px solid #ccc;
}

#reportParams label {
	display:block;
	width:75px;
	float:left;
	text-align:left;
}

#reportParams label.small {
	width:45px;
}

#reportParams input, #reportParams select {
	margin-bottom:7px;
	background-color:#fafafa;
	border:1px solid #eaeaea;
}

#reportParams input.small {
	width:75px;
	margin-right:20px;
	float:left;
}

#reportParams input.large {
	width:235px;	
}

#reportParams div {
	float:left;
	text-align:left;
}

#reportParams .btnSubmit {
	background-color:#333; 
	color:#eaeaea; 
	cursor:pointer;
	padding:2px;
}

#projectSelectionPanel {
	width:300px; 
	background-color:#fafafa; 
	padding:10px 20px; 
	border:2px solid #666666;
	-moz-border-radius:15px;
}

#incident_comments {
	height:300px; 
	width:430px; 
	overflow-y:scroll; 
	margin:20px 0; 
	background-color:#f6f6f6; 
	text-align:left;
	font-weight:normal;
	color:black;
	padding:10px
}

.edit {
	display:none;
}