*{
	border: 0px;
	outline: 0px;
	margin: 0px;
}

body{
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size:9pt;
	color:#000000;
}

.menuMain{
	height:100%;
	width:200px;
	position:fixed;
	top:28px;
	left:0px;
	
	/*background-color:#C0C0C0;*/
	
	z-index:100;

}

.menuInset{
	padding:9px;
}

.titleText{
	color:white;
	font-family:"Arial Black";
	font-size:medium;	
	margin-left:0px;
	position:relative;
	float:left;
}

.TTtitleInfo {
	font-size: large;
	font-family: Arial, Helvetica, sans-serif;
}




.titleBar{
	width:100%;
	height:24px;
	padding-top:4px;
	
	background-color:#333333;
	
	color:#DDDDDD;
	font-size:9pt;

}

.titleBar a{
	color:#DDDDDD;
	font-size:9pt;
}

.titleBarTitle {
	font-size:12pt;
}
.titleBarTitle2 {
	color: #AAAAAA;
}
.titleBarIcon {
	vertical-align: top;
}

.subTitleBar{
	width:100%;
	height:24px;
	padding-top:4px;
	padding-left:12px;
	
	background-color:#DDDDDD;
	
	color:black;
	font-size:9pt;
}

.subTitleBar a{
	color:#DDDDDD;
	font-size:9pt;
}

.subTitleBarTitle {
	font-size:12pt;
}
.subTitleBarTitle2 {
	color: #AAAAAA;
}
.subTitleBarIcon {
	vertical-align: top;
}

.subTitleBarOrg{
	width:100%;
	height:24px;
	padding-top:4px;
	padding-left:12px;
	
	background-color:#CC3300;
	
	color:white;
	font-size:9pt;
}

.subTitleBarOrg a,.subTitleBarOrg a:hover,.subTitleBarOrg a:link,.subTitleBarOrg a:active,.subTitleBarOrg a:visited{
	
	color:white;
	font-size:9pt;
}

.subTitleBarTitleOrg {
	font-size:12pt;
}

.subTitleBarIconOrg {
	vertical-align: top;
}



.roundedBtn{
	border-radius: 15px;
	height: 24px;
	padding-left:16px;
	padding-right:16px;
	vertical-align:middle;
	background-color:#666666;
	color:#FFF;
	padding-bottom:2px;
	font-size:0.9em;
}

.squareBtn{
	height: 24px;
	padding-left:16px;
	padding-right:16px;
	vertical-align:middle;
	color:#FFF;
	padding-bottom:2px;
	font-size:0.9em;
}



.fullPageCentered{
	width:100%;
	text-align:center;
}

.tt_pageCol{
	width:1200px;
	text-align:left;
	margin:auto;
	float:none;
}

.loginBox{
	margin:auto;
	margin-top:64px;
	width:400px;
    border-radius: 16px;
}

.loginButton{

    border-radius: 16px;
}

.loginTitle{
	border-top-right-radius: 9px;
	border-top-left-radius: 9px;
}


.formBox{
	margin:auto;
	margin-top:64px;
}

.formTitles{
	color:white;
	font-weight:bold;
	font-size:medium;
	background-color:#333333;
	width:100%;
	padding-top:4px;
	padding-bottom:4px;
	text-align:center;
}

.formBodyBox{
	text-align:center;
	color:white;
}

.formBodyBox p{
	
	margin:24px;
}

.formBtn{
	color:black;
	background-color:#DDDDDD;
	border:thin;
	border-color:black;
	border-style:solid;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:16px;
	padding-right:16px;
	margin-right:4px;
	text-decoration:none;
	font-weight:bold;
	
}



.lineOne, .lineTwo{
	background-color:#F2F1EC;
	text-align:right;
	padding:3px;
	width:448px;
}

.lineTwo{
	background-color:#E0EDEA;
}




.attrBox{
	height:100%;
	width:1024px;
	position:fixed;
	top:28px;
	left:1920px;
	
	border-left:solid;
	border-left-width:0px;
	border-left-color:#BBBBBB;
	
	background-color:rgba(50, 50, 50, .75);
	z-index:50;
}



.workArea{
	width:100%;
	height:100%;
	position:fixed;
	top:28px;
	left:0px;
	
	background-color:gray;
	
	z-index:1;
}




.liksCol{
	text-align:left;
	width:28%;
	padding:24px;
	float:right;
}


.dropSpacer{
	width:100%;
	height:6px;
}


.taskCol{
	width:25%;
	float:left;
}

.taskColTitle{
	color:white;
	font-weight:bold;
	font-size:x-small;
	background-color:#444444;
	width:100%;
	padding-top:2px;
	padding-bottom:2px;
	text-align:center;
}

.taskColTitleNorth{
	color:white;
	font-weight:bold;
	font-size:x-small;
	background-color:#005588;
	width:100%;
	padding-top:2px;
	padding-bottom:2px;
	text-align:center;
}

.taskColTitleSouth{
	color:white;
	font-weight:bold;
	font-size:x-small;
	background-color:#BB6600;
	width:100%;
	padding-top:2px;
	padding-bottom:2px;
	text-align:center;
}

.newFlag{
	position:relative;
	left:-6px;
	top:0px;
	z-index:2;
	float:left;
	margin-right:-10px;
	
}

.taskCell{
	width:97%;
	background-color:white;
	border-style:solid;
	border-width:2px;
	border-left-width:2px;
	border-right-width:8px;
	margin-right:1%;
	height:auto;
	float:none;
	border-radius: 15px;
	word-break:break-all;

	
}

