/* ===== Primary PP Projects' Styles ============================================================ */

/*
====================================================================================================
Reset & Defaults
====================================================================================================
*/
*,html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	color: inherit;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) {
	display: none;
}
html {
	font-size: 100%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.2em;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: subpixel-antialiased;
}

/*
====================================================================================================
Layout & Positioning
====================================================================================================
*/
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clearFix {
	clear: both;
}
.invis {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}
.wrapper {
	width: 1220px;
	margin: 0 auto;
	position: relative;
}
.sepLine {
	width: 100%;
	margin: 2.5% 0;
	border-top: 3px solid #e6e6e6;
}
.mainContent {
	margin: 100px auto 80px auto;
}
.halfColumnLeft {
	width: 49%;
	float: left;
	margin: 0;
	position: relative;
}
.halfColumnRight {
	width: 49%;
	float: right;
	margin: 0;
	position: relative;
}
.twoThirdsColumnLeft {
	float: left;
	width: 65%;
	position: relative;
}
.twoThirdsColumnRight {
	float: right;
	width: 65%;
	position: relative;
}
.oneThirdColumnRight {
	float: right;
	width: 32%;
	position: relative;
}
.oneThirdColumnLeft {
	float: left;
	width: 32%;
	position: relative;
}
body.loginSection {
	background-color: #f6f6f6;
}
#loginPanel {
	width: 500px;
	background-color: #fff;
	padding: 30px 0;
	margin: 100px auto 30px auto;
	position: relative;
	border: 1px solid #d4d4d4;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
}
#loginBranding {
	width: 180px;
	float: left;
}
.mainNavBar {
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #de6000;
	background-color: #ff7b0d;
	position: fixed;
	top: 0px;
	z-index: 5000;
}
.todaysTimeslipsContainer {
	position: absolute;
	top: -22px;
	right: 0px;
	background-color: #e6e6e6;
	padding: 10px 26px 13px 26px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	cursor: default;
}
#projectStar {
	position: absolute;
	top: 3px;
	left: 0;
}
#allTimeslipsContainer {
	display: none;
}
.dataItem {
	clear: both;
	margin: 0;
	padding: 1px 0 1px 0;
	border-top: 1px solid #e6e6e6;
}
.dataItem:last-of-type {
	border-bottom: 1px solid #e6e6e6;
}
.projectNote:first-of-type {
	margin-top: 2.0em;
}
.projectNote:last-of-type {
	margin-bottom: 2.0em;
}
.noteMeta {
	width: 19%;
	float: left;
}
.noteInfo {
	width: 73%;
	padding: 0 0 3.25em 7%;
	border-left: 2px solid #f5f5f5;
	float: right;
	position: relative;
}
.projectNote:last-of-type .noteInfo {
	padding-bottom: 1.0em;
}
.reminderRowIcons {
	float: right;
	margin: 1px 0 -6px 0;
}
.linkedContactsSearchOptions {
	background-color: #f9f9f9;
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 1.5% 3%;
	margin: 2.0em 0;
}

