








   
   
       
        








/*Eric Meyer's Reset CSS*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Typography */
body{font:13px/1.5 Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif}hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0}h1{font-size:25px}h2{font-size:23px}h3{font-size:21px}h4{font-size:19px}h5{font-size:17px}h6{font-size:15px}ol{list-style:decimal}ul{list-style:square}li{margin-left:30px}p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{margin-bottom:20px}
strong {font-weight: bold}
/* These are standard sIFR styles... do not modify */


  
    
    
    
  

  
    
  

  
    
    
    
    
    
    
    
  

  
    
    
    
    
    
  



  
    
    
    
    
    
  

  
    
    
    
    
    
    
    
  








  
  
    
    
  
  




hr.ClearAll {
  clear: both;
  display: block;
  height: 1px;
  margin: 0 0 -2px 0;
  padding: 0;
  visibility: hidden;
}

.ClearFix:after,
#Content_Area:after,
#Spread_the_word:after, .FormRow:after, .FormRowAlt:after, div.tabContent:after, .fiveStarRating:after,
body#Content .page:after,
body#Content .Feature:after,
#Modal_frame:after,
.FormRowSubmit:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

label.backgroundLabel { display: none; }





/********************* Site-wide styles *********************/
body {
  background: #e0e8ea url(/resources/images/site_gradient_bg.gif) repeat-x;
}
#Wrapper {
    width: 1000px;
    margin: 0 auto;
    clear: both;
    padding-top: 10px;
}
a.screenReading {
    font-size:0;
    height:0;
    overflow:hidden;
    position:absolute;
    width:0;
}
#Powered_Masthead {
    position: relative;
}

#Share_Feed {
    position: absolute;
    top: 17px;
    right: 213px;
    font-size: 11px;
}

#Share_Feed a {
    display:block;
    float:left;
    margin-right:24px;
    padding-left:15px;
    vertical-align:middle;
    line-height: 13px;

}
#Share_Feed a.share {
    background: transparent url(/resources/images/icons/share_icon_small.png) center left no-repeat;
    }

#Share_Feed a.rss, #userAuxillaryInfo #SubscribeRSSLink a.rss {
    background: transparent url(/resources/images/icons/rss_icon_small.png) center left no-repeat;
    }

#Blogs .secondary #userAuxillaryInfo #SubscribeRSSLink a {padding-left:15px;}

#Blogs .secondary #userAuxillaryInfo #SubscribeRSSLink {
    font-size:.8em;
    padding:0px;
    margin-bottom:0px;
    margin-left:10px;
    width:80px;
}

#Blogs #userAuxillaryInfo {display:none;} /*hiding sidebar links for blog post page when user is logged in */
#Blogs .secondary #userAuxillaryInfo {display:inline;}
#SiteSearch {
    position:absolute;
    right:10px;
    top:9px;
}
#SiteSearch .postInput {
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    background:#FFFFFF url(/resources/images/search_bg.jpg) top left repeat-x scroll;
    border:1px solid #ccc;
    color:#5F6E7C;
    height:22px;

    width:200px;
    font-size: 15px;
    padding-top: 4px;
    text-align: center;
}


#SiteSearch .searchSubmit {
    position:absolute;
    right:-4px;
    top:1px;
}
#Site_Nav {
    background:url(/resources/images/nav_gradient_bg.png) bottom left repeat-x;
    margin-top: 20px;
    margin-bottom:30px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
#Site_Nav ul
{
    list-style: none;
    padding: 0;
}

#Site_Nav li
{
    float: left;
    margin:0px -1px 0px 0px;
}

#Site_Nav li a
{
    height: 2em;
    line-height: 2em;
    float: left;
    padding: 6px 15px;
    display: block;
    color: #565656;
    text-decoration: none;
    text-align: center;
    background:transparent url(/resources/images/nav_divider.png) center right no-repeat;
}

#Site_Nav li:hover {
    background:transparent url(/resources/images/nav_hover_bg.png) 5px 5px repeat-x;
 }

#Content_Area {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
    padding: 20px 40px 0px 40px;
  border-bottom: 1px solid #ddd;
  clear: both;
  background: #fff url(/resources/images/content_area_faux_column.gif) repeat-y;


}

.primary {width: 580px; float: left;}
.secondary {width: 275px; float: right; padding-top:3px;}

#Footer {margin: 0;}


#Spread_the_word {
  clear: both;
  background-color: #ecf1f2;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;

  padding: 10px 20px;
  margin-top: 20px;
  margin-bottom:30px;
}
#Spread_the_word span {float: left;margin-right: 50px;}
#Spread_the_word a {display: block; float: left; height: 23px;padding-left: 26px;margin-right: 30px;vertical-align: middle;}
#Spread_the_word a.email {background: url(/resources/images/icons/email.gif) no-repeat;}
#Spread_the_word a.facebook {background: url(/resources/images/icons/facebook.gif) no-repeat;}
#Spread_the_word a.twitter {background: url(/resources/images/icons/twitter.gif) no-repeat;}
#Spread_the_word a.delicious {background: url(/resources/images/icons/delicious.gif) no-repeat;}
#Spread_the_word a.digg {background: url(/resources/images/icons/digg.gif) no-repeat;}

 #Mission_Statement {
    width: 300px;
    float: left;
    background:transparent url(/resources/images/powered_logo_footer.png) top left no-repeat;
    margin:0px 56px 0px 0px;
}
#Company_Info {
    padding-left: 20px;
}
#Company_Info #Mission_Statement h2 {
    font-family: Arial,'Liberation Sans',FreeSans,sans-serif;
    font-size:14px;
    font-weight:bold;
    color: #292929;
    line-height:18px;
    margin:44px 0px 15px 0px;
}

#Company_Info #Mission_Statement p {
    font-size:10px;
    margin-bottom:15px;
}

#Company_Info #Contact_Information {
    float: left;
    padding-top:12px;
    font-size:12px;
}

#Company_Info #Contact_Information a {
    text-decoration:underline;
    margin-bottom:15px;
    display:block;

    }
#Company_Info #Contact_Information a:hover {text-decoration:none;}
#Company_Info #Contact_Information div {
    width: 155px;
    float: left;
}
#Company_Info #Contact_Information h3 {font-size:15px;}
#Company_Info #Contact_Information h4 {
    font-size:12px;
    font-weight:bold;
    margin-bottom:0px;
}

#Company_Info #Company_Location div.adr {line-height:16px;}
#Company_Info #Company_Phone span {display:block;} /*used to force toll free number below local number */
#Company_Info #Company_Phone span.tel span {display:inline;} /*used to display toll free txt and number inline*/
#Company_Info #Business_Info {margin-right:23px;}
#copyright {clear: both; padding-left: 20px; font-size:9px; letter-spacing:.09em;}


div.placement {clear: both; font-size: 11px; margin-bottom: 15px;}
div.placement h3 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}

#FeaturedWebinar h3 {line-height:25px;}

div.secondary .placement {
    width:auto;
    margin:22px 0px 4px 0px;
    padding:3px 5px 3px 8px;
    background:#Efefef;
    clear:both;
    overflow: hidden;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

}

#Content_Area div.secondary .placement h3 {
    margin-top:3px;
    font-size:14px;
    }
/**************************  Links and Buttons  **************************/

.CTA_Button {
    display: block;
    width: 275px;
    text-align: center;
    color: #fff;
    margin: 10px 0;
    background: #fff url(/resources/images/CTA_drop_shadow2.png) bottom left no-repeat;
    border:3px solid #fff;
    /*-webkit-border-radius: 7px;*/
    /*-moz-border-radius: 7px;*/
    /*border-radius: 7px;*/
    -webkit-border-radius-topleft: 7px;
    -webkit-border-radius-topright: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    border-radius-topright: 7px;
    border-radius-topleft: 7px;
}
#Flag .CTA_Button {
    background: none;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
#Flag .CTA_Button a {
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.CTA_Button:hover {
    color:#fff;
}
.CTA_Button a {
    display: block;
    background: #fdc159 url(/resources/images/CTA_button_bg.gif) bottom left repeat-x;
    color: #fff;
    padding: 15px 0;
    font-size: 16px;
    margin-bottom: 7px;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius: 7px;
    border-radius-topright: 7px;
    border-radius-topleft: 7px;

}
.CTA_Button a:visited {
    color: #fff;
}

.CTA_Button a:hover {
    text-decoration:none;
    color:#fff;
}

a {
    color:#227BB7;
    text-decoration: none;}

a:hover {text-decoration:underline;}

