﻿/* css for store page table */
/*.BCBC.07D9.0001.0006.R003 */

.table-main {
	border-left: 2px solid #bbb;
	border-right: 2px solid #555;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #333;
	background-color: white;
	font-family: Verdana;
	font-size: 11px;
	padding:3px;
	empty-cells:show;
	table-layout:auto;	
	vertical-align:middle;
	height:840px;
	width:685px	
}
.table-top {
	font-weight: bold;
	color: white;
	border-left-style: none;
	border-right: .75pt solid black;
	border-top-style: none;
	border-bottom: .75pt solid black;
	background-color:#008899;
	font-family: Verdana;
	font-size:11px;
	text-align:center;
}
/* Light Cells */
.table-light {
	font-weight: normal;
	color: black;
	border-left:.75pt solid #A7A7A7;
	border-right: .75pt solid black;
	border-top:.75pt solid #A7A7A7;
	border-bottom: .75pt solid black;
	background-color:#ffffff;
	font-family: Verdana;
	font-size: 11px;

}
/* Dark Cells */
.table-dark {
	font-weight: normal;
	color: black;
	border-left:.75pt solid #A7A7A7;
	border-right: .75pt solid black;
	border-top:.75pt solid #A7A7A7;
	border-bottom: .75pt solid black;
	background-color:#e1e2e3;
	font-family: Verdana;
	font-size: 11px;

}
/* Light Cells Centered */
.table-lightC {
	font-weight: normal;
	color: black;
	border-left:.75pt solid #A7A7A7;
	border-right: .75pt solid black;
	border-top:.75pt solid #A7A7A7;
	border-bottom: .75pt solid black;
	background-color: #ffffff;
	font-family: Verdana;
	font-size: 11px;
	text-align: center;
}
/* Dark Cells Cenetred */
.table-darkC {
	font-weight: normal;
	color: black;
	border-left:.75pt solid #A7A7A7;
	border-right: .75pt solid black;
	border-top: .75pt solid #A7A7A7;
	border-bottom: .75pt solid black;
	background-color: #e1e2e3;
	font-family: Verdana;
	font-size: 11px;
	text-align: center;
}

A.table-navText:active {
   text-decoration:none;
   color:#C00;
	font-family:"Comic Sans MS";
	font-size: 11px;
	font-weight:bold;  
	  }
A.table-navText:visited   {
   text-decoration:none;
   color:#C00;
	font-family:Verdana;
	font-size: 11px;
	font-weight:bold;   
	}
A.table-navText:link   {
   text-decoration:none;
   color:#C00;
	font-family:Verdana;
	font-size: 11px;
	font-weight:bold;   
	}
/*  Bright red underlined on hover*/
A.table-navText:hover  {
    text-decoration:underline;
    color:#FF0099;
    font-family:Verdana;
    font-weight:bold;
    font-size:11px;
	}	

.dwindow-top {	
	background-color:#BB0000;
	vertical-align:middle;
	border-left: 1.2pt solid #FF90A0;
	border-right: 1.2pt solid #770000;
	border-top: 1.2pt solid #FF90A0;
	border-bottom: 1.2pt solid #770000;
	text-align:right
}
.dwindow-textC{
      font-family:Arial, Helvetica, sans-serif;
      color:white;
      font-size:16px;
      font-weight:bold;
      text-align:center;
}
.dwindow-textR {
      font-family:Arial, Helvetica, sans-serif;
      color:white;
      font-size:10px;
      font-weight:normal;
      text-align:right;   
}

div#links a img {height: 0; width: 0; border-width: 0;}

div#links a:hover img {position: absolute;
    top: 190px; left: 120px; height:inherit; width:inherit;}


