@charset "utf-8";
/* CSS Document */

/*search pod*/

div.search_pod{
	width:255px;
	height:47px;
	margin:10px 0px 10px 0px;
	padding:45px 0px 0px 5px;
	background-image: url(../../_sharedimg/searchpod.gif);
	background-repeat: no-repeat;
}


.select_textfield_search{
	width:170px;
	padding:4px;
	margin:2px 0px 4px 0px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color:#5a5a57;
	border: #b0b2b9 solid 1px;
	background-color: #fff;
}

/*sub navigation*/

div.submenu{
	float:left;
	position:relative;
	width:240px;
	background-image: url(../../_sharedimg/blogs_subnav_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	background-color:#8ea7c8;
	display:inline;
	margin:0px 10px 0px 0px;
	padding:41px 10px 0px 10px;

}

div.submenu_img{
	position:absolute;
	left:0px;
	top:0px;
}
div.submenu_bot{
margin:0px 0px 10px 0px;
padding:0px;
float:left;
display:inline;
width:240px;}

div.submenu ul {
	margin:0px;
	padding:0px 0px 5px 0px;
	color:#f7941d;
}

div.submenu ul li {
	padding:0px;
	margin:0px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8ea7c8;	
}

div.submenu ul li a{
	width:222px;
	padding:6px 5px 6px 13px;
	margin:0px;
	display:block;
	text-decoration:none;
	color:#534741;
	font-size:1em;
		background-color:#dde5ef;

}

div.submenu ul li a:hover{
	width:222px;
	padding:6px 5px 6px 13px;
	margin:0px;
	display:block;
	background-color:#bdcde5;
	color:#534741;
	text-decoration:none;
}
div.submenu ul li a.selected{
	width:222px;
	padding:6px 5px 6px 13px;
	margin:0px;
	display:block;
	background-color:#fff;
	color:#534741;
	text-decoration:none;
}




div.blog_entry{
	position:relative;
	width:540px;
	margin:0px 0px 15px 0px;
	padding:0px 0px 2px 100px;
	background-image: url(../../_sharedimg/blogsdot_lines.gif);
	background-repeat: no-repeat;
	background-position:  right bottom;
}

div.blog_entry h2{
	padding:0px;
	margin:0px;
}


div.blog_entry_icon{
	position:absolute;
	top:9px;
	left:20px;
	width: 24px;
	height: 25px;
}

div.blog_entry .green_arrow{
	padding:5px 0px 0px 0px;
	margin:0px;
}

div.blog_entry .orange_text{
	padding:0px 0px 0px 0px;
	margin:0px;
}


div.blog_date{
	position:absolute;
	top:3px;
	left:10px;
	width:62px;
	height:71px;
	padding:5px 0px 0px 0px;
	background-image: url(../../_sharedimg/calendar_date.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
}
.keywords_blog{
	color:#b6b6b6;
	font-size: 0.9em;
	padding-top:3px;
}

.keywords_blog a{
	color:#8ea7c8;
	text-decoration:underline;
}

.postedby_text{
	font-style: italic;
	color: #b6b6b6;
	font-size: 0.9em;
}

.calendardate{
	padding:4px 0px 0px 0px;
	margin:0px;
	color:#fff799;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.3em;
	line-height:0.8em;
	text-align: center;
	font-weight: bold;
}

.calendarmonth{
	padding:0px 0px 0px 0px;
	margin:0px;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
}


div.blog_entry_heading{
	width:430px;
	padding-bottom:5px;
}
.learning_activity{
	font-style:italic;
	color:#a0a9b8;
	}

.comments_view_bot{
	float:right;
	display:block;
	width:107px;
	height:23px;
	padding:8px 0px 0px 0px;
}

div.comments_view{
	position:absolute;
	display:block;
	top:0px;
	left:532px;
	width:107px;
	height:23px;
	padding:0px 0px 0px 0px;
}
div.comments_add{
	position:absolute;
	display:block;
	top:25px;
	left:532px;
	width:107px;
	height:23px;
	padding:2px 0px 0px 0px;
}




/*Blog comments*/

div.blog_comments{
	position:relative;
	width:540px;
	margin:0px 0px 10px 0px;
	padding:22px 0px 20px 100px;
	background-image: url(../../_sharedimg/blogsdot_lines.gif);
	background-repeat: no-repeat;
	background-position:  right bottom;
}
div.blog_comments h3{
	padding:0px 0px 0px 0px;
	margin:0px 0px 25px 0px;
}

div.blog_comments_img{
	position:absolute;
	top:3px;
	left:10px;
	width:62px;
	height:71px;
	padding:0px;
}

div.blog_comments_pod{
	position:relative;
	width:463px;
	height:100px;
	color:#84898f;
	padding:4px 0px 4px 75px;
	background-color:#f6f0da;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #f1e3dc;
	border-left-color: #f1e3dc;
}
#wrapper_content > div.blog_comments_pod {height:auto; min-height:100px;}

.blog_comments_pod_user_icon{
	position:absolute;
	top:6px;
	left:13px;
	padding:0px;
}
div.blog_comments_pod_label_notch{
	position:absolute;
	top:56px;
	left:13px;
	padding:0px;
}

.blog_comments_pod_curves{
	display:block;
	margin-bottom:10px;
}

.usersays{
	color:#27acd1;	
	padding:0px;
	margin:0px;
	}
.select_form_blog p{
	color:#9faab7;	
	margin:0px;
	padding:3px 0px 0px 0px;
}

.select_formfield_blog{
	width:530px;
	height:170px;
	padding:4px;
	margin:2px 0px 4px 0px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color:#5a5a57;
	border: #cfd4db solid 1px;
	background-color: #eff1f3;
}
.select_textfield_blog{
	width:530px;
	padding:4px;
	margin:2px 0px 4px 0px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color:#5a5a57;
	border: #cfd4db solid 1px;
	background-color: #eff1f3;
}
/*Blog Index*/

table.tbl_blog_index{
	width:639px;
	vertical-align:top!important;
	margin-bottom:25px;
	}
table.tbl_blog_index tr{
	background:url(../../_sharedimg/blog_index_border.gif) repeat-x bottom;
	padding:16px 0 16px 0;
	}
table.tbl_blog_index td.td_01{
	color:#9faab7;
	font-style:italic;
	font-size:12px;
	padding:12px 0 12px 0;
	width:135px;
	}	
table.tbl_blog_index td.td_01 p{	
	color:#9faab7;
	font-style:italic;
	font-size:12px;
}
	
table.tbl_blog_index td.td_02{
	color:#4f433a;
	font-size:12px;	
	padding:12px 25px 12px 0px;
	width:440px;
	}	
table.tbl_blog_index td.td_02 p{
	color:#4f433a;
	font-size:12px;	
	}






/*blue pod*/


div.blue_box_wrapper{
	margin:30px 0 10px 0;
	}
div.blue_box_header{
	background:url(../../_sharedimg/blog_title_box_head.gif) no-repeat;
	height:4px;
	}
div.blue_box_body{
	background:#dae5f3;
	padding:22px 28px 26px 28px;
	height:90px;
	}
div.blue_box_wrapper > div.blue_box_body{
	height:auto;
	min-height:90px;
	}
.support_text{
	color:#4f433a;
	font-size:20px;
	line-height:26px;
}	
div.blue_box_body h1{
	background:none!important;
	margin:0px!important;
	display:inline;
	}
div.blue_box_body p{
	margin:0px 0px 0px 0px!important;
	}
div.blue_box_body a{
	color:#0281ca;
	}
div.blue_box_footer{
	background:url(../../_sharedimg/blog_title_box_footer.gif) no-repeat;
	height:4px;
	}
/*support_content_wrapper*/

#support_content_wrapper{
	float:left;
	width:640px;
	margin:25px 0 10px 0;
	}
#content_wrapper_c_1{
	float:left;
	width:305px;
	}