/***********************  Tabbed Navigation ****************/
.tab 	{

	float: left;
	margin: 5px 3px 0 0;
	padding: 0.2em 0px 4px 0px;
	text-align: center;
	color: #3f3f3f;
	background: #b7c9d1 url(/resources/images/tabs_blue_bg.jpg) repeat-x bottom;

	-webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    border-radius-topright: 7px;

	}

#Content_Tabs .tab a 	{
	color: #3f3f3f;
	padding:12px 15px;
	margin:-3px 0px -6px 0px;
	letter-spacing:.040em;
    display:block;
    line-height: 13px;

}

.tab a:hover, .selected {
    text-decoration:none;
    color:#3f3f3f;
    background:#fff;

    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    border-radius-topright: 7px;

    }

body#Content #Flag #Content_Tabs,
body#Section #Flag #Content_Tabs,
body#Blogs #Flag #Content_Tabs {
    background:transparent url(/resources/images/content_tabs_shadow.png) bottom left repeat-x;
    position: absolute;
    bottom: 0;
    left: 50px;
    
    padding-top:28px;
    clear:both;
    
}

/**************************  FLAG  **************************/
#Flag {
    clear: both;
    height: 274px;
    position: relative;
    padding: 0;
    color: #fff;
    position: relative;

}




body#Home #Flag {height: auto; padding: 0;}


#Brands_Showcase {margin:20px 0; color:#000;}
#Brands_Showcase p {
    width:381px;
    background: transparent url(/resources/images/brands_divider_bg.png) center right no-repeat;
    padding:0px 37px 0px 11px;
    float:left;
    margin-right:25px;
}

#Brands_Showcase strong {
    font-weight:bold;
    font-size:15px;
}

#Brands_Showcase img {
   margin-right:24px;
}
#Section_Nav {
    clear: both;
}
.Campus_Title {
    clear: left;
    width:auto;
    color:#014e72;
    margin-bottom: 5px;
}

#Section_Nav div {
    margin: 0px 0 0 20px;
    padding-left: 20px;
    border-left: 1px solid #0C4461;
}

#Section_Nav div a {
    padding:0px 12px 0px 0px;
}
#Section_Nav td {
    vertical-align: middle;
}
#Flag div.Text {
    padding: 40px 50px;
}
#Flag p.intro {
    clear:both;
    width:60%;
    float:left;
    font-size: 15px;
    margin-top: 5px;
}
#Flag p.NoBannerImage {
    width: auto;
    
}
#Flag a {
    color: #fff;
}

#Flag #Action_Items {
    float:right;
    margin-right:18px;
    /*margin-top:-7px;*/
}

body #Flag {
    background:#153c4f url(/resources/images/flag_session_bg.jpg) top left no-repeat;
     -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    border-radius-topright: 7px;
    }
body#Home #Flag {background: none;}

#Podcast div.podcast {
    clear: both;
}
#Flag .Flash {
    clear: both;
}
body #Flag h1 {
    margin-bottom: 0px;
}
body#Blogs #Flag .follow {}
body#Blogs #Flag h1 {font-size: 18px;}
body#Blogs #Flag h2 {font-size: 36px;}
body#Blogs #Flag h1.blogHeadline {font-size: 36px;}


/**************************  HOME PAGE  **************************/
#Featured_Messaging {
    clear: both;
}
body#Home .secondary {width: 580px; float: left;}
body#Home .primary {
    width: 280px;
    float: right;
}
body#Home #FeaturedDownloads h4 {
    font-size: 16px;
    margin: 0;
}
body#Home #News_Events {
    float: left;
    width: 290px;
}
body#Home #News_Events div {
    padding-right: 15px;
}
body#Home #News_Events div span {
    color: #838383;
    font-size: 10px;
}
body#Home #News_Events div span.Type {
    margin-right: 10px;
    font-weight: bold;
    letter-spacing: 3px;
    text-transform: uppercase;
}
body#Home #twitter_stream {
    float: left;
    width: 290px;
}
body#Home #RecentBlogPosts h3 img,
body#Home #News_Events h3 img,
#twitter_stream h3 img {position: relative; top: 6px; margin-left: 15px;}

body#Home #RecentBlogPosts h3, body#Home #OtherRecentBlogPosts h3 {background-position:120px 0px;}
body#Home #News_Events h3 {background-position:170px 0px;}

#twitter_stream div {font-size: 11px;}
#twitter_stream span.author a {font-weight: bold; color: #d76000;}
#twitter_stream p {font-size: 13px;}
#twitter_stream span.month, #twitter_stream span.day {color:#838383;}

/*#RecentBlogPosts {margin-bottom:70px;padding-right: 60px;}*/
#RecentBlogPosts li, #OtherRecentBlogPosts li {
   list-style-type: none;
   margin-left:0px;
}

#RecentBlogPosts h4, #OtherRecentBlogPosts h4 {
    margin:30px 0px 5px 0px;
    font-weight:bold;
    font-size: 17px;
    }

#RecentBlogPosts .excerpt, #OtherRecentBlogPosts .excerpt {margin-top:5px;}
#RecentBlogPosts .excerpt a, #OtherRecentBlogPosts .excerpt a {color:#d76000;}

#Content_Area .secondary h3 {line-height:33px; margin-top: 15px;}

#NewsletterSignup .ButtonInput input,
div.secondary .placement .ButtonInput input,
.elqFormSubmit,
div.elqLayout input#submit {
    font-size:12px;
    font-weight:bold;
    padding:3px 12px;
    text-align: center;
    color: #fff;
    height: auto;
    background: #fdc159 url(/resources/images/CTA_button_bg.gif) center left repeat-x;
    border:3px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}

    #Get_Started {margin-top: 15px;}

/**************************  BLOG PAGE  **************************/
body#Blogs .BlogPost .date {
    float:none;
    display:inline;
    }

#userBlog .BlogPost span.date,
.blog_post_meta span.date
 {
    border:0px solid #ccc;
    margin:-1px 0px 10px 0pt;
    width:75px;
    color:#838383;
}

#userBlog .BlogPost span.day,
.blog_post_meta span.day {
    background-color:transparent;
    padding:0px 0px 0px 0px;
    display:inline;
    font-size:12px;
}

#userBlog .BlogPost span.month,
 .blog_post_meta span.month {
    background-color:transparent;
    color:#838383;
    font-size:12px;
    display:inline;
}
#userBlog .BlogPost span.year,
.blog_post_meta span.year
 {
    font-size:12px;
}

body#Blogs div.blogAuthor img {float:left; padding-right:5px;}

body#Blogs .blogAuthor span {
    color:#838383;
}

body#Blogs .blogAuthor span.blogUsername a,
.blog_post_meta span.blogUsername a
 {
    color:#d76000;
    text-transform:capitalize;
}

#userBlog .BlogPost .blog_header h2 {
    font-family: "helvetica", arial, verdana;
    font-size: 1.3em;
    margin:5px 0px 0px;
    font-weight:bold;
}

body#Blogs .postHeaderMetaData {
   clear:both;
   display:block;
   padding-top:12px;
   
   /*margin-bottom:30px;*/
}

body#Blogs .postHeaderMetaData a.blogComments,
body#Blogs .postHeaderMetaData a.share
 {
    display:block;
    float:left;
    margin-left:24px;
    padding-left:25px;
    vertical-align:middle;
}
body#Blogs .postHeaderMetaData a.blogComments {
    background:transparent url(/resources/images/icons/comment_balloon_gray.png) no-repeat center left;
}
body#Blogs .postHeaderMetaData a.share {
    background:transparent url(/resources/images/icons/share_icon_gray.png) no-repeat center left;
}

.BlogPost .postMetadata .postTags a {
    font-weight:bold;
    font-size:11px;
    text-transform: capitalize;
}

body#Blogs  .secondary #userAuxillaryInfo #RecentBlogPosts li {
   padding:8px 0px 8px 0px;
   margin:0px;
   font-weight:normal;
    line-height:13px;
}
body#Blogs  .secondary #userAuxillaryInfo #TagCloud li {
    display: inline;
  margin: 0 0.4em 0 0;
    padding: 0;
}


#userBlog .BlogPost .blogContent  {
    margin-left:0px;
    padding-left:0px;
}

#Blogs .BlogPost .postMetadata .CommentLinks {float:none;}

#userBlog #AddPost,
#userBlog .addNewPost
 {
    margin-right:15px;
    float:left;
    display: block;
    width: auto;
    text-align: center;
    color: #fff;
    margin: 0;
    background: #D76000;
    border:3px solid #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    }

#userBlog #AddPost img,
#userBlog .addNewPost img {display:none;}

#userBlog #AddPost a,
#userBlog .addNewPost a {
    color:#fff;
    padding:0px 5px;
        }

