html, body {
  margin:0;
  padding:0;
  height:100%;
  border:none;
}

table { 
  border-collapse: collapse;
}

img {
  border: 0px;
}

img.borders {
  border: 1px solid #C4C5DA;
  padding:2px;
  margin: 2px;
}

tr.admEdit:hover {
  background: #F3F3F3;
}

a {
  text-decoration: none;
}

p {
  margin: 0px;
}

table.right-menu td {
	padding: 1px 3px 1px 1px;
	-moz-border-radius: 1px 3px 1px 1px;
}

table.registration {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: none;
	border-color: #EAEAEA;
	border-collapse: collapse;
}

table.registration th {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: inset;
	border-color: #EAEAEA;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.registration td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #EAEAEA;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

td {
	text-align: left;
	vertical-align: top;
	border: 0px;
	padding: 0px;
	font-family:Tahoma;
	font-size:11px;
	color:#787878;
}

td.languages {
  vertical-align: middle;
}

td.company-name {
  background: #F5F9FF;
  vertical-align: middle;
  height: 25px;
  width: 100%;
  padding-left: 15px;
  border-bottom: 1px solid #C4C5DA;
}

td.company-name-text {
  vertical-align: middle;
  height: 20px;
  width: 100%;
}

td.price-line {
  background: #DCEAF3;
  height: 30px;
  width: 100%;
}

td.price-line-left {
  height: 30px;
	font-family:Tahoma;
	font-size:11px;    
	color:#678295;
  vertical-align: middle;
  font-weight: bold;
  text-align: left;
}

td.price-line-right {
  height: 30px;
	font-family:Tahoma;
	font-size:11px;
	color:#678295;
  vertical-align: middle;
  font-weight: bold;
  text-align: right;
}

td.discount-line {
  background: #FBE3A9;
  height: 30px;
  width: 100%;
}

td.discount-line-left {
  height: 30px;
	font-family:Tahoma;
	font-size:11px;
	color:#FA8700;
  vertical-align: middle;
  font-weight: bold;
  text-align: left;
}

td.discount-line-right {
  height: 30px;
	font-family:Tahoma;
	font-size:11px;
	color:#FA8700;
  vertical-align: middle;
  font-weight: bold;
  text-align: right;
}

td.right-menu-spacer {
  height: 1px;
  width: 100%;
  background: url(/images/right-menu-spacer.gif);
  background-repeat: repeat-x;
}

td.right-menu-vspacer {
  height: 100%;
  width: 1px;
  background: url(/images/right-menu-vspacer.gif);
  background-repeat: repeat-y;
}

td.center-left {
  background: url(/images/page-left.gif);
  background-repeat: repeat-y;
  width: 2px;
  height: 100%; 
}

td.center-right {
  background: url(/images/page-right.gif);
  background-repeat: repeat-y;
  width: 2px;
  height: 100%; 
}

td.center-center {
  background: #FFFFFF;
  width: 996px;
}

td.top-line {
  background: #D8DEE7;
  height: 5px;
  width: 100%;
}

td.logo-line {
  height: 70px;
  width: 100%;
  vertical-align: middle;
}

td.text-line {
  vertical-align: middle;
  text-align: left;
}

td.text-line-slogan {
  vertical-align: middle;
  text-align: left;
  width: 400px;
}

td.middle-line {
  background: url(/images/top-bgline-1.gif);
  background-repeat: repeat-x;
  height: 54px;
  width: 100%;
  vertical-align: middle;
}

td.search-line-left {
  background: url(/images/top-bgline-left.gif);
  background-repeat: no-repeat;
  height: 67px;
  width: 3px;
}

td.search-line-center {
  background: url(/images/top-bgline-center.gif);
  background-repeat: repeat-x;
  height: 67px;
  width: 974px;
	vertical-align: top;
}

td.search-line-right {
  background: url(/images/top-bgline-right.gif);
  background-repeat: no-repeat;
  height: 67px;
  width: 3px;
}

span.sub-text {
  color: #5F5F5F;
  font-size: 10px;
}

font.red {
  color: #C20F15;
  font-size: 25px;
  font-weight: bold;
}

font.red-small {
  color: #C20F15;
  font-size: 12px;
  font-weight: bold;
}

font.orange {
  color: #F75F20;
  font-size: 25px;
  font-weight: bold;
}

font.yellow {
  color: #DBB700;
  font-size: 25px;
  font-weight: bold;
}

font.green {
  color: #20960C;
  font-size: 25px;
  font-weight: bold;
}

font.blue {
  color: #2779CD;
  font-size: 25px;
  font-weight: bold;
}

font.grey {
  color: #747474;
  font-size: 25px;
  font-weight: bold;
}

font.light-grey {
  color: #A3A3A3;
  font-size: 12px;
  font-weight: bold;
}

font.search-text {
  color: #3985B5;
  font-size: 12px;
  font-weight: bold;
}

font.pages-selected {
  color: #C40D0B; 
  font-size:12px; 
  font-family: Tahoma;
  font-weight: bold;
}
  
font.pages-not-selected {
  color: #3F3F3F; 
  font-size:12px; 
  font-family: Tahoma;
  font-weight: bold;
}

td.menu-top-line {
  text-align: right;
}

td.red-left {
  background: url(/images/red-left.gif);
  background-repeat: no-repeat;
  height: 35px;
  width: 6px;
}

td.red-center {
  background: url(/images/red-center.gif);
  background-repeat: repeat-x;
  height: 35px;
  width: 120px;
  vertical-align: middle;
  text-align: center;
}

td.red-right {
  background: url(/images/red-right.gif);
  background-repeat: no-repeat;
  height: 35px;
  width: 6px;
}

td.orange-left {
  background: url(/images/orange-left.gif);
  background-repeat: no-repeat;
  height: 35px;
  width: 6px;
}

td.orange-center {
  background: url(/images/orange-center.gif);
  background-repeat: repeat-x;
  height: 35px;
  width: 80px;
  vertical-align: middle;
  text-align: center;
}

td.orange-right {
  background: url(/images/orange-right.gif);
  background-repeat: no-repeat;
  height: 35px;
  width: 6px;
}

td.yellow-left {
  background: url(/images/yellow-left.gif);
  background-repeat: no-repeat;
  height: 35px;
  width: 6px;
}

td.yellow-center {
  background: url(/images/yellow-center.gif);
  background-repeat: repeat-x;
  height: 35px;
  width: 80px;
  vertical-align: middle;
  text-align: center;
}

td.yellow-right {
  background: url(/images/yellow-right.gif);
  background-repeat: no-repeat;
  height: 35px;
  width: 6px;
}

td.green-left {
  background: url(/images/green-left.gif);
  background-repeat: no-repeat;
  height: 35px;
  width: 6px;
}

td.green-center {
  background: url(/images/green-center.gif);
  background-repeat: repeat-x;
  height: 35px;
  width: 130px;
  vertical-align: middle;
  text-align: center;
}

td.green-right {
  background: url(/images/green-right.gif);
  background-repeat: no-repeat;
  height: 35px;
  width: 6px;
}

td.blue-left {
  background: url(/images/blue-left.gif);
  background-repeat: no-repeat;
  height: 35px;
  width: 6px;
}

td.blue-center {
  background: url(/images/blue-center.gif);
  background-repeat: repeat-x;
  height: 35px;
  width: 80px;
  vertical-align: middle;
  text-align: center;
}

td.blue-right {
  background: url(/images/blue-right.gif);
  background-repeat: no-repeat;
  height: 35px;
  width: 6px;
}

td.grey-left {
  background: url(/images/grey-left.gif);
  background-repeat: no-repeat;
  height: 35px;
  width: 6px;
}

td.grey-center {
  background: url(/images/grey-center.gif);
  background-repeat: repeat-x;
  height: 35px;
  width: 80px;
  vertical-align: middle;
  text-align: center;
}

td.grey-right {
  background: url(/images/grey-right.gif);
  background-repeat: no-repeat;
  height: 35px;
  width: 6px;
}

a.menu-link {
  color: #ffffff;
  font-size: 12px;
  text-decoration:none;
  font-weight:bold;
}

a.menu-link:hover {
  color: #000000;
  font-size: 12px;
  text-decoration:none;
  font-weight:bold;
}

a.link-black {
  color: #5F5F5F;
  font-size: 11px;
  text-decoration:underline;
  font-weight:bold;
}

a.link-black:hover {
  color: #000000;
  font-size: 11px;
  text-decoration:underline;
  font-weight:bold;
}

a.link-delete {
  color: #C40D0B;
  font-size: 11px;
  text-decoration:underline;
  font-weight:bold;
}

td.button-left {
  background: url(/images/button-left.gif);
  background-repeat: no-repeat;
  height: 18px;
  width: 3px;
}

td.button-center {
  background: url(/images/button-center.gif);
  background-repeat: repeat-x;
  height: 18px;
  width: 70px;
  vertical-align: middle;
  text-align: center;
}

td.button-center-100 {
  background: url(/images/button-center.gif);
  background-repeat: repeat-x;
  height: 18px;
  width: 100px;
  vertical-align: middle;
  text-align: center;
}

td.button-right {
  background: url(/images/button-right.gif);
  background-repeat: no-repeat;
  height: 18px;
  width: 3px;
}

a.button-link {
  color: #ffffff;
  font-size: 12px;
  text-decoration:none;
  font-weight:bold;
}

td.bottom-line {
  background: #EAEAEA;
  height: 20px;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}

a.bottom-link {
  color: #67777D;
  font-size: 12px;
  text-decoration:none;
}

a.bottom-link:hover {
  color: #67777D;
  font-size: 12px;
  text-decoration: underline;
}

td.padding-10 {
  padding-left: 10px;
}

td.title-line-1 {
  background: #A5C2D0;
  height: 20px;
  width: 100%;
  vertical-align: middle;
  text-align: left;
  color: #ffffff; 
  font-size: 12px;
  padding-left: 10px;
}

td.title-line-2 {
  background: #67777D;
  height: 20px;
  width: 100%;
  vertical-align: middle;
  text-align: left;
  color: #ffffff; 
  font-size: 12px;
  padding-left: 10px;
}

td.title-line-3 {
  background: #E4ECEE;
  height: 20px;
  width: 100%;
  vertical-align: middle;
  text-align: left;
  color: #4684A2; 
  font-size: 12px;
  padding-left: 10px;
}

td.title-line-4 {
  background: #DADEE1;
  height: 20px;
  width: 100%;
  vertical-align: middle;
  text-align: left;
  color: #67777D; 
  font-size: 12px;
  padding-left: 10px;
}

td.bg-right {
  padding-left: 1px;
  background: url(/images/repeat-y-right.gif);
  background-repeat: no-repeat;
}

h1, h2, h3, h4, h4.light, h5 {
  font-size: 12px;
  display: inline; 
}

td.right {
  text-align: right;
  color: #3985B5;
  font-size: 12px;
  font-weight: bold;
  padding-right: 10px;
  padding-top: 2px;
  height: 23px;
}

td.left {
  text-align: left;
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  padding-right: 10px;
  padding-top: 2px;
  height: 23px;
}

td.left-discount {
  text-align: left;
  color: #FF0000;
  font-size: 12px;
  font-weight: bold;
  padding-right: 10px;
  padding-top: 2px;
  height: 23px;
}

td.center {
  text-align: center;
}

table.form-table {
  border: 2px; 
}

td.hr-line {
  background: url(/images/page-right.gif);
  background-repeat: repeat-x;
}

INPUT { 
  BORDER-TOP-COLOR: #D6D6D6; 
  BORDER-LEFT-COLOR: #D6D6D6; 
  BORDER-RIGHT-COLOR: #D6D6D6; 
  BORDER-BOTTOM-COLOR: #D6D6D6; 
  BORDER-TOP-WIDTH: 1px; 
  BORDER-LEFT-WIDTH: 1px; 
  BORDER-BOTTOM-WIDTH: 1px; 
  BORDER-RIGHT-WIDTH: 1px;
  FONT-SIZE: 10px; 
  FONT-FAMILY: Verdana; 
  height: 14px;
} 

SELECT { 
  BORDER-TOP-COLOR: #D6D6D6; 
  BORDER-LEFT-COLOR: #D6D6D6; 
  BORDER-RIGHT-COLOR: #D6D6D6; 
  BORDER-BOTTOM-COLOR: #D6D6D6; 
  BORDER-TOP-WIDTH: 1px; 
  BORDER-LEFT-WIDTH: 1px; 
  BORDER-BOTTOM-WIDTH: 1px; 
  BORDER-RIGHT-WIDTH: 1px; 
  FONT-SIZE: 10px; 
  FONT-FAMILY: Verdana; 
  height: 18px;
} 

TEXTAREA { 
  BORDER-TOP-COLOR: #D6D6D6; 
  BORDER-LEFT-COLOR: #D6D6D6; 
  BORDER-RIGHT-COLOR: #D6D6D6; 
  BORDER-BOTTOM-COLOR: #D6D6D6; 
  BORDER-TOP-WIDTH: 1px; 
  BORDER-LEFT-WIDTH: 1px; 
  BORDER-BOTTOM-WIDTH: 1px; 
  BORDER-RIGHT-WIDTH: 1px; 
  FONT-SIZE: 10px; 
  FONT-FAMILY: Verdana; 
}

ul { 
  list-style-image: url(/images/link-starts.gif);
 	list-style-type: disc;
}

.list1 li a { 
   display:block; 
   color:#5f5f5f; 
   text-decoration:none;
   padding-top: 3px; 
   font-size:11px; 
   margin-bottom:3px; 
   margin-top:3px;
}

.list1 li a strong { 
   text-decoration:underline; 
   display:block; 
   font-size:11px; 
   margin-bottom:2px;
}

.list1 li a:hover { 
   color:#000;
}

.list1 li.last { 
   background:none; margin-bottom:0;
}

.list1 li.last a { 
   margin-bottom:0; 
   padding-bottom:0;
}

form {
  color: #3985B5;
  font-size: 12px;
  font-weight: bold;
}

.floater {
position:absolute;
z-index:2;
bottom:0;
right:0;
display:none;
padding:0;
}

.floater td {
font-family: Gill, Helvetica, sans-serif;
background-color:white;
border:1px inset #979797;
color:black;
}

.matchedSmartInputItem {
font-size:0.8em;
padding: 5px 10px 1px 5px;
margin:0;
cursor:pointer;
}

.selectedSmartInputItem {
color:white;
background-color:#3875D7;
}

#smartInputResults {
padding:0;margin:0;
}

