/* --- ODI STYLE SHEET --- */

/* --- BOXES AND TABS --- */

.Navigation .Section, .Related .Section  {
	padding:0px;
	margin-bottom:20px;
	border:solid 1px #C9D8DC;
	line-height:1.3em;
	margin-top:0px;
}
.Navigation .Section h4, .Related .Section h4 {
	background-color:#C9D8DC;
	padding:2px 5px;
}
.Navigation .Section h4 {
	margin:0px;
}
.Navigation .Section p, 
.Navigation .Section h5,
.Related .Section p, 
.Related .Section h5 {
	margin-left:5px;
	margin-bottom:10px;
}
.Related .Section p, .Related .Section  {
	font-size:0.85em;
}
.Navigation .Section img, .Related .Section img {
	float:none;
}
.Related .Section ul {
	margin:5px 3px 10px 20px;
}
.Related .Section img {
	float:none;
	margin:5px 0px 5px 5px;
}
.Related .Section .NextPrevious {
	height:20px;
	width:100%;
	font-size:0.8em;
	color:#003b79;
}
.Related .Section .NextPrevious .previous, .Related .Section .NextPrevious .next {
	cursor:pointer;
}
.Related .Section .NextPrevious .previous:hover, .Related .Section .NextPrevious .next:hover {
	text-decoration:underline;
	color:#900;
}
.Related .Section .NextPrevious .previous {
	text-align:left;
}
.Related .Section .NextPrevious .next {
	text-align:right;
}

#Tabs  {
	padding:5px 5px 0px 5px;
	background-color:#C9D8DC;
	display:block;
	clear:both;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	vertical-align:bottom;
	line-height:2em;
}
#Tabs a.selected, #Tabs a.highlight, #Tabs a.notselected, #Tabs a.navbox, #Tabs a.navboxSelected  {
	padding: 0px 10px 0px 4px;
	margin: 0px 0px 5px 0px;
	display:inline-block;
	height:30px;
}
#Tabs a.selected, #Tabs a.notselected, #Tabs a.highlight, #Tabs a.navbox, #Tabs a.navboxSelected   {
	margin-right:3px;
}
#Tabs a.selected, #Tabs a.notselected, #Tabs a.navbox, #Tabs a.navboxSelected  {
	background-color:#C9D8DC;
}
#Tabs a.highlight {
	background-color:#C9D8DC;
}
#Tabs a.notselected, #Tabs a.navbox {
	filter:alpha(opacity=70); 
   -moz-opacity: 0.7; 
   opacity: 0.7; 
	border:solid 1px #999; 
}
#Tabs a.highlight {
	filter:alpha(opacity=70); 
   -moz-opacity: 0.7; 
   opacity: 0.7; 
}
#Tabs a.selected, #Tabs a.navboxSelected {
	filter:alpha(opacity=100); 
   -moz-opacity: 1; 
   opacity: 1; 
	border:solid 1px #999; 
}
#Tabs a img {
	vertical-align:middle;
	margin:0px;
}
#Tabs a:link, #Tabs a:visited, #Tabs a:active, #Tabs a:hover{
	color:#000;
	text-decoration:none;
}
#Tabs a.selected {
	background-color:#003b79;
	color:#FFFFFF;
}
#Tabs a:link.highlight, #Tabs a:visited.highlight, #Tabs a:active.highlight, #Tabs a:hover.highlight {
	color:#600;
}
#Tabs a:link.selected, #Tabs a:visited.selected, #Tabs a:active.selected, #Tabs a:hover.selected {
	text-decoration:none;
	color:#FFFFFF;
}
#Tabs a:hover {
	filter:alpha(opacity=100); 
   -moz-opacity: 1; 
   opacity: 1; 
}
#Tabs a.highlight.selected {
	background-color:#600;
}

#Tab_Content  {
	border: solid 1px #C9D8DC;
	padding: 5px;
	padding-top: 15px;
}
