/* Styles for ACAMS Higher Logic home page  */







div, span, ul {
	margin: 0; 
	padding: 0; 
}
p {
	line-height: 125%;
	color: #444444;
}



/* rectanlges holding content on home */
.square {
	padding: 10px 0;
	margin-bottom: 16px;
}
.blue_square {
	padding: 12px;
	background-color: #fbfafa;
	margin-bottom: 16px;
	position: relative;
}
.blue_square .left,
.blue_square .right {
	font-size: 85%;
}


.yui-u img {
	margin-bottom: 0px;
}



/* For Event Tabs */
.tabholder {
	border-bottom: 2px solid #e3e2e2;
	margin: 0;
}
.eventtab li {
	float: left;
	display: block;
	list-style: none;
	margin-right: 1px;
}
ul.eventtab li a {
	text-decoration: none;
	display: block;
	padding: 5px 11px 5px 11px;
	text-align: center;
	float: left;
	font-size: 13px;
	font-weight: bold;
	color: #444;
}
ul.eventtab li a:hover {
	background-color: #ebedf1;
	color: #027864;
}
ul.eventtab li a.on {
	color: #027864;
	background-color: #ebedf1;
}
ul.eventtab li a:active.on, ul.eventtab li a:focus.on {
	outline: 0;
}



/* For Resource and Event Items */
.item {
	margin: 3px 0 8px 0;
	color: #444444;
}
.item p {
	margin: 0 0 .25em 0; 
}
.left {float: left; margin: 0 0 0 0; }
.right {float: right; margin: 0 0 0 0; }
a.headlinelink {
	display: block;
	clear: left;
	margin: 0 0 .3em 0; 
	padding: 0;
	line-height: 125%;
}
.title {
	border-bottom: 2px solid #e3e2e2;
	padding: 5px 0;
}
.title h2 {
	color: #027864;
	border: 0;
	font-weight: bold;
	font-size: 13px;
	margin: 0 0 0 0; 
	padding: 0;
	float: left;
	display: inline;
}
.title a {float: right;}


.HLLandingControl .Details {width: 100%;}


/* H2 from HL */
.ContentUserControl h2,
.HLLandingControl h2 {
	border-bottom: 2px solid #e3e2e2;
	padding: 5px 0;
	color: #027864;
	font-weight: bold;
	font-size: 13px;
	margin: 0 0 0 0; 
}

.HLDiscussions .Content ul {margin-top: .7em;}






.BottomLink {display: none;}






/* Start Member Spotlight */
.membertop {
	padding: 0 0 12px 0;
	border-bottom: 1px solid #d2d1d1;
	margin-bottom: 12px;
}
.membertop img {
	float: left;
	margin-right: 16px;
	border: 1px solid #707070;
}
.membertop p {
	margin: 0 0 0 0;
}
.membertop p.name {
	font-weight: bold;
}
/* End Member Spotlight */








/* Latest Forum Posts, Top contrib, Anouncements */


.ContentUserControl .HLLandingControl .Content {
	border: 0px;
	background:transparent url(images/none.jpg) repeat-x scroll center bottom;
	background-color: #FFFFFF;
	padding: 5px 0;
}

/* headlines in HL components */
.Content h3 a:link, .Content h3 a:visited, .Content h3 a:focus {
	color:#023D8B;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
}
.Content h3 a:link:hover, .Content h3 a:visited:hover, .Content h3 a:focus:hover {

	text-decoration: underline;
}

.HLLandingControl ol li, .HLLandingControl ul li {
	border-bottom: 0px;
	list-style-type:none;
	margin-bottom:0.4em;
	padding-bottom:0.4em;
}

.HLLandingControl .Content h3, .HLLandingControl .Content h5 {
	display: block; 
	color: #444;
	margin: 0;
	line-height: 16px;
/*	word-wrap: break-word;	*/
}

.HLLandingControl .Content h4 {
	font-size: 10px;
	color: #999;
	line-height: 9px;
	margin-bottom: 0;
}

.HLLandingControl .Content p {
	font-size: 13px;
	margin-top: 2px;
	word-wrap: break-word;
}


.MoreLink
 {display: none;}

.ByLine {
	font-style: normal;
	color: #444;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.Content h4 a {
	font-weight: normal;

	margin-bottom: 0;

	background-color: #fff;
	
}
.Content h4 a:hover {text-decoration: underline;}
.Content h5 a {
	color: #444444;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0;
	text-decoration: none;
}
.Content h5 a:hover {text-decoration: underline;}




/* valign 1st h2s on & 2nd columns */ 
.yui-u {margin-top: 3px;}
.first {margin-top: 0px;}



