﻿/*---------------------------
Global Styles
----------------------------*/
body
{
	padding: 15px 0px 15px 0px;
	background: #E2E1E1 url(../images/backgrounds/gray_fade.gif) repeat-x fixed;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: small; /* .8em */
}
#main
{
	background: #fff;
	/*width: 782px;*/
	width: 1000px;
	margin: auto;
}
#top_right
{
	position: absolute;
	top: 13px;
	right: 13px;
	font-size: 12px;
}
#top_right a
{
	padding: 0 3px;
	color: #222222;
	text-decoration: none;
}
#top_right a:hover
{
	text-decoration: underline;
}
#header_wrapper
{
	position: relative;
}
#header_wrapper h1 img
{
	margin: 20px;
}
#promo
{
	position: absolute;
	top: -4px;
	right: 5px;
	background: transparent url(/graphics/backgrounds/promo.gif) no-repeat center;
	color: #FFF;
	font-size: 13px;
	text-decoration: none;
	width: 122px;
	padding: 11px 0px;
	text-align: center;
}
#promo:hover
{
	text-decoration: underline;
}
a img
{
	border: 0px;
}
.centered_images
{
	display: block;	
	margin: auto;
}
.centered_images2
{	
	display: inline;
	margin: 30px 0px 0px 40px;
}
.italic
{
	font-style: italic;	
}
.centered
{
	text-align: center;
}
.vtop
{
	vertical-align: top;
}
/*---------------------------
Navigation Bar
----------------------------*/
ul.navigation, ul.actions, ul.tags
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	overflow: hidden;
	clear: both;
}
ul.navigation li, ul.actions li, ul.tags li
{
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
}

li.current
{
	font-weight: bold;
}

