﻿/* DO NOT EDIT
---------------------------------------------- */
div {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
}

/* Tags
---------------------------------------------- */
body {
	margin: 0px;
	padding: 0px 4px 30px 4px;
	color: #212121;
	font: 12px Arial, Helvetica, sans-serif;
	background: #E8F2FE url(images/background.jpg) repeat-x left top;
}
h1 {
	margin: 0px;
	padding: 0px;
	color: #000;
	font: bold 20px/26px Arial, Helvetica, sans-serif;
}
h2 {
	margin: 0px 0px 11px 0px;
	padding: 16px 0px 0px 0px;
	color: #888;
	font: 14px/26px Arial, Helvetica, sans-serif;
	border-bottom: 1px #888 solid;
}
h3 {
	margin: 0px;
	padding: .5em 20px;
	color: #888;
	font: bold 12px/18px Arial, Helvetica, sans-serif;
}
h4 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #000;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
}
p {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	line-height: 20px;
}
a {
	color: #0077ff;
	/*font-weight: bold;*/
	text-decoration: none;
}
	a:hover {
		color: #212121;
		text-decoration: underline;
	}
hr {
	color: #000;
	height: 1px;
	background-color: #000;
	border: none;
}
ul, ol, dl {
	line-height: 20px;
}
/* Classes
---------------------------------------------- */
.imgborder {
	border: 1px solid #000;
}
.smalltext {
	font-size: 11px;
	line-height: 16px;
}
.nomargin {
	margin: 0px;
}
.margin {
	margin: 10px;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}
.margin-right {
    margin-right: -15px;
}
/* Special
---------------------------------------------- */
.displayNone
{
	display: none;
}
.forms p {
	margin: 0px;
}
.submit {
	margin: 1em 0px 0px 0px;
	padding: 1px;
	background-color: #E3E3E3;
	border: 1px #888 solid;
	cursor: pointer;
}
.divider {
	padding: 0px 10px;
}
.icon {
	float: left;
	display: block;
	margin: 0px 13px 0px 0px;
	padding: 0px;
	width: 22px;
	height: 23px;
}

.box {
	float: right;
	display: block;
	margin: 0px 0px 0px 4px;
	padding: 0px 5px;
	width: auto;
	min-width: 55px;
	height: 19px;
	color: #000;
	font: 11px/19px Arial, Helvetica, sans-serif;
	text-align: center;
	border: 1px #888 solid;
}
.boxNoBorder {
	float: right;
	display: block;
	margin: 0px 0px 0px 4px;
	padding: 0px 5px;
	width: auto;
	min-width: 55px;
	height: 19px;
	color: #000;
	font: 11px/19px Arial, Helvetica, sans-serif;
	text-align: center;
}
.task .box {
	float: none;
	margin: 0px auto;
	width: 50px;
}
.watermarked
{
	font-family: Calibri Arial Sans-Serif;
	font-style: italic;
	color: Gray;
}
.logo {
   left:15px;
   top: 0px;
   margin-top:15px;
   width: 143px;
   height: 40px
}

/* Priorities
---------------------------------------------- */
.priority_death {
	color: #fff;
	background-color: #000;
}
.priority_urgent {
	color: #fff;
	background-color: #8E0404;
}
.priority_high {
	color: #fff;
	background-color: #C30000;
}
.priority_medium {
	color: #000;
	background-color: #EBCE16;
}
.priority_unset {
	color: #000;
	background-color: #E3E3E3;
}

/* Statuses
---------------------------------------------- */
.status_opened, .status_inQueue, .status_inqueue, .status_unknown {
	color: #000;
	background-color: #EBCE16;
}
.status_assigned
{
	color: #fff;
	background-color: Green;
}
.status_inProgress, .status_inprogress {
	color: #000;
	background-color: #E0FFE1;
}
.status_waiting, .status_waitingonowner {
	color: #fff;
	background-color: #C30000;
}
.status_waitingforreview
{
	color: #000;
	background-color: #00FFFF;
}
.status_answered, .status_completed {
	color: #000;
	background-color: #E3E3E3;
}
.status_closed {
	color: #000;
	background-color: #fff;
}

