/*  
Theme Name: snt
Theme URI: http://www.scalable-networks.com/theme/
Description: A theme for scalable-networks.com
Author: Scalable Network Technologies
Author URI: http://www.scalable-networks.com/
Version: 1.0
Tags: three-columns, threaded-comments, fixed-width, theme-options, right-sidebar
.
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.
*/

/* Defaults */

* {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 10px 20px 10px 20px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
hr {
	color: #333;
	border: 1px solid #121212;
}
pre {
	height: auto;
	overflow-x:scroll;
}
td {
	vertical-align:top;
}
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
dd {
	padding-left: 15px;
}
p {
	font-size: 12px;
	line-height: 140%;
	max-width: 530px;
}
ul li, ol li, table td {
	line-height: 140%;
}
a {
	/*color: inherit;*/
  text-decoration: none;
	color:#2c519f;
}
a:visited {
	/*
  color: #a6bbeb;
	*/
  color: #6f95df;
}
a:hover {
	color:#1b408e;
	text-decoration: underline;
}
a img {
	border: none;
}
blockquote {
	background: #ccc;
	border: 1px solid #060606;
	padding: 5px 15px;
	margin: 10px 10px 5px 15px;
	font-style: italic;
	color: #000;
}
code {
	color: #3366cc;
	font-style: italic;
}
body {
	text-align: center;
	margin: 0;
	padding: 0 0 15px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*
  background: #000 url(images/bgbody.jpg) top center no-repeat;
  */
  background-color:#1b2027;
}
/* Header and wrapper */
#wrapper {
	margin: 0 auto;
	width: 1024px;
	text-align: left;
	padding: 0;
	background-color:#e5e6e7;
	border:1px solid #929497;
	border-top:1px solid #e5e6e7;
}
#header {
	padding: 0;
	margin: 0;
	height: 80px;
	background-image:url(images/snt_logo.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	width:996px;
}
#header #topleft {
	text-align: left;
	width: 600px;
	margin: 0px;
	padding-left:12px;
	padding-top:10px;
	color: #2F292B;
	font-size: 14px;
	position:absolute;
}
#header #topleft ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#header #topleft li {
	display: inline;
}
#header #topleft li a {
	font-size: 11px;
	color:inherit;
	padding: 0 0 0 0px;
	padding-left:10px;
	padding-right:10px;
}
#header #topleft li a:hover {
	color: #000;
	text-decoration: underline;
}
#logo {
	float: right;
	margin: 0px;
	margin-right:0px;
	margin-top:15px;
	padding: 0;
}
#header h1 {
	padding: 0;
	margin: 0;
}
#header h1 a {
	color: #000;
	font-size: 17px;
	text-decoration: none;
}
#header h1 a:hover {
	color: #111;
	text-decoration: none;
}
#header span {
	padding: 0;
	font-size: 11px;
}
/* Menu */
#nav, #subnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav ul, #subnav ul {
	margin: 0;
	padding: 0;
}
#nav li, #subnav li {
	float: left;
	margin: 0;
	padding: 0;
}
#nav a {
	line-height: 28px;
	display: block;
	margin: 0;
	color:#57606a;
	padding: 0 24px 0 24px;
	font-size: 12px;
	margin-top:0px;
}
#nav a:hover {
	color:#000;
}
#nav .current_page_item a {
	line-height: 32px;
	margin-top:-5px;
	color:#d9da51;
	background-image:url(images/menuitem_selected.gif);
	background-repeat:repeat-x;
	height:33px;
	text-align:center;
	font-size:12px;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-khtml-border-top-right-radius: 10px;
	-khtml-border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	font-size:14px;
}
#nav a.selected_menuitem:hover {
	color:#fbfc73;
}
#nav li a:hover {
	text-decoration: none;
	display: block;
}
#nav li ul {
	list-style: none;
	position: absolute;
	width: 150px;
	left: -999em;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#nav li li {
	float: left;
	margin: 0;
	padding: 0;
	width: 150px;
}
#nav li li a {
	width: 150px;
	height: 24px;
	line-height: 24px;
	border-top: 1px solid #131f27;
	background: #ddd;
	margin: 0;
	padding: 5px 20px 5px 15px;
}
#nav li li a:hover {
	border-top: 1px solid #131f27;
	background: #FFF;
	padding: 5px 20px 5px 15px;
}
#nav li:hover, #nav li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
	position: static;
}
#subnav a {
	line-height: 28px;
	display: block;
	padding: 0 24px 0 24px;
	padding-left:24px;
	font-size: 12px;
	margin-top:0px;
	color:#FFFFFF;
	height:20px;
}
#subnav .current_page_item a {
	color:#9bc6ff;
}
#subnav {
	background-color:#20232c;
	width: 984px;
	margin-left:19px;
	margin-top:53px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-khtml-border-bottom-right-radius: 10px;
	-khtml-border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