/*
====================================================================================================
Typography
====================================================================================================
*/
.centered {
	text-align: center;
}
strong {
	: 600;
}
hr {
	border: 0;
	height: 1px;
	background-color: #ddd;
	margin: 1.0em 0;
}
h1 {
	font-size: 28px;
	line-height: 1.2em;
	letter-spacing: -0.020em;
}
h1 span {
	color: #aaa;
	font-weight: 400;
	margin-left: 5px;
}
h1.mainPageTitle {
	margin: 0 30% 1.0em 35px;
	text-transform: capitalize;
}
h1.sectionTitle {
	text-transform: none;
}
.titleRow h1 {
	float: left;
	font-size: 18px;
	line-height: 1.0em;
	text-shadow: 0px 1px 0px #fff;
	color: #333;
}
.titleRow h1.titleRowItemCount {
	float: right;
}
h2 {
	font-size: 23px;
	line-height: 1.2em;
	letter-spacing: -0.020em;
	margin: 0 0 1.2em 0;
}
h3.fileAttachmentCategoryTitle {
	color: #333;
	font-size: 16px;
	line-height: 1.1em;
	margin: 0 0 1.0em 0;
}
h4 {
	font-size: 15px;
	line-height: 1.1em;
	color: #353535;
	margin: 0;
}
.itemRow h4 {
	margin: 0;
}
h4 span.dashboardNotificationDate,
h4 span.todoAssignedDate,
h4 span.timeslipDate {
	letter-spacing: normal;
	display: block;
	color: #999;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 4px;
	text-shadow: 0px 1px 0px #ffffff;
}
h4 span.notificationAssignedTo {
	font-weight: 600;
}
#showHideTimeslips h4,
#emailTimeslips h4,
#showHideFinishedTasks h4 {
	color: #2777ba;
	text-shadow: 0px 1px 0px #ffffff;
}
#showHideTimeslips:hover h4,
#emailTimeslips:hover h4,
#showHideFinishedTasks:hover h4 {
	color: #005c99;
}
.userProjectTimeTotal h4 {
	color: #999;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0 0 0 2px;
	padding: 13px 0 3px 0;
	line-height: 1.0em;
}
.projectTimeTotal h4 {
	color: #666;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0 0 0 2px;
	padding: 13px 0 3px 0;
	line-height: 1.0em;
	text-align: right;
}
span.taskAssignedDate {
	font-size: 12px;
	color: #999;
	font-weight: 400;
}
p {
	font-size: 13px;
	color: #666;
	margin: 0.6em 0 0.6em 0;
	line-height: 1.3em;
}
.itemRow p {
	margin: 0.15em 0 0.4em 0;
}
p.iForgetPassword {
	text-align: center;
	font-size: 11px;
}
p.projectObjective,
p.noItems {
	font-size: 19px;
	font-weight: 400;
	margin: 0 0 40px 35px; 
}
.projectNotesContainer,
.projectNotesContainer p {
	font-size: 13px;
	color: #666;
	line-height: 1.4em;
	margin: 0.7em 0;
}
.userProjectTimeTotal p {
	color: #666;
	font-size: 25px;
	font-weight: 400;
	letter-spacing: -0.05em;
	margin: 0;
	padding: 0 0 15px 0;
	line-height: 1.0em;
}
.oneThirdColumnRight p {
	font-size: 14px;
}
.projectTimeTotal p {
	color: #333;
	font-size: 25px;
	font-weight: 600;
	letter-spacing: -0.03em;
	margin: 0;
	padding: 0 0 15px 0;
	line-height: 1.0em;
	text-align: right;
}
.userProjectTimeTotal p span,
.projectTimeTotal p span {
	color: #999;
	font-size: 17px;
	letter-spacing: normal;
	font-weight: 400;
}
.todaysTimeslipsContainer p {
	color: #777;
	font-size: 11px;
	text-shadow: 0px 1px 0px #fff;
	text-align: right;
	margin: 0;
	letter-spacing: 0.025em;
}
.todaysTimeslipsContainer p span {
	display:block;
	color: #444;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: -0.025em;
	text-align: right;
}
.supportCompanyRole {
	padding-left: 5px;
	font-weight: 400;
}
.projectDetailsMetaData {
	font-weight: 400;
}
p.projectDetailsMetaDataFinePrint {
	font-weight: 400;
	color: #999;
	font-size: 13px;
}
.projectDetailsMetaData span {
	font-weight: 600;
}
p.attachmentName {
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	text-shadow: 0px 1px 0px #ffffff;
	line-height: 1.3em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e6e6e6;
	padding: 5px 10px 7px 10px;
	margin: 0;
	color: #222;
}
p.attachmentName span {
	color: #777;
}
p.linkedContactName {
	font-weight: 600;
}
p.linkedContactName span {
	display: block;
	font-weight: 400;
	font-size: 12px;
	color: #999;
}
p.quickLinks {
	font-size: 14px;
	font-weight: 400;
	margin: -5px 0 15px 35px;
	color: #aaa;
}
p.relatedProjects {
	font-weight: 400;
	display: inline-block;
	line-height: 1.1em;
	font-size: 13px;
	margin-bottom: 0.1em;
	color: #999;
}
p.legend-yAxis {
	position: absolute;
	bottom: 90px;
	left: 0px;
	-webkit-transform: rotate(-90deg);
	color: #999;
	font-weight: 600;
	font-size: 13px;
}
.dataItemTitle {
	font-weight: 400;
	color: #666;
	font-size: 15px;
	background-color: #f9f9f9;
	padding: 9px 2%;
	float: left;
	text-align: right;
	width: 12%;
	line-height: 1.4em;
	text-shadow: 0px 1px 0px #ffffff;
}
.dataItemValue {
	font-weight: 600;
	color: #666;
	font-size: 15px;
	padding: 9px 0;
	float: right;
	width: 82%;
	line-height: 1.4em;
}
.dataItemValue2 {
	font-weight: 400;
	color: #666;
	font-size: 14px;
	padding: 9px 0;
	float: right;
	width: 82%;
	line-height: 1.4em;
}
.reminderDataItemTitle {
	font-weight: 600;
	color: #666;
	font-size: 15px;
	background-color: #f9f9f9;
	padding: 9px 2%;
	float: left;
	text-align: right;
	width: 16%;
	line-height: 1.4em;
	text-shadow: 0px 1px 0px #ffffff;
}
.reminderDataItemValue {
	font-weight: 400;
	color: #666;
	font-size: 15px;
	padding: 9px 0;
	float: right;
	width: 79%;
	line-height: 1.4em;
}
.basicIcons {
    font-family: 'Pictos Custom';
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    margin: 0;
    padding: 0;
    display: inline;
    color: inherit;
}
.small {
	font-size: 0.8em;
	font-weight: normal;
	color: inherit;
}
.iconColorGreen {
	color: green;
	font-size: 17px;
}
.iconColorOrange {
	color: orange;
	font-size: 17px;
}
.iconColorRed {
	color: red;
	font-size: 17px;
}
.iconColorGray {
	color: gray;
	font-size: 17px;
}
span.reminderIcons {
	display: block;
	color: #999;
	font-size: 17px;
	line-height: 1.1em;
	margin-top: -0.2em;
	margin-bottom: -0.2em;
}
.projectStamp {
	font-family: impact, sans-serif;
	font-size: 48px;
	letter-spacing: 0.025em;
	font-weight: 600;
	position: absolute;
	top: 80px;
	left: 270px;
	z-index: 1500;
	border-radius: 15px;
	padding: 15px 20px;
	transform: rotate(-21deg);
	-webkit-transform: rotate(-21deg);
	-o-transform: rotate(-21deg);
	-moz-transform: rotate(-21deg);
}
.completedStamp {
	color: rgba(37,112,175,0.8);
	border: 5px solid rgba(37,112,175,0.8);
}
.cancelledStamp {
	color: rgba(255,0,0,0.70);
	border: 5px solid rgba(255,0,0,0.65);
}
.inactiveStamp {
	color: rgba(255,0,0,0.70);
	border: 5px solid rgba(255,0,0,0.65);
}
p.projectNoteCreatedBy {
	color: #999;
	font-weight: 600;
}
p.projectNoteCreatedOn {
	color: #999;
	font-size: 11px;
	font-weight: 400;
}
p.editNote {
	margin: 0.6em 0 0 0;
	font-size: 11px;
	opacity: 0;
	transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
}
.noteMeta:hover p.editNote {
	opacity: 1.0;
}
.timeslipCategoryBadge {
	display: inline-block;
	width: 92px;
	text-align: center;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	padding: 3px 0;
	border-radius: 3px;
	text-shadow: none;
	margin-right: 0.5em;
}
.standardTimeslipBadge {
	background-color: #4fc39d;
}
.additionalTimeslipBadge {
	background-color: #de747f;
}
.nonbillableTimeslipBadge {
	background-color: #b3b3b3;
}
.timeslipTotalLabel {
	display: inline-block;
	width: 170px;
}

