﻿#pageFrame {
	width: 780px;
	margin: 0 auto;
}
BODY {
	text-align: center;
	font-family: Segoe UI,Verdana,Arial;
	background-image:url('/images/main/background-slice.jpg');
	background-repeat:repeat-y;
	background-position:center;
	background-color:#e4e4e4;
	margin: 0;
	padding: 10px;
	font-size: small;
}

/*
p
{
	margin-top: 15px;
	margin-bottom: 20px;
}
*/

#pageFooter {
	font-size: smaller;
	text-align: center;
	color:gray;
	border-top: 1px #C0C0C0 solid;
	clear:both;
	margin-top: 20px;
}
#logoHeader {
	text-align:left;
	margin-bottom: 5px;
	height: 50px;
}
#headerLinks
{
	float: right;
	padding: 0;
	font-size: 8pt;
	text-align: right;
}
#pageBody {
	padding-top: 10px;
	padding-bottom: 15px;
	text-align: left;
	font-size: 90%;
}
#sidebar 
{
	width: 150px;
	float: left;
	font-size: .9em;
}
#main
{
	width: 620px;
	float: right;
	margin: 0;
	text-align:left;
}

#s
{
	width: 780px;
	margin: 0;
	text-align:left;
}

.boxTitle
{
	color: #003c99;
	font-weight:bold;
	margin-bottom: 5px;
}

ul.sidebarlist
{
	color: #003c99;
	margin-top: 0;
	list-style: none;
	margin-left: 1px;
	text-indent: -3px;
	padding-left: 0px;
}

ul.sidebarlist li
{
	background-image: url('/images/bullet.gif');
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 9px;
	margin-bottom: 4px;
}

ul.sidebarlist li a
{
	text-decoration: none;
}

h1
{
	margin-top: 5px;
	font-size: large;
	color: #003c99;
}

h2
{
	font-size: medium;
	color: #003c99;
}

h3
{
	font-size: small;
	color: Black;
}

a, a:hover, a:visited
{
	color: #003c99;
}

/* ASP.NET menu items */
DIV#menuBar {
	/* background-color:  #003c99; */
	background-color: #284B87;
	padding-top: 0;
	height: 20px;
}

/* ASP.NET Menus */
.menuBar, .menuBarPopup {
	background-color:  #284B87;
	padding: 0;
	margin: 0;
	text-align: left;
}

/* The main menu bar table */
TABLE.menuBar 
{
	width: auto;
	margin-right: auto;
	margin-left: auto;
}

/* Accessibility skip links image placeholder */
#menuBar A IMG
{
	height: 0px;
	visibility: hidden;
}

/* The popup containers */
DIV.menuBarPopup
{
	background-color:  #284B87;
	border: solid 1px white;
}


div#menuBar a, div#menuBar a:visited, div#menuBar a:hover {
	text-decoration: none;
	color: White;
}

table.subMenuItem
{
	padding-left: 8px;
	padding-right: 8px;
}

table.subMenuItemHover, table.topMenuItemHover
{
	background-color: #4273B9;
}

table.topMenuItem
{
	padding-left: 5px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-top: 0px;
}

.menuBarPopup
{
	padding-top: 3px;
	padding-bottom: 1px;
}

/* Flash movie container */
div.movie
{
	padding-bottom: 5px;
	margin-bottom: 5px;
}

/* Product box icon */
img.productboxicon, img.productthumbnail
{
	float: right;
	margin-left: 3px;
	margin-bottom: 3px;
	margin-top: 3px;
}

img.productboxiconleft
{	
	position: relative;
	top: 3px;
	margin-right: 5px;
}

/* Float left and right containers */
div.floatright
{
	width: 385px;
	float: right;
}
div.floatleft
{
	width: 385px;
	float: left;
}

/* Boxes */
.grey_1pixel_box {
	background: url(/images/boxes/grey_1pixel_tl.png) no-repeat top left;
}

.grey_1pixel_box_top {
	background: url(/images/boxes/grey_1pixel_tr.png) no-repeat top right;
}

.grey_1pixel_box_bottom {
	background: url(/images/boxes/grey_1pixel_bl.png) no-repeat bottom left;
}

.grey_1pixel_box_bottom div {
	background: url(/images/boxes/grey_1pixel_br.png) no-repeat bottom right;
}

.grey_1pixel_box_content {
	background: url(/images/boxes/grey_1pixel_r.png) top right repeat-y;
	text-align:left;
}

.grey_1pixel_box_top div,.grey_1pixel_box_top,
.grey_1pixel_box_bottom div, .grey_1pixel_box_bottom {
	width: 100%;
	height: 15px;
	font-size: 1px;
}

.grey_1pixel_box_content {
	margin-top: -19px;
}

.grey_1pixel_box_bottom {
	margin-top: -19px;
}

.grey_1pixel_box_content { padding: 0 10px }



.blue_1pixel_box {
	background: url(/images/boxes/blue_1pixel_tl.png) no-repeat top left;
}

.blue_1pixel_box_top {
	background: url(/images/boxes/blue_1pixel_tr.png) no-repeat top right;
}

.blue_1pixel_box_bottom {
	background: url(/images/boxes/blue_1pixel_bl.png) no-repeat bottom left;
}

.blue_1pixel_box_bottom div {
	background: url(/images/boxes/blue_1pixel_br.png) no-repeat bottom right;
}

