/* @override 
	http://web.esadnet.pt:3003/stylesheets/front.css
	http://projectmanager.esad.pt/stylesheets/front.css
*/

/* @group Tags */

* {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
html,
body {
}
body {
	margin: 50px 0 0;
	font-size: 12px;
	color: black;
	background: #9da0a3 url(../images/textura.png) repeat fixed 0 bottom;
}
a:link,
a:active,
a:visited {
	color: black;
	text-decoration: none;
}
img {
	border: 0;
}
h1 {
	font-size: 12px;
}

/* @end */

/* @group Login */

#user_login {
	width: 901px;
	background: rgba(255,255,255,0.34) url(../images/modules_bgs/bg_shade1.png) repeat-x 0 bottom;
	padding: 20px 0;
	margin: 100px auto 0 auto;
	border: 1px solid rgba(105,105,105,0.7);
	border-bottom-style: none;
}

#user_login > div {
	float: left;
	width: 430px;
	height: 240px;
}

#user_login h1 {
	margin-top: 100px;
	text-align: center;
}

#user_login form {
	display: block;
	float: left;
	border-left: solid 1px #CCC;
	margin-top: 25px;
	padding-left: 70px;
	width: 320px;
}

#user_login h1 {
	font-size: 18px;
	margin-bottom: 20px;
}

#user_login label {
	position: relative;
	left: 0;
	top: 0;
	margin-top: 10px;
	line-height: 20px;
	color: #3c3c3c;
	font-size: 12px;
}

#user_login input#username,
#user_login input#password {
	background: #868686 url(../images/modules_bgs/bg_shade4.png) repeat 0 center;
	font-size: 15px;
	line-height: 19px;
	border: 2px solid #fff;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	color: white;
	padding: 8px 5px;
	width: 315px;
	height: 35px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 305px;
	height: 19px;
}

#user_login input.btn3 {
	margin-top: 20px;
}

#notices {
	color: black;
}


#user_login_footer {
	width: 900px;
	margin: 30px auto 0 auto;
	color: #5b5b5b;
}

/* @end */

/* @group Header */

#header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	color: #fff;
	background: #656565 url(../images/modules_bgs/bg_shade1.png) repeat-x 0 bottom;
	width: 100%;
	border-bottom: 1px solid #CCC;
	min-width: 1000px;
	overflow: hidden;
	
	padding-top: 10px;
	height: 50px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 50px;
}

#header div.left {
	width: 200px;
	float: left;
	margin: 12px 0 0 12px;
}
#header h1 {
	font-size: 23px;
	text-shadow: #c0c0c0 0 0 2px;
}

#header div.center {
	float: left;
	margin-top: 15px;
	margin-left: 10px;
	min-width: 530px;
	overflow: hidden;
	height: 75px;
}
#header div.center h1 {
	display: block;
	font-size: 18px;
	line-height: 25px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #fff;
	text-shadow: #c0c0c0 0 0 2px;
}

#header div.right {
	float: right;
	margin: 10px 10px 0 0;
}

#header div.right #search {
	-moz-border-radius-topleft: 12px;
	-webkit-border-top-left-radius: 12px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-bottomleft: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	background: #333;
	border: none;
	color: white;
	text-shadow: #c0c0c0 0 0 2px;
	font-size: 12px;
	line-height: 22px;
	margin: 0;
	padding: 7px 10px;
	width: 186px;
	height: 32px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 166px;
	height: 18px;
}


#search_button, div#header .btn3 {
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topright: 12px;
	-webkit-border-top-right-radius: 12px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-bottom-right-radius: 12px;
	
	margin: 0;
}

/* @end */

/* @group Options bar */

#options_bar {
	display: block;
	margin: 0 200px 0 251px;
	padding: 18px 15px 10px 15px;
	z-index: 100;
	color: #fff;
	background: #d8d8d8 url(../images/modules_bgs/bg_shade1.png) repeat-x 0 bottom;
	border-bottom: 1px solid #5d5d5d;
	overflow: hidden;
}

#options_bar .left {
	float: left;
}
#options_bar .right {
	float: right;
}
#options_bar h1 {
	line-height: 14px;
	font-size: 10px;
	color: #747474;
}