.taskMenu{
	float:left;
	margin-right:8px;
	padding-right:5px;
	padding-left:0px;
	padding-top:5px;
	
	border-radius: 12px;
	vertical-align:middle;
	text-align:left;
}

.taskBody{
	padding-left:14px;
	padding-bottom:0px;
	min-height:45px;
	word-break:break-all;
}

.taskTitle{
	font-size:9pt;
	font-weight:bold;
	word-break:break-all;
	line-height:30px;
}

.taskQuickLinks{
	float:right;
	padding-top:2px;
	text-align:right;
}

.taskTitle a, a:hover, a:active, a:link, a:visited{
	color: black;
}


.taskDetails{
	padding-left:4px;
	font-size:9pt;
	margin-left:16px;
	min-height:22px;
	word-break:break-all;
}

.taskDetails p{
	margin-bottom:12px;
}

.taskDetails br{
	margin-bottom:12px;
}


.taskBaseSpacer{
	width:100%;
	height:250px;
}


.scriptArea{
	width:100%;
	height:50px;
	position:fixed;
	top:28px;
	left:10px;
	background-color:white;
	z-index:1;

}

.scriptFrame{
	float: left;
	border-color:black;
	border:1px;
	border-style:solid;
	padding-left:6px;
	padding-right:6px;
}

.formLabelcontainer{
	width:120px;
	text-align:left;
	position:relative;
	float:left;
	color:white;
	font-weight:bold;

}

.QL_SeeNotes{
	background-image: url('../taskStack/QuickLinks/SeeNotes_QL.png');
	margin-right:1px;
	height:137px;
	float:left;
	width:27px;
}

.QL_SFA{
	background-image: url('../taskStack/QuickLinks/SFA.png');
	margin-right:1px;
	height:137px;
	float:left;
	width:27px;
}


.QL_ApprPrint{
	background-image: url('../taskStack/QuickLinks/ApprPrint_QL.png');
	margin-right:1px;
	height:137px;
	float:left;
	width:27px;


}

.QL_ApprBroad{
	background-image: url('../taskStack/QuickLinks/ApprBroad_QL.png');
	margin-right:1px;
	height:137px;
	float:left;
	width:27px;


}

.QL_RUSH{
	background-image: url('../taskStack/QuickLinks/RUSH_QL.png');
	margin-right:1px;
	height:137px;
	float:left;
	width:27px;


}


.QL_Invoice{
	background-image: url('../taskStack/QuickLinks/Invoice_QL.png');
	margin-right:1px;
	height:137px;
	float:left;
	width:27px;


}

.QL_RecAudio{
	background-image: url('../taskStack/QuickLinks/RecAudio_QL.png');
	margin-right:1px;
	height:137px;
	float:left;
	width:27px;


}

.QL_ProxAudio{
	background-image: url('../taskStack/QuickLinks/RecProxy_QL.png');
	margin-right:1px;
	height:137px;
	float:left;
	width:27px;


}

.QL_RevMats{
	background-image: url('../taskStack/QuickLinks/ReviewMaterials_QL.png');
	margin-right:1px;
	height:137px;
	float:left;
	width:27px;


}

.QL_WTMsamp{
	background-image: url('../taskStack/QuickLinks/WTMsamp_QL.png');
	margin-right:1px;
	height:137px;
	float:left;
	width:27px;
}

.QL_Monday{
	background-image: url('../taskStack/QuickLinks/Monday.png');
	margin-right:1px;
	height:137px;
	float:left;
	width:27px;
}

.QL_Tuesday{
	background-image: url('../taskStack/QuickLinks/Tuesday.png');
	margin-right:1px;
	height:137px;
	float:left;
	width:27px;
}

.QL_Wednesday{
	background-image: url('../taskStack/QuickLinks/Wednesday.png');
	margin-right:1px;
	height:137px;
	float:left;
	width:27px;
}

.QL_Thursday{
	background-image: url('../taskStack/QuickLinks/Thursday.png');
	margin-right:1px;
	height:137px;
	float:left;
	width:27px;
}

.QL_Friday{
	background-image: url('../taskStack/QuickLinks/Friday.png');
	margin-right:1px;
	height:137px;
	float:left;
	width:27px;
}

.QL_Horizon{
	background-image: url('../taskStack/QuickLinks/Horizon.png');
	margin-right:1px;
	height:137px;
	float:left;
	width:27px;
}


.batchForm{
	position:absolute;
	float:left;
	width:600px;
	margin-left:24px;
	margin-top:32px;
	left: 33%;
	top:0px;
	padding:25px;
	background-color:#d4d0c8;
	z-index:100;
	border-radius:32px;
	border-style:solid;
	border-color:grey;
	border-width:1px;
}

.batchButton{
	background-image: url('../images/taskIcons/HandIcon.png');
	
	margin-top:16px;
	height:20px;
	width:16px;
	float:left;
	
}

.targetButton{
	background-image: url('http://www.wtpt14.com/images/taskIcons/TaskTargetBlack.png');
	margin-left:6px;
	margin-top:2px;
	height:18px;
	width:16px;
	float:left;
	
}

.targetButtonTop{
	background-image: url('http://www.wtpt14.com/images/taskIcons/TaskTargetTop.png');
	margin-left:6px;
	margin-top:0px;
	height:18px;
	width:16px;
	float:right;
	margin-right:6px;
	position:relative;
	top:-12px;
}



