/* ----------- General -----------*/
html, body {
	margin: 0px;
	padding: 0px;
	color: #4D4D4D;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	height:100%;
	background: #ebebeb;
}
table { border:none; border-collapse:collapse; }
input, textarea, select, label { font-family: Verdana, Geneva, sans-serif; resize: none; }
a {
	outline: none;
	text-decoration: none;
	color: #2291cf;
	cursor:pointer;
}
a:hover { color: #4ca716; }
p, form, input, ul, ol, h1, h2, h3, h4 { margin: 0px; padding: 0px; }
element { outline: none; }
::-webkit-input-placeholder {
   color: #d4f0ff;
}
:focus {outline:none;}
ul li { list-style-type: none; list-style-position: outside; }
img { border: 0px; }
h1 {
	font-size: 22px;
	font-weight: normal;
}
h2 {
	font-weight: normal;
	font-size: 18px;
}
h3 { font-size: 14px; }
.container {
	width: 972px;
	position: relative;
	margin: auto;
}
.clear {
	height: 0px;
	clear: both;
	font-size: 0px;
	line-height: 0px;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}
.blue { color: #3a9dd5; }
.pointer { cursor:pointer; }
#main {
	position: relative;
	z-index: 99;
	padding: 76px 0px 28px;
}

.searchHighlight{
	background-color: #ccedff;
}

/*	--------------------	*/
#dash_addproject {
	width: 972px;
	float: left;
}
#dash_addproject input[type="text"]{
	max-width: 402px;
}
#dash_project {
	width: 585px;
	float: left;
}
#dash_tasks {
	width: 365px;
	float: right;
}
#projects_left {
	width: 250px;
	float: left;
	position: relative;
}
#projects_left .files_link {
	background: #dcf2ff url(../img/apariencia/files_link.png) no-repeat 10px center;
	border: 1px solid #c2e0f1;
	border-radius: 3px;
	font-size: 11px;
	font-weight: bold;
	color: #4d4d4d;
	display: block;
	height: 33px;
	line-height: 32px;
	padding: 0 0 0 32px;
}
#projects_left .files_link:hover {
	color: #257cac;
	background-color: #e3f5ff;
}
#projects_right {
	width: 698px;
	float: right;
	position: relative;
}
.box1 {
	background-color: #FFF;
	border: 1px solid #cccccc;
	border-radius: 6px;
	box-shadow: 3px 3px 3px #dddddd;
	position:relative;
	padding: 0px 1px;
}
.box2 {
	position:relative;
	background-color: #FFF;
	padding-right: 1px;
	padding-left: 1px;
	border: 1px solid #cccccc;
	border-radius: 0px 6px 6px 6px;
    box-shadow: 3px 3px 3px #dddddd;
}
.box1 .formHolder{
	width: 700px;
	margin: 0px auto;
}
.box1 .formHolder label,
.box1 .formHolder .labelComment{
	display: inline-block;
	width: 90px;
	height: 24px;
	line-height: 24px;
	text-align:right;
	padding-right: 10px;
    margin: 4px 0px;
	color: #5C6470;
	font-size: 12px;
	float:left;
}
.box1 .formHolder .labelComment{
	width: auto;
	color: #828282;
    font-size: 17px;
    font-weight: normal;
}
.box1 .formHolder .edit.openBox{
    border: 1px solid #4CA716;
    border-radius: 5px;
    color: #4CA716;
    display: block;
    font-size: 12px;
    font-weight: bold;
    position: relative;
	float: right;
	padding: 5px 10px 5px 25px;	
	background: url("../img/apariencia/edit2.png") no-repeat scroll 9px 7px rgba(0, 0, 0, 0);
}
.box1 .formHolder .edit.openBox:hover{
	border: 1px solid #BFBFBF;
    color: #949494;
}

.box1 .formHolder .field_1{	
	display: inline-block;
	width: 536px;
	height: 24px;
	line-height:24px;
	color: #5C6470;	
	border: 1px solid #CCCCCC;
    border-radius: 3px;
    font-size: 12px;
    margin: 4px 0px;
    padding: 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.box1 .formHolder .field_2,
.box1 .formHolder #description{	
	display: inline-block;
	width: 514px;
    font-size: 12px;
	min-height: 14px;
	height: 14px;
	padding: 5px 10px;
	color: #5C6470;	
	border: 1px solid #CCCCCC;
    border-radius: 3px;
    margin: 4px 0px;
}
.box1 .formHolder .calendar{
	background: url("../img/apariencia/form_calendar.png") no-repeat scroll 0 4px rgba(0, 0, 0, 0);
    padding-left: 25px;
	display: inline-block;
	float: left;
	margin-top: 4px;
	width: 175px;
}

.box1 .formHolder #date{
	display: inline-block;
	min-height: 24px;
	line-height:24px;
	color: #5C6470;	
	border: 1px solid #CCCCCC;
    border-radius: 3px;
    font-size: 12px;
    margin: 0px;
    padding: 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 120px;
}
.box1 .formHolder .progressFieldWrap{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    color: #5C6470;
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    margin: 4px 0px;
    min-height: 24px;
    padding: 0 10px;
	float: left;	
    font-size: 17px;
	width: 80px;
	color: #4CA716;
    font-weight: bold;
	
	
}
.box1 .formHolder .progressFieldWrap input{
	border: none;
    width: 30px;
	color: #4CA716;
    font-weight: bold;
    font-size: 14px;
}
.box1 .formHolder #progressField{
}


.box1 .formHolder #clients{
	float: none;
	width: 536px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	}
#addProjectFrm .box1 .formHolder .select1{
	color: #5C6470;
	height: 24px;
	line-height: 24px;
	padding: 2px 2px 2px 4px;
    margin: 4px 0px;
	width: 536px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: inline-block;
}
#addProjectFrm .box1 .formHolder .select2{
	color: #5C6470;
	height: 24px;
	line-height: 24px;
	padding: 2px 2px 2px 4px;
    margin: 4px 0px;
	width: 536px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: inline-block;
	width: 236px;
}

#addProjectFrm .box1 .formHolder select option{	
	color: #5C6470;	
	height: 24px;
	line-height: 16px;
	padding: 2px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#addProjectFrm .box1 .formHolder .members_wrap{
	width: 536px;
	margin-left: 100px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#addProjectFrm .box1 .formHolder .members_wrap .alert{
	margin: 20px auto;
}


.title_box1 {
	padding: 9px 0px 12px;
	border-bottom: 1px solid #E2E2E2;
}
.title_box1 h1 {
	font-size:22px;
	padding-left: 18px;
	color: #555555;
	line-height: 25px;
}
.title_box1 h1 img {
	padding-right: 10px;
	padding-top: 5px;
	display: block;
	float: left;
}
.title_box1 a { color: #555555; }
.title_box1 a:hover { color: #7E7E7E; }
.title_box1 h1.pad { padding-left:52px; }
.titlebar .add, .memo .add {
	background: #4FAD16 url(../img/apariencia/add3.gif) no-repeat 10px center;
	display:block;
	height:26px;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	line-height:25px;
	border:1px solid #3c9408;
	border-radius: 5px;
	text-shadow: -1px -1px #3c9408, 1px 1px #5ebc26;
	padding: 0px 10px 0px 25px;
	margin: 10px 10px 0px 0px;
	position: absolute;
	top: -1px;
	right: 1px;
}
.memo .add { top: 7px; }
.titlebar .add:hover {
	background-color: #57b81d;
	color: #FFF;
}
.searchform {
	float:right;
	position: absolute;
	right:9px;
	top:9px;
}
.searchform input[type="text"] {
	background: url(../img/apariencia/search_small.png) no-repeat 7px center;
	right: 0px;
	z-index:100;
	height: 26px;
	line-height:23px;
	padding-right: 0px;
	padding-left: 20px;
	font-size: 11px;
	font-weight:bold;
	color: #3193c9;
	border: 1px solid #DDD;
	border-radius: 5px;
}
.searchform input[type="submit"]{
	position: absolute;
	right: 1px;
	top: 11px;
	z-index: 200;
	display: none;
	height: 26px;
	padding-right: 10px;
	padding-left: 10px;
	line-height:25px;
	font-size: 10px;
	font-weight:bold;
	color: #FFF;
	background-color: #115c94;
	border-radius: 0px 7px 7px 0px;
	border: 1px solid #207eb2;
	cursor: pointer;
}
#main .content {
	min-height: 390px;
	padding: 24px 32px;
}
.content.fileM { background: url(../img/apariencia/file_back.png) no-repeat center 12px; }
.instruction {
	color:#acacac;
	font-size:11px;
	margin-bottom: 7px;
	padding: 7px 0px 8px 50px;
}
.project_table td {
	vertical-align:top;
	padding: 4px 0px;
}
#fileAttachment{
	position: absolute;
	top: -1000px;
	left: 0px;
}
.project_table p {
	padding-top: 8px;
}
.project_table #client option{
	max-width:700px;
}
.project_table .label {
   color: #5C6470;
    font-size: 12px;
    line-height: 34px;
    text-align: right;
    vertical-align: top;
	width: 73px;
    vertical-align: top;	
    padding: 0px 8px 0px 0px;
}
.project_table #fastDateTask{
	background: url("../img/layout/taskFormFields.png") no-repeat scroll right 0 #FFFFFF;
    cursor: pointer;
    width: 80px;
}
.project_table .description {
	color: #B5B5B5;
	font-size: 11px;
	padding-top: 4px;
}
.project_table .description2 {
	color: #B5B5B5;
	font-size: 11px;
}
.project_table input[type='text'],
.project_table input[type='password'] {
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    color: #5C6470;
    display: inline-block;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    margin: 0;
    padding: 0 10px;
	width: 460px;
}
.project_table input[type="button"] {
	background-color: #4CA716;
	border: 1px solid #3C9408;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 1px 1px 2px #97DD6E inset;
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 3px 4px;
	text-shadow: -1px -1px #3C9408, 1px 1px #5EBC26;
	margin-left: 8px;
	cursor: pointer;
}
/*
.project_table input[type="button"]:hover {
    background-color: #56b41f;
    background-image: none;
}
*/
.project_table input.error, .project_table textarea.error, .project_table select.error, #quick_reminder .error, #fast_reminder.error, #memo_task .error, #memo_item .error {
	background-color: #ffe1e1;
	background-image: none;
}
.project_table textarea {
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    color: #5C6470;
    display: inline-block;
    font-size: 12px;
    height: 16px;
    padding: 5px 10px;
    margin: 0;
	width: 460px;
}
.project_table select {
	color:#707070;
	font-size:14px;
	float: left;
	margin-top: 4px;
	max-width: 414px;
}
.project_table select option {
	max-width: 400px;
}
.project_table .calendar {
	padding-left: 25px;
	background: url(../img/apariencia/form_calendar.png) no-repeat 0px 10px;
}
.project_table .configNote {
	display: block;
	font-size: 10px;
	color: #990000;
	font-weight:normal;
	text-align:right;
}
#addProjectFrm select{
	height: 24px;
	line-height: 24px;
}
#addProjectFrm select,
#addProjectFrm option{
	border: solid 1px #CCCCCC;
	display: block;
	border-radius: 3px;
}
#addProjectFrm option{
	margin: 5px;
	padding: 5px;
}
#addProjectFrm option:hover{
	background-color: #f6f6f6;
}
h3.tableTitle{
	background: url("../img/apariencia/title_box1.png") repeat-x scroll 0 -1px #40A4DB;
    border: 1px solid #1976AA;
    box-shadow: 0 0 1px #BBE7FF inset;
    color: #FFFFFF;
    text-shadow: -1px -1px #0D6EA4, 1px 1px #3FA9E3;
	border-radius: 6px 6px 0px 0px;
    cursor: default;
    display: block;
    font-size: 13px;
    padding: 4px 10px 5px;
    text-transform: uppercase;
	text-align: center;
	margin:  30px 0px 0px;
}
#result_report table{
	border-collapse: separate;
	background-color: #f6f6f6;
	padding: 5px;
}
#result_report td,
#result_report th{
	height: 24px;
	border: solid 1px #cccccc;
	border-radius: 3px;
	padding: 5px;
	background-color: #ffffff;
}
#result_report th{
	text-align: center;
}

.wrap_progress {
	height:26px;
	width:446px;
	float:left;
	background-color: #EEE;
	margin-top: 4px;
	margin-left: 10px;
	border-radius: 4px;
	border: 1px solid #D4D4D4;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.wrap_progress span {
	float:left;
	font-size: 17px;
	font-weight: bold;
	color: #4ca716;
	height: 34px;
	line-height: 33px;
	padding-right: 10px;
	padding-left: 10px;
	position: absolute;
	margin-left: -58px;
}
.percent {
	float: left;
	font-weight: bold;
	padding-top: 8px;
}
.percent2 {
	float: right;
	font-size:10px;
	text-align: left;
	width: 25px;
}
.progress {
	height: 15px;
	background-color: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #b9b9b9 #d4d4d4 #d3d3d3 #c1c2c5;
	box-shadow:inset 1px 1px 3px #dbdbdb;
	border-radius: 4px;
	padding-right: 2px;
	margin: 4px 12px 0px;
}
.progressbar {
	height:12px;
	background-color: #5eb829;
	box-shadow:inset 1px 1px 3px #47a013;
	border-radius: 4px;
	border: 1px solid #FFF;
}
.progressbar.overdue {
	background-color: #e22b2d;
	box-shadow:inset 1px 1px 3px #ca1315;
}
.progressbar.completed {
	background-color: #2E8EC4;
	box-shadow:inset 1px 1px 3px #00539e;
}
.dash_table .progress {
	margin-top: 0px;
	height:10px;
}
.dash_table .progressbar {
	height:8px;
}
.wrap_search_box {
	margin-right: 40px;
	margin-left: 40px;
}
.members .title {
	color:#828282;
	font-size:17px;
	padding-top: 6px;
	padding-bottom: 12px;
	font-weight: normal;
}
.members .button a {
	color:#4ca716;
	font-weight: bold;
	font-size:12px;
	display:block;
	padding: 5px 10px;
	background-color:#FFF;
	background-repeat:no-repeat;
	border:1px solid #4ca716;
	position: absolute;
	border-radius: 5px;
}
.members .button a:hover {
	color:#949494;
	border:1px solid #BFBFBF;
}
.members .button .edit {
	padding-left:25px;
	right:33px;
	background: url(../img/apariencia/edit2.png) no-repeat 9px 7px;
}
.members .button .add {
	padding-left:25px;
	background: url(../img/apariencia/add2.png) 9px 7px;
}
.members_wrap {
	background: #f9f9f9 url(../img/apariencia/form_input.png) repeat-x;
	border-width: 1px;
	border-style: solid;
	border-color: #a6a6a6 #c0c0c0 #e0e0e0 #b8b8b8;
	box-shadow: inset 0px 1px 2px #d1d1d1;
	border-radius: 4px;
	padding: 10px;
}
#working{
	background-color: #409F07;
    border: 1px solid #71C042;
    border-radius: 10px 10px 10px 10px;
    opacity: 0.85;
    position: fixed;
    right: 2.5%;
    top: 18px;
	display:none;
    height: 24px;
    width: 24px;
	padding: 7px;
}
.alert {
	background: url(../img/apariencia/alert.png) no-repeat 4px 7px;
	color:#7D7D7D;
	font-size:12px;
	position: relative;
	z-index: 500;
	margin: 20px 16%;
	padding: 7px 10px 7px 30px;
}
.alert .button a {
	height:20px;
	float:right;
	display:block;
	line-height:19px;
	color:#FFF;
	background-color:#494949;
	border-radius: 4px;
	position: relative;
	margin: 20px 0px 0px 10px;
	padding: 0px 10px;
}
.alert .button a:hover {
	background-color:#4ca716;
}
.users_list {
	overflow:auto;
	position: relative;
}
.users_list li {
	width:47%;
	width:46%;
	height:39px;
	float:left;
	position:relative;
	display:block;
	margin:6px;
	background-color:#FFF;
	cursor:pointer;
	border: 1px solid #e2e2e2;
	border-radius: 4px;
}
.users_list li:hover {
	border: 1px solid #BFBFBF;
}
.users_list.unlink li {
	cursor:default;
}
.users_list.unlink li:hover {
	border: 1px solid #e2e2e2;
}
.users_list li .imagen {
	width:28px;
	height:28px;
	float:left;
	margin:5px;
}
.users_list li .texto {
	height:35px;
	float:left;
	margin:5px;
	color:#888;
}
.users_list li .check {
	width:13px;
	height:13px;
	float:left;
	padding: 16px 11px;
}
.users_list li .blue { font-weight: bold; }
.users_list li.selected {
	background-color:#40a4db;
	border: 1px solid #1e89c4;
}
.users_list li.selected .texto { color:#FFF; }
.users_list li.selected .blue { color:#FFF; }
.users_list li .delete {
	width:11px;
	height:9px;
	position:absolute;
	top:0;
	right:0;
	background-image: url(../img/apariencia/user_delete.png);
	cursor:pointer;
	display:none;
	margin-top: 5px;
	margin-right: 5px;
}
.users_list li .delete:hover { background-position:bottom; }
.users_list li:hover .delete { display:block; }
.users_list li .comment {
	background: url(../img/apariencia/user_comment.png) 0px bottom;
	width:33px;
	height:17px;
	position:absolute;
	bottom:0;
	right:0;
	cursor:pointer;
	margin: 0px 5px 5px 0px;
}
.users_list .comment:hover { background-color: #F3F3F3; }
.users_list li .comment.active { background-position:top; }
.users_list li .adminNotificationGroup {
	background: url(../img/apariencia/gear.png) no-repeat 0px bottom;
	width:16px;
	height:16px;
	position:absolute;
	bottom:0;
	right:-2px;
	margin-bottom:5px;
	margin-right: 5px;
	cursor:pointer;
	display: none;
}
.users_list li:hover .adminNotificationGroup { display:block; }
.users_list li .userAdminFijo{ display: block; }
#modal_sms #sms_for{ width: 402px; }
#modal_sms  #sms_description{ height:17px; }
.foot_button {
	margin-right: 8px;
	position: relative;
	top:-10px;
	z-index: 100;
}
#modal_box .foot_button{
	z-index: 1;
	top: 0px;
	margin-right: 42px;
}
#users_lists_div .foot_button{
	top:10px;
	
}
.bottomFixed {
	height: 0px;
	margin-right: 24px;
	position: fixed;
	bottom: 0px;
	width: 944px;
}
.container .bottomFixed .foot_button { height: 0px; }
.bottomFixed .accept {
	position:absolute;
	right: 0px;
}
.foot_button .accept a, .foot_button .cancel a, .bottomFixed .accept a, #btnEditProject, .acceptEdit,  .foot_button .accept input{
	font-size:13px;
	display: block;
	padding: 4px 10px 5px;
	border-radius: 6px;
	cursor: pointer;
	float: right;
	margin: 10px 8px 6px 0px;
	text-transform: uppercase;
}
.foot_button .accept a, .bottomFixed .accept a, #btnEditProject, .accept input {
	background: #40a4db url(../img/apariencia/title_box1.png) repeat-x 0px -1px;
	color:#FFF;
	border:1px solid #1976aa;
	box-shadow:inset 0px 0px 1px #bbe7ff;
	text-shadow: -1px -1px #0d6ea4, 1px 1px #3fa9e3;
}
.foot_button .cancel a, .bottomFixed .cancel a {
	color:#727272;
	margin-right:14px;
	background-color:#f1f1f1;
	border:1px solid #d8d8d8;
	box-shadow:inset 1px 1px 2px #ffffff;
	text-shadow: -1px -1px #d7d7d7, 1px 1px #ffffff;
}
.foot_button .accept a:hover, .bottomFixed .accept a:hover, .acceptEdit:hover, input#btnEditProject:hover, .foot_button .accept input:hover {
	background-color: #1c93d5;
	background-image: none;
	border:1px solid #166894;
}
.foot_button .cancel a:hover, .bottomFixed .cancel a:hover {
	background-color: #e1e1e1;
	border:1px solid #cecece;
}
.redButton {
	background: #db4040 url(../img/apariencia/bgRedBox.png) repeat-x 0px top;
	font-size:13px;
	display: block;
	padding: 4px 10px 5px;
	margin-right:8px;
	border-radius: 6px;
	cursor: pointer;
	color:#FFF;
	border:1px solid #ed1c24;
	text-shadow: -1px -1px #a71c21, 1px 1px #ff696f;
	float: right;
	text-transform: uppercase;
}
.redButton:hover{ background-image: none; }
.accept2 a {
	background: #40a4db url(../img/apariencia/title_box1.png) 0px bottom;
	color:#FFF;
	border:1px solid #1976aa;
	border-radius: 3px;
	box-shadow:inset 1px 1px 2px #bbe7ff;
	text-shadow: -1px -1px #0d6ea4, 1px 1px #3fa9e3;
	padding: 5px 12px;
	font-weight: bold;
	float: right;
}
.accept2 a:hover {
	background-color: #1c93d5;
	background-image: none;
	border:1px solid #166894;
}

