@charset "utf-8";
/* CSS Document */

/*---------------------------------------------------------------------------------------
# CnC Tour Management (Trip Date) - Version 1.0 - Licence Owner Curves n' Colors (Cn'C)
# ---------------------------------------------------------------------------------------
# Copyright (C) 2009 Curves n' Colors Pvt. Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: Curves n' Colors Pvt. Ltd.
# Websites:  http://www.curvesncolors.com
# This file may not be redistributed in whole or significant part.
---------------------------------------------------------------------------------------*/


table.tripdate{

}
table.tripdate td{
padding:5px 10px 5px 10px!important;
border-top:1px solid #e7e3e3;

}

table.tripdate th{
padding:5px 10px 5px 10px!important;
margin:0px!important;
background:#f1f1f1;

}

table.tripdate tr{
border-bottom:1px solid #FFFFFF;

}

table.tripdate tr.t1{
background:#fafafa;
}

table.tripdate tr.t2{
background:#f7f7f7;
}

a.triplink{
background:#0080c6;
padding:2px 5px 2px 5px!important;
width:35px;
text-align:center;
display:block;
color:#FFFFFF;
text-decoration:none;
font-size:11px;
}

a.triplink:hover{
background:#333333;
}

span.trip-title{
font-weight:bold!important;
text-transform:capitalize;
}

span.trip-title a{
text-decoration:none;
}