#socialWidget {
    width:194px;
}
.socialItem {
    float:left;
    margin-right:10px;
    height:66px;
}
.socialLast {
    margin-right:0;
}
/* styling for code */
code, samp, pre {
    border:1px solid #ACC2D1;
    font-size: 12px;
    background-color:#F0F6FA;
    margin:10px;
    padding:10px;
    display:block;
}
/* styling for captions */
.caption {
    color:#666;
    font-size:11px;
    font-weight:bold;
}
/* buttons */
.centerBtn {
    text-align:center;
}
/* Right image code */
.pImage {
    margin: 0 0 10px 10px;
    float: right;
}
/* Miscellaneous */
blockquote {
    margin:10px 0;
    background:url(/graphics/quote_open.gif) top left no-repeat;
    padding-left:27px;
    display:block;
}
blockquote p, blockquote SPAN{
    background:url(/graphics/quote_closed.gif) bottom right no-repeat;
    display:block;
    padding-right:27px;
    min-height:20px;
    _height:20px;
}
blockquote p.author{
	background:none;
}
q {
    margin:10px 0;
    background:url(/graphics/quote_open.gif) top left no-repeat;
    padding-left:27px;
    display:block;
    quotes:none;
    font-style:italic;
}
q:before {
    content:no-open-quote;
}
q:after {
    content:no-close-quote;
}
cite {
    display:block;
    text-align:right;
    font-style:normal;
}
.video {
    padding-bottom: 15px;
}
.flashvideo {
    margin:10px 0;
}
.clearing, .clear {
    clear:both;
}
.DemoShot {
    padding: 10px;
    margin: 0 0 20px 0;
    border: 1px solid #9CC486;
}
.DemoShot img {
    border: none;
}
.linkarrow {
    background: url(/graphics/general_arrow.gif) no-repeat -3px 3px;
    padding-left:20px;
    margin-left:5px;
}
.offarrow {
    background: url(/graphics/new-section-arrow.gif) no-repeat 2px 2px;
    padding-left:20px;
    margin-left:5px;
}
.DemoReq {
    font-size:9px !important;
    font-weight:normal;
}
.redtxt {
    color:red;
}
.centerImage {
    text-align:center;
}
.rightImage {
    text-align:right;
}
.borderNone {
    border:none;
}
/* RSS Holder Styles */
.rssholder {
    float:right;
    position:relative;
    z-index:2;
}
.rssholder img {
    margin:0 2px;
    border:none;
    float:left;
}
.rss {
    display:inline-block;
    padding-right:17px;
    background:url(/news/rss/graphics/xml.gif) right center no-repeat;
}
/* for [PDF] [MP3] and others */
.fileInfo {
    color:#999999;
    font-size:9px;
    font-weight:normal !important;
}
.download_flash {
    text-align:center;
    margin:10px;
}
.sharevideo {
    border: 1px solid #C5C6C6;
    _border:0;
    margin-bottom: 3px;
}
address {
    display:block;
    margin:10px;
    font-style:normal;
}
.box {
    margin-bottom:20px;
}
fieldset {
    border:none;
    border-collapse:collapse;
}
.email {
    background:url("/graphics/email.gif") no-repeat scroll right center transparent;
    display:inline-block;
    padding-right:22px;
}
.titled-box {
    border:1px solid #bdbcbc;
    border-top:none;
    margin-bottom:15px;
}
.titled-box h2 {
    border-top:1px solid #bdbcbc;
    border-bottom:1px solid #bdbcbc;
    font-size:18px;
    line-height:18px;
    padding:6px 16px;
    color:#494949;
}
/*Lightbox Grid Layout (AKA Thickbox)*/
.m_gallery {
    width:auto;
    clear:both;
    margin:10px 0 0 0;
    padding:0;
    border:none;
}
.m_gallery .m_img_container {
    float:left;
    margin:0 13px 13px 0;
    border:1px solid #C5C6C6;
    padding:0;
}
.m_gallery .m_hover_content {
    display:none;
}
.m_gallery a {
    padding:4px;
    margin:0;
    display:block;
    border:0;
    text-decoration:none;
}
.m_gallery a img {
    border:1px solid #C5C6C6;
}
.m_gallery a:hover img, .m_gallery a:focus img {
    filter:alpha(opacity=75);
    -moz-opacity:0.75;
    opacity:0.75;
}
.m_gallery .m_title {
    display:block;
    font-size: 1em;
    font-size:.75em;
    color:#000;
}
.m_gallery .m_title2 {
    display:block;
    font-size:1em;
}
.m_end {
    clear:both;
    height:0;
    width:0;
}
.m_right {
    padding:0;
    margin:0 0 9px 9px;
    float:right;
}
.m_heading {
    color:#000;
    font-weight:bold;
    font-size:1.3em;
    margin:0;
    padding:0;
}
.m_topright {
    text-align:right;
    margin:0 15px 15px 0;
}
.m_topright a {
    margin:0;
    padding:0;
    display:inline;
    text-decoration:underline;
}
.m_topleft {
    text-align:left;
}
.m_topleft a {
    margin:0;
    padding:0;
    display:inline;
    text-decoration:underline;
}
.site_thumb img {
    margin-bottom:10px;
}
.box-rightImg {
    float:right;
}
.box-rightImg img {
    border:1px solid #C5C6C6;
}
.ssContent {
    width:550px;
    margin:15px;
}
.ssContent h2 {
    margin:0;
}
.ssContent ul li {
    margin:0;
}
/*END Lightbox Grid Layout (AKA Thickbox)*/

