/*
Theme Name: ERP Software blog
Theme URI: http://erpsoftwareblog.org/
Description: Custom Theme
Version: 1.0
Author: Rick Tuttle
Author URI: http://www.papasoft.com
Tags: blue, custom header, fixed width, two columns, widgets

*/

body
{
	background: #fff;
	color: #333;
	padding: 0;
	margin: 0;
}

h1, h2, h3, p {
	margin-bottom: 0;
}

.container_12
{
	background-color: #fff;
}

a {
	color: #33739F;
	text-decoration: underline;
}
a:hover {
	color: #960;
	text-decoration: underline;
}

#nav {
  position: relative;
  z-index:10;
}

#nav, #nav ul {
	float: left;
	width: 940px;
	list-style: none;
	line-height: 1.0;
	background: #001938 url('images/menubg.jpg') top left repeat-x;
	font-weight: bold;
	padding: 0;
	border: none;
	border-width: 0;
	margin: 0; /* 0 1em 0; */
/*	white-space: nowrap; */
}

#nav a {
	display: block;
/*	width: 10em; */
	font-size: 108%;
	color: #fff;
	letter-spacing: 0.15em;
	text-decoration: none;
	padding: 1.2em 1.85em .75em 1.85em;
}

#nav li {
	float: left;
	padding: 0;
/*	width: 10em; */
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 17em;
	font-weight: bold;
	border-width: 0.25em;
	margin: 0;
	background: #001938;  /* #3B57A5  */
	padding: 0;
}
#nav li li {
	padding: 0 1em 0 0; 
	margin: 0;
	width: 16em;
}
#nav li ul a {
	width: 16em; 
	padding-left: .75em;
	/*
	padding-right: -2.25em;   
*/
	font-size: 100%;
	text-transform: none;
	letter-spacing: normal;
	color: #fff;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover {
  position: static;
}

#nav li:hover, #nav li.sfhover {
	background: #004A90;
	color: #fff;
}

#nav selector {
  position: relative;
  z-index:10;
}

#navmenu {
	width: 290px;
	height: 20px;
	margin: 4px 0 0 0;
	padding: 0;
	float: right;
}

#navmenu ul {
	margin: 0;
	padding: 2px 0 0 0;
	text-align: right;
}

#navmenu ul li{
	display: inline;
}

#navmenu ul li a {
	color: #999;
	text-decoration: none;
	padding: 2px 0;
	font-size: 93%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 0.025em;
}

#navmenu ul li a:hover {
 color: #333;
}

#content {
	padding-top: 10px;
	padding-bottom: 20px;
}
#content tr, #content td {
	vertical-align: top;
}

#content h1 {
	color: #000; /* #004079; */
	padding: 10px 0 0 0;
	font-size: 153.9%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#content h1 a { 
	color: #000;	
	text-decoration: none;
}
#content h2 {
	color: #960; /* #3E89BF; */
	padding: 14px 0 0 0;
	font-size: 116%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#content h3 {
	color: #333;
	padding: 10px 0 0 0;
	font-size: 108%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#content p {
	color: #333;
	padding: 2px 20px 4px 0;
	font-size: 108%;
	font-family: Arial, Helvetica, sans-serif;
}
#content ul,
#content ol {
	color: #333;
	padding: 4px 0 0 16px;
	font-size: 108%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}

#content ul li {
	list-style: disc;
	padding: 2px 0 0 8px;
}

#content ul li ul {
	font-size: 108%;
}
#content ul li ul li {
	list-style-type: circle;
	background: none;
	padding: 2px 0 0 8px;
	margin-left: 16px;
}

#content.home p {
	padding: 2px 0 0 10px;
	font-size: 93%;
}
#content.home ul {
	font-size: 93%;
}


#newsbox {
	background-color: #ECF2EC;
}
#newsbox h3 {
	color: #630;
	padding: 10px 0 0 10px;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#newsbox p {
	color: #666;
	padding: 10px;
	font-size: 93%;
}

#footer {
	color: #666;
	font-size: 85%;
	background-color: #f2f2f2;
	height: 38px;
}
#footer-contact {
	float: right;
	padding: 12px 12px 0 0;
}
#footer-menu {
	padding: 12px 0 0 12px;
}
#footer a {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	color: #999;
	text-decoration: underline;	
}

td.datahead {
	background-color: #630;
	color: #fff;
	font-weight: bold;
	padding: 8px;
	text-align: center;
}
td.datasubhead {
	background-color: #996;
	color: #fff;
	padding: 8px;
	text-align: center;
}
td.data-lt {
	background-color: #f2f2f2;	
	color: #333;
	padding: 8px;
}
td.data-dk {
	background-color: #ddd;	
	color: #333;
	padding: 8px;
}

td.formCaption {
	background-color: #eee;	
	color: #333;
	padding: 8px;
	vertical-align: middle;
}
td.formData {
	background-color: #f2f2f2;	
	color: #333;
	padding: 8px;
	vertical-align: middle;
}

#middle {
	background: #fff url('images/contentbg.jpg') top left repeat-y;
	border-top: 4px solid #fff;
	border-bottom: 4px solid #fff;
}

#hdrsub {
	clear: both;
}
#tagline {       
	width: 520px;
	padding: 0 2px 8px 0;
}
#tagline h3 {
	font-size: 93%;
	color: #666;
	font-weight: normal;
	padding: 0 0 0 95px;
}

#searchbox {       
	float: right;
	padding: 4px 2px 8px 0;
    width: 255px;
}

#search {
	background: #fafafa;
	border: 1px solid #999;
	height: 28px;
	margin: 0 0 10px;
}
#search input{
	background: transparent;
	border: 0;
	color: #666;
	font-weight: normal;
	float: left;
	font-size: 12px;
	margin: 5px 0 0 10px;
	width: 206px;
	padding:2px;
}
#search .btn {
	margin: 5px 5px 0 0;
	padding: 0;
	width: auto;
}

div.post {
	border-top: 7px solid #ccc;
	padding-bottom: 30px;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar h2 {
	font-size: 100%;
	color: #003E7A;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	padding-bottom: 10px;
	margin-bottom: 0;
	margin-left: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

div.promo {
	padding: 0;
}

div.postmeta {
	font-size: 85%;
	height: 25px;
}
span.comments {
	background: url('images/comment.png') no-repeat left;
	padding: 0 0 0 20px;
}

.postmeta .whitepaper {
	background: white url(images/icons/icon_whitepaper_small.gif) no-repeat left center;
	padding: 0 0 0 25px;
	margin-left: 7px;
}

div.postmeta a {
	text-decoration: none;
	color: #33739F;
	font-weight: bold;
}
div.postmeta a:hover {
	text-decoration: none;
	color: #f60;
}
.fl{
	float: left;
}
.fr{
	float: right;
}

#content div.member-info-box {
	margin-left: 10px;
	margin-bottom: 5px;
    margin-top: 15px;
	float: right;
	width: 270px;
}

#content div.member-info {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#content div.member-info p {
	padding: 10px;	
}
table.data td {
	background-color: #eee;
	padding: 8px;
}
table.data td.data-head {
	background-color: #333;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

table.calctotals td {
	background-color: #eee;
	padding: 8px;
	font-size: 85%;
}
table.calctotals td.dark {
	background-color: #111;
	color: #fff;
	font-weight: bold;
	text-align: left;
}
table.calctotals td.med {
	background-color: #444;
	color: #fff;
	font-weight: bold;
	text-align: left;
}
table.calctotals td.light {
	background-color: #fafafa;
	color: #333;
	font-weight: normal;
	text-align: left;
}

tr {
	vertical-align: top;
}
span.wpcf7-list-item { display: block; }

#content p.postmetadata {
	font-size: 85%;
}
#content h2.post-title {
	color: #000; /* #004079; */
	padding: 10px 0 0 0;
	font-size: 116%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#content h2.post-title a {
	color: #000; /* #004079; */
	text-decoration: none;
}	
#content h1.author {
	color: #000; /* #004079; */
	padding: 4px 0 0 0;
	font-size: 123.1%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#feedbox {
	background: transparent url('images/feedbox3.jpg') top left no-repeat;
	width: 274px;
	height: 123px;
}
#feedbox h4 {
	margin: 10px 0 8px 20px;
	font-size: 93%;
	text-align: left;
	font-weight: normal;
}
.rss_small {
	font-size: 12px;
	font-weight: bold;
}
#feedbox h4 a {
	color: #C8E4FE;
	text-decoration: underline;
}
#feedbox h4 a:hover {
	color: #fff;
	text-decoration: underline;
}
/*
#feedbox img {
	float: right;
	padding: 10px;
} 
*/
#feedbox .feedwrap {
	margin: 0 15px 8px 15px;
	color: #fff;
	font-size: 85%;
	text-align: left;
	font-weight: bold;
}