/* ----------- Dash table -----------*/
.dash_table.small td {
	padding: 3px 0px 3px 3px;
	font-size: 11px;
	background-color: #FFF;
	border-bottom: 1px solid #EEE;
}
.dash_table tr:hover td { border-bottom-color: #C4C4C4; }
.dash_table.small tr:hover td { border-bottom-color: #DDD; }
.dash_table .align-center { text-align:center; }
.dash_table .align-left { text-align:left; }
.dash_table .title {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 2px;
}
.dash_table .company {
	color: #9D9D9D;
	font-size: 10px;
	font-weight: normal;
}
.dash_table.small .title {
	font-size: 11px;
	font-weight: bold;
}
.dash_table.small .title a { color:#707070; }
.dash_table.small .title a:hover { color:#4ca716; }
.dash_table .client { padding-left: 12px; }
.dash_table .days {
	display:block;
	font-size:9px;
	color:#57b5e9;
	text-transform: uppercase;
	padding-top: 3px;
}
.dash_table .icon {
	height: 26px;
	width: 26px;
	display: block;
	float: right;
	background-position: 0px top;
}
.dash_table a:hover.icon, .dash_table .on { background-position: 0px bottom; }
.dash_table .note { background-image: url(../img/apariencia/notes.gif); }
.dash_table .timeline { background-image: url(../img/apariencia/timeline.gif); margin-left: 5px; }
.dash_table .profile { background-image: url(../img/apariencia/profile.gif); }
.dash_table .edit { background-image: url(../img/apariencia/edit.gif); }
.dash_table .attachment { background-image: url(../img/apariencia/attach.gif); }
.dash_table .gear { background: url(../img/apariencia/gear.png) no-repeat center center; cursor:default; }
.dash_table a:hover.gear { background-position: center center; }
.dash_table .delete {
	background: url(../img/apariencia/delete.gif) no-repeat 10px bottom;
	width:35px;
	display:none;
	position: absolute;
	right:-28px;
	margin-top: 0px;
}
.dash_table a:hover.delete { background-position: 10px bottom; }
.dash_table tr:hover .delete { display: block; }

/* ----------- Dash tasks -----------*/
ul.tasks_tabs {
	height:29px;
	padding-left: 16px;
}
ul.tasks_tabs li { display: inline; }
ul.tasks_tabs a {
	display:block;
	height: 26px;
	line-height: 27px;
	float: left;
	color:#757575;
	padding-left: 12px;
	padding-right: 12px;
	margin-right: 11px;
	position: relative;
	background-color: #F6F6F6;
	font-size: 13px;
	border-radius: 3px;
	border: 1px solid #cccccc;
}
ul.tasks_tabs a:hover { color: #666; }
ul.tasks_tabs a.current {
	color:#ffffff;
	top: 1px;
	background-color: #50A9DA;
	font-weight: bold;
	cursor: default;
	border-color: #50A9DA;
}
ul.tasks_tabs2 { height:36px; }
ul.tasks_tabs2 li {
	display: inline;
	position: relative;
	z-index: 100;
}
ul.tasks_tabs2 a {
	border-radius: 5px 5px 0px 0px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	color:#fff;
	display:block;
	height: 36px;
	float: left;
	margin-right: 14px;
	position: relative;
	background-color:#d9d9d9;
	top:-1px;
	padding: 0px 20px;
	font-size: 22px;
	line-height: 34px;
	font-weight: normal;
	font-variant: small-caps;
}
ul.tasks_tabs2 a:hover {
	background-color: #ededed;
	color: #868686;
}
ul.tasks_tabs2 a.current {
	background: #fff;
	height: 40px;
	line-height: 39px;
	color: #4d4d4d;
	top: -4px;
}
ul.tasks_tabs2 a.current span {
	background-image: url(../img/apariencia/tabs2_arrow.png);
	display: block;
	height: 8px;
	width: 15px;
	position: absolute;
	bottom: -7px;
	left: 44%;
}
.panes ul { margin-top: 4px; }
.panes li {
	border-bottom: 1px solid #dddddd;
	position: relative;
	padding: 6px 14px 8px 40px;
}
.panes li.highlight {
	background-color:#fffaea;
	border-bottom: 1px solid #e9e1c7;
}
.panes li:hover a { color: #4ca716; }
.panes .star {
	background: url(../img/apariencia/star.png) 0px top;
	display:block;
	width:26px;
	height:26px;
	position: absolute;
	top:0px;
	left:7px;
}
.panes .star:hover, .panes .star.current { background-position: 0px bottom; }
.panes .title {
	color:#1085C6;
	font-weight: bold;
	font-size: 11px;
}
.panes .author {
	color:#9d9d9d;
	font-size: 10px;
	display:block;
	padding-top: 1px;
}
.title .author{
	color:#9d9d9d;
	font-size: 9px;
	padding-top: 0px;
	display:block;
	font-weight:normal;
}
.panes2 {
	margin-top: 4px;
	margin-bottom: 6px;
}
.panes2 li {
	background: #f6f6f6 url(../img/apariencia/sortable.png) repeat-x 0px top;
	width:834px;
	color: #939393;
	padding: 5px 0px 9px 76px;
	position: relative;
	z-index:100;
	border-radius: 7px;
	box-shadow:1px 1px 3px #ebebeb;
	margin-bottom: 10px;
	border: 1px solid #e9e9e9;
}
.panes2 li:hover { border: 1px solid #d2d2d2; }
.panes2 .section-group{
	background-image: none;
	padding: 5px;
	margin-top: 30px;
	color: #3E940A;
	font-size: 14px;
	font-weight: bold;
	background-color: transparent;
    border: 0px solid #ffffff;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0px 0px 0px #EBEBEB;
    margin-bottom: 10px;
    position: relative;
    width: auto;
    z-index: 100;
}
.panes2 .section-group:hover { border: 0px solid #ffffff; }
.panes2 li .sort_attach {
	background: url(../img/apariencia/attach.gif) 0 bottom;
	position: relative;
	display: block;
	float: left;
	height: 26px;
	width: 22px;
	color: #9D9D9D;
	cursor: pointer;
	outline: medium none;
}
.panes2 li .sort_attach .tooltip {
	position: absolute;
	top: 26px;
	left: -152px;
	background-color: #363636;
    border: 1px solid #191919;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 1px 1px 4px #DFDFDF;
    color: #FFFFFF;
    display: none;
    font-size: 12px;
    margin-left: 0px;
    padding: 8px 15px 9px;
    width: 160px;
}
.panes2 li .sort_attach .tooltip .arrow {
	background: transparent url(../img/apariencia/panes2_tooltip2.gif) no-repeat 160px 10px;
	height: 14px;
	position: absolute;
	right: 0px;
	top: -15px;
	width: 100%;
}
.panes2_tooltip em.down {
	height: 6px;
	width: 11px;
	background-image: url(../img/apariencia/list_arrow.gif);
	position: absolute;
	left:45%;
	top:-7px;
}
.panes2 li .sort_attach .tooltip a{
	width: auto;
	border-bottom: 1px dashed #6A6A6A;
	color: #D7F1FF;
	display: block;
	font-size: 11px;
	padding-bottom: 7px;
	padding-top: 7px;
	width: 100%;
}
.panes2 li .sort_attach .tooltip a:hover { color: #87DB56; }
.panes2 li .section-group { 
	width:834px;
	color: #939393;
	padding: 5px 0px 9px 76px;
	position: relative;
	z-index:100;
	border-radius: 7px;
	margin-bottom: 10px;
}
ul.nopad li {
	width:864px;
	padding-left: 52px;
	cursor:default;
}
ul.nopad li .plus { left: 40px; }
ul.nopad .options .complete:hover {
	background-position: 0px top;
	cursor:default;
}
ul.nopad .options .complete.current:hover {
	background-position: 0px bottom;
	cursor:default;
}
ul.simple li {
	background-color: #FFF;
	background-image: none;
	border: 1px solid #EBEBEB;
}
ul.simple li:hover { background-color: #FFF; }
.panes2 li.border {
	border: 1px solid #d2d2d2;
	background-color: #f4f4f4;
	background-image: none;
}
.panes2 li:hover.border {
	background-image: none;
	background-color: #f4f4f4;
}
.panes2 a { color: #9d9d9d; }
.panes2 .highlight, .panes2 li.highlight:hover, .panes2 .highlight.border {
	background-color: #fffaea;
	background-image: none;
	border: 1px solid #e9e1c7;
}
.panes2 .irrelevant, .panes2 li.irrelevant:hover {
	background-image: none;
	background-color: transparent;
	border: 1px dashed #D6D6D6;
	box-shadow:1px 1px 3px #fff;
}
.panes2 .irrelevant .title, .panes2 .irrelevant .description a, .panes2 .irrelevant .description { color: #C4C4C4; }
.panes2 .placeholder {
	background-color: #e9f7ff;
	background-image: none;
	min-height: 33px;
}
.panes2 .drag {
	background: url(../img/apariencia/move.gif) no-repeat 0px top;
	width: 17px;
	height:26px;
	position: absolute;
	top:10px;
	right:16px;
	cursor: url(../img/hand.cur), url(../img/hand.cur), default;
}
.panes2 .drag:hover { background-position: 0px bottom; }
.panes2 .title {
	color: #2291cf;
	font-weight: bold;
	font-size:13px;
	cursor: pointer;
}
.panes2 .title:hover {
	color: #4ca716;
}
.panes2 .description {
	font-size: 11px;
	padding-left: 5px;
}
.panes2 .sent {
	color: #9D9D9D;
	font-size: 11px;
	display:block;
	padding-top: 4px;
}
.panes2 .sent a {
	color: #aeaeae;
	font-weight: bold;
}
.panes2 .sent a:hover { color: #4ca716; }
.panes2 em {
	padding-left: 10px;
	font-style: normal;
	color: #55bbf4;
	font-size: 11px;
}
.panes2 .plus {
	background: url(../img/apariencia/task_plus.gif) 0px top;
	display: block;
	height: 9px;
	width: 9px;
	position:absolute;
	left:63px;
	top:9px;
	cursor:pointer;
}
.panes2 .title.open .plus { background-position: 0px bottom; }
.panes2 .options {
	position: absolute;
	left:8px;
	top: 10px;
}
.panes2 .options a {
	display:block;
	width:22px;
	height:26px;
	float: left;
}
.panes2 .options a:hover { background-position: 0px bottom; }
.panes2 .options .complete { background-image: url(../img/apariencia/complete.png); }
.panes2 .options .star { background-image: url(../img/apariencia/star.png); }
.panes2 .options .after { background-image: url(../img/apariencia/after.png); }
.panes2 .options .current { background-position: 0px bottom; }
.panes2 .options2 {
	position: absolute;
	right:46px;
	top: 10px;
}
.panes2 .nopad .options2 { right:12px; }
.panes2 .options2 a {
	display:block;
	width:22px;
	height:26px;
	float: left;
}
.panes2 .options2 a:hover { background-position: 0px bottom; }
.panes2 .options2 .attach { background: url(../img/apariencia/attach.gif) 0px bottom; }
.panes2 .options2 .edit { background-image: url(../img/apariencia/edit.gif); }
.panes2 .options2 .delete { background-image: url(../img/apariencia/delete.gif); }
.panes2 li:hover .options2 .after { background-image: url(../img/apariencia/after.png); }
.drag_message { height:46px; }
.drag_message p {
	background: url(../img/apariencia/alert2.png) no-repeat 0px 0px;
	font-size:11px;
	color:#bbbbbb;
	padding-left: 20px;
	float:left;
}
.drag_message span {
	background-image: url(../img/apariencia/drag.gif);
	display:block;
	height: 10px;
	width: 13px;
	float: left;
	margin-top: 3px;
	margin-left: 7px;
}
.drag_message em {
	color:#bbbbbb;
	display:block;
	padding-top: 2px;
	padding-left:21px;
}
.panes2 .detail {
	font-size: 11px;
	color: #4d4d4d;
	padding-bottom: 5px;
	padding-top: 10px;
	margin-right: 45px;
}
.panes2 .detail .attached { margin-top: 20px; }
.panes2 .detail .attached span{
	font-weight: bold;
	line-height:16px;
	margin: 0px;
}
.panes2 .detail .attached a {
	background: url(../img/apariencia/attachments.png) no-repeat left center;
	margin-left:10px;
	margin-right:6px;
	line-height: 16px;
	padding-left: 16px;
}
.panes2 .detail .attached a:hover { color: #55bbf4; }
.panes2 .post {
	background: url(../img/apariencia/timeline_li.gif) repeat-x top;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 52px;
}
.panes2 .assign { padding-left: 192px; }
.post .img {
	position: absolute;
	margin-left: -51px;
}
.post .img2 {
	position: absolute;
	margin-left: -51px;
}
.post .icon {
	display: block;
	height: 31px;
	width: 35px;
	background-image: url(../img/apariencia/reassign.png);
	position: absolute;
	margin-left: -94px;
	margin-top: 5px;
}
.post .name {
	display: block;
	color: #4ca716;
	font-weight: bold;
	padding-bottom: 7px;
}
.post .name2 {
	display: block;
	color: #2291cf;
	padding-bottom: 7px;
}
.post .date {
	font-weight: normal;
	color: #9F9F9F;
	padding-left: 6px;
}
#task_options ul li a{ position: relative; }
#task_options ul li a span{
	display: none;
	height: 19px;
	position: absolute;
	top: -28px;
	left: 0px;
	text-transform: none;
	line-height: 17px;
	background-color: #363636;
    border: 1px solid #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    font-size: 11px;
    padding: 0px 10px;
	white-space:nowrap;
}
#task_options ul li a span .arrowtip{
	position: absolute;
	background-image: url(../img/apariencia/panes2_tooltip3.gif);
	bottom: -4px;
	height: 4px;
	left: 44%;
	width: 7px;	
}
.panes2_tooltip {
	display:none;
	font-size:11px;
	max-width:200px;
	color:#fff;
	background-color: #363636;
	box-shadow: 1px 1px 4px #dfdfdf;
	border-radius: 4px;
	margin-left: 13px;
	padding: 8px 15px 9px 15px;
	border: 1px solid #191919;
}
.panes2_tooltip em {
	height: 9px;
	width: 5px;
	background-image: url(../img/apariencia/panes2_tooltip.gif);
	position: absolute;
	left:-6px;
	top: 36%;
}
.panes2_tooltip em.down {
	height: 6px;
	width: 11px;
	background-image: url(../img/apariencia/list_arrow.gif);
	position: absolute;
	left:45%;
	top:-7px;
}
.panes2_tooltip2 {
	display:none;
	font-size:12px;
	width:160px;
	color:#fff;
	background-color: #363636;
	box-shadow: 1px 1px 4px #dfdfdf;
	border-radius: 4px;
	margin-left: 40px;
	padding: 8px 15px 9px 15px;
	border: 1px solid #191919;
	z-index:200;
}
.panes2_tooltip2 a {
	border-bottom: 1px dashed #6A6A6A;
	color: #d7f1ff;
	font-size:11px;
	display: block;
	padding: 7px 0px;
}
.panes2_tooltip2 a:hover { color: #87db56; }
.panes2_tooltip2 em {
	background: transparent url(../img/apariencia/panes2_tooltip2.gif) no-repeat 160px 10px;
	height: 14px;
	width: 100%;
	position:absolute;
	right:0px;
	top:-15px;
}
.panes2_tooltip3 {
	display:none;
	font-size:11px;
	color:#fff;
	background-color: #363636;
	border-radius: 4px;
	padding: 4px 10px;
	border: 1px solid #FFF;
}
.panes2_tooltip3 em {
	height: 4px;
	width: 7px;
	background-image: url(../img/apariencia/panes2_tooltip3.gif);
	position: absolute;
	bottom:-4px;
	left:44%;
}

/* ----------- Projects -----------*/
.timeline_write .assign {
	position: relative;
	top: -2px;
	padding-left: 4px;
}
.timeline_write .textarea {
	width:614px;
	height:40px;
	font-size:12px;
	background-color:#FFF;
	padding: 7px;
	border-radius: 5px 5px 0px 0px;
	box-shadow:inset 1px 2px 2px #e2e2e2;
	border: 1px solid #CCC;
	display: block;
}
.timeline_write .textarea:hover { background-color: #F5F5F5; }
.timeline_write .textarea:focus {
	background-color: #fff;
	border: 1px solid #3ea1d8;
	box-shadow: 0px 0px 12px #b9e6fe;
	outline:none;
}
.timeline_write .publish {
	font-size:14px;
	color:#FFF;
	font-weight:bold;
	display:block;
	padding: 3px 16px;
	border:1px solid #3c9408;
	background-color:#4ca716;
	border-radius: 3px;
	box-shadow:inset 1px 1px 2px #97dd6e;
	text-shadow: -1px -1px #3c9408, 1px 1px #5ebc26;
	position: absolute;
	top: 6px;
	right:6px;
}
.timeline_write .publish:hover { background-color: #57b81d; }
.timeline_write .task {
	font-size:11px;
	background-color: #F3F3F3;
	border-radius: 0px 0px 5px 5px;
	position: relative;
	margin-bottom: 12px;
	border: 1px solid #CCC;
	border-top:0;
	padding: 12px 0px 12px 14px;
}

@-moz-document url-prefix() { .timeline_write .task { top:-1px; } }
.timeline_write .options {
	width:300px;
	height:16px;
	position: absolute;
	top:6px;
	right:111px;
}
.timeline_write li { display:inline; }
.timeline_write .options a {
	display: block;
	float: right;
	font-size:11px;
	padding: 6px 10px 5px 10px;
	margin-left: 4px;
	border-radius: 3px;
	color: #4d4d4d;
}
.timeline_write .options a:hover {
	border: 1px solid #cccccc;
	padding: 5px 9px;
	background-color: #fff;
	color: #2291cf;
}
.timeline_write .options .document {
	background: url(../img/apariencia/timeline_document.gif) no-repeat 0px top;
	display: block;
	width:7px;
	height: 15px;
	float:left;
	position: relative;
	top:-1px;
	margin-right: 7px;
}
.timeline_write .options .privacy {
	background: url(../img/apariencia/timeline_privacy.gif) no-repeat 0px top;
	display: block;
	width:11px;
	height: 15px;
	float:left;
	position: relative;
	top:-1px;
	margin-right: 7px;
}
.timeline_write .options a:hover .privacy, .timeline_write .options a:hover .document { background-position: 0px bottom; }
.timeline_write2 {
	background: url(../img/apariencia/timeline_li.gif) repeat-x top;
	position: relative;
	margin-top: 14px;
	padding-top: 18px;
}
.timeline_write2 .assign {
	position: relative;
	top: -2px;
	padding-left: 4px;
}
.timeline_write2 .textarea {
	width:773px;
	height:16px;
	font-size:11px;
	background-color:#FFF;
	padding: 7px;
	border: 1px solid #CCC;
	display: block;
}
.timeline_write2 .textarea:focus {
	background-color: #fff;
	border: 1px solid #3ea1d8;
	outline:none;
}
.timeline_write2 .publish , #taskReply .publish{
	font-size:14px;
	color:#FFF;
	font-weight:bold;
	display:block;
	padding-left:16px;
	padding-right:16px;
	padding-left:5px;
	padding-right:5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border:1px solid #3c9408;
	background-color:#4ca716;
	border-radius: 3px;
	box-shadow:inset 1px 1px 2px #97dd6e;
	text-shadow: -1px -1px #3c9408, 1px 1px #5ebc26;
	position: absolute;
	top: 6px;
	right:0px;
}
.timeline_write2 .publish:hover, #taskReply .publish:hover { background-color: #57b81d; }
.timeline_write2 .task {
	font-size:11px;
	padding-top: 12px;
	padding-bottom: 12px;
	position: relative;
}
.timeline_write2 .title2 {
	font-weight: bold;
	padding-bottom: 6px;
}
.timeline_write2 .attach {
	background: url(../img/apariencia/attach.gif) no-repeat left top;
	display:block;
	float: right;
	margin-right: 130px;
	padding: 6px 9px 7px 24px;
	position:relative;
	top: -5px;
}
.timeline_write2 .attach:hover { background-position: left bottom; }
.task_form {
	width: 628px;

	height:63px;
	font-size:11px;
	background-color: #f3f3f3;
	position: relative;
	border: 1px solid #cccccc;
	border-radius: 5px;
	margin-bottom: 6px;
}
.task_form.write {
	left:0px;
	width: 498px;
	height:63px;
	font-size: 10px;
}
.task_form span {
	float: left;
	padding-top: 7px;
	padding-left: 12px;
}
.task_form.write span {
	padding-top: 7px;
}
.task_form input[type='text'] {
	font-size:11px;
	background-color: #fff;
	border: 1px solid #DFDFDF;
	border-radius: 3px;
	padding: 3px 5px;
	width:406px;
	margin-left: 7px;
}
.task_form.write input[type='text'] { font-size:10px; }
.task_form input[type='text']:focus { border: 1px solid #3ca0d7; }
.task_form .arrow {
	height: 8px;
	width: 15px;
	background-image: url(../img/apariencia/task_form_arrow.gif);
	position: absolute;
	top:-8px;
	left:70px;
}
.time_search {
	background: url(../img/apariencia/timeline_li.gif) repeat-x 0px bottom;
	padding-bottom: 9px;
	padding-top: 10px;
	height:27px;
	position: relative;
}
.time_search input[type="text"] {
	background: url(../img/apariencia/magnifier.gif) no-repeat 8px 7px;
	font-size: 11px;
	color:#a3a3a3;
	border: 1px solid #e1e1e1;
	width:548px;
	border-radius: 5px;
	padding: 6px 9px 6px 26px;
	float:left;
	display: inline;
}
.time_search input[type="button"] {
	font-size:12px;
	font-weight:bold;
	background-color: #f3f3f3;
	border: 1px solid #cccccc;
	height: 27px;
	padding-right: 2px;
	padding-left: 2px;
	border-radius: 5px;
	float:left;
	color:#8A8A8A;
	margin-left: 8px;
	float: right;
}
.time_search input.backButton{
	width: 100px;
	position: absolute;
	top: 10px;
	right: 40px;
	z-index: 500;
    display: none;
}
.time_search input[type="button"]:hover {
	background-color: #fff;
	color:#2291cf;
} 
.time_filter {
	position: relative;
	margin-top: 17px;
	margin-bottom: 4px;
}
.time_filter p {
	background: #f4f4f4 url(../img/apariencia/filter.gif) no-repeat 9px 7px;
	font-size: 11px;
	color: #4d4d4d;
	font-weight: bold;
	display:block;
	padding: 7px 10px 7px 25px;
	border: 1px solid #ebebeb;
	border-radius: 4px;
}
.time_filter p:hover, .time_filter:hover > p {
	color: #4d4d4d;
	background-color: #F4F4F4;
	border: 1px solid #DBDBDB;
}
.time_filter ul {
	position:absolute;
	z-index:50000;
	width:214px;
	background-color:#F4F4F4;
	right:0px;
	top:26px;
	display:none;
	border-radius: 0px 0px 4px 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px solid #DBDBDB;
	border-top:0;
}
.time_filter li {
	color:#2291cf;
	font-size: 11px;
	padding: 5px 10px 5px 34px;
	cursor:pointer;
	background-repeat: no-repeat;
}
.time_filter li:hover {
	color: #4CA716;
	background-color: #2291cf;
}
.time_filter li.all { background: url(../img/apariencia/bullet.png) no-repeat 15px 9px; }
.time_filter li.tasks { background: url(../img/apariencia/all.png) no-repeat 5px -2px; }
.time_filter li.ft { background: url(../img/apariencia/complete.png) no-repeat 5px -27px; }
.time_filter li.pt { background: url(../img/apariencia/complete.png) no-repeat 5px -1px; }
.time_filter li.favor { background: url(../img/apariencia/timeline_favorite.gif) no-repeat 6px -17px; }
.time_filter li.status { background: url(../img/apariencia/alert.png) no-repeat 11px 4px; }
.time_filter li.attach { background: url(../img/apariencia/attachments.png) no-repeat 11px 4px; }
.time_filter li.visible { background: url(../img/apariencia/timeline_show.png) no-repeat 6px -15px; }
ul.timeline { margin-bottom: 10px; }
.timeline li.general {
	background: url(../img/apariencia/timeline_li.gif) repeat-x 0px bottom;
	font-size: 11px;
	position: relative;
	width:530px;
	padding:8px 14px 19px 86px;
}
.timeline li.general:hover { background-color: #F8F8F8; }
.timeline li.general .reply {
	background-color: #fff;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	color: #8A8A8A;
	float: left;
	font-size: 9px;
	font-weight: bold;
	margin-left: 8px;
	position: absolute;
	right: 14px;
	bottom: 6px;
	display: none;
	cursor:pointer;
	padding: 1px 5px 2px;
	text-transform: uppercase;
}
.timeline li.general .reply:hover { color: #1e7cb0; }
.timeline li.general:hover li.nested, .timeline li.general:hover li.write { background-color: #FFF; }
.timeline li.general:hover .arrow { background-position: 0px bottom; }
.timeline li.highlight .nested .arrow { background-position: 0px bottom; }
.timeline li.minimized {
	background: url(../img/apariencia/timeline_li.gif) repeat-x 0px bottom;
	height:19px;
	line-height:17px;
	font-size:9px;
	position:relative;
	padding-right:30px;
	text-align:right;
	color: #868686;
}
.timeline li.minimized:hover  { background-color: #F8F8F8; }
.timeline li.highlight, .timeline li.highlight:hover { background-color: #fffaea; }
.timeline li.status {
	background: #eef9ff url(../img/apariencia/timeline_li.gif) repeat-x 0px bottom;
	font-size: 11px;
	position: relative;
	width:444px;
	padding: 10px 14px 1px 172px;
}
.timeline li:hover.status { background-color: #eef9ff; }
.timeline li.status .msg {
	display:block;
	height: 35px;
	width: 35px;
	background-image: url(../img/apariencia/alert3.png);
	float: left;
	margin-right: 6px;
	position:absolute;
	left:14px;
	top:8px;
}
.timeline li.status .date2 {
	color: #2484b8;
	font-size: 13px;
	font-weight: bold;
	position:absolute;
	margin-left: -115px;
	margin-top: 0px;
}
.estatus2, .barra_estatus {
	color: #2484b8;
	font-weight: normal;
	font-size: 18px;
	position:absolute;
	margin-left: -115px;
	margin-top: 8px;
}
.timeline li.status span.name2 {
	padding-top: 4px;
	display:table;
}
.timeline li.status .nested {
	background-color: #FFF;
	margin-left: -86px;
}
.timeline li.status .write { margin-left: -86px; }
.timeline li.status ul { margin-bottom: 14px; }
.timeline li.status .nested .arrow { display:none; }
.timeline li.status li { background-color:#FFF; }
.timeline li.status ul.pad { margin-top: 12px; }
.timeline li.status.highlight { background-color: #fffaea; }
.timeline li.status .favorite, .timeline li.status .comment, .timeline li.status .hide { background-color: #eef9ff; }
.timeline p { padding: 7px 0px; }
.timeline .comment, .timeline .favorite, .timeline .hide, .timeline .show, .timeline .note, .timeline .taskCurrent, .timeline .taskComplete {
	background: no-repeat 0px top;
	height: 19px;
	position: absolute;
	display:none;
}
.timeline .commentTaskCompleted a {
	background: #f3f3f3 url(../img/apariencia/complete.gif) no-repeat 4px 3px;
	border: 1px solid #dbdbdb;
	border-radius: 3px 3px 3px 3px;
	color: #2c2c2c;
	display: block;
	font-size: 10px;
	height: 16px;
	margin-top: 10px;
	width: 154px;
	padding: 5px 0px 4px 28px;
}
.timeline .commentTaskCompleted a:hover { background-position: 4px -16px; }
.timeline .taskCurrent {
	background: url(../img/apariencia/complete.gif) center top;
	width: 21px;
	right:80px;
	top:8px;
}
.timeline .taskCurrent:hover { background-position: center bottom; }
.timeline .taskComplete {
	background: url(../img/apariencia/complete.gif) center bottom;
	width: 21px;
	right:80px;
	top:8px;
}
.timeline .comment {
	width: 21px;
	background-image: url(../img/apariencia/timeline_comment.gif);
	right:60px;
	top:4px;
}
.timeline .favorite {
	width: 23px;
	background-image: url(../img/apariencia/timeline_favorite.gif);
	right:35px;
	top:3px;
}
.timeline .favorite.active {
	background-position: 0px bottom;
	display:block;
}
.timeline li.nested .favorite { right:5px; }
.timeline .hide {
	width: 24px;
	background-image: url(../img/apariencia/timeline_hide.gif);
	right:10px;
	top:5px;
}
.timeline .show {
	width: 26px;
	background-image: url(../img/apariencia/timeline_show.png);
	right:0px;
	top:1px;
}
.timeline .note {
	background: url(../img/apariencia/timeline_note.gif) 3px top;
	height: 26px;
	width:31px;
	right:-31px;
	top:0px;
}
.timeline .note:hover { background-position: 3px bottom; }
.timeline .note.active {
	display: block;
	background: transparent 3px bottom;
}
.timeline .comment:hover, .timeline .favorite:hover, .timeline .hide:hover, .timeline .show:hover  {
	background-position: 0px bottom;
}
.timeline li:hover .comment, .timeline li:hover .favorite, .timeline li:hover .hide, .timeline li:hover .note, .timeline li:hover .taskCurrent {
	display: block;
}
.timeline li.general .avatar {
	height: 53px;
	width: 53px;
	background-color: #E5E5E5;
	position: absolute;
	top: 14px;
	left: 14px;
}
.timeline li.general .title {
	font-size: 12px;
	font-weight: bold;
	color: #4ca716;
	padding-top: 12px;
	padding-bottom: 6px;
}
.timeline li.general .task {
	font-weight: normal;
	font-size: 11px;
	color:#4d4d4d;
}
.timeline li.general .task strong { color: #727272; }
.timeline li.general .status {
	display:block;
	font-weight: normal;
	font-size: 11px;
	padding-top: 5px;
	color:#A7A7A7;
}
.timeline li.general .pending { color:#cf251e; }
.timeline li.general .finished { color: #1e7cb0; }
.timeline li.minimized .title { font-weight: bold; }
.timeline .date {
	font-weight: normal;
	color: #aeaeae;
	padding-left: 4px;
	font-size: 11px;
	letter-spacing: -1px;
}
.timeline .attachments {
	padding-top: 6px;
	padding-bottom: 6px;
}
.timeline .attachments .head {
	background: url(../img/apariencia/attachments.png) no-repeat 0px 1px;
	line-height:16px;
	padding-left: 18px;
	float: left;
	color:#4D4D4D;
	font-weight: bold;
}
.timeline .attachments ul {
	float: left;
	padding-top: 2px;
}
.timeline .attachments li {
	display:block;
	float: left;
	color: #2291CF;
	font-weight:bold;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #E0E0E0;
}
.timeline .attachments li:hover { background-color:#FFF; }
.timeline li.nested {
	font-size: 11px;
	background-color:#f5f5f5;
	position: relative;
	width:428px;
	padding: 5px 14px 5px 86px;
	border: 1px solid #e2e2e2;
	margin-top:0px;
	margin-bottom:5px;
	min-height:65px;
}
.timeline li.highlight .nested { background-color:#fff; }
.timeline li.nested .task { font-size: 11px; }
.timeline li.nested.first { margin-top:10px; }
.timeline li.nested .avatar {
	height: 53px;
	width: 53px;
	background-color: #E5E5E5;
	position: absolute;
	top: 12px;
	left:14px;
}
.timeline li.nested .title {
	font-size: 11px;
	font-weight: bold;
	color: #2291cf;
	padding-top: 6px;
	padding-bottom: 0px;
}
.timeline li.nested .arrow {
	background: url(../img/apariencia/nested_arrow.gif) 0px top;
	height: 9px;
	width: 17px;
	position: absolute;
	top:-9px;
	left: 20px;
}
.timeline li.write {
	font-size: 11px;
	background-color:#f5f5f5;
	position: relative;
	width:500px;
	padding: 5px 14px;
	border: 1px solid #e2e2e2;
	margin-top:0px;
	margin-bottom:5px;
	min-height:65px;
}
.timeline .highlight li.write { background-color:#fff; }
.timeline li.write .textarea {
	width: 484px;
	margin-top: 8px;
}

/* ----------- Modal Box -----------*/
.modal_box {
	background: url(../img/apariencia/modal_back.png) fixed;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 20100;
	display: none;
	height: 100%;
	width: 100%;
}
.modal_box h1 {
background-color: #F6F6F6;
    border-radius: 4px 4px 0 0;
    color: #4D4D4D;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 0 8px 14px;
}
.modal_box h1 a {
	background: #757575 url(../img/apariencia/bg_close_modal.gif) no-repeat center center;
	display: block;
	width: 20px;
	height: 20px;
	float: right;
	border-radius: 3px;
	box-shadow: 0px 0px 3px #333333 inset;
	margin-right: 8px;
	margin-top: 0px;
}
.modal_box h1 a:hover { background-color: #858585; }
.modal_box h2 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 16px;
}
.modal_box .modal_content {
	width:560px;
	position: relative;
	top:94px;
	margin-right:auto;
	margin-left:auto;
	background-color:#f6f6f6;
	border:1px solid #cccccc;
	box-shadow: 0px 0px 10px #bbbbbb;	
	border-radius: 3px;
    padding: 10px;
}
.modal_box .taskForm{
	border:none;
}
.modal_box .modal_content .cerrar {
	background: url(../img/layout/tasks.png) no-repeat -47px -133px #e3702b;
	display: block;
	height: 9px;
	width: 9px;
	position: absolute;
	z-index: 1500;
	top: 5px;
	right: 5px;
	padding: 5px;
	border: none;
	cursor: pointer;
	border-radius: 3px;
}
.modal_box .modal_content .cerrar:hover {
	background-color: #a2acba;
}
.modal_box .main {
	overflow:auto;
	padding: 0px;
}
.modal_box .foot {
	height: 52px;
	background: url(../img/apariencia/main_foot.png) repeat-x;
}
.modal_box #fast_description{
	width: 402px;
	height: 100px;
	max-width:402px;
}

/* ----------- Modal Box -----------*/
.modal_box2 {
	background-image: url(../img/apariencia/modal_back.png);
	display: none;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 20200;
	left: 0px;
	top: 0px;
}
.modal_box2 .modal_content {
	width:300px;
	position: relative;
	top: 40%;
	background-color:#FFF;
	border:1px solid #fff;
	border-radius: 5px;
	box-shadow: 2px 2px 3px #8d8d8d;
	margin: -60px auto 0px;
}

.modal_box2 h4 {
	font-size:16px;
	color:#2291cf;
	font-weight: bold;
	padding: 12px 16px 0px;
	margin: 0px;
}
.modal_box2 p {
	padding: 10px 16px;
	font-size: 12px;
	color: #828282;
}
.modal_box2 .m2 {
	font-size: 13px;
	text-align: center;
	color: #1f7eb2;
	padding: 18px 18px 20px;
}
.modal_box2 .imgLoad {
	display: block;
	margin: 0px auto 16px;
}
.modal_box2 .buttons {
	background-color: #EEE;
	border-radius: 0px 0px 5px 5px;
	margin: 0px 1px 1px;
	padding: 9px 10px 7px;
}
.modal_box2 a {
	display: block;
	float: right;
	background-color: #666;
	margin-left: 8px;
	border-radius: 3px;
	padding: 4px 8px;
	color:#FFF;
	font-size:11px;
	font-weight: bold;
}
.modal_box2 a:hover { background-color: #2484b8; }
.project_table .sms {
	background: #efefef url(../img/apariencia/form_input.png) repeat-x;
	float:right;
	height:29px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 1px;
	border-color: #A6A6A6 #C0C0C0 #E0E0E0 #B8B8B8;
	border-radius: 4px 4px 4px 4px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 2px #D1D1D1 inset;
}
.project_table .sms span{
	font-size: 14px;
	font-weight: bold;
	color: #2291CF;
	line-height:30px;
}
.msm_check, .task_form .msm_check, .task_form.write .msm_check{
	background: #FFFFFF url(../img/apariencia/sms_small.png) no-repeat 4px center;
	border: 1px solid #DFDFDF;
	border-radius: 3px 3px 3px 3px;
	font-size: 11px;
	margin: 0px;
	display: block;
	height:19px;
	float: right;
	line-height: 19px;
	padding: 0px 3px 0px 14px;
}
.msm_check input[type="checkbox"]{
	height: 19px;
	float:right;
	margin-left: 6px;
}
.askSMS{
	background: url(../img/apariencia/interrogacion.png) repeat center center;
	display: block;
	width: 13px;
	height: 13px;
	position: relative;
	float:right;
	cursor: pointer;
}
.askSMS img {
	position: absolute; 
	top: 0px; 
	right: 0px;
	z-index:300;
	border-width: 0px;
}
.askSMS span{
	display: none;
	width: 160px;
	text-align: center;
	font-weight:bold;
	color: #FFF;
	position:absolute;
	top: 3px; 
	right: 3px;
	background-color: #2888bc;	
	border: solid 1px #1976aa;
	border-radius: 4px;
	z-index:200;
	padding: 10px;
}
.recuadro_mensaje {
	background-color: #efefef;
	border: solid 1px #2291CF;
	display: none;
	width: 400px;
	padding: 20px;
	text-align:center;
	font-size: 16px;
	font-weight:bold;
	color: #2291CF;
	border-radius: 7px;
	margin: 30px auto 0px;
}

/*	Sustituir checkbox	*/
.check_slide_box { display: none; }
.checkslide {
	background: url(../img/apariencia/form_input.png) repeat-x;
	position: relative;
	display: block;
	width: 74px;
	height:24px;
	padding: 0px;
	font-size: 14px;
	font-weight: normal;
	color: #707070;
	border-color: #A6A6A6 #C0C0C0 #E0E0E0 #B8B8B8;
	border-radius: 13px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 2px #D1D1D1 inset;
	overflow: hidden;
}
.checkslide .sliderholder{
	position: absolute;
	top: 0px;
	left: -50px;
	display: block;
	width: 172px;
	height:24px;
}
.checkslide .slider{
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 124px;
	height: 24px;
}
.checkslide .yes, .checkslide .no {
	position:absolute;
	top: 0px;
	z-index: 11;
	display: block;
	width: 50px;
	height: 24px;
    padding: 0px;
    font-size: 14px;
	line-height: 24px;
	text-align: center;
	font-weight: bold;
	text-shadow: 1px 1px 1px #E4E4E4;
	cursor: pointer;
}
.checkslide .yes {
	left: 0px;
	color: #2291CF;
}
.checkslide .no {
	right: 0px;
	color: #707070;
}
.checkslide .slider .handle{
	position: absolute;
	top: 0px;
	left: 50px;
	display: block;
	width: 22px;
	height: 22px;	
	background-color: #d6d5d9;
	border: 1px solid #D8D8D8;
	box-shadow: 1px 1px 2px #FFFFFF inset;
	border-radius: 12px 12px 12px 12px;
	cursor:grab;
	cursor:-moz-grab;
	cursor:-webkit-grab;
}
.checkslide .slider .handle span {
	background: #40A4DB url(../img/apariencia/title_box1.png) 0 bottom;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	width: 20px;
	height: 20px;
	border: 1px solid #1976AA;
	box-shadow: 1px 1px 2px #BBE7FF inset;
	border-radius: 12px 12px 12px 12px;
}
.checkslide .slider .grabbing{
	cursor:grabbing;
	cursor:-moz-grabbing;
	cursor:-webkit-grabbing;
}

/* ----------- Tooltips -----------*/
.tooltip-user, .tooltip-private, .tooltip-attachment, .tooltip-note, .tooltip-task { cursor:pointer; }
.tooltip_user {
	width:250px;
	z-index:100;
	padding:15px;
	font-size:11px;
	color:#fff;
	background-color: #333333;
	border-radius: 7px;
}
.tooltip_user a { color:#999; }
.tooltip_user a:hover { color:#FFF; }
.tooltip_user p {
	padding-bottom: 3px;
}
.tooltip_user .image {
	float:left;
	margin-right:15px;
}
.tooltip_user .title {
	color:#50cbff;
	font-weight: bold;
}
.tooltip_user .text {
	float:left;
	color:#FFF;
}
.tooltip_user em {
	background-image: url(../img/apariencia/list_arrow.gif);
	display:block;
	height: 6px;
	width: 11px;
	position:absolute;
	top:-6px;
	left:48%;
}
.tooltip_user em.left {
	display: block;
	height: 11px;
	width: 6px;
	background-image: url(../img/apariencia/list_arrow2.gif);
	position:absolute;
	top:44%;
	left:-6px;
}
.private {
	background: url(../img/apariencia/timeline_privacy.gif) no-repeat 0px bottom;
	height: 15px;
	width: 14px;
	float: left;
	margin: 4px 8px 0px 0px;
}
.tooltip_private {
	background-color: #333333;
	display:none;
	font-size:11px;
	color:#fff;
	padding: 15px;
	border-radius: 7px;
	margin-top: 6px;
	width:75px;
	z-index:100;
}
.tooltip_private em {
	background-image: url(../img/apariencia/list_arrow.gif);
	display:block;
	height: 6px;
	width: 11px;
	position:absolute;
	top:-6px;
	left:48%;
}
.tooltip_task {
	background-image: url(../img/apariencia/tooltip_private.png);
	width:225px;
	height:100px;
	display:none;
	z-index:100;
	padding:25px;
	font-size:11px; 
	color:#fff;
}
.tooltip_attachment {
	width:225px;
	display:none;
	z-index:100;
	font-size:11px;
	color:#fff;
	padding: 15px;
	background-color: #333333;
	border-radius: 7px;
	margin-top: 6px;
}
.tooltip_attachment em {
	background: url(../img/apariencia/list_arrow.gif) no-repeat center top;
	display:block;
	height: 6px;
	width: 100%;
	position:absolute;
	top:-6px;
	left:0px;
}
.tooltip_attachment .file {
	color: #50cbff;
	font-weight:bold;
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid #4D4D4D;
}
.tooltip_attachment .text p { padding-bottom: 6px; }
.tooltip_attachment .download a {
	background: url(../img/apariencia/tooltip_download.png) no-repeat right bottom;
	width:97px;
	height:20px;
	line-height:18px;
	display:block;
	float:right;
	font-size: 11px;
	color: #5ECD1B;
	text-align: right;
	font-weight: bold;
	padding-right: 30px;
}
.tooltip_attachment .download a:hover {
	background-position:right top;
	color:#50cbff;
	text-decoration: underline;
}
.tooltip_attachment .delete a {
	width:15px;
	height:15px;
	display:block;
	position:absolute;
	background-image: url(../img/apariencia/tooltip_delete.png);	
}
.tooltip_attachment .delete a:hover { background-position:bottom; }
.tooltip_note {
	width:225px;
	display:none;
	z-index:1000;
	font-size:11px;
	color:#fff;
	padding: 15px;
	background-color: #333333;
	border-radius: 7px;
	margin-top: 6px;
}
.tooltip_note em.arrow {
	display:block;
	height: 11px;
	width: 6px;
	background-image: url(../img/apariencia/list_arrow3.gif);
	position:absolute;
	top:44%;
	right:-6px;
	padding-bottom: 0px;
}
.tooltip_note em {
	color:#50cbff;
	font-style:normal;
	display: block;
	padding-bottom: 10px;
}
.tooltip_note .text {
	color:#FFF;
	font-size:11px;
}
.tooltip_note .textarea {
	width:100%;
	height:110px;
	font-size:11px;
	background-color:#FFF;
	border:1px solid #CCC;
}
.tooltip_note .guardar{
	background-color: #575757;
    border: 1px solid #3c3c3c;
    border-radius: 7px;
    box-shadow: 1px 1px 1px #333333 inset;
    color: #FFFFFF;
    display: block;
    float: right;
    font-size: 11px;
    font-weight: bold;
    height: 26px;
    line-height: 25px;
    padding-left: 13px;
    padding-right: 10px;
    position: absolute;
    text-shadow: -1px -1px #575757, 1px 1px #333333;
    bottom: -18px;
	right: 5px;
	cursor: pointer;
}
.tooltip_note .guardar:hover { background-color: #707070; }
.tooltip_note .delete {
	width:15px;
	height:15px;
	display:block;
	float:right;
	margin-left:5px;
	background-image: url(../img/apariencia/tooltip_delete.png);
	cursor:pointer;
	margin-top: -24px;
}
.tooltip_note .delete:hover { background-position:bottom; }
.tooltip_note .edit {
	width:15px;
	height:15px;
	display:block;
	float:right;
	margin-left:5px;	
	background-image: url(../img/apariencia/tooltip_edit.png);
	cursor:pointer;
}
.tooltip_note .edit:hover { background-position:bottom; }
.ui-datepicker-trigger {
	float:left;
	cursor:pointer;
}

/* ----------- Task table -----------*/
.task_table {
	font-size: 11px;
	margin-top: 8px;
}
.task_table th {
	text-align: left;
	background-color: #F2F2F2;
	border: 1px solid #E6E6E6;
	padding: 10px;
	background-image: url(../img/apariencia/task_table_th.png);
	text-transform: uppercase;
}
.task_table2 { font-size: 11px; }
.task_table2 td {
	color: #707070;
	padding: 10px;
	background-color: #FFF;
	border: 1px solid #E6E6E6;
	border-top:0;
}
.task_table2 .move {
	cursor:move;
	background: url(../img/apariencia/move.gif) no-repeat center center;
}
.task_options {
	display: none;
	float: right;
	position: relative;
	top: -4px;
	box-shadow:inset 1px 1px 2px #e6e6e6;
	border-radius: 7px;
	border: 1px solid #cccccc;
	background-color:#FFF;
	margin-left: 18px;
}
.task_options li { display: inline; }
.task_options a {
	font-size: 11px;
	display: block;
	float: left;
	text-transform: uppercase;
	color: #666;
	width:26px;
	height:26px;
	background-position: bottom;
	border-right: 1px solid #cccccc;
}
.task_options a:hover, .task_options .current { background-color: #EFEFEF; }
.task_options a.all:hover, .task_options .all.current { border-radius: 7px 0px 0px 7px; }
.task_options a.after:hover, .task_options .after.current { border-radius: 0px 7px 7px 0px; }
.task_options .all { background-image: url(../img/apariencia/all.png); }
.task_options .star { background-image: url(../img/apariencia/star.png); }
.task_options .complete { background-image: url(../img/apariencia/complete.png); }
.task_options .after { background-image: url(../img/apariencia/after.png); }
.new_task {
	height: 44px;
	float: right;
	position: relative;
	top: -4px;
}
.new_task a {
	display:block;
	float: left;
	color: #FFF;
	padding: 7px 14px;
	margin-bottom: 14px;
	border: 1px solid #3e940a;
	border-radius: 4px;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	background-color: #4CA716;
}
.new_task a:hover { background-color: #58b71f; }
.tooltip4 {
	display:none;
	font-size:11px;
	color:#FFF;
	background-color: #005b94;
	border-radius: 4px;
	padding: 4px 10px;
	border: 1px solid #003f73;
	z-index:2000;
}
.tooltip4 em {
	height: 9px;
	width: 5px;
	background-image: url(../img/apariencia/tooltip4.gif);
	position: absolute;
	top:6px;
	right:-5px;
}

/* ----------- Settings menu -----------*/
.settings_menu {
	position: relative;
	margin: 16px 14px 18px 14px;
}
.settings_menu li { position:relative; }
.settings_menu a {
	border-bottom: 1px solid #E5E5E5;
	color: #757575;
	font-size:13px;
	display:block;
	height: 38px;
	line-height:37px;
	padding: 0px 8px;
}
.settings_menu a:hover { background-color: #F8F8F8; }
.settings_menu .current { color: #4ca716; }
.settings_menu .current em {
	display: block;
	height: 15px;
	width: 8px;
	background-image: url(../img/apariencia/settings_arrow.gif);
	position: absolute;
	right:-23px;
	top:10px;
}

/* ----------- Loading -----------*/
.loading {
	background: #409f07 url(../img/apariencia/loading.gif) no-repeat center center;
	width: 38px;
	height: 38px;
	position: fixed;
	z-index:100100;
	right:2.5%;
	top: 82px;
	border-radius: 5px;
	opacity: 0.85;
	border: 1px solid #71c042;
}
#loading3 {
	background: #d7f1ff url(../img/apariencia/loading3.gif) no-repeat center center;
	height: 30px;
	border: 1px solid #b4ddf3;
	display:none;
}
#theend {
	background-color: #d7f1ff;
	border: 1px solid #b4ddf3;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 11px;
	color: #0a5882;
	display:none;
}

/* ----------- Settings table -----------*/
.settings_table { margin-top: 14px; }
.settings_table th {
	background-color: #f7f7f7;
	text-align: left;
	padding: 10px 14px;
	font-size: 11px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
.settings_table td {
	border-bottom: 1px dashed #E4E4E4;
	font-size: 11px;
	padding: 7px 14px;
}
.settings_table .alpha_index{
	background-color: #f7f7f7;
	text-align: left;
	font-size: 12px;
	color: #60b7e7;
	font-weight: bold;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding: 7px 14px 3px;
}
.settings_table a.edit {
	background: url(../img/apariencia/edit.gif) 0px top;
	display: inline-block;
	height: 26px;
	width: 26px;
}
.settings_table a:hover.edit { background-position: 0px bottom; }
.settings_table a.delete {
	background: url(../img/apariencia/delete.gif) 0px top;
	display: inline-block;
	height: 26px;
	width: 26px;
}
.settings_table a:hover.delete { background-position: 0px bottom; }
.settings_table a.resend {
	background: url(../img/apariencia/resend.png) 0px top;
	display: block;
	height: 26px;
	width: 26px;
}
.settings_table a:hover.resend { background-position: 0px bottom; }
.settings_table a.active {
	background: url(../img/apariencia/complete.png) 0px bottom;
	display: block;
	height: 26px;
	width: 26px;
}
.settings_table a.off { background-position: 0px top; }
.button_add a, .button_add2 a {
	display: block;
	height: 25px;
	line-height:24px;
	color: #207eb2;
	float: right;
	padding-right: 10px;
	padding-left: 13px;
	font-size: 11px;
	border-radius: 5px;
	border: 1px solid #d0d0d0;
	position: absolute;
	top: 10px;
}
.button_add a {
	position:relative;
	margin-right: 11px;
}
.button_add2 a { left: 12px; }
.button_add a:hover, .button_add2 a:hover { background-color: #f3f3f3; }
.button_add .add {
	background: url(../img/apariencia/add3.gif) no-repeat 10px center;
	padding-left: 25px;
}
.button_add2 .back {
	font-size: 18px;
	letter-spacing: -2px;
	padding: 0px 8px 0px 7px;
}
.button_add .search {
	background: url(../img/apariencia/search_small.png) no-repeat 10px center;
	padding-left: 25px;
}
.client_deletion_msg{
	display: block;
	margin: 20px 10px;
	text-align: center;
}
.client_deletion_msg p{
	margin: 10px 0px;
}
.client_deletion_msg input[type="button"]{
	background-color: #2067B0;
    border: 0 none;
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    height: 24px;
    position: relative;
    text-align: center;
	padding: 0px 10px;
}
.client_deletion_msg input[type="button"]:hover{
	background-color: #e3702b;
}
.client_deletion_msg .w40{
	width: 40px;
}


/* ----------- Projects sidebar -----------*/
.projects_sidebar { padding: 0px 15px 15px 15px; }
.projects_sidebar h3 {
	padding-top: 16px;
	padding-bottom: 3px;
	color: #2291cf;
}
.projects_sidebar h3 span {
	background: url(../img/apariencia/pencil.gif) no-repeat left top;
	height: 11px;
	width: 11px;
	display: inline;
	position: absolute;
	cursor:pointer;
	margin-left: 8px;
	margin-top: 3px;
}
.projects_sidebar h3 span:hover { background-position: left bottom; }
.projects_sidebar .divisor {
	height: 1px;
	margin-top: 18px;
	border-top: 1px solid #ebebeb;
}
.project_list { margin-top: 4px; }
.project_list p { padding: 8px 0px 6px; }
.project_list .avatar {
	height: 25px;
	line-height:20px;
	cursor: pointer;
	font-size: 11px;
	padding-top: 4px;
	position: relative;
}
.project_list .avatar:hover { background-color: #f8f8f8; }
.project_list .avatar img {
	float: left;
	padding-right: 12px;
}
.project_list .avatar span { float: left; }
.project_list .gear, .project_list .red_gear {
	height: 16px;
	width: 16px;
	position: absolute;
	right:0px;
	top:6px;
}
.project_list .gear { background-image: url(../img/apariencia/gear.png); } 
.project_list .red_gear { background-image: url(../img/apariencia/red_gear.png); }
.show_all {
	margin-top: 14px;
	padding-top: 8px;
	color: #4ca716;
	font-size:11px;
	font-weight:bold;
	letter-spacing: -1px;
	border-top: 1px solid #e5e5e5;
}

/* ----------- stepsSortable -----------*/
#stepsSortable { margin-top: 14px; }
#stepsSortable .placeholder { background-color: #e9f7ff; }
#stepsSortable li {
	border-top: 1px dashed #E0E0E0;
	position: relative;
	min-height: 33px;
	padding: 8px 0px 9px 12px;
}
#stepsSortable li:hover { background-color: #F7F7F7; }
#stepsSortable .title {
	font-weight: bold;
	color:#2291cf;
}
#stepsSortable .description {
	display:block;
	font-size: 11px;
}
#stepsSortable .edit a {
	background: url(../img/apariencia/edit.gif) 0px top;
	width:26px;
	height:26px;
	position: absolute;
	z-index:4000;
	top: 9px;
	right:8px;
	font-size: 11px;
}
#stepsSortable .edit a:hover { background-position: 0px bottom; }

/* ----------- Dash projects -----------*/
.dash_client {
	background: url(../img/apariencia/dash_client.png) no-repeat 0px 9px;
	margin-bottom: 10px;
}
.dash_client p.title_open {
	background: url(../img/apariencia/folder.gif) no-repeat 9px 9px;
	border-bottom: 1px solid #dddddd;
	max-height:35px;
	line-height:34px;
	font-size: 13px;
	color:#1085C6;
	display:block;
	position: relative;
	overflow:hidden;
	overflow-text: ellipsis;
	font-weight: bold;
	padding: 0px 14px 0px 35px;
}
.title_small{
	line-height:14px;
	font-size: 12px;
	display: block;
	height:28px;
	overflow:hidden;
}
.dash_client p.title_open a { visibility:hidden; }
.dash_client p.title_open.open a {
	visibility:visible;
	font-size: 11px;
	color: #666;
	font-weight: normal;
	margin-left: 6px;
}
.dash_client p.title_open.open a:hover { color: #2291cf; }
.dash_client p.title_open.open {
	background-color: #f3f3f3;
	height:33px;
	line-height:32px;
	padding-left: 34px;
	color: #1085C6;
	border-radius: 6px 6px 0px 0px;
	border: 1px solid #dddddd;
	border-bottom:0;
}
.dash_client p.title_open:hover {
	background-color: #f3f3f3;
	height: 33px;
	line-height: 32px;
	padding-left: 34px;
	border-radius: 6px 6px 0px 0px;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}
.dash_client p.title_open span.accordprefix {
	background: url(../img/apariencia/accordprefix.gif) 0px top;
	height: 12px;
	width: 12px;
	display: block;
	position: absolute;
	top: 12px;
	right: 11px;
}
.dash_client p.title_open.open span.accordprefix {
	background-position: 0px bottom;
}

/* Listado de archivos adjuntos en pizarra de proyectos*/
.attachment_list {
	display: block;
	width: 700px;
	height: 600px;
	background-color: #FFFFFF;
}
.dash_projects {
	background-color: #f4f4f4;
	padding: 7px;
	position:relative;
	border: 1px solid #dddddd;
	border-top:0;
}
#quick_reminder .modal_content{ position:fixed; }

#quick_reminder input[type="button"]:hover{
	background: #187EB6;
}
body #quick_reminder .sending, body #quick_reminder .sending:hover {
	background: #409f07 url(../img/apariencia/loading.gif) no-repeat center center;
	border: 1px solid #409f07;
	box-shadow: 1px 1px 2px #409f07 inset;
}
#quick_reminder textarea, #quick_reminder input[type="text"]{
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    color: #5C6470;
    display: inline-block;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    margin: 0;
    padding: 0 10px;
}
#quick_reminder p {
	color: #B5B5B5;
	font-size: 11px;
	padding-top: 4px;
}
#quick_reminder .disabled{
	background-color: #dddddd;
}
#modal_sms{ position: fixed; }
#modal_sms .modal_content{
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	width: 575px;
}
#modal_sms p {
	color: #B5B5B5;
	font-size: 11px;
	padding-top: 4px;
	text-align: center;
	margin-bottom: 20px;
}
#modal_sms #sms_description { width:402px; }

/* ----------- Attachment List -----------*/
.project_attachment_list{ width: 545px; }
.project_attachment_list th{
	text-align:left;
	background-color:#efefef;
	padding: 3px;
}
.project_attachment_list tbody{
	display: block;
	width: 545px;
	max-height: 400px;
	overflow-y: auto;
}
.project_attachment_list td{
	font-weight:bold;
	font-size: 10px;
	border-top: 1px dotted #CCC;
	padding: 6px 3px;
}

/* ----------- Notification -----------*/
.n_button {
	background: #010101 url(../img/apariencia/n_button.png) repeat-x 0px bottom;
	color: #FFF;
	font-size:11px;
	height: 24px;
	line-height:22px;
	position: absolute;
	z-index:1000;
	right:28px;
	top:-43px;
	cursor:pointer;
	border-radius: 0px 0px 5px 5px;
	border: 1px solid #131313;
	border-top:0;
	padding: 0px 14px 0px 28px;
}
.n_button:hover { color:#89d35a; }
.n_button span.accordprefix {
	background: url(../img/apariencia/n_prefix.png) 0px top;
	display: block;
	height: 4px;
	width: 7px;
	position:absolute;
	top:10px;
	left:14px;
}
.n_button.open { color: #fff; }
.n_button.open span.accordprefix { background: url(../img/apariencia/n_prefix.png) 0px bottom; }
.notification {
	background: #333333 url(../img/apariencia/notification.png) repeat-x 0px bottom;
	width:940px;
	height:250px;
	color: #FFF;
	border-radius: 0px 0px 6px 6px;
	position: absolute;
	top:-28px;
	left:16px;
	z-index:100;
	box-shadow: 3px 4px 6px #cccccc;
}
.notification .n_content {
	height:194px;
	overflow: auto;
	margin: 30px 30px 0px 72px;
}
.notification_table th {
	color: #7dc351;
	text-align: left;
	font-size: 11px;
	padding-bottom: 8px;
}
.notification_table td {
	font-size: 11px;
	vertical-align: top;
	border-top: 1px solid #515151;
	padding: 10px 16px 0px 0px;
}
.notification_table .date { color: #afafaf; }
.notification_table .title a {
	font-weight: bold;
	color: #FFF;
}
.notification_table .title a:hover { color: #60b7e7; }
.notification_table .title a:hover .text {
	display: block;
	color: #FFF;
}
.notification_table span {
	color: #60b7e7;
	font-weight: normal;
	margin-left: 3px;
}
.notification_table .text {
	display:none;
	font-weight: normal;
	padding: 8px 0px;
}
.notification_table a.complete {
	background: url(../img/apariencia/complete.png) 0px top;
	display: block;
	float:left;
	height: 26px;
	width: 26px;
	position: relative;
	top:-6px;
}
.notification_table a:hover.complete { background-position: 0px bottom; }
.notification .n_title {
	background-image: url(../img/apariencia/n_title.png);
	height: 245px;
	width: 47px;
	position:absolute;
	left:0px;
	top:0px;
}

/* ----------- Follow up -----------*/
#follow_wrap {
	width: 904px;
	overflow:hidden;
	margin: 0px auto 30px;
}
#follow_slider { width: 10000px; }
.follow_box {
	width: 904px;
	float:left;
}
.follow_box .loader {
	height: 30px;
	width: 30px;
	background-image: url(../img/apariencia/loading2.gif);
	margin: 50px auto 0px;
}
.follow_box h2 {
	font-size: 19px;
	margin-top:18px;
	margin-bottom: 8px;
	color: #4ca716;
	background-color: #F4F4F4;
	border-radius: 5px;
	padding: 4px 10px 8px 10px;
}
.follow_box h3 {
	font-size: 12px;
	margin-top: 18px;
	color:#707070;
	margin-bottom: 1px;
}
.follow_box .dash_projects { border-top: 1px solid #dddddd; }
.follow_box .dash_table.small td { padding: 1px 0px; }
.follow_box .dash_table .title {
	background: url(../img/apariencia/bullet2.png) no-repeat 10px 5px;
	padding-left: 21px;
	font-size:12px;
}
.follow_box .dash_table .title a { color: #2291cf; }
.follow_names {
	width: 904px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 16px;
	font-size: 14px;
}
.follow_names a {
	color: #4d4d4d;
	font-weight:bold;
}
.follow_names a:hover { text-decoration: underline; }
.follow_names .current {
	cursor:default;
	color:#4ca716;
}
.follow_names a:hover.current { text-decoration:none; }
.follow_names span {
	font-size:18px;
	font-weight: bold;
	color: #CCC;
	padding-right: 4px;
	padding-left: 4px;
}
.staff_list a {
	display: block;
	width:284px;
	float: left;
	color: #707070;
	font-size: 12px;
	border: 1px solid #E8E8E8;
	border-radius: 5px;
	margin: 0px 8px 8px 0px;
	padding: 5px 0px 5px 6px;
}
.staff_list a:hover {
	color: #4ca716;
	border: 1px solid #6fc63b;
}
.staff_list img {
	float: left;
	margin-right: 10px;
}
.staff_list .name {
	display:block;
	padding-top:0px;
	padding-bottom:2px;
	font-weight: bold;
}
.staff_list .status {
	font-size: 11px;
}
.task_list li {
	border-bottom: 1px solid #eeeeee;
	font-size: 11px;
	padding-bottom: 4px;
	padding-top: 4px;
	color: #999;
}
.task_list a {
	background: url(../img/apariencia/bullet2.png) no-repeat 10px 6px;
	color: #2291CF;
	margin-right: 4px;
	padding-left: 21px;
	font-size: 12px;
	font-weight:bold;
}
.task_list a:hover {
	color: #4ca716;
	text-decoration:underline;
}
.task_list span {
	display:block;
	padding-left: 22px;
	padding-top: 2px;
	font-size: 10px;
}

/*	Task filters	*/
#taskSorter { display: none; }
.closeTooltip{
	background: url(../img/sorter/closeTooltip.png) no-repeat center center;
	position: absolute;
	top: 2px;
	right: 2px;
	display:block;
	width:14px;
	height:14px;
	cursor: pointer;
}
.taskContent{
	position: relative;
	z-index:900;
}
.taskContent .forLater {
    color: #999;
    opacity: 0.5;    
}

/* ----------- User detail -----------*/
.user_detail {
	margin-top: 10px;
	margin-bottom: 2px;
	position: relative;
}
.user_detail img {
	float: left;
	margin-right: 14px;
}
.user_detail span {
	display:block;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 5px;
	color: #2291cf;
}
.user_detail ul { margin-left:134px; }
.user_detail li {
	width: 372px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
}
.user_detail .highlight {
	border-radius: 5px;
	width:170px;
	position:absolute;
	top:13px;
	right:12px;
	padding:8px 14px 10px 14px;
	font-size: 14px;
	font-weight:bold;
	background-color: #F8F8F8;
	color: #4ca716;
	border: 1px solid #EBEBEB;
	text-align:center;
}
.user_detail em { font-style: normal; }
.project_table2 td {
	vertical-align:top;
	padding-bottom: 14px;
}
.project_table2 .label {
	color:#2291cf;
	font-weight: bold;
	text-align: right;
	padding-right: 18px;
}

/* ----------- Users_select -----------*/
.users_col {
	background-color:#fff;
	height: 392px;
	width: 248px;
	border: 1px solid #DDD;
	float:left;
	border-radius: 5px;
	margin-top: 6px;
}
.users_col.c1 { margin-left: 15px; }
.users_col.c2 { margin-left: 30px; }
.users_col p {
	background: url(../img/apariencia/users_colp.png) repeat-x;
	border-bottom: 1px solid #EAEAEA;
	font-size: 11px;
	font-weight: bold;
	padding: 6px 14px;
	margin-right: 1px;
	margin-left: 1px;
	color: #2291cf;
}
.users_col li {
	background: url(../img/apariencia/users_col_plus.gif) no-repeat right top;
	border-bottom: 1px solid #EAEAEA;
	cursor:pointer;
	font-size: 11px;
	padding: 6px;
	margin-right: 1px;
	margin-left: 1px;
}
.users_col li:hover {
	background-color: #F8F8F8;
	background-position: right bottom;
}
.users_col .active {
	background: #F8F8F8 url(../img/apariencia/title_box1.png) repeat-x;
	color: #FFF;
}
.users_col.c2 li {
	background-image: none;
	cursor:default;
	color:#2291cf;
	position:relative;
}
.users_col .options {
	position: absolute;
	right:6px;
	top:8px;
}
.users_col .delete {
	background: url(../img/apariencia/users_col_del.gif) 0px top;
	display:block;
	height: 9px;
	width: 9px;
	cursor:pointer;
	float:left;
}
.users_col .delete:hover { background-position: 0px bottom; }
.users_col .comment {
	background: url(../img/apariencia/users_col_comment.gif) 0px bottom;
	display:block;
	height: 11px;
	width: 12px;
	cursor:pointer;
	float:left;
	margin-right: 8px;
}
.users_col .comment:hover,  .users_col .comment.active { background-position: 0px top; }
.users_col img {
	float: left;
	margin-right: 5px;
	position: relative;
	margin-top:-1px;
}
.users_col form {
	margin: 10px 0px 10px 12px;
}
.users_col form input[type="text"], #txtUserFilter {
	font-size:11px;
	border: 1px solid #dddddd;
	padding: 4px;
	width:176px;
	border-radius: 4px;
	box-shadow:inset 1px 1px 2px #e6e6e6;
	margin-right: 3px;
	color: #ACACAC;
}
.users_col form input[type="submit"] {
	font-size:10px;
	background-color:#5eb829;
	border: 1px solid #4daa17;
	border-radius: 4px;
	font-weight: bold;
	color: #FFF;
	padding: 3px;
	cursor:pointer;
}
.users_col form input:hover[type="submit"] {
	background-color:#7f7f7f;
	border: 1px solid #6E6E6E;
}
.users_col .overflow, .users_col .overflow2 {
	overflow:auto;
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}
.users_col .overflow {
	height:337px;
	margin-top: 13px;
}
.users_col .overflow2 {
	height:363px;
	margin-top: 13px;
}
.new_contact {
	position:absolute;
	left:39px;
	top: 9px;
	font-size:11px;
}
.new_contact p {
	float: left;
	padding-top: 10px;
	padding-right: 10px;
}
.add_contact {
	background-color:#4fb015;
	text-align: center;
	margin-top: 6px;
	border-radius: 4px;
	font-weight: bold;
	padding: 4px 8px 5px 8px;
	float: left;
	color:#fff;
	cursor:pointer;
}
.add_contact:hover { background-color:#7f7f7f; }

/* ----------- Memo - Minuta -----------*/
.m_date {
	font-weight:bold;
	color:#6A6A6A;
	font-size:11px;
	border: 1px solid #fff;
	padding-bottom: 4px;
	padding-top: 2px;
	float:right;
	text-align: right;
}
.m_title {
	color:#2291cf;
	font-size:24px;
	width:99%;
	height:43px;
	margin-bottom: 1px;
	border: 1px solid #FFFFFF;
	padding: 6px 6px 0px;
}
.m_title_detail {
    color: #2291CF;
    font-size: 24px;
    padding: 6px;
    width: 99%;
}
#memo .activeTitle {
	background: url(../img/apariencia/form_input.png) repeat-x;
	border-radius: 4px;
	box-shadow: 0 1px 2px #D1D1D1 inset;
	color: #707070;
	font-size: 24px;
	font-weight: normal;
	padding: 6px;
	width: 98%;
	border-top: 1px solid #A6A6A6;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #E0E0E0;
	border-left: 1px solid #B8B8B8;
}
.wrap_memo {
	margin-top: 6px;
	border-top: 1px solid #eaeaea;
}
.memo td {
	padding: 6px 10px;
	border-bottom: 1px solid #eaeaea;
}
.memo .tRight, .memo_table .tRight {
	text-align:right;
	font-weight: bold;
	color: #2291CF;
}
.memo input[type="text"] {
	color:#B6B6B6;
	border-width: 0px;
	border-style: none;
	background-color: transparent;
}
.m_title2 {
	font-size: 18px;
	margin-top: 36px;
	color: #2291CF;
	border-bottom: 1px solid #2291CF;
	padding-bottom: 2px;
}
.memo_table tr { position: relative; }
.memo_table th {
	text-align:left;
	padding-bottom: 6px;
	color:#2291cf;
	line-height: 32px;
}
.memo_table td {
	border-bottom: 1px solid #EAEAEA;
	margin-right: 3px;
	margin-left: 3px;
	z-index:50;
}
.memo_table input[type="text"] {
	color:#727272;
	width:90%;
	border-width: 0px;
	border-style: none;
	border-radius: 4px;
	font-size: 14px;
	font-weight: normal;
	padding: 6px;
	border: 1px solid #ffffff;
}
.memo_table textarea, .memo textarea {
	color:#727272;
	width:100%;
	font-size: 14px;
	border: 1px solid #ffffff;
	height: 26px;
}
.memo_table td p, .memo_table td, .memo td p {
	color:#727272;
    font-size: 14px;
    font-weight: normal;
    padding: 6px;	
}
#newMemoData textarea:hover, #newMemoData textarea:focus, #newMemoData input[type="text"]:hover, #newMemoData input[type="text"]:focus { background-color:#F7F7F7; }
.memo_table .responsible {
	font-size: 10px;
	display:block;
	padding-bottom: 7px;
	color: #ACACAC;
}
.memo_table .responsible input {
	float:left;
	margin: 0px 6px;
}
#memoAttachment .uploading{
	background: url(../img/apariencia/plus2.gif) no-repeat 8px 7px;
	text-transform: uppercase;
	border: 1px solid #CCC;
	border-radius: 3px;
	padding: 5px 9px 5px 22px;
	font-size: 10px;
	position: relative;
	top: 4px;
	color: #428d15;
}
#txtAutorName { color: #ACACAC; }
.m_save {
	background: url(../img/apariencia/title_box1.png) repeat-x bottom;
	float:right;
	color: #FFF;
	font-weight: bold;
	font-size:14px;
	padding: 5px 16px;
	box-shadow: 0px 0px 1px #BBE7FF inset;
	border: 1px solid #1976aa;
	border-radius: 5px;
	margin-top: 16px;
	margin-left: 14px;
}
.m_save:hover { background: #2997D1 url(none); }
.m_save a { color: #FFFFFF; }
.m_add a {
	color: #b9b9b9;
	font-size: 10px;
	float:left;
	line-height:18px;
	margin-top: 16px;
}
.m_add a:hover { text-decoration: underline; }
.m_add span {
	background: #4ca716 url(../img/apariencia/plus.gif) no-repeat center center;
	display: block;
	height: 16px;
	width: 16px;
	border-radius: 5px;
	border: 1px solid #41990d;
	float:left;
	margin-right: 8px;
}
.m_add a:hover span {
	background-color: #8D8D8D;
	border: 1px solid #787878;
}
.m_line { position: relative; }
.m_remove {
	background: url(../img/apariencia/delete.gif) no-repeat 0 bottom;
	display: none;
	margin-top: 0;
	position: absolute;
	right: -10px;
	top: 5px;
	height: 26px;
	width: 26px;
}
.memo_list a {
	display: block;
	padding: 10px;
	color:#6a6a6a;
	border-top:0 solid #eaeaea;
	border-right: 0px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	border-left: 0px solid #eaeaea;
}
.memo_list a:hover { background-color:#f6f6f6; }
.memo_list span { display:block; }
.memo_list .title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color:#2291cf;
}
.memo_list .people { padding-top:10px; }
#userNamesData li, #dataUsersProject #userNamesDataProjects li{
	display: inline;
	margin-right: 20px;
	margin-bottom: 6px;
	padding: 4px;
	float:left;
	border: solid 1px #aeaeae;
	background-color: #efefef;
	border-radius: 5px;
}
#userNamesDataProjects img { float: left; }
#userNamesDataProjects label {
	line-height: 20px;
	color: #4D4D4D;
	font-size: 12px;
	margin: 0px 0px 0px 10px;
}
#txtNameUserNewProject{
    border-color: #FFFFFF;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 2px #FFFFFF inset;
    color: #B9B9B9;
    font-size: 14px;
    font-weight: normal;
    padding: 6px;
    width: auto;
	background-color: #f7f7f7;
	float:left;
}
#userNamesDataProjects a {
	background: url(../img/apariencia/remove.png) no-repeat center center;
	display: block;
	float: right;
	height: 15px;
	margin-left: 10px;
	margin-top: 3px;
	width: 15px;
}
#tdUserData img { float:left; }
#tdUserData label{
	margin-left: 10px;
	line-height:20px;
	float:left;
}
#tdUserData a{
	background: url(../img/apariencia/remove.png) no-repeat center center;
	display:block;
	width: 15px;
	height:15px;
	margin-left: 10px;
	margin-top: 3px;
	float:right;
}
#tdUserData #addNewUser{
	background: #4CA716 url(../img/apariencia/add3.gif) 10px center;
	display:block;
	line-height: 26px;
	height: 26px;
	margin-left: 10px;
	margin-top: 3px;
	float:right;
	white-space: nowrap;
	margin-top: 2px;
	cursor: pointer;
	padding: 0px 10px 0px 25px;
	width: auto;
}
.memo_table label {
	float:left;
	color: #2291CF;
	font-size: 18px;
	line-height:24px;
	font-weight: normal;
	margin: 10px 10px 10px 0px;
}
.memo_table .checkslide{
	margin-top: 10px;
	margin-bottom: 10px;
	float:left;
}
.memo input[type="text"]{
    border-color: #ffffff;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 2px #ffffff inset;
    color: #B9B9B9;
    font-size: 14px;
    font-weight: normal;
    padding: 6px;
	width: 98%;
}
.memo #tdUserData input[type="text"]{
    border-color: #ffffff;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 2px #ffffff inset;
    color: #B9B9B9;
    font-size: 14px;
    font-weight: normal;
    padding: 6px;
	width: auto;
}
#memo .activeField{
	background: url(../img/apariencia/form_input.png) repeat-x;
	border-color: #A6A6A6 #C0C0C0 #E0E0E0 #B8B8B8;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 2px #D1D1D1 inset;
	color: #707070;
	font-size: 14px;
	font-weight: normal;
	padding: 6px;
	width: 90%;
}
#memo .deadline{	
	width: 90%;
    padding: 6px;
    font-size: 14px;
}
#memo .deadline:hover { background-color:#F7F7F7; }
#memo .memotext {
	color: #6A6A6A;
	font-size: 14px;
	font-weight: normal;
	padding: 6px;
	margin: 0px;
	width: 90%;
	display: block;
	border: 1px solid #FFFFFF;
}
.wrap_memo .memo #userNamesData ul{
	float: left;
	margin-right: 20px;
}
#viewMemo #userNamesData li{
	background-color: #ffffff;
    border: 1px solid #ffffff;
    display: inline;
    float: left;
    margin-bottom: 6px;
    margin-right: 20px;
    padding: 6px;
}
#viewMemo .m_save:hover{ color: #FFFFFF; }

/* ----------- Filemanager -----------*/
#wrap_upload {
	margin-right: 22px;
	margin-top:11px;
	float:right;
}
.upload_button {
	background: #74c8f7 url(../img/apariencia/upload_button.png) repeat-x bottom;
	border: 1px solid #1875a8;
	border-radius: 4px;
	color:#FFF;
	font-weight:bold;
	padding: 4px 10px 5px 10px;
	float: left;
	margin-left:9px;
}
.upload_button:hover {
	background-color: #71ccff;
	border: 1px solid #228FCA;
	background-image: none;
}
.upload_button img { margin-right: 2px; }
.f_column1 {
	width:654px;
	float:left;
	padding-right: 20px;
	min-height:384px;
	border-right: 1px solid #eeeeee;
}
.file_list li { position:relative; }
.file_list li a {
	border-bottom: 1px solid #eeeeee;
	color:#4d4d4d;
	display:block;
	padding: 10px 8px;
}
.file_list li .options a {
	border-bottom-width: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 0px;
}
.file_list li a:hover { background-color: #f6f6f6; }
.file_list li a span.title { max-width:590px; }
.file_list li a span.created {
	margin-left: 40px;
	font-size: 10px;
	font-weight: normal;
}
.file_list span { display:block; }
.file_list .icon {
	float: left;
	height: 32px;
	width: 32px;
	margin-right: 10px;
}
.file_list .title {
	font-weight: bold;
	padding-bottom: 3px;
}
.file_list .created em {
	color: #b4b4b4;
	font-style: normal;
	padding-left: 6px;
}
.file_list .options {
	position:absolute;
	right:14px;
	top:17px;
}
.file_list .options em {
	display: block;
	height: 16px;
	width: 16px;
	background-color:#fff;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
}
.file_list .options .download { background-image: url(../img/apariencia/download_arrow.gif); }
.file_list .options em:hover { border: 1px solid #D3D3D3; }
ul.d_options {
	position: absolute;
	z-index:200;
	right:-10px;
	top: 18px;
	background-color:#fff;
	border: 1px solid #eeeeee;
	padding: 4px 6px;
	width:154px;
	border-radius: 5px;
    box-shadow: 0px 0px 5px #dbdbdb;
	display:none;
}
ul.d_options li a {
	font-size: 11px;
	border-bottom:0;
	padding: 5px 6px;
	border-radius: 4px;
	color:#4399c8;
}
ul.d_options li a:hover { background-color:#f5f5f5; }
ul.d_options li a img { margin-right: 6px; }
.f_column2 {
	width:210px;
	float: right;
}
.breadcrumb {
	font-size: 11px;
	color: #b4b4b4;
	padding-left: 32px;
	padding-top: 12px;
}
.breadcrumb a { color: #b4b4b4; }
.breadcrumb a:hover { text-decoration: underline; }
.order {
	font-size: 11px;
	color:#b4b4b4;
	position: absolute;
	right:74px;
	top:58px;
	height: 18px;
}
.order span {
	background: url(../img/apariencia/order_arrow.gif) no-repeat right 6px;
	color: #4399c8;
	padding-right: 10px;
}
.order span:hover { text-decoration: underline; }
.order ul {
	position: absolute;
	right:-20px;
	top: 18px;
	background-color:#fff;
	border: 1px solid #eeeeee;
	padding: 4px 6px;
	width:54px;
	border-radius: 5px;
    box-shadow: 0px 0px 5px #dbdbdb;
	display:none;
}
.order li {
	color: #4399c8;
	cursor:pointer;
	padding: 2px 6px 3px 6px;
	border-radius: 4px;
	margin-bottom:4px;
}
.order li:hover { background-color:#F5F5F5; }
.order li.current {
	background-color: #2b8bc0;
	color: #FFF;
}

/* ----------- Box message -----------*/
.wrap_box_message {
	background-color: #fff;
	border-radius: 6px;
    box-shadow: 3px 3px 4px #dddddd;
	padding: 1px;
	margin-bottom:22px;
	border: 1px solid #dcca94;
}
.box_message {
	color:#895018;
	background-color: #fff7df;
	padding:10px 38px 10px 14px;
	border-radius: 6px;
	text-align: justify;
	line-height: 16px;
}
.box_message a { color:#4ca716; }
.box_message a:hover { text-decoration: underline; }
.wrap_box_message .close {
	background: #FFF url(../img/apariencia/message_close.gif) no-repeat center center;
	height: 15px;
	width: 15px;
	position:absolute;
	top:8px;
	right:8px;
	border: 1px solid #dcca94;
	border-radius: 3px;
}
.wrap_box_message .close:hover { border: 1px solid #4ca716; }

/*	Elementos Nuevos	*/
#main .nuevo, #main .nuevo td {
	background-color: #ffffe1;
}
.oculto { display:none; }
.n_coments {
	font-size: 11px;
	color: #2291CF;
	font-weight: bold;
}
.title_open .n_coments {
	font-size: 11px;
	color: #2291CF;
	font-weight: bold;
	float: right;
	margin-right: 24px;
	margin-top: 0px;
}
.notifications_info { margin-left: 8px; }

/*	AYUDA	*/
#help_text{
	width: 600px;
	background-color:#FFF;
	padding:30px;
	border: 1px solid #cccccc;
	border-radius: 6px 6px 6px 6px;
    box-shadow: 4px 4px 5px #dddddd;
}
#help_text p{
	text-align:justify;
	margin-bottom: 12px;
	margin-top: 12px;
}
#help_text h3{
	margin-bottom: 12px;
	margin-top: 36px;
}

/*	SPUTNIK	*/
.content .panes2 .t_sputnik { font-size: 16px; }
.filebox {
	font-size: 16px;
	color: #4d4d4d;
	padding-bottom: 25px;
	padding-top: 10px;
	margin-right: 45px;
	display:none;
	position:relative;
}
.filebox p{ margin-bottom: 12px; }
.filebox .loader {
	background: url(../img/apariencia/cargando.gif) no-repeat center center;
	width: 129px;
	height:10px;
}
.filebox .attached { margin-top: 20px; }
.filebox .attached span{
	font-weight: bold;
	line-height:16px;
	margin: 0px;
}
.filebox .attached a {
	background: url(../img/apariencia/attachments.png) no-repeat left center;
	margin-left:10px;
	margin-right:6px;
	line-height: 16px;
	padding-left: 16px;
}
.filebox .attached a:hover{ color: #55bbf4; }
.filebox form{
	margin-top: 30px;
	position: relative;
	border: solid 1px #d2d2d2;
	border-radius: 7px;
	box-shadow: 0px 0px 10px #cccccc;
	margin-left: 40px;
	background-color: #FFFFFF;
	padding: 10px 20px 60px;
}
.filebox form div{
	clear:both;
	margin: 12px;
	border-bottom: dotted 1px #999999;
	padding: 10px;
}
.filebox .error{
    box-shadow: 0 0px 5px #CC0000 inset;
	background-color: #FFE1E1;
}
.filebox label{
	display: block;
	font-weight: bold;
	margin-bottom: -10px;
	clear:both;
	color: #2fa9e1;
}
.filebox input[type="checkbox"], .filebox input[type="radio"], .filebox input[type="text"], .filebox textarea, .filebox select{
	margin-left: 30px;
	margin-bottom: 10px;
}
.filebox input[type="text"]{
	background: url(../img/apariencia/form_input.png) repeat-x;
	border-color: #A6A6A6 #C0C0C0 #E0E0E0 #B8B8B8;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 2px #D1D1D1 inset;
	color: #707070;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
	padding: 6px;
	width: 400px;
}	
.filebox textarea {	
	background-color: #F8F8F8;
    background-repeat: repeat-x;
    border-color: #A6A6A6 #C0C0C0 #E0E0E0 #B8B8B8;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 2px #D1D1D1 inset;
    color: #707070;
    font-size: 14px;
    font-weight: normal;
    max-width: 400px;
    min-height: 130px;
    padding: 6px;
	width: 400px;
}
.filebox select { border: solid 1px #a7a6aa; }
.filebox option { border: solid 1px #ffffff; }
.fileicon {
	position: absolute;
	display: block;
	height: 30px;
	width:30px;
	top: 8px;
	left: 15px;
}
.fileicon img { width: 100%; }
.filebox .doclink {
	background: url(../img/sputnik/ico_document_link.png) no-repeat left top;
	color: #2fa9e1;
	display:block;
	font-weight: bold;
	line-height: 20px;
	height: 20px;
	margin: 0px;
	float:left;
	padding: 0px 0px 0px 24px;
}
.filebox .doclink:hover {
	color: #8fc563;
	background-position: left bottom;
}
.filebox form input[type="button"]{
	background: #40A4DB url(../img/apariencia/title_box1.png) 0 bottom;
	position: absolute;
	right: 30px;
	bottom: 10px;
	border: 1px solid #1976AA;
	color: #FFFFFF;
	display: block;
	font-size: 17px;
	font-weight: normal;
	padding: 8px 22px;
	cursor: pointer;
	box-shadow: 1px 1px 2px #BBE7FF inset;
	text-shadow: -1px -1px #0D6EA4, 1px 1px #3FA9E3;
	border-radius: 6px;
}
.filebox form input[type="button"]:hover {
	background-color: #1c93d5;
	background-image: none;
	border:1px solid #166894;
}
.filebox .accepted {
	position: absolute;
	right: -35px;
	bottom: 0px;
	font-size:12px;
	line-height:20px;
}
.filebox .accepted input[type="button"]{
	background: transparent url(../img/sputnik/checked.png) no-repeat left top;
	border-width: 0px;
	display:block;
	width: 20px;
	height: 20px;
	float: right;
	margin: 0px;
	padding: 0px;
}
.filebox .accepted input[type="button"]:hover{ background-position: right bottom; }
.filebox .accepted label {
	float:right;
	clear:none;
	display: block;
	font-weight: bold;
	width: auto;
	cursor:pointer;
	color: #0098dc;
	margin: 0px 10px 0px 0px;
}
.filebox iframe{
	display: block;
	border: solid 5px #D9D9D9;
	padding: 4px;
	margin: 30px auto;
}
.filebox video { background: url(../img/apariencia/cargando.gif) no-repeat center center; }
.messageText{
	position: relative;
	display:none;
	height: 36px;
	text-align:center;
	line-height: 35px;
	color:#fff;
	font-size: 22px;
	font-weight:normal;
	background-color:#d9d9d9;
	border-radius: 5px;
	text-shadow: -1px -1px #cfcfcf, 1px 1px #e5e5e5;
	border: 1px solid #cccccc;
	margin: 0px auto;
	padding: 0px 20px;
}

/*	SPUTNIK	*/
#menusputnik{
	position: relative;
	top: 0px;
	left: 0px;
}
#menusputnik .main {
	display:block;
	width:48px;
	height:48px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.panes2 #menusputnik ul {
	display: block;
	width: 48px;
	height: 48px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:100;
}
.panes2 #menusputnik ul li{
	display:block;
	width:48px;
	height:48px;
	position: absolute;
	top: 78px;
	left: 78px;
	padding: 0px;
	margin: 0px;
	background-image:none;
	background-color: transparent;
    background-position: 0 top;
    background-repeat: no-repeat;
    border: 0px solid #E9E9E9;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0px 0px 0px #EBEBEB;	
	cursor: pointer;
}
.panes2 #menusputnik ul li:hover { background-position: 0 -48px; }
.panes2 #menusputnik ul .current { background-position: 0 -96px; cursor: default; }
.panes2 #menusputnik ul .current:hover { background-position: 0 -96px; }
.panes2 #menusputnik ul li span{
	background-color: #FFF;
	position: absolute;
	top: 16px;
	right: -110px;
	font-size: 14px;
	color: #76b83f;
	line-height:16px;
	text-align:left;
	font-weight:bold;
	display: none;
	width: 100px;
	height: 14px;
	padding: 5px;
}
.panes2 #sputnik_main {
	background: #ffffff url(../img/sputnik/btn_main.png) no-repeat;
	display:block;
	width:48px;
	height:48px;
	position: absolute;
	top: 78px;
	left: 78px;
	z-index:10000;
	cursor:pointer;
	border: solid 3px #ffffff;
}
.menu_closed{ background-position:left top; }
.menu_closed:hover{ background-position:left bottom; }
.menu_open{ background-position:right top; }
.menu_open:hover{ background-position:right bottom; }
.panes2 #menusputnik ul #sputnik-1{ background-image:url(../img/sputnik/btn_normal.png); }
.panes2 #menusputnik ul #sputnik-2{ background-image:url(../img/sputnik/btn_documento.png); }
.panes2 #menusputnik ul #sputnik-3{ background-image:url(../img/sputnik/btn_video.png); }
.panes2 #menusputnik ul #sputnik-4{ background-image:url(../img/sputnik/btn_encuesta.png); }
.panes2 #menusputnik ul #sputnik-5{ background-image:url(../img/sputnik/btn_formulario.png); }
#newsputnik{ position: relative; }
#newsputnik fieldset{
	position: relative;
	right: 0px;
	top: 0px;
	width: 600px;	
	float: right;
	border: dotted 1px #CCC;
	padding-top: 50px;
	border-radius: 8px;
}
#newsputnik legend{
	color: #2291CF;
	display: block;
	font-size: 17px;
	font-weight: normal;
	text-align: left;
	text-shadow: 1px 1px 1px #E4E4E4;
	position: absolute;
	top: -10px;
	left: 20px;
	background-color:#FFF;
	padding: 0px 10px;
}
#newsputnik ul li {
	background: #F6F6F6 url(../img/apariencia/sortable.png) repeat-x 0 top;
	border: 1px solid #E9E9E9;
	border-radius: 7px 7px 7px 7px;
	box-shadow: 1px 1px 3px #EBEBEB;
	color: #939393;
	margin-bottom: 10px;
	padding: 5px 0 9px 76px;
	position: relative;
	width: 434px;
}
#newsputnik div { margin-bottom: 10px; }
#newsputnik label{
    width: 200px;
    display:block;
    float:left;
    text-align: right;
    padding-right: 10px;
    color: #2291CF;
    font-size: 17px;
    font-weight: normal;
    text-shadow: 1px 1px 1px #E4E4E4;
}
#newsputnik input[type="text"]{
	background: url(../img/apariencia/form_input.png) repeat-x;
	border-color: #A6A6A6 #C0C0C0 #E0E0E0 #B8B8B8;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 2px #D1D1D1 inset;
	color: #707070;
	font-size: 14px;
	font-weight: normal;
	padding: 6px;
	width: 98%;
	width: 320px;
	margin-bottom: 10px;
}
.videoDataYouTube p {
    color: #707070;
    font-size: 11px;
    font-weight: normal;
    padding: 0px;
    width: 332px;
    margin-bottom: 10px;
	margin-right: 56px;
	float:right;
}
#newsputnik input[type="checkbox"]{
    box-shadow: 0 1px 2px #D1D1D1 inset;
    color: #707070;
    font-size: 14px;
    font-weight: normal;
    padding: 6px;
    margin-bottom: 10px;
	float: left;
}
#newsputnik option{
	width: 300px;
    color: #707070;
    font-size: 14px;
    font-weight: normal;
    padding: 6px;
}
#newsputnik textarea{
	max-width: 320px;
    background-color: #f8f8f8;
    background-repeat: repeat-x;
    border-color: #A6A6A6 #C0C0C0 #E0E0E0 #B8B8B8;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 2px #D1D1D1 inset;
    color: #707070;
    font-size: 14px;
    font-weight: normal;
    padding: 6px;
    width: 98%;
	min-height: 130px; 
}
#newsputnik .helpnote{
	margin-left: 210px;
	font-size: 10px;
	color: #2291CF;
}
#newsputnik #crearSputnik {
	background: #40A4DB url(../img/apariencia/title_box1.png) 0 bottom;
	color: #FFFFFF;
	display: block;
	float: right;
	font-size: 17px;
	font-weight: normal;
	padding: 8px 22px;
	border: 1px solid #1976AA;
	text-shadow: -1px -1px #0D6EA4, 1px 1px #3FA9E3;
	border-radius: 6px;
	cursor: pointer;
	box-shadow: 0px 0px 1px #BBE7FF inset;
	margin: 10px 10px 0px 0px;
}
#newsputnik #btnCancelar{
	background-color: #F1F1F1;
	border: 1px solid #D8D8D8;
	box-shadow: 1px 1px 2px #FFFFFF inset;
	color: #727272;
	margin-right: 14px;
	text-shadow: -1px -1px #D7D7D7, 1px 1px #FFFFFF;
	border-radius: 6px 6px 6px 6px;
	display: block;
	float: right;
	font-size: 17px;
	font-weight: normal;
	padding: 8px 22px;
	cursor: pointer;
	margin: 10px 10px 0px 0px;
}
#newsputnik ul{
	margin: 0px;
	padding: 0px;
	float:left;
	width: 380px;
}
#newsputnik ul li {
	background: #F6F6F6 repeat-x 0 top;
	border: 1px solid #E9E9E9;
	color: #939393;
	margin-right: 20px;
	padding: 5px;
	position: relative;
	width: 140px;
	text-align:center;
	float:left;
	font-weight:bold;
	border-radius: 7px;
	box-shadow: 1px 1px 3px #EBEBEB;
	cursor:pointer;
}
#newsputnik .videoActivo{	
	background-image: none;
	background-color: #0f6c9f;
	color: #ffffff;
}
#newsputnik .deleteQuestion{
	background: url(../img/sputnik/btn_remove.png) no-repeat center top;
	display:block;
	width: 20px;
	height:20px;
	position: absolute;
	top: -4px;
	right: 25px;
}
#newsputnik .deleteQuestion:hover { background-position:center bottom;  }
#newsputnik .addQuestion{
	background: url(../img/sputnik/btn_add.png) no-repeat right top;
	padding-right: 30px;
	color: #2291CF;
	display: block;
	font-size: 17px;
	line-height:20px;
	font-weight: normal;
	text-align: right;
	text-shadow: 1px 1px 1px #E4E4E4;
	height: 20px;
	margin: 30px 25px 20px 0px;
}
#newsputnik .addQuestion:hover{	
	background-position: right bottom;
	color: #76b83f;
}
.questionDataSurvey, .questionDataForm { position: relative; }
#newsputnik .error{
    background-color: #FFE1E1;
    background-image: none !important;
}

/*	Buscador de Sputnik	*/
#seekerForm{
	position: relative;
	top: -15px;
	left:20px;
	display:none;
	z-index:5000;
}
#seekerForm fieldset { border-width: 0px; }
#seekerForm legend {
	background: #FFF url(../img/sputnik/search.png) no-repeat 5px center;
	color: #2291CF;
	display: block;
	font-size: 17px;
	font-weight: normal;
	line-height:24px;
	text-align: left;
	text-shadow: 1px 1px 1px #E4E4E4;
	position: absolute;
	top: -20px;
	right: -20px;
	cursor:pointer;
	z-index:5001;
	border-radius: 7px;
	box-shadow: 1px 1px 10px #cccccc;
	padding: 5px 10px 5px 30px;
}
#seekerForm #seekerContent{
	margin-bottom: 10px;
	display:none;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index:5000;
	background-color:#FFF;
	border: solid 1px #cccccc;
	border-radius: 7px 7px 7px 7px;
	box-shadow: 1px 1px 10px #cccccc;
	width:920px;
	padding: 30px 10px 10px;
}
#seekerForm label {
    color: #2291CF;
    font-size: 17px;
    font-weight: normal;
    margin-left: 26px;
    margin-right: 10px;
    text-align: right;
    text-shadow: 1px 1px 1px #E4E4E4;
	display:block;
	float:left;
	line-height:30px;
}
#seekerForm select{
	float:left;
	margin-top: 6px;
    margin-right: 10px;
}
#seekerForm input[type="button"]{
	background: #40A4DB url(../img/apariencia/title_box1.png) 0 bottom;
	border: 1px solid #1976AA;
	box-shadow: 1px 1px 2px #BBE7FF inset;
	color: #FFFFFF;
	text-shadow: -1px -1px #0D6EA4, 1px 1px #3FA9E3;
	cursor: pointer;
	border-radius: 6px 6px 6px 6px;
	display: block;
	float: right;
	font-size: 17px;
	font-weight: normal;
	line-height: 30px;
	height: 30px;
	margin: 0px;
	padding: 0px 20px;
}
#seekerForm input[type="button"]:hover{
	background-color: #1c93d5;
	background-image: none;
	border:1px solid #166894;
}
#seekerForm #keyword { width: 160px; }
#seekerForm input[type="text"]{
	background: url(../img/apariencia/form_input.png) repeat-x;
	border-color: #A6A6A6 #C0C0C0 #E0E0E0 #B8B8B8;
	border-radius: 4px 4px 4px 4px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 2px #D1D1D1 inset;
	color: #707070;
	font-size: 14px;
	font-weight: normal;
	width: 100px;
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
	float:left;
	padding: 0px 6px;
}
#estadisticas label{
	float: left;
	font-size: 18px;
	font-weight: bold;
	margin-right: 10px;
	color: #2291CF;
	line-height: 30px;
}
.readcheck{
	display:block;
	color: #2291CF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin: 20px 0px 0px;
}
.readcheck a{
	background: url(../img/sputnik/readcheck.png) no-repeat;
	color: #2291CF;
	font-size: 12px;
	font-weight: bold;
	line-height:14px;
	padding-left: 18px;
}
.readcheck a:hover { color: #4Ca716; }
.readcheck .read { background-position: left 0px; }
.readcheck .unread { background-position: left -14px; }
.readcheck .read:hover { background-position: left -28px; }
.readcheck .unread:hover{ background-position: left -42px; }
.panes2 .rememberButton{
	display: block;
	margin-top: 20px;
	text-align:center;
	font-size: 12px;
	font-weight:bold;
	color: #2291CF;
	line-height:14px;
	height:14px;
}
.panes2 .rememberButton:hover { color: #4ca716; }
.panes2 .rememberButton span{
	background: url(../img/sputnik/bell.png) no-repeat left top;
	padding-left: 20px;
}
.panes2 .rememberButton:hover span { background-position: left bottom; }
#estadisticas h2{
	color: #2291CF;
	border-top: dotted 1px #2291CF;
	margin: 20px 0px;
}
.questionrev { margin-bottom: 10px; }
.questionrev a{
	background: url(../img/sputnik/ico_info.png) no-repeat left top;
	display:block;
	color: #2291CF;
	font-size: 12px;
	font-weight: bold;
	line-height:14px;
	margin-left: 30px;
	padding-left: 18px;
}
.questionrev a:hover{
	color: #4Ca716;
	background-position: left bottom;
}
.panes2 .filebox .report{
	font-size: 12px;
	line-height: 14px;
	color: #2291CF;
	font-weight: bold;
	margin-top: 20px;
	display:block;
	height:14px;
	text-align:center;
}
.panes2 .filebox .report:hover { color: #4CA716; }
.panes2 .filebox .report span {
	background: url(../img/sputnik/ico_download.png) no-repeat left top;
	padding-left: 20px;
}
.panes2 .filebox .report:hover span { background-position: left bottom; }

/*	REMPLAZO DE LISTAS	*/
.hidden { display: none; }
#grouplist, #grouplist li, #grupoSeekerList, #grupoSeekerList li { width: 200px; }
#typeSeekerList, #typeSeekerList li { width: 100px; }
.panes2 .select{
	position: relative;
	height: 30px;
	z-index:5000;
	float:left;
	padding: 0 30px 0 0px;
}
.panes2 .select li {
	background: #F6F6F6 url(../img/apariencia/form_input.png) repeat-x 0 top;
	position: relative;
	display: block;
	height: 30px;
	line-height:30px;
	color: #707070;
	border-radius: 4px;
	box-shadow: 0 1px 2px #D1D1D1 inset;
	margin: 0px;
	cursor: pointer;
	border-top: 1px solid #A6A6A6;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #E0E0E0;
	border-left: 1px solid #B8B8B8;
	padding: 0px 10px;
}
.panes2 .select .selected {
	background: url(../img/apariencia/form_input.png) repeat-x;
	border-color: #A6A6A6 #C0C0C0 #E0E0E0 #B8B8B8;
}
.panes2 .select .selected span {
	background: url(../img/apariencia/arrow_downlist.png) no-repeat right center;
	display:block;
	height: 100%;
	width: 100%;
	overflow:hidden;
}
.listcontent{
	position: relative;
	display:none;
	width: 222px;
	height: 320px;
	padding-right: 24px;
}
.rail{
	position: absolute;
	top: 0px;
	right: 0px;
	display:none;
	width: 18px;
	height: 318px;	
	background-color: #FFFFFF;
    border-color: #A6A6A6 #C0C0C0 #E0E0E0 #B8B8B8;
    border-radius: 10px 10px 10px 10px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 2px #D1D1D1 inset;
    cursor: pointer;
    margin: 0px;
}
.rail .handle{
	background: #1e7cb0 url(../img/apariencia/drag.png) no-repeat center center;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 14px;
	height: 20px;
	cursor:pointer;
	border-color: #7cb4d2 #145273 #0e374e #4d98c2;
	border-radius: 8px 8px 8px 8px;
	border-style: solid;
	border-width: 2px;
}
.rail .handle:hover { background-color: #3da1d8; }
.scrollblock{
	position:absolute;
	top: 0px;
	left: 0px;
	display: block;
	height: 320px;
	width: 222px;
	overflow:hidden;
}
.scrollcontent{
	position: absolute;
	z-index:17000;
	display:block;
	top: 0px;
	left: 0px;
}
.ajaxUserContent ul { padding: 20px; }
.ajaxUserContent ul li{
	display:block;
	height:14px;
	line-height:14px;
	padding-left: 20px;
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: dotted 1px #999999;
	background: url(../img/sputnik/ico_user.png) no-repeat left top;
}
.ajaxUserContent ul li a{
	background: url(../img/apariencia/bell__plus.png) no-repeat left center;
	margin-left:30px;
	font-weight:bold;
	padding-left: 20px;
	float:right;
}
/*	FILE MANAGER	*/
#file_manager_nav{
	display:block;
	height:20px;
	width:904px;
	margin-left: 25px;
	margin-top: 0px;
	line-height:20px;	
	font-size: 11px;
	border: 1px solid #ffffff;
	border-radius: 0px 0px 5px 5px;
	padding: 0px 0px 0px 10px;
}
#file_manager_nav a, #file_manager_nav span{
	margin-right: 10px;
	display:none;
}
#file_manager{
	position: relative;
	display:block;
	min-height:500px;
	width: 968px;
	overflow:hidden;
}
#file_manager #main_panel{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index:100;
	display: block;
	width: 968px;
}
#file_manager .folders{
	float:left;
	width: 50%; 
}
#file_manager .projects{
	float: left;	
	border-left: solid 1px #efefef;
}
#file_manager #project_panel{	
	position: absolute;
	left: 968px;
	top: 0px;
	z-index:100;
	display: block;
	width: 968px;
}
#file_manager #file_panel{	
	position: absolute;
	left: 968px;
	top: 0px;
	z-index:100;
	display: block;
	width: 968px;
}
#file_manager .files{
	float: left;
	width: 800px; 
}
#file_manager table{
	display:block;
	width: 968px;
	margin-left: 32px;
	margin-top: 10px;
	border-collapse:collapse; 
	border-width: 0px;
}
#file_manager table th{
	border-width: 0px;
	background-color:#F5F5F5;
	cursor: default;
	text-align:left;
	cursor:pointer;
	padding: 5px 0px;
}
#file_manager th span{
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 14px;
}
/*	Sort Styles	*/
#file_manager table .headerSortDown span { background-image:url(../img/apariencia/arrow_downlist.png); }
#file_manager table .headerSortUp span { background-image:url(../img/apariencia/arrow_uplist.png); }
#file_manager table td {
	border-width: 0px;
	border-bottom: 1px solid #EEEEEE;
	font-size: 10px;
	height:49px;
	text-align:left;
	padding: 10px 5px 10px 0px;
}
#file_manager table td a {
	font-size: 12px;
	color: #4D4D4D;
	display: block;
	min-height: 32px;
}
#file_manager table td span { font-weight: normal; }
#file_manager table td a span { font-size: 10px; }
#file_manager .files table .user img{
	float: left;
	max-width: 20px;
	max-height: 20px;
	margin-right: 5px;
	margin-left: 10px;
}
#file_manager .info{	
	float: left;
	border-left: solid 1px #efefef;
}
#file_manager h2{
	display: block;
	width: 936px;
	height: 30px;
	margin-left:0px;
	padding-left: 32px;
	line-height:30px;
}
#file_manager ul{	
	margin-left: 32px;
	margin-top: 16px;
	width: 90%;
}
#file_manager li a {
	padding-top: 10px;
	display:block;
	border-bottom: dotted 1px #2291CF;
	padding-bottom: 10px;
}
#file_manager .folders table td a {
	background: url(../img/extensions/folder.png) no-repeat left top;
	font-weight:bold;
	padding: 6px 0px 6px 40px;
}
#file_manager .projects table td a {
	background: url(../img/extensions/folder.png) no-repeat left top;
	font-weight:bold;
	padding: 6px 0px 6px 40px;
}
#file_manager .files table td a {
	font-weight:bold;
	padding-left: 40px;
	background-image:none;
	padding-top: 6px;
	padding-bottom: 6px;
}
#file_manager .files table .file {
	background: url(../img/extensions/folder.png) no-repeat left 10px;
	cursor:pointer;
	font-weight:bold;
	padding-left: 0px;
}
.centrado { text-align:center; }
#file_manager .loading_data{
	background: url(../img/apariencia/cargando.gif) no-repeat center center;
	position: absolute;
	top: 100px;
	left: 420px;
	z-index:8000;
	display: none;
	width:129px;
	height:10px;
}
.backnav{
	position: absolute;
	left: 0px;
	top: -28px;	
	display: none;
	height: 28px;
	padding: 0px;
}
.backnav a{
	color: #2291CF;
    display: block;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    margin: 0;
    padding: 0;
}
.backnav a:hover{ color: #4ca716; }

/*	MENSAJES	*/
#notice_box {
	background: #4CA716 url(../img/apariencia/grad01.png) repeat-x left bottom;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 20200;
	display: none;
	margin: 0px;
	width: 100%;
	color: #FFFFFF;
	font-weight:bold;
	text-align: center;
	text-shadow: 1px 1px 1px #005826;
	box-shadow: 0px 0px 10px #000000;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 3px solid #000000;
	border-left: 0px solid #000000;
	padding: 10px 0px;
}
#notice_box p {
	color: #FFFFFF;
	font-weight:bold;
	text-align: center;
	text-shadow: 1px 1px 1px #005826;
	padding-left: 30px;
	padding-right: 30px;
	overflow: hidden;
	line-height:40px;
}
#notice_box .close {
	display: block;
	height: 26px;
	width: 26px;
	position: absolute;
	z-index: 1500;
	top: 7px;
	right: 7px;
	background-image: url(../img/apariencia/delete.gif);
	background-position: center top;
	cursor: pointer;
}
#notice_box .close:hover { background-position: center bottom; }