#subnav a.header_image {
	margin:0px;
	padding:0px;
	height:auto;
	margin-top:58px;
}
#subnav div.header_image {
	background-image:url(images/header_.jpg);
	background-repeat:no-repeat;
	width:984px;
	color:#FFF;
	vertical-align:bottom;
	padding-left:24px;
	font-size:36px;
	height:62px;
	padding-top:74px;
}
.entry_author_image {
	float: right;
	padding: 0px 0px 10px 10px;
}
#subnav div.simem_header_image {
	background-image:url(images/simem_header.gif);
	background-repeat:no-repeat;
	width:984px;
	color:#FFF;
	vertical-align:bottom;
	padding-left:24px;
	font-size:36px;
	height:62px;
	padding-top:74px;
}
#subnav div.header_image {
}
/* Top Content */

#main {
	margin: 0;
	margin-left:19px;
	margin-top:24px;
	clear: both;
	padding-bottom: 5px;
}
#contentwrapper {
	width: 400px;
	margin: 0;
	background-color:#FFFFFF;
	border:1px solid #7f8080;
	font-size:12px;
}
#contentwrapper h1 {
	margin: 0;
	padding: 0;
	padding-left:12px;
	padding-top:4px;
	vertical-align:middle;
	height:22px;
	font-weight: normal;
	font-size: 12px;
	color: #e6e84b;
	background-image:url(images/h2_bg.jpg);
	border-bottom:1px solid #7f8080;
}
#pagewrapper {
	width: 684px;
	margin: 0;
	background-color:#FFFFFF;
	border:1px solid #7f8080;
	font-size:12px;
}
#pagewrapper h1 {
	margin: 0;
	padding: 0;
	padding-left:12px;
	padding-top:4px;
	vertical-align:middle;
	height:22px;
	font-weight: normal;
	font-size: 12px;
	color: #e6e84b;
	background-image:url(images/h2_bg.jpg);
	border-bottom:1px solid #7f8080;
}
#pagewrapper p {
	margin-left:20px;
	margin-bottom:10px;
	/*margin-right: 150px;*/
  max-width: 636px;
	margin-top:10px;
	padding:0px;
}
hr {
	height:9px;
	width:100%;
	background-image:url(images/h_line.jpg);
	border:none;
	margin-top:0px;
}
.pageTitle {
	margin: 15px 0 10px 0;
	font-size: 14px;
	letter-spacing: -1px;
	color: #000;
	font-weight: normal;
	background: url(images/bg-trans.png) repeat;
	padding: 5px;
}
.topPost {
	margin: 10px;
	padding: 0px;
	padding-bottom: 10px;
	border-bottom:1px solid #929497;
}
#pagewrapper .topPost {
	margin:0px;
	border-bottom:none;
}
h2.topTitle {
	margin:0;
	padding:0;
	color:#2c519f;
}
.topPost .topTitle a {
	font-size: 12px;
	font-weight: normal;
	color:inherit;
}
.topPost h2.topTitle a:hover {
	text-decoration: none;
	color: #abd1ea;
}
.topPost p.topMeta {
	padding: 5px;
	margin: 0;
	color: #555;
}
.topPost p.topMeta a {
	text-decoration: underline;
	color: #000;
}
.topPost p.topMeta a:hover {
	color: #333;
}
.topPost div.topContent {
	font-size: 12;
}
.topPost div.topContent a {
	text-decoration: underline;
	color: #000;
}
.topPost div.topContent a:hover {
	text-decoration: underline;
	color: #00AADD;
}
.topPost div.topContent ul, .topPost div.topContent ol {
	padding: 0 0 0 30px;
}
.topPost div.topContent ul li, .topPost div.topContent ol li {
	color: #111;
}
.topPost span.topComments, .topPost span.topMore, .topPost span.topTags {
	font-style: italic;
	padding: 8px 10px;
	margin-right: 5px;
	line-height: 27px;
	color: #000;
}
.topPost span.linkpages {
	font-style: italic;
	color: #000;
	margin-bottom: 10px;
	display:block;
}
.topPost span.linkpages a:hover {
}
.topPost span.topComments:hover, .topPost span.topMore:hover, .topPost span.topTags:hover {
}
.topPost span.topComments a {
	background: url(images/comments.gif) left no-repeat;
	padding-left: 20px;
	line-height: 27px;
	vertical-align: middle;
}
.topPost span.topMore a {
	background: url(images/more.gif) left no-repeat;
	padding-left: 20px;
	line-height: 27px;
	vertical-align: middle;
}
.topPost span.topTags em {
	background: url(images/tags.gif) left no-repeat;
	padding-left: 20px;
	line-height: 27px;
	vertical-align: middle;
}
.topPost span.topTags a {
	line-height: 27px;
	vertical-align: middle;
}
.topPost span.topComments a:hover, .topPost span.topMore a:hover, .topPost span.topTags a:hover {
	text-decoration: underline;
}
#nextprevious {
	margin: 10px 0 5px 0;
}
#nextprevious a {
	color: #83adc8;
	text-transform: lowercase;
	text-decoration: underline;
}
#nextprevious a:hover {
	color: #000;
}
/* Comments */

