@charset "utf-8";
/* CSS Document */
.userbody
{
	background: #416a94 url(../media/bg.gif) repeat-x 0 0; 
	font: 11px/1.75em Verdana, Tahoma, arial, sans-serif;
	color: #333333; 
	margin:10px 0px 0px 0px;
}

.usermaintable
{
	margin:auto;
	padding:0px;
	
}
.usertable
{
	border: 1px solid #d4d5d6;	
	margin-left:0px;
}

.packTable
{
	background-color:#999999;
	/*border: 1px solid;*/
	padding:1px;	
	margin-left:0px;
}

.infoCell
{
	width: 30px;
	height:50px;
	vertical-align:middle;
	background-color:#FFFFFF;
}
.cellHead
{
	width:400px;
	height:50px;
	font-size: 14px;/* bold Verdana, Arial, Helvetica, sans-serif;*/
	font-family:Arial;
	font-weight:bold;	
	color:#FFFFFF;
	text-transform:capitalize;
	background-color:#000000;
	text-align:center;
	padding:2px;
}
.cellLegend
{
	width:400px;
	height:50px;
	font-size: 14px;/* bold Verdana, Arial, Helvetica, sans-serif;*/
	font-family:Arial;
	font-weight:bold;	
	color:#FFFFFF;
	background-color:#CCCCCC;
	padding:2px;
}
.cellValues
{
	width:100px; 
	height:50px;
	font-size: 14px;/* bold Verdana, Arial, Helvetica, sans-serif;*/
	font-family:Arial;
	color:#666666;
	background-color:#FFFFFF;
	text-align:center;
}

#userwrap
{ 
	position: relative;
	width: 1000px;	
	margin: 0 auto;
	text-align: center;
	background:#FFFFFF;/*#fafafa;/*#FFFFE0;/*#FFF8DD;*/
	border:1px solid  #006666; 
}

.pageHead
{
	color:#4C94AC;
	font-size: 20px;/* bold Verdana, Arial, Helvetica, sans-serif;*/
	font-family:"Trebuchet MS", Helvetica, Verdana;	
	text-align:left;
	padding:10px;	
}

.tableHead 
{
	background:url(../images/tabblue.jpg) repeat-x;
	/*background-color:#4C94AC;*/
	background-repeat:repeat-x;
	height:20px;
	display:block;
	border-left:
	solid 1px #d4d5d6; 
	padding-left:5px; 
	text-decoration:none;
	margin-right:1px;
	color:#333333;
}

  
/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
	overflow:auto;
	
}
table.tablesorter thead tr .header {
	background-image: url(../media/bg-sort.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../media/asc.gif);
}
table.tablesorter thead tr .headerSortDown { 
	background-image: url(../media/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}



.noted {
		font-size: 90%;
		background: #DFFFCF;
		padding: 3px;
		}

.grid {
		width: 95%;
	}

	.grid td, .grid .heading th {
		padding: 7px 10px;
		padding-left: 5px;
                border: 0;
	}

	.grid .alt td {
		background-color: #EFEFEF;
	}

	.grid .heading th {
                font-size: 115%;
		border-bottom: 1px dotted #86DBEF;
		background: #FFF url(../media/grid-th-bg.png) repeat-x bottom left;
		font-weight: bold;
                padding: 10px;
	}

	.feature-name 
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		text-align:left;
	}
	
	.grid .footer
	{
		background-color:#DFFFCF;
		color:#000000;
		text-align:right;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:bold;
	}
	
	.grid .footerred
	{
		background-color:#DFFFCF;
		color:#990000;
		text-align:right;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:bold;
	}	
	
	.grid .the-plan {
		text-align: center;
	}

	.grid .the-plan .checkmark {
		background: url(../media/check_green.png) no-repeat 50% 50%;
		height: 16px;
		line-height: 0;
		text-indent: -9999em;
	}
	.grid .the-plan .redx {
		background: url(../media/x.png) no-repeat 50% 50%;
		height: 16px;
		line-height: 0;
		text-indent: -9999em;
	}

	.grid tr th.featured {
		background-color: #3DC4FC;
		border-bottom-color: #4c7496;
	}

	.grid tr td.featured {
		background-color: #D2F2FF;
		border-bottom-color: #b8ddeb;
	}

	.term-definition {
		display: block;
		float: left;
		margin-right: 10px;
		height: 16px;
		width: 16px;
		font-size: 0;
		background: url(../media/info.png) no-repeat;
		text-indent: -9999em;
	}

	.stricken {
		text-decoration: line-through;
		color: #777;
		font-size: 10px;
		font-style: italic;
		padding-right: 10px;
	}