.siwCredit {
margin:0;padding:0;margin-top:10px;font-size:0.7em;color:black;
}

a.top-link {
  color: #ffffff; 
  font-size: 12px;
}

.swiff-uploader-box a {
	display: none !important;
}

#demo-status {
	padding: 0px;
	width: 500px;
	border: 1px solid #eee;
	text-align: center; 
  margin-left: auto;
  margin-right: auto;
}

#demo-status .progress {
	background: url(/images/uploads/progress-bar/progress.gif) no-repeat;
	background-position: +50% 0;
	margin-right: 0.5em;
	vertical-align: middle;
}

#demo-status .progress-text {
	font-size: 0.9em;
	font-weight: bold;
}

#demo-list {
	list-style: none;
	width: 460px;
	margin: 0;
  margin-left: auto;
  margin-right: auto;
}

#demo-list li.validation-error {
	padding-left: 44px;
	display: block;
	clear: left;
	line-height: 40px;
	color: #8a1f11;
	cursor: pointer;
	border-bottom: 1px solid #fbc2c4;
	background: #fbe3e4 url(/images/uploads/failed.png) no-repeat 4px 4px;
}

#demo-list li.file {
	border-bottom: 1px solid #eee;
	background: url(/images/uploads/file.png) no-repeat 4px 4px;
	overflow: auto;
}
#demo-list li.file.file-uploading {
	background-image: url(/images/uploads/uploading.png);
	background-color: #D9DDE9;
}
#demo-list li.file.file-success {
	background-image: url(/images/uploads/success.png);
}
#demo-list li.file.file-failed {
	background-image: url(/images/uploads/failed.png);
}