#userBlog #AddPost:hover,
 #userBlog .addNewPost:hover {
    background:#fdc159;
    color:#fff;
}

#userBlog #AddPost a:hover,
#userBlog .addNewPost a:hover {
     color:#fff;
     text-decoration:none;
}

#tagLine {display:none;}

body#Blogs #UserInfo {
   display:none;
}

#BlogAuthors div.author {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-color: #769aaa;
    margin-bottom: 10px;
    overflow: hidden;
    height: 70px;

}
#BlogAuthors div.author h2 {
    font-size: 17px;
    margin: 6px 0 0 0;
    color: #fff;
}
#BlogAuthors div.author .avatar {
    float: left;
    margin: 0;
}
#BlogAuthors div.author .authorInfo {
    float: left;
    margin-left: 10px;
}
#BlogAuthors div.author .authorInfo .links a {
    color: #bfdce9;
    margin-right: 5px;
    font-size: .88em;
}

/**** BLOG POST PAGE *****/

#userBlog #blogEditorContainer .blog_header input.text,
#userBlog #blogEditorContainer #editorArea,
#userBlog #blogEditorContainer span.date,
#userBlog #blogEditorContainer #TagsRow label
  {
    margin-left:20px;
    width:auto;
}

#userBlog #blogEditorContainer .blog_header input.text {width:452px;}

.align_left {
  float: left;
  margin-right: 10px;
}
.align_right {
  float: right;
  margin-left: 10px;
}
.align_center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


/************************************ COMMENTS **********************************/
#Faux_Separator {
-moz-border-radius-bottomleft:7px;
-moz-border-radius-bottomright:7px;
  background: #fff url(/resources/images/content_area_faux_column.gif) repeat-y;
clear:both;
left:-20px;
position:relative;
top:20px;
width:999px;
z-index:12;
  border-bottom: 1px solid #ddd;


}
body#Blogs div#Content_Area {
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
padding-bottom: 0px;
}
div#Content_Area #commentsBlock {
    background-color:#F0F4F5;
    background-image:none;
    left:-40px;
    margin:0;
    overflow:hidden;
    padding:20px 30px;
    position:relative;
    width:591px;
    z-index: 1;
  -moz-border-radius-bottomleft:7px;
-moz-border-radius-bottomright:7px;
-webkit-radius-bottomleft:7px;
-webkit-radius-bottomright:7px;
radius-bottomleft:7px;
radius-bottomright:7px;
}
h3.CommentTitle {
    color:#bdc1c2;
    font-family:helvetica,verdana,arial;
    font-weight:bold;
    }
h3.CommentTitle a {
    background:#FDC159 url(/resources/images/CTA_button_bg.gif) repeat-x scroll left bottom;
    border:3px solid #FFFFFF;
    color:#FFFFFF;
    float: right;
    font-family: helvetica, arial, tahoma;
    font-size:12px;
    font-weight:bold;
    margin-left: 20px;
    padding:4px 9px;
    text-align:center;
    width:105px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    }

.UserName, .UserName a {
 color:#d76000;
 }
.ReviewSpecs .Date {
    color:#bdc1c2;
    font-size:12px;
    }
#CommentForm,
.CommentReplyForm {
    }

.CommentReplyForm {
    width:auto;
    margin:4px 0px 0px 30px;
    padding:10px;
    clear:both;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    }

#CommentForm div,
.CommentReplyForm div
 {
    margin:11px 0px 11px 11px;
    color:#3f3f3f;
    font-size:11px;
    }
.CommentReplyForm div
 {
    width:auto;
    margin:4px 0px 0px 30px;
    padding:10px 0;
    background:#f0f4f5;
    clear:both;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    }
#CommentForm label,
.CommentReplyForm label
 {
    float:left;
    width: 75px;
    text-align:right;
    padding-right:15px;
    font-weight:bold;
    color:#3f3f3f;
    font-size:12px;
}

#CommentForm input,
.CommentReplyForm input
 {
    height:20px;
    width: 260px;
    border:1px solid #b3b3b3;
    background:#FFFFFF url(/resources/images/search_bg.jpg) top left repeat-x scroll;
    margin-right:10px;
    color:#3f3f3f;
}
.CommentReplyForm input {
    width: 235px;
}

#fbPublish {padding-left: 62px; float: left;}
#CommentForm input#facebookPublish,
.CommentReplyForm input#facebookPublish {
    height:auto;
    margin-right:5px;
    padding-bottom:5px;
    width:10px;
    
}

.publishToFacebook img,
.publishToFacebook input,
.publishToFacebook label {float: left; margin-right: 5px;}

#CommentForm .publishToFacebook label {width: auto; text-align: left;}

#CommentForm textarea,
.CommentReplyForm textarea
 {
    border:1px solid #b3b3b3;
    background:#FFFFFF url(/resources/images/search_bg.jpg) top left repeat-x scroll;
    width: 399px;
}

.CommentReplyForm textarea {margin-left:0px;}

#commentsBlock .Comment .CommentReply {
    width:auto;
    margin:4px 0px 0px 30px;
    padding:10px;
    background:#f0f4f5;
    clear:both;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}


#commentsBlock .Button,
.postMetadata .Button,
 {
    background:#FFFFFF url(/resources/images/comments_button_bg.png) bottom left repeat-x scroll;
    border-left:1px solid #f4f4f4;
    margin:8px 8px 8px 0px;
    display:inline;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
#CommentBox h3 {margin-left:75px;}
#CommentBox p {margin-left:75px;}


#commentsBlock .Comment .Abuse {
    padding-left: 10px;
    font-size: .88em;
    float:left;
    width:100px;
    margin-top:6px;
}

#commentsBlock div.CommentLinks {
    font-size: .88em;
    display:inline;
    margin-top:20px;

    }

body#Blogs #userBlog #commentsBlock div.Avatar {
    float:left;
    margin-bottom:5px;
}

#userBlog #commentsBlock {
    margin-left:20px;
    margin-bottom:20px;
    /*padding:10px 25px 5px;*/
    padding:20px;
    }


#commentsBlock .Comment {
  margin-top:20px;
}

#userBlog #commentsBlock div.Cancel {padding-top:7px;  text-transform:capitalize;}

#commentsBlock .Comment .Commenter {
    font-weight:bold;
}

#commentsBlock .Comment .Date {
    font-size:.8em;
}

#commentsBlock .Comment .TextCarrot {
    background:transparent url(/resources/images/comment_carrot_bg.png) no-repeat scroll 0 22px;
    float:left;
    height:100px;
    margin-right:-1px;
    position:relative;
    width:23px;
    z-index:100;
}

#commentsBlock .Comment .Text {
    background:#FFFFFF none repeat scroll 0 0;
    float:left;
    padding:15px 30px;
    width:450px;
    -webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	border: 1px solid #EEE;
	border-bottom: 1px solid #999;
}
#commentsBlock .Comment .CommentReply .Text {width: 400px;}

#commentsBlock .Comment .Text .CommentBody{
    margin-left: 0px;
    margin-top: 10px;
}

#commentsBlock .Comment .Text .Ratings{
    margin-left: 0px;
    margin-top: 10px;
}

#commentsBlock .Comment .Text .Ratings div.Button{
    -moz-border-radius:7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background:transparent url(/resources/images/bg_ratings_buttons.png) repeat-x scroll center bottom;
    border-color:-moz-use-text-color #EEEEEE #666666;
    border-style:none solid solid;
    border-width:medium 1px 1px;
    font-size:0.88em;
    margin-right:5px;
    padding:1px 10px;
    
}

#commentsBlock .Comment .Text .Ratings div.Button span.votes{
    background:transparent url(/resources/images/rating_divider.png) no-repeat scroll 0 0;
    font-weight:bold;
    margin-left:8px;
    padding-left:13px;
}

#commentsBlock div.CommentLinks a {
    float:left;
    padding-top:7px;
    }

#commentsBlock div.CommentLinks a.Report {
    margin-left: 15px;
    }