/*
====================================================================================================
Error, Confirmation, Warning Messages
====================================================================================================
*/
#loginForm p {
	color: red;
	font-size: 12px;
	margin: -10px 0 20px 0;
	font-weight: bold;
}
div.loginErrorMsg {
	color: red;
	font-size: 12px;
	margin: -10px 0 10px 0;
	padding:0;
	font-weight: bold;
}
.flashdataMessage {
	display: none;
	width: 60%;
	margin:0;
	text-align:center;
	padding: 10px 0;
	line-height: 1.1em;
	position:absolute;
	z-index: 1000;
	top: -45px;
	left: 20%;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	background-color: #e5e5e5;
	color: #2777ba;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.8);
	font-size: 12px;
	font-weight: bold;
}
.errorMessage {
	background-color: red;
	padding: 0 50px;
}
.errorMessage p {
	text-align: center;
	color: #fff;
	text-shadow: 0 -1px 0px #cb0000;
}


/*
====================================================================================================
Lists
====================================================================================================
*/
.projectNotesContainer ol,
.projectNotesContainer ul {
	font-size: 13px;
	color: #666;
	margin: 0.8em 2.0em;	 
}
.projectNotesContainer ol li,
.projectNotesContainer ul li {
	line-height: 1.2em;
	margin: 0.3em 0;
}
.noteInfo ul,
.noteInfo ol {
	margin: 0 0 1.2em 1.0em;
	list-style: disc;
}
.noteInfo li {
	font-size: 13px;
	color: #666;
	line-height: 1.2em;
	margin: 0.0em;
}
.dropdownMenu {
	list-style: none;
	background-color: #fff;
	-webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ccc;
    margin: 0;
    padding: 0 0 8px 0;
    position: absolute;
    top: -2px;
    right: -35px;
    z-index: 1000;
    -webkit-box-shadow:  0px 2px 3px 0px rgba(0, 0, 0, 0.15);
    box-shadow:  0px 2px 3px 0px rgba(0, 0, 0, 0.15);
    display: none;
}
.addNewItemDropdownMenu {
	list-style: none;
	background-color: #fff;
	-webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ccc;
    margin: 0;
    padding: 0 0 8px 0;
    position: absolute;
    top: -5px;
    right: 5px;
    z-index: 1100;
    -webkit-box-shadow:  0px 2px 3px 0px rgba(0, 0, 0, 0.15);
    box-shadow:  0px 2px 3px 0px rgba(0, 0, 0, 0.15);
    display: none;
}
#dashboard .addNewItemDropdownMenu {
	right: 125px;
}
.dropdownMenu li,
.addNewItemDropdownMenu li {
	font-size: 13px;
	padding: 1px 2px;
}
li.optionsTitle {
	background-color: #e6e6e6;
	padding: 8px 15px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
	color: #444;
	text-shadow: 0px 1px 0px #ffffff;
	cursor: default;
}
ul.linkedProjectList {
	list-style: none;
}
ul.linkedProjectList li {
	font-size: 14px;
	padding: 8px 12px 6px 12px;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #fff;
}
ul.linkedProjectList li:first-of-type {
	border-top: none;
}
ul.linkedProjectList li:last-of-type {
	border-bottom: none;
}
ul.linkedContactsList {
	list-style: none;
	margin-bottom: 15px;
}
ul.linkedContactsList li  {
	color: #222;
	font-size: 14px;
	padding: 9px 12px 9px 12px;
	border-bottom: 1px solid #e9e9e9;
}
li.linkedContactItem {
	display: none;
}
.noteInfo ul {
	
}
.noteInfo li {
	
}


/*
====================================================================================================
Data Panels
====================================================================================================
*/
.metaPanel {
	background-color: #f9f9f9;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	height: 200px;
	-webkit-box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}
