﻿
.pretty-table
{
	padding: 0;
	margin-left: 1cm;
	margin-right: 0cm;
	border-collapse: collapse;
	border: 1px solid #333;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #000;
	background: white url("widget-table-bg.jpg") top left repeat-x;
}



.pretty-table th, .pretty-table td
{
  border: 1px dotted #666;
  padding: 0.5em;
  text-align: center;
  color: white;
}

.pretty-table th[scope=col]
{
  color: black;
  background-color: green;
  text-transform: uppercase;
  text-align:center;
  font-size: 1.0em;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  }

.pretty-table th+th[scope=col]
{
  color: black;
  background-color: green;
  border-right: 1px dotted #666;
}

.pretty-table th[scope=row]
{
  background-color: white;
  border-right: 2px solid #333;
}

.pretty-table tr.alt th, .pretty-table tr.alt td
{
  color: black;
}

.pretty-table tr:hover th[scope=row], .pretty-table tr:hover td
{
  background-color: #632a2a;
  color: #fff;
}


}

.advertising-table{
	font-family: "trebuchet ms", tahoma, verdana, ariel;
	font-size:  1.0em;
	border-collapse: collapse;
	margin-left:1.2cm;
	margin-right:1cm;
}

.advertising-table caption{
	background: url(title.png) no-repeat 50px;
	font-size: 1.4em;
	text-indent: -10000px;
}

.advertising-table thead tr{
	background-color: #D9FFD9;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

.advertising-table foot tr{
	background-color: #FFFFFF;
}

.advertising-table thead th{
	padding: 0.5em;
	white-space: nowrap;
}

.advertising-table tfoot th{
	font-size: 110%;
	text-align: right;
	padding-right: 0.5em;
	letter-spacing: 1px;
	background:  
}

.advertising-table tfoot td{
	padding-left: 0.5em;
	color: red;
	font-size: 110%;
	font-weight: 600;
}

.advertising-table tfoot td:hover{
	background-color: red;
	color: white;
}

.advertising-table tr{
	background-color: #EAFDFF;
}

.advertising-table tr.odd{
	background-color: #FFFFFF;
}

.advertising-table tbody tr:hover{
	background-color: #FFCCCC;
}

.advertising-table th{
	border: 1px dotted #CCCCCC;
	background-color:#FFBDBD;
	text-align:center;
	vertical-align:top;
}

.advertising-table td{
	border: 1px dotted #CCCCCC;
	text-align:left;
	vertical-align:top;
}

.advertising-table red td
{
    background-color:Red;
	border: 1px dotted #CCCCCC;
	text-align:left;
	vertical-align:top;
}

.advertising-table tbody td
{
	padding: 0.5em;
}

.advertising-table td a:link, th a:link{
	color: black;
}

.advertising-table td a:visited, th a:visited{
	color: black;
	text-decoration: none;
}

.advertising-table td a:hover, th a:hover{
	color: purple;
	text-decoration: none;
}

.advertising-table td:last-child a:hover{
	color: red;
	text-decoration: underline overline;
}

#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: auto;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-company
{
	background: #b9c9fe url('images/left.png') left -1px no-repeat;
}
#rounded-corner thead th.rounded-q4
{
	background: #b9c9fe url('images/right.png') right -1px no-repeat;
}
#rounded-corner th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	background: #b9c9fe;
}
#rounded-corner td
{
	padding: 8px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
}
#rounded-corner tfoot td.rounded-foot-left
{
	background: #e8edff url('images/botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #e8edff url('images/botright.png') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
	background: #d0dafd;
}

.picture-table
{
	width:100%;
	text-align:center;
}
.ad_1-table
{
	width:100%;
	margin:10px auto;
	margin-left:40px;
}
.ad_2-table
{
	width:100%;
	margin:10px auto;
	margin-left:40px;
}