span.pdficon {
	padding: 5px 15px 5px 0;
	background: transparent url(css/icons/icon_pdf.gif) no-repeat center right;	
}

.configurator-enabled {
	color: #333;
}
.configurator-disabled {
	color: #ccc; 	
}       

#sidebar #infobox {
	background-color: #fff; 
	border: 1px solid #eee;
	min-height: 200px;
}
#sidebar #infobox h4 {
	padding: 8px 12px 4px 12px;
	margin: 0;
	font-size: 100%;
	color: #003E7A;
}
#sidebar #infobox p {
	padding: 8px 12px 4px 12px;
	margin: 0;
	font-size: 100%;
	color: #333;
}

h2.gpdiv {
	border-top: 2px solid #eee;
	padding-top: 8px;
	margin-top: 4px;
}

td.tblradio {
	width: 15px;
	padding: 2px 4px 0 0;
}
td.tblhead {
	padding: 2px 4px 0 0;
}
td.tbltext {
	padding: 2px 4px 12px 0;
}
table {
	margin: 0;
}

/* Begin added by Benjamin */

div.error {
  margin: 5px 0px 10px 0px;
  background-color: #f2cbb8;
  border-width: 1px;
  border-style: dotted;
  border-color: #c08568;
  color: #000000;
  font-size: 13px;
  padding: 5px;
  font-weight: bold;
}

div.error p, div.message p {
  padding: 0px;
  margin: 0px;
}

div.message {
  margin: 5px 0px 10px 0px;
  background-color: #c2f2b8;
  border-width: 1px;
  border-style: dotted;
  border-color: #78c068;
  color: #000000;
  font-size: 13px;
  padding: 5px;
  font-weight: bold;
}

span.small {
  font-size: 11px;    
}

table.form td {
  padding: 5px;
}

table.form td.label {
  text-align: right;
  font-weight: bold;
  padding-right: 0px;
  vertical-align: top;
}

table.form td.submit {
  text-align: right;
}

table.form input.text, table.form select.text {
  border: 1px solid #8199A3;
  width: 135px;
  font-size: 11px;
}

table.form textarea.standard {
  border: 1px solid #8199A3;
  width: 135px;
  height: 150px;  
}

div.small_form {
  width: 338px;
  margin: 0px auto 10px auto;
  text-align: left;
  background-color: #E3E6F6;
  border-color: #45464B;
  border-style: dotted;
  border-width: 1px;
  border:2px solid #CCCCCC;
}

#required_text {
  float:right;
  margin:0 20px 0 0;
}

div.ask_expert_left {
  float: left;
  width: 520px;
  padding-left: 20px;
}

div.form_bg {
  background:url("images/form_bg_big.png") repeat-x scroll center top transparent;
  margin: 0px 0px 0px 0px;
  padding: 20px 0px 0px 0px;
}

input.small_form, textarea.small_form {
    width: 270px;
    font:99% arial,helvetica,clean,sans-serif;
}

div.small_form div.heading {
  background:url('images/form_header_bg.png') repeat-x scroll center top transparent;
  border-bottom:1px solid #CCCCCC;
  height:28px;
  margin:0;
}