#comments {
	margin-bottom: 10px;
	margin-top: 15px;
	margin-left: 15px;
	background: #e5e6e7;
	width: 530px; /* fixes bug in IE7 where putting focus on the text makes it disappear behind the background. yeah, weird. they call it a dimensional bug. */
	border: 1px solid #929497;
	padding: 0px 15px 10px 15px;
	color: #000;
}
#comments h3 {
	font-size: 12px;
	font-weight: normal;
	color: #000;
	margin: 15px 0;
	padding: 0;
}
#comments p a {
	color: #6598b8;
}
#comments p a:hover {
	color: #000;
}
#comments p {
	padding:0;
	margin: 7px 0;
}
ul.commentlist, ul.trackback {
	list-style-type: none;
	margin: 10px 0;
	font-size: 9px;
}
.commentlist li, .trackback li {
	margin: 10px 0 15px 0;
	padding: 10px;
	background: #ddd;
	border: 1px solid #040404;
	list-style-type: none;
}
.commentlist li.alt {
	background: #FFF;
	border: 1px solid #020202;
	border: none;
	margin-top:10px;
}
.commentlist li.cleared {
	background: transparent;
	border: none;
}
.commentlist a:hover {
	color: #111;
}
.commentlist a.gravatar {
	float: left;
	margin: 0 15px 10px 0;
	width: 60px;
}
.commentlist .commentbody {
	margin: 0;
	padding: 0;
}
.commentlist .commentbody p a {
	text-decoration: underline;
}
.commentlist cite {
	font-style: normal;
	color: #333;
}
.commentlist small.commentmetadata a {
	color: #666;
}
.commentlist p {
	color: #333;
}
#respond {
	clear: both;
	margin-top: 15px;
}
textarea#comment {
	width: 505px;
	background: #fff;
	color: #111;
	padding: 10px;
	border-top: 1px solid #a5a6a7;
	border-left: 1px solid #d5d6d7;
	border-right: 1px solid #d5d6d7;
	border-bottom: 1px solid #e2e3e4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#comments #submit {
	margin: 0;
}
#extrastuff {
	margin-left: 15px;
}
#extrastuff a {
	color:#222;
	font-size:0.8em;
}
#extrastuff a:hover {
	color:#6598b8;
	text-decoration:none;
}
#extrastuff #rssleft {
	float:left;
	width:250px;
}
#extrastuff #trackright {
	float:right;
	width:180px;
	text-align:right;
	margin-right: 110px;
}
/* Welcome section */
/*
#main #welcome {
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
  background: url(images/bg-trans.png) repeat;
}
#main #welcome h2 {
  font-size: 14px;
  font-weight: normal;

  color: #000;
  letter-spacing: -2px;
  margin: 0 10px;
  padding: 10px 0 3px 0;
}
#main #welcome p {
  font-size: 9px;
  color: #111;  
  margin: 0 10px;
  padding: 6px 0;
}
#main #welcome a {
  text-decoration: underline;
  color: #ff9933;
}
#main #welcome a:hover {
  color: #6598b8;
}
#main #welcome form {
  margin: -5px 0 0 0;
  background: transparent;
}
#main #welcome #feedbox {
  border: 1px solid #ccc;
  padding: 2px 1px;
  width: 180px;
}
*/  
  
