/* Published: Dec 09, 2014 02:47 PM  / Latest Oct 20, 2014 09:37 AM / Versions: 216,270 */

/***********************************************/
/* This section reserved for works in progress */
/***********************************************/

* { }

/* Set all cms pages to 690px max for now. */
#lower:not(.cmsmod) #tdmain.rtside #maincontent > DIV.cmshtml:first-child
{
  max-width: 690px;
  margin: 0 auto ! important;
}

/* .filepage #maincontent #tabs > DIV:first-of-type > DIV:first-of-type > DIV:first-of-type + HR ~ DIV > DIV > A.btn:not(.ajaxBtn)
{
  display: none;
} */

TABLE#lower.jrnlmod-homepage .isug-mini-blog-block .normal > DIV:first-child,
TABLE#lower.jrnlmod-homepage #journal-articles-list .isug-file-block:not(.ad)
{
  width: 100% ! important;
  min-width: 325px ! important;
}

TABLE#lower.jrnlmod-homepage #journal-articles-list .isug-file-block.ad
{
  width: 300px ! important;
}

TABLE#lower.jrnlmod-homepage .isug-headlines-block .extended > DIV:first-child
{
  width: 100% ! important;
  min-width: 670px ! important;
}

TABLE#lower.jrnlmod-homepage TD#tdmain
{
  max-width: 1300px ! important;
  width: 100% ! important;
}

TABLE#lower.jrnlmod-homepage TD#tdmain #main
{
  max-width: 1280px ! important;
  width: 100% ! important;
  padding: 1em 0;
}

TABLE#lower.jrnlmod-homepage TD#tdmain #main #mainsubject
{
  margin: 0 1em;
}

TABLE#lower.jrnlmod-homepage TD#tdmain #main #maintop + #maincontent,
TABLE#lower.jrnlmod-homepage TD#tdmain #main > #maincontent:first-child > DIV.cmshtml:first-child .maincontent
{
  margin: 0 auto;
/*  max-width: 980px;*/
  display: block;
  font-size: 125%;
}

TABLE#lower.jrnlmod-homepage TD#tdmain #main > #maincontent:first-child > DIV.cmshtml:first-child
{
  max-width: 1280px;
}

TABLE#lower.jrnlmod-homepage-external TD#tdside
{
  position: absolute;
  left: -9999em;
  width: 0 ! important;
}

/* -------------------------------------------------------------------------------------------------------- */

/************************************************************************************************************/
/*                                      BEGIN: Responsive Form Section                                      */
/************************************************************************************************************/

/************************************************************************************************************/
/*                      Everything in this section is in final responsive form                              */
/************************************************************************************************************/

/***********************************************/
/*              GENERAL CHANGES                */
/***********************************************/

.cms-unpadded > .cmshtml
{
  /* Socious defaults .cmshtml to a 5px padding. */
  padding: 0 ! important;
}

/***********************************************/
/*             ISUG-TECH FORMATTING            */
/***********************************************/

.isug-float-left
{
  float: left;
  margin: 0 0.5em 0.5em 0 ! important;
}

.isug-float-right
{
  float: right;
  margin: 0 0 0.5em 0.5em ! important;
}

.isug-image-highlighter
{
  display: table;
  background-color: #f4f4f4;
  border: 1px solid #e6e6e6;
  padding: 0.5em;
  width: 1px; /* Forces caption to stay inside parent element. */
}

.isug-image-highlighter IMG
{
  display: block;
  margin-bottom: 0.5em;
}

.isug-image-highlighter IMG:after
{
  content: " " " ";
}

.isug-image-caption
{
  display: inline-block;
  font-size: 80%;
  font-weight: bold;
  line-height: 1.2em;
  text-align: center;
}

.isug-quote, .isug-quoteless-quote
{
  background-color: #f0f0f0;
  border-left: 3px solid #aaa;
  padding: 1em;
}

.isug-quote:before
{
  content: "\2018\2018";
}

.isug-quote:after
{
  content: "\2019\2019";
}

/***********************************************/
/*               HEADER CHANGES                */
/***********************************************/

#isughdrbg
{
  background: url('http://my.isug.com/media/lpqpwfkk.jpg') repeat-x scroll 0% 0% transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 132px;
  background-color: inherit;
  z-index: -1;
}

#hdr
{
  /* Implement full width */
  margin: 0 auto;
  border-radius: 62px 0 0 65px;
  position: static;
  min-width: 980px;
  width: 75%;
  max-width: 1300px;
  background-repeat: no-repeat;
}

/***********************************************/
/*          NAVIGATION MENU CHANGES            */
/***********************************************/

#navwrap
{
  /* Implement full width */
  background-color: #062871;
  border-radius: 0;
  margin-bottom: 0;
}

#nav
{
  /* Implement full width */
  position: relative;
  min-width: 980px;
  width: 75%;
  max-width: 1300px;
  margin: 0 auto;
  border-radius: 0;
}

#navmenu 
{
  margin: 0 auto;
  font-size: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#navmenu > LI
{
  /* Ensure menu items are correctly spaced. */
  margin-right: 15px;
}

#navmenu > LI.homelink
{
  /* Move 'Home' to under middle of isug-tech logo circle */
  position: absolute;
  left: 42px;
}

@media screen and (max-width: 1100px) {
  #navmenu > LI:first-of-type:not(.homelink)
  {
    /* Move 'About ISUG-TECH' to under middle of isug-tech logo circle when screen is wide */
    position: absolute;
    left: 42px;
  }
}

#navwrap #navmenu > LI:last-child
{
  /* Move 'Feedback' to far right side. */
  position: absolute;
  right: 10px;
  left: auto;
}


#navmenu li a.down span,
#navmenu li:hover a.down span,
#navmenu li.sfhover a.down span
{
  padding-right: 10px;
}

#navmenu > LI > UL,
#navmenu > LI:hover > UL
{
  background-color: #f8f8ff;
  padding: 10px 0;
  border-radius: 7px 7px 7px 7px;
  margin-left: -25px ! important;
}

#navmenu > LI:hover > UL > LI
{
  padding: 0;
  margin: 0 10px;
  border-radius: 0 0 7px 7px;
  background-color: transparent;
}

#navmenu > LI:hover > UL > LI > A
{
  margin: 0 5px;
  padding: 3px 10px 5px 10px;
  border-top: none;
  border-bottom: 1px solid #cccccc;
  background-color: transparent;
}

#navmenu > LI > UL > LI:first-child > A
{
  border-top: 1px solid #cccccc;
}

#navmenu > LI > UL > LI > A:hover
{
  margin: -1px 0 0 0;
  border-radius: 7px;
  border: 1px solid #cccccc;
  padding: 3px 14px 5px 14px;
  background-color: #e0e0ff;
}

#navmenu > LI > UL > LI:first-child > A:hover
{
  margin: 0;
}

#navwrap #navmenu > LI:first-child ~ LI
{
  padding-left: 5px;
}

/***********************************************/
/*             ADMIN MENU CHANGES              */
/***********************************************/

#modwrap
{
  background-color: #e0e0ff;
  border: none;
  border-radius: 0;
  padding: 0;
  min-width: 980px;
}

#modmenu
{
  border: none;
  border-radius: 0;
  margin: 0 auto;
  position: static;
  width: 75%;
  min-width: 980px;
  max-width: 1300px;
}

#modmenu H1
{
  background-color: transparent;
  color: #888;
  margin-left: 0.5em;
  width: 300px;
}

#modmenu H1:first-child
{
  padding-left: 0.5em;
}

#modmenu UL.hover LI:last-child.ilb
{
  margin-right: 10px;
}

#modmenu > UL
{
  font-size: 13px;
  height: 1.6em;
}

#modmenu > UL > LI.ilb,
#modmenu > UL > LI > A
{
  padding: 0 7px;
}

#modmenu > UL > LI
{
  border-right: none;
}

#modmenu .ilb A
{
  background-color: inherit;
}

#modmenu .ilb:hover
{
  background-color: white;
  border: 1px solid #BBB;
  border-radius: 5px;
  margin-top: -4px;
  padding: 3px 6px;
}

#modmenu .ilb.down:hover
{
  border-color: #333;
  border-bottom-color: white;
  border-radius: 5px 5px 0 0;
}

#modmenu .ilb:last-child:hover:not(.down)
{ 
  padding: 3px 6.5px 3px 5.5px;
}

#modmenu .ilb.down:hover UL
{
  border-color: #888;
  border-radius: 10px;
  border-top-right-radius: 0px;
  right: -1px;
  background-color: #fcfcfc;
  padding: 7px 0px 7px 7px;
  margin-top: 4px ! important;
}

#modmenu .ilb.down:hover UL LI
{
  background-color: #fcfcfc;
  padding: 0px;
  border: none;
  border-radius: 0px;
}

#modmenu .ilb.down:hover UL LI A
{
  background-color: #fcfcfc;
  padding: 5px 10px;
  border-top: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
  margin: 0px 15px;
}

#modmenu .ilb.down:hover UL LI:first-child
{
  background-color: #fcfcfc;
  padding-top: 3px;
}

#modmenu .ilb.down:hover UL LI:first-child A
{
  border-top: 1px solid #ccc;
}

#modmenu .ilb.down UL LI A:hover
{
  background-color: #e8e8e8;
  margin: -1px 6px 0px 6px;
  border-radius: 10px;
  padding: 5px 18px 5px 18px;
  border: 1px solid #ccc;
}

#modmenu .ilb.down:hover UL LI:first-child A:hover
{
  padding: 6px 18px 5px 18px;
}

/******************************************/
/*              BODY CHANGES              */
/******************************************/

BODY
{
  background-color: inherit;
  background-image: none;
  padding: 0;
  position: relative;
  width: 100%;
}

BODY#tinymce
{
  background-color: white;
}


/************************************************************************************************************/
/*                                        END: Responsive Form Section                                      */
/************************************************************************************************************/

/* -------------------------------------------------------------------------------------------------------- */





/********************************/
/* Drop-down menus in main body */
/********************************/
#mainacts .mainact-dn:hover
{
}

#mainacts .mainact-dn:hover > A
{
  border-color: #062871;
  border-radius: 5px 5px 0 0;
  height: 18px;
  background-color: #f8f8ff;
}

#mainacts .mainact-dn > UL
{
  top: 21px;
  right: 0px;
  border-color: #062871;
  background-color: #f8f8ff;
  border-radius: 7px 0 7px 7px;
  padding: 10px 0;
  display: none;
}

#mainacts .mainact-dn:hover > UL
{
  display: block;
}

#mainacts .mainact-dn > UL > LI
{
  padding; 0;
  background-color: #f8f8ff;
}

#mainacts .mainact-dn > UL > LI A
{
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
  margin: 0px 15px;
  padding: 5px;
  background-color: #f8f8ff;
}

#mainacts .mainact-dn > UL > LI:first-child A
{
  border-top: 1px solid #ccc;
}

#mainacts .mainact-dn > UL > LI A:hover
{
  margin: -1px 5px 0px 5px;
  padding: 5px 14px 5px 14px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #e8e8ff;
}

#mainacts .mainact-dn > UL > LI:first-child A:hover
{
  padding: 6px 14px 5px 14px;
}

#cssEditor TEXTAREA#css
{
  width: 99% ! important;
}

#maincontent .tweet-this
{
  display: none; /* Adding #maincontent means it still shows in html editor. */
}

















#lower
{
  /* Implement full width: */
  position: static;
  padding-bottom: 500px; /* For footer */
}

#lower.blogpage #tdmain
{
  padding-right: 3em;
  width: 100%;
}

#lower.blogpage #tdmain #main
{
  display: inline-block;
  position: relative;
}

#lower.blogpage #mainsubject
{
  margin-left: 0;
  min-height: 125px;
}

#lower.filemod #main
{
  margin-right: 2em;
}

#lower.filemod #mainsubject,
#lower.forummod #mainsubject
{
  min-height: 100px;
}

#lower.blog-listing #mainsubject
{
  min-height: 7em;
}

#lower.blogpage #mainsubject P
{
  min-width: 500px;
  font-size: 240%;
  line-height: 1.0em;
  margin-left: 200px;
}

#lower.blog-listing #mainsubject P
{
  margin-left: 135px;
}

#lower.filemod #mainsubject P,
#lower.forummod #mainsubject P
{
  font-size: 180%;
  line-height: 1.2em;
}

#lower.forummod #mainsublt + P
{
  margin-left: 100px;
}

#lower.blogpage #mainsubject #mainopts
{
  margin-left: 200px;
}

#lower.blogpage #mainsubject SMALL
{
  margin-left: 200px;
}

#lower.blog-listing #mainsubject SMALL
{
  margin-left: 135px;
}

#lower.blogpage #mainsublt
{
  position: absolute;
  left: 20px;
  top: 15px;
  padding: 0;
  font-size: 120%;
}

#lower.forummod #mainsublt
{
  font-size: 140%;
}

#lower.blogpage #mainsublt IMG
{
  max-width: 150px;
  max-height: 150px;
  width: 150px ! important;
}

#lower.blogpage #mainacts
{
  position: absolute;
  top: 100px;
  right: 10px;
}

#lower.blog-listing #mainacts
{
  top: 5em;
}

#lower.blog-listing #tdmain.rtside #maincontent > DIV.cmshtml:first-child
{
  /* This is the blog header text. */
  margin-left: 130px ! important;
}

#lower.blogpage #tdmain.rtside #maincontent P
{
  margin-bottom: 2em;
}

#lower.blog-listing #contentLayout .pager
{
  font-size: smaller;
}

#lower.blog-listing #contentLayout .pager + HR
{
  margin-bottom: 2em;
}

#lower.blog-listing DIV.floatimg + DIV.botdot
{
  margin-left: 7em ! important;
  padding-bottom: 2em;
  border-bottom: none;
}

#lower.blog-listing DIV.floatimg + DIV.botdot > DIV.fsxs:last-of-type
{
  margin: 0 ! important;
  background-color: #E8E8FF;
  border-radius: 5px;
  padding: 0.5em 1em;
}

#lower.blogpage #tdside .side
{
/*  margin-top: 65px ! important; */
}

#lower.blogpage #tdside LI
{
  font-size: 100% ! important;
  line-height: 1.5em;
}

#maincontent .related-content,
#tinymce .related-content  /* Include this for HTML editor too */
{
  float: left;
  padding: 0px 15px 5px o;
  max-width: 170px;
  width: 180px;
  border-bottom: 1px dotted #f0f0f0;
  margin: 0 25px 15px 0;
}

#maincontent .related-content > P,
#tinymce .related-content > P
{
  font-weight: bold;
}

#maincontent .related-content UL:before,
#tinymce .related-content > UL:before,
#maincontent UL.related-content:before,
#tinymce UL.related-content:before
{
  content: "Related content\A " " ";
  font-weight: bold;
  white-space: pre;
  font-size: 14px;
}

#maincontent .related-content > UL,
#tinymce .related-content > UL,
#maincontent UL.related-content,
#tinymce UL.related-content
{
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0px;
  margin-top: 2px;
  position: sticky;
  top: 40px;
  z-index: 1;
}

#maincontent .related-content LI,
#tinymce .related-content LI
{
  border-top: 1px solid #eee;
  padding: 15px 0 15px 15px;
  margin-left: 0;
  font-size: 13.5px;
}

#maincontent .related-content LI:before,
#tinymce .related-content LI:before
{
  content: "\00BB" " ";
  margin-left: -13px;
}

.blogpage #maincontent,
.blogpage #tinymce #maincontent,
.blogpage #mainbot
{
  font-size: 19px;
  line-height: 1.5em;
  font-family: Georgia, Times, sans-serif;
}

.blogpage #maincontent > DIV.clearafter:first-child
{
  margin-top: 3em ! important;
}

.blogmod-homepage #maincontent
{
  font-size: 14px;
}

.blogmod-homepage #maincontent > TABLE > TBODY > TR:first-of-type > TD:first-child
{
  width: 75%;
}

#maincontent .journal-blog-article,
#tinymce .journal-blog-article
{
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 50px;
  position: relative;
}

#maincontent .journal-blog-article > P,
#tinymce .journal-blog-article > P,
#maincontent .journal-blog-article > UL:not(.related-content),
#tinymce .journal-blog-article > UL:not(.related-content)
{
  margin-left: 190px;
  text-align: justify;
  padding: 0px 5px;
  position: relative;
  font-size: 19px;
  line-height: 1.5em;
  font-family: Georgia, Times, sans-serif;
}

#maincontent .journal-blog-article > UL:not(.related-content),
#tinymce .journal-blog-article > UL:not(.related-content)
{
  margin-left: 210px;
}

#maincontent .journal-blog-article .fadeout,
#tinymce .journal-blog-article .fadeout
{
  background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0.85) 30%, rgba(255,255,255,1) 92%);
  height: 120px;
  position: absolute;
  bottom: 10px;
  left: -190px;
  width: 100%;
}