.blue_1pixel_box_content {
	background: url(/images/boxes/blue_1pixel_r.png) top right repeat-y;
	text-align:left;
}

.blue_1pixel_box_top div,.blue_1pixel_box_top,
.blue_1pixel_box_bottom div, .blue_1pixel_box_bottom 
{
	width: 100%;
	height: 15px;
	font-size: 1px;
}

.blue_1pixel_box_content 
{
	margin-top: -19px;
}

.blue_1pixel_box_bottom
{
	margin-top: -19px;	
}

.blue_1pixel_box_content { padding:  0 10px }



.green_1pixel_box {
	background: url(/images/boxes/green_1pixel_tl.png) no-repeat top left;
}

.green_1pixel_box_top {
	background: url(/images/boxes/green_1pixel_tr.png) no-repeat top right;
}

.green_1pixel_box_bottom {
	background: url(/images/boxes/green_1pixel_bl.png) no-repeat bottom left;
}

.green_1pixel_box_bottom div {
	background: url(/images/boxes/green_1pixel_br.png) no-repeat bottom right;
}

.green_1pixel_box_content {
	background: url(/images/boxes/green_1pixel_r.png) top right repeat-y;
	text-align:left;
}

.green_1pixel_box_top div,.green_1pixel_box_top,
.green_1pixel_box_bottom div, .green_1pixel_box_bottom {
	width: 100%;
	height: 16px;
	font-size: 1px;
}

.green_1pixel_box_content {
	margin-top: -19px;
	padding-top: 0;
}

.green_1pixel_box_bottom
{
	margin-top: -19px;	
}

.green_1pixel_box_content { padding: 0 10px }

/* End boxes*/

div.threecolleft
{
	width: 253px;
	float: left;
	margin-right: 10px;
}
div.threecolmiddle
{
	width: 253px;
	float: left;
}
div.threecolright
{
	width: 253px;
	float: right;
}

/* HelpStudio Styles */
div.hspopupbubble
	{
	left: 4px;
	position: absolute;
	padding: 0px 8px 5px 26px;
	z-index: 1;
	width: 50%;
	visibility: hidden;
	border: 1px solid #999999;
	background-color: #ffffcc;
	}	

.screenshotContainer
{
    clear: both;
}

.screenshotLeft
{
    float: left;
    margin-right: 0px;
}

.screenshotRight
{
    float: left;
}

div.verticaldivider
{
	height: 10px;
}


table.LicenseGrid, TABLE.PurchaseGrid
{
	border-width: 5px;
	border-style: none;
	background-color: White;
	border-color: gray;
}

table.LicenseGrid TD, table.LicenseGrid TH, TABLE.PurchaseGrid TD, TABLE.PurchaseGrid TH
{
	padding: 4px 6px 4px 6px;
	border: solid 1px #E1E1E1;
	vertical-align: top;
}

TD.ProductName
{
	white-space:nowrap;
}

TABLE.LicenseGrid TH, TABLE.PurchaseGrid TH
{
	background-color: #E1E1E1;
	font-weight: normal;
	color: #505050;
}

/*
TR.LicenseGridAltRow TD
{
	background-color: #FFFFCC;
}
*/

TD.LicenseGridExpiredSubscription
{
	color: Maroon;
}

IMG.floatrightaligned
{
	float: right;
	margin:  4px 0 4px 4px
}

IMG.floatleftaligned
{
	float: left;
	margin: 4px 4px 4px 0
}

TD.Currency, TH.Currency
{
	text-align: right;
	white-space:nowrap;
}

TD.AddToBasket
{
	white-space:nowrap;
}

TABLE.BasketGrid
{
	border: none;
	margin: 0;
	padding: 0;
	width: 50px;
}

TABLE.BasketGrid TD
{
	vertical-align: top;
}

TR.PurchaseGridFooter TD
{
	border: none;
}

.CheckoutBreadcrumbActive, .CheckoutBreadcrumbInActive
{
	text-decoration: none;
	font-size: medium;
}

.CheckoutBreadcrumbActive
{
	font-weight: bold;
}

.CheckoutBreadcrumbInActive
{	
	font-weight: normal;
}

TABLE.paymentdetails TD
{
	white-space: nowrap;
}

TABLE.issuereport TD
{
	white-space: nowrap;
}

TABLE.kbTable TD
{
	white-space: nowrap;
	vertical-align: top;
	padding-bottom: 10px;
	padding-top: 13px;
}

TABLE.kbTable TD.kbStep
{
	font-size: 400%;
	font-weight: bold;
	padding-right: 10px;
	padding-top: 0px;
}

/* Float left and right containers */
div.floatrighthalf
{
	width: 45%;
	float: right;
}
div.floatlefthalf
{
	width: 45%;
	float: left;
}

.fixnotes
{
	background-color: InfoBackground;
	color: InfoText;
	border: solid 1px #a0a0a0;
	margin-left: 10px;
	padding: 2px;
}

img.resellerlogo
{
	float: right;
	margin: 5px;
	border: none;
}

img.productthumbnail
{
	margin-left: 5px;
	margin-bottom: 5px;
}

div.productthumbnaildiv
{
	float: right;
	margin-left: 10px;
}

.hiddenButton
{
	visibility: hidden;
}