/*HTML Content Styling for Colorbox.
If an html file is displayed in the colorbox via AJAX, use these classes on two divs to display the content.*/
.description {
    width:330px;
    float:left;
    padding:10px;
}
.site_thumb {
    width:230px;
    float:left;
    padding:10px;
}
/*END HTML Content Styling for Colorbox.*/

/*Classes that style Demo thumbnails and descriptions*/
.demo_description {
    width:420px;
    float:left;
    padding:5px 10px 10px 10px;
}
.demo_thumb {
    width:216px;
    float:left;
    padding:10px 10px 10px 0px;
}
/*END Demo thumbnails and descriptions.*/

/*Div that has different background colors for each paragrah line*/
div.background-rows {
    width:350px;
    margin:15px 0;
    border:1px solid #006;
}
div.background-rows > p {
    margin:0px auto;
    padding:5px 10px;
}
div.background-rows > p:nth-of-type(odd) {
    background:#CCF;
}
/*END Div that has different background colors for each paragrah line*/

/*Styles for Podcast Lightbox*/
#podcast_container {
    width:480px;
    height:150px;
    overflow:hidden;
}
#podcast_container h2 {
    margin:0 0 10px 0;
}
#podcast_info {
    margin:5px 0;
}
/*END Styles for Podcast Lightbox*/

