/* Copyright Riverock Technologies, LLC */
html
{
    height: 100%;
}

body,html
{
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444;
	margin:0;
	padding:0;
	background:#bdd3e6 url(../../images/bk_body.jpg) 50% 0 repeat;
	line-height:130%;
}

a
{
    color: #0071CF;
}

a:focus
{
	outline:none;
}

p
{
	margin:0.8em 0;
}

img
{
    border: none;
	margin: 0;
	padding: 0;
}

ul li
{
    list-style-type: none;
	background-image: url(../../images/li.gif?1);
    background-repeat: no-repeat;
    background-position: 0 .30em;
    padding-left: 15px;
	margin: 3px 0px;
}

hr
{
	border: 1px solid; 
	color: lightgrey;
}

.clear_both
{
	clear: both;
}

 /* LAYOUT STRUCTURE
--------------------------------------------------*/
#wrapper
{
	margin:25px auto 0;
	width:960px;
	background:#fff url(../../images/bk_wrapper.png) 0 0 no-repeat;
	padding-bottom:1px;
}


#header
{
	height:100px;
	position:relative;
	border-bottom:1px solid #E2E2E2;
	background:url(../../images/bk_header.jpg) 0 100% repeat-x;
}

#content
{
	padding:20px;
	border-bottom:12px solid #B7DCF1;
/*  padding-top:0;*/
}


/* HEADER ELEMENTS 
--------------------------------------------------*/
#header ul
{
	list-style:none;
}


#logo
{
	position:absolute;
	top:14px;
	left:20px;
}

#logo h1
{
	padding:0;
	background:none;
	border:none;
}

#logo h1 a, #logo h1 a:hover
{
	background:url(../../images/logo.png) 0 0 no-repeat;
	width:275px;
	height:67px;
	text-indent:-9000px;
	display:block;
	text-decoration:none;
	border:none;
}

a.button
{
	outline: none;	/* hide dotted outline in Firefox */
}

.image_wrap_right
{
	float: left;
	clear: right;
	padding-right: 10px;
}

.image_div
{
	text-align: center;
}

.float_left_50
{
	float: left;
	width: 50%;
}

*:first-child+html .float_left_50, *:first-child+html .float_left_50		/* hack specific to IE7 */
{
	width: 49.5%;
}

* html .float_left_50, * html .float_left_50					           /* hack for IE < 7 */
{
	width: 49.5%;
}

.float_right_50
{
	float: right;
	width: 50%;
}

*:first-child+html .float_right_50, *:first-child+html .float_right_50		/* hack specific to IE7 */
{
	width: 49.5%;
}

* html .float_right_50, * html .float_right_50					           /* hack for IE < 7 */
{
	width: 49.5%;
}

/*======= video styles ============*/
/*===========================================*/
#video_container
{
    overflow: auto;
    padding: 10px;
}

.video
{
	text-align: center;
}

.video_section_title
{
    font-size: 14px;
    margin-top: 1.6em;
    margin-bottom: 0.3em;
    margin-left: 40px;
    color: #212b45;
}

.video_title
{
	font-weight: bold;
	font-size: 200%;
	padding: 10px 0px;
	color: #093260;
	margin-bottom: 5px;
}

.video_length
{
	margin-left: 7px;
	color: #093260;
	font-size: 85%;
	font-weight: bold;
	font-style: italic;
}

/*======= content styles ===================*/
/*===========================================*/
#content
{
    background-color: #fff;
    margin: 0px auto;
    padding: 20px 20px 0px 20px;
    text-align: left;
    position: relative;
}

#content h1
{
    font-size: 18px;
    margin-top: 1.6em;
    margin-bottom: 0.3em;
    border-bottom: solid 1px;
}

#content h2
{
    font-size: 14px;
    margin-top:1.6em;
}

#content h3
{
    font-size: 12px;
    margin: 0;
}

#content h4
{
    font-size: 12px;
    font-style: italic;
    margin: 0 0 4px 0;
}

#content h1, #content h2, #content h3
{
    color: #212b45;
}

#content h1
{
    border-bottom-color: #caced4;
}

#content h2 span
{
	color: #909E85;
}

#content h4
{
    color: #909e85;
}

.odd_row
{
	background-color: #D2E3F3;
}

#content a
{
    font-weight: bold;
    text-decoration: none;
}

#content a:hover
{
	border: none;
	text-decoration: underline;
}

#content p
{
    margin-top: 0.8em;
    margin-bottom: 0.8em;
}

#content a.icon, #content a.icon:hover
{
	border-bottom: none;
	outline: none;
}

/* FOOTER
---------------------------------------------*/

#footer
{
	clear:both;
	background:url(../../images/bk_footer.jpg) top left no-repeat;
    padding:20px 0 10px 0;
	width:960px;
	height:80px;
	color:#7C8A91;
	position:relative;
    text-align: center;
}