/* ----------- Head -----------*/
#head {
	height:83px;
	background-image: url(../img/apariencia/head_back.png);
	background-repeat: repeat-x;
	position: relative;
	z-index:300;
}
#head .container { position: relative; }
#h_back {
	background-image: url(../img/apariencia/h_back.png);
	background-repeat: no-repeat;
	height: 78px;
	width: 1062px;
	position: absolute;
	z-index:0;
	top: 0px;
	left: -92px;
}
#logo {
	height: 69px;
	width: 141px;
	float: left;
	position: relative;
	z-index:10;
	left:-12px;
	top:5px;
}

/* ----------- Header -----------*/
header {
	background: #3FA3DA url(../img/apariencia/title_box2.png) repeat-x center bottom;
	height:51px;
	width: 100%;
	position:fixed;
	z-index: 2000;
	left: 0px;
	top: 0px;
}
header #hContent {
	width: 972px;
	margin: auto;
	position: relative;
}
header #notifications {
	float: right;
	margin-top: 11px;
	position: relative;
	border-right: 1px solid #1f7db1;
	padding-right: 6px;
}
header h2 {
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #E4E4E4;
	margin-bottom: 1px;
	padding: 0px 14px 7px;
}
header .clear {
	margin: 1px 0px;
}
header #notifications li {
	background: url(../img/layout/notifications.png);
	display: block;
	height: 28px;
	width: 28px;
	float: left;
	margin-right: 13px;
	position: relative;
}
header #notifications li a {
	border-bottom: 1px solid #e4e4e4;
	color: #4D4D4D;
	display: block;
	padding: 8px 14px;
}
header #notifications li a:hover { background: url(../img/apariencia/main_foot.png) repeat-x; }
header #notifications li a.new {
	background: #fffaea;
	border-bottom: 1px solid #e9e1c7;
}
header #notifications li a:hover.new { background: #fff7dc; }
header #notifications li a.all {
	background: #F4F4F4;
	border-bottom: 0px none;
	border-radius: 0px 0px 4px 4px;
	font-weight: bold;
	text-align: center;
}
header #notifications li a:hover.all { background: #EEE; }
header #notifications a span {
	padding-left: 3px;
	color: #999;
	font-size: 9px;
}
header #notifications p {
	color: #999;
	text-align: center;
	padding: 8px 16px 12px;
}
header #notifications em.zone {
	cursor: pointer;
	display: block;
	height: 28px;
	width: 28px;
}
header #notifications li.tsk { background-position: 0px top; }
header #notifications li.tsk.active, header #notifications li.tsk.active2 { background-position: 0px bottom; }
header #notifications li.prj { background-position: -28px top; }
header #notifications li.prj.active, header #notifications li.prj.active2 { background-position: -28px bottom; }
header #notifications li.spt { background-position: -56px top; }
header #notifications li.spt.active, header #notifications li.spt.active2 { background-position: -56px bottom; }
header #notifications sup {
	background-color: #d82727;
	border-radius: 2px;
	color: #FFFFFF;
	height: 7px;
	padding: 3px;
	position: absolute;
	left: -5px;
	bottom: -3px;
	text-align: center;
	text-shadow: 1px 0px 0px #424242;
	font: bold 10px/7px "Trebuchet MS", Arial, Helvetica, sans-serif;
	z-index: 100;
}
header #notificationBox1, header #notificationBox2, header #notificationBox3 {
	background: #FFF;
	border-radius: 0px 0px 5px 5px;
	position: absolute;
	top: 47px;
	left: -135px;
	width: 298px;
	max-height: 560px;
	font-size: 11px;
	padding: 6px 1px 1px;
	display: none;
	box-shadow: 2px 2px 4px #d7d7d7;
	border: 1px solid #cccccc;	
}
header #notificationBox1 img, header #notificationBox2 img, header #notificationBox3 img {
	float:left;
	margin-right: 10px;
}
.notificationBoxContent{
	max-height: 480px;
	margin: 10px 0px;
}


