.title1
{
font-weight:bold;
font-size:12pt;
}
.subTitle1
{
font-size:10pt;
}
.gridView1
{
width:90%;
}
.dataControl1
{
width:600px;
}
.detailsView1
{
width:90%;
}
.gridViewRow1
{
background-color:#F7F7DE;
color:#333333;
}
.gridViewSelectedRow1
{	
background-color:#E0E0E0;
color:Black;
font-weight:bold;
}
.gridViewPager1
{
	
background-color:#F7F7DE;
color:Black;
text-align:Right;
}
.gridViewHeader1
{
background-color:#6B696B;
font-weight:bold;
text-align:left;
}
.gridViewAlternatingRow1
{
background-color:White;

}
.gridViewRowOver1
{
background-color:Orange;
color:#284775;
}
.gridViewFooter1
{
	background-color:#CCCC99
}
.gridViewEditRow1
{
}
.gridViewEmptyDataRow1
{
}
.detailsViewRow1
{
background-color:#F7F7DE;
color:#333333;
}
.detailsViewSelectedRow1
{
background-color:#E2DED6;
color:#333333;
font-weight:bold;
}
.detailsViewPager1
{
background-color:#284775;
color:White;
text-align:center;
}
.detailsViewFieldHeader1
{

}
.detailsViewAlternatingRow1
{
background-color:White;

}
.detailsViewFooter1
{
}
.detailsViewHeader1
{
	background-color:#6B696B;
	color:White;
	font-weight:bold;
}
.detailsViewCommandRow1
{
}
.detailsViewEmptyDataRow1
{
}

a.deleteList1:link
{
color:Black;
text-decoration:none;
}
a.deleteList1:hover
{
color:orange;
}
a.deleteList1:visited
{
color:Black;
text-decoration:none;
}
a.menuLinks1:link
{
color:Black;
text-decoration:underline;
}
a.menuLinks1:visited
{
color:Black;
text-decoration:underline;
}
a.menuLinks1:hover
{
color:orange;
text-decoration:underline;
}
a.btnBack1:link
{
color:Black;
text-decoration:underline;
}
a.btnBack1:visited
{
color:Black;
text-decoration:underline;
}
a.btnBack1:hover
{
color:orange;
text-decoration:underline;
}
.divButton1
{
text-align:right;
width:600px;
}


.Tarefa {
	height:29px; 
	width:100%; 
	float:left;
	border-bottom:solid 1px silver;
}
  
.TarefaData {
	width:13%; 
	float:left;
	height:29px;
	font-weight:bold; 
	border-bottom:solid 1px silver;
	background-image:url("../imagens/Evento/bgData.png");
	background-repeat:repeat-x; 
}

.TarefaDataDia {
	font-size:14px;
	border-right:solid 1px silver;
}

.TarefaDataMes {
	font-size:10px;
	border-right:solid 1px silver;
}

.TarefaDesc {
	width:86.8%; 
	height:29px; 
	float:right;
	border-bottom:solid 1px silver;
	background-image:url("../imagens/Evento/bgData.png");
	background-repeat:repeat-x;
	text-align:left;
}

.TarefaResponsavel {
	height:29px;
	line-height:29px;
	vertical-align:middle;
	border-bottom:solid 1px silver;
	background-image:url("../imagens/Evento/bgData.png");
	background-repeat:repeat-x;
}

.TarefaStatus {
	height:29px;
	line-height:29px;
	vertical-align:middle;
	border-bottom:solid 1px silver;
	background-image:url("../imagens/Evento/bgData.png");
	background-repeat:repeat-x;
}