/*Bottom Footer START For the potential new bottom footers */
#bottomFooter {
    border-top:1px solid #bbc4c9;
    border-bottom:1px solid #bbc4c9;
    height:19px;
    display:inline-block;
    position:relative;
    padding:11px 0;
    /*Added by JH */
	margin-top:20px;
}
#bottomFooter #bootomFooterLeft {
    background:url("/graphics/box-l.jpg") no-repeat scroll left top transparent;
    display:block;
    overflow:hidden;
    position:absolute;
    left:0;
    top:-1px;
    width:5px;
    height:43px;
    z-index:2;
}
#bottomFooter #bootomFooterRight {
    background:url("/graphics/box-r.jpg") no-repeat scroll left top transparent;
    display:block;
    overflow:hidden;
    position:absolute;
    right:0;
    top:-1px;
    width:5px;
    height:43px;
    z-index:2;
}
#bottomFooter #bottomFooterFirst {
    color: #006F9C;
    font-size: 14px;
    line-height: 19px;
    font-weight:normal;
}
#bottomFooter #bottomFooterFirst a {
    color: #006F9C;
}
#bottomFooter #bottomFooterFirst a:hover {
    text-decoration:underline;
}
#bottomFooter ul {
    margin: 0px;
    list-style-type: none !important;
}
#bottomFooter ul li {
    float: left;
    font-size: 11px;
    font-weight: bold;
    margin: 0px;
    padding: 0 12px;
    list-style-type: none;
    background: none;
}
#bottomFooter ul li a {
    text-decoration:none;
}
#bottomFooter ul li a:hover {
    text-decoration: none;
}
/*Bottom Footer END */
.shadowBox {
    width:200px;
    border:1px solid #ccc;
    font-size: 11px;
    line-height: 18px;
    margin-bottom: 15px;
    padding: 10px;
 *padding: 10px;
    float:right;
    /* IE Hack for shading */
    *background:#fff;
    zoom: 1;
 filter: progid:DXImageTransform.Microsoft.Shadow(color='#cccccc', Direction=135, Strength=3);
    /* Shadow effect */
    -moz-box-shadow: 2px 2px 2px #CCC;
    -webkit-box-shadow: 2px 2px 2px #CCC;
    box-shadow: 2px 2px 2px #CCC;
}
.messageBox {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 15px 15px 36px;
    background-repeat: no-repeat;
    background-position: 10px center;
    -moz-box-shadow:1px 1px 3px #999;
    -webkit-box-shadow: 1px 1px 3px #999;
    box-shadow: 1px 1px 3px #999;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}
.info {
    color: #00529B;
    background-color: #e6f2f8;
    background-image: url('/graphics/message_box/info.png');
    border-color:#9fc7db;
}
.success {
    color: #4F8A10;
    background-color: #eff7e2;
    background-image:url('/graphics/message_box/success.png');
    border-color:#adca7e;
}
.warning {
    color: #9F6000;
    background-color: #f9f1d5;
    background-image: url('/graphics/message_box/warning.png');
    border-color:#d3bf70;
}
.error {
    color: #D8000C;
    background-color: #f8e1e1;
    background-image: url('/graphics/message_box/error.png');
    border-color:#e4a5a5;
}
.solutionSubtitle {
	color:#888;
	font-size:12px;
	margin-bottom:5px;
}
#quotes li{
	padding:0;
	background:none;
}
/* Pricing Page */
.pricing_header {
	background-color:#058091;
	height:50px;
}
.pricing_header h2 {
	color:#FFFFFF;
	padding-top:15px;
	*padding-top:3px;
	_padding-top:3px;
	text-align:center;
}
.pricing_borderBox {
	background-color:#faf8ca;
	text-align:center;
	padding:20px 0 28px 0;
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
}
.pricing_borderBox strong {
	color:#b15b14;
}
/*-------------------------------------------------- */
/* ARROW LINK */
/*-------------------------------------------------- */
.arrowLink {
    background: url("/graphics/smlGreenArrow.png") no-repeat scroll right center transparent;
    display: inline-block;
    padding-right: 14px;
}
/*-------------------------------------------------- */
/* Content section divider */
/*-------------------------------------------------- */
.pushDown {
  margin: 20px 0;
}
/*-------------------------------------------------- */
/* Buttons */
/*-------------------------------------------------- */
.btnFullWidth {  
  padding: 8px 0;
  text-align: center;
  width: 100%;
}
#actionButton {
	bottom:12px;
	position:absolute;
	right:0;
}
/*-------------------------------------------------- */
/* 960 Rightbar */
/*-------------------------------------------------- */
.rightBar {
	margin-top:18px;
}


/*-------------------------------------------------- */
/* Right Side Navigation */
/*-------------------------------------------------- */
.navigationBox {
  padding:				0;
  margin:				0 0 20px 0;
}
.navigationBox ul {
  margin-left: 			0;
  margin-right:			2px;
}
.navigationBox ul li {
  background: url('/events/user-conference/graphics/navigation/nav_arrow_on.png');
  background-repeat: no-repeat;
  background-position: 10px 4px;
  border-bottom: 1px solid #E5E5E5;
  padding: 0 0 4px 31px;
}

.navigationBox h3.head {
  background-color: #0079C8;
  background-image: url('/events/user-conference/graphics/navigation/nav-arrow.png');
  background-repeat: no-repeat;
  background-position: 15px 15px;
  border-bottom: 1px solid #ccc;
  -moz-box-sizing:border-box;
  box-sizing: border-box;
  color: #FFF;
  padding: 7px 0 7px 30px;
  /* width: 190px; */
  width: 100%;
  margin-bottom: 0;
}

/* Homepage Events Box - Stretch to width of page content */
.homepage.navigationBox { width: 100%; }
.homepage.navigationBox h3.head { width: 100%; }


/*-------------------------------------------------- */
/* CLEARFIX */
/*-------------------------------------------------- */
/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */