HTML {
	overflow: -moz-scrollbars-vertical; /* prevents the page shift in firefox */
}

h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body{
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background-color: #dedede;
	color: #666;
	padding: 0 10px 0 10px;
	margin-top: 5px;
}

h1, h2, h3, h4, h5, h6{
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 16px;
}

a{
	text-decoration: none;
	color: #0191FF;
}

a:hover{ text-decoration: underline; }

a img{ border: 0; }

abbr, acronym{ border: 0; }

address, dl { padding: 10px 0 0; }

blockquote{
	margin: 10px 10px 0;
	/*background: #fffada url(images/bg_blockquote.gif) no-repeat 5px 7px;*/
	color: #736926;
}

blockquote p{
	padding: 10px 10px 10px 20px;
}

blockquote blockquote{
	margin: 10px 20px;
	background: #fff;
	color: #333;
}

blockquote blockquote p{ padding: 10px; }

code{
	background: #f9f9f9;
}

dt{
	font-weight: bold;
}

dd{
	padding: 0 0 5px 15px;
}

hr{
	clear: both;
	margin: 15px 0 5px;
	width: 100%;
	border: 0;
	height: 1px;
	text-align: left;
	/*background: url(images/bg_comment_bottom.gif) no-repeat;*/
}
p { padding: 0 0 10px 0 }
small{
	font-size: 10px;
}

input, textarea{
	font-family: Arial, Helvetica, Georgia, sans-serif;
	font-size: 12px;
	padding: 2px;
}
.spacer
{
	clear: both;
	padding: 0;
	margin: 0;
}

/* Add to this list */
#container, #header, #menu, #menu ul li, #menu ul li a, #upper_nav, #bookmarks {
	text-align: left;
	vertical-align: top;
}

#container {
	margin: 0 auto;
	width: 980px;
	position: relative;
}

#header {
	margin: 0;
	float: left;
	width: 980px;
	height: 178px;
	color: #000;
}

/* Upper navigation */
#upper_nav_wrapper {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

#upper_nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#upper_nav ul li {
	float: right;
	margin: 0 0 0 30px;
	font-family: Verdana, Arial;
	font-size: 11px;
	height: 24px;
	line-height: 24px;
}

#upper_nav .greeting
{
	font-weight: bold;
}

#logo
{
	float: left;
	width: 200px;
	height: 74px;
	margin: 0;
	padding: 10px 0 0 0;
}

/* Main menu navigation */
#menu
{
	float: left;
	width: 100%;
	border-bottom: solid 1px #d6d4dd;
	margin: 0;
	padding: 0;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li {
	float: left;
	margin: 0 1px 0 0;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	background: url(/images/vd_top_nav_right.gif) no-repeat right top;
	color: #000;
}

#menu ul li a {
	display: block;
	padding: 7px 20px 4px 20px;
	text-decoration: none;
	background: url(/images/vd_top_nav_left.gif) no-repeat left top;
	color: #000;
}

#menu .menuarrow
{
	float: left;
	margin: 0 1px 0 0;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	background: url(/images/vd_top_nav_left_cat.gif) no-repeat left top;
	color: #000;
}

#menu .menuarrow a
{
	display: block;
	padding: 7px 35px 4px 20px;
	text-decoration: none;
	background: url(/images/vd_top_nav_right_cat_off.gif) no-repeat right top;
	color: #000;
}
#menu .menuarrow a:hover
{
	background: url(/images/vd_top_nav_right_cat_on.gif) no-repeat right top;
}

#submenu
{
	float: right;
	position: relative;
	margin-top: -27px;
	vertical-align: middle;
}
#submenu img
{
	padding: 0 3px 0 20px;
	vertical-align: middle;
}
#submenu a
{
	padding-right: 5px;
	font-weight: bold;
}

#menu ul li a:hover {
	text-decoration: none;
	color: #0191FF;
}

/* Search form */
#search
{
	float: left;
	width: 974px;
	margin: 10px 0 10px 0;
	height: 40px;
	background-color: #eee;
	border: solid 3px #ebe7f6;
	text-align: center;
}

#searchform
{
	text-align: center;
	vertical-align: middle;
	height: 100%;
}

#searchform input#keywords
{
	font-family: Arial;
	font-size: 10px;
	color: #ccc;
	width: 200px;
	border: solid 1px #dedede;
	margin-right: 10px;
	padding: 5px 5px 5px 5px;
}

#searchform input#searchsubmit
{
	padding: 0;
	margin: 0;
}
#searchform img#explore
{
	padding: 0;
	margin: 0;
}
.searchinput
{
	color: #000;
}
#bookmarks
{
	float: right;
	position: relative;
	margin-top: -40px;
	margin-right: 10px;
}
#bookmarks ul {
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
}

#bookmarks ul li {
	float: left;
	margin: 0 5px 0 0;
	height: 16px;
	width: 16px;
}
#bookmarks ul li img
{
	border: none;
}

#footer
{
	width: 100%;
	float: left;
	padding: 0;
	margin: 20px 0 10px 0;
	text-align: center;
	font-size: 11px;
}
.breadcrumb
{
	font-size: 14px;
	padding: 3px 0 15px 0;
}
.breadcrumb a
{
	color: #666;
}
.breadcrumb .current {
	font-weight: bold;
}

