﻿/***** Content modules *****/
.module
{
    margin-bottom: 10px;
}

.module > .header
{
    overflow: hidden;
    border: none !important;
    padding: 0 !important;
    background: #006245 !important;
}

.module > .header > div:first-child
{
    height: 25px !important;
    line-height: 25px !important;
    background: none !important;
    padding: 0 10px !important;
    color: White;
	font-size: 14px;
	font-weight: bold;
}


.module > .body
{
    padding: 5px;
}

.module .subTitle
{
    margin: 10px 0;
    border-bottom: solid 1px #B6B6B6;
    padding: 5px 0;
    font-size: 14px;
    font-weight: bold;
    color: #00467F;
}

.module > .footer
{
    overflow: hidden;
	padding: 5px;
}

.module > .footer a
{
	color: #006245;
}

/***** Specific modules *****/
/*rssQuickView*/

.module.rssQuickView .item
{
	margin: 5px 0 15px 0;
}

.module.rssQuickView .item > .title
{
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
}

.module.rssQuickView .item > .location
{
	font-weight: bold;
	font-style: italic;
	margin-bottom: 5px;
}

.module.rssQuickView .footer > .seeMore
{
	float: right;
}


/* blogQuickView */
.module.blogQuickView a
{
    color: #00467F;
}

.module.blogQuickView > .header
{
    height: 31px;
	padding: 0;
}

.module.blogQuickView > .body
{
	background: White url("../../Images/Blogs/BlogQVBG.png") repeat-x;
	border-left: solid 1px silver;
	border-right: solid 1px silver;
	margin: 0 auto;
}

.module.blogQuickView .item
{
	width: 150px;
	padding: 10px 25px;
	vertical-align: top;
	background: url("../../Images/Blogs/BlogQVDivider.png") left center no-repeat;
	display: inline-block;
	*display: inline;
	zoom: 1;
}

.module.blogQuickView .item:first-child
{
	background-image: none;
}

.module.blogQuickView .item > div
{
	font-weight: bold;
	margin: 3px 0 3px 0;
}

.module.blogQuickView .item > .header
{
	font-size: 14px;
	color: #98002E;
}

.module.blogQuickView .item > .title
{
    font-weight: bold;
    font-size: 12px;
}

.module.blogQuickView .item > .byline
{
	font-size: 11px;
	color: Gray;
}

.module.blogQuickView > .footer
{
	background-color: White;
	background-image: url("../../Images/Blogs/BlogQVFooter.png");
	background-repeat: no-repeat;
	height: 3px;
}

.module.articles.featured
{
    margin-top: 10px;
    background-color: White;
}

/* articleQuickView */
.module.articleQuickView .item
{
    margin-bottom: 10px;
}

.module.articleQuickView .item > .title
{
    margin-top: 3px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
}

.module.articleQuickView .item > .abstract p:first-child
{
    margin-top: 0;
}

.quickLinks .module.articleQuickView .item > .title
{
    font-size: 12px;
}

.module.articleQuickView > .footer > .seeMore
{
    float: right;
}

/* eventQuickView */

.module.eventQuickView .item
{
	padding: 5px 0;
}

.module.eventQuickView .item > .type
{
	padding: 5px 0;
}

.module.eventQuickView .item > .type > div
{
	padding: 0 2px;
	display: inline-block;
	*display: inline;
	zoom:1;
}

.module.eventQuickView .item > .title
{
    font-size: 14px;
    font-weight: bold;
}

.module.eventQuickView .item > .title > .icon
{
	float: left;
	margin-right: 10px;
}

.module.eventQuickView > .footer > .seeMore
{
    float: right;
}

.module.eventQuickView .item > .body
{
    padding-top: 5px;
    padding-left: 10px;
}

.module.eventQuickView .item > .body > a
{
    font-weight: bold;
}

