@charset "UTF-8";

/* CSS for Clockwork's Active Media Manager Homepage */
/* home.css */

/***************** RESET ****************************/

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, font, img, ins, kbd, q, s, samp,
small, strike, 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;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

/***************** STRUCTURE ****************************/
#container {
	/* position: relative; */
	padding: 0px;
	/* background: transparent url(../images/sub/header_bg2.jpg) repeat-x top left; */
}

#top_bar {
	height: 44px;
	width: 920px; 
	margin: 0px auto;
	display: none;
}

#top_bar ul {
	text-align: left;
}

#top_bar li {
	list-style-type: none;
	display: inline;
}

#cw_top_logo {
	float: left;
	margin-top: 11px;	 
}

#main_nav_wrap ul li {	
	float: left;
	height: 42px;
	margin: 5px 0 0 25px;
	visibility: hidden;
}

#main_nav_wrap ul li a {
	line-height: 42px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	font-size: 12px;
	letter-spacing: 1px;
	padding-top: 3px;
}

#main_nav_wrap ul li a:link, #main_nav_wrap ul li a:visited {
	color: #C9C9C9;
}

#main_nav_wrap ul li a:hover, #main_nav_wrap ul li a:active {
	color: #FFCC00;
}

#main_nav_wrap ul li a.current {
	color: #FFCC00;
	background: transparent url(../images/active_arrow.jpg) 50% 0 no-repeat;
}

#main_nav_wrap ul li a.parent {
	color: #FFCC00;
	background: transparent url(../images/active_arrow.jpg) 50% 0 no-repeat;
}
#main_nav_wrap ul li a.home {
	color: #FFCC00;
	background: transparent url(../images/active_arrow.jpg) 50% 0 no-repeat;
}

#searchTextBox {
	width:130px;
	_width:127px;
	height:22px;
	border: 0;
	padding-left:10px;
	padding-top:3px;
	float:left;
	background: none;	
}

#searchTextBox:focus {
	outline: 0;
}

#util_nav {
	float: right;
	margin: 15px 5px 0 0;
	visibility: hidden;
}

#util_nav li {
	font-size: 9px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	text-transform: uppercase;
	padding: 0 15px 0 0;
}

#util_nav li a {
	font-weight: normal;
	color: #7e7e7e;
	text-decoration: none;
	font-size: 10px;
}

#util_nav li a:hover {
	color: #fc0;
}

#search {
	float: right;
	margin-top: 16px;
	background: url(/amm/themes/activemediamanager/images/bg_search.jpg) no-repeat;
	visibility: hidden;
}

form#searchform {
	padding: 0;
	margin: 0;
}

#search li {
	display: inline;
	float: left;
}

#search li#search_input_holder {
	display: inline-block;
	background: transparent url(../images/sub/search_left.jpg) no-repeat top left;
	height: 22px;
	width: 140px;
}

#search #search_field {
	border: none;
	background-color: transparent;
	height: 20px;
	line-height: 12px;
	font-size: 11px;
	width: 130px;
	margin-left: 10px;
	padding-top: 5px;
	padding-left: 0px;
	vertical-align: middle;
	display: block;
}

#search a#search_submit {
	background: transparent url(../images/sub/search_right.jpg) no-repeat top left;
	width: 20px;
	height: 22px;
	display: block;
	text-indent: -9000px;
	overflow: hidden;
}

#search a#search_submit:hover {
	/* background-position: bottom left; */
}

#main_content {
	position: relative;
	/* margin: 0px auto; */
	/* width: 920px; */
	padding: 10px 0 20px 0;
	background: transparent url(../images/clockwork_black.gif) no-repeat 15px 15px;
}

#left_column {
	width: 218px;
	float: left;
	display: none;
}

#page_wrap {
	/* width: 682px; */
	width: 800px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 80px;
	/*
	float: right;
	border-left: none;
	border-right: none;
	*/
}

#page_cap_top {
	height: 32px;
	width: 100%;
	background: transparent url(../images/sub/page_cap_top.jpg) no-repeat bottom left;
	padding: 0;
	display: none;
}

#page_cap_bottom {
	height: 52px;
	width: 100%;
	background: transparent url(../images/sub/page_cap_bottom.jpg) no-repeat top left;
	padding: 0;
	display: none;
}

#main_column {
	/* width: 635px; */	
	background-color: #FFF;
	/*
	border: #D5D5D5 1px solid;
	border-top: none;
	border-bottom: none;
	*/
	padding: 0 20px 10px 25px;
	text-align: left;
}

#right_column {
	margin: 0;
	padding: 0 0 30px 50px;
	width: 200px;
	/* float: right; */
}

#main_column_wide {
	width: 665px;
	margin-left: 255px;
}

#footer {
	margin: 10px auto;
	width: 920px;
	text-align: center;
	padding: 40px 0 0;
	clear: both;
	display: none;
}	
/***************** FORMATTING ****************************/

body {
	/* background: white url(../images/content_bg.gif) repeat top left; */
	/* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
	font-family: "Times", georgia, serif;
	color: #000;
	font-size: 14px;
	line-height: 22px;
}

h1, .hd1, h2, .hd2, h3, .hd3, h4, .hd4, h5, .hd5, h6 .hd6 {
	display: block;
}

h1, .hd1 {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 5px;
	padding: 0;
	color: #000;
	/* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
	font-family: "Times", georgia, serif;
	font-weight: normal;
}

h2, .hd2 {
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 5px;
	padding: 20px 0 0;
	color: #444;
	/* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
	font-family: "Times", georgia, serif;
	font-weight: normal;
}

h3, .hd3 {
	font-size: 16px;
	line-height: 22px;
	color: #000;
	margin-bottom: 5px;
	font-weight: bold;
	/* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
	font-family: "Times", georgia, serif;
}

h4 {
	font-size: 14px;
	line-height: 22px;
	color: #444;
	font-weight: bold;
	margin-bottom: 5px;
	/* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
	font-family: "Times", georgia, serif;

}

span.caption_credit {
	display: block;
	padding: 0 0 6px;
	margin-top: -5px;
	color: #999;
	font-size: 10px;
	line-height: 12px;
	font-family: Helvetica, Arial, sans-serif;
	background: #fff;
}

span.caption {
	display: block;
	font-size: 10px;
	line-height: 12px;
	font-family: Helvetica, Arial, sans-serif;
	padding: 0;
	background: #fff;
}

#main_content ul.articles {
	padding-left: 0;
	margin-left: 0;
}

#main_content ul.articles li {
	background: transparent url(../images/sub/paper_icon.gif) no-repeat center left;
	list-style-type: none;
	padding-left: 20px;
}

#main_content p {
	line-height: 22px;
	/* font-family: "Helvetica Neue", Helvetica, Arial, san-serif; */
	font-family: "Times", georgia, serif;
	color: #000;
	font-size: 14px;
	margin-bottom: 20px;
	padding: 0 6px 0 0;
}

#main_column ol,
#main_column ul {
	margin: 0 0 20px 40px;
}

#main_column ul.message {
	margin: 0;
}

#main_column ol li ul {
	padding-top: 20px;
}