#top_navigation
{
	clear: both;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navigation
{
	clear: both;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#main_navigation {
    background: no-repeat url(/graphics/backgrounds/main_navigation.jpg);
    border-top: 1px solid #777D8D;
    border-bottom: 1px solid #777D8D;
    margin: 0px;
    padding: 9px 0px;
    min-height: 22px;
}
#main_navigation form
{
	margin: 0px;
	padding: 0px;
}
#main_navigation li
{
	padding-left: 30px;
	display: block;
	background: url(/images/widgets/navigation_bullet.gif) no-repeat 10px center;
}
#main_navigation a
{
	font-size: small;
	color: #333;
	text-decoration: none;
}
#main_navigation a:hover
{
	text-decoration: underline;
}
#search_exchange
{
	float: right;
	margin-right: 15px;
	background: none !important;
}
#search_exchange input
{
	vertical-align: middle;
	color: #808080;
}

#user_navigation
{
	background: #777D8D repeat-x top left url(/graphics/backgrounds/user_navigation.gif);
	color: #fff;
	height: 26px;
}
#user_navigation li
{
	padding: 0px 4px 0px 4px;
	margin: 6px 0px 6px 0px;
	border-right: 1px solid #C2C4CC;
}
#user_navigation li.label
{
	padding: 0px 0px 0px 5px;
}
#user_navigation li.account, #user_navigation li.label, #user_navigation li.last
{
	border-right: none;
}
#user_navigation a
{
	color: #C2C4CC;
}
#user_navigation a:hover
{
	color: #eee;
}
#user_navigation li.current a
{
	text-decoration: none;
	color: #fff;
}
#user_navigation li.account, #user_navigation li.label, #user_navigation li.last
{
	border-right: none;
}
#user_navigation 
{
	color: #FFFFFF;
	font-size: 12px;
}
#user_navigation li.account
{
	float: right;
}
#user_navigation li.loggedout
{
	margin-top: 3px;
}
#user_navigation li.account img 
{
    vertical-align: middle;
}
#user_navigation li.account a
{
	color: #FFFFFF;
	text-decoration: underline;
}
#function_navigation li
{
	margin: 0px 4px 0px 4px;
}
#function_navigation li
{
/*
	background: no-repeat url(/graphics/backgrounds/function_tab_unselected_left.gif) bottom left;
	border-right: solid 2px #777D8D;
	border-bottom: solid 2px #777D8D;
	border-left: solid 2px #777D8D;
	-moz-border-radius-bottomright: 13px;
	-moz-border-radius-bottomleft: 13px;
*/
}
#function_navigation li.current
{
	background: #777D8D no-repeat bottom left url(/graphics/backgrounds/function_tab_left.gif);
}
#function_navigation li a
{
	display: block;
	padding: 5px;
	color: #666;
	text-decoration: none;
	/*margin: 0px 3px;
	background: repeat-x url(/graphics/backgrounds/function_tab_unselected.gif) bottom left;
*/
}
#function_navigation li a:hover
{
	text-decoration: underline;
}
#function_navigation li.current a
{
	background: no-repeat bottom right url(/graphics/backgrounds/function_tab_right.gif);
	color: #fff;
}

/*
#navigation
{
	background: #7D8496 url(../images/backgrounds/navigation.gif) no-repeat right bottom;
	height: 46px;
	margin: 0px;
	padding-left: 20px;
	overflow: hidden;
}
#navigation li
{
	margin-top: 15px;
	margin-right: 40px;
	float: left;
	padding-left: 25px;
	list-style-type: none;
	background: no-repeat bottom left url(../images/widgets/navigation_bullet.gif);
}
*/
#main_navigation li.selected
{
	background: url(../images/widgets/navigationon_bullet.gif) no-repeat 10px center;
}
#loginbar a
{
	color: #fff;
	text-decoration: none;
}
#navigation a:hover
{
	text-decoration: underline;
}
#navigation #currentpage a
{
	background: #fff;
	color: #333;
}
/*---------------------------
Content Styles
----------------------------*/
#contentwrapper
{
    overflow: hidden;
	/*width: 100%;*/
	font-size: 90%;
	color: #555;
	overflow: hidden;
	margin-top: 15px;
	display: inline-block;
}
#contentwrapper p
{
	margin-top: 0px;
	margin-bottom: 20px;
}
#contentwrapper p.si
{
	font-weight: bold;
	text-align: right;
	margin-bottom: 0px;
	font-size: 75%;
}
#contentwrapper p.si1
{
	font-weight: bold;
	text-align: left;
	margin-top: -15px;
	margin-bottom: 0px;
	font-size: 75%;
}
#contentwrapper p.si2
{
	font-weight: bold;
	text-align: left;
	margin-bottom: 0px;
	font-size: 75%;
}
#contentwrapper h2
{
	/*margin-top: 0px;*/
	margin: 0px 0px 14px 0px;
	font-size: 150%;
}
#contentwrapper h3
{
	margin: 11px 0px 0px 0px;
	/*margin-bottom: 0px;*/
	font-size: 100%;
}
#contentwrapper a
{
	color: #6F0102;
}
#content a:visited, #extras a:visited
{
	/*color: #434343;*/
	color: #6F0102;
}

/*---------------------------
Left Box
----------------------------*/
#content
{
	float: left;
	width: 475px;
	padding-bottom: 100px;
	padding: 0px 0px 40px 20px;
	margin-top: 5px;
}
#content h2
{
	margin: 13px 0px 13px 0px;
}
#content ul
{
	padding: 0px;
	margin: 18px 0px 18px 0px;
}
#content li
{
	list-style-type: none;
	list-style-image: none;
	margin-left: 0px;
	padding: 0px 0px 0px 16px;
	background: url(../images/widgets/whitewidget.gif) no-repeat 2px 1px;
}
#content td
{
	/*width: 225px;*/
	padding: 10px 10px 0px 0px;
	vertical-align: top;
}
#content td.vtop
{
	vertical-align: top;
}
#content th
{
	background-color: #9EACC6;
}
#contbox1
{
	float: left;
	width: 224px;
}
#contbox2
{
	float: left;
	width: 224px;
}
/*---------------------------
Right Box
----------------------------*/
#extras
{
	margin: 5px 10px 40px 15px;
	float: right;
	width: 260px;
	display: inline-block;
}
#extras ul
{
	padding: 0px 0px 0px 20px;
	margin: 18px 0px 18px 0px;
}
#extras li
{
	list-style-type: none;
	list-style-image: none;
	margin-left: 0px;
	padding: 0px 0px 0px 15px;
	background: url(../images/widgets/extras_bullet.gif) no-repeat -3px 1px;
}
/*---------------------------
Sidebar Icon Styles
----------------------------*/
#sidelinks
{
	background: url(/graphics/backgrounds/content_sidebar_filled.gif) repeat-y scroll left bottom;
	display: inline-block;
	width: 260px;
}
#sidelinks p.first
{
	margin: 0px;
	padding: 0px;
	background: url(/graphics/backgrounds/content_sidebar_filled_top.gif) no-repeat scroll left top;
}
#sidelinks p.last
{
	margin: 0px;
	padding: 0px;
	background: url(/graphics/backgrounds/content_sidebar_filled_bottom.gif) no-repeat scroll left bottom;
}
#sidelinks h2, #sidelinks h3, #sidelinks div, #sidelinks p, #sidelinks ul
{
	padding-left: 15px;
	padding-right: 10px;
}
#sidelinks p
{
	padding-right: 15px;
}
#sidelinks ul
{
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 18px 0px 18px 0px;
}
#sidelinks li
{
	list-style-type: none;
	list-style-image: none;
	margin-left: 0px;
	padding: 0px 0px 8px 28px;
	background: url(../Images/widgets/extras_bullet.gif) no-repeat;
}
#sidelinks li a:hover
{
	border-left: 0px solid #1c64d1;
	border-right: 0px solid #5ba3e0;
	color: #fff;
}
#sidelinks li.none
{
	background: none;
}
#sidelinks li.subscribe
{
	background: url(../images/icons/Subscribe.gif) no-repeat;
	/*list-style: disc url(../images/icons/Subscribe.gif);*/
}
#sidelinks li.trial
{
	background: url(../images/icons/Trial.gif) no-repeat;
	/*list-style: disc url(../images/icons/Trial.gif);*/
}
#sidelinks li.demo
{
	background: url(../images/icons/Demo.gif) no-repeat;
	/*list-style: disc url(../images/icons/Demo.gif);*/
}
#sidelinks li.download
{
	background: url(../images/icons/Download.gif) no-repeat;
	/*list-style: disc url(../images/icons/Download.gif);*/
}
#sidelinks li.contact
{
	background: url(../images/icons/Contact.gif) no-repeat;
	/*list-style: disc url(../images/icons/Contact.gif);*/
}
#sidelinks li.email
{
	background: url(../images/icons/e-mail.gif) no-repeat;
	/*list-style: disc url(../images/icons/e-mail.gif);*/
}
#sidelinks li.support
{
	background: url(../images/icons/Support.gif) no-repeat;
	/*list-style: disc url(../images/icons/Support.gif);*/
}
#sidelinks ul.compact
{
	padding: 0px;
	margin: 0px 0px 0px 22px;
}
#sidelinks ul.compact li
{
	list-style-type: none;
	list-style-image: none;
	margin-left: 0px;
	padding: 0px 10px 0px 15px;
	/*background: url(../images/widgets/extras_bullet.gif) no-repeat -3px 1px;*/
}
#sidelinks img.right
{
	float: right;
	padding-right: 10px;
}

/*---------------------------
Footer Styles
----------------------------*/

#footer
{
	clear: both;
	background: #12192B repeat-x url(/graphics/backgrounds/footer.gif);
	color: #fff;
	width: 100%;
	overflow: hidden;
	font-size: 11px;
}

#footer a
{
	color: #666699;
}
#footer ul.navigation
{
	float: right;
	width: auto;
}
#footer_navigation
{
	padding: 15px;
}
#footer_navigation li
{
	padding: 0px 15px 0px 30px;
	background: transparent url(/graphics/footer_bullet.gif) no-repeat 10px center;
}
#footer_navigation a
{
	font-size: 110%;
	color: #fff;
	text-decoration: none;
}
#footer p
{
	clear: both;
	padding-left: 4px;
	margin: 0px;
}

#legal {
    margin-bottom: 10px;
    padding: 0 15px;
}