#options_bar h1 strong {
	font-size: 12px;
	color: #323232;
	text-shadow: #fffefe 0 0 4px;
}

#options_bar .btn1 {
	float: left;
	margin: 5px 0 0 10px;
}

/* @end */



/* @group Modules */

/* @group Sizes */

/* @group Big Module */

.bigmod, .project_info, .mediummod-group {
	border-left: 1px solid #7B7A7A;
	border-right: solid 1px #7B7A7A;
	border-top: 1px solid #FFF;
}
.mediummod {
	border-right: solid 1px #7B7A7A;
}
.bigmod,
.bigmod input.mod_input_text,
.bigmod textarea {
	margin: 0;
	position: relative;
	background-position: 0 bottom;
	background-repeat: repeat-x;
	background-image: url(../images/modules_bgs/bg_shade1.png);
}
.project_info {
	padding: 10px;
	background-position: 0 bottom;
	background-repeat: repeat-x;
	background-image: url(../images/modules_bgs/bg_shade1.png);
	border-top: 1px solid #ccc;
}


.bigmod span,
.bigmod label,
.mediummod span,
.mediummod label,
label {
	color: #4d4d4d;
	display: block;
	position: absolute;
	z-index: 2;
	top: 5px;
	left: 10px;
	min-width: 100px;
	font-weight: bold;
	font-size: 10px;
	line-height: 14px;
}


img.mod_user_photo {
	position: absolute;
	bottom: 5px;
	right: 10px;
	z-index: 1;
}

/* @end */

/* @group Medium Module */

.mediummod-group {
	background: url(../images/modules_bgs/bg_shade3.png) repeat 0 bottom;
	color: #757575;
}

.mediummod {
	margin: 0;
	position: relative;
	background-position: 0 bottom;
	background-repeat: repeat-x;
	background-image: url(../images/modules_bgs/bg_shade1.png);
	float: left;
	width: 244px;
}

/* @end */

/* @group Small Module */

.smallmod {
	background: url(../images/modules_bgs/bg_shade3.png) repeat 0 bottom;
	position: relative;
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 1px;
	padding: 10px;
	height: 50px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 30px;
}

#column2 .smallmod {
	color: white;
}

#column2 .smallmod strong {
	font-size: 10px;
	font-weight: bold;
	display: block;
}

#column2 .smallmod strong,
#column2 .smallmod span {
	position: relative;
	z-index: 1;
}

#column2 .smallmod .progress_bar {
	background-color: rgba(0,0,0,0.43);
	z-index: 0;
	display: block;
	position: absolute;
	top: -1px;
	right: 0;
	height: 100%;
}

/* @end */

/* @end */

/* @group Colors */

/* @group Black Module */

.blackmod,
.blackmod input.mod_input_text,
.blackmod textarea {
	background-color: rgba(93,93,93,0.63);
	color: #ddd;
	border-top: none;
}
.blackmod input.mod_input_text:hover,
.blackmod textarea:hover {
	background-color: #fff6dd;
	color: #333;
}
.blackmod input.mod_input_text:focus,
.blackmod textarea:focus {
	background-color: #fff6dd;
	color: black;
}
.blackmod span {
	color: #e9e9e9;
}

/* @end */

/* @group Grey Module */

.greymod,
.greymod input.mod_input_text,
.greymod textarea {
	background-color: rgba(255,253,250,0.29);
	color: #323232;
}
.greymod input.mod_input_text:hover,
.greymod textarea:hover {
	background-color: #fff6dd;
	color: #424242;
}
.greymod input.mod_input_text:focus,
.greymod textarea:focus {
	background-color: #fff6dd;
	color: black;
}

/* @end */

/* @group Green Module */

.greenmod,
.greenmod input.mod_input_text,
.greenmod textarea {
	background-color: #a4b342;
	color: #757575;
}
.greenmod input.mod_input_text:hover,
.greenmod textarea:hover {
	background-color: #fff6dd;
	color: #424242;
}
.greenmod input.mod_input_text:focus,
.greenmod textarea:focus {
	background-color: #fff6dd;
	color: black;
}

/* @end */

/* @end */

/* @group Other Modules */