#commentsBlock div.CommentLinks a.comment-reply {
    font-size:12px;
    font-weight:bold;
    padding:3px 12px;
    width: 30px;
    float:right;
    text-align: center;
    color: #fff;
    margin: 5px 0px 0px 35px;
    background: #fdc159 url(/resources/images/CTA_button_bg.gif) center left repeat-x;
    /*border:3px solid #fff;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.Comment .CommentReplyForm {
    clear:both
}

#FacebookButton {margin-left:75px;margin-bottom:20px;}

.Ratings div.Label {float:none;}
.Ratings div {float:left;}
.Ratings div a {
    color:#6e6e6e;
    padding:4px;
    display:block;
    }

div.Rating {
    padding-right:20px;
    color:#6e6e6e;
    margin-top:15px;
    }

#CommentForm div#CommentSubmit,
#commentsBlock .Comment .CommentReplyForm .Button
 {
    font-size:12px;
    font-weight:bold;
    padding:4px 9px;
    width: 105px;
    float:right;
    text-align: center;
    color: #fff;
    margin: 10px 25px 0px 35px;
    background: #fdc159 url(/resources/images/CTA_button_bg.gif) bottom left repeat-x;
    border:3px solid #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    }
body#Blogs #CommentForm div#CommentSubmit,
body#Blogs #commentsBlock .Comment .CommentReplyForm .Button {margin: 10px 88px 0px 35px;}

#commentsBlock .Comment .CommentReplyForm .Button {
  margin-right:63px;
  float:right;
}
#commentsBlock .Comment .CommentReplyForm .Cancel {
    float:right;
}
#CommentForm div#CommentSubmit a,
.Comment .CommentReplyForm .Button a
 {color:#fff;}



/*styling for report abuse modal buttons */
#ReportAbuseForm .MessageBoardNav {
margin-left:105px;
clear:both;
}

#ReportAbuseForm .MessageBoardNav .Button {
    font-size:12px;
    font-weight:bold;
    padding:4px 9px;
    width: 80px;
    float:left;
    text-align: center;
    color: #fff;
    background: #fdc159 url(/resources/images/CTA_button_bg.gif) bottom left repeat-x;
    border:3px solid #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

    }

#ReportAbuseForm .MessageBoardNav .Button a {color:#fff;}
/************************************ STAR Ratings ****************************************/

.fiveStarRating {
    float:left;
    margin:-7px 0px 0px 0px;
}


/*             styles for the star rater                */
.star-rating {
    list-style:none;
    margin: 3pt 5px 0 0;
    padding:0px;
    width: 85px;
    height: 22px;
    position: relative;
    overflow:hidden;
    float: left;
    background: url(/resources/images/rating_star-17px.png) top left repeat-x;
}


    

.star-rating li {
    padding:0px;
    margin:0px;
    /*\*/
    float: left;
    /* */
}
.star-rating li a {
    display:block;
    width:17px;
    height: 25px;
    line-height:25px;
    text-decoration: none;
    text-indent: -9000px;
    z-index: 20;
    position: absolute;
    padding: 0px;
    overflow:hidden;
}

.star-rating li a:hover{
    background: url(/resources/images/rating_star-17px.png) left bottom;
    z-index: 2;
    left: 0px;
    border:none;
}
.star-rating a.one-star{left: 0px;}
.star-rating a.one-star:hover{width:17px;}
.star-rating a.two-stars{left:17px;}
.star-rating a.two-stars:hover{width: 34px;}
.star-rating a.three-stars{left: 34px;}
.star-rating a.three-stars:hover{width: 51px;}
.star-rating a.four-stars{left: 51px;}
.star-rating a.four-stars:hover{width: 68px;}
.star-rating a.five-stars{left: 68px;}
.star-rating a.five-stars:hover{width: 85px;}

.star-rating li.current-rating  {
    background: url(/resources/images/rating_star-17px.png) left center;
    position: absolute;
    height: 25px;
    display: block;
    text-indent: -9000px;
    z-index: 1;
}

.ratingText {
    float: left;
    padding-top: 8px;
    font-size: 11px;
}


/****************** COURSES/SECTIONs PAGE ********************/

body#Section #Content_Area div.Content {
    padding:10px;
    margin-bottom: 20px;
}
body#Section #Content_Area div.Content div.Text {
    float: left;
    width: 400px;
}
body#Section #Content_Area div.Content div.graphic {
    width: 145px;
}
#Content_Area div.graphic {
  float: left;
  margin: 0px 1em 5px 0;
  clear:both;
}
#Content #Content_Area blockquote {
    margin: 0 1em;
    }

body#Content #Content_Area h3,
body#Section #Content_Area h3{
    margin-top:30px;
    line-height:23px;
    }

body#Section #News {
    float: left;
    width: 285px;
    margin-right: 10px;
}
body#Section #Events {
    float: left;
    width: 285px;
}
body#Content .primary .page h3 {
    font-size: 24px;
}
body#Content .primary .page h1 {
    font-size: 20px;
}
body#Content .primary .page h2 {
    font-size: 18px;
}
/****************** PLATFORM PAGE ********************/

body#Content div#Platform { width: 920px; }
body#Content .Feature {clear: both; height: 330px}
body#Content .odd {background-color: #f1f8fa;}

div#Platform div.callout {
    width: 266px;
    padding: 0 20px;
    float: left;
    text-align: center;
}
body#Content div#Platform .graphic {
    margin-right: 3em;
}
body#Content div#Platform .callout .graphic {margin: 0 auto; float: none;height: 145px;}
body#Content div#Platform .Text p {
    color:#666666;
    font-size:16px;
    font-weight:normal;
    line-height:29px;
}

/****************** WEBINAR PAGE ********************/
body#Webinar div.secondary {
    /*width: 300px;*/
    /*margin-right: -15px;*/
}
body#Webinar div.secondary form {
    /*padding: 15px;*/
    /*border: 1px solid #ccc;*/
    overflow: hidden;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

body#Webinar div.secondary form .elqFormSubmit {float: right;}

/**************** LOGIN page *******************************/
.FauxLabel {
	clear: both;
	font-weight: bold;
	width: 220px;
	margin-bottom:5px;
    margin-top:20px;
}

#loginForm2 #Forgot {
    clear:both;
}

fieldset .PasswordInput {
    margin-top:5px;
    margin-left:146px;
}

#Content_Area #userBlog {
    overflow:visible;
   
   }

 #userBlog .BlogPost .blog_header {
    font-family: arial,verdana,lucida,helvetica,sans-serif;
    font-size: 1em;
    padding-top:5px;
    margin-top:20px;
    background-color:transparent; /*overwrites default style from UGC.jsp*/
}

#userBlog #userControls span a {padding-left:10px;}

/** Blog metadata **/
#userBlog .BlogPost .postMetadata {
    margin-left:0px;
}

#userBlog .BlogPost .postMetadata .postLinks {
    text-align:right;
    margin-bottom:20px;
    padding-bottom:14px;
}

#userBlog .BlogPost .postMetadata .postLinks {
    text-align:right;
    margin-bottom:20px;
}

#userBlog .BlogPost .postMetadata .Ratings {margin: 10px 0;}
/*#userBlog .BlogPost .postMetadata .Ratings div.Button {margin-top:0px; margin-left:-20px;}*/
#userBlog .BlogPost .postMetadata .Ratings div.Button a:hover, #commentsBlock .Comment .Ratings div.Button a:hover {text-decoration:underline;}
#userBlog .BlogPost .postMetadata .postLinks a {
    font-size:.9em;
    margin-right:10px;

}

#userBlog .BlogPost .postMetadata .postLinks span {
    margin-left:5px;
    float: left;
    
    }
#userBlog .BlogPost .postMetadata .postLinks .blogPermalink {float: right;}
#userBlog .BlogPost .postMetadata .postLinks span.CommentLinks {float:none;}


#userBlog .BlogPost .postMetadata .postLinks div.blogAuthor img {
    float:left;
    border:1px solid 
}
#userBlog .BlogPost .postMetadata .postLinks div.blogAuthor p {
    float:left;
    margin:0px 8px 0px 8px;
    color:;
}
body#userBlog .BlogPost .blogContent { overflow: hidden; }
body#userBlog .BlogPost .postMetadata .postLinks div.blogAuthor ul {margin-top:5px;}
body#userBlog .BlogPost .postMetadata .postLinks div.blogAuthor ul li {line-height:12px;}
body#userBlog .BlogPost .postMetadata .postLinks div.blogAuthor li.CommentLinks a {color:#8E703A;}

#userBlog .BlogPost .postMetadata .postLinks div.blogMetaLinks {
    margin-top:8px;
}

#userBlog .BlogPost .postMetadata .postLinks div.blogAuthor a {
    color:;
    font-style:italic;
}

#userBlog #editBlogForm .postMetadata {color:;}

div.postLinks span span span {
    border:none;
}

#userBlog div.addNewPost {
    float:right !important;
    margin-bottom:10px;
    }




#UserInfo #Avatar, #UserInfo div.User {
    width:90px;
    /*float:left;*/
}

#UserInfo #Avatar img {
    margin:4px;
    /*float:left;*/
}

body#Profile #UserInfo #Avatar img {
    margin:1px 0px 0px 1px;

     }