.submitbutton {
	margin: -5px 0 0 5px;
	background: url(images/cbutton_bg.jpg) bottom repeat-x;
	color: #000;
	font-size: 12px;
	padding: 3px 6px;
	vertical-align: middle;
	border: 1px solid #929497;
}
.submitbutton:hover {
	cursor: pointer;
	background: url(images/cbutton_bg2.jpg) top repeat-x;
}
/* Before footer */

#morefoot {
	padding: 0px;
	color: #333;
	margin: 0px;
}
#morefoot p {
	margin: 5px 0;
	padding: 5px 0;
}
#morefoot ul {
	list-style-type: none;
	margin-top: 5px;
}
#morefoot ul li, #morefoot p {
	font-size: 9px;
}
#morefoot a {
	text-decoration: underline;
	color: #333;
}
#morefoot a:hover {
	text-decoration: underline;
	color: #6598b8;
}
#morefoot h3 {
	font-size: 12px;
	font-weight: normal;
	color: #333;
	letter-spacing: -1px;
	border-bottom: 1px dotted #444;
	margin: 0;
	padding: 0 0 2px 0;
}
#morefoot #searchbox {
	padding: 1px;
	width: 180px;
}
#morefoot .col1 {
	float: left;
	width: 340px;
}
#morefoot .col2 {
	margin: 0 25px;
}
#morefoot .col2, #morefoot .col3 {
	float: left;
	width: 260px;
}
#morefoot li {
	padding-left: 20px;
	margin-bottom: 5px;
	background: url(images/more.gif) left 2px no-repeat;
	line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
}
/* footer*/
#footer {
	clear: both;
	padding-left:19px;
	padding-right:19px;
	padding-top:10px;
	padding-bottom:19px;
}
#footer p {
	color: #999;
	font-size: 11px;
	padding: 0;
}
#footer a {
	color: #bbb;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
}
#footerleft {
	float: left;
	width: 500px;
}
#footerright {
	float: right;
	width: 300px;
	text-align: right;
}
/* Misc */