header #notificationBox1:after,
header #notificationBox2:after,
header #notificationBox3:after,
header #notificationBox1:before,
header #notificationBox2:before,
header #notificationBox3:before{
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
header #notificationBox1:after,
header #notificationBox2:after,
header #notificationBox3:after{
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 13px;
	margin-left: -13px;
}
header #notificationBox1:before,
header #notificationBox2:before,
header #notificationBox3:before{
	border-color: rgba(204, 204, 204, 0);
	border-bottom-color: #cccccc;
	border-width: 14px;
	margin-left: -14px;
}

header .search {
	float: left;
	margin-top: 11px;
}
header input[type="text"] {
	background: #50a9da url(../img/apariencia/glass.png) no-repeat 10px 7px;
	width: 300px;
	border: solid 1px #2787bb;
	box-shadow: 1px 1px 1px #5cb2e2 inset;
	color: #fff;
	float:left;
	border-radius: 3px;
	padding: 5px 10px 5px 28px;
}
header input[type="text"]:focus { border: 1px solid #2175A3; }
body .ui-autocomplete { 
    position: absolute;
    cursor: default;
    background-color: #ffffff;
	border: solid 1px #cccccc;
}
.ui-autocomplete .ui-corner-all {
	color: #5f5f5f;
	font-size: 11px;
	line-height: 29px;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
}
.ui-corner-all a:hover, .ui-corner-all a:focus, .ui-menu-item .ui-state-hover, #ui-active-menuitem {
	color: #067ec0;
	border-radius: 3px;
	background-color: #F3F3F3;
}
.ui-autocomplete .ui-corner-all img {
	margin-right: 5px;
	vertical-align:middle;
}

