﻿.foo
{
}
/* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/* This style sheet is intended to contain OFTEN CHANGED rules used when the DataList control adapter is enabled. */
/* Empty rules are provided merely as a convenience for your future use or experimentation. */


/* Individual "items" in the DataList. */
.PrettyDataList .AspNet-DataList table tbody tr td
{
	padding: 5px;
	vertical-align: top;
}

/* Header of the DataList. */
.PrettyDataList .AspNet-DataList table thead tr th, .PrettyDataList .AspNet-DataList table caption
{
	border-top: solid 0px #9C0001;
	text-align: right;
	height: 30px;
	font-family: Arial;
	font-weight: bold;
	font-size: x-large;
	color: white;
	background-color: #507CD1;
	vertical-align: bottom;
	padding: 0 8px 8px 0;
}

/* Footer. */
.PrettyDataList .AspNet-DataList table tfoot tr td
{
	border-top: solid 0px #507CD1;
}



/* ------------------------------------------------------------------- */
/* Specific to this sample web site. */
/* These rules are probably not useful in your site.B9D3EE height:300px;
	 overflow:auto;*/
#SampleDataList
{
	min-height: 300px;
	background: #FFF;
	border-left: solid 3px #582b27;
}
#SampleDataList .Sample-Contact
{
	margin-top: 10px;
	padding: 10px;
	background: #FFF;
	color: #582b27;
	font-size: small; /*background: #FFF url(lateralnoticia.jpg) left top no-repeat ;      border-top: solid 1px #FCC206;      border-right: solid 1px #FCC206;   border-left:solid 3px #FCC206;     border-bottom:solid 3px #FCC206;*/
	padding-left: 10px;
	width: 590px;
	background: url(imagens/fundo_materias.gif) no-repeat left center;
	height: 131px;
}

#SampleDataList .Sample-Name
{	padding-top: 20px;
	padding-left:10px;
	float: left;
	width: 75%;
}
#SampleDataList .Sample-Name a
{
	background: url(li.gif) no-repeat left center;
	padding: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #582b27;
}

#SampleDataList .Sample-Name a:visited 
{
	background: url(li.gif) no-repeat left center;
	padding: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #582b27;
}

#SampleDataList .Sample-Veiculo
{ 
	padding-top:10px;
	padding-right:15px;
	text-align:right;
	
	 

	 
}

#SampleDataList .Sample-Phone
{
		padding-top: 20px;
	float: right;
	color: #582b27;
	text-align: left;
	white-space: nowrap; /*  background: url(imagens/rodapenoticia.jpg) repeat-x  bottom  ; #SampleDataList .Sample-Phone img {	 	border-style:solid; 	border-width:2px; }*/
	width: 18%;
}


/* --------------------------------------------------------------------------------------------------- */
/* Used when the DataList adapter is NOT used. */
/* These styles are used by the DataList's skin, found in this theme's skin file. */
#SampleDataList .DataList-Skin-Header
{
	/*border-top: solid 20px #9C0001;*/
	padding: 0 8px 8px 0;
}

#SampleDataList .DataList-Skin-Footer
{
	border-top: solid 5px #582b27;
}