.dropdown_mod,
.checkbox_mod {
	padding: 20px 10px 45px 10px;
	width: 244px;
	height: 81px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 224px;
	height: 16px;
}

/*Isto já não deve ser preciso!*/
/*.bigmod-grey.dropdown {
	position: relative;
	padding: 10px 10px 50px;
	color: #404040;
	margin-right: 1px;
	background: #CCC url(../images/modules_bgs/bg_shade1.png) repeat-x 0 bottom;
}*/

/* @end */

/* @end */

/* @group Errors */

#errorExplanation {
	margin: 0 10px 20px;
	background-color: #c25555;
	padding: 20px 0 0;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
#errorExplanation {
	margin: 10px 0 0;
}

#errorExplanation h2 {
	color: #232323;
	margin-bottom: 2px;
	margin: 0 15px;
}

#errorExplanation p {
	color: #232323;
	font-size: 10px;
	margin: 0 15px 17px;
}

#errorExplanation ul li {
	list-style-position: inside;
	color: #fff;
	background-color: rgba(0,0,0,0.34);
	padding: 7px 16px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

/* @end */

/* @group Collumn 1 */

#column1 {
	background-color: #86898a;
	border-right: solid 1px #7B7A7A;
	width: 250px;
	height: 100%;
	position: fixed;
	top: 50px;
	left: 0;
	padding-top: 20px;
}
#column1 h1 {
	font-weight: normal;
	font-size: 18px;
	margin: 0 0 0 30px;
	height: 30px;
	line-height: 30px;
}
#column1 h2 {
	font-size: 12px;
	margin: 0 0 0 30px;
	height: 30px;
	line-height: 30px;
	color: #4f4f4f;
	text-shadow: #CCC 0 0 2px;
}
.main_option_list {
	margin-bottom: 30px;
	list-style: none;
}

.main_option_list li {
	width: 230px;
}
.main_option_list li a {
	display: block;
	color: white;
	line-height: 24px;
	padding: 0 0 0 50px;
	height: 24px;
	width: 250px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 200px;
}


.main_option_list li.selected a,
.main_option_list li a:hover {
	background-color: rgba(0,0,0,0.23);
}

.main_option_list span {
	position: absolute;
	right: 0;
	text-align: center;
	width: 43px;
	height: 20px;
	line-height: 20px;
	margin-top: 2px;
	margin-right: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}


.main_option_list span.white {
	color: #363737;
	background: url(../images/modules_bgs/bg_shade2.png) repeat-x 0 center;
	background-color: #ffffff;
}
.main_option_list span.red {
	color: white;
	background: url(../images/modules_bgs/bg_shade2.png) repeat-x 0 center;
	background-color: #c32c00;
}
.main_option_list span.green {
	color: white;
	background: url(../images/modules_bgs/bg_shade2.png) repeat-x 0 center;
	background-color: #a4b342;
}
.main_option_list span.fade {
	opacity: 0.5;
}


/* @end */

/* @group Collumn 2 */

#column2 {
	background-color: #86898a;
	border-left: 1px solid #7B7A7A;
	position: fixed;
	top: 50px;
	right: 0;
	padding: 60px 0 0;
	width: 200px;
	height: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 100%;
}

#column2 h1 {
	font-weight: normal;
	font-size: 18px;
	color: white;
	margin: 0 10px 5px 10px;
	height: 30px;
	line-height: 30px;
}

#column2 h2 {
	margin: 0 0 0 10px;
}
#column2 h2 a {
	color: white;
	font-size: 11px;
	margin-right: 20px;
	float: right;
}

#column2 .user_photo img {
	display: block;
	margin: 0 auto 50px auto;
}

/* @end */

/* @group BOTÕES */

.btn1, .btn2, .btn3 {
	background: url(../images/modules_bgs/bg_shade2.png) repeat-x right center;
}

/*BOTÃO DE OPTION*/
.btn1,
a.btn1 {
	display: inline-block;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border: 1px solid #696969;
	
	font-size: 9px;
	line-height: 17px;
	color: #000;
	text-align: center;

	padding: 3px 13px 3px 3px;
	height: 20px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 16px;
}
.btn1 img {
	display: block;
	float: left;
	margin-right: 5px;
}
.btn1 span {
	display: block;
	float: left;
	height: 16px;
}
.btn1:hover {
	background-color: #afafaf;
	background-image: none;
}