/* Colors
---------------------------------------------- */
.blue {
	color: #0077ff;
}
.red {
	color: #FF5757;
}
.yellow {
	color: #FDFF57;
}
.green {
	color: #E0FFE1;
}
.gray, .grey {
	color: #7a7a7a;
}
.blueBg {
	background-color: #E0EEFF;
	}
.ltBlueBg {
	background-color: #F2F8FF;
	}
.redBg {
	background-color: #C30000;
}
.ltRedBg
{
	background-color: #FE8080;
}
.yellowBg {
	background-color: #FDFF57;
}
.greenBg {
	background-color: #E0FFE1;
}
.grayBg, .greyBg {
	background-color: #E3E3E3;
}
.ltGrayBg, .ltGreyBg {
	background-color: #F4F4F4;
}
.whiteBg {
	background-color: #fff;
}
.orangeBg
{
    background-color: #FFA342;
}
.questionBorder {
	background: url(images/redLine.gif) repeat-y -10px top;
	border: 1px #C30000 solid;
}
.attachmentBorder
{
	background: url(images/blueLine.gif) repeat-y -10px top;
	border: 1px #0000C3 solid;
}
.internalBorder
{
    border: solid 3px #FFA342;
}
.errorField
{
	background-color: #FE8080;
	color: White;
}
/* Layout
---------------------------------------------- */
.id-wrapper {
	min-width: 985px;
	background: transparent url(images/logo.png) no-repeat left top;
}
	.id-header {
		padding: 13px 17px 0px 0px;
		color: #fff;
		font: 12px/14px Arial, Helvetica, sans-serif;
		text-align: right;
	}
		.id-header a {
			color: #fff;
			font-weight: bold;
		}
			.id-search {
				font: bold 12px/10px Arial, Helvetica, sans-serif;
			}
				.id-search input {
					padding: 0px 5px 0px 5px;
					width: 118px;
					height: 19px;
					color: #6D89A9;
					font: 12px/19px Arial, Helvetica, sans-serif;
					background-color: #fff;
					border: 1px #324254 solid;
				}
		.id-nav {
			clear: both;
			margin: 0px 1px;
			padding: 0px;
			width: auto;
			height: 69px;
			background: transparent url(images/nav_bg.jpg) repeat-x left bottom;
		}
			.id-nav li {
				float: right;
				margin: 0px;
				padding: 26px 0px 0px 0px;
				width: auto;
				height: auto;
				list-style: none outside none;
			}
				.id-nav a {
					display: block;
					position: relative;
					margin: 0px;
					padding: 0px 0px 0px 0px;
					width: 140px;
					height: 43px;
					color: #6a8cb2;
					font: 14px/50px Arial, Helvetica, sans-serif;
					text-align: center;
					text-decoration: none;
				}
				.id-nav a:hover {
					text-decoration: none;
					background: transparent url(images/hover_bg.jpg) repeat-x left top;
				}
					.id-nav a .id-badgeNum {
						display: block;
						margin: 0px;
						padding: 0px;
						width: 24px;
						height: 25px;
						color: #fff;
						font: bold 12px/22px Arial, Helvetica, sans-serif;
						text-align: center;
						background: transparent url(images/redDot.png) no-repeat left top;
					}
					    .id-taskNum
					    {
					        position: absolute;
						    top: 6px;
						    left: 87px;
						}
						.id-projectNum
					    {
					        position: absolute;
						    top: 6px;
						    left: 93px;
						}
                        			.id-bsNum
					    {
					        position: absolute;
						    top: 6px;
						    left: 117px;
						}
				
				/* Navigation Tabs
				---------------------------------------------- */
				.id-nav li {
					background: transparent url(images/navIcons/tasks.png) no-repeat center 999px;
					}
					.id-nav li.id-nav_tasks {
						background-image: url(images/navIcons/tasks.png);
					}
					.id-nav li.id-nav_projects {
						background-image: url(images/navIcons/projects.png);
					}
                    			.id-nav li.id-nav_billingSchedule {
						background-image: url(images/navIcons/billingSchedule.png);
					}
					.id-nav li.id-nav_search {
						background-image: url(images/navIcons/search.png);
					}
					.id-nav li.id-nav_reports {
						background-image: url(images/navIcons/reports.png);
					}
					.id-nav li.id-nav_profile {
						background-image: url(images/navIcons/profile.png);
					}
					.id-nav li.id-nav_admin {
						background-image: url(images/navIcons/admin.png);
					}
				.id-nav li.selected {
					background-position: center bottom;
				}
				.id-nav li.selected a {
					color: #b2a387;
					line-height: 64px;
				}
				.id-nav li.selected a:hover {
					background: none;
				}
				.id-nav li.selected a .id-taskNum {
					top: 13px;
				}
					
	.id-container {
		padding: 12px 15px;
		background-color: #fff;
		border: 1px #6e8fb4 solid;
		border-top: 0px;
	}
		.id-leftCol {
			float: left;
			width: 204px;
		}
			.id-leftNav {
				margin: 0px;
				padding: 0px 0px 30px 0px;
				width: auto;
				height: auto;
				background: transparent url(images/leftCol_bg.jpg) repeat left top;
				border: 1px #c8bfa8 solid;
			}
				.id-leftNav li {
					margin: 0px;
					padding: 0px;
					width: auto;
					height: auto;
					list-style: none outside none;
				}
				.id-leftNav li.title {
					padding: 0px 0px 0px 14px;
					color: #C1BEB7;
					font: bold 14px/28px Arial, Helvetica, sans-serif;
					background: #E2DCCE url(images/leftColHeader_bg.jpg) repeat-x left top;
					border-top: 1px #fdfcfb solid;
					border-bottom: 1px #c8bfa8 solid;
				}
				.id-leftNav li.selected
				{
					background-color: #E0EEFF;
				}
					.id-leftNav a {
						display: block;
						margin: 0px;
						padding: 0px 10px 0px 22px;
						width: 170px;
						height: auto;
						color: #464035;
						font: 14px/24px Arial, Helvetica, sans-serif;
					}
					.id-leftNav a:hover {
						text-decoration: none;
						background-color: #e8e3db;
					}
					.id-leftNav li.newTask a
					{
					    padding: 0px 0px 0px 6px;
    					color: #464035;
    					font: 14px/28px Arial, Helvetica, sans-serif;
    					width: auto;
					}
		.id-rightCol {
			margin: 0px 0px 0px 235px;
			min-height: 200px;
		}
		.id-clear {
			clear: both;
			height: 0px;
			font-size: 0px;
			line-height: 0px;
		}
