﻿#rounded-corner {
font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
font-size: 12px;
text-align: left;
border-collapse: collapse;
}

#rounded-corner tfoot td.rounded-foot-left {
background: #B9C9FE url("http://media.smashingmagazine.com/images/express-css-table-design/table-images/botleft.png") left bottom no-repeat;

}

#rounded-corner th {
font-weight: normal;
font-size: 13px;
background-image: url(swamyswebimage/headerstrip.png); 
background-repeat: repeat-x; 
color: #039;
padding: 8px;

  color: #fff;
  border-bottom-width: 1px;
/*  background-color: #B19C63;
  background-image: -moz-linear-gradient( 			top, 			rgba(255,255,255,0.25), 			rgba(255,255,255,0.05) 		);
  background-image: -webkit-gradient( 			linear, 			left top, 			left bottom, 			color-stop(0, rgba(255,255,255,0.25)), 			color-stop(1, rgba(255,255,255,0.05)) 		);
*/
}

#rounded-corner.glassyLook
{
  color: #fff;
  border-bottom-width: 1px;
  background-color: #B19C63;
  background-image: -moz-linear-gradient( 			top, 			rgba(255,255,255,0.25), 			rgba(255,255,255,0.05) 		);
  background-image: -webkit-gradient( 			linear, 			left top, 			left bottom, 			color-stop(0, rgba(255,255,255,0.25)), 			color-stop(1, rgba(255,255,255,0.05)) 		);
}

#rounded-corner td {
background: #E8EDFF;
border-top: 1px solid white;
color: #669;
padding: 8px;

background: #E6D3A6;
color: #725E27;
}

table td {
padding: 0.5em;
}

td, td img {
vertical-align: top;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

table.rounded-corner tbody tr:hover td {
background: #D0DAFD;

background: #ECDDBA;
color: #725E27;
}

/*url("http://media.smashingmagazine.com/images/express-css-table-design/table-images/left.png")*/

.rounded-corner thead th.rounded-left {
background: #B9C9FE left -1px no-repeat;

  color: #fff;
  border-bottom-width: 1px;
  background-color: #B19C63;
  background-image: -moz-linear-gradient( 			top, 			rgba(255,255,255,0.25), 			rgba(255,255,255,0.05) 		);
  background-image: -webkit-gradient( 			linear, 			left top, 			left bottom, 			color-stop(0, rgba(255,255,255,0.25)), 			color-stop(1, rgba(255,255,255,0.05)) 		);
    -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
}
/*url("http://media.smashingmagazine.com/images/express-css-table-design/table-images/right.png") */
.rounded-corner thead th.rounded-right {
background: #B9C9FE right -1px no-repeat;

  color: #fff;
  border-bottom-width: 1px;
  background-color: #B19C63;
  background-image: -moz-linear-gradient( 			top, 			rgba(255,255,255,0.25), 			rgba(255,255,255,0.05) 		);
  background-image: -webkit-gradient( 			linear, 			left top, 			left bottom, 			color-stop(0, rgba(255,255,255,0.25)), 			color-stop(1, rgba(255,255,255,0.05)) 		);
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
}

#ver-minimalist th {
font-weight: normal;
font-size: 14px;
border-bottom: 2px solid #6678B1;
border-right: 30px solid white;
border-left: 30px solid white;
color: #039;
padding: 8px 2px;
}
