/********************************************/
/*  Common Styles                           */
/********************************************/

body
{
    font-family: Verdana, Arial;
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
    /*font-size: 10pt;*/
    font-size: 8pt;
    line-height: 150%;
}

table
{
    font-family: Verdana, Arial;
    margin: 0px;
    padding: 0px;
    /*font-size: 10pt;*/
    font-size: 8pt;
    line-height: 150%;
    border-style: none;
}

a
{
}

h2
{
    font-size: 9pt;
    font-weight: bold;
    color: #6684DE;
    margin-bottom: 3px;
}

h1
{
    font-size: 11pt;
    font-weight: bold;
    color: #2851a3;
    border-bottom: 1px solid #2851a3;
    margin-bottom: 5px;
}

h4
{
    font-size: 9pt;
    font-weight: bold;
    color: #6684DE;
    margin-bottom: 3px;
}


p
{
    margin-bottom: 10px;
}

.Highlight
{
    color: #4172b5;
    font-weight: bold;
    line-height: 150%;
}

/********************************************/
/*  Master Page Styles                      */
/********************************************/

table.MainTable
{
    width: 100%;   
}

tr.MasterPageHeader
{
    height: 66px;
    text-align: right;
    color: #000000;
    vertical-align: top;
    background-color: #FFFFFF;
    background-image: url(../images/header-repeat-1x66.jpg);
    background-repeat: repeat-x;
}

table.MasterMenuBar
{
    width: 100%;   
}

tr.MasterMenuBar
{
    height: 26px;
    vertical-align: middle;
    background-color: #000000;
}

tr.MasterMainBody
{
    background-color: #ffffff;
    vertical-align: top;
    height: 100%;
}

td.SideBar Table td
{
	padding-left: 2px;
	padding-bottom: 7px;
	padding-top: 7px;
}

.BlueLink
{
	color: #005cbd;
}

td.SideBar a
{
	font-weight: bold; 
	color: #000000; 
	text-decoration: none;
}

td.SideBar a:hover
{
	font-weight: bold; 
	color: #000000; 
	text-decoration: underline;
}

td.SideBar
{
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    vertical-align: top;  
    width: 160px;
    background-color: #ffffff;
    text-align: center;
}

td.MasterMainContentArea
{    
    padding: 5px 13px 0px 13px;
    vertical-align: top;
    width: auto;
    background-color: #ffffff;
    border-right: solid 1px #000000;
    border-left: solid 1px #000000;
}

VSLogo
{
	border: 1px solid #4172B5;
	margin: -4px 0px 10px 0px;
}

/********************************************/
/*  Content Page Styles                     */
/********************************************/

td.PageIntroLeft
{
    text-align: left; 
    vertical-align: top;
}

td.PageIntroMiddle
{
    padding-left: 10px;
    padding-top: 10px;
    background-image: url(../images/Pages%20Main/Pages_Tile_Back.jpg); 
    background-repeat: repeat-x; 
    text-align: left; 
    vertical-align: top;
}

td.PageIntroMiddleES
{
    padding-left: 10px;
    padding-top: 10px;
    background-image: url(../images/Pages%20Main/EntServer_Center.jpg); 
    background-repeat: repeat-x; 
    text-align: left; 
    vertical-align: top;
}

td.PageIntroRight
{
}

div.BodyText
{
    margin: 0px 5px 0px 5px;
}

table.TechSpecs
{
    width: 100%;
    border: 1px solid #dde6f2;
    border-collapse: collapse; 
    margin-bottom: 30px; 
    margin-top: 10px;
}

td.TechSpecsLeft
{
    width: 50%;
    padding: 5px 12px 12px 12px;
    vertical-align: top; 
    text-align: left;
    border: 1px solid #dde6f2;
}

td.TechSpecsRight
{
    width: 50%;
    padding: 5px 12px 12px 12px;
    vertical-align: top; 
    text-align: left;
    border: 1px solid #dde6f2;
}

table.ExampleTable
{
    font-family: Verdana; 
    font-size: 8pt; 
    color: #000000; 
    background-color: #ffffd8; 
    border: solid 1px #000000;
    text-align:left; 
}
    
td.ExampleTitle
{
    background-color: #ffd58b; 
    padding: 2px 2px 2px 2px; 
    font-weight: bold; 
    color: #1c314c; 
    border-bottom: solid 1px #000000;
    vertical-align: middle;
} 

.SiteMapTextFormat
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 7.5pt;
    color: #1c314c;
}

