body{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
h3,h4{
	color:#333333;
	
}
a.sub-actions {
	font-size: 12px;
	text-decoration: none;	
}
a.sub-actions img{
	margin-bottom: -3px;
}
a{
	color:#0B55CC;
}
a img {
	border:0;
}
#minwidth{
	min-width:960px;
}
#header{
	background-image: url(/task_enforcer/app/webroot/img/header_middle.png);
	background-repeat: repeat-x;
	height: 54px;
}
#header-title {
	float: left;
	font-size: 22px;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(/task_enforcer/app/webroot/img/gear.png);
	background-repeat: no-repeat;
	background-position: 12px 5px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 70px;
}
#header-version {
	float: right;
	font-size: 12px;
	color: #FFFFFF;
	padding: 25px 10px 0 0;
}
#menu-box {
	background:#F0F0F0;
}
#menu-box ul.menu-nav li{
	padding:0px;
}
#menu-box ul.menu-nav li a{
	padding:5px 10px;
	display: block;
	color:#000000;
	font-size: 11px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #FFFFFF;
}
#menu-box ul.menu-nav li a:hover{
	color: #000000;
	background-color: #FFFFFF;
}
#main-box {
	padding: 10px;
	margin: 10px;
}
#main-box #pageTitle {
	margin:0px 0px 10px 0;
	padding:10px;
	border:1px solid #cccccc;
}
#main-box #pageTitle h2 {
	margin:0;
	padding:0;
	color: #333333;
}
#main-box .boxes{
	border:1px solid #CCCCCC;
	padding:2px;
}
#main-box .boxes h4{
	padding:5px;
	margin:0;
	background:#F0F0F0;
}
/*login*/
#loginArea{
	margin: 0px auto; 
	text-align:left; 
	border:1px solid #CCCCCC; 
	width:420px; 
	padding:20px;
}
#loginArea h2{
	color:#0B55C4;
	padding:0;
	margin:0;
	font-size:20px;
}
.signupButton, .loginButton {
	background-image:url(/task_enforcer/img/texbox-bck.jpg);
	font-weight: bold;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-size: 12px;
	text-decoration: none;
}
.loginButton {
	cursor:hand;
	cursor:pointer;
}
#authMessage {
	border-bottom:3px solid #DE7A7B;
	border-top:3px solid #DE7A7B;
	background: #E6C0C0;
	color:#990000;
	margin:10px 0;
	padding:5px 10px;
	font-size: 12px;
	font-weight: bold;
}
/*login*/
.actions-box {
	float:right;
	padding-right:10px;
}
.actions a, .buttonLink {
	display: block;
	padding: 5px;
	color:#0B55CC;
	font-size: 11px;
	margin-left: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DADADA;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #DADADA;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
.actions a:hover, .buttonLink:hover {
	border: 2px solid #CCCCCC;
}
a.buttonLink{
	display: inline;
	margin:0px;
	color:#000000;
}
a.buttonLink:hover{
	color:#0B55CC;
}
.actions a img {
	display: block;
	border: none;
	
}
#main-box #content-box {
	margin:0;
	padding-bottom:10px;
}
#footer{
	text-align: center;
	margin: 5px 5px 50px 5px;
	padding: 10px;
	font-size: 11px;
}
.fleft{
	float:left;
}
.fright{
	float:right;
}
.clear {
	clear: both;
}

/*index*/
table.index  {
	padding: 0;
	margin: 0;
	width: 100%;
	border-spacing: 1px;
	background-color: #e7e7e7;
	
}
table.index th{
	text-align: center;
	background: #f0f0f0;
	border-bottom: 1px solid #999;
	border-left: 1px solid #fff;	
}
table.index td{
	border: 1px solid #FFFFFF;
}
table.index td, table.index th {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5F5F5F;
	padding: 5px;
}
table.index th a {
	color: #0b55cc;
}
table.index td a {
	color: #0033FF;
	text-decoration:none;
}
table.index tr {
	background-color: #F8F8F8;
}
table.index .altrow {
	background-color: #E5E5E5;
}
table.index th.idCol {
	width: 1%;
}
table.index th.checkboxesCol {
	width: 1%;
}
table.index th.actionsCol {
	width: 1%;
}
table.index .unread td{
	background-color: #FFFFFF;
}
table.index .read td {
	background-color: #F0F0F0;
}
/*index*/

