﻿/********************************************/
/*  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;
}

h2
{
    font-size: 13pt;
    font-weight: bold;
}

h1
{
    font-size: 11pt;
    font-weight: bold;
    color: #2851a3;
    border-bottom: 1px solid #2851a3;
    margin-bottom: 5px;
}

h1 a
{
	text-decoration: none;
	font-weight: normal;
	color: #2851a3;	
}

h4
{
    font-size: 9pt;
    font-weight: bold;
    color: #2851a3;
    border-bottom: 1px solid #2851a3;
    margin-bottom: 5px;
}

a
{
}

p
{
    margin-bottom: 10px;
}

.Highlight
{
    color: #4172b5;
    font-weight: bold;
    line-height: 150%;
}

/********************************************/
/*  Master Page Styles                      */
/********************************************/

table.MainTable
{
    width: 100%;   
}

tr.MasterPageHeader
{
    height: 105px;
    text-align: right;
    color: #000000;
    vertical-align: top;
    background-color: #FFFFFF;
    background-image: url(../images/Master/Header.gif);
    background-repeat: no-repeat;
    border-right: solid 1px #000000;
}

table.MasterMenuBar
{
    width: 100%; 
}

.MenuItemNormal
	{
		font-family: Verdana, Arial;
		font-weight: bold;
		font-size: 9pt;
		color: #0c270b;
		padding-right: 15px;
		padding-bottom: 0px;
		padding-top: 0px;
	}

.MenuItemHover
	{
		font-family: Verdana, Arial;
		font-weight: bold;
		font-size: 9pt;
		color: #000000;
		padding-right: 15px;
		padding-bottom: 0px;
		padding-top: 0px;
	}


tr.MasterMenuBar
{
    height: 26px;
    vertical-align: middle;
    background-color: #000000;
    background-image: url(../images/Master/MenuBar.gif);
    background-repeat: no-repeat;
}

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: Black; 
	text-decoration: none;
}

td.SideBar a:hover
{
	font-weight: bold; 
	color: Blue; 
	text-decoration: underline;
}

td.SideBar
{
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    vertical-align: top;  
    width: 150px;
    height: 500px;
    background-color: #ffffff;
    text-align: left;
    background-image: url(../images/Master/SideBar_Clouds.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
}

td.MasterMainContentArea
{    
    padding: 0px 0px 0px 0px;
    vertical-align: top;
    width: auto;
    background-color: #ffffff;
    border-right: solid 1px #000000;
    /*border-left: solid 1px #5996e8;*/
}

VSLogo
{
	border: 1px solid #4172B5;
	margin: -4px 0px 10px 0px;
}

/********************************************/
/*  Content Page Styles                     */
/********************************************/

.breadcrumb a
{
	color: #454545;
}

.breadcrumb a:visited
{
	color: #454545;
}

.currentpage
{
	color: #226fd8;
	font-weight: bold;
}

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.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;
}

td.LinksList
{
	 vertical-align: top;
}

td.LinksList a
{
	font-weight: normal; 
	color: Black; 
	text-decoration: none;
}

td.LinksList a:hover
{
	font-weight: normal; 
	color: Blue; 
	text-decoration: underline;
}


 
/********************************************/
/*  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; 
	background-image: url(../images/Master/footer_repeat.gif); 
	background-repeat:repeat-x; 
	color: #C4E1FB; 
	background-color: #183c10;
	height: 70px;
}

.FooterLogo
{
	float:right; 
	display:inline;
	vertical-align: bottom;
	margin-bottom: 10px; 
	margin-right: 10px;
	background-image: url(../images/master/microfour_logo.gif);
	width: 111px;
	height: 32px;
}

.SummaryHeader
{
	background-color: #4172b5;
	font-size: 10pt;
	color: #ffffff;
	font-weight: bold;
}

.CategoryHeader
{
	background-color: #a9c2e2;
	font-size: 9pt;
	color: #000000;
}

.FeatureListCheckColumn
{
	text-align: center;
	width: 80px;
}

.InnerTable
{
	width: 752px; 
	border-collapse: collapse;
}

.OuterTable
{
	margin: 10px 0px 10px 0px;
	width: 760px; 
	border-collapse: collapse;
}

.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;
		width: 80px;
		border-left: solid 1px #a9c2e2;
	}
	
.DownloadsVersionCell
	{
		vertical-align: top; 
		text-align: center;
		width: 50px;
		border-left: solid 1px #a9c2e2;
	}
	
.DownloadsCreatedCell
	{
		vertical-align: top; 
		text-align: center;
		width: 160px;
		border-left: solid 1px #a9c2e2;
	}
	
.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;
}

.PageContentDiv
{
	padding: 8px;
	padding-left: 15px;
}