#tinymce .journal-blog-article .fadeout
{
  bottom: 200px;
}

#maincontent .journal-blog-article .fadeout + P,
#tinymce .journal-blog-article .fadeout + P
{
  margin-top: 15px;
}

#maincontent .journal-blog-article .abstract,
#tinymce .journal-blog-article .abstract
{
  background-color: #f4f4ff;
  border-radius: 10px;
  padding: 15px 20px;
  font-size: 17px;
  font-style: italic;
  font-weight: bold;
}


/*
** Background
*/
#mainmenu > LI:first-child
{
  margin-left: 25px;
}

#mainmenu > LI:first-child > UL,
#mainmenu > LI:first-child:hover > UL
{
  border-top-left-radius: 0;
}

#mainmenu > LI > UL,
#mainmenu > LI:hover > UL
{
  background-color: #f8f8ff;
  padding: 10px 0;
  border-radius: 7px;
  margin-left: -25px ! important;
}
#mainmenu > LI:hover > UL > LI
{
  padding: 0;
  margin: 0 10px;
  border-radius: 0 0 7px 7px;
  background-color: transparent;
}

#mainmenu > LI:hover > UL > LI > A
{
  margin: 0 5px;
  padding: 3px 10px 5px 10px;
  border-top: none;
  border-bottom: 1px solid #cccccc;
  background-color: transparent;
}


#mainmenu > LI > UL > LI:first-child > A
{
  border-top: 1px solid #cccccc;
}


#mainmenu > LI > UL > LI > A:hover
{
  margin: -1px 0 0 0;
  border-radius: 7px;
  border: 1px solid #cccccc;
  padding: 3px 14px 5px 14px;
  background-color: #e0e0ff;
}

#mainmenu > LI > UL > LI:first-child > A:hover
{
  margin: 0;
}

/*
** Admin Bar changes
*/
UL#mainacts > LI > A
{
  border-radius:5px;
}