.id-footer {
	padding: 18px 0px 0px 0px;
	width: auto;
	color: #90a3bb;
	font: 10px/12px Arial, Helvetica, sans-serif;
	text-align: center;
}

/* Interior
---------------------------------------------- */
.id-topInfo {
	padding: 10px 20px;
	font: 11px/12px Arial, Helvetica, sans-serif;
	background-color: #F5F5F5;
}
	.id-topInfo input, .id-topInfo select {
		margin: 0px;
		padding: 0px;
		width: 190px;
		height: 18px;
		font: 11px/18px Arial, Helvetica, sans-serif;
		border: 1px #C6C5CA solid;
	}
	.id-topInfo td {
		padding-right: 6px;
	}
.projectGroup {
	margin-bottom: 3px;
	background-color: #F2F8FF;
	border: 1px #888 solid;
}
	.projectGroup .title {
		padding: 5px;
		font: 11px/20px Arial, Helvetica, sans-serif;
		background-color: #E0EEFF;
	}
	.projectGroup .contents {
		padding: 10px 5px;
	}
	.projectGroup .footer {
		padding: 5px 10px 10px 10px;
		color: #828282;
		font: 10px/12px Arial, Helvetica, sans-serif;
		text-align: right;
	}
.project {
	margin-bottom: 3px;
	background-color: #F2F8FF;
	border: 1px #888 solid;
}
	.project .title {
		padding: 5px;
		font: 11px/20px Arial, Helvetica, sans-serif;
		background-color: #E0EEFF;
	}
	.project .contents {
		padding: 10px;
	}
	.project .footer {
		padding: 5px 10px 10px 10px;
		color: #828282;
		font: 10px/12px Arial, Helvetica, sans-serif;
		text-align: right;
	}
/*.task {
	margin-bottom: 3px;
	background-color: #F2F8FF;
	border: 1px #888 solid;
}
	.task .title {
		padding: 5px;
		font: 11px/20px Arial, Helvetica, sans-serif;
		background-color: #E0EEFF;
	}
	.task .contents {
		padding: 10px;
	}
	.task .footer {
		padding: 5px 10px 10px 10px;
		color: #828282;
		font: 10px/12px Arial, Helvetica, sans-serif;
		text-align: right;
	}*/