#UserInfo p span {
    margin:-12px 0 0 0;
    font-weight:bold;
    color:#6f5a34;
}

#UserInfo a {
    font-size:1em;
    line-height:1.3em;
}

#userBlog h1 #blogTitle {
    color:#6f5a34;
    float:left;
    margin-right:10px;
}



/**** blog editor ****/

#userBlog div#blogEditorContainer {
    background-color:#FDF7E8;
    border:1px solid #FED5A4;
    width:615px
    }
#userBlog div#blogEditorContainer #blogPostControls {margin-left:90px;}
#userBlog div#blogEditorContainer .BlogPostCheckbox input {
    margin-left:41px;
    margin-top:4px;

    }

#userBlog div#blogEditorContainer p {float:left;margin-top:0px;}
#userBlog #blogEditorContainer input#tags {margin-bottom:5px;}
#userBlog #blogEditorContainer .BlogPostCheckbox {margin:25px;}
#userBlog #blogEditorContainer .BlogPostCheckbox input {width:20px; margin:5px;}
#userBlog #blogEditorContainer.BlogPost .blog_header {margin-top:0px;}
#userBlog div#blogEditorContainer p.TagsHint {color:gray;margin-left:135px;width:auto;margin-top:-4px;}
#userBlog div#blogEditorContainer input#tags {float:none;}

#userBlog #ModalImageUpload {
  background-color:#DFD7C3;
  border:1px solid #FED5A4;
  width:345px;
  
}

fieldset#PhotoSource {display:none;}
#FileUploadElement div input {margin-bottom:10px;

}

#EmbedVideo{
   position:absolute;
   z-index:1000000;
   background-color:#fff;
   border:1px solid #464f5a;
   margin:10px;
   padding: 10px;
}


/** edit button to change blog title **/
#userBlog h1 #editBlogTitle, body#Blogs #userBlog #blogTitle-inplaceeditor .editor_cancel {
    cursor:pointer;
    margin-left:5px;
    font-size:.75em;
    text-transform:capitalize;
    font-weight:normal;
}

body#Blogs #userBlog #tagLine-inplaceeditor .editor_cancel {text-transform:capitalize;}

body#Blogs .editor_field {float:left;}
body#Blogs #userBlog #blogTitle-inplaceeditor a:hover, body#Blogs #userBlog #tagLine-inplaceeditor a:hover {text-decoration:none;}
body#Blogs #userBlog #blogTitle-inplaceeditor input.editor_ok_button,body#Blogs #userBlog #tagLine-inplaceeditor input.editor_ok_button {
    margin-left:5px;
    border:1px solid #D8A42A;
    margin-top:1px;
    margin-right:5px;
    }
/** blog buttons **/




/*** blog tagline ***/
#userBlog p {
    margin-top:22px;
}


/*** blog drafts page ***/
#userBlog .manageBlogView thead th {
    background-color: #fdf7e8;
}

#userBlog .manageBlogView td a:hover {text-decoration:underline;}

#userBlog .manageBlogView tbody tr:hover td, #userBlog .manageBlogView tbody tr:hover th {
    background-color: #eeeae0;
}

#userBlog .manageBlogView {
    background-color:#fdf7e8;
}
/*************** profileAuxillary (blog sidebar stuff) *************************/

/**** blog related sidebar widgets ****/

/*#userAuxillaryInfo #SubscribeRSSLink,*//* .sidebarContainer,  .secondary #userAuxillaryInfo #RecentBlogPosts,  .secondary #userAuxillaryInfo #TagCloud,  .secondary #userAuxillaryInfo #MostCommentedBlogPosts {*/
    /*margin-bottom:18px;*/
    /*margin-top:17px;*/
    /*padding:0px 8px 8px 8px;*/

/*}*/

div#Sidebar div.sidebarContainer h3, div.sidebarContainer h2, body#Blogs div#Sidebar #TagCloud h3, body#Blogs div#Sidebar #RecentBlogPosts h3  {
   background: url(/resources/images/bg-sidebarHeaderRight.jpg) no-repeat right top;
   margin-left:3px;
   padding:6px 21px 8px 0px;
   color:#fff;
   font-weight:bold;
   text-align:center;

}


 .secondary #userAuxillaryInfo #SubscribeRSSLink h3 {display:none;}

.secondary  #userAuxillaryInfo #RecentBlogPosts ul li a,
.secondary  #userAuxillaryInfo #TagCloud ul li a{
    font-weight:bold;
}


body#Blogs #ContentWrapper  .secondary #userAuxillaryInfo #SubscribeRSSLink a {
    padding-left:17px;
    display:inline;
}

#MostCommentedBlogPosts {display:none;}

/***end blog sidebar***/





















.State { 
	color: #900;
	font-size: .8em;
	font-weight: bold;
	text-transform: uppercase;
}

h1 .State {font-size: .5em;}
#Error, .Error, .webActionError, .error {
  color: #990000;
}
#Error p, .error p {
  font-weight: bold;
}
.error ul {
  font-weight: normal;
}
h2 span.More {
  float: right;
  font-size: .85em;
}

#SystemMessage {
  color: ;
  font-weight: bold;
}
#SystemMessage p { margin: 0; }

.ButtonInput {float:left; margin-right: 10px;}
.ButtonInput input {
  color:#FFFFFF;
  background-color: #fea91e;
  line-height: 20px;
  font-weight:bold;
  margin-bottom:10px;
  padding:2px 7px 3px;
  text-align:center;
  white-space:nowrap;
  height: 20px;
  border: 0;
  cursor: pointer;
}

/********** Breadcrumbs **********/

#breadcrumbs {
	padding: 0 10px 0px;
  position: relative;
  margin: 0;
  width: 700px;
}

#breadcrumbs div.Back {
  float: left;
  margin: -2px 2px 0 0;
	font-size: .85em;
}

#breadcrumbs ul {
	margin: -3px 0 0 !important;
  float: left;
  padding: 0 5px 0 0;
	overflow: hidden;
}

#breadcrumbs ul li {
	border-left: 1px solid ;
	display: inline;
	border-left: none;
	margin: 0;
}

#breadcrumbs ul .First {
	padding-left: 0;
}



/******************* Home Page **********************/




/********** Forms **********/


body#Form h1 {
  margin-bottom: 15px;
}

body#Form .Column {
  width: 340px;
  margin-right: 10px;
  float: left;
}

body#Form .Column.Last {
  margin: 0;
}

fieldset {
  margin: 10px 0;
  /*width: 520px;*/
  border: 1px solid #e7e7e7;
  padding: 10px
}
body#Form fieldset {width: 580px;}
legend {
  padding: 0.2em 0.5em;
  
  color: ;
  font-size: 1.2em;
  font-weight: bold;
  text-align: right;
}

.FormRow,
.FormRowAlt,
.FormRowSubmit {
	clear: both;
	margin: 0 0 4px 0;
	padding: 0;
}

.FormRowSubmit {
  margin-left: 147px;
  
}


.FormRow label,
.FormRowAlt label,
p.Label {
	float: left;
	font-weight: bold;
	margin: 2px 12px 2px 0; /* May need an IE override - use browser detector */
	text-align: right;
	width: 135px;
}
.FormRow p.Label {width: auto; margin-top: 10px;}
.FormRow.Required label,
.FormRowAlt.Required label,
p.Label.Required {
  background: url(/resources/images/bg-required.gif) right top no-repeat;
  padding-right: 8px;
}

p.Label2 {
	clear: both;
	margin-top: 12px;
}

.Column.Last p.Label2 {
  margin-top: 0;
}

#Agree {
  margin-top: 35px;
}

.FormRowAlt label {
	font-weight: normal;
	text-align: left;
}

.FormRow input,
.FormRowAlt input,
.FormRow textarea,
.FormRow select {
	float: left;
	margin-right: 12px;
}

body#Form .FormRow input,
body#Form .FormRow textarea,
body#Form .FormRow select {
	margin-right: 0px;
}

.FormRowAlt input {
	margin-left: 114px;
	width: 20px;
}



body#Form #howisthisused {margin-left: 147px;}
b
body .AbuseForm #AbuseType input {width: 25px;}
body .AbuseForm .FormRowValue,
body #reportAbuseForm .FormRowValue {
  float: left;
}



#Controls .FormRowSubmit {
	clear: both;
	margin-bottom: 25px; /* May need an IE override - use browser detector */
	padding-bottom: 0;
	padding-top: 0;
	width: 137px;
}

.FormRowSubmit {
	padding-top: 12px; /* May need an IE override - use browser detector */
}

#create_profile {
	width: 10em !important;
}





.Quiz h3 {
	clear: both;
	padding-top: 16px;
}

