﻿/************************* Module Layout Styles *************************/
div.Pathway6Box, html.Pathway6Box, html.Pathway6Box td{
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 10px
}
.LeftPane div.Pathway6Box{
	padding-left:15px;
	padding-right:15px
}
.Pathway6Box .ModuleTitle{
	vertical-align: bottom;
	text-align: left;
	height: 25px
}
.Pathway6Box .ModuleTitleBg{
	background-image: url(module_title_middle.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	height: 25px
}
.Pathway6Box .ModuleTitle h2{
	font-weight: bold;
	font-size: 13px;
	vertical-align: middle;
	color: #fff;
	padding-left: 5px;
	margin: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	height: 15px
}
.Pathway6Box .ModuleContentTable{
	border-right: #f1f1f3 1px solid;
	border-left: #f1f1f3 1px solid;
	width: 100%;
	background-color: white;
	background-image: url(module_bg.gif);
	background-repeat: repeat-x;
	background-position: center bottom
}
.Pathway6Box .ModuleContent{
	font-size: 12px;
	padding-bottom: 10px;
	vertical-align: top;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	line-height: 17px
}
/*====================================Module Content Text Styles====================================*/
.Highlight{
	font-weight: bold;
	color: #613c83
}
.Pathway6Box .Highlight{
	font-weight: bold;
	color: #613c83
}
.Pathway6Box h1, .Pathway6Box .Head{
	font-weight: bold;
	font-size: 14px;
	color: #656565;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	height: 16px
}
.Pathway6Box h2, .Pathway6Box .SubHead{
	font-size: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #656565
}
.Pathway6Box h3, .Pathway6Box h4, .Pathway6Box h5, .Pathway6Box h6{
	font-weight: bold;
	font-size: 12px;
	color: #656565;
	font-family: Tahoma, Arial, Helvetica, sans-serif
}
.Pathway6Box p, .Pathway6Box .Normal{
	font-weight: normal;
	font-size: 12px;
	color: #333;
	line-height: 17px
}
.Pathway6Box a, .Pathway6Box a:link, .Pathway6Box a:visited, .Pathway6Box a:active{
	color: #613c83;
	text-decoration: underline
}
.Pathway6Box a:hover{
	color: #e0f632;
	text-decoration: underline
}
.Pathway6Box hr{
	margin-top: 1px;
	margin-bottom: 1px;
	padding-bottom: 1px;
	width: 100%;
	border-top-style: none;
	padding-top: 1px;
	border-bottom: #FF9C03 1px dotted;
	border-right-style: none;
	border-left-style: none;
	height: 1px;
	background-color: white
}
.Pathway6Box ul li{
	font-weight: normal;
	font-size: 12px;
	color: #333;
	padding-left: 5px;
	list-style: url(bullet.png);
	margin: 0
}
.Pathway6Box ol li{
	font-weight: normal;
	font-size: 12px;
	color: #333;
	padding-left: 5px;
	margin: 0
}
.Pathway6Box ul{
	margin: 0;
	padding-top: 10px;
	padding-left: 15px
}
.Pathway6Box .Field{
	font-weight: normal;
	font-size: 10px;
	color: #333;
	background-color: #F5F5F5;
	border: 1px dimgray solid;
	font-family: Arial, Helvetica, sans-serif;
}
.Pathway6Box .Button, .Pathway6Box a.Button, .Pathway6Box a:link.Button, .Pathway6Box a:visited.Button, .Pathway6Box a:hover.Button, .Pathway6Box a:active.Button{
	border-bottom: 1px solid #696969;
	border-top: silver 1px solid;
	border-right: 1px solid #696969;
	border-left: silver 1px solid;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 1em;
	padding-left: 1em;
	font-size: 12px;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	overflow: visible;
	color: #333;
	background-image: url(buttonbg.gif);
	background-repeat: repeat-x;
	text-align: center;
	text-decoration: none;
	line-height: 20px;
	font-weight: bold
}
.Pathway6Box input.Button{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 11px
}