.dataPanel {
	margin: 0 0 30px 0;
}
.graphPanel {
	border: 1px solid #e6e6e6;
	border-radius: 6px;
}
.canvasContainer {
	position: relative;
	height: 200px;
	margin: 0.5em 1.5em 1.5em 2.0em;
}
.weeklyTimeslipsGraphPanel .canvasContainer {
	height: 160px;
	margin-bottom: 0.7em;
}
.titleRow {
	background-color: #e6e6e6;
	-webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    border: 1px solid #e6e6e6;
    padding: 10px 50px 10px 30px;
}
.itemRow {
	display: block;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	border-top: none;
	margin: 0;
	padding: 8px 50px;
	position: relative;
}
.itemRow:last-of-type {
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}
.starredNonUserRow {
	border-bottom: 1px dashed #e4e4e4;
	background-color: #f9f9f9;
}
.lastStarredProjectSepLine {
	width: 100%;
	height: 0px;
	border-top: 3px solid #e6e6e6;
}
.userTimeslipTotals {
	padding: 0 50px;
}
.itemRowContent {
	float: left;
	width: 79%;
}
.itemRowProjectContent {
	float: left;
	width: 50%;
}
.itemRowContentDim {
	opacity: 0.4;
}
.itemRowAction {
	position: absolute;
	right: 47px;
	top:40%;
	width: 18%;
	text-align: right;
}
.itemRowStage {
	position: absolute;
	right: 47px;
	top:40%;
	width: 47%;
	text-align: right;
}
#showHideTimeslips,
#emailTimeslips,
#showHideFinishedTasks {
	cursor: pointer;
	background-color: #f9f9f9;
}
.userProjectTimeTotal {
	float: left;
	padding-right: 25px;
}
.userProjectTimeTotalLast {
	padding-right: 0;
}
.projectTimeTotal {
	float: right;
	padding-left: 35px;
	border-left: 1px solid #e6e6e6;
}
.projectNotesContainer {
	margin: 10px 0 15px 0;
}
.fileAttachment {
	padding: 0;
	width: 160px;
	background-color: #f8f8f8;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #e6e6e6;
	overflow: hidden;
    text-align: center;
    float: left;
    margin: 0px 5px 10px 5px;
}
.fileAttachmentImageIcon {
	display: table-cell;
	width: 140px;
	height: 150px;
	text-align: center;
	vertical-align: middle;
	padding: 0 10px 0 10px;
	border-bottom: 1px solid #e6e6e6;
}
.fileAttachmentDocumentIcon {
	font-size: 64px;
	line-height: 1.0em;
}
#fileUploadFormContainer,
#internalFileUploadFormContainer {
	display: none;
	background-color: #f9f9f9;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #e6e6e6;
	padding: 10px 20px;
	margin-bottom: 20px;
}
.linkedContactProjectCompanyName {
	display: block;
	font-size: 12px;
	color: #999;
	font-weight: 400;
	letter-spacing: 0.02em;
	margin-bottom: 0.2em;
}
.itemRowReport {
	font-size: 13px;
	color: #666;
	line-height: 1.3em;
	padding: 9px 50px 9px 30px;
}
.itemRowReport span {
	display: inline-block;
	box-sizing: border-box;
}
.itemRowTimeslipDate {
	width: 95px;
}
.itemRowTimeslipProject {
	width: 275px;
	font-weight: 600;
	padding: 0.1em 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.itemRowTimeslipDescription {
	width: 685px;
	padding: 0.1em 1.0em 0.1em 1.2em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.itemRowTimeslipTime {
	width: 70px;
	text-align: right;
	font-weight: 600;
}



/*
====================================================================================================
TABLES
====================================================================================================
*/
.fileAttachmentsTable {
	width: 105%;
	margin: 0 0 1.8em -2.5%;
	text-shadow: 0 1px 0 rgba(255,255,255,0.9);
}
.fileAttachmentsTable tr {
	background-color: #f5f5f5;
	display: block;
	width: 100%;
	line-height: 1.6em;
	padding: 0.3em 0;
	margin: 0 0 1px 0;
	vertical-align: middle;
}
.fileAttachmentsTable tr:nth-child(even) {
	background-color: #fbfbfb;
}
.fileAttachmentsTable tr:first-of-type {
	border-radius: 4px 4px 0 0;
}
.fileAttachmentsTable tr:last-of-type {
	border-radius: 0 0 4px 4px;
}
.fileAttachmentsTable tr:only-child {
	border-radius: 4px;
}
.fileAttachmentsTable tr:hover {
	background-color: #e6e6e6;
	cursor: default;
}
.fileAttachmentsTable td.fileDescription {
	display: inline-block;
	width: 33%;
	padding: 0 1% 0 2%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 13px;
	line-height: 1.4em;
	font-weight: 700;
	color: #2777ba;
}
.fileAttachmentsTable td.fileAttachmentDate {
	display: inline-block;
	width: 19%;
	padding: 0 1%;
	font-size: 12px;
	font-weight: 400;
	color: #666;
}
.fileAttachmentsTable td.fileAttachedBy {
	display: inline-block;
	width: 8%;
	padding: 0 1%;
	font-size: 12px;
	font-weight: 400;
	color: #666;
}
.fileAttachmentsTable td.fileType {
	display: inline-block;
	width: 5%;
	padding: 0 1%;
	font-size: 12px;
	font-weight: 700;
	color: #666;
}
.fileAttachmentsTable td.fileSize {
	display: inline-block;
	width: 8%;
	padding: 0 1%;
	font-size: 12px;
	font-weight: 400;
	color: #666;
}
.fileAttachmentsTable td.fileInteractionBtnEdit,
.fileAttachmentsTable td.fileInteractionBtnDownload,
.fileAttachmentsTable td.fileInteractionBtnDelete {
	display: inline-block;
	width: 2%;
	padding: 0 0.75%;
	text-align: center;
}
.fileAttachmentsTable td.fileInteractionBtnEdit {
	width: 1.5%;
}



/*
====================================================================================================
Forms
====================================================================================================
*/
fieldset {
	background-color: #f9f9f9;
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 1% 3%;
	margin: 0 0 3% 0;
}
fieldset.formButtons {
	border:none;
	background-color: transparent;
	padding: 0 3%;
	margin: -1.5% 0 0 0;
}
fieldset.formButtonsTop {
	border:none;
	background-color: transparent;
	padding: 0;
	margin: 0;
	width: 300px;
	position: absolute;
	right: 3%;
	top: 0px;
}
fieldset p {
	font-size: 14px;
	margin: 15px 0;
	font-weight: 400;
}
legend {
	font-weight: bold;
	color: #777;
	font-size: 18px;
}
input[type="submit"] {
	-webkit-appearance: none;
}
#loginForm {
	width: 220px;
	float: right;
	margin: 0 50px 0 0;
	padding: 5px 0 5px 30px;
	border-left: 1px solid #ddd;
}
#loginForm fieldset {
	border: none;
	background-color: transparent;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 0;
	margin: 0;
}
#loginForm label.block {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #222;
	margin-bottom: 5px;
}
#loginForm input[type="text"],
#loginForm input[type="password"] {
	width: 100%;
	border: 1px solid #AAAAAA;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    margin: 0 0 15px 0;
    padding: 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