/*BOTÃO REDONDO PEQUENO*/
.btn2 {
	float: right;
	margin-top: 8px;
	padding: 1px;
	background-color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.btn2:hover {
	background-color: #FFF;
}

/*BOTÃO PRETO NORMAL*/
.btn3,
a.btn3 {
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	color: #fff;
	background-color: #333;
	border: solid 3px #DDD;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	cursor: hand;
	cursor: pointer;

	padding: 3px 18px;
	voice-family: "\"}\""; 
	voice-family:inherit;
}

.btn3:hover {
	background-color: #000;
	color: white;
	border-color: #FFF;
}

/* @end */

/* @group Main Collumn */

#maincolumn {
	margin: 0 200px 100px 250px;
	min-width: 540px;
	z-index: 0;
	overflow: hidden;
	border-bottom: 1px solid #CCC;
}
.maincolumn-part, .edit_proj_project {
	padding-bottom: 20px;
	border-top: 1px solid #CCC;
	border-bottom: solid 1px #706f6f;
}



/*FORMULÁRIOS*/
.new_proj_project,
.new_proj_exposure,
.new_proj_workshop,
.new_proj_publication,
.new_proj_contact,
.new_proj_conference,
.edit_proj_project,
.edit_esad_user_application {
	padding: 20px 10px 20px;
}




#maincolumn h3 {
	float: left;
	color: #323232;
	margin: 40px 0 0 13px;
	padding: 0 0 0;
	font-size: 12px;
	line-height: 14px;
	text-shadow: #fbfbfb 0 0 3px;
}

#maincolumn .btn1, #maincolumn .btn2 {
	margin: 35px 10px 0 0;
	float: right;
}
#maincolumn .btn3 {
	margin: 0 0 0 0;
	float: right;
}

/* @group Form */
textarea {
	background: none;
	position: relative;
	padding: 20px 0 10px 0;
	width: 100%;
	border: none;
	vertical-align: top;
	text-indent: 9px;
	line-height: 17px;
	font-size: 15px;
}
input.mod_input_text {
	background: none;
	position: relative;
	border: none;
	vertical-align: top;
	text-indent: 9px;
	font-size: 15px;
	line-height: 19px;

	padding: 20px 0 42px 0;
	width: 100%;
	height: 81px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	min-width: 80px;
	height: 19px;
}
input.mod_input_check {
	position: relative;
	border: none;
	margin: 10px 0 45px 0;
	vertical-align: top;
	text-indent: 9px;
	line-height: 17px;
	font-size: 15px;
}


/* @end */

/* @group Auto complete */

div.auto_complete {
	background: rgba(0,0,0,0.51);
	margin-bottom: 1px;
	position: absolute;
	z-index: 4;
	margin-top: -30px;
	margin-left: 11px;
	color: #fff;
}
div.auto_complete ul {
	border: none;
	margin:0;
	padding:0;
	list-style-type:none;
}
div.auto_complete ul li {
	margin:0;
	padding:3px;
}
div.auto_complete ul li.selected {
	background-color: #ffb;
	color: black;
}
div.auto_complete ul strong.highlight {
	color: #800;
	margin:0;
	padding:0;
}

/* @end */

/* @group Task */

.task, .project {
	position: relative;
	display: block;
	margin: 0 15px;
	color: #404040;
	margin-bottom: 1px;
}

.first_task, .unique_task {
	margin-top: 7px;
}

/* @group Top */

.task_top {
	position: relative;
	z-index: 1;
	font-size: 13px;
	height: 35px;
}

/* Base format */
.task .task_top input.edit_title,
.task .task_top a.open_project,
.project .task_top input.edit_title,
.project .task_top a.open_project {
	border: none;
	display: block;
	width: 100%;
	float: left;
	z-index: 1;
	font-size: 11px;
	line-height: 13px;
	height: 13px;
	padding: 11px 0;
	text-indent: 30px;
}


/*Background image*/
.task_top a.open_project,
.task_top input.edit_title,
.task_right_info,
.task_right_info_sec {
	background: url(../images/modules_bgs/bg_shade2.png) repeat-x 0 bottom;
}