.ticketTitle {
	padding: 5px;
	font: 11px/20px Arial, Helvetica, sans-serif;
	background-color: #E0EEFF;
}

.ticket {
	margin-bottom: 3px;
	background-color: #F2F8FF;
	border: 1px #888 solid;
	overflow: hidden;
}
	.ticket .generic 
	{
		border-left: none;
		border-right: none;
		border-top: none;
		border-bottom: none;
	}
	.ticket .contents {
		padding: 10px;
	}
	.ticket .footer {
		padding: 5px 10px 10px 10px;
		color: #828282;
		font: 10px/12px Arial, Helvetica, sans-serif;
		text-align: right;
	}
.taskList, .milestoneList, .projectList
{
	margin-bottom: 3px;
	/*border: 1px #888 solid;*/
}
	.taskList .title, .milestoneList .title, .projectList .title
	{
		color: #888;
		font: 14px/26px Arial, Helvetica, sans-serif;
		border-bottom: 1px #888 solid;
		/*background-color: #E3E3E3;*/
	}
	.taskList .title th, .milestoneList .title th, .projectList .title th
	{
		font-weight: normal;
	}
	.taskList .title th a, .milestoneList .title th a, .projectList .title th a
	{
		color: #888;
	}
	.taskList .task, .milestoneList .milestone, .projectList .project
	{
		background-color: #E0EEFF;
		border: 0px;
	}
	.taskList .taskAlt, .milestoneList .milestoneAlt, .projectList .projectAlt
	{
		background-color: #F2F8FF;
		border: 0px;
	}
	.taskList .cellBox
	{
		margin: 3px 0px 3px 0px;
		padding: 2px 4px;
		width: auto;
		min-width: 25px;
		height: auto;
		min-height: 15px;
		font: 11px/19px Arial, Helvetica, sans-serif;
		text-align: center;
		vertical-align: middle;
		border: 1px #888 solid;
		white-space: nowrap;
	}
	.taskList .date
	{
		display: block;
		padding: 0px 3px;
		font: 10px/14px Arial, Helvetica, sans-serif;
		text-align: center;
		white-space: nowrap;
	}
	.taskList .time
	{
		display: block;
		padding: 0px 3px;
		font: 14px/14px Arial, Helvetica, sans-serif;
		text-align: center;
		white-space: nowrap;
	}

.notificationTitle {
	padding: 5px;
	font: 11px/20px Arial, Helvetica, sans-serif;
	background-color: #F4F4F4;
}

.notification {
	margin-bottom: 3px;
	background-color: #E3E3E3;
	border: 1px #888 solid;
	overflow: hidden;
}
	.notification .generic 
	{
		border-left: none;
		border-right: none;
		border-top: none;
		border-bottom: none;
	}
	.notification .contents {
		padding: 10px;
	}
	.notification .footer {
		padding: 5px 10px 10px 10px;
		color: #828282;
		font: 10px/12px Arial, Helvetica, sans-serif;
		text-align: right;
	}

.generic {
	margin-bottom: 3px;
}
.internal
{
    border-width: 2px 2px 2px 8px;
    border-color: #FF7F00;
    border-style: solid;
}
.external
{
    border: 1px #888 solid;		
}
	.generic .title {
		padding: 5px;
		font: 11px/20px Arial, Helvetica, sans-serif;
	}
	.generic .contents {
		padding: 10px;
	}
	.generic .footer {
		padding: 5px 10px 10px 10px;
		color: #828282;
		font: 10px/12px Arial, Helvetica, sans-serif;
		text-align: right;
	}
	.generic .name {
		display: block;
		padding: 0px 3px;
		font: bold 11px/14px Arial, Helvetica, sans-serif;
		
	}
	.generic .profileWrapper {
	    margin:0px 4px;
        float:left;
	    
	}
	.generic .date {
		display: block;
		padding: 0px 3px;
		font: 10px/14px Arial, Helvetica, sans-serif;
		
	}
	.generic .time {
		display: block;
		padding: 0px 3px;
		font: 14px/14px Arial, Helvetica, sans-serif;
		
	}
	