#footer_links
{
	padding: 6px 0px;
}

.footerlink
{
    padding: 0px 5px;
}

.footerlink:hover, #copyright_link:hover
{
	text-decoration: underline;
}


/*======= toc styles =====================*/
/*===========================================*/
.toc1
{
    font-size: 15px;
	font-weight: bold;
    margin-top: 1.0em;
    color: #333333;
}

.toc1 a
{
    color: #333333;
}

.toc2
{
	margin: 4px 0px 4px 25px;
    color: #333333;
}

.toc2 a
{
    color: #333333;
}

.toc2_li
{
	background-image: url(../../images/li.gif);
	margin: 3px 5px 0px 0px;
	width: 8px;
	height: 9px;
	float: left; 
}

.toc_subtitle
{
	margin-left: 5px;
	font-size: 90%;
	color: #909E85;
}

.toc_new, .toc_updated, .toc_coming_soon
{
	margin-left: 7px;
	color:#212B45;
	background-color:yellow;
	padding: 3px;
	font-size: 90%;
	font-weight: bold;
	font-style: italic;
}

.toc_updated
{
	background-color: #D2E3F3;
}

.toc_coming_soon
{
	background-color: #FFF;
}
/*======= view styles =====================*/
/*=========================================*/
#toc_breadcrumb_div
{
	height: 32px;
}

#view_body h2 a
{
	cursor: normal;
    color: #212b45;
}

#view_body h2 a:hover
{
	text-decoration: none;
}

#view_body img
{
	margin: 10px 0px;
}

#view_body img.inline_image
{
	margin: 0px;
}

#view_body .image_wrap_right img
{
	margin: 0px;
}

#view_body table 
{
	margin: 0px auto;
	text-align: center;
}

#view_body table tr th
{
	font-weight: bold;
	text-align: center;
	height: 22px;
	color: #FFFFFF;
	background-color: #093260;
}

#view_body table tr td
{
	border-bottom: 1px solid;
	padding: 5px;
	border-bottom-color: #CCCCCC;
}

.email_format_table tr td
{
	text-align: left;
}

.export_report_format_file tr td
{
	text-align: left;
	vertical-align: top;
}

.workplace_permissions_table tr td.col2
{
	text-align: left;
}

/*======= recent changes styles =====================*/
/*===================================================*/
#recent_changes
{
	color: #093260;
}

#recent_changes fieldset
{
	margin: 10px 0px;
	border: 1px solid;
	border-color: #909E85;
}

#recent_changes legend
{
	font-size: 125%;
}

#recent_changes .version_datetime
{
	font-size: 85%;
	color: #909E85;
}

#recent_changes .recent_changes_summary
{
	margin: 10px 0px;
	font-size: 110%;
}

#recent_changes .recent_changes_entry
{
	margin: 5px 0px 5px 5px;
	padding: 0px;
	font-size: 105%;
}

#recent_changes .recent_changes_entry ul li
{
	background: none;
	list-style-type: disc;
	padding: 0px;
	margin-left: 15px;
	color: #77856B;
}

#view_body img.recent_changes_image
{
	margin: 5px 0px;
}

#faq
{
	width: 600px;
	margin: 0px auto;
} 

#faq_title
{
	font-weight: bold;
	font-size: 150%;
}

.faq_entry
{
	margin: 10px 0px;
}   

.faq_question
{
	font-weight: bold;
	font-size: 125%;
	margin-bottom: 5px;
}

#content .faq_question a
{
	cursor: normal;
	color: #515151;
}

#content .faq_question a:hover
{
	text-decoration: none;
}

.faq_answer
{
	margin-bottom: 10px;
}

.code_example
{
    font-family: "Courier New";
	font-weight: bold;
	color: 	#696969;
}

#flashcontent {
	float: right;
	margin-left: 3em;
	margin-right: 2em;
}
ul.dashboard ul li {
	background-image: none;
	margin-bottom: 10px;
	padding-left: 10px;
	margin-left: -10px;
	border-left: 2px solid #4572a8;
}

.required
{
	font-weight: bold;
	color: red;
}

/*============= Search styles ===============*/
/*===========================================*/
#search
{
	margin-top: 40px;
	margin-right: 25px;
	float: right;
}

#search #search_box
{
	height: 20px;
	width: 250px;
	font-size: 16px;
	border: 1px solid #ccc;
	padding: 5px;
}

#search #search_box:focus
{
	background-color: #FFFBCC;
}

#search #search_button
{
	position: relative;
	top: -3px;
}

#search #search_note
{
	margin-top: 5px;
	font-style: italic;
	font-size: 10px;
}

#cse-search-results iframe
{
	width: 100%;
}