/*index expanded*/
table.index-expanded  {
	padding: 0;
	margin: 0;
	width: 100%;
	border-spacing: 1px;
	background-color: #F0F0F0;
}
table.index-expanded td  {
	padding: 5px 20px;
}
table.index-expanded .project-image {
	height: 157px;
	width: 157px;
	border: 2px solid #CCCCCC;
	vertical-align: middle;
	display: table-cell;
	margin: auto;
}
table.index-expanded .project-image img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
table.index-expanded h3{
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
table.index-expanded h3 a{
	font-size: 20px;
	text-decoration: none;
}
table.index-expanded p{
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

/*index expanded*/

/*project*/
.project-info-container{
	padding:20px;
	background-color:#F0F0F0;
	margin-top:10px;
}
.project-info-container h4{
	padding: 20px 0;
}
.project-info li{
	margin-left: 20px;
}
.project-info li a{
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.project-info li a img{
	display: block;
}
/*proj*/

/* Tasks */
.tasks p {
	font-size:18px; font-weight:bold;
}
ul.tasks  {
	font-family:Arial, Helvetica, sans-serif; color:#4D7CC1; font-size:12px;
}
ul.tasks li {
	padding: 0px 0px 10px 0px;
}
ul.tasks .finished, 
.color-codes .finished {
	list-style-image: url(/task_enforcer/app/webroot/img/round_bullet_green.png);
}
ul.tasks .finished a {
	color: #000000;
}
ul.tasks .onsched,
.color-codes .onsched {
	list-style-image: url(/task_enforcer/app/webroot/img/round_bullet_blue.png);
}
ul.tasks .onsched a {
	color: #000000;
}
ul.tasks .offsched,
.color-codes .offsched {
	list-style-image: url(/task_enforcer/app/webroot/img/round_bullet_red.png);	
}
ul.tasks .offsched a {
	color: #000000;
}

ul.tasks .offsched a {
	color: #000000;
}

ul.tasks .onsched .users, 
ul.tasks .offsched .users, 
ul.tasks .finished .users {
	color: #000000; font-weight:bold;
}
ul.tasks .private, 
.files .private {
	background-color:#990000; font-size:10px; color:#FFFFFF; padding:0 3px;
}
ul.tasks .onsched .due, 
ul.tasks .offsched .due, 
ul.tasks .finished .due {
	color: #506273; font-size:10px;
}
ul.tasks li a {
	text-decoration:none; font-size:12px;
}
ul.tasks li a:hover {
	color:#284775;
}
/*tasks*/

/* Files */
ul.files {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

ul.files li
{
	margin-left: 20px;
	padding: 10px 40px;
	background-repeat: no-repeat;
	background-position: 0 0em;
	background-image: url(/task_enforcer/app/webroot/img/icon_generic.gif);
}
ul.files li a
{
	color: #000000;
	font-weight:bold;
	text-decoration:none;
	font-size: 12px;
}
ul.files li span
{
	color: #000000;
}
ul.files li .uploadDate
{
	color: #506273; font-size:10px;
}
ul.files .generic
{
	background-image: url(/task_enforcer/app/webroot/img/icon_generic.gif);
}
ul.files .png 
{
	background-image: url(/task_enforcer/app/webroot/img/icon_png.gif);
}
ul.files .gif 
{
	background-image: url(/task_enforcer/app/webroot/img/icon_gif.gif);
}
ul.files .jpg
{
	background-image: url(/task_enforcer/app/webroot/img/icon_jpg.gif);
}
/*files*/

/*color-codes*/
.color-codes {
	float:right; border:1px solid #CCCCCC; padding:5px; margin:10px;
}
.color-codes legend{
	color:#000000; font-size:10px
}
.color-codes ul li{
	padding-bottom:10px;
	font-size: 10px;
	color: #000000;
}
/*paginator*/
.paginator {
	padding:5px;
	margin:0;
	background-color: #F0F0F0;
	font-size:12px;
	border: 1px solid #E7E7E7;
	margin-bottom:2px;
}
.paginator a{
	color:#003366;
}
/* ---OVERVIEW LOG ------------------------------------------- */

table.overview {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	border-spacing:	0;
	width: 100%;
}
table.overview th, table.overview td { 
	padding:3px;
	text-align:left;
}

table.overview th {
	background: #E9E9E9;
	border-bottom: 2px solid #fff;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 10px;
	font-family:"Lucida Grande",verdana,arial,helvetica,sans-serif;
	
}
table.overview td {
	border-bottom:1px solid #EFEFEF;
	padding:4px 3px;
	vertical-align:top;
}
table.overview th a:link, table.overview th a:visited {
	font-size: 12px;
	text-decoration: none;
	color: #000;
}
/*what*/
table.overview td.what {
	padding-top: 3px;
	padding-left: 3px;
	border-bottom: 1px solid #efefef;
	text-align:right;
	width:60px;
}
table.overview td.what span {
	color:#FFFFFF;
	display:block;
	font-size:11px;
	padding:3px 4px;
	white-space:nowrap;
	
}

table.overview td.what span.project {
	background-color: #253966;
}
table.overview td.what span.task {
	background-color: #C87800;
}
table.overview td.what span.file {
	background-color:#7A4A77;
}
table.overview td.what span.comment {
	background-color:#6492AC;
}
/*item*/
table.overview td.item {
	font-size:11px;
	line-height:1.2em;
	padding-left:6px;
	padding-top:5px;
}
table.overview td.item a:link {
	color:#003399;
}
table.overview td.item a:visited {
	color:#003399;
}
table.overview td.item a:hover {
	background-color:#003399;
	color:#FFFFFF;
	text-decoration:none;
}
/*action*/
table.overview td.action {
	color:#999999;
	font-size:10px;
	padding-top:6px;
	text-align:right;
	white-space:nowrap;
}
/*name*/
table.overview td.name {
	padding-right:3px;
	width:80px;
}
/*date*/
table.overview td.date {
	border-bottom:1px solid #EFEFEF;
	border-left:1px solid #EFEFEF;
	color:#222222;
	padding-left:5px;
	padding-right:3px;
	text-align:left;
}
table.overview td.date span.today { 
	background-color:#FFF000;
	color:#000000;
	display:block;
	float:left;
	font-size:9px;
	font-weight:bold;
	padding:1px 2px;
	text-transform:uppercase;
}
/*name and date*/
table.overview td.name, table.overview td.date {
	color:#222222;
	font-size:10px;
	padding-top:6px;
	white-space:nowrap;
}
table.overview .rowblank td {
	border:0;

}
/* --- END OF OVERVIEW LOG ------------------------------------------- */
/*textbox*/
.lightField {
	background-image:url(/task_enforcer/img/texbox-bck.jpg);
	background-repeat:repeat-x;
	border:1px solid #D1C7AC;
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	padding:3px;
}

/*forms*/
.formArea{
	padding: 5px;
	border: 1px solid #CCCCCC;
}
label{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 300px;
}
.asterisk {
	color:#FF3300;
}
.flashOnError {
	background-color:#F8F8F8;
	border-top: 3px solid #990000; 
	border-bottom: 3px solid #990000;
	color:#990000;
	padding:10px;
	margin: 10px 0px;
}
.flashOnOk {
	color:#006600;
	padding:10px;
	margin: 10px 0px;
	border-top: 3px solid #006600; 
	border-bottom: 3px solid #006600;
}
.message{
	color:#0055BB;
	padding:10px;
	margin: 10px 0px;
	border-top: 3px solid #0055BB;
	border-bottom: 3px solid #0055BB;
}
.error-message{
	color: #D50000;
	font-size: 10px;
	text-transform: capitalize;
}

/*quick box*/

#quick-box{
	z-index: 9999;
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	text-align:center;
}
#quick-box-content{
	margin: 0 auto;
	width:95%;
	background:#e5e5e5;
	text-align:left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #b5b5b5;
	border-right-color: #b5b5b5;
	border-left-color: #b5b5b5;
}
.quick-box-button-group{
	font-size: 10px;
	color: #333333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b5b5b5;
	height:20px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.quick-box-actions {

}
.quick-box-actions li{
	
}
.quick-box-button-group span {
	display: block;
	padding:3px 7px;
}
.quick-box-actions li a {
	display: block;
	color:#0B55CC;
	text-decoration: none;
	text-align: center;
	padding:3px 7px;
}
.quick-box-actions li a:hover {
	background: #FFFFFF;
}
.quick-box-actions li a img {
	display: block;
	border: none;
}

/*team view*/
div.teamBox {
	border:1px solid #CCCCCC;
	padding: 10px;
	margin-bottom:10px;
}
div.teamBox h4 {
	margin: 0px;
	padding: 0px;
}
li.member {
	width: 195px;
	border:1px solid #E6E6E6;
	height: 7em;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 33px;
	padding-left: 10px;
}
li.member:hover {
	border: 1px solid #999999;
}
li.member div.memberPhoto {
	float: left;
	padding-right: 10px;
}
li.member div.memberPhoto img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
li.member div.memberName {
	float: left;
	width: 120px;
}
li.member div.memberName a{
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 12px;
}
li.member div.memberName p.memberType {
	font-size: 10px;
	font-weight: bold;
}
li.member .memberDetails {
	font-size: 11px;
	color: #666666;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
li.member .memberDetails span {
	color: #333333;
	font-weight: bold;
}
/*team view*/

fieldset {
	border: 1px solid #CCCCCC;
}
legend{
	font-size: 12px;
	font-weight: bold;
}

/*Calendar*/
#changeCalendarYear{
	text-decoration:none;
	cursor:hand;
	color:#666666;
	border-bottom:1px solid #666666;
	
}
calendarHolder {
	padding:0;
	margin:0;
}
.calendarHolder li
{
	display: inline;
	list-style-type: none;
	margin:15px;
	padding: 5px;
	height: 193px;
	float:left;
	border: 5px solid #999999;
}
.calendarHolder li a.monthName
{
	color: #000000;
	font-weight:bold;
	padding: 0px 0px 5px 0px;
	text-decoration:none;
}
.calendar {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	border-spacing:	0;
	
}
.calendar td,.calendar th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	border: 1px solid #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.calendar th {
	text-align: center;	
}
.calendar td a, .calendar th a{
	display: block;
	padding: 5px;
	background:none;
	color: #000000;
	text-decoration: none;
}
.calendar td a {
	border: 1px solid  #FFFFFF;
}
.calendar th a{
	padding: 5px 0px;
}
.calendar td a:link{
	background:none;
	
}
.calendar td a:hover{
	color:#FFFFFF;
	background: #333333;
}
.calendar td .hasEvent{
	color: #FF0000;
	font-weight:bold;
	text-decoration:underline;
}
/*end Calendar */
/*----boxy--------*/
.boxy-wrapper { position: absolute; }
.boxy-wrapper.fixed { position: fixed; }

  /* Modal */
  
  .boxy-modal-blackout { position: absolute; background-color: none; left: 0; top: 0; }
  
  /* Border */

  .boxy-wrapper { empty-cells: show; }
	.boxy-wrapper .top-left,
	.boxy-wrapper .top-right,
	.boxy-wrapper .bottom-right,
	.boxy-wrapper .bottom-left { width: 10px; height: 10px; padding: 0 }
	
	.boxy-wrapper .top-left { background: url('/task_enforcer/app/webroot/img/boxy/boxy-nw.png'); }
	.boxy-wrapper .top-right { background: url('/task_enforcer/app/webroot/img/boxy/boxy-ne.png'); }
	.boxy-wrapper .bottom-right { background: url('/task_enforcer/app/webroot/img/boxy/boxy-se.png'); }
	.boxy-wrapper .bottom-left { background: url('/task_enforcer/app/webroot/img/boxy/boxy-sw.png'); }
	
	/* IE6+7 hacks for the border. IE7 should support this natively but fails in conjuction with modal blackout bg. */
	/* NB: these must be absolute paths or URLs to your images */
	.boxy-wrapper .top-left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/task_enforcer/app/webroot/img/boxy/boxy-nw.png'); }
	.boxy-wrapper .top-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/task_enforcer/app/webroot/img/boxy/boxy-ne.png'); }
	.boxy-wrapper .bottom-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/task_enforcer/app/webroot/img/boxy/boxy-se.png'); }
	.boxy-wrapper .bottom-left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/task_enforcer/app/webroot/img/boxy/boxy-sw.png'); }
	
	.boxy-wrapper .top,
	.boxy-wrapper .bottom { height: 10px; background-color: black; opacity: 0.6; filter: alpha(opacity=60); padding: 0 }
	
	.boxy-wrapper .left,
	.boxy-wrapper .right { width: 10px; background-color: black; opacity: 0.6; filter: alpha(opacity=60); padding: 0 }
	
	/* Title bar */
	
	.boxy-wrapper .title-bar { background-color: black; padding: 6px; position: relative; }
	  .boxy-wrapper .title-bar.dragging { cursor: move; }
	    .boxy-wrapper .title-bar h2 { font-size: 12px; color: white; line-height: 1; margin: 0; padding: 0; font-weight: normal; }
	    .boxy-wrapper .title-bar .close { color: white; position: absolute; top: 6px; right: 6px; font-size: 90%; line-height: 1; }
		
	/* Content Region */
	
	.boxy-inner { background-color: white; padding: 0 }
	.boxy-content { padding: 15px; }
	
	/* Question Boxes */

    .boxy-wrapper .question { width: 350px; min-height: 80px; }
    .boxy-wrapper .answers { text-align: right; }
/*----boxy  end----*/
/*new form*/
dt { float: left; width: 8em; }
dd { margin: 0 0 0.4em 0; }
p.clear { clear: both; }
/* end new form*/
label{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 300px;
}
.textBox {
	background-image:url(/task_enforcer/img/texbox-bck.jpg);
	background-repeat:repeat-x;
	border:1px solid #D1C7AC;
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	padding:3px;
}
/*pre*/
pre {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
 	overflow-x: auto; /*Use horizontal scroller if needed; for Firefox2, not needed in FF3*/
 	white-space: pre-wrap; /* css-3 */
 	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
 	white-space: -pre-wrap; /* Opera 4-6 */
 	white-space: -o-pre-wrap; /* Opera 7 */
 	word-wrap: break-word; /* Internet Explorer 5.5+ */
}
/*package*/
.packageStats {
	padding:10px;
}
.packageStats .container {
	background: #9e9e9e; 
	border-left:#fff48e solid 1px; 
	width:200px; 
	overflow:hidden;
}
.packageStats .bar {
	height: 5px; 
	background-color: #fff48e;
}
.packageStats .details {
	acolor:#006600;
	font-weight:bold; 
	font-size:10px;
}
.packageStats .details span{
	color:#868686;
	padding-right:10px;
	font-weight: normal;
}
/*winbox*/
.siteStatUnit {
	position: relative;
	width: 50%;
	font-size: 13px;
	color: #333333;
}
.siteStatUnit img {

}

.winbox{
	border: 1px solid #CCCCCC;
	margin-bottom:10px;
}
.winbox .titleBar {
	margin: 0px;
	padding: 3px 8px;
	background-image: url(/task_enforcer/img/head_cutting.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
}
.winbox .titleBar a {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
.winbox .titleBar a.maximize {
	display:block;
	text-decoration:none;
	width:7px;
	height:3px;
	padding:1px;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin: 3px;
}
.winbox .titleBar a.minimize {
	display:block;
	text-decoration:none;
	width:7px;
	height:3px;
	padding:1px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin: 3px;
}
.winbox .content {
	padding: 10px;
	padding-left:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
/*Delete confirm page*/
.deletePackage {
	padding:0px; margin:0px;
}
.deleteWorkspace, .deleteTeam, .deleteWorker , .deleteProject, .deleteEvent, .deleteIssue, .deleteProjectFile, .deleteTask, .deleteComment  {
	padding-left:20px;
	background-image: url(/task_enforcer/app/webroot/img/child.gif);
	background-repeat:no-repeat;
	background-position: 5px 2px;	
}