#demo-list li.file .file-name {
	font-size: 1em;
	margin-left: 44px;
	display: block;
	clear: left;
	line-height: 40px;
	height: 40px;
	font-weight: bold;
}
#demo-list li.file .file-size {
	font-size: 0.9em;
	line-height: 18px;
	float: right;
	margin-top: 2px;
	margin-right: 6px;
}
#demo-list li.file .file-info {
	display: block;
	margin-left: 44px;
	font-size: 0.9em;
	line-height: 20px;
}
#demo-list li.file .file-remove {
	clear: right;
	float: right;
	line-height: 18px;
	margin-right: 6px;
}

#demo-portrait {
	float: left;
	position: relative;
	width: 162px;
	height: 160px;
	border: 1px solid #eee;
	background-position: 1px 1px;
	background-repeat: no-repeat;
}
 
#demo-portrait a {
	position: absolute;
	left: 1px;
	right: 1px;
	bottom: 1px;
	padding: 0;
	line-height: 22px;
	display: block;
	text-align: center;
}

#demo-portrait-avatar {
	float: left;
	position: relative;
	width: 252px;
	height: 252px;
	border: 1px solid #eee;
	background-position: 1px 1px;
	background-repeat: no-repeat;
}
 
#demo-portrait-avatar a {
	position: absolute;
	left: 1px;
	right: 1px;
	bottom: 1px;
	padding: 0;
	line-height: 22px;
	display: block;
	text-align: center;
}

