@import url(/editor/global.css);

#dcheetaheditor, #dceditor_window{z-index:1000 !important} /* Force editor to show up above popup menus and anything else */

/* Elements */
body{margin:0;font:11px Arial, Helvetica, sans-serif;background:#356}
* body.mceContentBody, body#mceTemplatePreview{background:#fff}
* .rmnav, * .rmnav *{background:none !important}
h1, h2, h3, h4, h5, h6, * .title, * .systemsectiontitle, #nd_m_gs_directory #groupshare h1{line-height:normal}
h1{font-size:18px}
h2, * .title, #nd_m_gs_directory #groupshare h1{border:0;margin-top:0;font-size:18px;font-weight:bold}
h3, * .systemsectiontitle{font-size:15px;font-weight:bold}
h4{font-size:13px}
h5{font-size:11px}
h6{font-size:11px}
a{text-decoration:none;color:#900}
a:hover{text-decoration:underline;color:#f00}
a:active{}
a:visited{}
a img{border:0}
table tr{vertical-align:top}

/* Template */
table#container{width:800px}
table#container{margin:1em auto 0;background:#F4FCFF;border:1px solid #444}
h1#logo, h1#logo a{display:block;width:150px;height:150px;margin:0;overflow:hidden}
h1#logo{background:url(/ama/images/logo.gif) no-repeat}
h1#logo span{color:#fff;display:block;margin-top:-1000px}

#nav_cell{background:#889FC6;width:150px}
#content_cell{width:628px;padding:5px 10px 20px}
* #content_cell.mid_column{width:428px}
#right_column{width:200px}
#content_cell li, * .mceContentBody li{margin-top:0.6em;margin-bottom:0.6em}

/* Right Column Customization - these are normally used for groupshare v2 */
* #content_cell.center_column{width:479px;}
#right_nav, #right_nav_small{background:#cbe4e1}

#left_column_content{margin:1em 0;font-size:10px}
#left_column_content p{margin:1em 0}

#map{width:360px;height:300px;margin:0 0 20px 20px;border:1px solid #ccc;text-align:left}

/* Forms */
form.css fieldset, form.formbuilder fieldset{clear:both;margin:1em 0;border:1px solid #e5e5e5;background:#fff;padding:0 10px 10px}
form.css fieldset legend, form.formbuilder fieldset legend{font-size:14px;font-weight:bold;color:#555}

/* Member styles */
table.alternating_rows thead td, table.alternating_rows tr.header td, table.alternating_rows th, table.alternating_rows thead tr, table.alternating_rows tr.header,
#m_home h3, * h3.mbox_header,
#groupshare #directory .title{background:#369}

* .m_box, #m_profile_bottom,
#groupshare #directory{background:#fff}

#m_home h3, * h3.mbox_header{margin:1em 10px 0 0;padding-left:5px;color:#fff;padding:4px 5px 2px 10px}
* .m_box, #m_profile_bottom{border:1px solid #369;padding:5px 10px}
* .m_box{margin:0 10px 5px 0}
#m_profile_bottom{margin-bottom:5px}
#m_profile_bottom .hrule{margin:1.5em -10px;border-top:1px dashed #369}

#groupshare #directory .title{}
#groupshare #directory{}
#groupshare #directory tr.odd_nohover{}
#groupshare #directory tr.even_nohover{}
#groupshare #directory tr#directory_search, #directory tr.lastrow{}
#groupshare #directory .nextprev{}

#calendar caption{background:#369 !important}
#calendar td.today{background:#FEFEDF !important}
#calendar th{}

/* Classes */
.hrule{height:1px;border-top:1px solid #777;margin:0.5em 0}

.float_right{float:right}
.align_right{text-align:right}
.clear_right{clear:right}
.clear_left{clear:left}
.clear_both{clear:both}

* div.clear_full{clear:both;line-height:1px;height:1px;font-size:1px;overflow:hidden}

/* Floated images without borders */
/*
.leftjustifiedimage{float:left;margin:0 10px 5px 0}
.rightjustifiedimage{float:right;margin:0 0 5px 10px}
*/

/* Floated images with and without borders */
.leftjustifiedimage, .leftjustifiedimage-noborder{float:left;margin:0 12px 12px 0}
.rightjustifiedimage, .rightjustifiedimage-noborder{float:right;margin:0 0 12px 12px}
* .leftjustifiedimage, * .rightjustifiedimage, .framedimage{border:1px solid #ddd}

.basic_table{border-collapse:collapse}
table.basic_table, table.basic_table td{border:1px solid #ddd}

* .systemsmalllabel{font-weight:bold;}
* .systemsmalllabel{}
* .systemsmallvalue{}
* .systemsmallvalue b, * .systemsmallvalue strong{}
* .ad_insert_small{background:none}

/* Misc */

.alternating_rows{}
.even{}
.disclaimers{margin-top:2em;padding-top:1em;font-size:80%;border-top:solid 1px #888}
blockquote.left{}
blockquote.right{}
.caption_left{
	float: left;
	border: 1px solid #ccc;
	padding: 6px;
	margin: 0 12px 12px 0;
}
.caption_right{
	float: right;
	border: 1px solid #ccc;
	padding: 6px;
	margin: 0 0 12px 12px;
}
.caption_left cite, .caption_right cite {
	display: block;
	margin: 0; padding: 0;
	margin-top: 6px;
	text-align: center;
	font-style: normal;
	color: #666;
}



/* ------ STYLES FROM TH.CSS ----------- */
/* FAQ PAGE */

#th-faq h3 { margin-bottom: 1em }
#th-faq h3 + h4 { border: 0 none; padding-top: 0 }
#th-faq h4 { margin: 0 0 .5em 0; padding-top: 1em; border-top: 1px solid #bbbbbb }
#th-faq ul, #th-faq ol { margin-bottom: 1em }

/*
#th-faq ol {
  zoom: 1;
  list-style-position: outside;
  margin-left: 0em;
  padding-left: 2em;
  overflow: auto;
}
*/

/* NEWSLETTER PAGES */

.newsletter { width: 500px }

.newsletter h3 { background: transparent none; color: black; padding: 0; font-size: 14px }

.newsletter .floatR { float: right; margin: 0 0 1em 1em }
.newsletter .floatL { float: left; margin: 0 1em 1em 0 }

.newsletter h3 { clear: both }
.newsletter td { text-align: left; vertical-align: top }

.newsletter .byline { margin-top: 0; font-style: italic }

.newsletter .note { font-style: italic; font-size: 90% }
.newsletter .tip { font-style: italic; font-size: 90% }

.newsletter .captionedImg { text-align: center }
.newsletter .captionedImg .caption { margin-top: .5em; text-align: center; font-weight: bold; font-size: 80% }

.newsletter .imgWithAttribution .attribution { margin: 0; font-size: 70%; color: #888 }

.newsletter .imgSet .imgGallery { margin: 0 auto; padding: 1em }
.newsletter .imgSet img { vertical-align: top; margin: 5px }
.newsletter .imgSet .imgWithAttribution { display: inline-block }

.newsletter .bio { margin-top: 2em; padding-top: 1em; border-top: solid 1px #888 }
.newsletter .bio img { float: left; margin: 0 1em 1em 0 }
.newsletter .bio .name { font-weight: bold; margin-top: 0 }

.newsletter .disclaimers { margin-top: 2em; padding-top: 1em; font-size: 80%; border-top: solid 1px #888 }

.newsletter img { border: 0 none }