.highlight {
	color: #222;
	font-weight: bold;
}
.cleared {
	margin: 0;
	padding: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 5px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 5px 0 5px 10px;
}
.aligncenter, div.aligncenter {
	margin: 10px auto;
	text-align: center;
	display: block;
}
img.alignleft {
	float: left;
	margin: 5px 10px 5px 0;
}
img.alignright {
	float: right;
	margin: 5px 0 5px 10px;
}
img.aligncenter {
	margin: 10px auto;
	text-align: center;
	display: block;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	/* optional rounded corners for browsers that support it */

  -moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	color: #111;
}
/* Sidebars */
#sidebars {
	margin: 0;
	width: 280px;
}
.sidebarbox {
}
.sidebarbox ul {
	padding: 12px;
	padding-top: 0px;
}
#sidebar_full .sidebarbox ul {
	padding-left:24px;
}
.sidebarbox ul ul, #sidebar_full .sidebarbox ul ul {
	padding: 0px;
	padding-left:12px;
}
#sidebar_full {
	margin: 0;
	width: 298px;
	border:1px solid #7f8080;
	border-left:none;
	background-image:url(images/sidebar_full_bg.gif);
	background-repeat:repeat-y;
}
#sidebar_left {
	margin: 0;
	margin-right:12px;
	width: 274px;
}
#sidebar_right {
	margin: 0;
	margin-left:12px;
	width: 286px;
}
.sidebarmenuheader {
	cursor: pointer;
	padding-left: 13px;
	background: url("images/arrow_right_icon.png") no-repeat 0 50%;
}
.sidebar_more_link {
	font-size: 90%;
	font-style: italic;
	text-align: right;
}
#pagewrapper h2, #simem_blog h2, #sidebars h2, #sidebar_left h2, #sidebar_right h2, #sidebar_full h2, #sidebar_bottom h2 {
	margin: 0;
	padding: 0;
	padding-left:12px;
	padding-top:4px;
	padding-bottom: 4px;
	vertical-align:middle;
	min-height:18px;
	font-weight: normal;
	font-size: 12px;
	color: #e6e84b;
	background: #20232C url(images/h2_bg.jpg) repeat-x top left;
	border-bottom:1px solid #7f8080;
}
#pagewrapper h2, #sidebar_full h2 {
	margin:12px;
	font-size:14px;
}
#sidebar_full h2 {
	border:1px solid #7f8080;
	margin-bottom:0px;
	font-size: 11px;
}
#sidebars ul {
	margin: 0;
	padding: 0;
}
#sidebars li, #sidebar_left li, #sidebar_right li, #sidebar_full li {
	margin-bottom: 12px;
	list-style: none;
}
#sidebars li li, #sidebar_left li li, #sidebar_right li li, #sidebar_full li li {
	margin-bottom: 0px;
}
#sidebars li ul {
	padding: 0;
}
#sidebars ul ul li {
	margin: 0;
	padding: 0;
}
#sidebars a {
	display: inline;
}
#sidebars a:hover {
	text-decoration: underline;
}
#sidebars p {
	padding: 2px 0;
}
#tag_cloud a {
	display: inline;
}
#sidebars ul.children li {
	border-bottom:none;
}
#sidebars ul.children {
	margin-bottom:0;
}
.sidebaritem {
	border:1px solid #7f8080;
	background-color:#FFFFFF;
	font-size:12px;
	color:#555;
}
.sidebaritemcontent {
	padding: 12px;
}
.widgettitle .widgetdescription {
	font-size: 80%;
	font-weight: lighter;
}
#sidebar_full .sidebaritem {
	border:none;
	background-color:none;
	background-image:url(images/sidebar_full_bg.gif);
	background-repeat:repeat-y;
}
/*** TAB NAV ***/
#tab_nav .TabbedPanelsContent ul {
	list-style: none;
}
li.submenu {
	display:inline;
	margin-right:25px;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
}
li.submenu a, li.submenu a:visited {
	color:#FFFFFF;
}
li.submenu a.submenu_selected, li.submenu a.submenu_selected:visited, li.submenu a:hover {
	/*
	color: #a6bbeb;
	*/
  color: #6f95df;
}
#tab_nav {
	border:none;
	padding: 0;
	clear: both;
	height: 44px;
	width: 984px;
	background-image:url(images/menuitem.gif);
	background-repeat:repeat-x;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-khtml-border-top-right-radius: 10px;
	-khtml-border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	margin: 0px;
	margin-left:19px;
}
#tab_nav .TabbedPanelsTab a, .tab_nav_toplink {
	color:#57606a;
}
#tab_nav .TabbedPanelsTab {
	background:none;
	border:none;
	line-height: 28px;
	margin: 0;
	color:#57606a;
	padding: 0 24px 0 24px;
	font-size: 12px;
	margin-top:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
}
#tab_nav .TabbedPanelsTab:hover {
/*
	color:#000;
	*/
}
#tab_nav .TabbedPanelsTabSelected a, #tab_nav .TabbedPanelsTabSelected:hover a, .tab_nav_toplink {
	color:#d9da51;
}
#tab_nav .TabbedPanelsTabSelected, #tab_nav .TabbedPanelsTabSelected:hover {
	border:none;
	line-height: 20px;
	line-height: 30px;
	margin-top:-6px;
	color:#d9da51;
	background-image:url(images/menuitem_selected.gif);
	background-repeat:repeat-x;
	height:33px;
	text-align:center;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-khtml-border-top-right-radius: 10px;
	-khtml-border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding-left:24px;
	padding-right:24px;
	vertical-align:top;
}
#tab_nav .TabbedPanelsContentGroup {
	border:none;
}
#tab_nav .TabbedPanelsContent {
	background-color:#20232c;
	padding-left:24px;
	height:22px;
	line-height:20px;
}
/* Added by Diana */
p.title {
	margin-bottom: 10px;
}
#snt_in_the_press, #conferences {
	width: 100%;
}
#snt_in_the_press td, #conferences td {
	padding: 5px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#snt_in_the_press td.source_logo, td.conference_logo {
	text-align: right;
	vertical-align: top;
	width: 300px;
}
#conferences td p {
	margin-top: 0px;
	margin-left: 0px;
}
img.source_logo, img.conference_logo {
	max-height: 150px;
	max-width: 300px;
	border: 0px;
}
#newsletters td {
	padding: 0px 20px 10px 10px;
}
#press_releases {
	padding: 0px 20px 10px 10px;
}
ul.press_releases {
	margin-left: 20px;
}
ul.press_releases li {
	padding: 10px 0px 0px 0px;
}
ul.librarylist {
	margin-left: 20px;
}
ul.librarylist li {
	padding: 10px 0px 0px 0px;
}
table#newsletter_signup {
	width: 0px;
	margin: auto;
	padding: 10px;
	border: 3px solid #20232C;
}
table#newsletter_signup td {
	padding: 5px;
}
input.newsletter_signup_list {
	padding-left: 20px;
	padding-right: 5px;
}
td.newsletter_signup_header {
	text-align: right;
	font-weight: bold;
}
table.table {
	padding: 4px;
	padding-left: 20px;
	padding-right: 20px;
}
table.table td {
	padding: 3px;
}
#pagewrapper table.table td p {
	margin-right: 0px;
}
div.upcoming_webinar {
	margin: 10px;
	margin-left: 30px;
	width: 90%;
	padding: 10px;
	border: 1px solid #20232C;
}
table.product_info td {
	width: 50%;
	padding-bottom: 20px;
	padding-right: 10px;
}
table.product_info b {
	color: #929223;
	font-weight: normal;
}
img.product_screenshot {
	width: 150px;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.sidebaritem ul li {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}
#pagewrapper ul li {
	max-width: 510px;
}
div.info_box {
	float: right;
	width: 200px;
	padding: 10px;
	margin: 10px;
	margin-top: 15px;
	background-image: url("images/info_background.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
	border: 1px solid #666666
}
div.info_box_outer {
	margin-right: 0px;
	max-width: 484px;
}
table.product_icons td {
	height: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 15px;
	padding-right: 50px;
	padding-left: 40px;
	vertical-align: middle;
}
span.product_name {
	color: #A5A734;
	font-size: 150%;
	font-weight: lighter;
}
div.product_screenshot_title {
	font-size: 85%;
	color: #B8B8C8;
	margin-bottom: 10px;
	text-align: left;
}
div.product_screenshots {
	width: 200px;
	float: right;
	padding: 20px;
	padding-right: 30px;
	text-align: center;
}
div.product_screenshots p {
	margin: 0px;
}
div.product_screenshots img {
	width: 200px;
}
div.workshop_info {
	margin-left: 50px;
	margin-bottom: 30px;
}
div.workshop_info div {
	margin: 5px;
}
/* FORMS */
div.user_form {
	margin: 20px;
}
div.user_form .row {
	padding: 5px;
}
div.user_form label.textlabel {
	width: 50%;
	text-align: right;
}
div.user_form .text {
	width: 50%;
}
.row input.text {
	height:20px;
}
/* HOME PAGE */

table.homepage_table td {
	vertical-align: middle;
	padding: 2px 0px 2px;
}
table.homepage_table img {
	margin-right: 5px;
}
.homepage_webinar, .homepage_training {
	min-height: 24px;
	padding-left: 36px;
	vertical-align: middle;
}
.homepage_webinar {
	background: url('images/webinar_icon.png') no-repeat 5px 0%;
}
.homepage_training {
	background: url('images/training_icon.png') no-repeat 5px 0%;
}
#pagewrapper ul.homepage_forum {
	list-style:circle;
}
.archived_webinar_info {
	color: #666;
}
/* FORMS */

