body{
	outline:0px;
	border:0px;
	margin:0px;
	padding:0px;
}
#pageTable{
	height:100%;
	width:100%;
	outline:0px;
	border:0px;
	margin:0px;
	padding:0px;
	background:url(../images/mountain.jpg);
	border: 1px solid #FFF;
}
#pageTable tr, #pageTable tr td{
	outline:0px;
	border:0px;
	margin:0px;
	padding:0px;
	border: 1px solid #FFF;
}
#headerRow{
	height:185px;
	width:100%;
	background-color:#0079bf;
}
#logoCell{
	height:185px;
	width:185px;
	vertical-align:top;
}
#nameplateCell{
	height:185px;
	width:830px;
	font-size:56pt;
	color:#FFF;
	font-weight:bold;
}
#topRightCell{
	height:185px;
}
#sheetRow{
	height:660px;
}
#prevSheets{
	width:368px;
	text-align:right;
}
#leftSheetEdge{
	display:inline-block;
	height:100%;
	width:61px;
	position: relative;
	float:left;
	border-right: #CCC 2px solid;
	background-color: #0079bf;
}
.deleteSheetBtn{
	display: inline-block;
    height: 49px;
    width: 59px;
    line-height: 49px;
    text-align: center;
    font-weight: bold;
    font-family: arial;
    background-color: #EEE;
    color: #DDD;
    font-size: 33pt;
    bottom: 0px;
    right: 0px;
    position: absolute;
	border-top: #CCC 1px solid;
	cursor:pointer;
}
.deleteSheetBtn:hover{
	color:#666;
}
#currentSheet .deleteSheetBtn{
	background-color:#FFF;
	border-top: #FFF 1px solid;
}
#currentSheet .deleteSheetBtn:hover{
	border-top: #CCC 1px solid;
	border-left: #CCC 1px solid;
}
.emptyDeleteSheetBtn{
	background-color: inherit;
	border-top: none;
}
.pastSheet{
	display:inline-block;
	height:100%;
	width:59px;
	position: relative;
	border-right: #CCC 2px solid;
	background-color: #EEE;
	text-align:center;
}
.pastSheet:hover, .futureSheet:hover{
	background-color:#F6F6F6;
	cursor:pointer;
}
.futureSheet{
	display:inline-block;
	height:100%;
	width:59px;
	position: relative;
	float:left;
	border-right: #CCC 2px solid;
	background-color: #EEE;
	color:#000;
	font-weight:bold;
	text-align:center;
	font-size:16pt;
}
#currentSheetSquareContainer{
	position:absolute;
	z-index:0;
	display:inline-block;
	width: 832px;
	height: 100%;
	overflow:hidden;
}
#currentSheetSquareInnerContainer{
	display:inline-block;
	width: 110%;
	height: 110%;
}
#currentSheetCell{
	vertical-align: text-top;
	background-color: rgba(255,255,255,1);
}
#currentSheet{
	display: inline-block;
	position: relative;
	height: 100%;
}
#sheetHead{
	height:70px;
	width:100%;
	display:inline-block;
	text-align:center;
    border-bottom: #CCC 2px solid;
}
.assignName{
	display: inline-block;
	height: 50px;
	width: 50px;
	color: #000;
	border-radius: 7px;
	line-height: 50px;
	font-size: 22pt;
	bottom: 0px;
	cursor: pointer;
	margin: 9px 3px;
	text-align:center;
}
.assignName.assigned{
	color: #FFF;
	background-color: #666;
}
.assignName:hover{
	background-color:#777;
	color: #FFF;
}
.sheetIdNo{
	font-size: 32pt;
    margin-left: 27px;
    margin-top: 9px;
    float: left;
    text-align: left;
    display: inline-block;
	font-weight:bold;
}
.sheetName{
	font-size: 32pt;
    margin-left: 20px;
    margin-top: 9px;
    float: left;
    text-align: left;
    display: inline-block;
	font-weight:bold;
	max-width: 300px;
}
.date{
	font-size:32pt;
	margin-right: 27px;
	margin-top: 9px;
	float:right;
	width: 100px;
}
#noProjects{
	display: inline-block;
	position: relative;
	height: 100%;
}
#noProjects div{
	display: inline-block;
	font-size:14pt;
	margin-left:20px;
	margin-top:10px;
}
#forwardButtons{
	display:inline-block;
	height:100%;
	width:130px;
	position: relative;
	margin-right: 4px;
	float: left;
}
#forwardButtons .forwardButtonBody{
	display:inline-block;
	width:100%;
	height: 49%;
	height: -moz-calc(50% - 1px);
	height: -webkit-calc(50% - 1px);
	height: -o-calc(50% - 1px);
	height: calc(50% - 1px);
	text-align:center;
    background-color: #EEE;
    border-right: #CCC 2px solid;
    border-left: #CCC 2px solid;
}
#forwardButtons .lowerForwardButton{
    border-top: #CCC 2px solid;
}
.plusButton{
	line-height: 100px;
    text-align: center;
    font-weight: bold;
    font-size: 56pt;
    font-family: arial;
    height: 100px;
    width: 130px;
    margin: 5px 0px;
    display: inline-block;
    border-bottom: #CCC 1px solid;
	color: #DDD;
}
.plusButton:hover{
	color: #666;
	background-color:#F6F6F6;
    cursor: pointer;
}
.enabledQC .plusButton:hover{
	color: #666;
	background-color:#F6F6F6;
    cursor: pointer;
}
.disabledQC .plusButton:hover{
	color: #DDD;
	background-color:#EEE;
    cursor: inherit;
}
.plusButtonText{
	font-size: 40pt;
    font-weight: bold;
	color: #666;
}
.enabledQC .plusButtonText{
	color: #666;
}
.disabledQC .plusButtonText{
	color: #DDD;
}
.QCCheck{
	background-repeat:no-repeat;
	background-position: center;
}
.enabledQC .QCCheck{
	background-image:url(../images/checkBtn.png);
}
.enabledQC .QCCheck:hover{
	background-image:url(../images/checkBtn_hover.png);
}
.disabledQC .QCCheck{
	background-image:url(../images/checkBtn_disabled.png);
}
.disabledQC .QCCheck:hover{
	background-image:url(../images/checkBtn_disabled.png);
}
.QCComplete .QCCheck{
	background-image:url(../images/checkBtn_complete.png);
}
.QCComplete .QCCheck:hover{
	background-image:url(../images/checkBtn_complete.png);
}
.taskContainer{
	width: 785px;
    margin: 20px auto 50px 45px;
}
.taskClickLabel{
	display:inline-block;
}
.taskItem{
	height: auto;
	width: auto;
	color: #000;
	font-size: 14pt;
	line-height: 45px;
	display: block;
}
.taskName{
	display:inline-block;
}
.taskDescription{
	display:block;
	margin-left:90px;
	line-height: 28px;
}
.taskLink{
	display:block;
	margin-left:90px;
	line-height: 28px;
	overflow:hidden;
}
.taskAttach{
	display:block;
	margin-left:90px;
	line-height:20px;
}
.taskAttach a{
	display:inline-block;
	line-height:28px;
}
.taskDownloadImg{
	display:inline-block;
	float:left;
	margin:5px 10px;
}
.taskDownloadTitle{
	display:inline-block;
	float:left;
}
#newTask{
	height: auto;
}
#newTask .title{
	height: 35px;
	margin-top: 5px;
	font-family: "times new roman";
	font-size: 14pt;
	display: inline-block;
	float: left;
}
#newTask .addLink{
	width: 70px;
	margin:0px 65px;
	text-align: center;
	display: inline-block;
	cursor:pointer;
	text-decoration:underline;
	color:#000;
}
#newTask .listedLink{
	width: 160px;
	margin:0px 20px;
	text-align: left;
	display: inline-block;
	color:#000;
	overflow:hidden;
	height:45px;
}
#newTask .addLinkContainer{
	display: inline-block;
	width:200px;
	float: left;
}
#newTask .addAttach{
	width: 121px;
	margin:0px 88px;
	text-align: center;
	display: inline-block;
	cursor:pointer;
	text-decoration:underline;
	color:#000;
}
#newTask .listedAttach{
	width: 257px;
	margin:0px 20px;
	text-align: left;
	display: inline-block;
	color:#000;
	overflow:hidden;
	height:45px;
}
#newTask .addAttachContainer{
	display: inline-block;
	color:#FFF;
	width:297px;
	float: left;
}
#newTask .addDescr{
	width: 423px;
	height:150px;
	display:inline-block;
	margin-left: 65px;
}
#newTask .saveBtn{
	padding: 2px 14px;
	margin-left: 65px;
	background-color: #0079bf;
	display: inline-block;
	line-height: 30px;
	height: 30px;
	margin-top: 10px;
	cursor: pointer;
	color: #FFF;
	font-weight: bold;
}
#newTask .saveBtn:hover{
	background-color: #777;
}
#newTask .saveBtn.disabled{
	background-color: #CCC;
	cursor:default;
}
#newTask .saveBtn.disabled:hover{
	background-color: #CCC;
}
#newTask .cancelBtn{
	padding: 2px 14px;
	margin-left: 10px;
	background-color: #666;
	display: inline-block;
	line-height: 30px;
	height: 30px;
	margin-top: 10px;
	cursor: pointer;
	color: #FFF;
	font-weight: bold;
}
#newTask .cancelBtn:hover{
	background-color: #777;
}
.checkBox{
    margin: 5px 15px;
    background-color: #EEE;
    display: inline-block;
    float: left;
    border: 3px solid #666;
    text-align: center;
    font-weight: bold;
    font-size: 22pt;
    font-family: arial;
	color:#666;
	height: 35px;
	width: 35px;
	line-height:35px;
	cursor:pointer;
}
.checkBox:hover{
	background-color:#F6F6F6;
}
.checkBox.checked, .checkBox.unchecked{
	line-height: 34px;
    text-align: center;
    font-weight: bold;
    font-size: 28pt;
    font-family: arial;
}
.checkBox.checked{
	/*background-image:url(http://www.clipartbest.com/cliparts/dT8/5e6/dT85e6aqc.png);*/
	background-size:34px;
	background-repeat:no-repeat;
}
.checkBox.unchecked{
	
}
.newTaskItem{
	height: 45px;
	width: 500px;
	color: #000;
	font-size: 14pt;
	line-height: 45px;
	display: inline-block;
}
.newTaskBox{
    margin: 5px 15px;
    display: inline-block;
    float: left;
    cursor: pointer;
    height: 34px;
    width: 34px;
    color: #424242;
    text-align: center;
    font-weight: bold;
    font-size: 24pt;
    font-family: arial;
    line-height: 30px;
}
#createSpace{
	height:300px;
	width:100%;
	display:inline-block;
}
#footerRow{
	height:250px;
	width:100%;
	background-color:#0079bf;
}
#downloadsContainer{
    width: 830px;
    height: 250px;
	overflow:hidden;
	display: inline-block;
	top:0px;
	left:0px;
	position:relative;
	margin-top:0px;
	padding-top:0px;
	vertical-align: text-top;
}
#downloadsGrey{
	display: inline-block;
    height: 225px;
    background-color: #FFF;
    width: 100%;
    border-radius: 7px;
    padding-top: 7;
    margin-top: -7px;
    background-color: rgb(230,230,230);
}
#downloadsGrey div{
	display: inline-block;
}
.downloadsLine{
	border-bottom: #CCC 2px solid;
	height:30%;
	width: 100%;
}
.downloadItem{
	height: 47px;
    width: 206px;
    border: #CCC solid 2px;
    border-radius: 3px;
    text-align: left;
    display: inline-block;
	float:left;
    margin: 9px 10px;
    background: -webkit-linear-gradient(#EEE, rgb(230,230,230));
    background: -o-linear-gradient(#EEE, rgb(230,230,230));
    background: -moz-linear-gradient(#EEE, rgb(230,230,230));
    background: linear-gradient(#EEE, rgb(230,230,230));
}
.downloadItem:hover{
	background:#F6F6F6;
}
.downloadImg{
	height: 37px;
	line-height:47px;
    width: 36px;
	text-align:center;
    display: inline-block;
	padding:5px 0px;
	float:left;
}
.downloadImg{
	display: inline-block;
    margin: 10px 0px;
}
.downloadTitle{
	width: 152px;
	display: inline-block;
	text-align: left;
	padding: 0px 7px;
	line-height: 47px;
	font-size: 12pt;
	float:left;
	text-decoration:none;
	color:#000;
}
#bottomBase{
	width: 100%;
    /*background-color: #0079bf;*/
	height: 175px;
}
#bottomBaseSquareContainer{
	display:inline-block;
	width: 100%;
	height: 175px;
	overflow:hidden;
}
#bottomBaseSquareInnerContainer{
	display:inline-block;
	width: 110%;
	height: 175px;
}
.taskContextMenu{
	position: fixed;
    height: auto;
    width: 307px;
    background-color: #FFF;
    border: #BABABA 1px solid;
    padding: 2px 0px;
    font-family: arial;
    font-size: 11pt;
    line-height: 28px;
    color: #333;
	min-height:84px;
	box-shadow: 2px 2px 2px #888;
	text-align:left;
	z-index:9001;
}
.contextItem{
	display: block;
	border:0;
	outline:0px;
	padding:0px 25px;
	margin:0px;
	cursor:default;
}
.contextItem:hover{
    background-color: #4281f4;
	color:#FFF;
}
.otherSheetUpper{
	display:inline-block;
	height: -moz-calc(100% - 51px);
	height: -webkit-calc(100% - 51px);
	height: -o-calc(100% - 51px);
	height: calc(100% - 51px);
}
.otherSheetTime{
	color: #000;
	font-weight: bold;
	text-align: center;
	font-size: 16pt;
	display:inline-block;
	height:27px;
}
.otherSheetNo{
	font-size: 24pt;
    font-weight: bold;
    color: #666;
	display:inline-block;
	width:61px;
	vertical-align:middle;
}
#projectsContainer{
	display:inline-block;
	position:relative;
	margin-top:30px;
	height:auto;
	width:100%;
}
.projectTab{
	display: inline-block;
    margin-top: 0px;
    position: relative;
    top: 0px;
    height: 45px;
    width: 61px;
    float: left;
    vertical-align: top;
	border-bottom: #FFF 2px solid;
    border-right: #FFF 2px solid;
    background-color: #0079bf;
    text-align: center;
    border-radius: 0px 0px 7px 7px;
    cursor: pointer;
}
.projectTab:hover{
	background-color: #1089Cf;
}
.projectTitle{
	font-size:10pt;
	overflow: hidden;
}
.projectIdNumber{
	color:#FFF;
	font-size:18pt;
	font-weight: bold;
}
#loggedUser{
	display: inline-block;
	height: 64px;
	width: 64px;
	top: 0px;
	margin-top: 0px;
	border: #FFF 2px solid;
	background-color: #0079bf;
	text-align: center;
	line-height: 64px;
	border-radius: 7px 7px 7px 7px;
	cursor: pointer;
	color: #FFF;
	font-size: 28pt;
	margin: 0px 31px;
}
#loggedUser:hover, #firstUser:hover{
	background-color: #1089Cf;
}
#firstUser{
	padding-top:8px;
	display: inline-block;
	height: 56px;
	width: 64px;
	top: 0px;
	margin-top: 0px;
	border: #FFF 2px solid;
	background-color: #0079bf;
	text-align: center;
	line-height: 24px;
	border-radius: 7px 7px 7px 7px;
	cursor: pointer;
	color: #FFF;
	font-size: 14pt;
	margin: 0px 31px;
}
#usersTrayContainer{
    display: inline-block;
    height: 104px;
    width: 104px;
    margin: 0px 13px;
}
#usersTray{
    display: inline-block;
    height: auto;
    width: 100px;
    border: #FFF 2px solid;
    background-color: #FFF;
    border-radius: 7px 7px 7px 7px;
    color: #FFF;
	z-index: 902;
    position: absolute;
}
.newUser{
	color: #000;
    background-color: #FFF;
    display: inline-block;
    height: 46px;
    width: 46px;
    border-radius: 7px;
    line-height: 46px;
    font-size: 19pt;
    cursor: pointer;
    margin: 2px;
    text-align: center;
	font-weight:bold;
	float:left;
}
.unloggedUser{
	color: #FFF;
    background-color: #666;
    display: inline-block;
    height: 46px;
    width: 46px;
    border-radius: 7px;
    line-height: 46px;
    font-size: 19pt;
    cursor: pointer;
    margin: 2px;
    text-align: center;
	float:left;
}
.newUser:hover, .unloggedUser:hover{
	background-color:#777;
	color: #FFF;
}
#modalBg{
	position:fixed;
	height:100%;
	width:100%;
	display:inline-block;
	background-color:rgba(102, 102, 102, 0.5);
	z-index:907;
	text-align:center;
	margin : 0 auto;
	overflow:hidden;
}
.modalWindow{
	background-color: #FFF;
    width: 500px;
    height: 400px;
    display: inline-block;
    position: relative;
    top: 100px;
    text-align: left;
}
.modalHeader{
    display: inline-block;
    height: 80px;
    line-height: 80px;
    background-color: #0079bf;
    color: #FFF;
    width: 100%;
    font-weight: bold;
}
.modalHeaderText{
	font-size: 24pt;
    display: inline-block;
	margin-left: 60px;
}
.modalBody{
	display: inline-block;
    font-size: 14pt;
    margin: 20px 60px;
}
#modalTable, #modalTable tr, #modalTable tr td{
	font-size: 14pt;
	padding-right: 5px;
}
.modalMessage{
	text-align:left;
}
.modalLabel{
	text-align:right;
}
.modalFooter{
    display: inline-block;
    height: 120px;
    background-color: #EEE;
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.modalFooter div{
    display: inline-block;
	font-size: 14pt;
	height:80px;
	text-align:center;
	color:#FFF;
	height:35px;
	line-height:35px;
	width:auto;
	padding:1px 18px;
	margin-top:10px;
	cursor:pointer;
}
.modalFooter .saveBtn{
	margin-left: 60px;
	background-color:#0079bf;
}
.modalFooter .saveBtn:hover{
	background-color:#1089Cf;
}
.modalFooter .saveBtn.disabled{
	background-color: #CCC;
	cursor:default;
}
.modalFooter .saveBtn.disabled:hover{
	background-color: #CCC;
}
.modalFooter .cancelBtn{
	background-color:#666;
}
.modalFooter .cancelBtn:hover{
	background-color:#777;
}
#newUserModal{
}
#newLinkModal{
}
.flipSquare{
	display:inline-block;
	height:60px;
	width:60px;
	line-height:60px;
	text-align:center;
	font-size:12pt;
	color:#FFF;
	background-color:#0079bf;
	-webkit-transition: background 1s linear;
	-moz-transition: background 1s linear;
	-ms-transition: background 1s linear;
	-o-transition: background 1s linear;
	transition: background 1s linear;
}
.flipDarkSquare{
	display:inline-block;
	height:60px;
	width:60px;
	line-height:60px;
	text-align:center;
	font-size:12pt;
	color:#FFF;
	background-color:rgba(0,0,0,0);
	-webkit-transition: background 1s linear;
	-moz-transition: background 1s linear;
	-ms-transition: background 1s linear;
	-o-transition: background 1s linear;
	transition: background 1s linear;
}