/* ----------- language -----------*/
header #language {
	background: #ffffff;
	height: 26px;
	border: 1px solid #dbdbdb;
	border-radius: 3px;
	width: 38px;
	float: right;
	margin-top: 11px;
	cursor:pointer;
	position: relative;
}
header #language:hover { border: 1px solid #C1C1C1; }
header #language:after, header #user:after {
	top: 12px;
	right: 6px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-top-color: #94d9ff;
	border-width: 5px;
}
header #language:hover:after, header #user:hover:after { border-top-color: #0c699d; }
header #language ul {
	display: none;
	position: absolute;
	width: 34px;
	top: 27px;
	left: 3px;
	padding-top: 10px;
}
header #language:hover ul { display: block; }
header #language ul:after {
	top: 2px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-bottom-color: #e3702b;
	border-width: 4px;
	left: 48%;
	margin-left: -4px;
}
header #language a {
	display:block;
	width: 31px;
	height: 22px;
	line-height: 22px;
	background-color: #e3702b;
	border-radius: 3px;
	color: #FFFFFF;
	margin-bottom: 1px;
	text-align: center;
	font-size: 10px;
}
header #language a:hover {
   color: #ffd7b3;
}
header .langAbbrev {
	color: #5c6470;
	font-size: 11px;
	height: 26px;
	line-height: 26px;
	padding-left: 6px;
}

