/* CSS Document */
body {font-family : Arial, Helvetica, sans-serif; font-size-adjust: 0.50; background-color: #ccddee; color: #000000; }              /* BG AND TEXT COLOR */
a {color: #002299; text-decoration: none;}                      /* LINK COLOR */
a:hover {text-decoration: underline;}
img {border: none}
img.laststar {position: relative; top: 0px; left: -7px;} 

div{}                                 /* PRIMARY TABLE COLOR */
div.body {min-width: 860px; max-width: 1200px; width: auto; padding:3px;}
div.left {FLOAT: left; text-align:left; height:90px;}
div.right {FLOAT: right; text-align:right;}
div.leftbar {FLOAT: left; min-width: 150px; max-width: 250px; width: auto;}
div.titlepic {FLOAT: center;}

input.button {font-size:10px; height:15px; border-style:window-inset;
   border-color:#000000; border-width:1px;}

table {
      border-width: 1px; border-spacing: 0px; border-style: solid; border-collapse: collapse;
      border-color: #556677;                                  /* TABLE BORDER COLOR */
}
tbody th {border-bottom: 1px inset;}
tbody tr.other {background-color:#d0ddf8;}
tbody tr.even {background-color:#c4d5e6;}
tbody tr.even:hover {background-color:#d9e5ff;}
tbody tr.odd {background-color:#d0ddf8;}
tbody tr.odd:hover {background-color:#d9e5ff;}
tbody tr.reviews1 {background-color:#d0ddf8; font:italic 100% arial}
tbody tr.reviews2 {background-color:#c4d5e6; border-bottom:outset #c4d5e6;}
legend {
	border:1px solid #556677;                                   /* LEGEND BORDER - MIMIC TABLE BORDER */
	color: #ffffff;                                             /* LEGEND TEXT */
	background-color:#334455;                                   /* LEGEND BG */
	font-weight:bold; margin-top:22; margin-left:-10; padding: 2px;
}
fieldset {
	margin-top: -10px;
	border:1px solid #556677;                                   /* FIELDSET BORDER - MIMIC TABLE BORDER */
}
/*---------- NEW TOOLTIP --------------*/
a.tt{position:relative; z-index:24; text-decoration:none}
a.tt:hover{z-index:25; background:;}
a.tt span{display: none;}
a.tt:hover span{
    display:block; position:absolute; top:2em; left:-1em; width:9em; text-align: center; text-decoration: none;
    border:2px solid #556677;                                  /* Border for hover - MIMIC TABLE BORDER */
    background-color:#ccddee;                                  /* background for tooltip */
    color:#000000;                                             /* Text color for tooltip */
}
/*---------- DROP DOWN MENUS ------------*/
#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 60px;
	background: #8899AA;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #556677}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #556677;
	border: 1px solid #556677}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #778899;
		color: #FFFFFF;
		font: bold 11px arial}

	#sddm div a:hover
	{	background: #556677;
		color: #FFF}
