
.caption_credit {
	padding-top: 0;
}

div.caption_credit span.credit,
div.caption_credit span.caption { 
	display: block;
}

/* gallery index component */

/* image component */

div.image_component {
	margin: 0;
	padding: 0;
}

div.image_component.left {
	float: left;
}

div.image_component.right {
	float: right;
}

div.image_component.center {
	text-align: center;
}

div.flash_component {
	margin: 0;
	padding: 0;
}

div.flash_component.left {
	float: left;
}

div.flash_component.right {
	float: right;
}

div.flash_component.center {
	text-align: center;
}

div.image_link_component {
	margin: 0;
	padding: 0;
}

div.image_link_component.left {
	float: left;
}

div.image_link_component.right {
	float: right;
}

div.image_link_component.center {
	text-align:center;
}

div.image_rotator_component {
	margin: 0;
	padding: 0;
}

div.image_rotator_component.left {
	float: left;
}

div.image_rotator_component.right {
	float: right;
}

div.image_rotator_component.center {
	text-align:center;
}

.abe_blog_comments_section .comment_submit_dialog label {
	width:8em;
	vertical-align:middle;
	display:block;
	float:left;
	clear:left;
}

.abe_blog_comments_section .comment_submit_dialog .captcha {
	padding-top:2em;
}

.abe_blog_comments_section .comment_submit_dialog .captcha img {
	border:solid 1px #aaa;
}

.abe_blog_comments_section .comment {
	border:solid 1px #eee;
	margin:1em;
}

.abe_blog_comments_section .comment.author {
	background-color:#cdae9c;
	border-color:#cdae9c;
}

.abe_blog_comments_section .comment.editor {
	background-color:#ffd294;
	border-color:#ffd294;
}

.abe_blog_comments_section .comment:target {
	background-color:#a6ff94;
	border-color:#9eff94;
}


.abe_blog_comments_section .comment .byline_link {
	background-color:#ffeed5;
	text-decoration:underline;
	cursor:pointer;
}

.abe_blog_comments_section .comment .byline {
	display:none;
	float:left;
	margin-left:11em;
	background-color:#ffeed5;
	border:solid 1px #eee; 
}


.abe_blog_comments_section .comment .body {
	clear:left;
	background-color:#eee;
	padding:1em;
}

/* ASKSurveyComponent */

.ask_survey_component {
	padding:10px;
}

.ask_survey_component .ask_question {
	margin-top:1em;
	margin-bottom:1em;
	padding:10px;
}

.ask_survey_component .hinttext {
	color: #999999;
	font-size: 0.8em;
	font-style: italic;
}

.ask_survey_component .ask_question.submission_error {
}

.ask_survey_component .error_message {
	background-color:#ffdada;
}

.ask_survey_component .required_key sup {
	color:#f00;
}

.ask_survey_component .ask_question sup {
	display:none;
	vertical-align: middle;
}

.ask_survey_component .ask_question.required sup {
	display:inline;
	color:#f00;
}

.ask_survey_component .back_next {
}

.ask_survey_component .progress_bar {
	background:#fff url(images/bg_progress_bar.gif) repeat-x scroll left bottom;
	border:3px solid #eee;
	height:16px;
}

.ask_survey_component .progress_bar .progress {
	height:16px;
	background-color:#b2cad4;
	width:0%;
}

.ask_survey_component .back_button {
	float:left;
	clear:left;
	border: outset 1px #ccc;
	padding:5px 7px 4px 24px!important;
	background-image: url(/amm/themes/default_shared/images/arrow_left.png);
	background-repeat:no-repeat;
	background-position:center left;
	cursor:pointer;
	background-color:#ccc;
	color:#000;
	text-decoration:none;
}

.ask_survey_component .next_button {
	float:right;
	border: outset 1px #ccc;
	padding:5px 24px 4px 7px!important;
	background-image: url(/amm/themes/default_shared/images/arrow_right.png);
	background-repeat:no-repeat;
	background-position:center right;
	cursor:pointer;
	background-color:#ccc;
	color:#000;
	text-decoration:none;
}

.ask_survey_component .back_button:active, .ask_survey_component .next_button:active {
	border-style:inset;
	background-color:#eee;
}

.ask_poll_result {
}
.ask_poll_result_text {
    width:100px;
}

.ask_poll_result_bar {
    float:left;
    background-color:#000066;
    margin-right:5px;
    height:20px;
    width:60px;
}



.blockquote blockquote {
}

.blockquote cite {
	padding-left: 5em;
}

/* new "global" stuff */

.dummy {
	font-style:       italic;
	color:            #999; /* "gray" */
	background-color: inherit;
}

/* Lottery Custom Components */

/* Second Chance drawings number review */
div.lottery_second_chance_review_component table {
	border-collapse: collapse;
}
div.lottery_second_chance_review_component table td,
div.lottery_second_chance_review_component table th {
	padding: .25ex 1ex;
}
div.lottery_second_chance_review_component table th {
	text-align: left;
}
div.lottery_second_chance_review_component table td.number {
	font-family: monospace;
	letter-spacing: .2ex;
}
div.lottery_second_chance_review_component table tr.row_odd td {
	background-color: #ccc;
}

/* Blog Post Archive Component */

#blog_archive_list {
    list-style-type: none;
    padding: 0px;
}

#blog_archive_list ul,
#blog_archive_list li {
    padding: 0px;
	margin-left: 0px;
}

.blog_archive_list_month {
    list-style-type: none;
    font-size: 200%;
    font-weight: bold;
}
.blog_archive_list_day {
    list-style-type: none;
    font-size: 75%;
    font-weight: bold;
}
.blog_archive_list_post {
    list-style-type: none;
    font-size: 75%;
    font-weight: normal;
    margin-bottom: 10px;
}

#blog_archive_pagination {
    list-style-type: none;
}

#blog_archive {
    float: left;
    width: 65%;
}

#blog_pagination {
    float: right;
    width: 30%;
    background-color: #eee;
    border: 0.5px solid #ddd;
}

#blog_pagination ul {
    padding: 0px;
    margin: 0px;
}

#blog_pagination li {
    border: 1px solid #ccc;
    padding: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.blog_archive.author {
    font-weight: bold;
}

/* textpander component */

.textpander {


}

.textpander .headline {
	font-size:large;
	float:left;
	padding:0.5em 0pt 0pt;
	cursor:pointer;
}

.textpander .headline .toggle {
	float:left;
	font-family:monospace;
}


.textpander .content {
	float:left;
	clear:left;
}

/* ACE CSC Credit Card Link */
a.csc {
	z-index: 10;
	outline: 0;
	position:relative;
}
a.csc span {
	display:none;
	outline: 0;
	position:absolute;
	float:left;
	white-space:nowrap;
	top: -4.5em;
	left: 85px;
	height: 176px;
	width: 391px;
	z-index:10;
	line-height: 20px;
}