/* ----------- user -----------*/
header #user {
	border-left: 1px solid #62b3e2;
	color: #fff;
	cursor: pointer;
	float: right;
	font-size: 11px;
	height: 28px;
	line-height:25px;
	margin: 11px 0px 0px;
	position: relative;
	padding: 0px 57px 0px 20px;
	white-space: nowrap;
	z-index: 100;
}
header #user img {
	border: 1px solid #2787bb;
	border-radius: 3px;
	float: left;
	margin-right: 7px;
}
header #user p { text-shadow: 1px 1px 0px #0c608f; }
header #user ul {
	position: absolute;
	top: 22px;
	right: 0px;
	display: none;
	padding-top: 10px;
}
header #user:hover ul { display: block; }
header #user ul:after {
	top: 2px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-bottom-color: #1b1b1b;
	border-width: 4px;
	left: 50%;
	margin-left: -4px;
}
header #user a {
	display:block;
	height: 24px;
	line-height: 24px;
	background-color: #1b1b1b;
	border-radius: 3px;
	color: #FFFFFF;
	margin-bottom: 1px;
	text-align: center;
	padding: 0px 11px;
	font-size: 10px;
}
header #user a:hover { color: #9adbff; }

/* ----------- Nav -----------*/
nav {
	min-height: 550px;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 66px;
	height: 100%;
	z-index:3000;
	background-color:#080808;
}
nav li {position: relative;}
nav > ul > li > a {
	border-bottom: 1px solid #292929;
	display: block;
	height: 48px;
	width:100%;
	color: #737373;
	overflow: hidden;
	font: 11px/46px Arial, Helvetica, sans-serif;
}
nav > ul > li > a:hover, nav > ul > li.current > a {
	color: #FFF;
	background-color: #1B1B1B;
}
nav > ul > li > a > em {
	display: block;
	height: 28px;
	width: 28px;
	background: url(../img/layout/nav.png);
	float: left;
	left: 19px;
	top: 9px;
	position: absolute;
}
nav a span {
	float: left;
	padding-left: 100px;
}
nav li.current a:before {
	top: 18px;
	right: -10px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-left-color: #1b1b1b;
	border-width: 5px;
}
nav #logotop {
	height: 50px;
	background-image: url(../img/layout/blip.png);
	background-repeat: no-repeat;
	background-position: 2px center;
}
nav #projects em {background-position: 0px -11px;}
nav #projects.current em {background-position: 0px 39px;}
nav #task em {background-position: 224px -11px;}
nav #task.current em {background-position: 224px 39px;}
nav #memos em {background-position: 196px -11px;}
nav #memos.current em {background-position: 196px 39px;}
nav #follow_up em {background-position: 168px -11px;}
nav #follow_up.current em {background-position: 168px 39px;}
nav #calendar em {background-position: 140px -11px;}
nav #calendar.current em {background-position: 140px 39px;}
nav #board em {background-position: 112px -11px;}
nav #board.current em {background-position: 112px 39px;}
nav #files em {background-position: 84px -11px;}
nav #files.current em {background-position: 84px 39px;}
nav #tools em {background-position: 56px -11px;}
nav #exit em {background-position: 28px -11px;}
nav sup {
	background-color: #d82727;
	border: 1px solid #a80909;
	border-radius: 3px;
	color: #FFFFFF;
	height: 8px;
	padding: 3px;
	position: absolute;
	left: 36px;
	bottom: 9px;
	text-align: center;
	text-shadow: 1px 0px 0px #282828;
	font: 9px/7px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
nav li:hover > a {
	background-color: #1b1b1b;
	color: #FFF;
}
nav #toolbox {
	position: absolute;
	top: 0px;
	right: -150px;
	display: none;
	width:150px;
	background: #1b1b1b;
	border-radius: 0px 3px 3px 0px;
}
nav #toolbox a {
	display:block;
	color: #ffffff;
	height: 26px;
	width: 118px;
	position: relative;
	padding-left: 32px;
	background: no-repeat 5px top;
	font: 11px/25px Arial, Helvetica, sans-serif;
}
nav #toolbox a:hover {
	background-position: 5px bottom;
	color: #60B7E7;
}
nav #toolbox a em {
	float: right;
	padding-right: 8px;
	font-style: normal;
	color: #999;
}
#toolbox #toolEncode {background-image:url(../img/layout/tool_encode.png);}
#toolbox #toolSms {background-image:url(../img/layout/tool_sms.png);}
#toolbox #toolHelp {background-image:url(../img/layout/tool_help.png);}
#toolbox #toolTask {background-image:url(../img/layout/tool_task.png);}
#toolbox #toolReminder {background-image:url(../img/layout/tool_reminder.png);}
nav #exit {
	position: absolute;
	left: 0px;
	bottom: 35px;
	width: 100%;
}
nav #exit a { border: none; }

