/* The top section of this style sheet are those colors that would typically need to be modified */
/* in order to custom brand an e-kit/e-document.  Other values may be modified below, but these  */
/* are isolated to the top of the file in order to make customization easier.                    */

/* overrides the dojo css so that the menu will scroll */
.dijitPopup {
	position: absolute;
	background-color: transparent;
	margin: 0;
	border: 0;
	padding: 0;

	/*overides start here*/

	height: 75%;
	/*width: 60%;*/		/*this breaks IE but fixes Safari - use max-width*/
	max-width: 60%;  /*IE Hack - IE ignores*/
	overflow-x: hidden;
	overflow-y: auto;
}

/* ---------------------------    Begin baseline styles    ------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #F70;
	text-decoration: none;
}
a:hover {
	color: #C60;
}
body {
	background: #0094D6 url('../images/layout/bg.gif') repeat-x;
	color: #466;
	margin: 0; font-style:normal; font-variant:normal; font-weight:normal; font-size:62.5%; font-family:Lucida Sans Unicode, sans-serif
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p, cite, code, ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}
code {
	border-right:1px solid #F0F0F0; border-top:1px solid #F0F0F0; border-bottom:1px solid #F0F0F0; background:url('../images/layout/bgcode.gif'); border-left:6px solid #39F; color: #555;
	display: block;
	margin-bottom: 12px;
	white-space: pre; font-style:normal; font-variant:normal; font-weight:normal; font-size:1.1em; font-family:Lucida Sans Unicode, serif; padding-left:10px; padding-right:10px; padding-top:8px; padding-bottom:8px
}
cite {
	background: url('../images/layout/quote.gif') no-repeat;
	color: #666;
	display: block;
	padding-left: 28px; font-style:normal; font-variant:normal; font-weight:normal; font-size:1.3em; font-family:Lucida Sans Unicode, serif
}
h1, h2, h3 {
	color: #06C;
	padding-top: 6px;
}


/* ---------------------------   Begin common colors   ----------------------------------------- */