/* @group PROJECT BACKGROUNDS */

/*PROJECT BACKGROUND COLOR*/
.project .task_top a.open_project,
.project.new_project .task_top a.open_project {
	background-color: #595959;
	color: white;
}

/*PROJECTO HOVER*/
.project.new_project .task_top a.open_project:hover,
.project .task_top a.open_project:hover {
	background-color: #000;
	color: white;
}

/*NEW PROJECT*/
.project.new_project .task_top input.edit_title,
.project.new_project  .task_top a.open_project {
	text-indent: 80px;
}

/* @end */

/* @group TASK BACKGROUNDS */

/*TASK BACKGROUND COLOR*/
.task .task_top a.open_project,
.task .task_top input.edit_title {
	background-color:  #fff;
}

/*TAREFA SEM EDIÇÃO HOVER*/
.task_top a.open_project:hover {
	background-color: #999;
}

/*INPUT DE TEXTO OVER*/
.task .task_top input.edit_title:hover,
.task.new_task .task_top input.edit_title:hover,
.task.task_done .task_top input.edit_title:hover,
.task.new_task.task_done .task_top input.edit_title:hover {
	background-color: #fff6dd;
}
/*INPUT DE TEXTO SELECCIONADO*/
.task .task_top input.edit_title:focus,
.task.new_task .task_top input.edit_title:focus,
.task.task_done .task_top input.edit_title:focus {
	background-color: #fff6dd;
	color: #333;
}



/*TASK DONE*/
.task_done {
	opacity: 0.5;
}
.task.task_done .task_top input.edit_title,
.task.new_task.task_done .task_top input.edit_title {
	background-color: #a7a7a7;
	text-indent: 30px;
}

/*NEW TASK*/
.task.new_task .task_top input.edit_title {
	background-color: #e7edcb;
	text-indent: 85px;
}

/* @end */



/* @group Corners */