#loginForm input[type="checkbox"] {
	margin: 0;
}
#loginForm #rememberLabel {
	font-size: 13px;
}
#loginSubmit {
	display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    background-color: #2777ba;
    color: #fff;
    text-shadow: 0px -1px 0px #21659e;
    -webkit-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    font-family: "Helvetica Neue",Arial,Verdana,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 15px 0 5px 0;
    padding: 6px 18px;
    text-align: center;
    text-decoration: none;
}
#loginSubmit:hover {
	background-color: #216eac;
    text-shadow: 0px -1px 0px #11629c;
}
#fileUploadForm fieldset,
#internalFileUploadForm fieldset {
	border: none;
	background-color: transparent;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 0;
	margin: 0;
}
#fileUploadForm label,
#internalFileUploadForm label {
	color: #222;
	display: block;
	font-weight: 600;
	text-shadow: 0px 1px 0px #ffffff;
	line-height: 1.1em;
	margin-bottom: 7px;
	margin-top: 0.5em;
}
.fileAttachmentSubField {
	margin: 1.6em 0;
}
#fileUploadForm label.fileCategoryLabel,
#internalFileUploadForm label.fileCategoryLabel {
	display: inline;
	font-size: 13px;
	font-weight: 400;
	margin: 0 2.0em 0 0.2em;
}
#fileUploadForm input[type='submit'],
#internalFileUploadForm input[type='submit'] {
	background-color: #2777ba;
	border: 1px solid #2269a4;
	border-top: 1px solid #2777ba;
	color: #fff;
	text-shadow: 0px -1px 0px #1c5686;
	padding: 8px 16px;
	margin: 0 0 20px 0;
	-webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px;
    cursor: pointer;
}
#fileUploadForm input[type='submit']:hover,
#internalFileUploadForm input[type='submit']:hover {
	background-color: #236ba7;
	border: 1px solid #1f5d92;
	text-shadow: 0px -1px 0px #1b517f;
}
#fileUploadLoadingBar {
	display: block;
	margin-bottom: 30px;
}
#userfile,
#internalUserfile {
	background-color: #fff;
	border: 1px solid #e6e6e6;
	color: #222;
	padding: 6px 13px 6px 6px;
	margin: 5px 0;
	-webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px;
    width: 400px;
}
.fileAttachmentRadioGroup {
	padding: 5px 10px 10px 10px;
	width: 400px;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
}
input.fileAttachmentDescription {
	background-color: #fff;
	border: 1px solid #e6e6e6;
	color: #222;
	padding: 8px 13px 8px 6px;
	margin: 5px 0;
	-webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px;
    width: 400px;
}
.ckEditContainer {
	width: 66%;
	float: left;
	margin: 2px 0;
}
#project_notes {
	display: none;
}
.formInputSet {
	background-color: #f0f0f0;
	padding: 0.5% 2%;
	margin: 0.75% 0;
	border-radius: 5px;
	box-shadow: 0 1px 0 #fff, inset 0 1px 0 rgba(175,175,175,0.2);
}
.formInputSet label {
	display: block;
	float: left;
	text-align: left;
	width: 30%;
	font-weight: bold;
	color: #333;
	text-shadow: 0px 1px 0px #f9f9f9;
	padding: 0.25% 0 0 0;
}
.formInputSet label.withoutDes {
	padding-top: 1.2%;
}
.formInputSet label span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #666;
	margin: 1.25% 10% 0 0;
	line-height: 1.3em;
}
.formInputSet span.inputDollarSign {
	position: absolute;
	margin: 12px 0 0 -15px;
	font-weight: bold;
	color: #555;
	text-shadow: 0px 1px 0px #ffffff;
}
.formInputSet span.iStockCredits {
	position: absolute;
	margin: 15px 0 0 7px;
	font-weight: 400;
	color: #555;
	text-shadow: 0px 1px 0px #ffffff;
}
.formInputSet input[type=text],
.formInputSet textarea,
.formInputSet select {
	-webkit-appearance: none;
	background-color: #fff;
	line-height: 1.2em;
	color: #222;
	border: 1px solid #d5d5d5;
	padding: 10px 15px;
	margin: 2px 0;
	font-size: 15px;
	font-weight: 400;
	border-radius: 4px;
	width: 63%;
}
.formInputSet input.iStockCreditCount {
	width: 5%;
	margin-left: 30%;
}
.formInputSet input.keyInputTitleName {
	font-weight: bold;
}
.formInputSet select {
	width: 66%;
}
.formInputSet .formRadioCheckboxGroup {
	display: block;
	margin: 1.0em 0;
}
.formInputSet .formRadioCheckboxGroup input[type=checkbox],
.formInputSet .formRadioCheckboxGroup input[type=radio] {
	margin-left: 1px;
	vertical-align: text-bottom;
}
.formInputSet .formRadioCheckboxGroup span {
	display: inline-block;
	color: #222;
	font-size: 15px;
	font-weight: 400;
	margin-right: 20px;
	vertical-align: text-bottom;
}
.reminderRepeatParameters,
.smsParameters {
	display: none;
	border-top: 1px solid #E4E3E3;
	padding-top: 1.2em;
	margin: 1.8em 0 1.0em 20.8em;
}
.reminderRepeatParameters label,
.smsParameters label {
	width: 110px;
	padding: 0.9em 0 0 0;
	font-weight: 400;
}
.reminderRepeatParameters input[type=text] {
	width: 30px;
	text-align: center;
}
.reminderRepeatParameters select {
	width: 140px;
}
.smsParameters select {
	width: 120px;
}
#sendSMSDateDisplay {
	display: inline-block;
	margin-left: 5px;
	color: #222;
	font-size: 15px;
	font-weight: 400;
}
#submitBtn {
	float: right;
}
.aSupportCompany {
	border-bottom: 1px solid #e6e6e6;
	border-top: 1px solid #fff;
	padding: 1.25% 2%;
}
.aSupportCompany:first-of-type {
	border-top: none;
}
.aSupportCompany:last-of-type {
	border-bottom: none;
}
label.supportCompanyTitle {
	display: block;
	float: left;
	font-weight: bold;
	color: #333;
	width: 27%;
}
label.supportCompanyRole {
	font-weight: 400;
	color: #666;
}
.searchForm fieldset {
	background-color: transparent;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 0;
	margin: 0;
}
#searchSubmitBtn {
	display: none;
}
.searchForm input[type='text'] {
	display: block;
	position: absolute;
	width: 235px;
	border: 1px solid #f0f0f0;
	border-radius: 6px;
	font-size: 15px;
	font-weight: 400;
	color: #999;
	padding: 10px 20px;
}
.dashboardSearchForm input[type='text'] {
	top: -3px;
	right: 290px;
}
.dashboardResultsSearchForm input[type='text'],
.projectsResultsSearchForm input[type='text'] {
	top: -3px;
	right: 0px;
}
.projectsSearchForm input[type='text'],
.companiesSearchForm input[type='text'],
.contactsSearchForm input[type='text'] {
	top: -3px;
	right: 150px;
}
.searchForm input:focus {
	outline: none;
	color: #666;
}
.selectFieldAJAX {
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: window;
	appearance: none;
	background-color: #fff;
	border: none;
	padding: 0;
	margin: 0;
	-moz-margin-start: -5px;
	border-radius: 0;
	font-size: 14px;
	line-height: 1.3em;
	font-weight: 600;
	color: #666;
}
.selectFieldAJAX:focus {
	outline:none;
}
.openProjectLinkOption {
	font-size: 14px;
	padding: 8px 12px 6px 12px;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #fff;
}
span.linkedProjectItem {
	font-size: 14px;
	font-weight: 400;
	margin-left: 10px;
}
.openProjectLinkOption:first-of-type {
	border-top: none;
}
.openProjectLinkOption:last-of-type {
	border-bottom: none;
}
span.linkedProjectItemCompany {
	font-weight: 600;
	color: #999;
	float: right;
	display: inline-block;
}
span.radioItemSet {
	display: inline-block;
	margin: 1.0em 1.6em 1.0em 0;
}
span.radioItemSet input[type=radio] {
	vertical-align: middle;
}
span.radioLabel {
	line-height: 1.2em;
	color: #222;
	font-size: 15px;
	font-weight: 400;
	vertical-align: middle;
}
.formFieldError {
	font-weight: 700;
	color: red;
	margin-left: 30%;
}
.formFieldError p {
	font-weight: 700;
	color: red;
}
.searchLinkedContacts {
	border: 1px solid #ccc; 
	font-size: 16px; 
	padding: 0.5em;
	border-radius: 4px;
}
.monthlyTimeslipReportDateSelectors {
	display: inline-block;
	position: absolute;
	right: 0;
	top: -5px;
}
.monthlyTimeslipReportDateSelectors select {
	font-size: 13px;
	color: #222;
}