.minitext {
  font:  bold 10px Verdana;
  color: Black;
}

.disable {
  background-color: #CF110C;
  color: #fff;
  font-weight: bold;
  padding: 5px;
}

.tab-wrapper
{
	padding:				10px;
	margin:					0;
	border:					1px solid #eee;
	clear:					both;
}

.tab-menu
{
	margin:					0;
	padding:				0;
	list-style:			none;
	overflow:				auto;
}
.tab-menu li
{
	margin:					0;
	padding:				0;
	float:					left;
	line-height:		25px;
}

.tab-menu li a
{
	padding: 5px;
  color: #5F5F5F;
  font-size: 12px;
  text-decoration: underline;
  font-weight: bold;
}

.tab-menu li a:hover,

.tab-menu li a:focus
{
	/* your effect here */
}

.tab-menu li.tab-selected a
{
	text-decoration:		none;
	color:					inherit;
	/* your effect here */
}

img.floatLogoLeft { 
    float: left; 
    margin-right: 10px; 
}

td.infoTabText {
  padding-left: 5px;
  font-weight: bold;
  width: 120px;
  height: 20px;
}

.remooz-element
{
	cursor:					-moz-zoom-in;
}

.remooz-box
{
	position:				absolute;
	top:					0;
	left:					0;
	background:				#fff no-repeat center;
	z-index:				100;
}
.remooz-loading
{
	background-image:		url(/images/uploads/spinner.gif);
}
.remooz-body
{
	width:					100%;
	height:					100%;
}
.remooz-box-focus.remooz-type-image .remooz-body
{
	cursor:					-moz-zoom-out;
}
.remooz-box-dragging .remooz-body
{
	cursor:					move;
}