.page
{
	margin: 0;
	padding: 0;
	width: 980px;
	float: left;
}

.twocolcontenthomewrapper
{
	float: left;
	margin: 0;
	padding: 0;
	width: 728px;
	background: url(/images/vd_white_bkgd_top.gif) no-repeat left top;
}

.twocolcontenthome
{
	float: left;
	margin: 0;
	padding: 7px 0 10px 7px;
	width: 721px;
	background: url(/images/vd_white_bkgd_bottom.gif) no-repeat left bottom;
}

.twocolcontentwrapper
{
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	width: 769px;
	background: url(/images/vd_white_bkgd_top_769.gif) no-repeat left top;
}

.twocolcontent
{
	float: left;
	margin: 0;
	padding: 7px 0 10px 7px;
	width: 762px;
	background: url(/images/vd_white_bkgd_bottom_769.gif) no-repeat left bottom;
}

.browsecol
{
	float: left;
	width: 187px;
	margin: 0 8px 0 0;
	background-color: #333;
	/*
	scrollbar-face-color: #ccc;
	scrollbar-3dlight-color: #ccc;
	scrollbar-arrow-color: #666;
	scrollbar-track-color: #666;
	*/
}
.browsehead
{
	padding-bottom: 5px;
}
.browse
{
	overflow: auto;
	height: 225px;
	max-height: 225px;
}
.browse ul
{
	margin: 0;
	padding: 5px 0 0 5px;
	list-style: none;
}

.browse ul li
{
	color: #fff;	
	font-size: 11px;
	line-height: 12px;
	padding-bottom: 7px;
}
.browse ul li a
{
	text-decoration: none;
	color: #fff;
}
.browse ul li a:hover
{
	text-decoration: none;
	color: #0191FF;
}
#browseactive a, #browsevendoractive a
{
	text-decoration: none;
	color: #0191FF;
}
.rsslink {
	color: 0191FF;
	padding-left: 18px;
	height: 18px;
	display: block;
	font-size: 11px;
	line-height: 18px;
	vertical-align: middle;
	background: transparent url(/images/feed-icon-14x14.png) no-repeat scroll 0px 0px;
}

#browsecategory{ margin: 0; padding: 0; padding-bottom: 5px;}
#browsevendor{margin: 0; padding: 0; padding-bottom: 5px;}
#browserss{margin: 0; padding: 0; padding-bottom: 5px; padding-top: 10px; background-color: #dedede;}
/*
.centercolwrapper
{
	float: left;
	width: 566px;
	margin: 0;
	padding: 0;
	background: url(/images/vd_white_bkgd_top.gif) no-repeat left top;
}
*/
.searchresultwrapper
{
	float: left;
	margin: 0;
	padding: 0;
	width: 769px;
	background: url(/images/vd_769_white_bkgd_bottom.gif) no-repeat left bottom;
}
.searchresultsubmenu
{
	float: left;
	width: 762px;
	background: url(/images/vd_blue_white_line.gif) repeat-x left top;
	background-color: #fff;
}
.searchresultsubmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.searchresultcontentwrapper
{
	width: 769px;
	float: left;
	background: url(/images/vd_769_white_bkgd_top.gif) no-repeat left top;
}
.searchresultcontent
{
	background-color: #fff;
	width: 769px;
	background: url(/images/vd_769_white_bkgd_bottom.gif) no-repeat left bottom;
	padding-bottom: 10px;
}

#contentsort
{
	font-size: 11px;
	width: 100%;
	text-align: right;
	padding: 0 0 5px 0;
	margin: 0;
	vertical-align: middle;
}

#contentsort select
{
	font-size: 11px;
	margin-left: 5px;
}

.center
{
	float: left;
	margin: 0;
	padding: 0;
	width: 572px;
	background: url(/images/vd_white_bkgd_bottom.gif) no-repeat left bottom;
}
.centerwell
{

	margin: 0;
	padding: 7px 0 0 7px;
	width: 551px;
}

.centersubmenu
{
	float: left;
	width: 565px;
	background: url(/images/vd_blue_white_line.gif) repeat-x left top;
	background-color: #fff;
}

.vendorfeature {
	background: url(/images/vd_blue_yellow_line.gif) repeat-x left top;
	background-color: #FDDA61;
}

.centersubmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.centercontentwrapper
{
	width: 572px;
	float: left;
	background: url(/images/vd_572_white_bkgd_top.gif) no-repeat left top;
}
.centercontent
{
	background-color: #fff;
	width: 572px;
	background: url(/images/vd_572_white_bkgd_bottom.gif) no-repeat left bottom;
	padding-bottom: 10px;
}

.centercontentonly
{
	padding: 10px 10px 0 10px;
}
.vendorletter
{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0 0 10px 0;
}
.vendorlist
{
	float: left;
	width: 520px;
	padding: 0 10px 10px 10px;
	margin-top: 15px;
}
.vendorlistcol
{
	width: 33%;
	float: left;
}

