#content_for_layout table, #rounded-corner
{
	margin: 0px;
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	color: white;
	background-color:  #2c5aa8; /*#b9c9fe;*/
	-border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px;
}

#content_for_layout table  th {
	text-shadow: 0px -1px 0px #334f71;
	color: #f2f2f2;
	line-height: 30px;
	background-color: #415D79;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc718DA9, endColorstr=#FF415D79)";
	background: -o-linear-gradient(top, rgba(113,141,169,1), rgba(65,93,121,1));
	background: -moz-linear-gradient(top, #718DA9 0%, #415D79 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#718DA9), color-stop(100%,#415D79));

}

#content_for_layout table  th:first-child {
	-border-top-left-radius:5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
}

#content_for_layout table th:last-child {
	-border-top-right-radius:5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
}


#content_for_layout table  td
{
	color: #669;
	opacity:1.0;
    filter:alpha(opacity='100');
}
#content_for_layout table tr.altrow td {
    background-color: #eff2ff;
    opacity:1.0;
    filter:alpha(opacity='100');
}
#content_for_layout table tr.altrow {
    background-color: #eff2ff;
    opacity:1.0;
    filter:alpha(opacity='100');
}
#content_for_layout table  th a
{
	color: #fff;
	text-decoration: none;
}
#content_for_layout table th a:hover, #content_for_layout table  td a:hover
{
	text-decoration: underline;
}
#content_for_layout table td a
{
	color: #669;
	text-decoration: none;
}


a.button, .button {
    text-decoration: underline;
    //font-weight: bold;
}

#content_for_layout table  th
{
	padding-top: 2px;
	font-weight: bold;
}
#content_for_layout table  td
{
/*	padding: 8px;*/
	background-color: #e8edff;
	border-top: 1px solid #fff;
	color: #669;

}

#content_for_layout table  tr:hover td
{
	background-color: #d0dafd;
}

#content_for_layout table  tr.tfoot td, #content_for_layout table  tr.tfoot:hover td {
	color: #fff;
	font-weight: bold;
	background-color: #415D79;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc718DA9, endColorstr=#FF415D79)";
	background: -o-linear-gradient(top, rgba(113,141,169,1), rgba(65,93,121,1));
	background: -moz-linear-gradient(top, #718DA9 0%, #415D79 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#718DA9), color-stop(100%,#415D79));
	font-size: 10pt;
	line-height: 30px;
	font-weight: normal;
}

#content_for_layout table  tr.tfoot td:first-child {
	-border-bottom-left-radius:5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
}

#content_for_layout table tr.tfoot td:last-child {
	-border-bottom-right-radius:5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
}

#content_for_layout table  tr.selected, #content_for_layout table  tr.selected td, #content_for_layout table  tr.selected td a {
    color: #fff;
    font-weight: bold;
    background-color: #f00;
}

table.travelloginfo {
	padding:15px;
}

table.travelloginfo td{
	padding-right:10px;
	padding-left:10px;
	padding-top:2px;
	padding-bottom:2px;
}

table.travelloginfo td.prop{
	text-align:right;
}

table.travelloginfo td.val{
	text-align:left;
}

td.ftright{
	font-size:10px!important;
	font-style:italic;
	text-align:right;
	padding-right:10px;
}