#content_wrapper_c_2{
	float:left;
	width:305px;
	margin:0 0 0 30px;
	}

div.contentWrapperColumn div.pod {margin-bottom:20px;}
div.contentWrapperColumn div.pod img {
	float:right;
	margin:0 0 10px 10px;
}

#faq_help_docs{
	margin-bottom:20px;
	}
#faq_help_docs img{
	float:right;
	margin:0 0 10px 10px;
	}
	
#faq_help_docs ul {
	margin:0px;
	padding:0px 0px 5px 0px;
	list-style-type: none!important;
	
}
#faq_help_docs ul li {
	padding:0px;
	margin:0px;
	list-style-type: none!important;
	background:url(../../_sharedimg/blog_index_border.gif) repeat-x bottom left;
}
#faq_help_docs ul li a {
	margin:0;
	padding:6px 0 10px 30px;

	background:url(../../_sharedimg/icon_help_docs.gif) no-repeat left top!important;
	display:block;
	
	
}
#faq_help_docs ul li a:hover {
}

#help_articles_nav_pod{
	height:70px;
	position:relative;
	background:#bbcadf;
	border-bottom:1px solid #8ea6c8;
	}
.help_articles_item_001{
	position:absolute;
	color:#514642;
	font-style:italic;
	left: 13px;
	top: 9px;
	}	
.help_articles_item_002{
	position:absolute;
	left: 13px;
	bottom: 13px;
	}	
.help_articles_input{
	width:180px;
	background:#FFF;
	border:none;
	}
.help_articles_item_003{
	position:absolute;
	right: 13px;
	bottom: 12px;
	}	
.help_articles_item_003 a {
	padding:0px!important;
	width:auto!important;
}	
.icon {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

ul#screencastIndex {
	float:left;
	margin:0px;
	padding:0px;
	list-style-type:none;
}

ul#screencastIndex li {
	float:left;
	margin:20px 0px 0px 0px;
	padding:0px;
	width:640px;
	background:none;
}

ul#screencastIndex button {
	float:left;
	margin:0px 0px 0px 20px;
	padding:0px 10px 0px 40px;
	width:310px;
	height:50px;
	border:none;
	font-weight:bold;
	text-align:left;
	color:#66676b;
	background:url("../../_sharedimg/widget_screencast_btns.gif") no-repeat 0px 0px;
	background-color:#84898f;
}

ul#screencastIndex button:first-child {margin-left:0px;}

ul#screencastIndex button:hover {
	cursor:pointer;
	color:#ffffff;
	background-position:-330px 0px;
}

ul#screencastIndex button.selected {
	color:#ffffff;
	background-position:-660px 0px;
}

ul#screencastIndex button::-moz-focus-inner {
	padding:0px;
	border:none;
}