/*	ADJUNTAR ARCHIVOS	*/
#publishAttachment .form { position: relative; }
#formEntryAttachment { padding-bottom: 6px; }
.uploadList li {
	background: #f7f7f7 url(../img/apariencia/clip.png) no-repeat 5px 5px;
	border-radius: 3px;
	padding: 5px 10px 5px 22px;
	border: 1px solid #E4E4E4;
	margin-bottom: 9px;
}
#formEntryAttachment input[type="file"], 
#formCommentEntryAttachment input[type="file"]{ 
	position: absolute;
	top: -50000px;
	left: -9000px;
	border: solid 5px #f00;
}
#attachNewFiles {
	background: url(../img/apariencia/plus2.gif) no-repeat 8px 7px;
	text-transform: uppercase;
	border: 1px solid #CCC;
	border-radius: 3px;
	padding: 5px 9px 5px 22px;
	font-size: 10px;
	position: relative;
	top: 4px;
	color: #428d15;
}
#attachNewFiles:hover {
	background-color: #F4F4F4;
	color: #0770a9;
}
.loadAttach {
	display: block;
	text-align: center;
	padding: 5px;
	width: 540px;
	background-color: #F7F7F7;
	border-radius: 5px;
	margin-bottom: 12px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #868686;
}
.loadAttach img { padding-right: 8px; }
.detach {
	background: url(../img/apariencia/tooltip_delete.png) no-repeat center top;
	float: right;
	display: block;
	width: 15px;
	height: 15px;
}
.detach:hover { background-position: center bottom; }
.tMemoTime {
	font-size: 11px;
	font-weight: bold;
	color: #4d4d4d;
}
.tMemoTime:hover {
	color: #2291d7;
}
.tMemo {
	color: #4ca745;
	display: block;
	font-size: 10px;
	font-weight: bold;
	margin-top: 6px;
	padding: 6px 0px 2px;
}
.timeline .smallMemo {
	font-size: 9px;
	padding: 1px 0px;
}
small { font-size: 9px; }


/* ----------- Notifications txt -----------*/
.notificationTxt { font-size: 11px; }
.notificationTxt h4 {
	margin-bottom: 3px;
	margin-top: 22px;
}
.notificationTxt h4:first-child { margin-top: 0px; }
.notificationTxt p { padding: 2px 0px 2px 19px; }
.notificationTxt p.comment { background: url(../img/apariencia/bell__plus2.png) no-repeat; }
.notificationTxt p.end { background: url(../img/apariencia/bell__plus.png) no-repeat 3px 4px; }
a.loadMore {
	background: #40a4db url(../img/apariencia/title_box1.png) repeat-x 0px -1px;
	color:#FFF;
	border:1px solid #1976aa;
	box-shadow:inset 0px 0px 1px #bbe7ff;
	text-shadow: -1px -1px #0d6ea4, 1px 1px #3fa9e3;
	font-size:15px;
	padding: 6px 0px 7px;
	margin-top:22px;
	border-radius: 6px;
	display:block;
	width: 240px;
	text-align: center;
}
a:hover.loadMore { color: #BBE8FF; }

/* ----------- Intro js -----------*/
.introjs-overlay {
  position: absolute;
  z-index: 999999;
  background-color: #000;
  opacity: 0;
  background: -moz-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
  background: -webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,rgba(0,0,0,0.4)),color-stop(100%,rgba(0,0,0,0.9)));
  background: -webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
  background: -o-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
  background: -ms-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
  background: radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000',GradientType=1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}
