﻿
table.Support 
{
	width:500px;
	height:auto;
}
table.Support tr 
{
	border-bottom-color:Black;
	border-bottom-width:1px;
	border-bottom-style:solid;
}

td.SupportItem 
{
	width:100px;
	text-align:left;
    font-weight:bold;
    font-size:11px;
    vertical-align:middle;
}

td.SupportItemContent 
{
	width:400px;
	text-align:left;
	font-size:12px;
}

div.support_header
{
	width:649px;
	height:47px;
	float:left;
	background-image:url('images/support_header.gif');
	background-repeat:no-repeat;
}

div.common_content_support
{
	width:649px;
	height:auto;
	float:left;
	background-image:url('images/content.gif');
	background-repeat:repeat-y;
	font-size:10pt;
	line-height:22px;
	font-family:Sans-Serif, Arial;
	margin-left:1px;
}

div.common_content_support a
{
	color:Black;
	text-decoration:none;
	
}

div.common_content_support a:hover
{
	color:Red;
	text-decoration:underline;
	
}

.Grid 
{
	width:465px;
	margin-left:20px;
}

.GridPicture 
{
   width:60px;
   text-align:left;
   vertical-align:middle;
}

.GridDescription 
{
   width:250px;
   text-align:left;
   vertical-align:middle;
   font-size:12px;
   line-height:15px;
   padding-right:10px;
}

.GridLink 
{
   width:150px;
   text-align:left;
   font-size:11px;
   vertical-align:middle;
}