#MPfooter { border-top: 2px solid #E3E2E2;margin-top: 3em; padding-top: .5em; color: #444444;}
#MPBottomMenu {margin: 0 auto; float: none; padding-left: 0;}
.MPBottomNav ul.AspNet-Menu li a {color: #444444;}
#MPCopyright {float: none; padding-right: 0; color: #444444;}

/* Higher Logic Footer */
#MPFooterLink {display: none;}















/* Login Styles */
.LoginContent {
	padding: 12px 0;
	width: 282px;
}
.HLNetForumPrompt {
	margin-top: -1em;
}
.LoginContent .Prompt {
	float: left;
	line-height: 23px;
	height: 23px;
	width: 45px;
	margin: 0 0 0 14px;
	padding: 0;
}

.LoginContent .Prompt span {
	line-height: 23px;
	height: 23px;
	font-size: 10px;

	padding: 0 0 0 0;
	margin: 0 0 3px 0;
	text-align: right;
	display: block;
	vertical-align: middle;
	float: none;
	width: 100%;
}
.LoginContent .TextBox {
	font-size: 12px;
	width: 195px;
	padding: 2px;
	margin: 0 14px 3px 0;
}
.LoginContent .AlignLeft {
	padding: 0 0 0 65px;
	margin: 0 0 3px 14px;
	font-size: 11px;
	margin: 0;
}
.LoginContent input {
	margin: 0 2px 0 0;
	padding: 0;
	width: 13px;
}
.LoginContent .AlignLeft label {
	position: relative;
	top: -1px;
	display: inline-block;
}
.LoginContent .Button {
	margin: 0 0 0 0;
	width: 60px;
}
.LoginContent .AlignRight {
	padding: 0;
	margin: 0 14px 3px 0;
	line-height: 20px;
	display: inline-block;
}
div .LoginContent .AlignRight a:link, 
div .LoginContent .AlignRight a:visited, 
div .LoginContent .AlignRight a:focus {
	font-size: 11px;
}
/* End Login */







/* Start Welcome */
.HLWelcome {
    position: relative;
    margin-bottom: 0;
}
.HLWelcome    .Welcome {
    padding: 0;
    height: auto;
    display: block;
    border-bottom: 1px solid #9ca0a9;
}
.HLWelcome .Content {
    border: 1px solid #9ca0a9;
    background-color: #dee3e9;
}
.HLWelcome .Welcome .Details {
    display: inline-block;
    top: 11px;
    left: 94px;
    position: absolute;
}
.HLWelcome h1 {
    color: #444444;
    font-size: 100%;
}
    .Section3 .ContentUserControl {
    margin-bottom: 0;
}
.Welcome .Picture {
    margin-right: 10px;
    display: inline-block;
    border-right: 1px solid #9ca0a9;
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
    margin: 0;
    width:82px;
    height: 82px;
    padding: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    text-align: center;
    float: none;
    }
    .Profile {
    border-top: 1px solid #c0c7cf;
    }
    .ProgressBar {
    background-image:url(http://testwww.acams.org/ACAMS/ACAMS/UploadedImages/images/Home/bar_chart_bg.gif);
    border: 1px solid #666;
    }
    .ProgressBarProgress {
    background-image:url(http://testwww.acams.org/ACAMS/ACAMS/UploadedImages/images/Home/bar_chart_bar.gif);
    border-right: 1px solid #085b4b;
	line-height: 1px;
	font-size: 1px;
 }
/* End Welcome */








/* Start Top Contributors */
 .HLLandingControl .Picture {
    border: 1px solid #777777;
    display: inline-block;
    margin: 0;
    width:60px;
    height: 60px;
    padding: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    text-align: center;
}
.HLLandingControl .Picture img, .HLWelcome .Picture  img{
    width: 100%;
    height: auto;
}
.HLLandingControl .Content li {
    display: block;
    margin-bottom: .5em;
    position: relative;
    clear: left;

}
.HLLandingControl .Welcome .Details  {
    display: inline-block;
    clear: none;
    margin: 0;
    position: absolute;
    left: 70px;
    top:0px;
}
/* End Top Contributors */



/* Resources User Control */
.HLContainer {
	border-bottom: 0;
}
h3 {
	margin-bottom: 0;
	display: inline;
}
.HLContainer h5,
.HLContainer .ByLine {
	display: none;
}



/* Start Job Postings */

table.jobs {
	/* border: 1px solid #bebebe; */
	border-collapse: collapse;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
}
.jobs td, .jobs th {
	padding: 4px 6px;
	/* border: 1px solid #e0dfe3; */
	color: #444;
}

.jobs .even {
	background-color: #f6f7f9;
}
.jobs tr.first td { padding: 6px 4px 1px 4px; vertical-align:top;}
.jobs tr.second td { padding: 1px 4px 6px 4px; vertical-align:top;}


.jobs th {
	text-align: left;
	background-color: #e0e0e0;
}

td.leftside {
	width: 180px;
}
td.leftside a {
	display: block;
	margin: 0;	
	width: 175px;
	overflow: hidden;
	white-space: nowrap;
}

.maincol {
	width: 90px;
	overflow-x: hidden;
	white-space:nowrap;

	display: inline-block;
}
.maincol {
	width: 145px;
	overflow-x: hidden;
	white-space:nowrap;
	display: inline-block;
}
.othercol {
	width: 75px;
	overflow-x: hidden;
	white-space:nowrap;
	display: inline-block;
}

/* Start Job Postings */






















































/* For Event Tabs */
.upperleft .tabholder {
	margin: 0;
	border-bottom: 0;
}
.upperleft ul.eventtab  {
    	background-image:url(http://files.acams.org/Images/home/t_off.gif);
	background-repeat: repeat-x;
	background-position: bottom;

}

.upperleft .eventtab li {
	float: left;
	display: block;
	list-style: none;
	margin: 0;
	margin-right: 0;
}
.upperleft  ul.eventtab li a {
	text-decoration: none;
	display: block;
	text-align: center;
	float: left;
	padding: 0 12px 0 0;
	font-size: 13px;
	font-weight: bold;
	color: #444;
	background-color: none;
}
.upperleft  ul.eventtab li a span {
	display: inline-block;
	padding: 8px 0 8px 12px;
}

.upperleft ul.eventtab li a:hover {
	color: #027864;
	cursor: pointer;
}
.upperleft ul.eventtab li a.on,
.upperleft ul.eventtab li a:hover {
	color: #027864;
    	background-image:url(http://files.acams.org/Images/home/t_back.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 0 12px 0 0;
	margin: 0;
	background-color: white;
}

.upperleft ul.eventtab li a.on span,
.upperleft ul.eventtab li a:hover span  {
	color: #027864;
    	background-image:url(http://files.acams.org/Images/home/t_left.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 8px 0 8px 12px;
	margin: 0;
}

.upperleft ul.eventtab li a:active.on, ul.eventtab li a:focus.on {
	outline: 0;
}


.eventarea {
	border-right: 2px solid #e2e6eb;
	border-left: 2px solid #e2e6eb;
	border-bottom: 2px solid #e2e6eb;
    /*	background-image:url(http://files.acams.org/Images/home/eventarea.gif); */
	background-repeat: repeat-x;
	background-color: #fbfafa;
	margin: 0 0 16px 0;
	padding-bottom: 4px;
}	

.FeedItem .ByLine {
	display: none;
}



.upperleft #eventbottom {
	border-top: 1px solid #e2e6eb;
	border-right: 2px solid #e2e6eb;
	border-left: 2px solid #e2e6eb;
	border-bottom: 2px solid #e2e6eb;
	background-color: #fbfafa;
	margin: 0;
	padding: .6em 0 .8em 0;
}

#eventbottom ul { margin:0; padding: 0;}
#eventbottom ul li {
	margin-left: 4em;
	list-style: none;

}
#eventbottom ul li a.camera { 
	font-size: 85%;
	padding-left: 18px;
	background-image:url(http://files.acams.org/Images/home/camera.gif);
	background-repeat: no-repeat;
	display: block;
}
#eventbottom ul li a.speaker{ 
	font-size: 85%;
	padding-left: 18px;
	background-image:url(http://files.acams.org/Images/home/speaker.gif);
	background-repeat: no-repeat;
	display: block;
}











/* POLL QUESTIONS */
#jeremy div {
	border: 0;
	padding: 0;
	margin: 0;


}

/* question */
#jeremy div div {
	background-color: lightblue;

}

/* form */
#jeremy div div form {
		background-color: white;
		display:block;
}

/* answers */
#jeremy div div form div {

		display:block;
		border: 0px solid green;
		position:relative;
		padding: 0 0 0 3em;
		margin-bottom: 4px;
}
/* radio */
#jeremy div form input {
	position: absolute;
	left: 2px;
	top: 0px;
}
/* hides all links  meant to hide link to modpoll */
#jeremy div a {
	display: none !important;
}





