﻿/*Table styles*/
#tblrounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px;
	width: 600px;
	text-align: left;
	border-collapse: collapse;
}
#tblrounded-corner thead th.tblrounded-feature
{
	background: #b9c9fe url('/images/table/left.png') left -1px no-repeat;
	width:410px;
}
#tblrounded-corner thead th.tblrounded-360
{
	width:100px;
}
#tblrounded-corner thead th.tblrounded-endcol
{
	background: #b9c9fe url('/images/table/right.png') right -1px no-repeat;
	width:100px;
}
#tblrounded-corner th
{
	padding: 15px;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	background: #b9c9fe;
}
#tblrounded-corner td
{
	padding: 15px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #333;
}
#tblrounded-corner tfoot td.tblrounded-foot-left
{
	background: #e8edff url('/images/table/botleft.png') left bottom no-repeat;
}
#tblrounded-corner tfoot td.tblrounded-foot-right
{
	background: #e8edff url('/images/table/botright.png') right bottom no-repeat;
}
#tblrounded-corner tbody tr:hover td
{
	background: #d0dafd;
}
.tbldesc {
	color:#6b9902;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	padding-left:2px;
	vertical-align:;
	text-decoration:none;
}
.tblcheck {
	background:url('/images/table/grn_check.gif');
	display:block;
	width:15px;
	height:15px;
	margin:auto;
}
.tblvid {
	background:url('/images/table/ico_grn_video.gif');
	display:inline-block;
	width:16px;
	height:16px;
	margin:0 2px;
	border:0;
}
.tbldesc {
	background:url(/images/table/tblarrow.gif) no-repeat left center;
	height:9px;
	width:9px;
	display:inline-block;
	margin-bottom:3px;
	}
a.tbldescOn{
	background:url(/images/table/tblarrowOn.gif) no-repeat left center;
	height:9px;
	width:9px;
	display:inline-block;
	margin-bottom:3px;
	}
#e360 .tablecell ul {
	clear: both;
	display:none;
	margin:15px 0 0 10px;
	}	
#e360 .tablecell ul li {
	margin:5px 0 5px 15px;
	}	
.smallgraylink a {
	font-size:7pt;
	color:#333;
	text-decoration:none;
}
a.info{
    position:relative; /*this is the key*/
    z-index:24; 
    color:#004f91;
    text-decoration:none;    
}
a.info:hover{
	z-index:25;
	color:#6b9902;
}
a.info span{
	display: none;
}
a.info:hover span{ /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top:2em; 
	left:1em; 
	width:20em;
	border:1px solid #6b9902;
	background-color:#f6f6f6; 
	color:#000;
	font-size:10px;
	padding:10px;    
	text-decoration:none;
	font-weight:normal;
}
#rcversion {
	display:inline-block;
	width:200px;
	text-align:right;
	float:right;
	margin:14px 0 0 0;
}
#rcversionlabel {
	display:block;
	font-size:11px;
	color:#000;
}
select#rcversiondropdown {
	font-size:11px;
	height:19px;
	width:200px;
	padding:0;
	border:0px black solid;
	background-color:#ccc;
	background: url(/images/versiondropdown.gif) no-repeat;
	overflow:hidden;
	color:#004f91;
	font-weight:bold;
}