.introjs-fixParent { z-index: auto !important; }
.introjs-showElement { z-index: 9999999 !important; }
.introjs-relativePosition { position: relative; }
.introjs-helperLayer {
  position: absolute;
  z-index: 9999998;
  background-color: #FFF;
  background-color: rgba(255,255,255,.9);
  border: 1px solid #777;
  border: 1px solid rgba(0,0,0,.5);
  border-radius: 4px;
  box-shadow: 0 2px 15px rgba(0,0,0,.4);
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}
.introjs-helperNumberLayer {
  position: absolute;
  top: 3px;
  left: -40px;
  z-index: 9999999999 !important;
  padding: 2px;
  font-family: Arial, verdana, tahoma;
  font-size: 13px;
  font-weight: bold;
  color: white;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0,0,0,.3);
  background: #ff3019; /* Old browsers */
  background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* Chrome10+,Safari5.1+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3019), color-stop(100%, #cf0404)); /* Chrome,Safari4+ */
  background:    -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6+ */
  background:     -ms-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* IE10+ */
  background:      -o-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* Opera 11.10+ */
  background:         linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);  /* W3C */
  width: 20px;
  height:20px;
  line-height: 20px;
  border: 3px solid white;
  border-radius: 50%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0); /* IE6-9 */ 
  filter: progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000); /* IE10 text shadows */
  box-shadow: 0 2px 5px rgba(0,0,0,.4);
}
.introjs-arrow {
  border: 5px solid white;
  content:'';
  position: absolute;
}
.introjs-arrow.top {
  top: -10px;
  border-top-color:transparent;
  border-right-color:transparent;
  border-bottom-color:white;
  border-left-color:transparent;
}
.introjs-arrow.right {
  right: -10px;
  top: 10px;
  border-top-color:transparent;
  border-right-color:transparent;
  border-bottom-color:transparent;
  border-left-color:white;
}
.introjs-arrow.bottom {
  bottom: -10px;
  border-top-color:white;
  border-right-color:transparent;
  border-bottom-color:transparent;
  border-left-color:transparent;
}
.introjs-arrow.left {
  left: -10px;
  top: 10px;
  border-top-color:transparent;
  border-right-color:white;
  border-bottom-color:transparent;
  border-left-color:transparent;
}
.introjs-tooltip {
  font-size: 11px;
  position: absolute;
  padding: 10px;
  background-color: white;
  min-width: 200px;
  max-width: 300px;
  border-radius: 3px;
  box-shadow: 0 1px 10px rgba(0,0,0,.4);
  -webkit-transition: opacity 0.1s ease-out;
     -moz-transition: opacity 0.1s ease-out;
      -ms-transition: opacity 0.1s ease-out;
       -o-transition: opacity 0.1s ease-out;
          transition: opacity 0.1s ease-out;
}
.introjs-tooltipbuttons { text-align: right; }
/* 
 Buttons style by http://nicolasgallagher.com/lab/css3-github-buttons/ 
 Changed by Afshin Mehrabani
*/
.introjs-button {
  position: relative;
  overflow: visible;
  display: inline-block;
  padding: 0.3em 0.8em;
  border: 1px solid #d4d4d4;
  margin: 0;
  text-shadow: 1px 1px 0 #fff;
  font: 11px/normal sans-serif;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  background-color: #ececec;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
  background-image: -moz-linear-gradient(#f4f4f4, #ececec);
  background-image: -o-linear-gradient(#f4f4f4, #ececec);
  background-image: linear-gradient(#f4f4f4, #ececec);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  /* IE hacks */
  zoom: 1;
  display: inline;
  margin-top: 10px;
}
.introjs-button:hover {
  border-color: #bcbcbc;
  box-shadow: 0px 1px 1px #e3e3e3;
}
.introjs-button:focus, .introjs-button:active {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ececec), to(#f4f4f4));
  background-image: -moz-linear-gradient(#ececec, #f4f4f4);
  background-image: -o-linear-gradient(#ececec, #f4f4f4);
  background-image: linear-gradient(#ececec, #f4f4f4);
}
/* overrides extra padding on button elements in Firefox */
.introjs-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.introjs-skipbutton {
  margin-right: 5px;
  color: #7a7a7a;
}
.introjs-prevbutton {
  -webkit-border-radius: 0.2em 0 0 0.2em;
  -moz-border-radius: 0.2em 0 0 0.2em;
  border-radius: 0.2em 0 0 0.2em;
  border-right: none;
}
.introjs-nextbutton {
  -webkit-border-radius: 0 0.2em 0.2em 0;
  -moz-border-radius: 0 0.2em 0.2em 0;
  border-radius: 0 0.2em 0.2em 0;
}
.introjs-disabled, .introjs-disabled:hover, .introjs-disabled:focus {
  color: #9a9a9a;
  border-color: #d4d4d4;
  box-shadow: none;
  cursor: default;
  background-color: #f4f4f4;
  background-image: none;
}


/* ----------- New Tasks -----------*/
#taskContainer {

	display: inline-block;
	width:100%;
	float: left;
	position: relative;
}
#taskMode {
	float: right;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
}
.modes {
	background: url(../img/layout/tasks.png) no-repeat center center;
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-right: 12px;
}
#taskListMode {
	margin-right: 9px;
	background-position: 0px -41px;
}
#taskColumnMode { background-position: -0px -63px; }
#taskListMode:hover { background-position: -22px -41px; }
#taskColumnMode:hover { background-position: -22px -63px; }
#taskListMode.modeActive {
	margin-right: 9px;
	background-position: -44px -41px;
}
#taskColumnMode.modeActive { background-position: -44px -63px; }
#taskListMode.modeActive:hover {
	margin-right: 9px;
	background-position: -66px -41px;
}
#taskColumnMode.modeActive:hover { background-position: -66px -63px; }
#taskTabs { float: left; }
#taskTabs a {
	display: inline-block;
	height: 26px;
	line-height: 25px;
	font-size: 12px;
	color: #78818e;
	background-color: #f6f6f6;
	padding: 0px 12px;
	position: relative;
	margin-bottom: -1px;
	border-top: solid 1px #dfdfdf;
	border-left: solid 1px #dfdfdf;
}
#taskTabs a:first-child {
	border-radius: 3px 0px 0px 0px;
}
#taskTabs a:last-child {
	border-right: solid 1px #dfdfdf;
	border-radius: 0px 3px 0px 0px;
}
#taskTabs a span {
	position: absolute;
	left: 10px;
	display: block;
	width: 12px;
	height: 12px;
}
#taskTabs a.current {
	font-weight: bold;
	color: #2067b0;
	background-color: #fff;
	border-bottom: solid 1px #fff;
}
.titleOrange { color: #e3702b; }
.titleBlue{ color: #2067b0; }
.titleDarkGray { color: #5C6470; }
.titleLightGray { color: #a2acba; }
#taskHeader {
	background-color: #fff;
	border-bottom: solid 1px #e0e3e3;
	display: block;
	height: 27px;
	width: auto;
	position: relative;
	z-index:400;
}
.taskSorter {
	float: right;
	margin-right: 14px;
	line-height: 25px;
	height:25px;
}
.taskSorter p {
	font-size:10px;
	color: #5c6470;
}
.taskSorter a {
	color: #2067b0;
	padding-left: 4px;
}
.taskSorter a:hover { color: #e3702b; }
.taskSorter a span {
	background: url(../img/layout/tasks.png) no-repeat 0px -36px;
	display: inline-block;
	margin-left: 5px;
	width: 7px;
	height: 4px;
}
.taskSorter a:hover span { background-position: -7px -36px; }
.taskSorter ol {
	display: none;
	background-color: #F5F5F5;
	position: absolute;
	top: 25px;
	right: 0px;
	border: 1px solid #e0e3e3;
}
.taskSorter ol li {
	font-size: 10px;
	line-height: 14px;
	cursor: pointer;
	padding: 3px 10px;
}
.taskSorter ol li:hover {
	background-color: #226cb7;
	color: #ffffff;
}
.taskSorter ol li a {
	display: block;
	color: #5C6470;
}
.taskSorter ol li a:hover, .taskSorter ol li:hover a { color: #ffffff; }
#taskMain, #taskSent {
	/*border-right: solid 1px #e3e5e5;*/
	position: relative;
	z-index:100;
}
#taskSent { display: none; }
#taskContainer h3 {
	font-size: 14px;
	padding: 27px 0px 5px;
	font-weight: bold;
}
#taskContainer h3 span {
	background: url(../img/neoblip/neoblip.png) no-repeat;
	display: inline-block;
	width: 9px;
	height: 5px;
	margin-left: 6px;
	vertical-align: middle;
}
#tPrioritarias h3 span { background-position: -21px -36px; }
#tPendientes h3 span { background-position: -39px -36px; }
#tTerminadas h3 span { background-position: -57px -36px; }
.taskGroup ul li {
	color: #5c6470;
	font-size: 12px;
	border-bottom: solid 1px #e3e5e5;
	min-height: 30px;
	line-height: 30px;
	position: relative;
	background-color: #ffffff;
	white-space: nowrap;
}
.taskGroup input[type="text"]{ background-color:transparent; }
.taskGroup ul li.selected { background-color: #ECF4FC; }
.taskGroup ul li.sortingItem { background-color: #F8F8F8; }
.taskGroup ul li:first-child { border-top: solid 1px #e3e5e5; }
.taskGroup ul li ul li:last-child { border-bottom-width: 0px; }
.taskGroup ul li textarea {
	height: 14px;
	border-width: 0px;
	color: #5c6470;
	font-size: 12px;
	width: 88%;
	position: relative;
	z-index: 400;
}
#content input[type="text"].taskListText {
	height: 30px;
	border-width: 0px;
	font-size: 12px;
	width: 75%;
	position: relative;
	z-index: 400;
	box-shadow: none;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
}
#content input[type="text"].editable {
	z-index: 6000;
	background-color: #e5f1ff;
}
.move, .check, .star, .zz {
	background: url(../img/layout/tasks.png) no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
	position: relative;
	margin-top: 7px;
	margin-right: 5px;
	float: left;
}
.move {
	background-position: -127px 0px;
	cursor: url(../img/layout/hand.cur), url(../img/hand.cur), default;
	display: none;
}
.priorityList .move { display: inline-block; }
.move:hover { background-position: -127px -16px; }
.grabbed { cursor: url("../img/layout/grab.cur"), default; }
.check {
	background-position: -95px 0px;
	cursor: pointer;
}
.check:hover { background-position: -95px -16px; }
.check.checked { background-position: -95px -32px; }
.check.checked:hover { background-position: -95px -48px; }
.star { background-position: -111px 0px; }
.star:hover { background-position: -111px -16px; }
.star.starred { background-position: -111px -32px; }
.star.starred:hover { background-position: -111px -48px; }
.zz { background-position: -143px 0px; }
.zz:hover { background-position: -143px -16px; }
.zz.zzd { background-position: -143px -32px; }
.zz.zzd:hover { background-position: -143px -48px; }
.openDetail {
	background: url(../img/layout/tasks.png) no-repeat -127px -33px;
	display: none;
	width: 16px;
	height: 15px;
	position: absolute;
	right: -12px;
	top: 7px;
	z-index: 6000;
}
li:hover > .openDetail { display: block; }
.taskToolBox {
	height: 16px;
	position: absolute;
	top: 8px;
	right: 5px;
}
.taskDeadline {
	width: 40px;
	height: 16px;
	float: right;
	line-height: 16px;
	font-size: 11px;
	color: #a2acba;
	margin-left: 5px;
	margin-right: 5px;
}
.taskEdit {
	background: url(../img/layout/tasks.png) no-repeat -128px -85px;
	display: none;
	width: 14px;
	height: 16px;
	float: right;
	margin-left: 5px;
	z-index: 6000;
}
.taskEdit:hover { background: url(../img/layout/tasks.png) no-repeat -128px -101px; }
li:hover .taskEdit { display: block; }
.postponed {
	background: url(../img/layout/tasks.png) no-repeat -48px -101px;
	width: 16px;
	height: 16px;
	float: right;
	margin-left: 5px;
}
.newComment {
	background: url(../img/layout/tasks.png) no-repeat -132px -72px;
	width: 9px;
	height: 9px;
	float: right;
	margin-left: 5px;
	margin-top: 4px;
}
.delegated {
	background: url(../img/layout/tasks.png) no-repeat -32px -101px;
	width: 16px;
	height: 16px;
	float: right;
	margin-left: 5px;
}
.sublist {
	min-height: 30px;
	margin-left: 40px;
}
.empty {
	position: absolute;
	z-index: 5000;
	height: 30px;
	width: 50%;
	top: 0px;
	left: 80px;
}
.closeDetail {
	background:url(../img/layout/tasks.png) no-repeat -97px -63px;
	position: absolute;
	right: 0px;
	top: 0px;
	display: block;
	width: 17px;
	height: 18px;
}
.closeDetail:hover { background:url(../img/layout/tasks.png) no-repeat -114px -63px; }
#taskContainer .taskDetail {
	display: none;
	width: 0;
	overflow: hidden;
	float: left;
	position: relative;
}
#permalink{
	width: 100%;
	overflow: visible;
	float: none;
	display: block;
}
#detailCard .taskDetail { display: block; }
.taskDetailContent {
	width: 260px;
	padding-left: 30px;
	padding-right: 0px;
}
.taskDetail p { margin-bottom: 16px; }
.taskNotes { font-size: 11px; }
.taskAttachment {
	display: block;
	color:  #909bab;
}
.taskAttachment strong, .taskAttachment b {
	color: #2067b0;
	font-weight: bold;
}
.taskAttachment span {
	display: inline-block;
	width: 16px;
	height: 16px;
}
.typePDF {
	background:url(../img/layout/fileTypes.png) no-repeat 0px 0px;
	margin-right: 8px;
}
.chatType {
	display: inline-block;
	width: 80px;
	height: 24px;
	line-height: 24px;
	border-radius: 3px 3px 0px 0px;
	background-color: #b4b9c1;
	color: #ffffff;
	text-align: center;
	margin-right: 5px;
	position: relative;
	text-shadow: #666666 1px 1px;
}
.chatType span {
	background:url(../img/layout/tasks.png) no-repeat -75px -36px;
	display: none;
	width: 7px;
	height: 4px;
	position: absolute;
	bottom: -4px;
	left: 50%;
	margin-left: -4px;
}
.privateComments { display: none; }
.chatActive { background-color: #2067b1; }
.chatActive span { display: block; }
.taskComment {
	margin-top: 10px;
	position: relative;
}
.taskCommentForm {
	width: 100%;
	position:relative;
}
.taskDetail textarea, .taskDetail input[type="text"]{
	line-height: 14px;
	padding: 5px 10px;
	color: #5c6470;
	font-size: 11px;
	margin: 0px;
	border-radius: 3px;
	border: solid 1px #c1d7f0;
	display: inline-block;
}
.taskCommentForm textarea {
	width: 230px;
	background-color: #ECF4FC;
	margin-bottom: 6px;
}
#permalink .taskCommentForm textarea { width: 438px; }
#detailCard .taskCommentForm textarea {
	width: 688px;
	margin-bottom: 3px;
}
.commentSubmit {
	background-color: #FFFFFF;
	border: 1px solid #DBDBDB;
	border-radius: 3px;
	color: #226CB7;
	cursor: pointer;
	display: block;
	font-size: 11px;
	font-weight: bold;
	height: 27px;
	line-height: 27px;
	text-align: center;
	float: right;
}
.taskComment .commentPic {
	position: absolute;
	top: 0px;
	left: 0px;
	border: 4px solid #FFFFFF;
	box-shadow: 3px 3px 6px #CCCCCC;
	width: 30px;
	height: 30px;
}
.taskComment p {
	margin-left: 50px;
	font-size: 11px;
}
.commentUser {
	display: block;
	font-weight: bold;
	color: #0d79b6;
	margin-bottom: 3px;
}
.commentTime {
	display: block;
	font-size: 9px;
	color: #a2acba;
	margin-bottom: 3px;
}
.commentTime span {
	background:url(../img/layout/tasks.png) no-repeat -132px -63px;
	display: inline-block;
	width: 9px;
	height: 9px;
	margin-right: 5px;
}
.commentAtt {
	display: block;
	height: 11px;
	font-size: 11px;
	color: #a2acba;
	margin-bottom: 3px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.commentAtt:hover { color: #0D79B6 }
.commentAtt span {
	background:url(../img/layout/tasks.png) no-repeat -145px -63px;
	display: inline-block;
	width: 7px;
	height: 11px;
	margin-right: 5px;
	margin-left: 2px;
}
.commentAtt:hover span { background-position: -152px -63px; }
#taskContainer hr {
	border-bottom: 1px solid #e3e5e5;
	background-color: #ffffff;
	margin-top: 14px;
	margin-bottom: 14px;
	clear: both;
}
.taskHeader {
	font-weight: bold;
	font-size: 12px;
	color: #5c6470;
}
#permalink .taskHeader p { float: left; }
.taskHeaderPic {
	float: left;
	border: solid 4px #ffffff;
	box-shadow: 3px 3px 6px #cccccc;
	margin-right: 14px;
	max-height: 41px;
	max-width: 41px;
}
.taskHeaderName { color: #2067b0; }
.taskHeaderSent {
	color: #a2acba;
	font-size: 11px;
	font-weight: normal;
}
.taskHeaderDeadline {
	font-size: 11px;
	color: #e3702b;
}
.delegatedHeader {
	background: url(../img/layout/delegatedArrow.png) no-repeat 10px center;
	padding-left: 64px;
	min-height:49px;
}
.taskHeaderPicRight {
	float: right;
	border: solid 4px #ffffff;
	box-shadow: 3px 3px 6px #cccccc;
	margin-right: 14px;
	max-height: 41px;
	max-width: 41px;
}
#taskColumns {
	margin: 20px;
	display: none;
	position: relative;
	width: 100%;
}
#detailCard .detail { height: 100%; }
#detailCard .detail .taskDetailContent {
	width: auto;
	height: 100%;
	overflow: hidden;
}
#taskColumns > div {
	display: block;
	width: 29%;
	border: solid 1px #dfdfdf;
	background-color: #F5F5F5;
	float:left;
	position: relative;
	padding: 60px 1% 1%;
	margin: 0px 1% 20px 0px;
}
#taskColumns h2 {
	position: absolute;
	display: block;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	background-color: #2291CF;
	font-size: 18px;
	font-weight: normal;
	top: 0px;
	left: 0px;
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
}
#taskColumns ul { min-height: 20px; }
#taskColumns li {
	margin-bottom: 10px;
	padding: 10px;
	background-color: #ffffff;
	border-radius: 3px;
	position: relative;
	border: solid 1px #B9B9B9;
}
#taskColumns li.traySpace {
	border: dashed 1px #B9B9B9;
	background-color: #fcfcfc;
}
#taskColumns li .grab {
	display: block;
	width: 100%;
	height: 100%;
	position:absolute;
	top: 0px;
	left: 0px;
	background-color: transparent;
	cursor: url("../img/hand.cur"), default;
}
#taskColumns li .grabbed { cursor: url("../img/grab.cur"), default; }
.cardTools {
	display: block;
	margin-top: 6px;
	font-size: 11px;
	text-align: right;
}
.cardTools .cardDate {
	margin-right: 20px;
	font-style: normal;
	float: left;
}
.timeLapsed {
	display: inline-block;
	padding-right: 10px;
	margin-left: 10px;
	color: #a2acba;
}
.timeLapsed span {
	background: url(../img/layout/tasks.png) no-repeat -132px -63px;
	display: block;
	float: right;
	width: 9px;
	height: 9px;
	margin-top: 2px;
	margin-left: 5px;
}
#detailCard {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 4000;
	width: 780px;
	height: 0%;
	background-color: #ffffff;
	padding: 20px;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
#detailCard .detail { display: none; }
#contextMenu {
	display: none;
	position: absolute;
	z-index: 5000;
	background-color: #ffffff;
	border: solid 1px #a7a6aa;
	padding: 0px 0px;
	margin: 0px;
}
#contextMenu li a {
	display: block;
	width: 140px;
	padding: 4px 10px 4px 10px;
	font-weight: bold;
	font-size: 11px;
	color: #2067B0;
	height: 16px;
	line-height: 16px;
}
#contextMenu li a:hover {
	color: #E3702B;
	background-color: #F5F5F5;
}
#contextMenu li a span {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	float:left;
}
#contextMenu_1 span { background: url(../img/layout/tasks.png) no-repeat 0px -85px; }
#contextMenu_2 span { background: url(../img/layout/tasks.png) no-repeat -16px -85px; }
#contextMenu_3 span { background: url(../img/layout/tasks.png) no-repeat -32px -85px; }
#contextMenu_4 span { background: url(../img/layout/tasks.png) no-repeat -48px -85px; }
#contextMenu_5 span { background: url(../img/layout/tasks.png) no-repeat -64px -85px; }
#contextMenu_6 span { background: url(../img/layout/tasks.png) no-repeat -80px -85px; }
#contextMenu_7 span { background: url(../img/layout/tasks.png) no-repeat -96px -85px; }
#contextMenu_8 span { background: url(../img/layout/tasks.png) no-repeat -112px -85px; }
#contextMenu_1:hover span { background: url(../img/layout/tasks.png) no-repeat 0px -101px; }
#contextMenu_2:hover span { background: url(../img/layout/tasks.png) no-repeat -16px -101px; }
#contextMenu_3:hover span { background: url(../img/layout/tasks.png) no-repeat -32px -101px; }
#contextMenu_4:hover span { background: url(../img/layout/tasks.png) no-repeat -48px -101px; }
#contextMenu_5:hover span { background: url(../img/layout/tasks.png) no-repeat -64px -101px; }
#contextMenu_6:hover span { background: url(../img/layout/tasks.png) no-repeat -80px -101px; }
#contextMenu_7:hover span { background: url(../img/layout/tasks.png) no-repeat -96px -101px; }
#contextMenu_8:hover span { background: url(../img/layout/tasks.png) no-repeat -112px -101px; }

.taskForm {
	background-color: #f6f6f6;
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding: 10px;
    width: 560px;
}
.taskForm label {
    display: inline-block;
    margin: 5px 0;
    padding: 0;
    position: relative;
}
.relativeField {
    display: inline-block;
    margin: 0;
    position: relative;
    width: 520px;
}
.taskForm input[type="text"], 
#content .taskForm input[type="text"]{
	color: #5c6470;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	height: 24px;
	border-radius: 3px;
	line-height: 24px;
	border: solid 1px #cccccc;
	padding: 0px 10px;
	display: inline-block;
}
.taskForm .taskText {
    color: #1B1B1B;
    height: 16px;
    margin-top: 0;
    overflow: auto;
    padding: 5px 20px 5px 10px;
    width: 536px;
}
.taskForm label span, .labelText {
    color: #5C6470;
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    margin-right: 8px;
    padding: 0;
    text-align: right;
    vertical-align: top;
}
.ws01 { width: 81px; float: left;}
.ws02 { width: 60px; float: left;}
.ws03 { width: 81px; float: left;}
.ws04 { width: 81px; float: left;}
.ws05 { width: 81px; float: left;}
.ws06 { width: 56px; }
.ws07 { width: 81px; }
.ws08 { width: 82px; }

#clients {
    float: left;
    width: 269px;
}
.taskForm input[type="text"], #content .taskForm input[type="text"] {
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    color: #5C6470;
    display: inline-block;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    margin: 0;
    padding: 0 10px;
}

#date, #dateTaskEdit, #dateInsertSubTask, .calField {
    background: url("../img/layout/taskFormFields.png") no-repeat scroll right 0 #FFFFFF;
    cursor: pointer;
    float: left;
    width: 80px;
}
#description,
#reason,
#fast_reminder{
	width: 447px;
	resize: none;
	height: 16px;
	float:left;
	overflow: auto;
}
#fast_reminder{
	width: 536px;
}
.taskForm textarea {
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    color: #5C6470;
    display: inline-block;
    font-size: 12px;
    height: 16px;
    padding: 5px 10px;
}
#project, #delegateFor, #projects1, #copyTo {
    width: 447px;
}
.taskForm .attachments input[type="file"]{
	position: absolute;
	top: -10000px;
}
.taskForm .addFiles{
	display: block;
	border-width: 0px;
	height: 16px;
	clear: right;
	color: #2067b0;
	line-height: 16px;
	font-weight: bold;
}
.taskForm .addFiles:hover{
	color: #e3702b;
}
.taskForm .addFiles span{
	display: block;
	float: left;
	border-width: 0px;
	width: 16px;
	height: 16px;
	background: url(../img/layout/tasks.png) no-repeat -0px -85px;
	margin-right: 2px
}
.taskForm .addFiles:hover span{
	background-position: -0px -101px;
}
.taskForm .attachments table{
	width: 428px;
}
.taskForm .attachments tr:hover{
	background-color: #ECF4FC;
}
.taskForm .attachments table td{
	position: relative;
	padding: 2px 0px;
}
.taskForm .btn.cancel{
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	right: -16px;
	top: 0px;
	border-width: 0px;
	background:url(../img/layout/tasks.png) no-repeat -143px -85px;
	cursor: pointer;
}
.taskForm .btn.cancel:hover{
	background-position: -143px -101px;
}
.taskForm .attachments p{
	position: relative;
	z-index: 100;
}
.taskForm .name{
	display: block;
	overflow: hidden;
	margin: 0px;
}
.taskForm .size{
	color: #2067b0;
	font-weight: bold;
	font-size: 10px;
	line-height: 16px;
	padding: 0px 5px;
	float: left;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index:200;
	margin: 0px;
}
.taskForm .progress{
	background-color: #f6f6f6;
	height: 16px;
	float: left;
	width: 90%;
	border-radius: 3px;
	z-index: 0;
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:50;
}
#detailCard .taskForm .progress,
.taskDetail .taskForm .progress{
	position: relative;
}

.taskForm .attachments p{
	margin: 0px;
}
.taskDetailContent .taskForm .attachments .size,
#detailCard .taskForm .attachments .size{
	width: 70px;
}
.taskDetailContent .taskForm .attachments .table{
	width: 220px;
}
.taskDetailContent .taskForm .attachments .name{
	width: 150px;
}
#detailCard .taskForm .attachments .table{
	width: 678px;
}
#detailCard .taskForm .attachments .name{
	width: 608px;
}
.taskForm .attachments .bar{
	background-color: #c6def5;
	height: 16px;
	position: absolute;
	top: 0px;
	left: 0px;
	border-radius: 3px;
}

.attachments {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    color: #5C6470;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 11px;
    line-height: 14px;
    margin: 0;
    min-height: 14px;
    padding: 5px 10px;
    position: relative;
    width: 447px;
}
.nested .attachments{
	width: auto;
	display: block;
	float: none;
}
.project_table .attachments{
	float: left;
    width: 452px;
}
#tags {
    width: 200px;
}
.taskForm .smsCheck{
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
	cursor: pointer;
}
#formNewFastTask .smsCheck{
	padding-left: 30px;
	line-height: 24px;
	display:inline-block;
	height: 24px;
}
.smsCheck {
	background: url(../img/layout/taskFormFields.png) no-repeat left -192px;
}
.smsCheck:hover {
	background-position: left -216px;
}
.smsCheck.checked {
	background-position: left -144px;
}
.smsCheck.checked:hover {
	background-position: left -168px;
}
.addTask,
#quick_reminder input[type="button"]{
	display: inline-block;
	color: #fff;
	background-color: #2067b0;
	border-radius: 4px;
	position: absolute;
	right: 10px;
	bottom: 9px;
	font: bold 11px Arial, Helvetica, sans-serif;
	cursor: pointer;
	height: 24px;
	width: 28px;
	line-height: 24px;
	text-align: center;
	border: 0px none;
}

.addTask:hover,
#quick_reminder input[type="button"]:hover{
	color: #ffffff;
	background-color: #E3702B;
}
.addTask.adding,
#quick_reminder input[type="button"].adding{
	background: url(../img/apariencia/btnSending.gif) no-repeat center center;
}
.relativeField .addTask {
	position: absolute;
	right: -30px;
	top: 0px;
}
.cancelInsertTask,
.cancelAddTask{
	display: inline-block;
	width: 74px;
	height: 24px;
	line-height: 24px;
	color: #5C6470;
	background-color: #f6f6f6;
	border-radius: 4px;
	border: none;
	position: absolute;
	left: 460px;
	bottom: 9px;
	cursor: pointer;
	font-size: 10px;
	text-transform: uppercase;
}
.cancelInsertTask:disabled{
	background-color: #999999;
	cursor: default;
}
.cancelInsertTask:hover,
.cancelAddTask:hover{
	color: #E3702B;
}

.cancelAddTask{
	display: none;
}
#newTaskFormHolder .cancelAddTask,
.modal_content .cancelAddTask{
	display: block;
}
#newTaskFormHolder .cancelInsertTask{
	display: none;
}

.entryNumber{
	position: absolute;
	font-size: 8px;
	color: #757575;
	bottom: 2px;
	left: 12px;
}


#gantt{
	width: 100%;
	margin: 20px auto 0px;
	background-color: #ffffff;
	min-height: 300px;	
}
.dhx_btn_set.close_btn_set{
	background: none repeat scroll 0 0 #EC8E00;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 #AA6600;
}
.dhx_cal_light select:disabled,
.dhx_cal_light input[type="text"]:disabled,
.dhx_cal_light textarea:disabled{
	color: #000000;
	background-color: #ffffff;
}
#ganttProjectsList{
	width: 361px;
	background-color: #FFF;
	border: solid 1px #CECECE;
	position: absolute;
	z-index: 5000;
	top: -29px;
	border-radius: 4px 4px 0px 0px;	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0px;
}
#ganttProjectsList label{
	display: block;
	height: 24px;
	line-height: 24px;
	margin: 0px;
	padding: 0px 10px;
	cursor: pointer;
	border-width: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	float:left;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipis;
}
#ganttProjectsList label:hover{
	background-color: #f6f6f6;
}
#ganttProjectsList label input{
	margin-right: 10px;
}
#ganntProjectListHolder{
	display: none;
	padding: 0px;
	overflow: hidden;
	max-height: 240px;
}
#openProjectListLink{
	display: block;
	height: 16px;
	line-height: 16px;
	margin: 4px;
	padding: 2px;
	cursor: pointer;
	font-weight: bold;
	color: #1e7cb0;
}

#openProjectListLink span{
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../img/apariencia/ganntListArrow.png) no-repeat center top;
}
#openProjectListLink:hover{
	color: #60b7e7;
}
#openProjectListLink:hover span{
	background-position: center bottom;
}

#openProjectListLink.act:hover{
	color: #1e7cb0;
	cursor: default;
}


#ganntListRetrieve,
#ganntListRetrieveCancel{
	position: absolute;
	top: 4px;
	display: none;
	height: 16px;
	color: #ffffff;
	background-color: #1e7cb0;
	border-radius: 3px;
	border: solid 1px #165a80;
	box-sizing: border-box;
	-moz-border-sizing: border-box;
	line-height: 16px;
	text-align: center;
	cursor: pointer;
	font-size: 10px;
}
#ganntListRetrieve:hover,
#ganntListRetrieveCancel:hover{	
	background-color: #60b7e7;
}
#ganntListRetrieve{
	width: 20px;
	right: 26px;
}
#ganntListRetrieveCancel{
	width: 16px;
	right: 4px;
}
#ganttListRefreshing{
	position: absolute;
	top: 8px;
	right: 8px;
	display: none;

}