/**
 * Close button
 */

.remooz-btn-close
{
	position:				absolute;
	left:					-15px;
	top:					-15px;
	width:					30px;
	height:					30px;
	text-decoration:		none;
	border:					0;
	background:				url(/images/uploads/closebox.png) no-repeat center;
	visibility:				hidden;
	cursor:					pointer;
}
.remooz-engine-trident4 .remooz-btn-close
{
	background-image:		url(/images/uploads/closebox.gif);
}

/**
 * Caption title
 */

.remooz-title
{
	position:				relative;
	left:					0;
	top:					15px;
	text-align:				left;
}
.remooz-title-bg
{
	position:				absolute;
	left:					0;
	top:					0;
	width:					100%;
	height:					100%;
	background-color:		#000;
	z-index:				99;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	/* shadow opacity differs from box shadow because its default set to opacity 0.8 */
	-webkit-box-shadow:		0 0 10px rgba(0, 0, 0, 0.9);
}
.remooz-title-content
{
	position:				relative;
	padding:				5px 15px;
	color:					#fff;
	z-index:				101;
	font:					11px/1.5 Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.remooz-engine-trident4 .remooz-title-bg
{
	display:				none;
}
.remooz-engine-trident4 .remooz-title-content
{
	background-color:		#333;
}

.remooz-title-content h6
{
	font-size:				1.2em;
	font-weight:			bold;
	color:					#eee;
}
.remooz-title-content p
{
	color:					#eee;
}

/**
 * Type specific
 */

.remooz-type-image img
{
	display:				block;
	border:					0;
	width:					100%;
	height:					100%;
}

/**
 * Shadow
 */

.remooz-bg
{
	position:				absolute;
	width:					33px;
	height:					40px;
}

.remooz-bg-n
{
	left:					0;
	top:					-40px;
	width:					100%;
	background:				url(/images/uploads/remo_bg_n.png) repeat-x;
}
.remooz-bg-ne
{
	right:					-33px;
	top:					-40px;
	background:				url(/images/uploads/remo_bg_ne.png) no-repeat;
}
.remooz-bg-e
{
	right:					-33px;
	top:					0;
	height:					100%;
	background:				url(/images/uploads/remo_bg_e.png) repeat-y;
}
.remooz-bg-se
{
	right:					-33px;
	bottom:					-40px;
	background:				url(/images/uploads/remo_bg_se.png) no-repeat;
}
.remooz-bg-s
{
	left:					0;
	bottom:					-40px;
	width:					100%;
	background:				url(/images/uploads/remo_bg_s.png) repeat-x;
}
.remooz-bg-sw
{
	left:					-33px;
	bottom:					-40px;
	background:				url(/images/uploads/remo_bg_sw.png) no-repeat;
}
.remooz-bg-w
{
	left:					-33px;
	top:					0;
	height:				100%;
	background:		url(/images/uploads/remo_bg_w.png) repeat-y;
}
.remooz-bg-nw
{
	left:					-33px;
	top:					-40px;
	background:		url(/images/uploads/remo_bg_nw.png) no-repeat;
}

.photo-stream
{
	list-style:	  	none;
	margin:					0;
}
 
.photo-stream li
{
	float:					left;
	text-align:		  center;
	padding: 2px;
	width: 160px;
	height: 160px;
}

.photo-stream-company
{
	list-style:	  	none;
	margin:					0;
}
 
.photo-stream-company li
{
	float:					left;
	text-align:		  center;
	padding: 2px;
	width: 180px;
	height: 180px;
}

.spinner {
	position: absolute;
	width: 100%;
	height:	100%;
	opacity: 0.9;
	filter: alpha(opacity=90);
	z-index: 100;
	background: #fff;
}
.spinner-msg {
	text-align: center;
	font-weight: bold;
}

.spinner-img {
	background: url(/images/spinner.gif) no-repeat;
	width: 24px;
	height: 24px;
	margin: 0 auto;
}

/* tooltip design */
.ToolTips { display:block; position:absolute; width:404px; }
.ToolTips .sticky_close { display:block; position:absolute; top:1px; right:3px; background:url(/images/fileclose.png); width:16px; height:16px; line-height:16px; font-size:0px; z-index:100000000; }
.ToolTips .message { display:block; position:relative; background:url(/images/tip_body.png) repeat-y; padding:0px 10px; font-family:Tahoma; color:#5F5F5F; }

/* here we do a little switch. If the tooltip is positioned above the element hovered, it changes the classes on the header/footer divs in order to point at the element hovered */
.ToolTips .dockBottomHeader, 
.ToolTips .dockTopFooter { display:block; position:relative; background:url(/images/dockBottomHeader.png) no-repeat bottom; height:33px;  }
.ToolTips .dockTopFooter { background:url(/images/dockTopFooter.png) no-repeat bottom; height:38px; }

.ToolTips .dockBottomFooter,
.ToolTips .dockTopHeader { display:block; position:relative; background:url(/images/dockBottomFooter.png); height:14px; line-height:11px; font-size:0px; clear:both; }
/* this one has more height to display the close button in case sticky tooltips are on */
.ToolTips .dockTopHeader { background:url(/images/dockTopHeader.png) bottom center no-repeat; height:20px; line-height:20px; font-size:0px; }

* html .ToolTips .dockBottomHeader { background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/dockBottomHeader.png'); }
* html .ToolTips .dockBottomFooter { background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/dockBottomFooter.png'); }
* html .ToolTips .dockTopHeader { background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/dockTopHeader.png'); }
* html .ToolTips .dockTopFooter { background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/dockTopFooter.png'); }
* html .ToolTips .sticky_close {  background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fileclose.png');  }

/* this is just a div displaying the loading animated .gif */
.loading { display:block; margin:0px auto 0px; background:url(/images/ajax-loader.gif) center center no-repeat; width:31px; height:50px; }

/* tip container */
.tipContainer { display:none; font-size:11px; color:#5F5F5F; font-family:Tahoma; }

/* beautify the tooltip content */
.ToolTips .message { font-size:12px; text-align:justify; }
.ToolTips .message h5 { font-size:12px; margin:0px 0px 0px; padding:0px; color:#5F5F5F; font-family:Tahoma; }
.ToolTips .message .rights { display:block; clear:both; margin:15px 0px 0px; text-align:right; font-size:11px; color:#5F5F5F; font-family:Tahoma; }