/* forumQuickView */
.module.forumQuickView .totalPost
{
   display: inline-block;
   *display: inline;
   zoom: 1;
   
   margin-top: 6px;
   
   width: 175px;
   height: 36px;
   background: url("../../Images/Home/totalPosts.png") no-repeat;
   
   line-height: 36px;
   padding-left: 5px;
   
   font-size: 28px;
   color: #00585f; 
}

.module.forumQuickView ul
{
    margin: 10px 5px;
    padding: 0;
}

.module.forumQuickView ul > li
{
    list-style-type: none;
    margin: 8px 0;
    background: url("../../Images/Icons/rightArrow.png") no-repeat 0 3px;
}

.module.forumQuickView .title
{
    margin-left: 15px;
    color: #0159A1;    
    font-weight:bold;   
}

.module.forumQuickView .time
{
    margin-left: 15px;
    color: #98002E; 
    font-size:10px;
}

.module.forumQuickView > .footer
{
    overflow: hidden;
}

.module.forumQuickView > .footer > .joinList
{
    float: left;
}

.module.forumQuickView > .footer > .seeMore
{
    float: right;
}

/* pollQuickView */
.module.pollQuickView > .body > div > .footer
{
    margin-top: 10px;
}

.module.pollQuickView > .body > div > .footer > div
{
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.module.pollQuickView > .body > div > .footer > .votes
{
	clear: both;
	padding: 5px;
}
.module.pollQuickView > .body > div > .footer > .votes > .count
{
    color: #98002E;
}

.module.pollQuickView > .body > div > .footer > .previousPolls
{
	vertical-align: top;
	width: 210px;
	padding: 5px;
}

.module.pollQuickView > .body > div > .footer > .submit
{
}

.module.pollQuickView .error
{
    color: Red;
}

/* pollDisplay */
.pollDisplay > .question
{
    line-height: 1.5em;
    font-weight: bold;
    color: #006245;
}

.pollDisplay > .details
{
    padding: 5px;
}

/* Entry table */
.pollDisplay > .details.entry > .answer
{
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 0;
}

/* Result table */
.pollDisplay > .details.result > .answer
{
    border-bottom: groove 2px White;
    padding: 5px 2px;
}

.pollDisplay > .details.result > .answer > div,
.pollDisplay > .details.result > .answer > .percentage > div
{
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}

.pollDisplay > .details.result > .answer > .text
{
    width: 80px;
}

.pollDisplay > .details.result > .answer > .percentage > .bar
{
    background: #0159A1 url("../../Images/horizontalSprites.png") 0 -77px repeat-x;
}

.pollDisplay > .details.result > .answer > .percentage > .value
{
    margin-left: 10px;
    font-weight: bold;
}

/* events */
.module.events > .body
{
    padding: 0;
}

.module.events > .body > .legend
{
    padding: 5px 20px 10px 20px;
    background: #DBECF9 url("../../Images/horizontalSprites.png") 0 -120px repeat-x;
}

.module.events > .body > .legend > span
{
    margin-right: 40px;
    font-size: 14px;
    font-weight: bold;
    color: #136f53;
}

.module.events > .body > .legend > span > img
{
    vertical-align: middle;
}

/* CEUs */
.module.ceus > .body
{
    padding: 0;
}

/* advancedSearch */
.module.advancedSearch
{
    overflow: hidden;
    font-weight: bold;
}

.module.advancedSearch > .body .subTitle
{
    margin-top: 20px;
}

.module.advancedSearch > .body div
{
    margin: 10px 0;
}

.module.advancedSearch .ajax__calendar div
{
    margin: 0;
}

.module.advancedSearch label
{
    margin-right: 20px;
}

.module.advancedSearch .dateRange label,
.module.advancedSearch .keywords label
{
    margin-right: 0;
}

.module.advancedSearch .checkboxGroup > .children
{
    margin-left: 20px;
}

.module.advancedSearch .checkboxGroup .checkboxGroup > .children
{
    margin-left: 40px;
    font-weight: normal;
}

.module.advancedSearch .checkboxGroup .checkboxGroup > .children > div > label
{
    display: inline-block;
    width: 150px;
}

.module.advancedSearch > .body > .checkboxGroup > .children
{
    margin-left: 0;
}

/* searchResults */
.module.searchResults > .body > .sorter > div
{
    margin: 10px 5px;
    color: #515151;
}

/* bookmarkList */
.module.myBookmarks img
{
    vertical-align: middle;
}

/* library */
.module.library table td.file
{
    word-break: break-all;
}

.module.library table td.file img
{
    padding-right: 5px;
    padding-bottom: 5px;
    vertical-align: middle;
}

/* articleListing */
.module.articleListing .downloadPdf
{
    position: absolute;
    margin-left: 480px;
    margin-top: 3px;
    white-space: nowrap;
}

.module.articleListing .downloadPdf a
{
    padding-top: 5px;
    font-weight: bold;
    color: #BCEDDE;
}

.module.articleListing .downloadPdf img
{
    vertical-align: top;
    margin-top: -10px;
}

/* lcdListing */
.module.lcdListing .subTitle
{
    margin-top: 0;
}

/* blogPostList */
.module.blogPostList > .body
{
    padding-top: 20px;
}

/* loginChallenge */
.module.loginChallenge
{
    margin-top: 20px;
    font-family: Arial, Helvetica, Sans-Serif;
}

.module.loginChallenge > .body
{
    border-bottom: solid 1px #D7D7D7;
    background-color: #F8F8F8;
    padding: 10px;
}

/* forgotPassword */
.module.forgotPassword .message
{
    margin-bottom: 20px;
}

.module.forgotPassword .button
{
    vertical-align: top;
    margin: 0 5px;
}

/* userEditorBox */
.module.userEditorBox .field
{
    display: inline-block;
    *display: inline;
    zoom: 1;
    
    padding: 5px;
    width: 300px;
    height: 50px;
    border: solid 1px #E3E3E3;
    background-color: #F4F4F4;
    vertical-align: top;
}

.module.userEditorBox .field .label
{
    padding: 3px;
    font-weight: bold;
}

.module.userEditorBox .field input[type=text],
.module.userEditorBox .field select
{
    width: 250px;
}

.module.userEditorBox > .footer
{
    padding: 5px;
}

/* login page */
.module .loginTable
{
    width:auto;
}

.module.resources > .body
{
	font-weight: bold;
	font-size: 14px;
}

/* News and analysis page */
.newsAnalysis .subTitle
{
    color: Black !important;
}

.newsAnalysis .body img
{
    padding-right: 5px;
    vertical-align: middle;
}

.newsAnalysis .article .date
{
    font-size: 10px;
}

.libraryFile
{
    font-size:12px;  
    margin-top:5px;
}

/* quizBox */
.quizBox
{
    float: right;
    margin-top: 5px;
    width: 295px;
    border: solid 1px #D3D3D3;
    padding: 7px 9px;
}

.quizBox > .header
{
    background: #003C6D url("../../Images/horizontalSprites.png") 0 -25px repeat-x !important;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: bold;
    color: White;
    text-transform: uppercase;
}

.quizBox > .body
{
    padding-top: 10px;
}

.quizBox > .body img
{
    float: left;
    padding-right: 5px;
    padding-bottom: 5px;
}

.module.manageUsers .advUserDisplay
{
    word-break: break-all;
}

.featuredSubtypeArticles > .currentIssue
{
    float: right;
    margin-left: 10px;
}

.featuredSubtypeArticles > .featuredListing
{
    float: left;
    width: 500px;
}

.module.featuredListing .item > .body
{
    font-weight: bold;
}

.module.featuredListing .item > .more > .date
{
    padding-right: 5px;
}

.module.activeArticleQuickView .item > .download
{
    text-align: right;
}

.module.newsletterListView .footer a {
    color: #98002E;
    padding-right: 10px;
    text-align: center;
}