body
{
	xbackground-image: url('images/body_bg.png');
	xbackground-repeat: repeat-x;
}
tbody, body
{
	font-family: Tahoma;
	font-size: 14px;
	color: #404040;
	line-height: 18px;
}
.navbar-nav
{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 15px;
    font-weight: 700;
    
    
}
h1, h2, h3
{
	/* font-family: Cambria, Arial; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, div.ItemSectionTitle
{
	color: #4f81bd;
}
h3
{
	color: #404040;
}
h1
{
    color: #96C775;
	font-size: 21px;
    xfont-weight: 700;
	letter-spacing: 1px;
	width: 100%;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 3px;
	margin-top: 0px;
	margin-bottom: 10px;
}
h2
{
	font-size: 16px;
	font-weight: normal;
}
h3
{
	font-size: 12px;
	font-weight: bold;
}
a
{
	color: #3366ff;
	text-decoration: none;
}
a:hover
{
	color: #3366ff;
	text-decoration: underline;
}
/*
table.Menu
{
	background-image: url('images/menu_bg.gif');
	height: 69px;
	width: 100%;
}
td.MenuLeft
{
	background-image: url('images/menu_left.gif');
	width: 10px;
	height: 69px;
	color: #97d5ff;
	font-size: 20px;
	font-family: Verdana;
	text-align: center;
}
td.MenuLeft a,
td.MenuLeft a:hover
{
	color: #97d5ff;
	font-size: 20px;
	font-family: Verdana;
	text-decoration: none;
}
td.MenuItem
{
	background-image: url('images/menu_bg.gif');
	height: 69px;
	cursor: pointer;
}
td.MenuItem
{
	font-family: 'Arial Narrow';
	font-weight: 700;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	width: 100px;
}
td.MenuRight
{
	background-image: url('images/menu_right.gif');
	width: 4px;
	height: 69px;
}
td.MenuSeparator
{
	background-image: url('images/menu_separator.gif');
	width: 2px;
	height: 69px;
}
*/
.WideText {border: 0px; margin-right: 20px; margin-bottom: 20px}
.OuterHeaderBox
{
    border: 1px solid #c0c0f0;
    margin-right: 20px;
    margin-bottom: 2px;
    width: 100%;
    height: 40px;
    background-color: #e0e0ff;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 1px 2px 5px #AFAFAF;
}
.InnerHeaderBox
{
	padding: 10px;
	font-size: 15px;
	font-weight: Normal;
	text-align: left;
}
.xOuterContentBox {border: 1px solid #cccccc; margin-right: 20px; width: 100%;}
.OuterContentBox {margin-right: 20px; width: 100%;}
.xInnerContentBox {border: 1px solid #ffffff; padding: 5px 10px 5px 10px; background-image: url('images/boxbg.png')}
.InnerContentBox {padding: 5px 10px 5px 10px }
.LicenseInput {width: 250px}

table.Box
{
	width: 180px;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 1px 2px 5px #AFAFAF;
}
table.BoxHeader,
table.BoxContent
{
	width: 100%;	
}
td.BoxHeaderCenter
{
	background-image: url(images/box_header_center.gif);	
	height: 28px;
	text-align: center;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}
td.BoxContentCenter
{
	padding: 0px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	line-height: 17px;
}
td.Columns
{
	width: 100%;
	vertical-align: top;
	padding: 0px;	
}
td.LeftArea
{
	width: 200px;
	vertical-align: top;
	padding: 0px;
	padding-top: 0px;
	text-align: left;
}
td.ContentArea
{
	padding: 15px;
    padding-top: 0px;
	text-align: left;
	vertical-align: top;
}
div.FAQ_Question, div.FAQ_Answer
{
	padding-left: 40px;
	padding-top: 3px;
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 40px;
	vertical-align: middle;
}
div.FAQ_Question
{
	background-image: url('images/q.png');
}
div.FAQ_Answer
{
	background-image: url('images/a.png');
	padding-bottom: 30px;
	color: #999999;
}
div.BoxContent
{
	padding: 10px;	
	background: #ffffff;
}
td.tdc
{
	text-align: center;	
}
input.PurchaseContinue,
input.OrderTotal,
input.OrderInput
{
	width: 100px;
}
div.ValidateMessage
{
	color: #ff6600;
}
div.CommandLine
{
	background-color: #000000;
	color: #ffffff;
	margin: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: courier;
	font-weight: bold;
	border: 2px solid #cccccc;

}
div.CodeBox, div.CodeBoxCSX, div.inifile
{
	color: #000000;
	margin: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	white-space: pre;
	font-family: Courier New;
	font-size: 12px;
}
div.CodeBox
{
	background-color: #fffff0;
	border: 1px dashed #cccc66;
}
div.CodeBoxCSX
{
	background-color: #fffff0;
	border: 1px dashed #cccc66;
	white-space: normal;
}
div.inifile
{
	background-color: #CAE4FF;
	border: 1px dashed #66aacc;
}

div.Index
{
	line-height: 20px;
}
div.Index li
{
	list-style-type: disc;
}
td.FooterTD
{
	font-family: arial;
	font-size: 10px;
    text-align: center;
}
td.FooterTD a,
td.FooterTD
{
	color: #666666;
}
td.FooterTD a:hover
{
	text-decoration: underline;
}
td.TDR
{
	text-align: right;
}
ol, ul
{
	line-height: 20px;
}
table.DetailTable
{		
	border: 1px solid #999999;
	padding: 2px;
}

th.DetailHeader
{
	background-color: #ffffff;
	font-weight: normal;
	text-align: right;
	padding-left: 10px;
	padding-right: 10px;
}
td.DetailValue
{
	border-bottom: 1px solid #ffffff;
	background-color: #ccffcc;
	padding-left: 10px;
	padding-right: 10px;
}
table.sortable th
{
	font-size: 11px;	
	color: #3366ff;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}
td.points
{
	text-align: right;	
}
td.criteria
{
	padding-left: 20px;
	padding-right: 20px;
}
tr.header
{
	background-color: #009933;
	color: #FFFFFF;
}
tr.header th
{
	padding-left: 20px;
	padding-right: 20px;
	border-top-style: none;
}
.versionnote
{
	color: #999999;
	font-style: italic;
	font-size: 9px;
}
form.boxsearch
{
	margin-top: 0px;	
	margin-bottom: 0px;	
}
input.boxquery
{
	color: #333399; background-color: #ffffff; border: 1px solid #cccccc; width: 100px;
}
table.PageLifeCycle
{
	padding: 3px;
}
table.PageLifeCycle td
{
	border-top: 1px solid #cccccc;	
}
td.ContextVar, td.Event
{
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 13px;
}

.ContextVar, .Event
{
	font-family: Courier New;
}
.ContextVar
{
	color: #009900;
	font-weight: bold;
}
td.ContextVar
{
	background-image: url('images/contextvariable.png');
}
td.Event
{
	background-image: url('images/eventhandler.png');
}
.Event
{
	font-weight: bold;
	color: #FF6600;
}
.ZipLink
{
	background-image: url('images/zip.png');
	background-repeat: no-repeat;	
	padding-left: 20px;
}
div.SearchWords
{
	padding-top: 5px;
	font-family: Arial;
	font-size: 9px;
	color: #999999;	
}
div.Validators
{
	padding-top: 10px;	
}
a.blocklink
{
	line-height: 25px;	
}
.CompatibilityNote
{
    border: 1px solid #999999;
    background-color: #ffffcc;
    padding: 8px;
    font-size: 11px;
    margin: 30px;
}
.CompatibilityNote h1
{
    font-size: 12px;
    font-weight: bold;
    color: #666666;
    border: 0px;
}

.CompatibilityNote h2
{
    font-size: 11px;
    font-weight: bold;
    color: #666666;
    border: 0px;
}
.ImageText
{
    font-style: italic;
}
.NormalTable
{
    border: 1px solid #666666;
    border-spacing: 0px;
}
.NormalTable th
{
    border-bottom: 1px solid #666666;
}
.NormalTable td
{
    border-top: 1px solid #cccccc;
}
.NormalTable td, .NormalTable th
{
    padding: 4px;
    margin: 1px;
}

.ItemSectionTitle
{
	padding-top: 20px;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	clear: both;
	_font-weight: bold;
	_color: #333399;
}
.ItemTitle
{
	padding-top: 10px;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	clear: both;
}
.ItemDescription
{
	xfloat: left;
	width: 70%;
	xbackground-color: Red;	
	float: left;
	margin-bottom: 10px;
}
.ItemPrice
{
	color: #f06000;
	font-size: 14px;
	font-weight: bold;
	xbackground-color: yellow;	
	text-align: center;
	xfloat: right;	
	xclear: right;
}
div.BuyNow
{
	padding: 5px;
	text-align: center;
	xcolor: #f06000;
	xfont-size: 14px;
	xfont-weight: bold;
	xtext-align: center;
}
input.BuyNowButton
{
	width: 120px; 
	height: 30px;
}
li {
    margin-top: 5pt;
    margin-bottom: 5pt;
}
table.PriceTable
{
    border-collapse: separate;
    border-spacing: 0;   
    width: 100%;
}
.PriceTable thead
{
    width: 100%;
}
.PriceTable td
{
	padding: 5px 5px 5px 0;
	vertical-align: top;
        border-top: 1px solid #DDD;
        font-weight: normal;
}
.PriceTable thead th
{
    color: #666;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2.6em;
    text-transform: uppercase;
	padding-right: 10px;
	text-align: left;
}
.PriceTable td.ItemPrice, .PriceTable th.ItemPrice
{
    text-align: right;   
}
.CustomerReferenceLogo
{
    xfloat:left;
    xclear:both;
    
    xpadding-top: 0px;
    padding-bottom: 10px;
    
    display: block;
    margin-left: auto;
    margin-right: auto
}
.hilite
{
    background-color: #ffff99;
}
pre
{
	color: #d4d4d4;
	background-color: #1e1e1e;
}
pre.prettyprint
{
	color: #000;
	background-color: #eeeeee	;
}