#main_column ol li ul li {
	padding: 0 6px 0 0;
	margin: 0 0 20px 0px;
	font-size: 14px;
	/* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
	font-family: "Times", georgia, serif;
	color: #000;
	line-height: 22px;
	border: none;
	list-style-type: disc;
}

#main_column .image_frame {
	margin: 20px 0;
	display: block;
}
#main_content table.reg_questions {
	border-top: none;
	border-left: none;
	margin: 20px 0;
	width: 625px;
}
#main_content table.reg_questions td {
	padding:6px 6px 6px 12px;
	border-right: none;
	border-bottom: none;
	font-size: 11px;
	line-height: 14px;
}

#main_content table {
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	margin: 20px 0;
	width: 625px;
}
#main_content table td {
	padding:6px 6px 6px 12px;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	font-size: 11px;
	line-height: 14px;
}

#main_content table thead td {
	background: #f5f5f5 url(../images/table_th_bg.gif) 0 0 no-repeat;
	color: #000;
	border-color: #e5e5e5;
	font-weight: bold;
}

#main_content table p {
	padding: 0;
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 0;
}

#main_content table img {
	vertical-align: middle;
	display: inline;
}

#main_content table.noborder, #main_content table.noborder td {
	border: none;
}

#main_column ul li {
	margin-bottom: 12px;
}

#main_column ol {
	margin-left: 0;
}

#main_column ol li {
	list-style: none;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: 13px 4px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
	padding-bottom: 14px;
}

#main_column ol ol {
	margin-left: 40px;
	margin-top: 20px
}

.optional {
	color: #999;
}

li.item1 {
	background-image: url(../images/1.gif);
}
li.item2 {
	background-image: url(../images/2.gif);
}
li.item3 {
	background-image: url(../images/3.gif);
}
li.item4 {
	background-image: url(../images/4.gif);
}
li.item5 {
	background-image: url(../images/5.gif);
}
li.item6 {
	background-image: url(../images/6.gif);
}
li.item7 {
	background-image: url(../images/7.gif);
}
li.item8 {
	background-image: url(../images/8.gif);
}
li.item9 {
	background-image: url(../images/9.gif);
}
li.item10 {
	background-image: url(../images/10.gif);
}
li.item11 {
	background-image: url(../images/11.gif);
}
li.item12 {
	background-image: url(../images/12.gif);
}
li.item13 {
	background-image: url(../images/13.gif);
}
li.item14 {
	background-image: url(../images/14.gif);
}
li.item15 {
	background-image: url(../images/15.gif);
}
li.item16 {
	background-image: url(../images/16.gif);
}
li.item17{
	background-image: url(../images/17.gif);
}
li.item18 {
	background-image: url(../images/18.gif);
}
li.item19 {
	background-image: url(../images/19.gif);
}
li.item20 {
	background-image: url(../images/20.gif);
}

a {
	font-weight: bold;
}

a:link {
	text-decoration: underline;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #555;
}

.oblique {
	font-style: italic;
}


/*=== Side (Sub) Navigation ===*/
#main_tab {
	display: block;
	height: 47px;
	background:transparent url(../images/sub/subnav_head.jpg) no-repeat top left;
}

#main_tab a {
	font-family: "ITC Avant Garde Gothic", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	display: block;
	height: 100%;
	padding: 12px 0 0 15px;	
	text-decoration: none;
}

#sub_nav {
	margin: 0;
	padding: 0;
	text-align: left;
}

#sub_nav li {
	display: block;
	clear: both;
}

#sub_nav li a {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #555555;
	display: block;
	margin: 0;
	padding: 10px 0 8px 15px;	
	background: transparent url(../images/sub/subnav_inactive.jpg) no-repeat top left;
	text-decoration: none;
	text-transform: uppercase;
}

#sub_nav li a:hover {
	color: #000;
}

#sub_nav li a.current {
	color: #000;
	background: transparent url(../images/sub/subnav_active.jpg) no-repeat top left;
}

#sub_nav li a.parent {
	color: #000;
	background: transparent url(../images/sub/subnav_active.jpg) no-repeat top left;
}
#sub_nav li a.parent ul li a.parent {
	color: #000;
	background: none;
}

#nested_nav, #sub_nav_4 {
	padding: 0;
	margin: 0 1px 0 1px;
	background: #F9F9F9/* url(../images/sub/divider.gif) no-repeat 50% 0px*/;	
}

#sub_nav_4 {
	margin-left: 18px;
	list-style: none;
}

#nested_nav li a {
	background: transparent url(../images/sub/bullet_inactive.gif) no-repeat 13px 50%;
	font-size: 11px;
	margin: 0;
	padding: 3px 0 3px 30px;		
	text-transform: none;	
}

#nested_nav li a:hover {
	background: transparent url(../images/sub/bullet_active.gif) no-repeat 13px 50%;
	color: #000;
}

#nested_nav li a.current, #nested_nav li a.parent {
	background: transparent url(../images/sub/bullet_active.gif) no-repeat 13px 50%;	
	color: #000;
}
/*=== Footer ===*/
#footer {
	/* border-top: 1px dotted #ccc; */
	padding-top: 15px;
	padding-bottom: 10px;
	color: #a0a0a0;
	text-align: right;
}

#footer a {
	color: #888;
}

div#footer p#byline {
	font-size: 10px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
}

div#footer p#byline a, div#footer p#byline a:visited {
	color: #888;
	text-decoration: underline;
	font-weight: normal;
}

div#footer p#byline a:hover, div#footer p#byline a:active {
	text-decoration: none;
	font-weight: normal;
}

/*=== Footer Navigation ===*/

div#footer_menu ul {
    margin: 0;
    padding: 0;
    font-size: 11px;
}

