﻿.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 
{       
    text-align:center;      
    width: 100%;    
}

.PrettyDataList .AspNet-DataList table tbody tr td
{
    padding-top:0px;         
    margin-top:0px;
    vertical-align: top; 
    width:20%;
    text-align:center;      
}

/* Header of the DataList. */
.PrettyDataList .AspNet-DataList table thead tr th,
.PrettyDataList .AspNet-DataList table caption
{
    border-top: solid 20px #9C0001;
    text-align:right;
    height: 90px;
    font-family: Arial;
    font-weight: bold;
    font-size: x-large;
    color: white;
    background-color:#D3C9C7;
    vertical-align: bottom;
    padding: 0 8px 8px 0;
}

/* Footer. */
.PrettyDataList .AspNet-DataList table tfoot tr td
{
    border-top: solid 20px #9C0001;
}

/* ------------------------------------------------------------------- */
/* Specific to this sample web site. */
/* These rules are probably not useful in your site. */



/* datalist cho phan trang. */

.PrettyDataList1 .AspNet-DataList 
{
	text-align:right;
}

.PrettyDataList1 .AspNet-DataList table tbody
{
	text-align:right;
}


.PrettyDataList1 .AspNet-DataList table tbody tr
{
	text-align:right;
}
.PrettyDataList1 .AspNet-DataList table tbody tr td
{
    padding-top:0px;         
    margin-top:0px;
    vertical-align: top;     
    text-align:right;          
    width:20px;    
}

/* Header of the DataList. */
.PrettyDataList1 .AspNet-DataList table thead tr th,
.PrettyDataList1 .AspNet-DataList table caption
{
    border-top: solid 20px #9C0001;
    text-align:right;
    height: 90px;
    font-family: Arial;
    font-weight: bold;
    font-size: x-large;
    color: white;
    background-color:#D3C9C7;
    vertical-align: bottom;
    padding: 0 8px 8px 0;
}

/* Footer. */
.PrettyDataList1 .AspNet-DataList table tfoot tr td
{
    border-top: solid 20px #9C0001;
}

/* ------------------------------------------------------------------- */
/* Specific to this sample web site. */
/* These rules are probably not useful in your site. */





/* datalist cho tour popular. */
.PrettyDataList3
{    
_padding-left:40px;
}
.PrettyDataList3 .AspNet-DataList table 
{    
    width:100%;
    text-align:center;          
}

.PrettyDataList3 .AspNet-DataList table tbody tr td
{     
    padding-left: 5px;    
    text-align:left;      
}

/* Header of the DataList. */
.PrettyDataList3 .AspNet-DataList table thead tr th,
.PrettyDataList3 .AspNet-DataList table caption
{
    border-top: solid 20px #9C0001;
    text-align:right;
    height: 90px;
    font-family: Arial;
    font-weight: bold;
    font-size: x-large;
    color: white;
    background-color:#D3C9C7;
    vertical-align: bottom;
    padding: 0 8px 8px 0;
}

/* Footer. */
.PrettyDataList3 .AspNet-DataList table tfoot tr td
{
    border-top: solid 20px #9C0001;
}

.PrettyDataList4
{    
border-right:#D3D9E0 2px solid;
border-left:#D3D9E0 2px solid; 
height:80px;
}
.PrettyDataList4 .AspNet-DataList table 
{    
    width:100%;
    text-align:center;      
}

.PrettyDataList4 .AspNet-DataList table tbody tr td
{     
    padding-left: 10px;    
    text-align:left;      
}

/* Header of the DataList. */
.PrettyDataList4 .AspNet-DataList table thead tr th,
.PrettyDataList4 .AspNet-DataList table caption
{
    border-top: solid 20px #9C0001;
    text-align:right;
    height: 90px;
    font-family: Arial;
    font-weight: bold;
    font-size: x-large;
    color: white;
    background-color:#D3C9C7;
    vertical-align: bottom;
    padding: 0 8px 8px 0;
}

/* Footer. */
.PrettyDataList4 .AspNet-DataList table tfoot tr td
{
    border-top: solid 20px #9C0001;
}




/*6  */

.PrettyDataList6 .AspNet-DataList 
{
	text-align:right;
}

.PrettyDataList6 .AspNet-DataList table tbody
{
	text-align:right;
}


.PrettyDataList6 .AspNet-DataList table tbody tr
{
	text-align:right;
}
.PrettyDataList6 .AspNet-DataList table tbody tr td
{
    padding-top:0px;         
    margin-top:0px;
    vertical-align: top;     
    text-align:right;          
    width:20px;    
}

/* Header of the DataList. */
.PrettyDataList6 .AspNet-DataList table thead tr th,
.PrettyDataList6 .AspNet-DataList table caption
{
    border-top: solid 20px #9C0001;
    text-align:right;
    height: 90px;
    font-family: Arial;
    font-weight: bold;
    font-size: x-large;
    color: white;
    background-color:#D3C9C7;
    vertical-align: bottom;
    padding: 0 8px 8px 0;
}

/* Footer. */
.PrettyDataList6 .AspNet-DataList table tfoot tr td
{
    border-top: solid 20px #9C0001;
}