.Survey ol {
  margin-top: 16px;
}
.Survey li {
  font-weight: bold;
  clear: both;
}

.Score {
	border-top: 1px dashed #ccc;
	padding-top: 10px;
}

.Survey h4 {
	margin-bottom: 12px;
}

.Survey .FormRowAlt label {
	width: 275px !important;
}

body#ContactUs select {
  width: 294px;
}

body#ContactUs textarea {
  width: 290px;
}

/********** Course & Session Overview **********/

#CurrentSession {
  clear: both;
  margin: 10px 0;
}

#CurrentSession p {
  margin: 0;
}

#CurrentSession #EndDate .Error {
  font-weight: bold;
  padding-left: 10px;
}
#CurrentSession .linksUnit {
  margin-top: 10px;
}

#WhatYoullLearn h2 {font-weight: bold;}

#Lessons {
  width: 540px;
  padding-top: 1px;
}

#Lessons h2 {
  margin-bottom: 0px;
}
#Lessons .headerBetaBevel, #Lessons .headerAlpha {
  margin: 0;
  cursor: pointer;
  font-size: 12px;
}

#Lessons .Header img {
  margin-right: 6px;
  width: 9px;
}

#Lessons .Header .Name {
  width: 435px;
}

#Lessons .Header.Completed {
  background: url(/resources/images/bg-completed_lesson.gif) right no-repeat;
}

#Lessons .Text {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  margin: 0;
}
div.SurveyLink {margin: 10px 0;}

#Instructors img {
	border: 1px solid #bbb;
	margin-bottom: 5px;
}

#Instructors .Graphic {
  width: 66px;
  margin: 0 15px 8px 0;
  text-align: center;
  float: left;
}

body#Course #Instructors .Text, body#Session #Instructors .Text {
  float: left;
  width: 459px;
}

body#Course #Instructors .Text p, body#Session #Instructors .Text p {
  clear: left;
  margin-top: 5px;
}

body#Campus #Courses {
	border-bottom: 18px  solid;
	margin-bottom: -16px;
	padding-bottom: 0;
}

#RelatedCourses h3 {
	background: url(/resources/images/hdr-related_courses.gif) top left no-repeat;
}

.tip, .note {
	background-color: ;
  padding: 10px;
  border: 1px solid ;
  margin-bottom: 1.5em;
}

.warning {
  padding: 10px;
  border: 1px solid ;
  margin-bottom: 1.5em;
}

.quote {
	font-style: italic;
}

.graphic, .illustration {
	text-align: center;
	margin-bottom: 2em;
}

.graphic .caption, .illustration .caption {
	font-size: .9em;
	font-weight: bold;
}
#ReviewsContainer h2, #Instructors h2 {
  font-weight: bold;
  margin-bottom: 10px;
}
#ReviewsContainer, #Instructors {margin-top: 20px;}

#ReportAbuseForm {
    text-align: left;
    width: 408px;
    
}

#ReportAbuseForm .FormRowAlt input {
    margin-left: 70px;
}

#ReportAbuseForm textarea {
    width: 404px;
    margin: 0 0 15px .75em;
}

#ReportAbuseForm #AbuseType label, #ReportAbuseForm .FormRow label, #ReportAbuseForm p.Label {
    font-weight: bold;
    width: 90px;
    display: block;
    margin-bottom: 8px;
}

#ReportAbuseForm #AbuseType label {
    float: left;
    margin: 0;
}

#ReportAbuseForm #AbuseType .FormRowValue {
    margin-bottom: 4px;
    float: right;
    width: 308px;
    height: 18px;
    padding-bottom: 2px;
}

#ReportAbuseForm .FormRow label, body#Discussions #ReportAbuseForm .FormRow label {
    width: 90px;
    text-align: left;
}

#ReportAbuseForm .FormRow label {
    padding-left: .75em;
    width: 135px;
}

#ReportAbuseForm #AbuseType .FormRowValue input {
    width: 15px;
    float: left;
    margin-right: 6px;
}

#ReportAbuseForm #AbuseType .FormRowValue .PostContent {
    float: left;
    width: 200px;

}

#ReportAbuseForm .FormRow textarea, body#Discussions #ReportAbuseForm .FormRow textarea {
    width: 408px;
}

#ReportAbuseForm .FormRowSubmit .Button {
    margin-left: 15px;
}



#ReportAbuseForm.FileUpload {
    border-top: 1px solid #8a8a8a;
    padding-top: 20px;
}

.FileUpload, .MBFileUpload {
    background-color:#FFFFFF;
    border-color:-moz-use-text-color #8A8A8A rgb(138, 138, 138);
    border-style:none solid solid;
    border-width:medium 1px 1px;
    margin:10px;
    padding:0pt 45px 20px;
    position:absolute;
    text-align:center;
    width:408px;
    z-index:100;
}


/********** Paginator **********/

.Paginator {
	font-size: .85em;
	font-weight: bold;
	margin-bottom: 18px;
	text-align: left;
  width: 540px;
  padding: 0;
  
}


.Paginator a {
	text-decoration: none;
    padding: 6px 10px;
}

.Paginator span {
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	margin: 0 4px;
    display: block;
    float: left;
}

.Paginator span.Label {
  border: none;
  padding: 0;
  margin: 0;
}

.Paginator span:hover, .Paginator span:hover a, .CurrentPage {
	background-color: #4b83a9;
	color: #fff;
}
.CurrentPage {
    padding: 0 10px;
}
#CourseNav {
	margin-bottom: 20px;
  width: 540px;
}

#CourseNav div.First {
	width: auto;
}

#CourseNav div.Last {
	width: auto;
	float: right;
}

.Paginator .Last {
  text-align: center;
  
  margin-top: -6px;
  
}

body#Reviews .Paginator .Last {
  margin-top: 0;
}

/********** My Courses / Transcript **********/


dd {
	clear: right;
	display: block;
	margin-bottom: .5em;
}

dl {
	clear: both;
	display: block;
	margin-bottom: 1.5em;
	margin-left: 1em;
	margin-top: 3px;
	width: 95%;
}

dl.SessionStatus {}

dt {
	clear: left;
	display: block;
	float: left;
	font-weight: bold;
	margin-bottom: .5em;
	margin-right: .5em;
	width: 9em;
}

body#Profile #profileTabContent dd {margin-left:123px;}
body#Profile #profileTabContent dt {text-align:right;}


/********** Site Search Pages **********/

.mainSearchPageForm {
  margin-bottom: 0;
}

#contactSearchArea {overflow: hidden;}

#searchBox {margin-right: 1em;}

#searchScope {float:right;margin-bottom:5px;margin-top:-5px;}
#searchScope input {float: left;}
#searchScope label {float: left; margin-top: 3px;}

body#Search #SearchBox, body#SearchDetails #SearchBox {
  border-top: 0;
  padding: 10px;
  margin-bottom: 0;
}

#SearchBox label, #SearchBox input, #SearchBox .ButtonInput {
  float: left;
  margin-right: 6px;
}

#SearchBox label {
  font-weight: bold;
}

#SearchBox #objectType {
  float: left;
  margin: 2px 6px 0 0;
  
}

#SearchBox #keywords {
  width: 250px;
}

#SearchBox .ButtonInput {
  margin-top: 2px;
}

#SearchBox .ButtonInput input {
  margin: 0 !important;
	padding: 0 6px 1px;
	
}

body#SearchDetails h2 {
  margin: 15px 10px 0;
}

.SearchResults {
  clear: left;
  padding-bottom: 10px;
  margin-bottom: 10px !important;
}

body#SearchDetails .SearchResults {
  padding: 10px;
}

.SearchResults .Chunk {
  border-bottom: 1px solid #ccc;
  width: auto;
  margin-right: 0 !important;
  float: none;
}

body#SearchPreview h2 {
  font-size: 16px;
  font-weight: bold;
}
.SearchResults .Chunk .Child {
  margin: 0 0 15px 90px;
  clear: left;
}

.FlagJr {
  margin-bottom: 25px;
}

.SearchResults .Graphic, .FlagJr .Graphic {
  float: left;
  width: 64px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.SearchResults .Chunk .Info, .FlagJr .Text {
  float: left;
  width: 440px;
  padding-left: 20px;
}

.SearchResults .Chunk .Child .Info {
  float: left;
  width: 410px;
}

.SearchResults .Post .Info {
  float: left;
  width: 395px;
}

.SearchResults p {
  margin-bottom: 20px;
  clear: left;
}

.SearchResults p.More { 
  font-weight: bold;
}

.SearchResults .Results {
  clear: left;
  margin-left: 20px;
}

.SearchResults .Results p.More { 
  background: url(/resources/images/bullet-red_arrow.gif) top left no-repeat;
  padding: 0 0 0 6px;
  font-weight: normal;
}


#SearchResults p {
  margin-bottom: 4px;
}