/*
====================================================================================================
Images
====================================================================================================
*/
.loadingBar {
	display: none;
}
#loginLogo {
	margin: 52px 0 0 47px;
}
.ajaxLoader {
	display: none;
}
.notesDot {
	display: block;
	width: 16px;
	height: 16px;
	background: transparent url(/images/notesDot.png) no-repeat;
	position: absolute;
	top: 0;
	left: -9px;
}


/*
====================================================================================================
Switches
====================================================================================================
*/
.onOffSwitch {
	width: 66px;
	height: 22px;
	overflow: hidden;
	position: relative;
	background-color: #7bd128;
	border-radius: 4px;
	-webkit-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
        box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
	cursor: pointer;
}
.switchOff, .switchOn {
	color: #fff;
	position: absolute;
}
.switchOff {
	top: 2px;
	right: 6px;
}
.switchOn {
	top: 2px;
	left: 6px;
}
.onOffSwitchButton-OFF {
	width: 32px;
	height: 18px;
	overflow: hidden;
	margin: 2px;
	background-color: #fff;
	border-radius: 3px;
	z-index: 9999;
	-webkit-box-shadow:  0px 2px 3px 0px rgba(0, 0, 0, 0.2);
		box-shadow:  0px 2px 3px 0px rgba(0, 0, 0, 0.2);
	float: left;
}
.onOffSwitchButton-ON {
	width: 32px;
	height: 18px;
	overflow: hidden;
	margin: 2px;
	background-color: #fff;
	border-radius: 3px;
	z-index: 9999;
	-webkit-box-shadow:  0px 2px 3px 0px rgba(0, 0, 0, 0.2);
		box-shadow:  0px 2px 3px 0px rgba(0, 0, 0, 0.2);
	float: right;
}