div.small_form h4 {
  color:#C20B0B;
  font-size:16px;
  font-weight:bold;
  padding:5px 0 5px 5px;
}

div.small_form h2 {
  margin-left: 10px;
  color: #000000;    
}

div.small_form p {
  margin-left: 10px;
  font-size: 12px;    
}

div.form_body {
  background:url("images/form_bg.png") repeat-x scroll center top #FFF6C2;
  margin:0;
  padding:20px;
  width:298px;    
}

.story_tools_top, .story_tools_bottom, .story_tools_top_holder {
  height: 24px;
  margin-bottom: 8px;
  padding-left: 0px;
}

html[xmlns] .clearfix {
  display:block;
}

.story_tools {
  font-family:Arial,Helvetica,sans-serif;
  font-size:11px;
  line-height:1.6em;
}

.story_tools li {
  list-style: none outside none !important;
  margin: 0px;
  padding: 0px;
}

ul.story_tools {
  padding: 0px !important;
}

.story_content {
  padding-top:6px;
}

.story_container {
  border-bottom: 0px solid #DDDDDD;
  border-top:1px solid #DDDDDD;
  font-size: 14px;
  line-height:1.6em;
  margin: 0px 0px 0px 0px;
  padding-top: 0px;
}

.story_container a {
  font-weight: bold;
  font-size: 13px;
}

.story_right {
  float: right;
  width: 150px;
  text-align: right;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 0px 0px;
}

.story_tools .ilike {
  display:block;
  height:100%;
  margin-right:-2px;
  margin-top:0;
  position:relative;
  width:130px;
  z-index:100;
  overflow: hidden;
}

.story_tools li {
  float:left;
  margin-right:9px;
}

.story_tools .twitter {
  margin-right:0;
}

.story_tools .linkedin {
  margin-right:12px;
  margin-top: 0px;
  padding-top: 0px !important;
}

.story_tools .share {
  margin-top: 0px;
  position: relative;
  padding-top: 0px !important;
}

.story_tools .share a.main {
  background-position: 2px -120px;
}

.story_tools a.main {
  background:url("images/story_tools_sprite.png") no-repeat scroll left top #FFFFFF;
  border:1px solid #FFFFFF;
  color: #005FA9;
  padding:6px 0 6px 23px;
}

.story_tools .share span {
  background:url("images/story_tools_sprite.png") no-repeat scroll 28px -85px #FFFFFF;
  padding-right:17px;
}

.clearfix {
  clear: both;
}

#email {
  font-size:9pt;
  line-height:18px;
  text-align:right;
  font-weight: bold;
  font-family: verdana, sans-serif;
  position: relative;
}

#pe {
  float: right;
}

#pe ol, #pe ul {
  list-style:none outside none !important;
  margin: 0px !important;
  padding: 0px !important;
}

#shareclose  {
  display:inline !important;
  float:left !important;
  font:12px/16px arial,helvetica,sans-serif !important;
  height:20px !important;
  margin:10px 0 0 31px !important;
  padding:0 !important;
}

#shareclose a {
  float:left;
  line-height:10px;
  margin:0;
  padding:5px 32px;
}

#shareclose a:hover {
  text-decoration:none;
}

.sharecloseoff {
  background:none repeat scroll 0 0 #333333 !important;
}

.d1, .d2, .d3, .d4, .d5, .d6, .d7, .d8, .d9 {
  background:url("images/shared_logos.gif") no-repeat scroll 0 0 transparent !important;
  display:inline;
  float:left !important;
  font:12px/16px arial,helvetica,sans-serif;
  height:16px;
  list-style:none outside none  !important;
  margin:10px 0 0 15px !important;
  padding: 0 !important;
  text-align:left !important;
  width: 140px !important;
}

.d1 {
  background-position:0 0 !important;
}

.d2 {
  background-position:0 -16px !important;
}

.d3 {
  background-position:0 -32px !important;
}

.d4 {
  background-position:0 -48px !important;
}

.d5 {
  background-position:0 -64px !important;
}