#legal li {
    padding: 0 0 0 5px;
}
/*---------------------------
Misc. Styles
----------------------------*/
#supportFrame
{
	height: 550px;
	width: 600px;
}

#overview table
{
	width: 500px;
	text-align: center;
	border: 0px;
}

#overview td
{
	width: 250px;
	vertical-align: middle;
	text-align: center;
}

#overview td.left
{
	text-align: left;
}

#overview th
{
	width: 250px;
}
.custtable tr
{
	height: 100px;
}
.custtable td
{
	padding: 10px 10px 10px 10px !important;
	vertical-align: middle !important;
}
.custtable td img
{

}
a.demo
{
	text-decoration: none;
}
a.demo img
{
	padding-right: 5px;
	vertical-align: -2px;
}
img.new
{
	vertical-align: 2px;
}

/* sidebar */

div.tree div {
	padding-left:16px;
}
div.tree div.parent div {
	display:none;
	cursor:default;
}
div.tree div.parent {
	cursor:pointer !important;
	/*background:transparent url(/graphics/buttons/plus.gif) no-repeat top left;*/
}
div.tree div.expanded {
	/*background:transparent url(/graphics/buttons/minus.gif) no-repeat top left;*/
}

div.tree div div{
	cursor: default; 
	/*background:transparent url(/graphics/buttons/bullet.gif) no-repeat top left;*/
}

.sideContent img{
	padding:0 0 0 0;
	margin:0 0 -4px -16px;
}
.sideContent .expand
{
	padding: 0 1px 0 2px;
}

#mainDash
{
	color: #555555;
	float: left;
	width: 225px;
	margin: 12px 0 0;
	padding: 0 0 5px;
}

.sideContent
{
	background: #E8E8E8 url(/graphics/backgrounds/nav_sidebar_filled_bottom.jpg) no-repeat left bottom;
	left: 3px;
	position: relative;
	width: 220px;
	margin: 0 0 5px;
	padding: 0 0 8px;
}

.sideContent .first, .sideContent .last
{
	margin: 0;
	padding: 0;	
}
.sideContent .first
{
	background: transparent url(/graphics/backgrounds/nav_sidebar_filled_top.jpg) no-repeat left top;
	height: 30px;
	position: relative;
	top: 0;
	padding: 2px 0 0 10px;
	font-size: 15px;
}

.sideContent p, .sideContent ul
{
	margin: 0;
	padding: 0 10px 0 12px;
}

.sideContent a
{
	color: #6F0102;
	text-decoration: none;
}

.sideContent a:hover
{
	text-decoration: underline;
}
.sideContent .open/*, .sideContent .current*/
{
	display: block !important;
}
.sidebar_content .current.leaf
{
	
}