/*
====================================================================================================
Links
====================================================================================================
*/
a:link,
a:visited {
	color: #2777ba;
	text-decoration: none;
}
a:hover {
	color: #005c99;
}
a.greyLink:link,
a.greyLink:visited {
	color: #777;
}
a.greyLink:hover {
	text-decoration: underline;
}
#projectStar a {
	font-size: 24px;
	color: #222;
	cursor: pointer;
}
a.unstarred {
	opacity: 0.25;
}
a.starred {
	opacity: 1.0;
}
nav.mainNav a:link,
nav.mainNav a:visited {
	color: #e7e7e7;
	font-size: 15px;
	padding: 17px 17px 16px 17px;
	margin: 0 1px 0 0;
	font-weight: bold;
	text-shadow: 0px -1px 0px #de6000;
	display: block;
	float: left;
}
nav.mainNav a:hover {
	color: #fff;
}
#dashboard a.mainNavDashboard,
#projects a.mainNavProjects,
#tasks a.mainNavTasks,
#todos a.mainNavTodos,
#reminders a.mainNavReminders,
#notifications a.mainNavNotifications,
#companies a.mainNavCompanies,
#contacts a.mainNavContacts {
	-webkit-box-shadow: inset 0px 0px 30px 0px rgba(1, 1, 1, 0.35);
	box-shadow: inset 0px 0px 30px 0px rgba(1, 1, 1, 0.35);
	border-right: 1px solid #c55f0a;
	border-left: 1px solid #c55f0a;
	color: #fff;
}
div.itemRowAction a.basicIcons:link,
div.itemRowAction a.basicIcons:visited {
	font-size: 19px;
	margin: 0;
	line-height: 1.0em;
	color: #aaa;
}
div.itemRowAction a.basicIcons:hover {
	color: #216eac;
}
a.itemRow:hover {
	background-color: #f6f6f6;
}
a.itemRow:hover span.projectName,
a.itemRow:hover span.activeCompanyName {
	color: #216eac;
	text-shadow: 0px 1px 0px #ffffff;
}
span.dashboardProjectStar {
	font-size: 15px;
	position:absolute;
	top:18px;
	left:8px;
	color:#aaa;
	text-shadow: 0px 1px 0px #ffffff;
}
span.masterProjectLink {
	font-size: 17px;
	position:absolute;
	top:18px;
	left:28px;
	color:#aaa;
	text-shadow: 0px 1px 0px #ffffff;
}
span.projectCompany {
	letter-spacing: normal;
	display: block;
	color: #999;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 4px;
	text-shadow: 0px 1px 0px #ffffff;
	margin-left: 2px;
}
span.projectTaskAssignedTo {
	letter-spacing: normal;
	display: inline-block;
	color: #999;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 4px;
	text-shadow: 0px 1px 0px #ffffff;
}
span.projectTaskAssignedTo span {
	font-weight: 600;
}
span.projectOwner {
	color: inherit;
	letter-spacing: normal;
	font-size: 11px;
	font-weight: 600;
	text-shadow: 0px 1px 0px #ffffff;
    text-transform: uppercase;
}
span.projectName {
	color: #2777ba;
	font-weight: bold;
	font-size: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 1.1em;
	padding: 0 0 3px 2px;
	width: 95%;
	display: block;
	float: left; 
}
span.activeCompanyName {
	color: #2777ba;
	font-weight: bold;
	font-size: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 1.1em;
	padding: 2px 0 2px 2px;
	width: 95%;
	display: block;
	float: left; 
}
span.contactName {
	color: #2777ba;
	font-weight: bold;
	font-size: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 1.1em;
	padding: 0 0 3px 2px;
	width: 65%;
	display: block;
	float: left; 
}
span.contactCompanyName {
	color: #999;
	font-size: 14px;
	font-weight: 400;
	text-shadow: 0px 1px 0px #ffffff;
	text-align: right;
	float: right;
	margin: -5px 0 0 0;
	padding: 0;
	line-height: 1.1em;
}
span.reminderRowName {
	color: #2777ba;
	font-weight: bold;
	font-size: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 1.3em;
	padding: 0 0 3px 2px;
	width: 85%;
	display: block;
	float: left; 
}
span.reminderRowDate {
	color: #999;
	font-weight: 400;
	font-size: 15px;
	overflow: hidden;
	line-height: 1.3em;
	display: inline-block;
	float: left; 
}
span.projectStage {
	color: #999;
	font-size: 14px;
	font-weight: 400;
	text-shadow: 0px 1px 0px #ffffff;
	display: inline-block;
	width: 230px;
	text-align: right;
}
span.projectDueDate,
span.projectStartDate {
	color: #999;
	font-size: 14px;
	font-weight: 400;
	text-shadow: 0px 1px 0px #ffffff;
	margin-right: 10px;
}
span.projectStartDate {
	margin-right: 55px;
}
div.projectOverdueFlag {
    background-color: #e6e6e6;
    border-radius: 3px 0 0 3px;
    color: red;
    text-shadow: 0px 1px 0px #ffffff;
    font-size: 13px;
    font-weight: normal;
    padding: 6px 15px 7px 22px;
    position: absolute;
    top: 15px;
    left: -30px;
    z-index: -10;
    transition: left 0.2s;
    -moz-transition: left 0.2s;
    -webkit-transition: left 0.2s;
}
a.itemRow:hover div.projectOverdueFlag {
	left: -90px;
}
div.projectOverdueFlag i {
	font-size: 14px;
	position:absolute;
	left:8px;
}
.userControls {
	float:right;
	margin: 11px 0 0 0;
	-webkit-box-shadow:  0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    box-shadow:  0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    background-color: #e6e6e6;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.userControls a {
	display: block;
	float: left;
    margin: 0;
    text-shadow: 0px 1px 0px #fff;
    text-align: center;
}
a.userControlsName {
    font-size: 13px;
    font-weight: bold;
    padding: 7px 14px 8px 14px;
    border-right: 1px solid #ccc;
    height: 100%;
    color: #555;
}
a.userControlsName:hover {
	cursor: default;
	color: #555;
}
a.userControlsSettings {
	font-size: 15px;
    font-weight: bold;
    border-right: 1px solid #ccc;
    border-left: 1px solid #fff;
    padding: 6px 10px 7px 10px;
    height: 100%;
    color: #555;
}
a.userControlsLogout {
	font-size: 14px;
    font-weight: bold;
    border-left: 1px solid #fff;
    padding: 7px 10px 7px 10px;
    height: 100%;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    color: #555;
}
a.userControlsSettings:hover,
a.userControlsLogout:hover {
	color: #216eac;
	background-color: #fff;
}
.dropdownMenu li a:link,
.dropdownMenu li a:visited,
.addNewItemDropdownMenu li a:link,
.addNewItemDropdownMenu li a:visited {
	display: block;
	color: #444;
	padding: 6px 13px;
	-webkit-border-radius: 3px;
    border-radius: 3px;
}
.addNewItemDropdownMenu li a {
	padding: 10px 18px;
}
.dropdownMenu li a:hover,
.addNewItemDropdownMenu li a:hover {
	background-color: #2777ba;
	color: #fff;
	text-shadow: 0px -1px 0px #1d5a8d;
}
.addNewItem:link,
.addNewItem:visited,
.editProjectBtn:link,
.editProjectBtn:visited,
.editContactBtn:link,
.editContactBtn:visited {
	position: absolute;
	font-size: 32px;
	top: -22px;
	right: 0px;
	background-color: #fff;
	padding: 12px 18px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 2px dotted #e6e6e6;
	color: #999;
}
#dashboard .addNewItem:link,
#dashboard .addNewItem:visited {
	right: 155px;
}
.editProjectBtn:link,
.editProjectBtn:visited {
	right: 75px;
	padding: 12px 18px 12px 22px;
}
.editContactBtn:link,
.editContactBtn:visited {
	right: 0px;
	padding: 12px 18px 12px 22px;
}
.addNewItem:hover,
.editProjectBtn:hover,
.editContactBtn:hover {
	color: #005c99;
	background-color: #e6e6e6;
	text-shadow: 0px 1px 0px #fff;
}
span.editButtonText {
	display: block;
	float: left;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	margin: 7px 7px 0 0;
}
a span.fileAttachmentDocumentIcon {
	color: #999;
}
a span.fileAttachmentDocumentIconExt {
	margin-top: -0.8em;
	display: block;
	text-align: center;
	font-weight: 600;
	font-size: 14px;
	color: #888;
	letter-spacing: normal;
}
a.fileAttachmentBtn {
	width: 79px;
	display: block;
	float: left;
	text-align: center;
	border-top: 1px solid #fff;
	padding: 8px 0;
	margin: 0;
	font-size: 11px;
	line-height: 1.0em;
	color: #777;
}
a.fileAttachmentBtn:first-of-type {
	border-right: 1px solid #e6e6e6;
}
a.fileAttachmentBtn:last-of-type {
	border-left: 1px solid #fff;
}
a.fileAttachmentBtn:hover {
	color: #005c99;
}
a.fileAttachmentBtn span {
	font-size: 31px;
	text-transform: none;
}
a.addFileAttachment:link,
a.addFileAttachment:visited {
	padding: 5px 9px;
	background-color: #fff;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 2px dotted #e6e6e6;
    text-align: center;
    line-height: 1.0em;
    font-size: 23px;
    float: left;
    color: #999;
    margin: 0px 5px 15px 0px;
}
a.addFileAttachment:hover {
	background-color: #e6e6e6;
	border: 2px solid #e6e6e6;
	color: #005c99;
}
a.deleteAttachedSupportCompany {
	float: right;
	font-weight: bold;
	font-size: 11px;
	-webkit-appearance: none;
	line-height: 1.2em;
	padding: 0.5em 1.0em;
	margin: -0.6em 0 0 0;
	border-radius: 3px;
	border: 1px solid #e6e6e6;
	background-color: #e6e6e6;
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.5), 0 1px 0 rgba(0,0,0,0.2);
	color: #2777ba;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.85);
	text-decoration: none;
}
a.deleteAttachedSupportCompany:hover {
	background-color: #ff3737;
	border-color: #ff3737;
	color: #fff;
	text-shadow:  0 -1px 0 rgba(0,0,0,0.5); 
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 0 rgba(0,0,0,0.7);
}
a.showInternalFileAttachments span {
	font-size: 13px;
	font-weight: 400;
}
a.showInternalFileAttachments,
a.gotoInternalFileAttachments {
	color: #2777ba;
	cursor: pointer;
}
a.showInternalFileAttachments:hover,
a.gotoInternalFileAttachments:hover {
	color: #005c99;
}
.fileAttachmentsTable td.fileInteractionBtnEdit a,
.fileAttachmentsTable td.fileInteractionBtnDownload a,
.fileAttachmentsTable td.fileInteractionBtnDelete a {
	padding: 2px 1px;
	font-weight: normal;
	line-height: 1.0em;
	display: inline-block;
	color: #aaa;
}
.fileAttachmentsTable td.fileInteractionBtnEdit a {
	font-size: 16px;
	margin-top:0px;
}
.fileAttachmentsTable td.fileInteractionBtnEdit a:hover {
	color: #005c99;
}
.fileAttachmentsTable td.fileInteractionBtnDownload a {
	font-size: 16px;
	margin-top:0px;
}
.fileAttachmentsTable td.fileInteractionBtnDownload a:hover {
	color: #005c99;
}
.fileAttachmentsTable td.fileInteractionBtnDelete a {
	font-size: 15px;
	margin-top: 0px;
	margin-left: 1px;
}
.fileAttachmentsTable td.fileInteractionBtnDelete a:hover {
	color: red;
}