.d6 {
  background-position:0 -80px !important;
}

.d7 {
  background-position:0 -96px !important;
}

.d8 {
  background-position:0 -112px !important;
}

.d9 {
  background-position:0 -128px !important;
}

#shr_v a, #shr_t a {
  margin:2px 0 3px 20px !important;
  padding:2px 0 !important;
}

.t_story a {
  color:#006B99 !important;
  text-decoration:none !important;
}

.BusinessExchangeLogo  {
  background:url("images/shared_logos.gif") no-repeat scroll 0 -112px transparent;
  display:inline-block;
  height:16px;
  vertical-align:bottom;
  width:20px;
}

.TwitterLogo {
  background:url("images/shared_logos.gif") no-repeat scroll 0 -128px transparent;
  display:inline-block;
  height:16px;
  vertical-align:bottom;
  width:20px;
}

.FacebookLogo {
  background:url("images/shared_logos.gif") no-repeat scroll 0 -32px transparent;
  display:inline-block;
  height:16px;
  overflow:hidden;
  vertical-align:bottom;
  width:20px;
}

.displace {
  left:-5000px;
  position:absolute;
}

#content .social-links {
	padding-left: 10px;
}
#content .social-links img {
	padding-right: 5px;
}

/* --- --- [RSS Widget] --- --- */

.rss {
	background: #DFDFDF url(images/rss_gradient.png) bottom repeat-x;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #937d27;
	width: 248px;
	margin: 0;
	padding: 0 10px 0 15px;
/*	
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
*/
}

.rss .left {
	float: left;
    width: 75px;
	padding: 5px 0;
}
.rss .left img {
}
.rss .right {
	float: right;
	width: 150px;
	padding: 5px 0;
}
.rss p {
	font-size: 13px;
	font-weight: bold;
	margin: 0px !important;
	padding: 0px 0 0 5px;
}
.rss .right .email {
	border: 1px solid #8199a3;
	height: 20px;
	width:145px;
	margin-bottom: 8px;
}
.rss .right .submit_email {
	background: #fff url(images/more_link.png) repeat-x;
	border: 1px solid #05346e;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 0px 0 0 2px;
	padding: 3px 10px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}
.member-info {
	float: right;
	width: 270px;
	border: 1px solid #ccc;
	margin-left: 10px;
	margin-bottom: 5px;
}
.member-info p {
	padding: 10px;
}

/* iquote box */

#iquote {
  background: #DFDFDF url(images/iquote_gradient.png) bottom repeat-x;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #937d27;
  width: 274px;
  height: 60px;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  text-align: center;
  cursor: pointer;
}

#iquote p {
  text-align: center;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: bold;
  margin: 8px 0px 0px 0px;
}

#iquote p a, #iquote p a:active, #iquote p a:visited, #iquote p a:hover {
  color: #001f45;
  text-decoration: none;
  text-shadow: #999999 1px 1px 2px;
}

/* iquote tall box */

#iquotetall {
  background: #DFDFDF url(images/iquote_gradient_tall.png) bottom repeat-x;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #937d27;
  width: 274px;
  height: auto;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  text-align: center;
  cursor: pointer;
}

#iquotetall p {
  text-align: center;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: bold;
  margin: 8px 0px 0px 0px;
  padding: 0px 5px 0px 5px;
}

#iquotetall p a, #iquotetall p a:active, #iquotetall p a:visited, #iquotetall p a:hover {
  color: #001f45;
  text-decoration: none;
  text-shadow: #999999 1px 1px 2px;
}


#sidebar #white-papers {
  background: #f4db00 url(images/bgwhitepaper.jpg) top left no-repeat;
  width: 274px;
  height: 89px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

#text-9 {height: 97px;}
#sidebar #white-papers p {
  text-align: left;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: bold;
  margin: 0;
  padding: 15px 10px 0px 65px;
}

#sidebar #white-papers p a, 
#sidebar #white-papers p a:active, 
#sidebar #white-papers p a:visited, 
#sidebar #white-papers p a:hover {
  color: #fff;
  text-decoration: none;
  text-shadow: #333 1px 1px 2px;
}