td.HomeBullets
{
    vertical-align:middle; 
    text-align:left; 
    padding-top: 3px; 
    padding-bottom: 3px;
    padding-left: 15px;
}
    
ul
{
    list-style-image: url(../images/common/bullet_blue_diamond.gif);
    line-height: 150%;
}

ul ul
{
    list-style-image: url(../images/common/bullet_blue_square.gif);
    font-weight: normal;
    color: Black;
}
 
table.Plain
{
	border: solid 1px #1c314c;
}

tr.PlainHeader
{
	background-color: #405d82; 
	color: #ffffff; 
	font-weight: bold;
	text-align: left;
}

table.Plain td
{
	padding: 4px;
}
 
/********************************************/
/*  Link Styles                             */
/********************************************/
 
span.Figure
{
    color: #ed7000;
    white-space: nowrap;
    text-decoration: underline;
    cursor: pointer;
}

span.Figure img
{
    border: 2px solid #4172b5;
    cursor: pointer;
}

a.HoverHomeLink
{
    text-decoration: 'underline';
    color: #1c314c;
}

a.NormalHomeLink
{
    text-decoration: none;
    color: #1c314c;
}


.HoverDropDownLink
{
    text-decoration: 'underline';
    color: #0174d9;    
}

.NormalDropDownLink
{
    text-decoration: none;
    color: #0174d9;
}

.FooterBar
{
	background-position: bottom; 
	color: #ffffff; 
	background-color: #000000;
	height: 50px;
}

.FooterLogo
{
	float:right; 
	display:inline; 
	margin-bottom: 10px; 
	margin-right: 10px;
}

.FooterLink
{
	color: #ffffff;
	text-decoration: underline;
}

.FeatureListCheckColumn
{
	text-align: center;
	width: 80px;
}

.FeatureListCheckColumnPor
{
	text-align: center;
	width: 60px;
}

.InnerTable
{
	width: 752px; 
	border-collapse: collapse;
	border: 1px solid #dde6f2;
}

.OuterTable td .InnerTable th
{
	background-color: #a9c2e2;
	font-size: 9pt;
	color: #000000;	
	border: 1px solid #a9c2e2;
	font-weight: normal;
	text-align: left;
	padding: 4px;
}

.OuterTable td .InnerTable td
{
	padding: 4px;
}

.OuterTable td
{
	padding: 3px;
}

.InnerTable td
{
	border: 1px solid #dde6f2;
}

.OuterTable
{
	margin: 10px 0px 10px 0px;
	width: 760px; 
	border-collapse: collapse;
	border: 1px solid #4172b5;
}

.OuterTable th
{
	background-color: #4172b5;
	font-size: 10pt;
	color: #ffffff;
	font-weight: bold;
	border: 1px solid #4172b5;
}

.DownloadsHeader
	{
		background-color: #4172b5; 
		color: #ffffff; 
		font-weight: bold;
	}
	
.DownloadsCategory
	{
		background-color: #a9c2e2;
		color: #1c314c;
	}
	
.DownloadsFileNameCell
	{
		vertical-align: top; 
		text-align: left; 
		padding-bottom: 20px;
	}
	
.DownloadsFileNameText
	{
		color:#4172b5; 
		font-weight: bold; 
		text-decoration: underline; 
		cursor: pointer;
	}
	
.DownloadsFileDescription
	{
		font-family: Arial;
		font-size: 8pt;
	}
	
	
.DownloadsSizeCell
	{
		vertical-align: top; 
		text-align: center;
		border-left: solid 1px #a9c2e2;
		width: 80px;
	}
	
.DownloadsVersionCell
	{
		vertical-align: top; 
		text-align: center;
		border-left: solid 1px #a9c2e2;
		width: 50;
	}
	
.DownloadsCreatedCell
	{
		vertical-align: top; 
		text-align: center;
		border-left: solid 1px #a9c2e2;
		width: 160px;
	}
	
.ScreenThumbs
	{
		float: right;
	}
	
td.SiteMapLinkColumn a:hover
{
	font-weight: normal; 
	color: Blue; 
	text-decoration: underline;
}

td.SiteMapLinkColumn a
{
	font-weight: normal; 
	color: Black; 
	text-decoration: none;
}

.SiteMapHeader
	{
		font-weight: bold; 
		border-bottom: solid 2px #005cbd; 
		text-align: left; 
		vertical-align: top;
	}
	
.SiteMapLinkColumn
{
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

span.Caption
{
	font-size: 6.5pt;
}

.Orange
{
	color: #E2583C;
}