.vendorlistcol dl
{
	margin:0;
	padding:0;
}
.vendorlistcol dl dt
{
	font-weight: bold;
	margin:0;
	padding:5px 0 0 0;
}
.vendorlistcol dl dd
{
	margin: 0;
	padding: 0 0 2px 0;
}
.vendordetail
{
	float: left;
}
.vendoraction
{
	float: left;
	padding: 25px 15px 25px 0;
	vertical-align: middle;
	width: 180px;
	text-align: center;
}
.whitepaperdetaillogo {
	margin-bottom: 10px;
	border: solid 1px #ccc;
}
.vendordetaillogo
{
	margin-bottom: 30px;
}
.vendordetailbtn
{
	padding-bottom: 5px;
}
.vendordesc
{
	float: left;
	width: 450px;
	padding: 10px 0 10px 0;
}
.vendordesc h1{
	color: #430187;
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 16px;
	font-family: Verdana, Arial;
	font-weight: bold;
}
.vendordesc p
{
	line-height: 16px;
	padding: 0 0 15px 0;
}
#vendormorelink
{
	padding: 10px 0 10px 0;
}
#vendormorelink a
{
	font-weight: bold;
	border-bottom: dotted 1px #0191FF;
	text-decoration: none;
}
#vendormoreinfo
{
	display: block;
	margin: 0;
	padding: 0;
}
.centersubmenutab_on
{
	height: 20px;
	float: left;
	margin: 0 0 0 0;
	padding: 5px 10px 4px 10px;
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background-image: url(/images/vd_arrow.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	border-right: dashed 1px #fff;
}

.arrowfeature {
	background-image: url(/images/vd_arrow_yellow_bkgd.gif);
}

.centersubmenutab_off {
	float: left;
	margin: 0 -1px 0 0;
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	border-right: dashed 1px #fff;
}

.centersubmenutab_off a{
	display: block;
	padding: 5px 10px 4px 10px;
	color: #fff;
}

/* content section with the gradient backgroun - ie. Demo Details */
.contentgradientwrapper
{
	float: left;
	margin: 0 0 30px 0;
	padding: 0;
	width: 980px;
	background: url(/images/vd_video_bkgd_top.gif) no-repeat left top;
}

.contentgradient
{
	float: left;
	margin: 0;
	width: 980px;
	padding: 3px 0 7px 3px;
	background: url(/images/vd_video_bkgd_bottom.gif) no-repeat left bottom;
}

#vendordemolist {
	float: left;
	background-color: #FDDA61;
	width: 558px;
	padding: 10px 0 10px 7px;
	margin: 0 0 10px 0;
	text-align: center;
}

/* other content */
.demodetailother{}
.ddolabel a
{
	font-size: 14px;
	font-weight: bold;
}
.ddolabel_on a
{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #666;
}
.contentwrapper
{
	float: left;
	margin: 0;
	padding: 0;
	width: 980px;
	background: url(/images/vd_tab_white_top.gif) no-repeat left top;
}

.content
{
	float: left;
	margin: 0;
	padding: 0 12px 20px 0;
	background: url(/images/vd_tab_white_bottom.gif) no-repeat left bottom;
}

/* Menu */
.contentmenu
{
	float: left;
	width: 100%;
}
.contentmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.contentmenutab_on {
	float: left;
	margin: 0 10px 0 0;
	padding: 5px 25px 5px 25px;
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	border-top: solid 2px #fff;
	border-left: solid 2px #fff;
	border-right: solid 2px #fff;
	color: #000;
	background: url(/images/vd_tab_gradient_lrg.gif) repeat-x left top;
	background-color:#eee;
}

.contentmenutab_off {
	float: left;
	margin: 0 10px 0 0;
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	background: url(/images/vd_blue_tab_right.gif) no-repeat right top;
	color: #000;
}

.contentmenutab_off a{
	display: block;
	text-decoration: none;
	padding: 5px 20px 5px 20px;
	background: url(/images/vd_blue_tab_left.gif) no-repeat left top;
	color: #000;
}
.contentmenutab_off a:hover
{
	color: #0191FF;
}

/* Blue bar sub menu */
.contentsubmenu
{
	float: left;
	width: 974px;
	background: url(/images/vd_blue_white_line.gif) repeat-x left top;
	background-color: #fff;
}

.contentsubmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;

}

