/** AGEND & DATEPICKER **/

input{
	outline: none;	
}
.small {
	font-size: 10px;
	color:#888;
	font-family: Arial, Helvetica, sans-serif;
}
#box-form-agend{
	width: auto;
	height: auto;
	margin-top: 30px;
	padding-bottom: 40px;
	font-family: Arial, Helvetica, sans-serif;
}
#box-form-agend a{color: #666; font-weight: normal; font-size: 12px;}
#box-form-agend a:hover{color: #888;}
#tb-agendamento tr {
	width: auto;
	height: 35px;
}
#tb-agendamento label {
	font-size: 13px;
	color:#666;
}
#formagend textarea,
#formagend .texts,
#formagend select {
	padding:5px;
	border:1px solid #BFBFBF;
	font:13px;
	color:#999;
	vertical-align:top;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
}
#formagend input:hover,
#formagend textarea:hover,
#formagend select:hover	{
	border: 1px solid #aaa;
}

#formagend input:focus,
#formagend textarea:focus,
#formagend select:focus	{ 
	color:#666;
	border: 1px solid #fff;
	background: #f1f1f1;
	-moz-box-shadow:inset 2px 2px 5px #ccc;
	-webkit-box-shadow:inset 2px 2px 5px #ccc;
	box-shadow:inset 2px 2px 5px #ccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
}

#formagend textarea,
#formagend input {
	width:300px; 
}
#formagend select {
	width:310px; 
	outline: none;	
}  
#datepicker #datepicker_data{
	width:301px;
}
#formagend select.cfselectmulti	{ 
	height:7.5em; 
}

#formagend textarea {
	font-family: arial;
	font-size: 13px;
	overflow:auto;
	outline: none;	
}
#formagend #btn-agendamento{
	width: 200px;
	background-color: #B4B5B8;
	background-image: none;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #fff;
	border: none;
	cursor: pointer;
	outline: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	text-transform: uppercase;
	font-family: din_lightregular;
	font-size: 13px;
}
#formagend #btn-agendamento:visited{
	width: 200px;
	background-color: #B4B5B8;
	background-image: none;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff;
	border: none;
	cursor: pointer;
	outline: none;
}

#formagend #btn-agendamento:hover{
	background-color: #BCBDC0;
	background-image: none;
	color: #fff;
	border: none;
	outline: none;
}
#ui-datepicker-div { display: none; } 
.ui-datepicker {
	width: 216px;
	height: auto;
	margin: 5px auto 0;
	font: 7pt Arial, sans-serif;
	border: 1px solid #ccc;
	padding: 4px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	border: 4px solid #fff;
	
}  
.ui-datepicker a {  
    text-decoration: none;  
}  
.ui-datepicker table {  
    width: 100%; 
}  
.ui-datepicker-header {
	background-color: #888;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}  
.ui-datepicker-title {  
    text-align: center;  
	font-weight: bold;
} 
.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-image: url('js/datepicker/img/arrow.png');
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden;
}
.ui-datepicker-prev {
	float: left;
	background-position: center -30px;
}
.ui-datepicker-next {
	float: right;
	background-position: center 0px;
}
.ui-datepicker thead {
	background-color: #f7f7f7;
	background-image: -moz-linear-gradient(top,  #f7f7f7 0%, #f1f1f1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f1f1f1));
	background-image: -webkit-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -o-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -ms-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
	border-bottom: 1px solid #bbb;
}
.ui-datepicker th {
	text-transform: uppercase;
	font-size: 6pt;
	padding: 5px 0;
	color: #666666;
	text-shadow: 1px 0px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=0);
}
.ui-datepicker tbody td {
	padding: 0;
	border-right: 1px solid #bbb;
}
.ui-datepicker tbody td:last-child {
	border-right: 0px;
}
.ui-datepicker tbody tr {
	border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #666666;
	text-shadow: 1px 1px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=1);
	font-size: 10pt;
}
.ui-datepicker-calendar .ui-state-default {
	background: #ededed;
	background: -moz-linear-gradient(top,  #ededed 0%, #dedede 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#dedede));
	background: -webkit-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -o-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -ms-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: linear-gradient(top,  #ededed 0%,#dedede 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	-moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
}
.ui-datepicker-unselectable .ui-state-default {
	background: #f4f4f4;
	color: #b4b3b3;
}
.ui-datepicker-calendar .ui-state-hover {
	background: #f7f7f7;
}
.ui-datepicker-calendar .ui-state-active {
	background: #777777;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	color: #fff;
	text-shadow: 0px 1px 0px #666;
	filter: dropshadow(color=#666, offx=0, offy=1);
	border: 1px solid #777777;
	position: relative;
	margin: -1px;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 29px;
	margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 29px;
	margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 29px;
	margin-bottom: 0;
}

.info-anexo{
	font-size: 11px;
	color: #666;
	height: auto;
	width: auto;
	padding-bottom: 5px;
}
#arquivo{
	margin-top: 5px;	
}
#txt-escolha-agenda1,#txt-escolha-agenda1-2,#txt-escolha-agenda2,#txt-escolha-agenda2-2 {margin-top: 4px; margin-bottom: 4px;}

#incluir-outro-list1{padding-left: 20px; margin-top: 7px; margin-bottom: 8px; background:url(images/icon-more.gif) left 2px no-repeat; cursor: pointer;font-size: 12px;}

#x-close1{padding-left: 17px; background:url(images/icon-del.gif) left no-repeat; cursor: pointer; line-height: 30px;}