.task_top,
a.open_project,
input.edit_title,
.task_right_info {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
.first_task .task_top,
.first_task a.open_project,
.first_task input.edit_title,
.first_task .task_right_info {
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
}
.last_task .task_top,
.last_task a.open_project,
.last_task input.edit_title,
.last_task .task_right_info {
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-right-radius: 7px;
}

.task.unique_task .task_top,
.unique_task a.open_project,
.unique_task input.edit_title,
.unique_task .task_right_info {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

/* @end */

/* @group NEW MOD */

.task.new_task.task_done .new_task_badge {
	background-color: #e7edcb;
	display: none;
}



.project .new_project_badge:before, .task .new_task_badge:before {
	content: "NOVO!";
}
.new_project_badge,
.task .new_task_badge {
	display: block;
	position: absolute;
	left: 20px;
	top: 6px;
	text-align: center;
	line-height: 20px;
	margin-top: 2px;
	margin-right: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

	color: white;
	background: url(../images/modules_bgs/bg_shade2.png) repeat-x 0 center;
	background-color: #a4b342;
	font-size: 9px;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;

	width: 43px;
	height: 20px;
	text-indent: 0;
}

/* @end */

/* @group Info secundária */

.task_right_info,
.task_right_info_sec {
	display: block;
	position: absolute;
	line-height: 35px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.task_right_info {
	background-color: #666;
	right: 0;
	z-index: 3;
	padding: 0 10px;
	width: 160px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 140px;
}
a.task_right_info:hover {
	background-color: #999;
}

.task_right_info.green {
	background-color: #a4b342;
}
a.task_right_info.green:hover {
	background-color: #879435;
}


.task_right_info.red {
	background-color: #c32c00;
}
.task_right_info.red:hover {
	background-color: #9a2100;
}

a.task_right_info_sec,
img.task_right_info_sec {
	right: 150px;
	z-index: 2;
	width: auto;
}
img.task_right_info_sec {
}
a.task_right_info_sec {
	background-color: #333;
	color: white;
	padding: 0 20px 0 10px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
a.task_right_info_sec:hover {
	background-color: #000;
}

/* @end */

.task_top .task_change_state {
	position: absolute;
	margin-top: 10px;
	left: 8px;
}

/*BLOCO DA DATA (LADO DIREITO)*/
a.task_right_info span,
a.task_right_info_sec span {
	display: block;
	float: left;
	font-size: 9px;
	width: 115px;
	overflow: hidden;
}

/*SETA PARA ABRIR*/
a.task_right_info img,
a.task_right_info_sec img {
	float: right;
	margin-top: 8px;
	padding: 1px;
	background-color: #DDD;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.task.new_task.task_done .task_top .task_right_info.green,
.task.new_task.task_done .task_top.task_right_info.red,
.task.task_done .task_top .task_right_info.green,
.task.task_done .task_top .task_right_info.red {
	background-color: #a7a7a7;
}

/* @end */

/* @group Content */

.task_content {
	background: #fff url(../images/modules_bgs/bg_shade1.png) repeat-x 0 bottom;
	position: relative;
	z-index: 0;
	width: 100%;
	min-height: 60px;
	margin-top: -10px;
	margin-bottom: 5px;
	padding: 11px 0 0 0;
	font-size: 11px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.task_content div.subitem {
	display: block;
	position: relative;
	border-top: 1px solid rgba(243,255,190,0.61);
	border-bottom: 1px solid #d4d4d4;
}

.task_content div.subitem_dropdown {
	padding: 5px 0 5px 80px;
}

div.subitem label,
div.subitem span {
	position: absolute;
	top: 7px;
	left: 10px;
	font-size: 9px;
}
div.subitem_dropdown label,
div.subitem_dropdown span {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 9px;
}
div.subitem input, div.subitem p {
	background-color: transparent;
	color: #404040;
	display: block;
	border: none;
	overflow: hidden;
	text-indent: 80px;
	width: 100%;
}
div.subitem select {
	color: #404040;
}
div.subitem input {
	padding: 5px 0 0 0;
	height: 22px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 17px;
}
div.subitem p {
	padding: 5px 0 0 0;
	height: 22px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 17px;
}
div.subitem input:hover {
	background-color: #fff6dd;
}
div.subitem input:focus {
	background-color: #fff6dd;
}

/* datas de edição e criação */
.task_info {
	padding: 10px;
	font-size: 9px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-right-radius: 7px;
	color: #808080;
	border-top: 1px solid #f3f2f2;
	background-color: rgba(255,255,255,0.6);
	background-image: url(../images/textura.png);
	font-weight: normal;
	font-style: normal;
	height: 42px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 22px;
}
.task_content strong {
	display: block;
	float: left;
}


.task_content img.user_photo {
	position: absolute;
	top: 20px;
	right: 10px;
}

#maincolumn .task_content .btn3 {
	margin: -3px 10px 0 0;
	float: right;
	border-color: #999;
	color: white;
}

/* @end */




/* @end */

/* @group Filtros */

#filtros {
	
}
#filtros a {
	display: block;
	float: left;
	font-size: 10px;
	background: grey;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-right: 5px;
	padding: 3px 10px;
	line-height: 14px;
	height: 20px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 14px;
}

/* @end */


/* @end */




.clear {
	clear: both;
	float: none;
}

.lastinrow {
	margin-right: 0;
	border-right: 0;
}

#red {
	position: relative;
	width: 100%;
	height: 120px;
	background-color: #c32c00;
	z-index: 1;
}
#green {
	position: relative;
	margin-top: -20px;
	width: 100%;
	height: 120px;
	background-color: #a4b342;
	z-index: 0;
}




.timeline {
	position: relative;
	overflow: auto;
	padding: 10px;
	padding-bottom: 20px;
}

.timeline #ruler {
	margin-left: 201px;
	color: white;
	margin-bottom: 5px;
	font-size: 9px;
	line-height: 10px;
}
.timeline #ruler .marker {
	width: ;
}

.timeline-project {
	display: block;
	width: 2000px;
}
#maincolumn .timeline-project h3 {
	display: block;
	margin: 0px;
	padding: 5px;
	width: 200px;
	height: 105px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 190px;
	height: 95px;
}

.timeline-tasks {
}
.timeline-task {
	margin: 5px;
	position: absolute;
	float: left;
	padding: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 10px;
	color: white;
	background: url(../images/modules_bgs/bg_shade2.png) repeat-x 0 center;
	background-color: #a4b342;
}
.timeline-task a {
	color: white;
}


