@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-weight: lighter;
}
.twoColFixLtHdr #container {
	width: 978px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: 0;
	border-right: thin none #25476D;
	border-bottom: thin none #25476D;
	border-left: thin none #25476D;
} 
.twoColFixLtHdr #container #mainContent .NewTableContent {
	overflow: auto;
	height: 450px;
	padding: 5px;
	border: thin solid #CCCCCC;
}

.twoColFixLtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 975px;
	height: 212px;
	border-left: thin solid #25476D;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #25476D;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 191px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(../Images/Line.jpg) repeat-y right; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	background-color: #87BCE8;
	height: 550px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: thin solid #25476D;
}
.twoColFixLtHdr #mainContent {
	margin: -30px 0px 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px;
	height: 560px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #25476D;
} 
.twoColFixLtHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#87BCE8;
	border-top: thin solid #25476D;
	height: 70px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:10px;
	font-size: 1px;
	line-height: 0px;
	width: 468px;
	background-color: #87BCE8;
	vertical-align: baseline;
	position: -20;
}



/* MAIN */

#mainContent a {
	text-decoration: none;
	border-bottom: 1px dashed #CF0000;
	color: #152D6A;
	font-family: verdana;
	font-weight: bold;
}
h1  {
	color: #152D6A;
	border-bottom: 2px solid #B2F511;
	font: normal 28px Impact, "Arial Narrow", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 5px;
	margin: 0 0 5px 0;
}
h2  {
	font: normal 22px Georgia, "Times New Roman", Times, serif;
	margin-top: 15px;
	margin-bottom: 3px;
	color: #CF0000;
	border-bottom: 1px dotted #CCCCCC;
}
p  {
	font-size: 13px;
}

/* sidebar 1 */

#sidebar1  p {
	color: #333333;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 11px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
}

#sidebar1  a {
	text-decoration: none;
	color: #333333;
}
#sidebar1 .related {
	margin-bottom: 10px;
	padding-bottom: 45px;
	background: #C9F173 url(../Tutorial/images/bg_related.png) no-repeat left bottom;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #003366;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
}



#sidebar1 .related li {
	list-style: none;
	display: inline;
}
#sidebar1 h2, #sidebar1 h3, #sidebar1 p {
	padding-right: 5px;
	padding-left: 5px;
}
#sidebar1  h2 {
	color: #FFFFFF;
	padding-bottom: 5px;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 100%;
	margin: 0;
	padding-left: 5px;
	padding-top: 5px;
	background: #152C67;
}
#sidebar1 .related a {
	display: block;
	padding: 5px;
	border-top: 1px solid #FFF;
	text-decoration: none;
}
#sidebar1 .related a:hover {
	background: #FFFFFF;
}

#sidebar1 .related ul {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}




.featureHead {
	background: url(../Tutorial/images/feature_bug.png) no-repeat right 0px;
}

a img {
	border-style: none;
}




/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	font-size: 100%;
	cursor: default;
	width: auto;
}

/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	width: auto;
	float: left;
}


/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	cursor: pointer;
	background-color: #87BCE8;
	padding: .3em .5em;
	color: #000000;
	text-decoration: none;
	display: block;
	font-size: x-small;
	text-transform: capitalize;
	font-weight: bold;
	border-right: 1px solid #999999;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #FFFFFF;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #4978B2;
	color: #FFFFFF;
}


#mainContent .caption {
	background: #666666;
	font-size: 0.75em;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 5px;
}
#container {
	border-right-width: 2px;
	border-bottom-width: 20px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.MenuBar1 {font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #88BAEB;
}
.style2 {color: #FFFFFF}
.style4 {font-family: garamond, sans-serif}

/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 175pc;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: relative;
	margin: -5% 0 0 75%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #33C;
	color: #FFF;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(../SpryAssets/SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(../SpryAssets/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(../SpryAssets/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(../SpryAssets/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}

/* SpryMenuBarVertical.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11pt;
	cursor: default;
	width: 175px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	border: medium none #25476D;
	color: #4978B2;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBar
{
	z-index: 1000;
	border-top-color: #25476D;
	border-right-color: #25476D;
	border-bottom-color: #25476D;
	border-left-color: #25476D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	border: medium none #4978B2;
	width: 175px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: -10% 0 0 92%;
	padding: 0;
	list-style-type: none;
	font-size: small;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 13em;
	left: -1000em;
	top: 0;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #4978B2;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
	background: #87BCE8;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 175px;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	padding: 0.5em 0.75em;
	color: #003366;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	border-top: 1px solid #4978B2;
	border-right: 1px none #4978B2;
	border-bottom: 1px solid #4978B2;
	border-left: 1px none #4978B2;
	width: 155px;
	font-size: small;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	color: #FFFFFF;
	background: #4978B2;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	color: #FFF;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{
	background-image: url(../SpryAssets/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	color: #003366;
	width: 11.5em;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background-image: url(../SpryAssets/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	background-color: #4978B2;
	color: #FFFFFF;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
	ul.MenuBarVertical li.MenuBarItemIE
	{
	display: inline;
	f\loat: left;
	}
TextLink {
	font-weight: bold;
	background-color: #87BCE8;
}
.twoColFixLtHdr #container #mainContent #NewAccordionNew {
	height: 520px;
}
.twoColFixLtHdr #container #mainContent #NewAccordion .AccordionPanel AccordionPanelOpen .AccordionPanelContentNew {
	height: 520px;
}
.twoColFixLtHdr #container #mainContent #NewAccordion #NewAccordionNew .AccordionPanelContent pNew {
	height: 420px;
}
.twoColFixLtHdr #container #Content New {
	text-align: left;
	vertical-align: top;
	padding: 5px;
	height: 560px;
	width: 756px;
	border: thin solid #CCCCCC;
	overflow: scroll;
}
.toptable {
	background-color: #87BCE8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
	
td {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#003366;
	margin: 0px;
	padding: 0px;
	}
	
a {
	color: #003366;
	font-weight:bold;
	}
	
a:hover {
	color: #4978B2;
	}

/* ID Styles */

#navigation td {
	border-bottom: 2px solid #003366;
	}
	
#navigation a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 26px;
	background-image: url(arrow2.gif);
	background-repeat: no-repeat;
	background-position: 10px 45%;
	}
	
#navigation a:hover {
	color:#FFFFFF;
	background-image: url(arrow3.gif);
	background-repeat: no-repeat;
	background-position: 10px 45%;
	background-color: #4978B2;
	}
	
.navText {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:0.1em;
	text-decoration: none;
	font-weight: bolder;
	}
.toprule {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.editbox {
	overflow: auto;
	width: 900px;
	height: 600px;
	padding-left: 10px;
	background-color: #FFFFFF;
	padding-right: 10px;
}
.editbox2 {
	overflow: scroll;
	height: 250px;
	width: 890px;
	border-color: #000000;
	border: 1;
	border-width: 1;
}
.subhead {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #4978B2;
}
.subheadFlash {
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #4978B2;
	text-decoration: blink;
	border-right-style: none;
	border-left-style: none;
}
.editboxSmall {
	overflow: auto;
	width: 100%;
	height: 40px;
	padding-left: 10px;
	background-color: #FFFFFF;
	padding-right: 10px;
}
.hover1 {
	font-weight: bolder;
	background-color: #FFFF00;
}
.selectclass1 {
	background-color: #FFFF00;
}