.contentsubmenutab_on
{
	height: 20px;
	float: left;
	margin: 0 15px 0 0;
	padding: 5px 40px 4px 40px;
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-image: url(/images/vd_arrow.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	border-right: dashed 1px #fff;
}
.contentsubmenutab_on a
{
	color: #fff;
}
.contentsubmenutab_off {
	float: left;
	margin: 0 15px 0 0;
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	border-right: dashed 1px #fff;
}

.contentsubmenutab_off a{
	display: block;
	padding: 5px 40px 4px 40px;
	color: #fff;
}

/* Side bar */
.sidebarhome
{
	float: right;
	margin: 0;
	padding: 0;
	width: 249px;
}

.sidebar
{
	float: right;
	margin: 0;
	padding: 0;
	width: 208px;
}

.sidebarspacer {height: 26px;}

.sideboxhomewrapper
{
	margin: 0 0 20px 0;
	padding: 0;
	width: 100%;
	float: right;
	background: url(/images/vd_right_box_top.gif) no-repeat left top;
}

.sideboxwrapper
{
	margin: 0 0 20px 0;
	padding: 0;
	width: 100%;
	float: right;
	background: url(/images/vd_right_box_top_208.gif) no-repeat left top;
}
.sideboxhome
{
	margin: 0;
	padding: 0 0 15px 0;
	width: 100%;
	float: right;
	background: url(/images/vd_right_box_bottom.gif) no-repeat left bottom;
}
.sidebox
{
	margin: 0;
	padding: 0 0 15px 0;
	width: 100%;
	float: right;
	background: url(/images/vd_right_box_bottom_208.gif) no-repeat left bottom;
}
.sideboxheaderhome
{
	margin: 8px 0 10px 10px;
	padding: 0;
	padding-bottom: 3px;
	width: 219px;
	border-bottom: solid 1px #eee;
}
.sideboxheader
{
	margin: 8px 0 10px 10px;
	padding: 0;
	padding-bottom: 3px;
	width: 178px;
	border-bottom: solid 1px #eee;
}
.sideboxcontent
{
	margin: 8px 10px 5px 10px;
	padding: 0;
	font-size: 11px;
	font-family: Verdana, Arial;
}

#aboutbanner
{
	background: url(/images/vd_about_bkgd.gif) no-repeat left top;
	width: 249px;
	height: 37px;
}
#aboutbanner h2
{
	font-family: Verdana, Arial;
	font-size: 14px;
	padding: 9px 0 0 10px;
}
/* Blue header sections */
.sectionhome
{
	background: url(/images/vd_blue_header.gif) no-repeat left top;
	width: 707px;
	margin-bottom: 10px;
}

.sectionhome h2
{
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding: 7px 0 5px 12px;
}

.section
{
	background: url(/images/vd_blue_header_749.gif) no-repeat left top;
	width: 749px;
	margin-bottom: 10px;
}

.section h2
{
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding: 7px 0 5px 15px;
}
.centersection
{
	background: url(/images/vd_blue_header_551.gif) no-repeat left top;
	width: 551px;
	margin-bottom: 10px;
}
.centersection h2
{
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding: 7px 0 5px 10px;
}
.sectioncontent
{
	padding: 2px 2px 2px 2px;
	border-left: solid 1px #d0e3ff;
	border-right: solid 1px #d0e3ff;
	border-bottom: solid 1px #d0e3ff;
}
.contentonly {
	padding: 10px 70px 20px 30px;
}
.contentonly h2{
	color: #430187;
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 16px;
}
.contentonly h3{
	color: #000;
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 14px;
}
.contentonly h4{
	color: #000;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
.contentonly ul, .contentonly ol {
	padding: 0;
	margin: 0 0 10px 40px;
}

.contentonly ol li {
	margin: 0 0 10px 0;
}
.contentonly_divider {
	width: 100%;
	height: 1px;
	border-bottom: dashed 1px #ccc;
	margin: 10px 0 10px 0;
}

.halfsection
{
	color: #000;
	padding-top: 10px;
	width: 749px;
}
.halfsection  p
{
	line-height: 16px;
	margin: 5px 0 10px 10px;
}

.rightsection
{
	float: left;
	background: url(/images/vd_blue_header_half.gif) no-repeat left top;
	width: 350px;

}
.rightsection h2
{
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding: 7px 0 5px 15px;
}
.leftsection
{
	float: left;
	background: url(/images/vd_blue_header_half.gif) no-repeat left top;
	width: 350px;
	margin-right: 7px;
	margin-bottom: 20px;
}
.leftsection h2
{
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding: 7px 0 5px 15px;
}

/* Sign up form */
#signupform, #form_upload
{
	color: #000;
	padding-top: 10px;
}
#signupform p, #form_upload p
{
	line-height: 16px;
	margin: 5px 0 10px 10px;
}

.signupsection
{
	padding-top: 10px;
	margin-left: 10px;
}
.uploadformsection {
	padding-left: 10px;
	padding-top: 10px;
}

.form_hint {
	font-size: 10px;
}
.formlabel
{
	font-weight: bold;
}
.formlabelerror {
	font-weight: bold;
	color: #e40000;
}
.formlabelerrordesc
{
	font-weight: normal;
	color: #e40000;
	padding-left: 10px;
}
.confirmformrow {
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 5px;
	line-height: 20px;
}
.confirmformrow .signupvalue {
	font-style: italic;
}
.confirmformrow .signuplong {
	font-style: italic;
	width: 500px;
	height: 200px;
	overflow: auto;
	margin-bottom: 5px;
	border: solid 1px #ccc;
	padding: 5px;
	font-size: 11px;
}
.signupformrow
{
	padding-bottom: 15px;
	padding-right: 10px;
	line-height: 20px;
}
.signupformrow select
{
	font-size: 11px;
	font-family: Verdana, Arial;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}
.signupformrow input
{
	padding: 0 5px 0 0;
	margin: 0;
}
.signuptextarea
{
	width: 414px;
	height: 150px;
	border: solid 1px #dedede;
	vertical-align: text-top;
}
.signuplonginput
{
	width: 314px;
	vertical-align: middle;
	border: solid 1px #dedede;
}

.signupshortinput
{
	width: 157px;
	vertical-align: middle;
	border: solid 1px #dedede;
}

.signupformsubmit
{
	margin: 0 0 15px 10px;

}
.signupformsubmit input
{
	vertical-align: middle;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Side box Login Module */
.loginform, .loginlabel
{
}

.loginformrow
{
	padding-bottom: 10px;
	padding-right: 10px;
	line-height: 16px;
}

.loginforminputhome
{
	width: 187px;
	vertical-align: middle;
	border: solid 1px #dedede;
}
.loginforminput
{
	width: 157px;
	vertical-align: middle;
	border: solid 1px #dedede;
}
.loginformcheckbox
{
	vertical-align: middle;
	margin: 0 5px 2px 0;
	padding: 0 0 2px 0;
}

/* Popular Tags */
.populartags
{
	border: dashed 1px #8b8b8b;
	padding: 5px;
	margin: 0 0 0 0;
	font-family: Arial, Verdana;
	font-size: 11px;
}
.populartags a
{
	color: #8b8b8b;
	text-decoration: none;
	border-bottom: dashed 1px #ccc;
	font-weight: normal;
}
.populartags a:hover
{
	text-decoration: none;
	border-bottom: none;
	background-color: #d0e3ff;
}
/* Editor's choice */
.editorschoice
{
	background-color: #000;
	text-align: center;
	margin: 0;
	padding: 0;
	border: solid 1px #fff;
	width: 700px;
}
.editorschoicepreview
{
	width:100%;
	height: 170px;
}
.editorschoicevideolistwrapper
{
	width: 582px;
	float: left;
}
.editorschoicevideolist
{
	width: 485px;
	margin: 0 auto;
	vertical-align: bottom;
}

.editorschoiceprevious {float: left; margin: 100px 15px 0 20px;}
.editorschoicenext {float: right; margin: 100px 15px 0 20px;}

.editorschoicevideo
{
	float: left;
	width: 150px;
	padding: 10px 5px 0 5px;
}
.editorschoicevideolist p
{
	text-align: center;
	font-size: 11px;
	color: #fff;
	padding: 0 5px 10px 5px;
}
.editorschoicenavwrapper
{
}
.editorschoicenav
{
	margin: 0 auto;
	padding: 0 0 5px 0;
	text-align: center;
	width: 485px;
}
.editorschoicenav ul
{
	float: left;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.editorschoicenav ul li.on {
	float: left;
	border: solid 2px #000;
	margin: 0 10px 0 10px;
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	background: url(/images/vd_blk_btn_on.gif) repeat-x left top;
	display: block;
	padding: 0 40px 0 40px;
	color: #fff;
}
.editorschoicenav ul li a
{
	color: #fff;
}

.editorschoicenav ul li.off {
	float: left;
	border: solid 2px #64bcff;
	margin: 0 8px 0 8px;
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	background: url(/images/vd_blue_btn_off.gif) repeat-x left top;
	display: block;
	padding: 0px 40px 0px 40px;
	color: #fff;
}


/* Featured Demos */
.featureddemowrapper
{
	padding: 10px 0 10px 0;
	margin: 0 auto;
	text-align: center;
	width: 478px;
}
.featureddemo
{
	position: relative;
	padding: 0;
	margin: 0;
	width: 478px;
}

.feature
{
	float: left;
	border: solid 2px #d0e3ff;
	padding: 10px 10px 5px 10px;
	margin-bottom: 5px;
	background-color: #fff;
	width: 454px;
}
.articlesummary
{
	float: left;
	padding: 0 0 0 10px;
	margin: 0;
	vertical-align: top;
	text-align: left;
	width: 436px;
}
.featuredsummary
{
	float: left;
	padding: 0 0 0 10px;
	margin: 0;
	vertical-align: top;
	text-align: left;
	width: 290px;
}
.whitepapersummary
{
	float: left;
	padding: 0 0 0 10px;
	margin: 0;
	vertical-align: top;
	text-align: left;
	width: 345px;
}
.featuredlabel, .featuredttitle
{
	font-weight: bold;
}

.featuredthumbnail
{
	float: left;
	margin: 0;
	padding: 2px;
	border: solid 1px #ccc;
	vertical-align: middle;
}
.featuresub
{
	margin: 0;
	padding: 3px 0 0 0;
	width: 100%;
	text-align: right;
}

.addwatchlist
{
	font-size: 11px;
	color: #e40000;
	margin: 0;
	padding-right: 15px;
	vertical-align: top;
}

.demothumbnail
{
	margin: 0;
	vertical-align: middle;
	width: 143px;
	height: 107px;
}
.wpthumbnailsmall
{
	margin: 0;
	width: 88px;
	height: 107px;
	vertical-align: middle;
}
.demonav
{
	clear: both;
	height: 18px;
	text-align: right;
	vertical-align: middle;
	color: #000;
}
.demonav table
{
	float: right;
}

/* Demo Details */
.demo
{
	width: 493px;
	float: left;
	margin: 0;
	padding: 0 0 5px 0;
}

.details
{
	float: right;
	width: 458px;
	padding: 10px 20px 0 0px;
}
.details h2
{
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Verdana;
	padding-bottom: 10px;
	color: #666;
}

.demodetailswrapper
{
	padding: 0;
	margin: 0;
}

.demodetailsbanner
{
	float: left;
	margin: 10px 0 0 0;
	padding: 0 0 5px 0;
}

.demomenu
{
	float: left;
	width: 100%;
	border-bottom: solid 1px #ccc;

}
.demomenu ul
{
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

.videotabon
{
	position: relative;
	float: left;
	display: block;
	margin: 0 0 -1px 0;
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	background-color: #fff;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	color: #64bcff;
	padding: 7px 20px 4px 20px;
	background: url(/images/vd_tab_gradient_lrg.gif) repeat-x left top;
}
.videotaboff {
	float: left;
	display: block;
	margin: 0;
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	background-color: #64bcff;
	color: #fff;
	padding: 7px 20px 4px 20px;
}

.videotaboff a
{
	color: #fff;
}

/*
.videocontentmenu li a {
	display: block;
	text-decoration: none;
	color: #fff;
	background-color: #64bcff;
}
*/

.democontent
{
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	background-color: #fff;

}
#democontentscroll
{
	padding: 10px;
	margin: 0;
	overflow: auto;
	height: 242px;
}
#democontentnoscroll
{
	padding: 10px;
	margin: 0;
	overflow: auto;
	height: 267px;
}
#postcommentwrapper
{
	padding: 10px 0 0 10px;
	margin: 0;
}
#postcommentwrapper a
{
	font-weight: bold;
	border-bottom: dotted 1px #0191FF;
	text-decoration: none;
}
#postcommentform
{
	padding: 10px 0 0 10px;
	margin: 0;
	display: none;
}
.postcommenttextbox
{
	width: 375px;
	height: 50px;
	border: solid 1px #dedede;
	text-decoration: none;
	overflow: auto;
	font-size: 11px;
}

.democontentwrapper
{
	float: left;
	width: 458px;
}

.otherdemo
{
	float: left;
	width: 960px;
	padding-left: 7px;
	padding-top: 5px;
}

.otherdemo_left
{
	float: left;
}

.otherdemo_right
{
	float: right;
}
#flashcontent {width:490px; height:400px; padding:0; margin:0; position: absolute; z-index:1000;}
#flashplayer{ float: left; margin: 0; padding: 0; height: 403px; position: relative; z-index:1;}
.videoevaluation
{
	padding: 15px 10px 10px 10px;
	margin: 0;
	font-size: 12px;
	width: 470px;
	border: solid 1px #e8e8e8;
	vertical-align: middle;
	position: relative;
}
.docevaluation
{
	padding: 10px 10px 5px 10px;
	margin: 0;
	font-size: 12px;
	width: 410px;
	border: solid 1px #e8e8e8;
	vertical-align: middle;
	position: relative;
}
.videoevalcontrol
{
	position: relative;
	float: left;
	margin: 5px 10px 0 0;

}
.videoicon
{
	padding: 2px;
	margin: 0;
	width: 15px;
	height: 15px;
	float: left;
	background-color: #fff;
}
.videoiconlabel
{
	float: left;
	padding: 0 10px 0 5px;
	height: 20px;
	line-height: 20px;
}
.videovoting
{
	float: right;
	width: 100px;
}
#votelabel
{
}

.saving
{
	background-color: #666;
	color: #fff;
	font-size: 12px;
}

.disclaimer {
	border: solid 1px #ccc;
	padding: 5px;
	background-color: #eee;
	font-size: 11px;
	margin-right: 14px;
}

.signup_notice {
	border: solid 1px #ccc;
	padding: 5px;
	background-color: #eee;
	font-size: 12px;
	margin-right: 14px;
	margin-bottom: 10px;
}

#formerror {
	border: solid 1px #e40000;
	background-color: #fad1d1;
	font-weight: bold;
	padding: 15px;
	margin-right: 14px;
	margin-bottom: 10px;
}
.formrequired
{
	font-size: 11px;
	padding: 0 20px 3px 0;
	margin: 0;
	width: 735px;
	text-align: right;
}

/* Popup Styles */
.popup
{
	margin:0;
	border: solid 1px #333;
}
.popuphead
{
	text-align: left;
	background-color: #e40000;
	padding: 5px 5px 5px 15px;
	font-weight: bold;
	color: #fff;
	font-size: 14px;
	font-family: Verdana, Arial;
}

.popuphead h2
{
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 14px;
	font-family: Verdana, Arial;
}
.popuphead img
{
	float: right;
	padding-left: 5px;
}
.popupbodywrapper
{
	margin: 0;
	padding: 0;
}
.pointerleft
{
	float: left;
	margin: 0 0 0 -31px;
	width: 31px;
	padding: 0;
	height: 1%;
	position: relative;
}
.pointerright
{
	float: right;
	margin: 0 -31px 0 0;
	width: 31px;
	padding: 0;
	height: 1%;
	position: relative;
}
.popupbody
{
	text-align: left;
	padding: 5px 15px 5px 15px;
	background-color: #fff;
}
.popupbody_new
{
	text-align: left;
	padding: 5px 15px 5px 15px;
	background-color: #fff;
	color: #000;
	line-height: 16px;
	font-size: 12px;
}
.popupbody h2
{
	font-weight: bold;
	font-size: 12px;
	color: #000;
	margin-bottom: 10px;
}

.popup textarea
{
	font-size: 11px;
	width: 95%;
	height: 60px;
	overflow: auto;
	padding: 0;
	margin: 0 0 10px 0;
}

.popup select
{
	font-size: 11px;
	width: 80%;
	line-height: 16px;
	padding: 0;
	margin: 0 0 10px 0;
}

.popup p
{
	color: #000;
}
.popdefinitionlist
{
	width: 100%;
	font-size: 11px;
	font-family: Verdana, Arial;
	padding: 0 0 5px 0;
	margin: 0;
}

.popterm
{
	float: left;
	width: 30%;
	text-align: right;
	font-weight: bold;
	margin: 0 5px 0 0;
	padding: 0;
}
.popdesc
{
	float: left;
	width: 60%;
	padding: 0;
	margin: 0;
}
.popstars
{
	clear: both;
	padding: 10px 0 0 0;
}

.popuplabel
{
	font-weight: bold;
	color: #000;
}

#categorycontainer
{
	display: block;
	visibility: hidden;
	position: absolute;
	width: 557px;
	border-left: solid 1px #ddd;
	border-top: solid 1px #ddd;
	border-right: solid 1px #686868;
	border-bottom: solid 1px #686868;
	background-color: #fff;
	padding: 3px 0 3px 3px;
	left: 75px;
	top: 109px;
	margin: 0;
	z-index: 1000;
	/*
	height: 95px;
	overflow: auto;
*/
}

#explore_categories
{
	display: block;
	visibility: hidden;
	position: absolute;
	width: 200px;
	border: solid 1px #d0e3ff;
	margin-top: 10px;
	margin-left: 5px;
	background-color: #fff;
	text-align: left;
	z-index: 1000;
}
#explore_categories ul
{
	list-style: none;
	margin: 0;
	padding: 5px;
	color: #999;
}
#explore_categories ul li
{
	font-size: 11px;
	line-height: 16px;
}
.category
{
	border: solid 1px #ddd;
	padding: 10px 0 5px 0;
	width: 551px;
}

.categorycolumn
{
	float: left;
	width: 163px;
	text-align: left;
	padding: 0 0 0 15px;
	color: #999;	
}
.categorydivider
{
	border-right: solid 1px #ddd;
	border-left: solid 1px #ddd;
}
.columnwrapper
{
	margin: 0;
	padding: 0;
	width: 551px;
}
.categorycolumn ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.categorycolumn ul li
{
	font-size: 12px;
	padding: 2px 0 2px 0;
}

/* left nav styles */
.navlist
{
	float: left;
	width: 152px;
	margin: 5px 0 10px 3px;
	padding-bottom: 10px;
}
.navlist ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
	background-color: #fff;
}

.navlist ul li
{

	color: #000;
}

.navlist ul li a
{
	margin: 0;
	display: block;
	padding: 5px 5px 5px 7px;
	width: 145px;
}

#active
{
	background-color: #d0e3ff;
}
#active a
{
	color: #000;
}
#active a:hover
{
	text-decoration: none;
}

/* sub nav*/
.navlist ul ul
{
	background-color: #fff;
	padding-left: 10px;
	font-size: 11px;
	font-weight: normal;
	margin-right: -10px;
}
.navlist li li
{
	padding: 0;
	list-style: none;
	background: #fff;
}
#active li a
{
	color: #0191FF;
}
#active li a:hover
{
	text-decoration: underline;
}

#active #subnavactive a
{
	font-weight: bold;
	color: #000;
}
#active #subnavactive a:hover
{
	text-decoration: none;
}
.dash
{
	margin: 5px 10px 5px 0;
	border-bottom: dotted 1px #000;

}
.subsection
{
	float: left;
	width: 580px;
	padding: 0;
	margin: 5px 0 0 0;
}
html>body .subsection
{
	width: 587px;
}
.subsectionheader
{
	padding: 0 0 0 10px;
	height: 25px;
	vertical-align: middle;
	line-height: 25px;
	background-color: #d0e3ff;
	color: #000;
	font-weight: bold;
}

.subsectionheader select
{
	font-size: 11px;
	margin-left: 5px;
	vertical-align: middle;
	padding: 0;
}

.subsectionheadertext
{
	font-weight: bold;
	color: #000;
}

.subsectioncontentwrapper
{
	padding: 1px;
	border-left: solid 1px #d0e3ff;
	border-right: solid 1px #d0e3ff;
	border-bottom: solid 1px #d0e3ff;
	min-height: 225px;
	margin-bottom: 20px;
}
.subsectioncontent
{
	padding: 12px;
}
.subsectiontable table
{
	padding: 1px;
	font-size: 11px;
}
.subsectiontable_noborder table {
	padding: 0;
}
.subsectiontable tr
{
	border-bottom: 1px dotted #000;
}
.subsectiontable td
{
	padding: 3px;
	margin: 0;
	border-bottom: 1px dotted #000;

}
.subsectiontable_noborder tr, .subsectiontable_noborder td
{
	padding: 0 3px 3px 0;
	border: none;
}
.subsectiontableheader
{
	font-weight: bold;
	background-color: #ccc;
}
#subsectionhighlight
{
	background-color: #ffeeb3;
}

.subsectiontext
{
	width: 165px;
	float: left;
}

.bodytextsmall
{
	font-size: 11px;
}
.subsectiontext ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.subsectiontitlewrapper
{
	float: left;
	width: 100%;
	border-bottom: dotted 1px #666;
	color: #000;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.subsectiontextwrapper
{
	float: left;
	width: 100%;
}
.subsectionrow
{
	width: 100%;
	border-bottom: dotted 1px #666;
	color: #000;
	padding: 6px 0 6px 0;
	margin: 0;
	vertical-align: middle;
	line-height: 18px;
}
.subsectionrowbuttons
{
	float: left;
	padding: 2px 5px 2px 0;
}
.subsectionrowtext
{
	float: left;
}

.alternate
{
	background-color: #f6f5f5;
}
#thumbnailpopup
{
	z-index: 3;
	position: absolute;
	padding: 0;
	margin: 0;
}
#floatbox
{
	z-index: 4;
	position: absolute;
	padding: 0;
	margin: 0;
}
ul.user-quote {
	font-size: 100%;
	list-style: none;
	margin: 0;
	padding: 5px 5px 0 5px;
}
ul.user-quote img.quote {
	float: left;
	padding: 0 10px 0 0;
	margin: 16px 0 0 0;
}
ul.user-quote img.quoteEnd {
	display: inline;
	margin: -4px 0 0 0;
	padding: 0 0 0 10px;
	position: relative;
	top: 5px;
}
ul.user-quote h3 {
	color: #252525;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 130%;
	line-height: 1.5em;
	margin: 0;
	padding: 7px 0 8px 0;
}
ul.user-quote li em.signature {
	color: #666;
	display: block;
	font-weight: bold;
	margin: 0;
	padding: 8px;
	text-align: right
}
ul.user-quote li p {
	margin: 0;
	padding: 0;
	text-align: center;
}
ul.user-quote li p a:link {font-weight: bold;}
.tickettable {
	border: solid 1px #ccc;
	background-color:#eee;
}
.ticketsubject {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    padding-top: 5px;
}

/* Ticket view (Messages and Responses) */
#ticketthread table.message {
    margin:10px 0 5px 0;
}

#ticketthread table.response {
    margin-bottom:5px;
}

table.message, table.response {
    border: 1px solid #ccc;
}

table.message td, table.message th,table.response td, table.response th {

    padding:5px;
}

table.message tr.header td, table.response tr.header td {
    padding:1px;
    padding-left:5px;
}

table.message th, table.response th {
    line-height:24px;
    font-size:12px;
    padding:1px;
    padding-left:5px;
    font-weight:bold;
    background-color:#eee;
}

table.tgrid {
	border: 1px solid #ccc;
}
table.tgrid th {
	background-color:#ccc;
}
.viewticketfilter {
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
}
#infomessage, #warnmessage, #errormessage {
	margin-bottom: 1.5em;
	padding: 0.3em;
	font-weight: bold;
	border: solid 1px #e40000;
	background-color: #fad1d1;
}
/* Alt rows used on most data tables */
.rowclosedticket { background-color: #eee; font-style: italic; color: #aaa}
.rowopenticket { background-color: #FFFFFF; }

/* auto-highlight */
.row1.highlight td,.row2.highlight td {
    background-color: #FFFFDD;
}
#modalBackground
{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	z-index: 9;
	background-color:#333333;
	display: none;
	opacity: 0.40;
	filter: alpha(opacity=40);
}
#modalWindowFeedback
{
    position: fixed;
    left: 0;
    top: 0;
	z-index: 10;
	background-color: white;
	display: none;
	width: 400px;
	height: 410px;
	border: 1px solid #333;
}
#modalWindowSurvey
{
    position: fixed;
    left: 0;
    top: 0;
	z-index: 10;
	background-color: white;
	display: none;
	width: 600px;
	height: 410px;
	border: 1px solid #333;
}
#modalWindowUpload
{
    position: fixed;
    left: 0;
    top: 0;
	z-index: 10;
	background-color: #000;
	display: none;
	width: 600px;
	height: 104px;
	border: 1px solid #333;
}
#modalWindowCrossReg
{
    position: fixed;
    left: 0;
    top: 0;
	z-index: 10;
	background-color: #fff;
	display: none;
	width: 410px;
	height: 330px;
	border: 1px solid #333;
}
.popuplink_sm, .popuplink_sm a, .popuplink_sm a:hover {
	font-size:10px;
	text-decoration: none;
	border-bottom: dotted 1px #0191FF;
}
.survey_footer{
	margin-top:25px;
	border:solid 1px #ccc; padding:5px; background-color:#eee;font-size:11px;color:#333;
}