/* Calendar
---------------------------------------------- */
.id-daysOfWeek td {
	width: 14%;
	color: #000;
	font: bold 12px/26px Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
	background-color: #E0EEFF;
	border: 1px #888 solid;
}
.id-calendar td {
	width: 14%;
	vertical-align: top;
	background-color: #E3E3E3;
	border: 1px #888 solid;
}
.id-calendar td.active {
	background-color: #F4F4F4;
}
.id-calendar td.activeAlt
{
	background-color: #F2F8FF;
}
.id-calendar td.firstOfMonth
{
	background-image: url(images/calFirstOfMonth_bg.jpg);
	background-repeat: repeat-y;
	background-color: #F4F4F4;
}
.id-calendar td.firstOfMonthAlt
{
	background-image: url(images/calFirstOfMonthAlt_bg.jpg);
	background-repeat: repeat-y;
	background-color: #F2F8FF;
}
	.id-calendar .day {
		position: relative;
		padding: 17px 20px;
		min-height: 70px;
	}
		.id-calendar .date {
			position: absolute;
			display: block;
			top: 0px;
			left: 0px;
			min-width: 15px;
			height: 15px;
			color: #888;
			font: bold 11px/15px Arial, Helvetica, sans-serif;
			text-align: center;
			background-color: #E3E3E3;
			padding: 1px 2px;
		}
		.id-calendar td.firstOfMonth .date, .id-calendar td.firstOfMonthAlt .date
		{
			font-size: larger;
		}

	
/* Login
---------------------------------------------- */
div.id-loginContainer {
	margin: 0px auto;
	padding: 95px 0px 0px 0px;
	width: 335px;
	background: transparent url(images/logo.png) no-repeat center top;
}
    div.id-loginContainer .whiteBg {
        padding: 0px 20px 20px 20px;
        border: 1px #6e8fb4 solid;
        margin-left: auto;
        margin-right: auto;
    }
	div.id-loginContainer .textbox {
		width: 175px;
	}
	
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

/*Task Cols
---------------------------------------------- */

.taskContainer {
		padding: 12px 15px;		
		border-top: 0px;		
	}
		.taskLeftCol {
			float: left;
			width: 150px;
			margin-top: 15px;
			padding-bottom: 10px;
		}
			
		.taskRightCol {
			margin: 0px 0px 0px 150px;						
		}
		
		.taskRightCol .contents
		{
			overflow:auto;
			/*overflow-y IE only to handle strange span issue, span required as well in IE, but affects all*/
			overflow-y: hidden;
			padding-bottom:20px;
		}
		
		
/*
Task Editor
--------------------------------------------------*/

.taskEditor
{
	border: solid 2px black;	
	background: white;
	
}
	.taskEditor .title
	{
		padding:2px;					
	}
	.taskEditor .closeEditor
	{
		cursor: pointer;
		position: absolute;
		margin: 2px;
		width: 20px;
		height: auto;
		color: Gray;
		font-weight: bold;
		font-size: large;
		text-align: center;
		/*TODO: make this better*/
		top: 3px;
		left: 579px;
		border: solid 1px white;
	}
	.taskEditor .closeEditor:hover
	{
		border: solid 1px Gray;
	}


/* BannerMessages
---------------------------------------------- */
.bannerMsg {
	margin: 0 auto;
	padding: 6px;
    font-weight: bold;
    margin-bottom:4px;
}
.bannerMsg-Other{
    border: 1px #6e8fb4 solid;
    background-color: #FFFFFF;
}
.bannerMsg-Alert{
    border: 1px rgba(217, 83, 79, 1) solid;
    background-color: rgba(217, 83, 79, 0.26);  
}
.bannerMsg-Warning{
    border: 1px rgba(240, 173, 78, 1) solid;
    background-color: rgba(240, 173, 78, 0.26);
}
.bannerMsg-Success{
    border: 1px rgba(92, 184, 92, 1) solid;
    background-color: rgba(92, 184, 92, 0.26);
}

/* SecurityQuestion
---------------------------------------------- */
div.id-secContainer {
	margin: 0px auto;
	padding: 95px 0px 0px 0px;
	width: 450px;
	background: transparent url(images/logo.png) no-repeat center top;
}
	div.id-secContainer .whiteBg {
		padding: 20px 20px 20px 20px;
		border: 1px #6e8fb4 solid;
	}