/* whitepaper form */
div.whitepaper_form {
  width: 80%;
  margin: 15px auto 10px auto;
  border-color: #1b558d;
  border-width: 1px;
  border-style: solid;
  color: #000000;
  font-family: Arial,Helvetica,sans-serif;
}

div.whitepaper_form table td {
  font-size: 13px;
}

div.whitepaper_form table td.wp_label {
  text-align: right;
  padding: 4px 5px 2px 15px;
}

input.wp_form, select.wp_form {
  width: 200px;
}

#frm_contact table tr.phone {
  display: none;
}

td.wp_submit {
    padding: 5px 0px 15px 0px;
}

div.whitepaper_form div.heading {
  background: url("images/wpnav1_bckgrnd.png") repeat-x scroll left top #001938;
}

div.whitepaper_form h4 {
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  padding: 8px 15px;
  color: #ffffff;
}

div.whitepaper_form p {
  margin-left: 10px;
  font-size: 12px;

}

div.whitepaper_form_bg {
  background-color: #f5f5f5;
  padding: 10px 0px 0px 0px;
}

div.whitepaper_form_wait {
  background-color: #f5f5f5;
  padding: 15px;
  text-align: center;
}

div.whitepaper_form_wait p {
  color: #0c2c4c !important;
  font-size: 13px;
  font-weight: bold;
}

/* ask_author button */

#ask_author {
  background: #f4db00 url(images/ask_author_gradient.png) bottom repeat-x;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #937d27;
  width: 150px;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  float: right;
  text-align: center;
  cursor: pointer;
}

#ask_author p {
  text-align: center;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: bold;
  padding: 7px;
  margin: 0px 0px 0px 0px;
}

#ask_author p, #ask_author a, #ask_author a:active, #ask_author a:visited {
  color: #001f45;
  text-decoration: none;
  text-shadow: #ffffff 1px 1px 2px;
}

/* google search results */
div.gsc-control-cse {
    padding: 0px;
    border-width: 0px;
    background-color: #ffffff;
}

input.gsc-input {
    background: none repeat scroll 0% 0% rgb(255, 255, 255) !important;
}

ul.share-home {
  margin: 0px !important;
  padding: 0px !important;
}

ul.share-home li {
  list-style-type: none;
  display: inline;
  float: right;
  width: auto;
  margin: 0px;
  padding: 0px !important;
}


.widget-ad {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 2px solid #fff;
  width: 272px;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  text-align: center;
  cursor: pointer;
}

#sidebar ul .widget-ad p {
  text-align: center;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: bold;
  margin: 10px;
}

.widget-ad p a, .widget-ad p a:active, .widget-ad p a:visited, .widget-ad p a:hover {
  color: #005782;
  text-decoration: none;
  text-shadow: #eee 1px 1px 2px;
}

.widget-ad-blue {
	background: #DFDFDF url(images/widget-bg-blue-lt.png) top center no-repeat;
}
.widget-ad-orange {
	background: #DFDFDF url(images/widget-bg-orange-new.png) top center no-repeat;
}
.widget-ad-orange p a, .widget-ad-orange p a:active, .widget-ad-orange p a:visited, .widget-ad-orange p a:hover {
  color: #fff;
  text-decoration: none;
  text-shadow: #333 2px 2px 3px;
}

.widget-ad-green {
	background: #DFDFDF url(images/widget-bg-green-lt.png) top center no-repeat;
}

.widget-white-paper {
  background: #DFDFDF url(images/widget-bg-whitepaper-lt.jpg) top left no-repeat;
  width: 274px;
  height: 89px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.widget-white-paper p {
  text-align: left;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: bold;
  margin: 0;
  padding: 15px 10px 0px 65px;
}

.widget-white-paper p a, 
.widget-white-paper p a:active, 
.widget-white-paper p a:visited, 
.widget-white-paper p a:hover {
  color: #005782;
  text-decoration: none;
  text-shadow: #eee 1px 1px 2px;
}

