/* CSS Document */

a:link, a:active, a:visited {
  text-decoration : none;
  color :#B70D04;
  font-weight: bold;
  font-size: 13px;
}
a:hover {
  color : #CA5581;
}

.left_menu, a.left_menu:link, a.left_menu:active, a.left_menu:visited, a.left_menu_sel:link, a.left_menu_sel:active, a.left_menu_sel:visited {
    display: block;
    border : 1px solid white;
    background: #0C3784;
    text-align: right;
    font-family : 'Tahoma';
    text-decoration : none;
    font-weight: bold;
    color : white;
    font-size : 11px;
    padding-top : 3px;
    padding-bottom : 3px;
    padding-right : 3px;
    margin-top: 2px;
}

a.left_menu_sel:link, a.left_menu_sel:active, a.left_menu_sel:visited {
    background-image: url(images/button_selected_bg.png);
}

a.left_menu:hover{
    color : #ACAAAB;
    border : 1px solid yellow;
}

.item_link_top, a.item_link_top:link, a.item_link_top:active, a.item_link_top:visited {
  color : #ffffff;
  font-size: 12px;
  font-weight: bold;
  text-decoration : none;
}

.item_link, a.item_link:link, a.item_link:active, a.item_link:visited {
  color : #ffffff;
  font-size: 11px;
  font-weight: bold;
  text-decoration : none;
}

.item_link_sel, a.item_link_sel:link, a.item_link_sel:active, a.item_link_sel:visited {
  color : #B53139;
  font-size: 11px;
  font-weight: bolder;
}

a.item_link:hover, a.item_link_top:hover{
  color : #ACAAAB;

}


.newsletter_link, a.newsletter_link:link, a.newsletter_link:active, a.newsletter_link:visited {
  color : #B53139;
  font-size: 11px;
  font-weight: bolder;
  font-family: "Comic Sans MS";
  font-size: 14px;
}

a.newsletter_link:hover{
  color : #48CD40;

}

div.example {border: #603 dotted; padding: 0.6em; margin: 1em 2em}

/* First example */
div.items p:not(:target) {display: none}
div.items p:target {display: block}
p.menu {margin: 0; padding: 0.4em; background: silver; color: black}
p.menu a {color: black; border: thin outset silver; padding: 0.1em 0.3em}
div.items p {height: 6em; overflow: auto; text-align: center; margin: 0}
#item1 {color: red}
#item2 {color: green}
#item3 {color: blue}

/*

bright: rgb(234,242,255);
normal: rgb(120,172,255);
dark:	rgb(0,66,174);

*/




.dynamic-tab-pane-control.tab-pane {
	position:	relative;
	width:		100%;
}

.dynamic-tab-pane-control .tab-row .tab {
	font-family:	Verdana, Helvetica, Arial;
	font-size:		12px;
	cursor:			Default;
	display:		inline;
	margin:			1px -5px 1px 5px;
	float:			left;
	padding:		3px 6px 3px 6px;
	background:		#E49047;
	border:			1px solid;
	border-color:	#E56A00;
	border-left:	0;
	border-bottom:	0;
	border-top:		0;

	cursor:			hand;
	cursor:			pointer;

	z-index:		1;
	position:		relative;
	top:			0;
}

.dynamic-tab-pane-control .tab-row .tab.selected {
	border:			1px solid #E56A00;
	border-bottom:	0;
	z-index:		3;
	padding:		2px 6px 5px 6px;
	margin:			1px -6px -2px 0px;
	top:			-2px;
	background:		white;
}

.dynamic-tab-pane-control .tab-row .tab a {
	font-family:		Verdana, Helvetica, Arial;
	font-size:			13px;
	color:				#5A5A5A;
	text-decoration:	none;
	cursor:			hand;
	cursor:			pointer;
}

.dynamic-tab-pane-control .tab-row .hover a {
	color:	rgb(0,66,174);
}

.dynamic-tab-pane-control .tab-row .tab.selected a {
	font-weight:	bold;
}

.dynamic-tab-pane-control .tab-page {
	clear:			both;
	border:			1px solid #E56A00;
	background:		White;
	z-index:		2;
	position:		relative;
	top:			-2px;
	color:			Black;
	font-family:	Verdana, Helvetica, Arial;

	padding:		10px;
}

.dynamic-tab-pane-control .tab-row {
	z-index:		1;
	white-space:	nowrap;
	background:		#ffffff;
	height:			1.85em;
	width:			100%;
}

#bullet-list {
  padding:0px;
  margin-left:6px;
  margin-top:12px;
  margin-right:8px;
}

#bullet-list li {
  padding:2x;
  margin-left:10px;
  list-style: square;
 
  border-bottom: 1px solid #eeffee;
  vertical-align: top;
}

/* Turn off list bullets */
ul.mktree  li { list-style: none; }
/* Control how "spaced out" the tree is */
ul.mktree, ul.mktree ul , ul.mktree li { margin-left:3px; padding:0px; }
/* Provide space for our own "bullet" inside the LI */
ul.mktree  li           .bullet { padding-left: 15px; }
/* Show "bullets" in the links, depending on the class of the LI that the link's in */
ul.mktree  li.liOpen    .bullet { cursor: pointer; background: url(images/minus.gif)  center left no-repeat; }
ul.mktree  li.liClosed  .bullet { cursor: pointer; background: url(images/plus.gif)   center left no-repeat; }
ul.mktree  li.liBullet  .bullet { cursor: default; background: url(images/bullet.gif) center left no-repeat; }
/* Sublists are visible or not based on class of parent LI */
ul.mktree  li.liOpen    ul { display: block; }
ul.mktree  li.liClosed  ul { display: none; }
/* Format menu items differently depending on what level of the tree they are in */
ul.mktree  li { font-size: 12px; padding-top:7px; }
ul.mktree  li ul li { font-size: 11px; padding-top:0px; }
ul.mktree  li ul li ul li { font-size: 10px; border-bottom: 1px solid #efefff;}
ul.mktree  li ul li ul li ul li { font-size: 9px; }