#disabledNewProjectBtn{
	background-color: #CCC;
	cursor:default;
}
#disabledNewProjectBtn:hover{
	background-color: #CCC;
}
#optionsContainer{
	display:inline-block;
	width:368px;
	height:32px;
	padding-left:2px;
    /*background-color: #FFF;*/
	position:absolute;
}
.optionTab{
	display: inline-block;
    margin-top: 0px;
    position: relative;
    top: 0px;
    height: 30px;
    width: 107px;
    float: left;
    vertical-align: top;
	border-bottom: #FFF 2px solid;
    border-right: #FFF 2px solid;
    background-color: #084155;
    text-align: center;
	color:#FFF;
    border-radius: 0px 0px 7px 7px;
    cursor: pointer;
	line-height: 26px;
}
.optionTab:hover{
    background-color: #195266;
}
.importBtn{
	padding: 2px 14px;
	margin-left: 65px;
	background-color: #0079bf;
	display: inline-block;
	line-height: 30px;
	height: 30px;
	margin-top: 10px;
	cursor: pointer;
	color: #FFF;
	font-weight: bold;
	width:115px;
	text-align:center;
}
.importBtn:hover{
	background-color: #777;
}
.importBtn.disabled{
	background-color: #CCC;
	cursor:default;
}
.importBtn.disabled:hover{
	background-color: #CCC;
}
.csvImportContainer{
	display:inline-block;
	background-color:#FFF;
	height: 54px;
	width: 100%;
	border-bottom: #EEE 2px solid;
}
.csvSavedContainer{
	display:inline-block;
	background-color:#EEE;
	height: 54px;
	width: 100%;
	border-bottom: #EEE 2px solid;
}
.csvTitle{
	display:inline-block;
	text-decoration:underline;
	cursor:pointer;
	margin-left:10px;
}
.csvDeleteBtn{
	display: inline-block;
	height: 54px;
	width: 59px;
	line-height: 46px;
	text-align: center;
	font-weight: bold;
	font-family: arial;
	background-color: #EFEFEF;
	border-left: #EFEFEF 1px solid;
	color: #DDD;
	font-size: 33pt;
	cursor: pointer;
	float: right;
}
.csvDeleteBtn:hover{
	color:#666;
	border-left: #CCC 1px solid;
}
.excelSheetContainer{
	display:inline-block;
	position:absolute;
	height: 658px;
	width:1008px;
	left:196px;
	top: 187px;
	background-color: #FFF;
}
#excelSheet0{
	height: 658px;
	width:1008px;
}
#excelSheet1{
	width:1008px;
}
#excelSheet0, #excelSheet0 tr, #excelSheet0 td,
#excelSheet1, #excelSheet1 tr, #excelSheet1 td{
	border: 1px solid #d4d4d4!important;
	font-size: 10pt;
	text-align: left;
}
#excelSheet0, #excelSheet0 tr,
#excelSheet1, #excelSheet1 tr{
	background-color: #FFF;
}
#excelSheet0 tr:nth-child(2) td{
	font-weight:bold;
}
#excelSheet1 tr:nth-child(1) td{
	font-weight:bold;
}
#excelSheet0 tr td:nth-child(1){
	width: 120px;
	font-weight:bold;
	text-align: center;
}
#excelSheet1 tr td:nth-child(1){
	width: 172px;
	text-align: center;
}
#excelSheet0 tr td:nth-child(2){
	width: 50px;
	text-align: center;
	font-weight:bold;
}
#excelSheet0 tr:nth-child(4n-1), #excelSheet0 tr:nth-child(4n){
	background-color: #EEE;
}
#excelSheet0 tr td.schedCellHasContent:hover{
	outline: solid 2px #217346!important;
	background-color:#c7dcd1!important;
	display:inline-block;
	position:relative;
	line-height:inherit;
	text-align:auto;
	cursor:pointer;
}
#excelSheet0 tr td.schedCellHasContent:nth-child(1):hover,
#excelSheet0 tr td.schedCellHasContent:nth-child(2):hover,
#excelSheet0 tr:nth-child(1) td.schedCellHasContent:hover,
#excelSheet0 tr:nth-child(2) td.schedCellHasContent:hover{
	outline: solid 1px #d4d4d4!important;
	background-color:transparent!important;
	cursor:inherit;
}
#excelSheet1 td{
	line-height:30px;
	height:30px;
}
#excelSheet1 tr.canvasRowHasContent:hover{
	outline: 2px solid #217346!important;
	background-color:#c7dcd1!important;
	position:relative;
	line-height:inherit;
	text-align:auto;
	cursor:pointer;
	display:table-row;
}
#excelSheet1 tr:nth-child(1).canvasRowHasContent:hover{
	outline: 0px solid #d4d4d4!important;
	background-color:transparent!important;
	cursor:inherit;
}
.footerCenter{
	vertical-align:top;
}
.csvBtnsContainer{
	text-align:center;
	vertical-align:top;
	display: inline-block;
	width: 100%;
	height: 60px;
	margin: 0px;
	padding: 0px;
	top: 0px;
	position: relative;
	background-color: rgb(230,230,230);
}
.csvPrev{
	float:left;
}
.csvNext{
	float:right;
}
.csvPageBtn{
	padding: 2px 14px;
	background-color: #0079bf;
	display: inline-block;
	line-height: 30px;
	height: 30px;
	margin-top: 10px;
	cursor: pointer;
	color: #FFF;
	font-weight: bold;
}
.csvPageBtn:hover{
	background-color: #777;
}
.csvPageBtn.disabled{
	background-color: #CCC;
	cursor:default;
}
.csvPageBtn.disabled:hover{
	background-color: #CCC;
}
.csvCancelBtn{
	background-color: #666;
	margin-left:10px;
}
.csvCancelBtn:hover{
	background-color: #777;
}