#pagewrapper .user_form p {
	margin-left: 0px;
}
.widerow {
	padding-top: 15px;
}
.radio_row input {
	padding-right: 4px;
}
.user_form .checkbox_row {
	padding-bottom: 1px;
	padding-top: 1px;
}
.checkbox_row {
	max-width: 530px;
}
.checkbox_row input {
	padding: 5px;
}
.form_horiz .widerow .textlabel {
	float: none;
}
.form_horiz label.textlabel {
	float: left;
	width: 45%;
	margin-right: 5px;
	padding-top: 5px;
	text-align: right;
	font-weight: bold;
	clear: both;
}
.user_form .textboxlabel {
	font-weight: bold;
}
.form_horiz .textarea {
	width: 90%;
}
.form_horiz .checkbox {
	margin-bottom: 0px;
}
.form_horiz_narrow {
	width: 310px;
}
.form_horiz_narrow label.textlabel {
	float: left;
	width: 25%;
	margin-right: 5px;
	padding-top: 5px;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	clear: both;
}
.form_horiz_narrow label.textboxlabel {
	margin-right: 5px;
	padding-top: 5px;
	text-align: right;
	font-weight: bold;
	clear: none;
	display: inline;
}
.form_horiz_narrow .textarea {
	width: 180px;
}
.form_horiz_narrow .checkbox {
	margin-bottom: 0px;
	border: none;
}
.form_horiz_narrow .p {
	margin-right: 20px;
	margin-left: 20px;
}
.fieldDesc {
	float: left;
	width: 35%;
	margin-right: 5px;
	padding-top: 5px;
	text-align: right;
	font-weight: bold;
	display: inline;
	clear: both;
}
.fieldValue {
	float: left;
	padding-top: 5px;
	display: inline;
}
input {
	border: 1px solid #0077B2;
}
.form_horiz .non {
	float: none;
	width: auto;
	text-align: left;
}
.button {
	font-size: 12px;
	border: 1px solid;
	border-color: #AEB8D1 #424D6A #424D6A #AEB8D1;
	background: #efefef url(/images/btnbg.gif) repeat-x;
	padding: 2px;
	margin: 5px 3px;
	cursor: pointer;
	color: #555;
	font-weight: bold;
}
.button2 {
	color: #FFFFFF;
	font-weight: 700;
	font-size: 12px;
	text-align: center;
	padding: 2px;
	margin: 5px 3px;
5 px 0px;
	background: #7D7D7D;
	border: 1px solid #424D6A;
}
.reqtext {
	color: #ff0000;
}
.fields {
	position: relative;
}
.fields label span.helper {
	font-weight: bolder;
	font-size: 12px;
	font-family: system, arial, verdana;
	color: #66F;
	text-decoration: underline;
}
.fields label:hover span.tooltip {
	display: block;
	visibility: visible;
	cursor: help;
}
.fields label span.tooltip {
	display: none;
	visibility: hidden;
	color: #AAA;
	background: black;
	position: absolute;
	top: 50px;
	left: 502px;
	width: 155px;
	padding: 5px;
	margin: 10px;
	z-index: 100;
	font-size: 10px;
	font-family: Verdana, sans-serif;
	text-align: center;
}
.form_horiz {
	margin-left:20px;
	margin-right:20px;
}
div.user_form fieldset, .form_horiz fieldset {
	border: 1px solid #666;
	padding: 5px 15px 5px 15px;
	padding-bottom:15px;
}
div.user_form input.checkbox {
	padding-right: 5x;
}
div.download_error {
	color: #ff0000;
	text-align: center;
	padding: 10px;
}
/* SIMEM BLOG */