#SearchResults .Stats {
  font-size: .85em;
  margin-bottom: 15px;
}

#SearchResults h3 {
  margin-bottom: 0;
}

.bold {
  font-weight: bold;
}

div.field {
  clear: both;
  margin-bottom: 10px;
}

/* Quiz */
p.question {
  clear: both;
  font-weight: bold;
}

div.correctAnswers {
  clear: both;
  border: solid 1px ;
  margin-bottom: 10px;
  padding: 5px 15px;
  
}

.alreadyTakenQuiz {
  padding: 5px 5px 5px 0px;
  font-weight: bold;
  color: ;
}

#MessagePreview {
  background: ;
}
#tabbedNavEnhanced .tabLink { min-width: 17%; }

body#topRatedUsers #tabbedNavEnhanced .tabLink {}
#tabbedNavEnhanced .tabLink:hover {cursor: pointer;}
#tabbedNavEnhanced .selectedTab {color:#FFFFFF; background-color: #4FAF00; background-image: url(http://welcome.hp-ww.com/img/tab_4FAF00.gif);
font-size: 15px;
margin-top: 0;
padding-top: 6px;
width: auto;}
#tabbedNavEnhanced .selectedTab a {text-decoration: none;}
.innerTabContent {padding: 10px 10px 10px 0;}




/********** Avatars **********/

.Avatar, .Review.Preview .Avatar {
  float: left;
  width: 75px;
  text-align: center;
  overflow: hidden;
  font-size: .85em;
}
.Review .Avatar, .SearchResults .Avatar {margin-right: 10px;}

.Comment .Avatar {width: 50px;}
.Comment .Avatar img {width: 50px;}

#Avatars {
  margin-bottom: 10px;
}

#Avatars .Avatar {
  cursor: pointer;
  border: 2px solid ;
  width: 75px;
  height: 75px;
  min-height: 75px;
  max-height: 75px;
  text-align: center;
}

#Avatars .Avatar.Current {
  border: 2px solid #96B8DB;
}

#Avatars .Avatar:hover {
  border: 2px solid #BBD634;
}

#avatarFile_label {
  float: left;
  text-align: left;
  margin-right: 15px;

}
.AvatarMGMTLink {clear: left;font-size: .85em;}
#AvatarUpload  {
  float: left;
  position: relative;
  margin-bottom: 10px;
}
.userReputation {margin-top: 10px;}
.userReputation a {}
.userReputation a:hover {text-decoration: none;}
.userReputation img {border: none;margin-right: 3px;}
.userReputation span {display: none;}
#sectionalNavLinks .userReputation {margin-left: 10px;}

body#Profile .UserRole {
    text-align: left;
}



.UserRole span {
    text-transform: uppercase;
    font-size: 10px;
    padding: 1px 3px;
    background-color: #4FAF00;
    color: ;
}
.User {text-align: center;}

body#Profile #UserInfo .UserRole span {
    background-color: #4FAF00;
    color: #FFFFFF;
}

table.MessageBoard .User.First .UserRole, table.MessageBoard .User.First .UserName {text-align: center;}


.User {
    width: 82px;
    float: left;
    width: 82px;
}

td.User {
    float: none;
}

body#Profile #UserInfo {
  padding: 10px;
  background-color: #e7e7e7;
  width: 80%;
}
body#Profile span.label {font-weight: bold; clear: left;}
body#Profile #Avatar {float: left; margin-right: 10px; margin-bottom:5px;}
body#Profile #UserMoniker {float: left;}
body#Profile #UserMoniker p {margin: 0;}
body#Profile #UserInfo p {margin-bottom: 0;}
body#Profile #tabDiv {
  clear:both;
  margin-top: 10px;
}

#sectionalNav div#DiscussionsWidget, #sectionalNav div#RelatedTopics {
  margin-bottom: 0;
}

#DiscussionsWidgetH span, #RelatedTopicsH span {
  margin-top: -1px;
}

#sectionalNav #DiscussionsWidgetD div, #sectionalNav #RelatedTopicsL ul {
  margin-bottom: 15px;
  padding-bottom: 0;
  line-height: 1.1em;
}

#DiscussionsWidgetD h5 {
  margin-bottom: 3px;
}

#DiscussionsWidgetD p.Header {
  font-weight: bold;
}

#DiscussionsWidgetD span.Topics {
  padding-right: 4px;
  border-right: 1px solid #ccc;
  margin-right: 4px;
  float: left;
}

body#Lesson #DiscussionsWidgetD span.Topics {
  border-right: none;
}

#DiscussionsWidgetD span.Replies {
  float: left;
}

#DiscussionsWidgetD span.LastPosted {
  float: right;
}

body#Bookmark, body#Transcript {
  padding: 0;
  margin: 0;
}

.BookmarkText, body#Transcript #Transcript {
  background-color: ;
  margin: 10px 15px;
  padding: 15px;
  text-align: left;
}

body#Media {
  margin: 0;
  padding: 15px;
}
body#Media .Flash,
body#Video .Flash {
  margin-bottom: 20px;
}
body#Media .Flash div,
body#Video .Flash div {
  margin: 0px auto;
}


/********** Site Search Pages **********/

.mainSearchPageForm {
  margin-bottom: 0;
}

body#Search #SearchBox, body#SearchDetails #SearchBox {
  border-top: 0;
  margin-bottom: 0;
}

#SearchBox label, #SearchBox input, #SearchBox .ButtonInput {
  float: left;
  margin-right: 6px;
}

#SearchBox label {
  font-weight: bold;
}

#SearchBox #objectType {
  float: left;
}

#SearchBox #keywords {
  width: 250px;
}

#SearchBox .ButtonInput {
  margin-top: 2px;
}

body#SearchDetails h2 {
  margin: 15px 10px 0;
}

.SearchResults {
  clear: left;
  padding-bottom: 10px;
  margin-bottom: 10px !important;
}

body#SearchDetails .SearchResults {
  padding: 10px;
}

.SearchResults .Chunk {
  border-bottom: 1px solid #ccc;
  width: auto;
  margin-bottom: 10px;
}

.SearchResults .Chunk .Child {
  margin: 0 0 15px 90px;
  clear: left;
}

.FlagJr {
  margin-bottom: 25px;
}

.SearchResults p.More { 
  font-weight: bold;
}

.SearchResults .Results {
  clear: left;
}

.SearchResults .Results p.More { 
  background: url(/resources/images/bullet-red_arrow.gif) top left no-repeat;
  padding: 0 0 0 6px;
  font-weight: normal;
}
body#Search p.Excerpt {
  margin: 0 0 0 10px;
}
/********** Profiles **********/
body#Profile div#tabContent h3 {

  padding: 5px 10px;
  margin: 0 -10px 15px;
  font-weight: normal;
  font-size: 1.3em;
}

body#Profile  .Chunk {
  width: auto;
  margin: 0 0 10px;
  float: none;
}

#editProfile .Section .FormRow label,
#editProfile .Section .FormRowAlt label,
#editProfile .Section p.label {
  width: 76px;
}

#editProfile .Section .FormRowAlt label {
	font-weight: normal;
	text-align: left;
	width: 192px;
}

#editProfile .Section .FormRow input,
#editProfile .Section .FormRowAlt input,
#editProfile .Section .FormRow select {
	float: left;
	margin-right: 0;
	width: 190px;
	
}

#editProfile .Section .FormRow select {
  width: 190px;
}

#editProfile .Section .FormRowAlt input {
	margin: 2px 8px 0 74px;
	width: 20px;
	
}

#editProfile .Section .Bio .FormRow textarea {
  width: 190px;
  
  height: 250px;
}

#editProfile .Section#Password .FormRow label {width: 135px;}

#editProfile .Section#Password .FormRow input {width: 145px;}

#editProfile .FormRowSubmit,
body#Avatar .FormRowSubmit {
  margin-left: 0px;
  
  
}

#editProfile .FormRowSubmit {
  margin: 0;
}


body#Avatar .FormRowSubmit .Button,
body#Avatar .FormRowSubmit .ButtonInput {
  
  
}

body#Avatar h2 {
  margin: 18px 10px;
}

#selectAvatar p {
  clear: both;
  font-size: .85em;
}

#editProfile .FormRowSubmit .Button {
  margin-left: 15px;
}

#StudentCourses th, #InstructorCourses th {
  border-top: none;
}

#CourseRatings table .Last, #InstructorRatings table .Last {
  width: 175px;
  text-align: left;
}