/* Navigation bar */
td.nav-headings { background:#f3f3f3; }                 /* Navigation bar (typically light gray) */
td.nav-headings  { color: #000000 }
td.nav-headings  { font-family: verdana, arial, sans-serif; font-weight: bold; font-size: 10px }

/* Cover text */
td.cover-headings  { color: #000000 }
td.cover-headings  { font-family: verdana, arial, sans-serif; font-weight: bold; font-size: 10px; height: 40px; vertical-align: top; }

/* Right column */
.rc-headings { background:#f3f3f3; }
.rc-headings  { color: #000000 }
.rc-headings  { font-family: verdana, arial, sans-serif; font-weight: bold; font-size: 10px }
.rc-headings  { border-bottom: 1px solid #CCCCCC; }

/* Table of contents menu */
.menu { background:#ffffff; }                    /* Should match nav-headings background color */
.menu { border: 1px solid #000000; }

a.menu_item { color:#000000; }
a.menu_item { font-weight: normal; padding-right: 0.25em; text-decoration: none; font-family: verdana, arial, sans-serif; font-size: 10px }
a.menu_item:link,
a.menu_item:visited { text-decoration:none; white-space:nowrap; }
a.menu_item:hover { text-decoration:underline; white-space:nowrap; }


a.mainlink:link,
a.mainlink:visited,
a.mainlink:hover {  color:#000000; }


/* Call to action/contact module header */
td.contact_module,
th.contact_module { color:#ffffff; background:#ffffff; }

/* Right column spots */
tr.rc_title_row { background-color:#ffffff; }
td.rc_title { color:#444444; }
td.rc_title { font-family:verdana,arial,sans-serif; font-weight:bold; font-size:11px; }

/* Utility page title */
.page-title { color:#444444; }
.page-title { font-family:verdana,arial,helvetica,sans-serif; font-size:10px; font-weight: bold; }
.page-title { text-transform: uppercase; }
/* ---------------------------    End common colors    ----------------------------------------- */

/* ---------------------------    Layout Components    ----------------------------------------- */
.container {
	background: url('../images/layout/topleft.gif') no-repeat;
}

.header {
	height: 92px;
	min-width:935px;
}

/* title */
.title {
	float: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 26px;
}
.title img {
	float: left;
	padding-right: 20px;
}
.title h1 {
	color: #FFF;
	font: normal 1.8em Verdana,sans-serif;
	float: left;
	padding-top: 0;
	width: 400px;
}
.title h1 a{
	color: #FFF;
	text-decoration:none;
}
/* navigation */
.navigation {
	float: right;
	margin-left: 0px;
	padding: 0;
	width: 250px;
}
.navigation a{
	color: #FFF;
	float: left;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	margin-top: 26px;
	padding: 6px 10px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background-color: #4A91C3;
	color: #FFF;
}

/* main */
.main {
	background: #FFF url('../images/layout/bgmain.gif') no-repeat top left;
}

/* main left */
.sidenav {
	overflow: hidden;
	width: 160px;
}
.sidenav h1 {
	border-bottom: 1px dashed #DDD;
	color: #E73;
	font-size: 1.2em;
	height: 20px;
	margin-top: 1.2em;
}
.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav li {
	border-bottom: 1px dashed #EEE;
	list-style: none;
	margin: 0;
}
.sidenav li a {
	color: #777;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 18px;
	text-decoration: none;
}
.sidenav li a:hover {
	color: #111;
	background: url('../images/layout/nav_li.gif') no-repeat;
}

/* content */
.content {
}
.content .descr {
	color: #C60;
	margin-bottom: 6px;
}
.content li {
	margin-left: 18px; list-style-image:url('../images/layout/li.gif');
}

/* search form */
.styled {
	border: 3px double #E5E5E5;
	padding: 2px 3px;
}
.button {
	border: 1px solid #AAA;
	margin-left: 5px;
	padding: 2px 3px;
}

/* footer */
.footer {
	background: #0094D6 url('../images/layout/bgfooter.gif') repeat-x;
	color: #C1DEF0;
	font-size: 1.1em;
	line-height: 40px;
	text-align: center
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

.navigation li
{
	list-style:none;
}

.navigation ul
{
	margin:0px;
}

#site_content {
	position: absolute;left: -10000px;
}

/* Comment styling */
#commentlist li {
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	border-bottom: 1px solid #700000;
}

#commentform {
	margin: 1em 0;
	background: #ffffff;
	width: 280px;
}

#commentform textarea {
	background: #f8f7f6;
	border: 1px solid #d6d3d3;
	width: 280px;
}
#commentform textarea:hover {
	background: #FFFFFF;
	border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
	background: #ffffff;
	border: 1px solid #939793;
}

#commentform #email,
#commentform #author,
#commentform #url {
	font-size: 1.1em;
	background: #f8f7f6;
	border: 1px solid #d6d3d3;
	width: 280px;
}
#commentform #email:hover,
#commentform #author:hover,
#commentform #url:hover {
	font-size: 1.1em;
	background: #ffffff;
	border: 1px solid #d6d3d3;
	width: 280px;
}
#commentform #email:focus,
#commentform #author:focus,
#commentform #url:focus {
	font-size: 1.1em;
	background: #ffffff;
	border: 1px solid #939793;
	width: 280px;
}
#commentform input{
	margin-bottom: 3px;
}


.cover-content { padding-top: 8px; padding-bottom:5px; padding-left:0px; padding-right: 0px; margin-left:10px; margin-right:10px; }
.cover-content2 { padding-top: 8px; padding-bottom:5px; padding-left:0px; padding-right: 0px; margin-left:0px; margin-right:0px; }
.cover-item { padding-top: 8px; padding-bottom:5px; padding-left:0px; padding-right: 0px; margin-left:0px; margin-right:0px; }
.cover-item2 { padding-top: 0px; padding-bottom:0px; padding-left:8px; padding-right: 8px; margin-left:0px; margin-right:0px; }
.cover-item3 { padding-top: 0px; padding-bottom:10px; padding-left:0px; padding-right: 0px; margin-left:0px; margin-right:0px; }

#active_document {
	overflow: hidden;
	/*white-space: nowrap;
	text-overflow: ellipsis;*/
}

#toc_link {
	border: 1px solid #000000;
	padding: 3px; width: 190px;
	background-color: #ffffff;
}

a.mobularFlashLabel:link,
a.mobularFlashLabel:visited  { font-family:verdana,arial,sans-serif; font-size:10px; font-weight:bold; color:#777777; text-decoration:none;}
a.mobularFlashLabel:hover { text-decoration:underline; }

/* ---------------------------    End baseline styles    --------------------------------------- */


/* ---------------------------    Begin table structure styles    ------------------------------ */

/* General */
td.general-background { background-color:#cccccc; }
td.light-background { background-color:#eeeeee; }
td.dark-background { background-color:#444444; }
td.black-background { background-color:#000000; }

td.dark-border { border:1px solid #444444; }
td.general-border { border:1px solid #cccccc; }
td.light-border { border:1px solid #eeeeee; }
td.medium-border { border:1px solid #999999; }

/* Message box title */
tr.widget-box-title-row { background-color:#d2d2d2; }
td.widget-box-title { color:#444444; }
td.widget-box-title { font-family:verdana,arial,sans-serif; font-weight:bold; font-size:11px; }
td.widget-box-title { padding: 5px; border-bottom:1px solid #000000; }
td.widget-box-title { vertical-align: top; }

/* Message box body */
td.widget-box-body { font-family:verdana,arial,sans-serif; font-size:11px; color:#444444; }
td.widget-box-body { padding: 10px }
td.widget-box-body { background-color:#ffffff; }

table.global_rc_table_border { border:1px solid #ccc; border-top:0px; border-bottom:0px; }
table.global_rc_table_border p{ padding:5px 5px 5px 5px; }
table.global_rc_table_border table{ margin-left:5px; margin-right:5px; }

td.contact_module,
th.contact_module { border:1px solid #ccc; border-bottom:0px; }
td.contact_module,
th.contact_module { padding-left:5px; padding-top:3px; padding-bottom:3px; }
td.contact_module,
th.contact_module { font-family:verdana,arial,sans-serif; font-weight:bold; font-size:11px; }

tr.shaded-row { background-color: #ffffff; }
tr.non-shaded-row { background-color: #ffffff; }

tr.no-padding td img{ padding-right:0px; }
td.no-padding table{ padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; }
td.no-padding table td p{ padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; }

td.top-padding1 { padding:3px 0px 0px 0px; margin:0px 0px 0px 0px; }
td.top-padding2 { padding:6px 0px 0px 0px; margin:0px 0px 0px 0px; }

/* ---------------------------    End table structure styles    -------------------------------- */



/* ---------------------------    Begin misc styles    ----------------------------------------- */
.s2f_input { background:#f5f5f5; }
.s2f_input { border:1px solid #444444; }
.s2f_input { font-family:verdana,arial,sans-serif; font-size:11px; }

.small,
.small-black,
.small-gray,
.small-gray-link { font-family:verdana,arial,sans-serif; font-size:10px; font-weight: normal; }

.small2,
.small2-gray,
.small2-gray-link { font-family:verdana,arial,sans-serif; font-size:9px; font-weight: normal; }

.small3,
.small3-gray,
.small3-gray-link { font-family:verdana,arial,sans-serif; font-size:8.5px; font-weight: normal; }

.misc1 { font-family:verdana,arial,sans-serif; font-size:13px; font-weight:bold; }

.small-gray  { color:#999; }
.small-black  { color: #000000; }

.banner { white-space:nowrap; }

.gray-box { background-color:#999; font-family:verdana,arial,helvetica,sans-serif; font-weight:bold; font-size:7.5pt; color:#fff; }
.gray-box-2 { background-color:#999; font-family:arial,verdana,helvetica,sans-serif; font-weight:bold; font-size:10pt; color:#fff; }

.breadcrumb,
.breadcrumb-divider { font-family:verdana,arial,helvetica,sans-serif; font-size:8.5px; color:#999; text-transform: uppercase; }

.breadcrumb-divider:link,
.breadcrumb-divider:visited,
.breadcrumb:link,
.breadcrumb:visited { text-decoration:none; color:#999; }
.breadcrumb:hover { text-decoration:underline; color:#999; }

.ipt { padding-top:4px; }

.search-button { font-family:verdana,arial,sans-serif; font-weight:bold; font-size:10px; }
.search-button { background:none; border:none; }
.search-button {  color:#444444; }

.access {
	position:absolute;
	left:-3000px;
	width:500px;
}

.clearer {
	clear: both;
}

.ClearFix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* WinIE7 only */
*:first-child+html .ClearFix{
	height:1%;
}

/* WinIE6 and below */
/*¥*/
* html .ClearFix{
	height:1%;
}
/**/

/* MacIE only */
/*¥*//*/
.ClearFix{
	display:inline-table;
}
/**/
/* ---------------------------    End misc styles    ------------------------------------------- */




/* ---------------------------    Begin RSS widget styles    ----------------------------------- */

/* Item > Link */
a.rc_link:link,
a.rc_link:visited,
a.rc_link:hover { font-family:verdana,arial,sans-serif; font-size:10px; }

a.rc_link:link,
a.rc_link:visited { text-decoration:none; color:#444444; }
a.rc_link:hover { text-decoration:underline; color:#444444; }

/* Item > Description */
.rc_desc { font-family:verdana,arial,sans-serif; font-size:10px; color:#444444; }

td.rc_side { background-color:#cccccc; }
td.rc_image { border-top:1px solid #cccccc; border-bottom:1px solid #cccccc; }
td.rc_title { padding: 5px; border-top:1px solid #cccccc; }

.rc_img { padding-left: 0px; padding-right: 0px }
td.rc_body { padding-left: 5px; padding-right: 5px }
td.rc_body2 { padding-left: 5px; padding-right: 5px; padding-top: 5px }
.rc_tiny { font-family:verdana,arial,sans-serif; font-weight:bold; font-size:6px; }

/* ---------------------------    End RSS widget styles    ------------------------------------- */



/* ---------------------------    Begin shadow widget styles    ------------------------------- */

#shadow-container {
	position: relative;
	left: 3px;
	top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}

#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
	position: relative;
	left: -1px;
	top: -1px;
}

	#shadow-container .shadow1 {
		background: #F1F0F1;
	}

	#shadow-container .shadow1a {
		background: #E6E5E6;
	}

	#shadow-container .shadow2 {
		background: #DBDADB;
	}

	#shadow-container .shadow2a {
		background: #C9C8C9;
	}
	#shadow-container .shadow3 {
		background: #B8B6B8;
	}

	#shadow-container .container {
		background: #ffffff;
		border: 1px solid #848284;
		padding: 0px;
	}

/* ---------------------------    End shadow widget styles    --------------------------------- */