TABLE#lower
{
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0px;
  border-collapse: separate;
  border-spacing: 0;
  width: 980px;
  min-width: 980px;
  margin: 3px auto 0;

  /* This is for the footer. */
  /* Note: IE < 9 has no gradient; no way to reverse color stop in IE. */
  padding-bottom: 500px;
  background-image: -moz-linear-gradient(90deg, #ccf, #fff 465px);
  background-image: -o-linear-gradient(90deg, #ccf, #cff 465px);
  background-image: -webkit-linear-gradient(bottom, #ccf 0px, #fff 435px);
  background: linear-gradient(to top, #ccf, #fff 465px);
}

#isugftrlinks
{
  margin: 0px auto;
  text-align: left;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

#ftr #ftrsoc IMG
{
  border-radius: 7px;
}

TABLE#lower > TBODY
{
  margin: 0;
  padding: 0;
  border-radius: 10px;
}

TABLE#lower > TBODY > TR
{
  margin: 3px 0 0 0;
  padding: 0;
  border-radius: 10px;
}

TABLE#lower > TBODY > TR > TD
{
  padding: 0;
}

TABLE#lower > TBODY > TR:first-child > TD
{
  border: 2px solid #062871;
  border-radius: 10px;

  /* Test full width: */
  border: none;
}

TABLE#lower > TBODY > TR:first-of-type
{
  
}

TABLE#lower TD#tdmain:last-of-type
{ }

TD#tdmain
{
  /* Less padding. */
  padding: 0;
  margin: 0;
/*  background-color: #062871;*/
}
TABLE#lower > TBODY > TR:first-child > TD#tdmain.rtside
{
  padding-right: 0;
  margin-left: 5px;
  background-color: #ffffff;
  border-radius: 10px 0 0 10px;
  border-right: none;
}
TABLE#lower > TBODY > TR:first-child > TD#tdmain.rtside + TD
{
/*
  background-color: white;
  border: 2px solid #062871;
  border-radius: 0 10px 10px 0;
  border-left: none;
  padding-right: 10px;
  padding-left: 10px;
*/
  /* Test full width: */
  /*border: none; */
}
TD#tdmain.rtside + TD .side
{
  border-radius: 0 10px 10px 0;
}
DIV#main
{
  background-color: #ffffff;
  padding: 9px;
  margin: 0;
  border-radius: 10px;
}
TABLE#lower > TBODY > TR:first-child > TD#tdmain:last-child > #main
{
  width: 980px;
  margin: 0 auto;
}
TD#tdmain DIV#main #mainsubject + DIV > TABLE:first-child #ctentMain
{
  position: relative;
  top: -30px;
}
TD#tdmain.rtside DIV#main
{
  border-radius: 10px 0 0 10px;
  border-right: none;
}
#mainsubject
{
/*
  margin-left: 5px;
  margin-right: 10px;
*/
  margin: 0;
  background-color: transparent;
}

#us_favs > DIV
{
  /* Rounded border for each child DIV. */
  border-radius: 10px;
}
/*
** Commented out after Socious April 2013 release
#maincontent
{
  clear:none;
}
*/

#maincontent HR
{
  margin: 0 0 10px 0;
}

#maincontent .info-text p.para {
  display: block;
  margin: 20px 0px 20px;
  text-align:justify;
}
#maincontent .info-text p.center-para {
  display: block;
  margin: 40px auto 20px;
  text-align:center;
}

#maincontent A.btn
, #maincontent INPUT.btn
, #maincontent LI.ilb.btn A
, #mainacts .ilb.btn INPUT.btn
{
  /* Rounded corners for buttons. */
  border-radius: 5px;
}

TABLE.dgrid
{
  margin: 0;
}

.hidden
{
  display:none;
}

.nowrap
{
  white-space: nowrap;
}

H2.left
{
  border-radius:7px;
}

DIV.maintabwrap > H2.left
{
  border-radius: 0;
}

DIV.maintabwrap > H2.left > SPAN.flRt > A.btn
{
  display: inline;
  padding: 3px;
}

/*
** Maintabs stuff
*/
#maintabs .ui-tabs-nav
{
  margin-bottom: 0px;
  border-top-right-radius: 7px;
}

#maintabs .ui-tabs-nav-item:last-child,
#maintabs .ui-tabs-nav-item:last-child A
{
  border-top-right-radius: 7px;
}

.maintabwrap
{
  border-radius: 0 5px 5px;
}

/*
** My Network stuff
*/

#us-fr-stream
{
  padding-top:10px;
}

.stream-item
{
  border-radius: 5px;
}

/*
** Right side changes
*/
TABLE#lower > TBODY > TR:first-child > TD#tdside
{
  margin-top: 10px;
  margin-right: 10px;
  border-top-right-radius: 10px;
  padding: 0;
  clear:both;
  width: 25%;
  min-width: 255px;
}

TD#tdside DIV.side
{
  margin: 0 0 0 auto;
  padding: 9px 0;
}

TD#tdside DIV.side > :first-child > IMG,
TD#tdside DIV.side > :last-child > IMG
{
  display:none;
}

DIV#main td#tdside
{
  margin-top:5px;
  margin-right: 0;
  padding: 2px 0 0px;

}
DIV.sidesec .h4
{
  border-radius: 5px 5px 0 0;
}

DIV.sidesec .sideftr
{
  border-radius: 0 0 5px 5px;
  height: 5px;
}

DIV.sidesec.rnd DIV.sidehdr
{
  background-color: #062871;
  border-radius: 10px 10px 0 0;
}

#tdside DIV.sidesec.rnd > IMG
{
  display: none;
}

DIV.sidesec.rnd UL
{
  margin-bottom: 5px !important;
}

DIV.sidesec.rnd .sidebody
{
  border-radius: 0 0 10px 10px;
  border-bottom: 1px solid rgb(204, 204, 204);
}

DIV.sidesec.rnd .sideftr
{
  display: none;
}

.isug-links-section
{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/*
** PopDivLb changes
**
** Make the pop-up lighbox look more like the rest of the site.
*/
DIV#popclick
{
  border-radius:10px;
}

DIV#popclick DIV.h1
{
  background-color:#062871;
  margin:5px 5px 0px 5px;
  border-radius:10px;
}

DIV#popclick DIV.h1 IMG
{
  margin-top:5px;
  margin-right:5px;
}

/*
** Cluetip Changes
*/
DIV.isug-cluetip-inner > DIV > DIV
{
  width: 155px;
}
DIV.isug-cluetip-inner IMG
{
  display:none;
}
DIV.isug-cluetip-inner IMG.badge-level-icon
{
  display:block;
  margin-left: auto;
  margin-right: auto;
}

/*
** eReader Changes
*/

#ISUG-journal-ereader-page
{
  font-size: 120%;
}

#ISUG-journal-ereader-main-block
{
  padding: 10px 5px;
  background-color: #e6e6e6;
  width: 675px;
}

.ISUG-jrnl-er-idx-main
{
  padding: 1em 0.5em;
  background-color: #f2f2f2;
}
  
#ISUG-journal-ereader-display-block,
.ISUG-journal-ereader-display-block
{
  margin-left: 0;
}

#ISUG-journal-ereader-year-block,
.ISUG-journal-ereader-year-block
{
  text-align:center;
  margin: 0 auto;
  font-size: x-large;
}

#ISUG-journal-ereader-year-block IMG
{
  width: 100px;
  height: 130px;
  border-radius: 0 0 10px 10px;
  border: 0pt none;
}

#ISUG-journal-ereader-year-block .goldhdr,
.ISUG-journal-ereader-year-block .goldhdr
{
  border: none;
  border-radius: 10px 10px 0 0;
}

.unpublished
{
  opacity: 0.25;
}

#ISUG-journal-ereader-year-block A:hover .goldhdr,
#ISUG-journal-ereader-year-block A:hover .goldhdr:hover,
#ISUG-journal-ereader-year-block A:hover .goldhdr.sfhover
{
  text-decoration: underline;
}

#ISUG-journal-ereader-year-index
{
  border-width: 0pt;
} 

#ISUG-journal-ereader-year-index TD
{
  border-radius: 10px;
}

.ISUG-jrnl-er-yr-idx-el
{
  display: inline-block;
  width: 120px;
  vertical-align: top;
  margin: 1em;
}

.ISUG-jrnl-er-yr-idx-el IMG
{
  /* Size to parent block size; */
  width: 100%;
  height: unset;
}

.ISUG-jrnl-er-yr-idx-el.unpublished
{
  height: 182px;
  background-color: #c4c4c4;
  border-radius: 10px 10px 0 0;
}

.ISUG-jrnl-er-yr-idx-el.unpublished A
{
  display: inline-block;
  padding-top: 3em;
  transform: rotate(45deg);
  min-height: 4em;
  font-size: 80%;
}

/*
** Slide Menu
*/
:not(#isug-maintop-slide-menu) #ISUG-slide-menu
{
  background-color: transparent;
  text-align:right;
  padding:5px;
  width:708px;
  z-index:75;
}

:not(#isug-maintop-slide-menu) #ISUG-slide-menu .menu-header
{
  opacity: 0.33;
  width: 75px;
  min-width: 0px;
  height: 25px;
  margin: 12px 0 0px auto;
  text-align: center;
  padding: 3px 10px;
  overflow: hidden;
}

#ISUG-slide-menu .menu-header .close-arrows
{
  float: right;
  /* These start hidden. */
  display: none;
}

#ISUG-slide-menu .menu-links
{
  padding-top:5px;
  display: none;
  background-color: #f8f8ff;
  border:1px solid #ccc;
  border-radius: 10px 0 10px 10px;
  width: 708px;
  margin-top: -4px;
}
#ISUG-slide-menu .menu-links TD
{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#ISUG-slide-menu .menu-links IMG
{
  width:50px;
  height: 50px;
}

#ISUG-slide-menu TABLE TD
{
  vertical-align: middle;
  text-align: center;
  margin: auto;
}

.ulp-menu-option
{
  background-color: white;
  margin: 5px;
  width: 225px;
  text-align: center;
  font-size: 18pt;
  padding: 15px;
}
.ulp-menu-option TR > TD:first-child
{
  width:54px;
}

/*************************************************************************************************
**/
.isug-mouseover-header {
  clear:both;
  border-radius:10px;
  background-color:#062871;
  color:white;
  text-align:center;
  font-size: 20px;
  font-weight:bold;
  padding:12px 3px;
  margin: 0 0 5px 0;
}
.isug-mouseover-section-header {
  clear:both;
  border-radius:10px;
  background-color:#ccccff;
  color:#555555;
  text-align:center;
  font-size:1.2em;
  font-weight:bold;
  padding:4px 3px;
  margin: 0px 3px 0px 3px;
  font-size: larger;
}
.isug-mouseover-subheader {
  margin-top:7px;
  border:1px solid #ccc;
  border-radius:5px;
  background-color:#e9e6ff;
  color:black;
  font-weight:bold;
  text-align:center;
  margin:5px;
  display:inline-block;
  padding:10px 3px;
  width:205px;
  min-width:205px;
  font-size: larger;
}
.isug-mouseover-item {
  clear:both;
  padding-left:0px;
  background-color:#e8e8ff;
  border-radius:5px;
  margin:3px auto;
  padding:10px 3px;
  text-align:center;
  border:1px solid #d0d0ff;
  background-image: -moz-linear-gradient(-90deg, #ffffff, #e8e8ff 62%);
  background-image: -o-linear-gradient(-90deg, #ffffff, #e8e8ff 62%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #ffffff), color-stop(0.62, #e8e8ff), color-stop(1.0, #e8e8ff));
  background-image: linear-gradient(to bottom, #ffffff, #e8e8ff 62%);
  width:195px;
  min-width:195px;
  font-size: larger;
}
A.isug-mouseover-item {
  display:inline-block;
}
.isug-mouseover-item:hover {
  background-image: none;
  background-color: #c8c8ff;
}
.isug-mouseover-item:hover A {
  color: #4e44b7;
}

/**************************************************************************************************
**                                         General changes                                       **
***************************************************************************************************/
.justify
{
  text-align:justify;
}

a:hover
{
  color: #f49831;
  text-decoration: none;
}

.goldhdr
{
  border:1px solid #cccccc;
  background:#f49831;
  color:#FFFFFF;
  display:block;
  margin:0;
  text-align:center;
  font-size:16px;
  font-weight:bold;
  line-height:21px;
  padding:3px;
  width:auto;
}

.padding-5px
{
  padding:5px;
}

.padding-10px
{
  padding:10px;
}

.padding-15px
{
  padding:15px;
}

.padding-20px
{
  padding:20px;
}

.padding-25px
{
  padding:25px;
}

.tbox
{
  border-radius: 5px;
}

.feedback
{
  border-radius: 10px;
  background-color: #062871;
}

.faded-h1
{
  background: none repeat scroll 0% 0% #062872;
  background: linear-gradient(to right, #fff 0%, #062871 25%, #062871 75%, #fff 100%);
  font-size: 1.5em;
  padding: 4px 0px;
  font-weight: bold;
  margin: 0px;
  color: #FFF;
  border: none;
  overflow: hidden;
}

/*
** Online Store
*/
.prvi_main
{
  position: relative;
}

.prvi_inner
{
  min-height: 135px;
}

.prvi_inner > IMG
{
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
}

.prvi_inner > .prvi_details
{
  padding: 20px;
}




#maincontent A.feedlink
{
  padding: 5px 0 ! important;
}
.isug-blog-block,
.isug-mini-blog-block,
.isug-file-block
{
  border-bottom: 3px solid #062871 ! important;
  margin-bottom: 15px;
  padding: 0px 10px 10px 10px;
  line-height: 1.3em;
}
.isug-blog-block,
.isug-mini-blog-block
{
  padding: 0px;
}
.isug-file-block,
.isug-mini-blog-block
{
  padding: 10px 0 5px;
  margin-bottom: 5px;
}

.isug-mini-blog-block:last-child
{
  margin-bottom: 0px;
  border-bottom: none ! important;
  padding-bottom: 0px;
}
.isug-mini-blog-block:first-child
{
  padding-top: 0px;
  /* Ensure we get padding and a border if this is the only child. */
  padding-bottom: 5px;
  border-bottom: 3px solid #062871 ! important;
}
.isug-mini-blog-block LI:first-child A,
.isug-file-block P > A
{
  font-weight: bold;
}
.isug-blog-block
{
  padding: 10px;
  background-color: #f4f4ff;
  border-radius: 10px 10px 0 0;
}
#maincontent .isug-blog-block UL,
#maincontent .isug-mini-blog-block UL
{
  list-style-type: none ! important;
  padding-left: 0px ! important;
}
#maincontent .isug-blog-block UL LI,
#maincontent .isug-mini-blog-block UL LI
{
  margin-left: 0 ! important;
/*  width: 285px; */
  width: 590px;
  border-bottom: 1px dotted grey;
  padding-bottom:4px;
  margin-bottom: 4px;
}
#maincontent .isug-mini-blog-block UL LI
{
  min-width: 325px;
  width: 100%;
}
#maincontent .isug-headlines-block UL + DIV + P,
#maincontent .isug-blog-block UL + DIV + P,
#maincontent .isug-mini-blog-block UL + DIV + P
{
  display:none ! important;
}
#maintop A.isug-block-name,
#maincontent A.isug-block-name,
#maintop A.isug-blog-name
{
  background-color: #062871;
  background-color: #e0e0ff;
  color: white;
  color: #062871;
  font-weight: bold;
  text-align: center;
  padding: 5px 12px;
  display: inline-block;
  margin-bottom:8px;
}
#maincontent .isug-feed-block A.feedlink
{
  font-size: 14px;
  padding: 5px;
}
.isug-block-anchor
{
  position: absolute;
  margin-top: -6em ! important;
}
.isug-back-to-top
{
  float:right;
}
.isug-block-link
{
  padding: 0 15px;
  border-left: 1px solid grey;
}

/*
** Briefing Pages
*/
#briefing-title
{
  font-size: 18pt;
  padding: 5px 15px;
  text-align: center;
  background-color: #F49831;
  font-family: URW Palladio L;
  line-height: 1.2em;
  font-size: 24pt;
}
#briefing-sub-title
{
  padding: 5px 15px;
  text-align: center;
  font-style: italic;
  color: #666;
  background-color: white;
}
#briefing-menu-bar
{
  min-height: 30px;
  border-bottom: 3px solid #062871;
  width: 100%;
  text-align: center;
}
#briefing-menu-bar HR
{
  color: white;
  padding: 0;
  margin: 0;
  border: none;
  height: 0px;
  border-bottom: 1px solid #ccc;
}
#briefing-menu-bar A
{
  border-left: 1px solid #ccc;
  padding: 12px 15px;
  display: inline-block;
  color: black;
  font-weight: bold;
}
#briefing-menu-bar A:first-child
{
  border-left-width: 0px;
}
#briefing-menu-bar A.spacer
{
  padding:12px 0;
  background-color: #bbb;
}
#isug-tech-briefing .isug-blog-block:last-child
{
  margin-bottom: 0;
}
#isug-tech-briefing .fsm LI:nth-child(n+2) A:before,
#isug-tech-briefing .fsl LI:nth-child(n+2) A:before
{
  content: "\00BB" " ";
}

#isug-tech-briefing .isug-headlines-block .fsm LI A:before,
#isug-tech-briefing .isug-headlines-block .fsl LI A:before
{
  content: "";
}

.isug-headlines-block
{
  border-top: 1px solid #ccc;
  border-bottom: 3px solid #062871;
  margin-bottom:10px;
  line-height: 1.3em;
}
.isug-headlines-block UL
{
  padding-left: 0px ! important;
}
.isug-headlines-block LI
{
  list-style-type: none ! important;
  padding-left: 0 ! important;
}
.isug-headlines-block LI:not(:last-child)
{
  border-bottom: 1px solid #ccc;
  padding-bottom:8px;
  margin-bottom: 8px;
}
.isug-headlines-block A
{
  font-weight: bold;
}
.isug-main-headline
{
  padding: 10px 0;
  width: 335px;
  max-width: 335px;
  padding-right: 10px;
}
.isug-main-headline > A,
.isug-other-headlines LI > A
{
  display: block;
  margin-bottom: 8px;
}
.isug-other-headlines
{
  width: 335px;
  padding-right: 0;
}

.isug-mini-blog-block UL.fsm > LI:first-child > A
{
  display:block;
  margin-bottom:8px;
}
.isug-mini-blog-block UL.fsm > LI:first-child > BR
{
  display:none;
}

/* Fix things in Socious CSS.  Changes we have made to create a better site-wide look and feel */
/* have resulted in some new Socious changes looking strange. */
.s-fo-topic
{
  font-size: 100%;
}

.s-do-cat .s-do-cat-topic-even,
.s-do-cat .s-fo-cat-topic:nth-child(2n),
.s-do-topic .s-do-file-even,
.s-do-topic .s-fo-file:nth-child(2n),
.s-fo-topic .s-fo-thread-even,
.s-fo-topic .s-fo-thread:nth-child(2n)
{
  background-color: #F4F4F4 ! important;
}

DIV.s-fo-thread-title
{
  font-size: 140%;
  padding: 0.5em 0 0.5em 35px;
  width: 45%;
}
DIV.s-fo-thread-lastpost-info
{
  font-size: 110%;
  width: 30%;
}
DIV.s-fo-post-container
{
  min-width: 598px ! important;
  width: 85%;
}
DIV.s-fo-post-content
{
  padding: 1em;
  font-size: 120%;
}

DIV.s-do-file-meta
{
  width: 120px;
}

/* Social Media Stuff */
a.isug-tweet-button
{
  display: inline-block;
  padding: 2px 5px 2px 20px;
  background: url('https://twitter.com/favicons/favicon.ico') 1px center no-repeat;
  background-color: #f0f0ff;
  border: 1px solid #ccc;
  color: #062871;
  font-weight: bold;
  border-radius: 5px;
}

/* External Handling */
DIV#NotLoggedIn ~ TABLE#lower DIV#do_et_file > DIV:last-child { display:none; }

#isug-lower-wrap #isug-lower-inner-wrap
{
  min-width: 980px;
/*  max-width: 980px;*/
  margin: 0 auto;
  max-width: 1300px;
  padding: 10px;
/*  position: relative; */
}

#isug-hdr-wrap
{
/*  background-color: #9999cc;*/
/*  background-image: linear-gradient(to bottom, #ffffff 5%, #062871 92%); */
  background: url(http://my.isug.com/media/lpqpwfkk.jpg) repeat-x;
}

#isug-lower-wrap,
#isug-lower-wrap #isug-lower-inner-wrap,
#isug-lower-wrap #lower
{
  background-color: white;
/*  padding-bottom: 0; */
}

#isug-lower-wrap
{
  position: relative;
  min-height: 600px;
}

#isug-lower-wrap #isug-lower-wrap-left
{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;

  background-image: -moz-linear-gradient(to top left, #ffffff 65%, #ccccff 100%);
  background-image: -o-linear-gradient(to top left, #ffffff 65%, #ccccff 100%);
  background-image: -webkit-gradient(linear, right bottom, left top, color-stop(0.65, #ffffff), color-stop(1.0, #ccccff));
  background-image: linear-gradient(to top left, #ffffff 65%, #ccccff 100%);

.*background-image: linear-gradient(to left, #ffffff, #f8f8ff 50%, #ccccff 100%);*/
}

#isug-lower-wrap #isug-lower-wrap-right
{
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  background-image: -moz-linear-gradient(to top right, #ffffff 65%, #ccccff 100%);
  background-image: -o-linear-gradient(to top right, #ffffff 65%, #ccccff 100%);
  background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0.65, #ffffff), color-stop(1.0, #ccccff));
  background-image: linear-gradient(to top right, #ffffff 65%, #ccccff 100%);
}

#lower.infopage #main
{
  position: static;
}

#isug-lower-wrap #lower
{
  font-size: 1.1em;
  line-height: 1.35em;
}

#isug-lower-wrap #lower
{
  padding-top: 15px;
}

#isug-lower-wrap #lower #isug-links-table
{
  font-size: 13px;
}

#isug-lower-wrap #lower #blog-footer-warning
{
  font-size: small;
  font-style: italic;
}

#isug-lower-wrap #tdmain,
#isug-lower-wrap #tdside
{
  border: none ! important;
}

#isug-lower-wrap #main
{
  padding: 9px 0;
}

#isug-lower-wrap #mainnav
{
  margin-top: -15px;
  margin-bottom: 15px;
}

#isug-lower-wrap #mainmenu LI
{
  font-size: 14px;
  padding: 0px 5px;
}

#isug-lower-wrap #mainacts
{
  margin-top: -8px;
  right: 16px;
}

#isug-lower-wrap #maintop TABLE TR:first-child > TD:first-child .ly_col_cls:first-child .ly_sec_cls:first-child IMG
{
  margin-left: 5px;
  width:965px;
}

#isug-lower-wrap TD#tdmain.rtside + TD .side
{
    border-radius: 20px;
    background-image: linear-gradient(to top, #ccc, #FFF 70%);
    margin-top: 10px;
    padding: 1px;
}

#isug-lower-wrap TD#tdmain.rtside + TD .side .side-iwrap
{
  background-image: linear-gradient(to bottom, #e0e0ff, #ffffff);
  border-radius: 20px;
  padding: 9px;
}

#isug-lower-wrap .ui-tabs-panel TD > UL
{
    padding-left: 0;
}

#isug-lower-wrap #vidtitle
{
    margin-right: 10px;
    max-width: 325px;
    overflow: auto;
}

#isug-lower-wrap .ui-tabs-panel TD > UL:not(.hover) > LI
{
    max-width: 320px;
    overflow: hidden;
    margin-left: 0;
}

#isug-lower-wrap .ui-tabs-panel .dgrid TD > UL > LI
{
  overflow: visible;
}

/*******************************************************************
                           CMS:PHP 89
********************************************************************/

.bl-articles.tmpl110 .bl-articles-article { padding-top: 8px; }
.bl-articles.tmpl110 .bl-articles-content A,
.bl-articles.tmpl111 .bl-articles-content A
{
  display:none;
  color: #f49831;
}
.bl-articles.tmpl112 .bl-articles-article .bl-articles-title A:before { content: "\2666" " " ! important; }
.bl-articles.tmpl113 .bl-articles-article .bl-articles-title A:before { content: "\00BB" " " ! important; }
.bl-articles.tmpl111 .bl-articles-article
{
  border-top: none ! important;
  border-bottom: 1px dotted #ccc ! important;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.bl-articles.tmpl110 .bl-articles-article
{
  border-top: none ! important;
  border-bottom: 1px dotted #ccc ! important;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.isug-news-headlines-block .bl-articles.tmpl110 .bl-articles-article:last-child,
.isug-news-headlines-block .bl-articles.tmpl111 .bl-articles-article:last-child
{
  border-bottom: none ! important;
  margin-bottom: 0;
  padding-bottom: 0;
}
.bl-articles.tmpl112 .bl-articles-article,
.bl-articles.tmpl113 .bl-articles-article
{
  border-bottom: 1px dotted #ccc ! important;
  margin-bottom: 4px;
  padding-bottom: 4px;
}

.minical
{
  /* Not sure why, but Scious sets to 350px by default... */
  max-width: 100% ! important;
}


/*******************************************/
/*          POP-UP Video Player            */
/*******************************************/

.isug-popDivLb-videos #vidtitle
{
  font-size: medium;
  text-align: center;
  max-width: 100% ! important;
  margin: 0 auto ! important;
  border-radius: 5px 5px 0 0;
}

.isug-popDivLb-videos .cpanel > H2
{
  border-radius:7px;
  font-size: medium;
  text-align: center;
  max-width: 100%;
}
.isug-popDivLb-videos DIV.cpanel UL
{
  max-height: 600px;
  overflow-y: auto;
  padding-left: 0.5em;
  font-size: 120%;
}
.isug-popDivLb-videos DIV.cpanel UL LI:last-child > BR
{
  display: none ! important;
}
.isug-popDivLb-videos #vidwrapper + BR
{
  display: none ! important;
}
.isug-popDivLb-videos #vidwrapper > DIV > DIV
{
  display: none ! important;
}
.isug-popDivLb-videos TD
{
  padding: 5px;
}

.isug-popDivLb-videos
{
  position: relative;
}
.isug-popDivLb-videos > TABLE:first-of-type
{
  width: 100%;
}
.isug-popDivLb-videos TABLE > TBODY > TR > TD:first-of-type
{
  display: none;
  position: absolute;
  top: 0;
  background-color: #f4f4ff;
  border-radius: 7px;
  padding: 15px;
  max-width: 664px;
}

.isug-popDivLb-videos #viddesc
{
  width: 90%;
  text-align: center;
  margin: 0 auto;
  padding: 10px 20px;
}

/********************************************/
/*                BODY CHANGES              */
/********************************************/

#lower.new > TBODY > TR:first-child
{
  border-radius: 0;
}

#lower.new #tdmain:last-of-type
{
  max-width: 1300px ! important;
  width: 100% ! important;
}

#lower.new #tdmain,
#lower.new #maintop + #maincontent #tdside
{
  padding-top: 0;
  padding-right: 0;
  width: 100%;
}

#lower.new #tdmain #main
{
  display: inline-block;
  position: relative;
}

#lower.new #tdmain:last-of-type #main
{
  max-width: 1280px ! important;
  width: 100% ! important;
  padding: 1em 0;
}

#lower.new #maintop
{
  border-bottom: 1px solid #ccc;
  height: 11em;
}

#lower.new #tdmain:last-of-type #main #ctentMain
{
  padding: 1.5em 1em 0 0;
  font-size:120%;
}

#lower.new #tdside
{
  border-left: 1px solid #ccc;
  border-radius: 0;
  padding-top: 0.5em;
  min-width: 250px;
  max-width: 310px;
}

#lower.new #tdside .side
{
  font-size: 120%;
  margin-left: 0;
  width: 100%;
}

#lower.new #maintop + #maincontent #tdside .side
{
  padding-top: 1.5em;
}

#lower.new #tdside .side-iwrap
{
  padding: 0 5px 0 0;
}

#lower.new #tdside .sidesec
{
  border-bottom: 1px solid #ccc;
  padding-left: 1.5em;
  padding-bottom: 3.5em;
  margin-bottom: 4em;
}

#lower.new #tdmain .h5,
#lower.cmsmod #tdmain .h5,
#lower.new #tdside .sideadsec .sidehdr,
#lower.new #tdside .sidesec .h5,
.widgetadsec .o_hdrstyle5
{
  background: none;
  color: #222;
  text-align: left;
  font-size: 160%;
  line-height: 1em;
  border: none;
  border-bottom: 5px solid #ccc;
  padding: 0 0 0.5em 0;
  margin-bottom: 2em;
  white-space: nowrap;
}

#lower.new #tdmain .o_hdrstyle5
{
  font-size: 140%;
}

#lower.new #tdmain .h5
{
  background: linear-gradient(to bottom, #fff, #f4f4ff 75%);
}

#lower.new #tdside .h5 + .sidebody UL,
#lower.new UL.isug-ul
{
  list-style-position: outside;
  padding-left: 1em;
  position: relative;
}

#lower.new #tdside .h5 + .sidebody LI,
#lower.new UL.isug-ul LI
{
  font-size: 100% ! important;
  font-style: normal;
  line-height: 1.5em;
  list-style-type: none;
}
#lower.new .h5 + .sidebody LI:before,
#lower.new UL.isug-ul LI:before
{
  content: "\00BB" " ";
  left: -2px;
  font-size: 140%;
  position: absolute;
}

TABLE#lower
{
  margin: 3px auto 0px auto;
  min-width: 980px;
  width: 100%;
  max-width: 100%;
  padding: 15px 0 0 0;
  position: relative;
}

TABLE#lower > TBODY > TR
{
  display: block;
  margin: 0 auto;
  max-width: 1300px;
  min-width: 950px;
  width: 100%;
}

TABLE#lower > TBODY > TR:first-of-type
{
  position: relative;
}

TABLE#lower > TBODY > TR:first-of-type TD#tdmain:last-of-type
{
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}

TABLE#lower > TBODY > TR:first-of-type TD#tdmain.rtside
{
  width: 75%;
}

TABLE#lower > TBODY > TR:last-of-type
{
  max-width: 100%;
  width: 100%;
}

TABLE#lower > TBODY > TR:last-of-type > TD
{
  display: block;
  max-width: 100%;
  width: 100%;
}

TABLE#lower:not(.filemod) #maincontent > TABLE:not(.table) > TBODY > TR:first-of-type > TD:first-of-type
{
  min-width: 680px;
/*  max-width: 955px; */
}

#my_info { min-width: unset ! important; }

TABLE#lower > TBODY > TR:first-of-type TD#tdside
{
  width: 100%;
  min-width: 265px;
  max-width: 325px;
}

TABLE#lower.blogmod-homepage > TBODY > TR:first-of-type TD#tdside
{
  border-left: 1px solid #ccc;
  position: absolute ! important;
  top: 0;
  height: 100%;
}

TABLE#lower TD#tdside .side
{
  margin-left: 5%;
  width: 100%;
}

#maintop ~ #maincontent #tdside
{
  /* For landing page menu alignment. */
  display: block ! important;
  position: relative;
}

DIV#ftr
{
  margin-top: 3em;
}

#isugftrsocialmedia
{
  margin: 2em auto;
}

#isugftrsocialmedia A
{
  display: inline-block;
  margin: 0 1em;
}

#isugftrtext P
{
  margin-bottom: 1em;
}
/*
DIV#ftr > DIV > A + BR,
DIV#ftr .so_small
{
  display: block;
  margin: 10px 0;
}
*/

#maintop IMG
{
  width: 100%;
}

#lower.blogmod-homepage #maintop IMG
{
  width: 72%;
}

#lower.blogmod-homepage #mainbot
{
  width: 75%;
}

#isug-maintop-slide-menu
{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 75;
}

#lower.blogmod-homepage #isug-maintop-slide-menu
{
  top: -5em;
}

#isug-maintop-slide-menu #ISUG-slide-menu
{
  padding: 5px;
  border-radius: 5px 5px 10px 10px;
}

#isug-maintop-slide-menu #ISUG-slide-menu .menu-header
{
  opacity: 1;
  width: 75px;
  min-width: 0px;
  height: 25px;
  text-align: center;
  padding: 3px 10px;
  overflow: hidden;
  margin: 0;
}

#maintop + #maincontent #tdside
{
  margin-top: 0;
  padding-top: 5px;
}

#maintop + #maincontent #tdside .side
{
  padding: 0;
}

#pbtraining-landing-page
{
}

#fixed-lower-background
{
  background: url('http://my.isug.com/media/gsckzdfx.jpg') repeat-x scroll 0% 0% transparent;
  position: fixed;
  top: 34px;
  height: 100px;
  left: 0;
  width: 100%;
  z-index: -1;
}

TABLE#lower.blogpage > TBODY > TR:first-child,
TABLE#lower.blogmod > TBODY > TR:first-child,
TABLE#lower.cmsmod > TBODY > TR:first-child,
TABLE#lower.filemod > TBODY > TR:first-child,
TABLE#lower.forummod > TBODY > TR:first-child
{
  border-top: 1px solid #ccc;
  border-radius: 0;
  margin-top: 4em;
}

TABLE#lower.blogmod-homepage > TBODY > TR:first-of-type TD#tdmain:last-of-type
{
  max-width: 100%;
}

TABLE#lower.blog-listing.blogmod-external > TBODY > TR:first-of-type TD#tdmain:last-of-type
{
  max-width: 1300px ! important;
  width: 100% ! important;
}

TABLE#lower.blog-listing.blogmod-external > TBODY > TR:first-of-type TD#tdmain:last-of-type #main
{
  margin: 0 auto;
  max-width: 1280px ! important;
  width: 100%;
}

TABLE#lower.blogmod-homepage > TBODY > TR:first-of-type TD#tdmain:last-of-type #main
{
  width: 100%;
}

TABLE#lower.blogpage > TBODY > TR:first-child > TD#tdmain.rtside,
TABLE#lower.blogmod > TBODY > TR:first-child > TD#tdmain.rtside
{
  padding-right: 3%;
  width: 75%;
}

TABLE#lower.blogpage > TBODY > TR:first-child > TD#tdmain.rtside,
TABLE#lower.blogmod > TBODY > TR:first-child > TD#tdmain.rtside,
TABLE#lower.cmsmod > TBODY > TR:first-child > TD#tdmain.rtside,
TABLE#lower.filemod > TBODY > TR:first-child > TD#tdmain.rtside,
TABLE#lower.forummod > TBODY > TR:first-child > TD#tdmain.rtside
{
  padding-top: 2em;
}

/*
TABLE#lower.cmsmod > TBODY > TR:first-child > TD#tdmain.rtside
{
  max-width: 980px;
}
*/

TABLE#lower.blogpage TD#tdside,
TABLE#lower.blogmod TD#tdside,
TABLE#lower.cmsmod TD#tdside,
TABLE#lower.filemod TD#tdside,
TABLE#lower.forummod TD#tdside
{
  border-left: 1px solid #ccc;
  border-radius: 0;
  padding-top: 0;
}

TABLE#lower.blogpage TD#tdside .side,
TABLE#lower.blogmod TD#tdside .side,
TABLE#lower.cmsmod TD#tdside .side,
TABLE#lower.filemod TD#tdside .side,
TABLE#lower.forummod TD#tdside .side
{
  margin-left: 0;
  width: 100%;
}

TABLE#lower.blogpage .side .side-iwrap,
TABLE#lower.blogmod .side .side-iwrap,
TABLE#lower.cmsmod .side .side-iwrap,
TABLE#lower.filemod .side .side-iwrap,
TABLE#lower.forummod .side .side-iwrap
{
  padding: 0 5px 0 0;
}

TABLE#lower.blogpage .side .side-iwrap > .cmshtml,
TABLE#lower.blogmod .side .side-iwrap > .cmshtml,
TABLE#lower.filemod .side .side-iwrap > .cmshtml,
TABLE#lower.forummod .side .side-iwrap > .cmshtml
{
  font-size: 120%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1.5em;
  margin-bottom: 3em;
}

TABLE#lower.blogpage .side .sidesec,
TABLE#lower.blogmod .side .sidesec,
TABLE#lower.cmsmod .side .sidesec,
TABLE#lower.filemod .side .sidesec,
TABLE#lower.forummod .side .sidesec
{
  font-size: 120%;
  border-bottom: 1px solid #ccc;
  padding-left: 10%;
  padding-bottom: 3.5em;
  margin-bottom: 4em;
}

TABLE#lower.blogpage .side .sidesec:first-child,
TABLE#lower.blogmod .side .sidesec:first-child,
TABLE#lower.cmsmod .side .sidesec:first-child,
TABLE#lower.filemod .side .sidesec:first-child,
TABLE#lower.forummod .side .sidesec:first-child
{
  /* First one is the menu */
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

TABLE#lower.blogpage .side .sidesec:last-child,
TABLE#lower.blogmod .side .sidesec:last-child,
TABLE#lower.cmsmod .side .sidesec:last-child,
TABLE#lower.filemod .side .sidesec:last-child,
TABLE#lower.forummod .side .sidesec:last-child
{
  border-bottom: none;
}

TABLE#lower.blogpage .side .sideadsec,
TABLE#lower.blogmod .side .sideadsec,
TABLE#lower.cmsmod .side .sideadsec,
TABLE#lower.filemod .side .sideadsec,
TABLE#lower.forummod .side .sideadsec,
#lower.new .side .sideadsec
{
/*  border: none;*/
  width: 90% ! important;
  margin-left: 0 ! important;
  margin-right: 0 ! important;
}

.widget-ad
{
  display: none; /* Hide to start; let JS reveal */
  width: 95%;
  margin: 0 auto;
}

.widget-ad-top
{
  width: 100%;
  text-align: center;
  background-color: white;
}

.widget-ad-status
{
  text-align:center;
  font-style: italic;
  font-weight: bold;
  background-color: rgb(224, 224, 255);
  padding: 7px 10px;
  display: inline-block;
  margin: 0 auto 15px;
  width: auto;
}

.widget-ad-dismiss
{
  display: none;
  text-align: center;
  height: 25px;
  padding-top:5px;
  background-color: wheat;
  font-weight: bold;
  margin: 0 -1px 0 0;
}

#sideBarWidget3,
#sideBarWidget3AdUrl,
#sideBarWidget3AdImg
{
  width: 100%;
  max-width: 100%;
}

.widget-ad-enlarged
{
  position: fixed;
  top: 0;
  left: 5px;
  padding: 0 1em 1em 1em;
  background-color: white;
  border: 2px solid #ccc;
  z-index: 5000;
  overflow: auto;
}

.widget-ad-enlarged .widget-ad-top
{
  position: fixed;
  margin-left: -16px;
}

.widget-ad-enlarged #sideBarWidget3
{
  margin-top: 2em;
}

TABLE#lower.blogpage TD#tdside .side .sidesec,
TABLE#lower.blogmod TD#tdside .side .sidesec,
TABLE#lower.cmsmod TD#tdside .side .sidesec,
TABLE#lower.filemod TD#tdside .side .sidesec,
TABLE#lower.new TD#tdside .side .sidesec
{
  width:90% ! important;
}

TABLE#lower.blogpage TD#tdside .side .sidesec .sidehdr,
TABLE#lower.blogmod TD#tdside .side .sidesec .sidehdr,
TABLE#lower.cmsmod TD#tdside .side .sidesec .sidehdr,
TABLE#lower.cmsmod TD#tdside .side .sidesec .sidebody .sidehdr,
TABLE#lower.filemod TD#tdside .side .sidesec .sidehdr,
TABLE#lower.forummod TD#tdside .side .sidesec .sidehdr
{
  background: none;
  color: #222;
  text-align: left;
  font-size: 180%;
  line-height: 1em;
  border: none;
  border-bottom: 5px solid #ccc;
  padding: 0 0 0.5em 0;
  margin-bottom: 0.5em;
}

TABLE#lower.blogpage TD#tdside .side .sidesec.nolbl:not(.rnd) .sidehdr,
TABLE#lower.blogmod TD#tdside .side .sidesec.nolbl:not(.rnd) .sidehdr,
TABLE#lower.cmsmod TD#tdside .side .sidesec.nolbl:not(.rnd) > .sidehdr,
TABLE#lower.filemod TD#tdside .side .sidesec.nolbl:not(.rnd) .sidehdr,
TABLE#lower.forummod TD#tdside .side .sidesec.nolbl:not(.rnd) .sidehdr
{
  border-bottom: none;
}

TABLE#lower.cmsmod TD#tdside .side .sidesec.nolbl:not(.nobdr)
{
  display: none;
}

TABLE#lower.blogpage TD#tdside .side .sideadsec .sidehdr:before,
TABLE#lower.blogmod TD#tdside .side .sideadsec .sidehdr:before,
TABLE#lower.cmsmod TD#tdside .side .sideadsec .sidehdr:before,
TABLE#lower.filemod TD#tdside .side .sideadsec .sidehdr:before,
TABLE#lower.forummod TD#tdside .side .sideadsec .sidehdr:before,
#lower.new .side .sideadsec .sidehdr:before
{
  content: "Sponsor Ad";
  line-height: 1.5em;
}

TABLE#lower.blogpage TD#tdside .side .sideadsec .sidehdr,
TABLE#lower.blogmod TD#tdside .side .sideadsec .sidehdr,
TABLE#lower.cmsmod TD#tdside .side .sideadsec .sidehdr,
TABLE#lower.filemod TD#tdside .side .sideadsec .sidehdr,
TABLE#lower.forummod TD#tdside .side .sideadsec .sidehdr,
#lower.new #tdside .side .sidesec .sidehdr
{
  height: 1em;
  margin-bottom: 2em;
}

#lower.blogpage .side .sidebody,
#lower.blogmod .side .sidebody,
#lower.cmsmod .side .sidebody,
#lower.filemod .side .sidebody,
#lower.forummod .side .sidebody
{
  border: none ! important;
  padding: 0 ! important;
}

#lower.blogpage .side .sideadsec .sidebody,
#lower.blogmod .side .sideadsec .sidebody,
#lower.cmsmod .side .sideadsec .sidebody,
#lower.filemod .side .sideadsec .sidebody,
#lower.forummod .side .sideadsec .sidebody,
#lower.new .side .sideadsec .sidebody
{
  width: 130px;
  margin: 0 auto
}

#lower.blogpage .side .sidebody .sideinfo,
#lower.blogmod .side .sidebody .sideinfo,
#lower.cmsmod .side .sidebody .sideinfo,
#lower.filemod .side .sidebody .sideinfo,
#lower.forummod .side .sidebody .sideinfo
{
  font-style: italic;
  padding-bottom: 1em;
}

#lower.blogpage .side .sidebody .sideinfo IMG,
#lower.blogmod .side .sidebody .sideinfo IMG,
#lower.cmsmod .side .sidebody .sideinfo IMG,
#lower.filemod .side .sidebody .sideinfo IMG,
#lower.forummod .side .sidebody .sideinfo IMG
{
  margin-top: 0;
  padding-top: 0;
}

#lower.blogpage .side .sidebody .sideinfo P,
#lower.blogmode .side .sidebody .sideinfo P,
#lower.filemode .side .sidebody .sideinfo P,
#lower.forummod .side .sidebody .sideinfo P
{
  font-style: normal;
  /* white-space: nowrap; */
}

#lower.blogpage .side .sidebody .side-spacer,
#lower.blogmod .side .sidebody .side-spacer,
#lower.filemod .side .sidebody .side-spacer,
#lower.forummod .side .sidebody .side-spacer
{
  border: none;
}

#right-side-slide-menu
{
  height: 0px;
}

#right-side-slide-menu #ISUG-slide-menu
{
  position: absolute;
  right: 0;
  top: -4em;
  border-radius: 5px;
}

#right-side-slide-menu #ISUG-slide-menu
{
  width: 708px;
}

#right-side-slide-menu #ISUG-slide-menu .menu-header
{
  opacity: 1;
}

#right-side-slide-menu #ISUG-slide-menu .menu-links,
#isug-maintop-slide-menu #ISUG-slide-menu .menu-links
{
  width: 708px;
  border-radius: 0 0 5px 5px;
  z-index: 75;
}

TABLE#lower #right-side-slide-menu
{
  display: none;
}

TABLE#lower.blogpage #right-side-slide-menu,
TABLE#lower.blogmod #right-side-slide-menu,
TABLE#lower.cmsmod #right-side-slide-menu,
TABLE#lower.filemod #right-side-slide-menu,
TABLE#lower.forummod #right-side-slide-menu
{
  display: block;
}

#lower.blogpage DIV.sidesec.rnd UL,
#lower.blogmod DIV.sidesec.rnd UL,
#lower.cmsmod DIV.sidesec.rnd UL,
#lower.filemod DIV.sidesec.rnd UL,
#lower.forummod DIV.sidesec.rnd UL
{
  list-style-position: outside;
  padding-left: 0;
  position: relative;
}

#lower.blogpage DIV.sidesec.rnd UL > LI:before,
#lower.blogmod DIV.sidesec.rnd UL > LI:before,
#lower.cmsmod .cmslinks UL > LI:before
{
  content: "\00BB" " ";
/*  left: -2px; */
  margin-left: -0.8em;
  font-size: 140%;
/*  position: absolute; */
}

#lower.blogpage DIV.sidesec.rnd UL > LI,
#lower.blogmod DIV.sidesec.rnd UL > LI,
#lower.cmsmod DIV.sidesec.rnd UL > LI,
#lower.filemod DIV.sidesec.rnd UL > LI,
#lower.forummod DIV.sidesec.rnd UL > LI
{
  font-style: normal;
  list-style-type: none;
  margin-left: 1.1em;
}

#lower.filemod:not(.new) #maincontent
{
  font-size: 120%;
}

#lower.filemod #tabs .ui-tabs-panel
{
  font-size: inherit;
}

#lower.filemod-filepage #main
{
  margin-right: 2em;
}

#lower.forummod-forum-listing #main
{
  padding-right: 2em;
}

#lower.forummod #mainbot
{
  margin-top: 1em;
}

#forum-footer-warning
{
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 120%;
  font-style: italic;
  margin: 0px -5px;
  padding: 5px;
}

#lower.infopage #tdside
{
  display: none;
  width: 0;
}

#lower.infopage #tdmain
{
  min-width: 980px;
  width: 100%;
}

#lower.infopage #tdmain.rtside #maincontent > DIV.cmshtml:first-child
{
  max-width: 1280px;
  min-width: 980px;
}

#lower.infopage #tdmain .info-table
{
  width: 100%;
}

/********************************************/
/*            SIG Landing Pages             */
/********************************************/
TABLE#lower.sigmod-landing-page > TBODY > TR:first-of-type > TD#tdmain
{
  max-width: 1280px;
}

#lower.sigmod-landing-page > TBODY > TR:first-of-type #tdside
{
  width: 25%;
}

/*******************************************/
/*       SIG Landing Pages - Blogs         */
/*******************************************/

.sig-blog-articles
{
  font-family: Arial, Verdana, geneva, sans-serif;
}

.sig-blog-articles .left-col
{
  width: 49%;
  float: left;
}

.sig-blog-articles .right-col
{
  width: 49%;
  float: right;
}

.sig-blog-articles .bl-articles-article
{
  clear: both;
}

.sig-blog-articles .bl-articles-article .bl-articles-title
{
  font-size: 130%;
  line-height: 1.2em;
  margin: 18px 0 8px;
}

.sig-blog-articles .bl-articles-content
{
  font-size: 110%;
  margin-left: 115px;
}

.sig-blog-articles .bl-articles-content:after
{
  content: ".";
  display: block;
  height: 0;
  clear:both;
  visibility:hidden;
}

.sig-blog-articles .bl-articles-img
{
  padding: 2px 15px 5px 0 ! important;
}

/******************************************************/
/*                  GENERAL STUFF                     */
/******************************************************/

#loadcover
{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
}

.alt-message
{
  font-size: 130%;
  padding: 1em;
}

.alt-message LI
{
  margin: 0 0 0.5em 0;
}

#lower.new .stream-content
{ font-size: 90%; }

#lower.new .stream-content A
{  font-style: italic; }

#lower.new .stream-content-details
{
  font-size: 75%;
  font-style: italic;
}

#lower.new .stream-content-details A
{ font-style: normal; }

#lower.new .stream-date
{ font-size: 75%}

#lower.new #tdmain .h5b
{
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding-top: 1em;
}



.cmshtml #ISUG_MoveList{
display:none;
}
.cmshtml .isug-language-bar{
margin: 8px 20px 0px 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: right;
font-size: small;
}
.cmshtml .isug-language-bar
,.cmshtml .isug-language-bar A
,.cmshtml .isug-language-bar A:visited
,.cmshtml .isug-language-bar A:active{
font-weight: bold;
}
.cmshtml #isug-info-body .isug-language-bar
,.cmshtml #isug-info-body .isug-language-bar A
,.cmshtml #isug-info-body .isug-language-bar A:visited
,.cmshtml #isug-info-body .isug-language-bar A:active{
color:#4e44b7;
font-weight: bold;
}
.cmshtml .isug-language-bar A{
text-decoration: underline;
}
.cmshtml .isug-language-bar A.active{
text-decoration:none;
}
.cmshtml .blue-title{
color:#062872;
font-size:xx-large;
}
.cmshtml .blue-subtitle{
color:#062872;
font-size:x-large;
}
.cmshtml .isug-rounded-box{
border: 2px solid black;
border-radius:10px;
-moz-border-radius:10px;
padding:5px;
font-family: URW Palladio L,Tahoma,sans serif;
font-size:medium;
}
.cmshtml .isug-rounded-grey-box{
border: 1px solid #ccc;
border-radius:10px;
-moz-border-radius:10px;
padding:5px;
font-family: URW Palladio L,Tahoma,sans serif;
font-size:medium;
}
.cmshtml .isug-rounded-grey-box > .cmshtml{
padding: 5px 0px;
}
.cmshtml .isug-gg-gradient{
background-color: gold;
background-image: -moz-linear-gradient(-90deg, #a0ffa0, gold 100%);
background-image: -o-linear-gradient(-90deg, #a0ffa0, gold 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#a0ffa0), to(gold));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a0ffa0', endColorstr='gold');
background-image: linear-gradient(to bottom, #a0ffa0, gold 100%);
}
.cmshtml .isug-wb-gradient50{
background-color: #f8f8f8;
background-image: -moz-linear-gradient(-90deg, #ffffff, #e8e8ff 50%);
background-image: -o-linear-gradient(-90deg, #ffffff, #e8e8ff 50%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, #e8e8ff), to(#e8e8ff));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#FFFFFFFF,EndColorStr='#FFE8E8FF')";
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFFFFFFF, EndColorStr=#FFE8E8FF);
background-image: linear-gradient(to bottom, #ffffff, #e8e8ff 50%);
}
.cmshtml .isug-wb-gradient,.cmshtml .isug-wb-gradient100{
background-color: #f8f8f8;
background-image: -moz-linear-gradient(-90deg, #ffffff, #e8e8ff 100%);
background-image: -o-linear-gradient(-90deg, #ffffff, #e8e8ff 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e8e8ff));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#FFFFFFFF,EndColorStr='#FFE8E8FF')";
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFFFFFFF, EndColorStr=#FFE8E8FF);
background-image: linear-gradient(to bottom, #ffffff, #e8e8ff 100%);
}
.cmshtml .isug-wb-gradient150{
background-color: #f8f8f8;
background-image: -moz-linear-gradient(-90deg, #ffffff, #e8e8ff 150%);
background-image: -o-linear-gradient(-90deg, #ffffff, #e8e8ff 150%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e8e8ff));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#FFFFFFFF,EndColorStr='#FFE8E8FF')";
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFFFFFFF, EndColorStr=#FFE8E8FF);
background-image: linear-gradient(tp bottom, #ffffff, #e8e8ff 150%);
}
.cmshtml .isug-wb-gradient200{
background-color: #f8f8f8;
background-image: -moz-linear-gradient(-90deg, #ffffff, #e8e8ff 200%);
background-image: -o-linear-gradient(-90deg, #ffffff, #e8e8ff 200%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e8e8ff));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#FFFFFFFF,EndColorStr='#FFE8E8FF')";
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFFFFFFF, EndColorStr=#FFE8E8FF);
background-image: linear-gradient(to bottom, #ffffff, #e8e8ff 200%);
}
.cmshtml .isug-wb-gradient-reversed{
background-color: #f8f8f8;
background-image: -moz-linear-gradient(90deg, #ffffff, #e8e8ff 100%);
background-image: -o-linear-gradient(90deg, #ffffff, #e8e8ff 100%);
background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#e8e8ff));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#FFE8E8FF,EndColorStr='#FFFFFFFF')";
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFE8E8FF, EndColorStr=#FFFFFFFF);
background-image: linear-gradient(to top, #ffffff, #e8e8ff 100%);
}
.cmshtml .isug-pb-gradient{
background-color: #f8f8f8;
background-image: -moz-linear-gradient(-90deg, pink, #ccffff 100%);
background-image: -o-linear-gradient(top, pink, #ccffff 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(pink), to(#ccffff));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='pink', endColorstr='#ccffff');
background-image: linear-gradient(to bottom, pink, #ccffff 100%);
}
.cmshtml .isug-go-gradient{
background-color: #f8f8f8;
background-image: -moz-linear-gradient(-90deg, #f0f0ff, #fbaf5a 150%);
background-image: -o-linear-gradient(top, #f0f0ff, #fbaf5a 150%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0ff), to(#fbaf5a));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0ff', endColorstr='#fbaf5a');
background-image: linear-gradient(to bottom, #f0f0ff, #fbaf5a 150%);
}
.cmshtml HR.left-blue-gradient{
display: block;
margin-top: 0;
border: 0;
height: 3px;
background-image: -moz-linear-gradient(left, #062872, white 65%);
background-image: -o-linear-gradient(left, #062872, white 65%);
background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #062872), color-stop(0.65, white));
background-image: -ms-linear-gradient(left, #062872, white 65%);
background-image: linear-gradient(left, #062872, white 65%);
}
.cmshtml HR.left-blue-gradient-full{
display: block;
margin-top: 10px;
border: 0;
height: 3px;
background-image: -moz-linear-gradient(left, #062872, white);
background-image: -o-linear-gradient(left, #062872, white);
background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #062872), color-stop(1, white));
background-image: -ms-linear-gradient(left, #062872, white);
background-image: linear-gradient(left, #062872, white);
}
.cmshtml HR.right-blue-gradient{
display: block;
margin-top: 10px;
border: 0;
height: 3px;
background-image: -moz-linear-gradient(left, white 35%, #062872);
background-image: -o-linear-gradient(left, white 35%, #062872);
background-image: -webkit-gradient(linear, right top, left top, color-stop(0.35, white), color-stop(1, #062872));
background-image: -ms-linear-gradient(left, white 35%, #062872);
background-image: linear-gradient(left, white 35%, #062872);
}
.cmshtml HR.right-blue-gradient-full{
display: block;
margin-top: 10px;
border: 0;
height: 3px;
background-image: -moz-linear-gradient(left, white, #062872);
background-image: -o-linear-gradient(left, white, #062872);
background-image: -webkit-gradient(linear, right top, left top, color-stop(0, white), color-stop(1, #062872));
background-image: -ms-linear-gradient(left, white, #062872);
background-image: linear-gradient(left, white, #062872);
}
.cmshtml HR.center-blue-gradient{
display:block;
margin-top: 10px;
border: 0;
height: 3px;
background-image: -moz-linear-gradient(left, white 25%, #062872 50%, white 75%);
background-image: -o-linear-gradient(left, white 25%, #062872 50%, white 75%);
background-image: -webkit-gradient(linear, left top, right top, color-stop(0.25, white), color-stop(0.5, #062872), color-stop(0.75, white));
background-image: -ms-linear-gradient(left, white 25%, #062872 50%, white 75%);
background-image: linear-gradient(left, white 25%, #062872 50%, white 75%);
}
.cmshtml HR.center-blue-gradient-full{
display:block;
margin-top: 10px;
border: 0;
height: 3px;
background-image: -moz-linear-gradient(left, white, #062872, white);
background-image: -o-linear-gradient(left, white, #062872, white);
background-image: -webkit-gradient(linear, left top, right top, color-stop(0, white), color-stop(0.5, #062872), color-stop(1, white));
background-image: -ms-linear-gradient(left, white, #062872, white);
background-image: linear-gradient(left, white, #062872, white);
}
.cmshtml #isug-info-body HR.left-blue-gradient{
display: block;
margin-top: 10px;
border: 0;
height: 3px;
background-image: -moz-linear-gradient(left, #062872, #f6f6ff 65%);
background-image: -o-linear-gradient(left, #062872, #f6f6ff 65%);
background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #062872), color-stop(0.65, #f6f6ff));
background-image: -ms-linear-gradient(left, #062872, #f6f6ff 65%);
background-image: linear-gradient(left, #062872, #f6f6ff 65%);
}
.cmshtml #isug-info-body HR.left-blue-gradient-full{
display: block;
margin-top: 10px;
border: 0;
height: 3px;
background-image: -moz-linear-gradient(left, #062872, #f6f6ff);
background-image: -o-linear-gradient(left, #062872, #f6f6ff);
background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #062872), color-stop(1, #f6f6ff));
background-image: -ms-linear-gradient(left, #062872, #f6f6ff);
background-image: linear-gradient(left, #062872, white);
}
.cmshtml #isug-info-body HR.right-blue-gradient{
display: block;
margin-top: 10px;
border: 0;
height: 3px;
background-image: -moz-linear-gradient(left, #f6f6ff 35%, #062872);
background-image: -o-linear-gradient(left, #f6f6ff 35%, #062872);
background-image: -webkit-gradient(linear, right top, left top, color-stop(0.35, #062872), color-stop(1, #f6f6ff));
background-image: -ms-linear-gradient(left, #f6f6ff 35%, #062872);
background-image: linear-gradient(left, #f6f6ff 35%, #062872);
}
.cmshtml #isug-info-body HR.right-blue-gradient-full{
display: block;
margin-top: 10px;
border: 0;
height: 3px;
background-image: -moz-linear-gradient(left, #f6f6ff, #062872);
background-image: -o-linear-gradient(left, #f6f6ff, #062872);
background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #f6f6ff), color-stop(1, #062872));
background-image: -ms-linear-gradient(left, #f6f6ff, #062872);
background-image: linear-gradient(left, #f6f6ff, #062872);
}
.cmshtml #isug-info-body HR.center-blue-gradient{
display:block;
margin-top: 10px;
border: 0;
height: 3px;
background-image: -moz-linear-gradient(left, #f6f6ff 25%, #062872 50%, #f6f6ff 75%);
background-image: -o-linear-gradient(left, #f6f6ff 25%, #062872 50%, #f6f6ff 75%);
background-image: -webkit-gradient(linear, left top, right top, color-stop(0.25, #f6f6ff), color-stop(0.5, #062872), color-stop(0.75, #f6f6ff));
background-image: -ms-linear-gradient(left, #f6f6ff 25%, #062872 50%, #f6f6ff 75%);
background-image: linear-gradient(left, #f6f6ff 25%, #062872 50%, #f6f6ff 75%);
}
.cmshtml HR.center-blue-gradient-full{
display:block;
margin-top: 10px;
border: 0;
height: 3px;
background-image: -moz-linear-gradient(left, #f6f6ff, #062872, #f6f6ff);
background-image: -o-linear-gradient(left, #f6f6ff, #062872, #f6f6ff);
background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #f6f6ff), color-stop(0.5, #062872), color-stop(1, #f6f6ff));
background-image: -ms-linear-gradient(left, #f6f6ff, #062872, #f6f6ff);
background-image: linear-gradient(left, #f6f6ff, #062872, #f6f6ff);
}
.cmshtml .isug-new-member-box{
line-height: 1.3em;
font-size:x-large;
width:217px;
}
.cmshtml .border-radius-5{
-moz-border-radius: 5px 5px 5px 5px;
border-radius: 5px;
}
.cmshtml .border-radius-7{
-moz-border-radius: 7px 7px 7px 7px;
border-radius: 7px;
}
.cmshtml .border-radius-10{
-moz-border-radius: 10px 10px 10px 10px;
border-radius: 10px;
}
.cmshtml .isug-panel-links-box{
margin-left:auto;
margin-right:auto;
border: 2px solid black;
border-radius: 10px;
-moz-border-radius: 10px 10px 10px 10px;
padding: 3px 5px 5px 3px;
width: 219px;
text-align: center;
height:65px;
}
.cmshtml .isug-panel-link-master-table{
margin-top: 8px;
padding: 0px;
width: 920px;
border:0px solid red;
}
.cmshtml .isug-forward-tab{
border:2px solid black;
border-top-left-radius:10px;
border-top-right-radius:10px;
border-bottom:none;
padding:5px;
font-size:large;
}
.cmshtml .isug-article-page{
margin-left: 0px;
font-size: 11pt;
}
.cmshtml .isug-article-page .content-dm .section-header,.cmshtml .isug-article-page .section-dm,.cmshtml .isug-section-dm{
background-image: url("/media/krzyjnbl.png");
width: 690px;
height: 78px;
}
.cmshtml .isug-article-page .content-des-dev .section-header,.cmshtml .isug-article-page .section-des-dev,.cmshtml .isug-section-des-dev{
background-image: url("/media/krsnbvlf.png");
width: 690px;
height: 78px;
}
.cmshtml .isug-article-page .content-editorial .section-header,.cmshtml .isug-article-page .section-editorial,.cmshtml .isug-section-editorial{
background-image: url(http://my.isug.com/media/xxnfxxpt.png);
width: 690px;
height: 78px;
}
.cmshtml .isug-article-page .content-interview .section-header,.cmshtml .isug-article-page .section-interview,.cmshtml .isug-section-interview{
background-image: url("/media/kqbzrpyz.png");
width: 690px;
height: 78px;
}
.cmshtml .isug-article-page .content-strategy .section-header,.cmshtml .isug-article-page .section-strategy,.cmshtml .isug-section-strategy{
background-image: url("/media/ngmnfjjj.png");
width: 690px;
height: 78px;
}
.cmshtml .isug-article-page .content-mobility .section-header,.cmshtml .isug-article-page .section-mobility,.cmshtml .isug-section-mobility{
background-image: url(/media/bhyjnsfc.png);
width: 690px;
height: 78px;
}
.cmshtml .isug-article-page .content-events .section-header{
background-image: url(/media/ngysymcx.png);
width: 690px;
height: 78px;
}
.cmshtml .isug-article-page .content-usergroups .section-header{
background-image: url(/media/zvhntqdh.png);
width: 690px;
height: 78px;
}
.cmshtml .isug-article-page .article-block,.cmshtml .isug-article-block{
width: 678px;
border: 1px solid black;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
margin: 0px;
padding: 5px;
}
.cmshtml #isug-article-page .article-block .title{
font-size:xx-large;
font-weight:bold;
}
.cmshtml #isug-article-page .article-block P.title{
margin-top: 12px;
margin-bottom: 12px;
}
.cmshtml .isug-article-page .article-block .summary,.cmshtml .isug-article-block .summary,.cmshtml .isug-article-summary{
color: #8c8ec0;
font-style:italic;
}
.cmshtml .isug-article-page .content-dm .article-block .heading,.cmshtml .isug-article-block .dm-headers,.cmshtml .isug-article-dm-headers{
color: #000080;
font-weight: bold;
}
.cmshtml .isug-article-page .content-dm .article-block .sub-heading,.cmshtml .isug-article-block .dm-sub-headers,.cmshtml .isug-article-dm-sub-headers{
color: #858a9c;
font-weight: bold;
}
.cmshtml .isug-article-page .content-des-dev .article-block .heading,.cmshtml .isug-article-block .des-dev-headers,.cmshtml .isug-article-des-dev-headers{
color: #cd071e;
font-weight: bold;
}
.cmshtml .isug-article-page .content-des-dev .article-block .sub-heading,.cmshtml .isug-article-block .des-dev-sub-headers,.cmshtml .isug-article-des-dev-sub-headers{
color: #858a9c;
font-weight: bold;
}
.cmshtml .isug-article-page .content-mobility .article-block .heading,.cmshtml .isug-article-block .mobility-headers,.cmshtml .isug-article-mobility-headers{
color: #008080;
font-weight: bold;
}
.cmshtml .isug-article-page .content-editorial .article-block .heading,.cmshtml .isug-article-block .editorial-headers,.cmshtml .isug-article-editorial-headers{
color: #2a3e92;
font-weight:bold;
}
.cmshtml .isug-article-page .content-events .article-block .heading{
color: #f5711f;
font-weight:bold;
}
.cmshtml .isug-article-page .content-usergroups .article-block .heading{
color: #41b23b;
font-weight:bold;
}
.cmshtml .isug-article-page .content-strategy .article-block .heading{
color: #858a9c;
font-weight: bold;
}
.cmshtml .isug-article-page .article-block DIV.heading{
margin-bottom:0px;
}
.cmshtml #isug-article-page .article-block P{
margin-top:0px;
margin-bottom:12px;
}
.cmshtml .isug-article-page .article-block .codebox,.cmshtml .isug-article-block .codebox,.cmshtml .isug-codebox{
padding: 5px;
background-color: #e0e0e0;
border-radius: 10px;
-moz-border-radius:10px;
font-size: 10pt;
}
.cmshtml .isug-article-page .article-block .codebox2,.cmshtml .isug-article-block .codebox2,.cmshtml .isug-codebox2{
padding: 5px;
background-color: #fffcd8;
border-radius: 0px;
-moz-border-radius:0px;
font-size: 10pt;
}
.cmshtml .isug-article-page .article-block .codebox3,.cmshtml .isug-article-block .codebox3,.cmshtml .isug-codebox3{
font-weight:bold;
margin-left:20px;
font-size: 10pt;
margin-bottom:10px;
}
.cmshtml .isug-article-page .article-block .xml-codebox,.cmshtml .isug-article-block .xml-codebox
.isug-xml-codebox{
border: 2px solid #c6c8d1;
padding:10px;
}
.cmshtml .isug-article-page .article-block .code,.cmshtml .isug-article-block .code,.cmshtml .isug-article-code{
font-family: Monaco, "Andale Mono", Courier, "Courier New", mono;
font-weight:bold;
font-size:10pt;
}
.cmshtml .isug-article-page .article-block .boxout,.cmshtml .isug-article-block .boxout,.cmshtml .isug-boxout{
border:3px ridge #888888;
padding:7px;
}
.cmshtml .isug-article-page .article-block .resource-boxout{
border:2px solid #888888;
background-color:#d9e5ea;
padding:7px;
border-radius:10px;
-moz-border-radius:10px;
margin-bottom:10px;
}
.cmshtml .isug-article-page .article-block .email-quote{
font-style: italic;
margin-left: 20px;
margin-right: 20px;
color: #858a9c;
}
.cmshtml .isug-article-page .article-block .author-bio,.cmshtml .isug-article-block .author-bio,.cmshtml .isug-article-author-bio{
font-style:italic;
text-align:center;
}
.cmshtml .isug-article-page .content-dm .article-block .author-bio,.cmshtml .content-dm LI{
color: #000080;
}
.cmshtml .isug-article-page .content-des-dev .article-block .author-bio,.cmshtml .content-des-dev LI{
color: #cd071e;
}
.cmshtml .isug-article-page .content-mobility .article-block .author-bio,.cmshtml .content-mobility LI{
color: #008080;
}
.cmshtml .isug-article-page .content-editorial .article-block .author-bio,.cmshtml .content-editorial LI{
color: #2a3e92;
}
.cmshtml .isug-article-page .content-events .article-block .author-bio,.cmshtml .content-events LI{
color: #f5711f;
}
.cmshtml .isug-article-page .content-strategy .article-block .author-bio,.cmshtml .content-events LI{
color: #858a9c;
}
.cmshtml .isug-article-page .article-block .caption{
font-weight:bold;
font-style:italic;
}
.cmshtml .isug-article-page .article-block ul li,.cmshtml .isug-article-block ul li,.cmshtml .isug-article-block ol li{
margin-top:5px;
}
.cmshtml .isug-article-page .article-block ul li ul,.cmshtml .isug-article-block ul li ul,.cmshtml .isug-article-block ol li ul{
margin-top:0px;
}
.cmshtml .isug-article-page .article-block ol li ul li,.cmshtml .isug-article-block ul li ul li,.cmshtml .isug-article-block ol li ul li{
list-style-type:circle;
}
.cmshtml #isug-article-page .content-dm .article-block HR,.cmshtml .isug-article-page .content-dm .article-block HR{
border: 0;
height: 5px;
background-image: -moz-linear-gradient(left center, white, #000080, white);
background-image: -o-linear-gradient(left center, white, #000080, white);
background-image: -webkit-gradient(linear, left center, right center, color-stop(0, white),
color-stop(0.5, #000080), color-stop(1, white));
background-image: linear-gradient(left center, white, #000080, white);
margin:20px auto;
margin-bottom:10px;
width:90%;
text-align:center;
}
.cmshtml #isug-article-page .content-des-dev .article-block HR,.cmshtml .isug-article-page .content-des-dev .article-block HR{
border: 0;
height: 5px;
background-image: -moz-linear-gradient(left center, white, #cd071e, white);
background-image: -o-linear-gradient(left center, white, #cd071e, white);
background-image: -webkit-gradient(linear, left center, right center, color-stop(0, white),
color-stop(0.5, #cd071e), color-stop(1, white));
background-image: linear-gradient(left center, white, #cd071e, white);
margin:20px auto;
margin-bottom:10px;
width:90%;
text-align:center;
}
.cmshtml #isug-article-page .content-mobility .article-block HR,.cmshtml .isug-article-page .content-mobility .article-block HR{
border: 0;
height: 5px;
background-image: -moz-linear-gradient(left center, white, #008080, white);
background-image: -o-linear-gradient(left center, white, #008080, white);
background-image: -webkit-gradient(linear, left center, right center, color-stop(0, white),
color-stop(0.5, #008080), color-stop(1, white));
background-image: linear-gradient(left center, white, #008080, white);
margin:20px auto;
margin-bottom:10px;
width:90%;
text-align:center;
}
.cmshtml #isug-article-page .content-editorial .article-block HR,.cmshtml .isug-article-page .content-editorial .article-block HR{
border: 0;
height: 5px;
background-image: -moz-linear-gradient(left center, white, #2a3e92, white);
background-image: -o-linear-gradient(left center, white, #2a3e92, white);
background-image: -webkit-gradient(linear, left center, right center, color-stop(0, white),
color-stop(0.5, #2a3e92), color-stop(1, white));
background-image: linear-gradient(left center, white, #2a3e92, white);
margin:20px auto;
margin-bottom:10px;
width:90%;
text-align:center;
}
.cmshtml #isug-article-page .content-events .article-block HR,.cmshtml .isug-article-page .content-events .article-block HR{
border: 0;
height: 5px;
background-image: -moz-linear-gradient(left center, white, #f5711f, white);
background-image: -o-linear-gradient(left center, white, #f5711f, white);
background-image: -webkit-gradient(linear, left center, right center, color-stop(0, white),
color-stop(0.5, #f5711f), color-stop(1, white));
background-image: linear-gradient(left center, white, #f5711f, white);
margin:20px auto;
margin-bottom:10px;
width:90%;
text-align:center;
}
.cmshtml #isug-article-page .content-strategy .article-block HR,.cmshtml .isug-article-page .content-strategy .article-block HR{
border: 0;
height: 5px;
background-image: -moz-linear-gradient(left center, white, #858a9c, white);
background-image: -o-linear-gradient(left center, white, #858a9c, white);
background-image: -webkit-gradient(linear, left center, right center, color-stop(0, white),
color-stop(0.5, #858a9c), color-stop(1, white));
background-image: linear-gradient(left center, white, #858a9c, white);
margin:20px auto;
margin-bottom:10px;
width:90%;
text-align:center;
}
.cmshtml .isug-author-bio IMG{
float: left;
margin: 45px 20px 20px 0px;
width: 200px;
}
.cmshtml .isug-author-bio .h5,.cmshtml .isug-author-bio H5{
font-size: large;
}
.cmshtml .isug-author-bibliography .h5,.cmshtml .isug-author-bibliography H5{
font-size:large;
}
.cmshtml .isug-author-bibliography{
clear: both;
}
.cmshtml .isug-author-bibliography UL LI A{
font-weight:bold;
}
.cmshtml .isug-featured-content-block{
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-image: none;
height:250px;
}
.cmshtml .isug-featured-content-block TD{
vertical-align: top;
color: black;
}
.cmshtml .isug-featured-content-block .sub-block,.cmshtml .isug-featured-content-block .sub-block-100{
height:124px;
width:340px;
border-radius: 10px;
background-color:#e8e8ff;
padding: 3px 3px 5px 5px;
margin: 3px 0px;
clear: both;
background-image: -moz-linear-gradient(-90deg, #ffffff, #e8e8ff 100%);
background-image: -o-linear-gradient(-90deg, #ffffff, #e8e8ff 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e8e8ff));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#FFFFFFFF,EndColorStr='#FFE8E8FF')";
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFFFFFFF, EndColorStr=#FFE8E8FF);
background-image: linear-gradient(to bottom, #ffffff, #e8e8ff 100%);
}
.cmshtml .isug-featured-content-block .sub-block-25{
height:30px;
width:340px;
border-radius: 10px;
background-color:#e8e8ff;
padding: 3px 3px 3px 5px;
margin: 3px 0px;
clear: both;
background-image: -moz-linear-gradient(-90deg, #ffffff, #e8e8ff 100%);
background-image: -o-linear-gradient(-90deg, #ffffff, #e8e8ff 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e8e8ff));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#FFFFFFFF,EndColorStr='#FFE8E8FF')";
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFFFFFFF, EndColorStr=#FFE8E8FF);
background-image: linear-gradient(to bottom, #ffffff, #e8e8ff 100%);
}
.cmshtml .isug-featured-content-block .sub-block-33{
height:40px;
width:340px;
border-radius: 10px;
background-color:#e8e8ff;
padding: 3px 3px 3px 5px;
clear: both;
margin: 3px 0px;
background-image: -moz-linear-gradient(-90deg, #ffffff, #e8e8ff 100%);
background-image: -o-linear-gradient(-90deg, #ffffff, #e8e8ff 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e8e8ff));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#FFFFFFFF,EndColorStr='#FFE8E8FF')";
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFFFFFFF, EndColorStr=#FFE8E8FF);
background-image: linear-gradient(to bottom, #ffffff, #e8e8ff 100%);
}
.cmshtml .isug-featured-content-block .sub-block-50{
height:60px;
width:340px;
border-radius: 10px;
background-color:#e8e8ff;
padding: 2px 3px 4px 5px;
clear: both;
margin: 3px 0px;
background-image: -moz-linear-gradient(-90deg, #ffffff, #e8e8ff 100%);
background-image: -o-linear-gradient(-90deg, #ffffff, #e8e8ff 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e8e8ff));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#FFFFFFFF,EndColorStr='#FFE8E8FF')";
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFFFFFFF, EndColorStr=#FFE8E8FF);
background-image: linear-gradient(to bottom, #ffffff, #e8e8ff 100%);
}
.cmshtml .isug-featured-content-block .sub-block-66{
height:80px;
width:340px;
border-radius: 10px;
background-color:#e8e8ff;
padding: 3px 3px 3px 5px;
margin: 3px 0px;
clear: both;
background-image: -moz-linear-gradient(-90deg, #ffffff, #e8e8ff 100%);
background-image: -o-linear-gradient(-90deg, #ffffff, #e8e8ff 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e8e8ff));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#FFFFFFFF,EndColorStr='#FFE8E8FF')";
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFFFFFFF, EndColorStr=#FFE8E8FF);
background-image: linear-gradient(to bottom, #ffffff, #e8e8ff 100%);
}
.cmshtml .isug-featured-content-block .sub-block-75{
height:90px;
width:340px;
border-radius: 10px;
background-color:#e8e8ff;
padding: 2px 3px 6px 5px;
margin: 3px 0px;
clear: both;
background-image: -moz-linear-gradient(-90deg, #ffffff, #e8e8ff 100%);
background-image: -o-linear-gradient(-90deg, #ffffff, #e8e8ff 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e8e8ff));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#FFFFFFFF,EndColorStr='#FFE8E8FF')";
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFFFFFFF, EndColorStr=#FFE8E8FF);
background-image: linear-gradient(to bottom, #ffffff, #e8e8ff 100%);
}
.cmshtml .isug-featured-content-block .sub-block-125{
height:158px;
width:340px;
border-radius: 10px;
background-color:#e8e8ff;
padding: 2px 3px 6px 5px;
margin: 3px 0px;
clear: both;
background-image: -moz-linear-gradient(-90deg, #ffffff, #e8e8ff 100%);
background-image: -o-linear-gradient(-90deg, #ffffff, #e8e8ff 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e8e8ff));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#FFFFFFFF,EndColorStr='#FFE8E8FF')";
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFFFFFFF, EndColorStr=#FFE8E8FF);
background-image: linear-gradient(to bottom, #ffffff, #e8e8ff 100%);
}
.cmshtml .isug-featured-content-block .sub-block IMG,.cmshtml .isug-featured-content-block .sub-block-25 IMG,.cmshtml .isug-featured-content-block .sub-block-33 IMG,.cmshtml .isug-featured-content-block .sub-block-50 IMG,.cmshtml .isug-featured-content-block .sub-block-66 IMG,.cmshtml .isug-featured-content-block .sub-block-75 IMG,.cmshtml .isug-featured-content-block .sub-block-100 IMG,.cmshtml .isug-featured-content-block .sub-block-125 IMG{
border: 0pt none;
float: right;
padding: 3px;
}
.cmshtml .isug-featured-content-block .sub-block IMG.key,.cmshtml .isug-featured-content-block .sub-block-25 IMG.key,.cmshtml .isug-featured-content-block .sub-block-33 IMG.key,.cmshtml .isug-featured-content-block .sub-block-50 IMG.key,.cmshtml .isug-featured-content-block .sub-block-66 IMG.key,.cmshtml .isug-featured-content-block .sub-block-75 IMG.key,.cmshtml .isug-featured-content-block .sub-block-100 IMG.key,.cmshtml .isug-featured-content-block .sub-block-125 IMG.key{
border: 0pt none;
float: none;
padding: 0px;
}
.cmshtml .isug-featured-content-block .sub-block DIV,.cmshtml .isug-featured-content-block .sub-block-25 DIV,.cmshtml .isug-featured-content-block .sub-block-33 DIV,.cmshtml .isug-featured-content-block .sub-block-50 DIV,.cmshtml .isug-featured-content-block .sub-block-66 DIV,.cmshtml .isug-featured-content-block .sub-block-75 DIV,.cmshtml .isug-featured-content-block .sub-block-100 DIV,.cmshtml .isug-featured-content-block .sub-block-125 DIV{
font-style:italic;
}
.cmshtml .isug-featured-content-block .sub-block a,.cmshtml .isug-featured-content-block .sub-block-25 A,.cmshtml .isug-featured-content-block .sub-block-33 A,.cmshtml .isug-featured-content-block .sub-block-50 A,.cmshtml .isug-featured-content-block .sub-block-66 A,.cmshtml .isug-featured-content-block .sub-block-75 A,.cmshtml .isug-featured-content-block .sub-block-100 A,.cmshtml .isug-featured-content-block .sub-block-125 A{
font-style:normal;
font-weight:bold;
}
.cmshtml .info-header{
margin:25px 40px;
padding:25px 35px 0px 35px;
}
.cmshtml .info-header .blue-title{
font-style: italic;
}
.cmshtml .isug-info-container #isug-info-body .info-header{
display:none;
}
.cmshtml #isug-info-body{
width: 98%;
background-color:#f6f6ff;
margin:15px 8px;
border-radius:10px;
padding: 1px;
font-family: URW Palladio L,Tahoma,sans serif;
}
.cmshtml #isug-info-body EM,.cmshtml #isug-info-body I{
font-size: 14px;
}
.cmshtml .isug-info-container #isug-info-body{
margin:0;
background-color:inherit;
}
.cmshtml #isug-info-body .info-table{
border:1px solid #ccc;
border-radius:10px;
background-color:#f6f6ff;
height:320px;
}
.cmshtml #isug-info-body .info-text{
padding:18px 35px 25px 35px;
margin:0px;
font-size:12pt;
width:65%;
}
.cmshtml .isug-info-container #isug-info-body .info-text{
margin:25px 40px;
}
.cmshtml #isug-info-body .info-text P{
margin-bottom:24px;
text-align:justify;
}
.cmshtml #isug-info-body .info-text P.first{
margin-top:0px;
}
.cmshtml #isug-info-body .info-text P.last{
margin-bottom:12px;
}
.cmshtml #isug-info-body .info-links{
margin:25px 0px 0px 8px;
padding:18px;
width:30%;
}
.cmshtml #isug-info-body .info-links .big-button{
padding:0px;
}
.cmshtml #isug-info-body .info-links .spacer{
height:20px;
}
.cmshtml .big-button A{
display:block;
border-radius:10px;
border:1px solid #ccc;
color:#4e44b7;
padding: 25px 15px;
margin:0px;
font-size:large;
font-weight:bold;
width: 250px;
max-width: 250px;
min-width: 250px;
text-align: center;
background-color:#e8e8ff;
}
.cmshtml .big-button A:hover{
background-color:#ccccff;
color:#4e44b7;
text-decoration:none;
}
.cmshtml .big-button A.isug-wb-gradient:hover{
background-image: linear-gradient(to bottom, #ccccff, #ccccff 100%);
}