/*
====================================================================================================
Buttons
====================================================================================================
*/
.button {
	-webkit-appearance: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2em;
	padding: 0.7em 1.25em;
	margin: 0;
	border-radius: 5px;
	border: 1px solid #e6e6e6;
	background-color: #e6e6e6;
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.5), 0 1px 0 rgba(0,0,0,0.2);
	color: #2777ba;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.85);
	text-decoration: none;
	cursor: pointer;
}
.button:hover {
	color: #005c99;
	background-color: #eee;
}
.smallBtn {
	font-size: 11px;
	padding: 0.3em 0.75em;
	border-radius: 3px;
}
.mediumBtn {
	font-size: 12px;
	padding: 0.3em 0.75em;
	border-radius: 3px;
}
.blueBtn,
a.blueBtn {
	background-color: #2777ba;
	border-color: #2777ba;
	color: #fff;
	text-shadow:  0 -1px 0 rgba(0,0,0,0.5); 
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 0 rgba(0,0,0,0.7);
}
.blueBtn:hover,
a.blueBtn:hover {
	background-color: #005c99;
	border-color: #005c99;
	color: #fff;
	text-shadow:  0 -1px 0 rgba(0,0,0,0.7); 
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 0 rgba(0,0,0,0.8);
}
.redBtn,
a.redBtn {
	background-color: #ff3737;
	border-color: #ff3737;
	color: #fff;
	text-shadow:  0 -1px 0 rgba(0,0,0,0.5); 
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 0 rgba(0,0,0,0.7);
}
.redBtn:hover,
a.redBtn:hover {
	color: #2777ba;
	background-color: #eee;
	border-color: #e6e6e6;
	text-shadow:  0 1px 0 rgba(255,255,255,0.85); 
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 0 rgba(0,0,0,0.2);
}
.orangeBtn,
a.orangeBtn {
	background-color: #ff7b0d;
	border-color: #ff7b0d;
	color: #fff;
	text-shadow:  0 -1px 0 rgba(0,0,0,0.4); 
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 0 rgba(0,0,0,0.6);
}
.orangeBtn:hover,
a.orangeBtn:hover {
	background-color: #f27000;
	border-color: #ea6900;
	color: #fff;
	text-shadow:  0 -1px 0 rgba(0,0,0,0.6); 
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 0 rgba(0,0,0,0.7);
}
.grayBtn,
a.grayBtn,
.cancelBtn,
a.cancelBtn {
	color: #2777ba;
	background-color: #eee;
	border-color: #e6e6e6;
	text-shadow:  0 1px 0 rgba(255,255,255,0.85); 
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 0 rgba(0,0,0,0.2);
}
.grayBtn:hover,
a.grayBtn:hover,
.cancelBtn:hover,
a.cancelBtn:hover {
	background-color: #ff3737;
	border-color: #ff3737;
	color: #fff;
	text-shadow:  0 -1px 0 rgba(0,0,0,0.5); 
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 0 rgba(0,0,0,0.7);
}
#cancelBtn {
	float: left;
}
a.newTaskTodoFlag {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px 7px 3px 5px;
	border-radius: 0 4px 4px 0;
	position: absolute;
	top: 22px;
	left: 0;
}
.projectChangeNotificationFlag {
	background-color: #e2e2e2;
	border-radius: 4px 0 0 4px;
	box-shadow: 0 1px 1px #ccc, inset 0 1px 1px #fff;
	-moz-box-shadow: 0 1px 1px #ccc, inset 0 1px 1px #fff;
	-webkit-box-shadow: 0 1px 1px #ccc, inset 0 1px 1px #fff;
	color: #ff7b0d;
	text-shadow: 0 1px 0 rgba(255,255,255,0.9); 
	font-size: 17px;
	padding: 6px 8px 3px 9px;
	position: absolute;
	right: 0px;
	top: 11px;
	z-index: 1000;
}
.projectChangeNotificationFlag:hover {
	color: #f27000;
}


/*
====================================================================================================
Font-Awesome
====================================================================================================
*/
i.mainNavIcon {
	font-size: 17px;
	margin-right: 2px;
}
.editButtonText + i {
	font-size: 22px;
	vertical-align: top;
	padding-top: 4px;
}
#projectStar i {
	font-size: 19px;
}