div#footer_menu li{
    display: inline;
    position: relative;
    margin: 0px 10px;
}

div#footer_menu li a, 	div#footer_menu li a:visited {
    color: #000;
    text-decoration: underline;
}

div#footer_menu li a:hover,	div#footer_menu li a:active {
    color: #666;
    text-decoration: none;
}

/*=== Previous / Next Topic ===*/

#prev_topic {
	display: block;
	float: left;
	width: 69px;
	height: 30px;
	background: url("http://amm.clockwork.net/amm/themes/amm_site/images/previous_button_rollover.gif") no-repeat 0 0;
	margin-top: 5px;
	margin-left: 10px;
}

#prev_topic:hover { 
	background-position: 0 -30px;
}

#prev_topic span {
	display: none;
}

#next_topic {
	display: block;
	float: left;
	width: 69px;
	height: 30px;
    margin-top: 5px;
	background: url("/amm/themes/amm_site/images/next_button_rollover.gif") no-repeat 0 0;
}

#next_topic:hover { 
  background-position: 0 -30px;
}

#next_topic_full {
  display: block;
  float: left;
  width: 67px;
  height: 30px;
  margin-top: 5px;
  margin-left: 10px;
  background: url("/amm/themes/amm_site/images/next_button_full_rollover.gif") no-repeat 0 0;
}

#next_topic_full:hover { 
  background-position: 0 -30px;
}

#prev_topic_full {
  display: block;
  float: left;
  width: 67px;
  height: 30px;
    margin-top: 5px;
	margin-left: 10px;
  background: url("/amm/themes/amm_site/images/prev_button_full_rollover.gif") no-repeat 0 0;
}

#prev_topic_full:hover { 
  background-position: 0 -30px;
}

#next_topic span {
  display: none;
}

#next_topic_full span, #prev_topic_full span {
  display: none;
}

div#next_prev {
/* background-color: #f0f0f0;*/
width: 100%;
height: 40px;
margin-top: 20px;
display: none;
}

/*=== Page Numbers ===*/
span#page_number {
	float: right;
	color: #666;
	margin: 0 16px 0 0;
	line-height: 40px;
	font-size: 11px;
}


/* ============= Newsletter Signup ==================== */
.answer input {
	font-size: 12px;
}

.answer textarea {
	height: 200px;
	width: 400px;
	font-size: 12px;
	/* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
	font-family: "Times", georgia, serif;
}

.ask_question {
	padding: 0!important;
}

.ask_question label {
	font-weight: bold;
}

.answer label {
	font-weight: normal;
}

#component_80174_next_button {
	float: none;
	padding:5px 7px 4px 7px !important;
	background-image: none!important;
}

#main_column_wide .email_component_question {
	display:inline-block;
	width:130px;
}

#main_column_wide .email_component_input input {
	margin-left:0px;
}

#main_column_wide form input {
	margin-left:130px;
	margin-top:10px;
}

#main_column_wide .email_component_input .hint_text {
	clear:right;
	color: #999;
	display:block;
	/* font-family:"lucida grande",verdana,sans-serif; */
	font-family: "Times", georgia, serif;
	font-size:9px;
	font-style:normal;
	margin-left:130px;
}

/* AMM Manual Screenshots */
#main_content .image_frame img {
	background: url(../images/screenshot_frame_bot.gif) bottom left no-repeat;
	padding: 2px 2px 7px 2px;
	display: block;
}


#main_content .image_frame {
	display: block;
	background: url(../images/screenshot_frame_top.gif) 0 0 no-repeat;
	padding: 0;
	/* width: 625px; */
}
#main_content ol li .image_frame {
	display: block;
	background: url(../images/screenshot_frame_top.gif) 0 0 no-repeat;
	padding: 0;
	margin: 10px 0 10px -30px
	/* width: 625px; */
}

.no_image_treatment .image_frame, .no_image_treatment .image_frame img {
	background: none !important;
	width: auto !important;
	display: inline !important;
	padding: 0 !important;
	margin: 0 !important;
}

#main_column a:visited {
	color: #333;
}

#nested_nav li a {
	line-height: 16px;
}

#page_cap_bottom {
	margin-bottom: 20px;
}

#sub_nav_4 {
	margin-left: 18px;
}

#sub_nav_4 li {
	list-style: none;
}

#sub_nav_4 li a {
	_float: left;
}