﻿.cdTable 
{ 
	margin: 0px; 
	padding-bottom: 30px;
	border-bottom: solid 1px blue;
	border-right: solid 1px red;
}

.modalBackground {
	background-color:#ffffcb;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup
{
	background-color: #ffffcc;
	border-right: gold thick solid;
	border-top: gold thick solid;
	border-left: gold thick solid;
	border-bottom: gold thick solid;
	padding: 5px;
}
.modalPopup td
{
	height:25px;
}

.cssDefaultHintBox, .cssDefaultHintBox DIV
{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFE1;
	text-decoration: none;
	padding: 10px 10px 10px 10px;
	border: solid 1px #aaaaaa;
}