/* POLL RESULTS */

/* heading & questions */
#jeremy div div {
	background-color: #fff;
	margin-bottom: .5em;
}

/*  #votes */
#jeremy div div div div span {
	color: #999;
}


/*  bar */
#jeremy div div div div div {
	background-image: url("http://www.acams.org/ACAMS/ACAMS/UploadedImages/images/Home/bar_chart_bar.gif");
	border: 1px solid #666;
	height: 9px;
	position: relative;
	top: 2px;
}

.pollframe {
	margin: 0;
	padding: 0;
	border: 0px solid #dadada;
	height: 250px;
	overflow: hidden;
}
.pollpage {
	margin: 0;
	padding: 0;
}
#jeremy {
	width: 100%;

}

/* EZ Poll */ 
#jeremy #OPP-div-around-poll {
	width: 290px;
	padding: 0 !important;
	position: relative;
	top: 10px;
	background-color: #FFF!important;
}


#OPP-poll-question-text,
.OPP-poll-choice,
#OPP-poll-choice-text,
#OPP-poll-table td,
#OPP-result-link-text,
#OPP-poll-vote-button {
	font-family: arial, verdana !important;
	color: #444 !important;
}
#jeremy #OPP-div-around-poll #OPP-poll-question-text {
	
white-space:normal; 
}