table #simem_blog {
	width: 100%;
	background: #ffffff;
}
#simem_blog p, .simem_author_info, li {
	color: #93999D;
}
.simem_author_info {
	padding-top: 5px;
}
#simem_left {
	width: 684px;
	padding: 10px 10px 0 0;
	background-color:#FFFFFF;
	font-size:12px;
}
#simem_left_wrapper {
	padding-right: 40px;
}
#simem_left p {
	margin-left: 2px;
	margin-bottom:10px;
	/*margin-right: 150px;*/
  max-width: 530px;
	margin-top:10px;
	padding:0px;
}
#simem_right h3, p {
	padding-left: 7px;
}
#simem_left li {
	margin-left: 15px;
}
ul.simem_recent_posts, ul.simem_archives {
	padding: 0px 7px 30px 7px;
	list-style-type: none;
	font-size: 12px;
}
ul.simem_recent_posts li {
	border-bottom: 2px solid #CAD0D3;
	padding: 7px 0 7px 0;
}
div #simem_tag_cloud {
	padding: 10px 7px 30px 7px;
}
ul.simem_archives li {
	padding: 5px 0 5px 0;
}
div.simem_index_post {
	border-top: 2px solid #7F7F7F;
	padding: 10px 0 20px 0;
	margin-top: 5px;
	position: relative;
}
div.simem_post_date {
	position: absolute;
	right: 0px;
	top: -10px;
	background: #ffffff;
	color: #93999D;
	padding-left: 10px;
}
div.simem_index_post h1 {
	font-size: 20px;
	line-height: 110%;
	font-weight: normal;
	padding: 0;
}
p.simem_post_tags {
	font-size: 90%;
}
ul.simem_archives {
	list-style-type: none;
}
ul.simem_archives li {
	padding: 10px 0px 10px 0px;
}
.exata_landing_header {
	padding-top:10px;
}
/* BEGIN - kayako support */
span.mediumtext {
	font-weight:bold;
}
span.dlitempreview {
	display:block;
	margin-bottom:20px;
	padding-top:0px;
	margin-top:-10px;
}
div.kbarticleview_articletitle {
	font-weight:bold;
}
a#articlelink {
	font-weight:bold;
}
/* END - kayako support */
/* Begin - table partners formatting */

table.partners td {
	padding: 30px;
	text-align: center;
	vertical-align: middle;
}
/* End - table partners formatting */



a.updated_new, a.updated_new:visited {
	background-color:#F00;
	color:#FFF;
	font-weight:bold;
	font-size:9px;
	font-family:Verdana, Geneva, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	white-space:nowrap;
	padding:3px;
	padding-left:6px;
	padding-right:6px;
	margin-left:3px;
}



h3.blue {
	margin: 0;
	padding: 0;
	padding-left:12px;
	padding-top:4px;
	padding-bottom: 4px;
	vertical-align:middle;
	min-height:18px;
	font-weight: normal;
	font-size: 12px;
	margin:12px;
	font-size:14px;

	background-image:url(images/menuitem.gif);
	background-repeat:repeat-x;	
	color:#000;
	font-weight:bold;
}
h3.gray {
	margin: 0;
	padding: 0;
	padding-left:12px;
	padding-top:4px;
	padding-bottom: 4px;
	vertical-align:middle;
	min-height:18px;
	font-weight: normal;
	font-size: 12px;
	margin:12px;
	font-size:14px;

	background-color:#CCC;
	color:#000;
	font-weight:bold;
}