#StudentCourses table .Last, #InstructorCourses table .Last {
  text-align: left;
}

#StudentCourses .fiveStarRating {float: right;}

body#Profile div#tabContent #CourseRatings h3, body#Profile div#tabContent #InstructorRatings h3, body#Profile div#tabContent #Topics h3, body#Profile div#tabContent #Posts h3, body#Profile div#tabContent #Reviews h3 {
  background-color: ;
  color: ;
  padding: 0 10px;
  margin: 0 0 15px;
  font-weight: bold;
  font-size: 1em;
}

body#Profile #Reviews table td.Subject div {
  padding:10px;
  /*text-indent:-10px;*/
}

body#Profile #Topics td.Forum, body#Profile #Posts td.Forum, body#Profile #Reviews td.Course {
  padding:10px;
  text-indent:-10px;
  margin-left: 10px;
}
body#Profile #Topics td.Subject, body#Profile #Posts td.Subject, body#Profile #Reviews td.Subject { text-indent:-10px; margin-left: 10px; }
body#Profile #Topics td.Date, body#Profile #Posts td.Date, body#Profile #Reviews td.Date, body#Profile th.Date {width: 120px;}
body#Profile td.Ratings, body#Profile th.Ratings, body#Profile th.ProfileRating, body#Profile td.ProfileRating {width: 108px;}
body#Profile th.Name, body#Profile td.Name {}
body#Profile .MessageBoard td {
	padding: 10px;
	border-right: 1px solid #ccc;
}
body#Profile .MessageBoard .Ratings {float: none;}
body#Profile .MessageBoard th.ProfileRating {width: 130px;}
body#Profile .MessageBoard td.Last {border-right: none;}
#StudentCourses .First p {margin-bottom: 0;}
#StudentCourses .First h4 { margin-left: 1em; text-indent: -1em; }
#StudentCourses .Last p {margin-bottom: 4px;}
#StudentCourses hr {margin-bottom: 6px;}
#StudentCourses ul.UserActions {clear: left;list-style: none;padding: 0; margin-top: 10px; text-indent: -1em; margin-left: 1em;}
#StudentCourses ul.UserActions li {}

#InstructorCourses table .Last.ProfileRating {width: 175px;}

#ratingsTabContent .MessageBoard th, #postsTabContent .MessageBoard th, #reviewsTabContent .MessageBoard th {
	font-weight: bold;
	color:#333;background:#E7E7E7 url(http://welcome.hp-ww.com/img/beta_header-grey.gif) repeat-x scroll center bottom;;
	height: 24px;
}
#ratingsTabContent td {padding: 10px 0;}
#ratingsTabContent .MessageBoard th.First {width: 380px;}
#ratingsTabContent .MessageBoard th.ProfileRating {width: 80px; border-right: none;}

.Files, .Pictures {
  background-color: #e7e7e7;
  padding: 10px;
}
.Files div.Label, .Pictures div.Label{
  font-weight: bold;
  margin-right: 10px;
}
.Pictures .ThumbnailBox {
  float: left;
  width: 96px;
  padding: 0 2px 8px 2px;
  overflow: hidden;
  text-align: center;
}
.Pictures .ThumbnailBox .downloadLink {display: block;font-size: 11px;}
body#topRatedUsers div#tabDiv {margin-top: 10px;}
body#topRatedUsers div.tabContent ul {margin: 0; padding: 0; list-style: none;}
body#topRatedUsers div.tabContent li {
  float: left;
  width: 25%;
}
body#Profile div#forumsTabContent table.MessageBoard td span {margin-left: 1em; }

/* FAQ */

body#FAQ h3 { margin-top: 1em; }




#Overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	background-color: #000!important;
}
#Overlay[id] { position: fixed; }

.modal {
	   position:absolute;
	   z-index:1000000;
	   background-color:#fff;
	}

body#Blogs .modal {z-index:1000000;}

#Modal_window {
	position: absolute;
	top: 200px;
	border: 0 solid;
	text-align: left;
	z-index: 10000;
}
#Modal_window[id] { position: fixed!important; }

#Modal_frame {
	position: relative;
	height: 100%;
}

#Modal_header {
	margin: 0;
	padding: 0;
}

#Modal_content {
	padding: 6px .75em;
}

#Modal_caption {
	font: bold 100% "Lucida Grande", Arial, sans-serif;
	text-shadow: #FFF 0 1px 0;
	padding: .5em 2em .5em .75em;
	margin: 0;
	text-align: left;
}

#Modal_close {
	display: block;
	position: absolute;
	right: 5px; top: 4px;
	padding: 2px 3px;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}
#Modal_close:hover {
	background: transparent;
}

#Modal_loading {
	padding: 1.5em;
	text-indent: -10000px;
	/*background: transparent url(spinner.gif) 50% 0 no-repeat;*/
}

/* Color scheme */
.modal {
	padding-bottom: 7px;
	/*-webkit-border-radius: 7px;*/
	/*-moz-border-radius: 7px;*/
	/*border-radius: 7px;*/
}
#Modal_window {
	background-color: #EFEFEF;
	color: #000;
	-webkit-box-shadow: 0 8px 64px #000;
	-moz-box-shadow: 0 0 64px #000;
	box-shadow: 0 0 64px #000;

	/*-webkit-border-radius: 7px;*/
	/*-moz-border-radius: 7px;*/
	/*border-radius: 7px;*/
}
#Modal_content { border-top: 1px solid #F9F9F9; }
#Modal_content .FormRow label { width: 170px; }
#Modal_content .FormRowSubmit { margin-left: 182px; }
#Modal_header {
  border-bottom: 1px solid #CCC;
}
#Modal_caption { color: #000 }
#Modal_close { color: #777 }
#Modal_close:hover { color: #000 }


/* Alert message */
.Modal_alert {
	margin: 10px 0;
	text-align: center;
}


.ContentEngagementBar  {
    height: 32px;
    
    
}

.ContentEngagementBar .BarElement  {
  text-align: left;
  padding: 2px 5px 0 0;
  float:left;
  
  height: 23px;
  background-repeat: no-repeat;
  width:auto;
  margin-right: 15px;
}

.ContentEngagementBar .BarElement.ContentEngagementCommnet {
     background:transparent url(/resources/images/icons/comment_balloon_gray.png) no-repeat center left;
     padding-left: 23px;
}
.ContentEngagementBar .BarElement.ContentEngagementShare {
     background:transparent url(/resources/images/icons/share_icon_gray.png) no-repeat center left;
     padding-left: 23px;
}
.ContentEngagementShare {
    position: relative;
    z-index: 1001;
}
.ContentEngagementShare ul {
    display:none;
  position: absolute;
  border: 1px solid #c5c5c5;
  left: 0;
  top: 23px;
  padding: 0;
  z-index: 1000;
  list-style-type: none; 
  -moz-border-radius: 7px;
}
.ContentEngagementShare:hover ul,
.ContentEngagementShare.over ul {
  display: block;
  background-color: #fff;
}

.ContentEngagementShare li {
  width: 150px !important; /* consistant width for all global nav dropdowns */
  margin: 0;
  display: block;
  float: none;
  height: auto;
  text-indent: 0px;
  padding: 5px 5px 5px 23px;
  color: #5c5c5c;
}

.ContentEngagementShare li:hover,
.ContentEngagementShare li.over {
    background-color: #c5c5c5;

}
#Flag .ContentEngagementShare li a {
  color: #227BB7;
}
.ContentEngagementShare li a:hover,
.ContentEngagementShare li.callout a:hover {
  color: #ff0000;
}

/* *****************  ELOQUA FORMS  ***************** */

body#Downloadable .secondary form,
body#Webinar .secondary form {
    float:right;
    margin-right:-20px;
    width:305px;
}

.eloquaForm {}
.eloquaForm .elqFormRow td {padding-bottom: 10px;vertical-align:top;}
.eloquaForm .elqFormRow .elqFormFieldLabel,
.elqLayout .LayoutTableRowStart label {display:block; width:113px; line-height: 16px;}
.eloquaForm .elqFormField,
.eloquaForm textarea {width: 150px;}
.eloquaForm input[type="checkbox"] {width: 20px;}

div#MainDiv {
    background-color: #EFEFEF;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div#MainDiv table.elqLayout {margin-bottom: 0px; margin-top: 10px;}

.elqLayout .LayoutTableRowStart {
    width: 100px;
    text-align: right;
    padding-right: 10px;
}
.elqLayout input {
    width: 125px;
}
.elqLayout input#submit {
    width: auto;
}
.elqLayout input#SubscribetoTheSlice {
    width: auto;
}