#OPP-poll-table table {
	margin-left: 10px;
	
}
.OPP-poll-choice {
	padding-left: 10px !important;
}
.OPP-poll-choice input {
	margin-bottom: 2px !important;
}


/* Calendar driven Event calendar */



.scontent,
.wcontent {
	display: none;
}


.eventcalendar .HLLandingControl .Content p {
	display: block;
	margin:0 0 0.3em;
}


.eventcalendar .HLLandingControl .Content,
.eventrect
 {
	border-right: 2px solid #e2e6eb;
	border-left: 2px solid #e2e6eb;
	border-bottom: 2px solid #e2e6eb;
    	background-image:url(http://files.acams.org/Images/home/eventarea.gif);
	background-repeat: repeat-x;
	background-color: #fbfafa;
	margin: 0 0 16px 0;
	padding: 12px 12px 8px 12px;

}
.eventcalendar table {width: 100%;}
.eventcalendar table td {padding-bottom: 12px;}


.eventcalendar .HLLandingControl .Content p {background-color:none;}


.eventcalendar  {
	color: #444;
}

/* Calendar Styles Oct 2011  ------------------------------------ */
.eventcalendar font /* Title and Link */
{
	font-size: 105%;
}

.eventcalendar strong /* Date */
{
    float: right;
    font-weight: normal;
    font-size: 85%;
}
.eventcalendar span /* Location */
{ 
    float: left;
    font-weight: normal;
    font-size: 85%;
}
.eventcalendar span img {
	margin-right: 3px;
}
.eventcalendar em /* Description */
 {
    display: none;
}

/*----------------------------------------------------------------------- */

/* Ignacio Test for More control on Calendar display */

.eventcalendar .ECDate /* Date */
{
    float: right;
    font-style: normal;
    font-size: 85%;
}
.eventcalendar .ECLocation /* Location */
{ 
    float: left;
    font-weight: normal;
    font-size: 85%;
}
.eventcalendar .ECLink{} /* Event title/link un changed for now */
.eventcalendar .ECLevel, /* Level */
.eventcalendar .ECDesc, /* Description */
.eventcalendar .ECOffer, /* Offer */
.eventcalendar .ECHotel,
.eventcalendar br {
    display: none;
}



.ECLocation img {
	margin: 0 3px -2px 0;
}


.ECBottom {
	margin-top: .3em;
}



img.headshot {
	position: absolute;
	top: 12px;
	left: 12px;
	border: 1px solid #999;
}

.bio {
	font-size: 85%;
	padding-left: 80px;
}
.more {
	float: right;
}


.spotlight {
	position: relative;
}











/* START Web Monkey poll styles    */


#PageContentDiv textarea {
	width: 80%;
}

#surveyMonkeyInfo {
	margin: 0 auto;
	text-align: left;
}

iframe {
	overflow-y: hidden;
	overflow: hidden;
}
html {
        overflow: auto;
}


#pContent  iframe {position:absolute;top:5px;left:5px;width:445px;overflow:hidden;border: 0;}



/* END Web Monkey poll styles    */


























/*  ----------CLEARFIX----------  */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

.clearfix {
    display: inline-block; 
}

html[xmlns] .clearfix {
    display: block; }

* html .clearfix {
    height: 1%; }
/*  ----------END CLEARFIX----------  */


.optin{
	background-color: #DAE0E7;
	border: 1px solid #9099A8;
	width: 277px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;


}
.optinbut{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #14705F;
	border: 1px solid #085B4B;
	font-size: 9px;
}
.shoterinput{
	width: 100px;
}
