/* CSS Document */


.clr {
	clear: both;
}

.outline {
  border: 1px solid #cccccc;
  background: #ffffff;
	padding: 2px;
}

#pathway_outer {
	width: 400px;
  float: left;
  margin-bottom: 0px;
	margin-right: 0px;
}

#pathway_inner {
  float: none !important;
  float: left;
	border: 1px solid #cccccc;
	height: 15px;
}

#pathway_text {
  overflow: hidden;
	float: left;
	display: block;
	padding-top: 0px;
	height: 15px;
	padding-left: 1px;
	font-size: 10px;
}

a.pathway {
}

#buttons {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 100%;
}


ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

ul#mainlevel-nav li
{
	display: block;
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: right;
	margin: 0;
	width: auto !important;
  width: 15%;
	font-size: 11px;
	line-height: 21px;
	white-space: nowrap;
	border-left: 0px solid #cccccc;
}

ul#mainlevel-nav li a
{
	width: 100%;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #333333;
	background: transparent;
}

#buttons>ul#mainlevel-nav li a { width: auto; }

	ul#mainlevel-nav li a:hover
{
	color: #ff9900;
	background: none;
}


#search_outer {
	float: left;
	width: 140px;
}

#search_inner {
  border: 0px;
	padding: 0px;
  height: 21px !important;
  height: 25px;
  margin-bottom: 3px;
}

#search_inner form {
  padding: 0;
  margin: 0;
}

#search_inner .inputbox {
	border: 1px solid #cccccc;
	padding: 3px 3px 3px 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

#header_outer {
	text-align: left;
	border: 0px;
	margin: 0px;
}

#header {
	float: left;
	padding: 0px;
	margin-right: 2px;
	width: 635px;
	height: 150px;
	background: url(../images/header_short.jpg) no-repeat;
}

#top_outer{
	float: left;
	width: 165px;
}

#top_inner {
  border: 1px solid #cccccc;
	padding: 2px;
  height: 144px !important;
  height: 150px;
  overflow: hidden;
  float: none !important;
  float: left;
}

#left_outer {
  float: left;
	margin-top: 2px;
	width: 165px;
}

#left_inner {
  border: 0px solid #cccccc;
	padding: 2px;
  float: none !important;
  float: left;
}

#content_outer {
	padding: 0px;
	margin-top: 0px;
	margin-left: 2px;
	/** border: 1px solid #cccccc; **/
	float: left;
	width: 100%;
}

#content_inner{
  float: none !important;
  float: left;
  padding: 5px;
  padding-top: 10px;
  margin: 0;
}

table.content_table {
  width: 100%;
	padding: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
}

table.content_table td {
	padding: 0px;
	margin: 0px;
}


#banner_inner {
	float: none;
	padding-bottom: 10px;
}

#poweredby_inner {
	float: right;
	padding: 0px;
	margin-left: 0px;
	height: 70px;
}

#right_outer {
	margin-left: 2px;
	width: 165px;
}

#right_inner {
  float: none !important;
  float: left;
  border: 0px solid #cccccc;
  padding: 2px;
}


.user1_inner {
	border: 1px solid #cccccc;
  float: none !important;
  float: left;
	margin: 0px;
	padding: 2px;
}

.user2_inner {
	border: 0px solid #cccccc;
  float: none !important;
  float: left;
	margin: 0px;
	padding: 2px;
}

table td.body_outer {
	padding: 2px;
	margin-bottom: 10px;
	border: 0px solid #cccccc;
}



#active_menu {
	color:#FF6600;
	font-weight: bold;
}

a#active_menu:hover {
	color: #C43C03;
}

.maintitle {
	color: #ffffff;
	font-size: 40px;
	padding-left: 15px;
	padding-top: 20px;
}

.error {
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  color: #cccccc;
  font-size: 14px;
  font-weight: bold;
}

/** old stuff **/

.back_button {
	float: left;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: 50px;
  background: url(../images/button_bg.gif) repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.pagenav {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../images/button_bg.gif) repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.pagenavbar {
	margin-right: 10px;
	float: right;
}

#footer {
	text-align: center;
	font-size: 11px;
	color: #666666;
	padding: 3px;
}

#footer2 {
	text-align: center;
	font-size: 9px;
	color: #6699CC;
	padding: 3px;
}

ul
{
margin: 0;
padding: 0;
list-style: none;
}

li
{
line-height: 15px;
padding-left: 15px;
padding-top: 0px;
background-image: url(../images/arrow.gif) ;
background-repeat: no-repeat;
background-position: 0px 3px;
}


td {
	text-align: left;
	font-size: 11px;
}



body {
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11px;
	color: #333333;
	background: #FFFFFF;
}

/* mambo core stuff */
a:link, a:visited {
	color: #ff6600; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #C43C03;	text-decoration: none;
	font-weight: bold;
}

table.contentpaneopen {
  width: 100%;
	padding: 5px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}

table.contentpaneopen td {
   padding-right: 5px;
   padding-left: 0px;
   padding-bottom: 0px;
}

table.contentpaneopen td.componentheading {
	padding-left: 4px;
}



table.contentpane {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 10px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

.button {
  color: #ff6600;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
}

.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}

.componentheading {
	background: url(../images/subhead_bg.gif) repeat-x;
	color: #333333;
	text-align: left;
	vertical-align: middle;
	padding-top: 7px;
	padding-left: 7px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

.contentcolumn {
	padding-right: 5px;
}

.contentheading {
	height: 30px;
	background: url(../images/contenthead.gif) top left no-repeat;
	color: #999900;
	text-indent: 20px;
	font-weight: bold;
	font-size: 11px;
	border-bottom: 1px solid #cccccc;
	white-space: nowrap;
}

/** added for content description **/

table.contentdescription {
  width: 100%;
	padding: 5px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

table.contentdescription td {
   padding-right: 5px;
   padding-left: 0px;
   padding-bottom: 0px;
}

table.contentdescription span {
	padding-left: 4px;
}

/** added for content description **/

.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}

table.moduletable {
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.moduletable th {
	background: url(../images/subhead_bg.gif) repeat-x;
	color: #333333;
	vertical-align: middle;
	text-align: left;
	padding-top: 0px;
	padding-left: 7px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

table.moduletable td {
	font-size: 11px;
	padding-left: 0px;
	margin_left: 0px;
	font-weight: normal;
}

table.pollstableborder td {
  padding: 2px;
}

.sectiontableheader {
  font-weight: bold;
  background: #f0f0f0;
  padding: 4px;
}

.sectiontablefooter {

}

.sectiontableentry1 {
	background-color : #ffffff;
}

.sectiontableentry2 {
	background-color : #f9f9f9;
}

.small {
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}

table.contenttoc {
  border: 1px solid #cccccc;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
}

table.contenttoc td {
  padding: 2px;
}

table.contenttoc th {
  	background: url(../images/contenthead.gif) top left no-repeat;
	border-bottom: 1px solid #cccccc;
	text-indent: 20px;
	color: #333333;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(../images/left_bg.gif) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 20px !important;
	height: 25px;
	width: 162px;
	text-decoration: none;
}

a.mainlevel:hover {
	background: url(../images/left_bg_over.gif) no-repeat;
	vertical-align: left;
	text-decoration: none;
	color: #333333;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	padding-bottom: 1px;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-align: left;
	line-height: 200%
}

a.sublevel:hover {
	color: #333333;
	text-decoration: none;
}
.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}
.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

div.mosimage {
  border: 1px solid #ccc;
}

.mosimage {
  border: 1px solid #cccccc;
  margin: 5px
}

.mosimage_caption {
  margin-top: 2px;
  background: #efefef;
  padding: 1px 2px;
  color: #666;
  text-transform: normal;
  font-size: 10px;
  border-top: 1px solid #cccccc;
}
.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #FFFFFF;
	text-align: right;
}
.hd_top {
	background-image: url(../images/hd_top_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.header_bg {
	background-image: url(../images/hd_bg2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
}
.hd_bottom {
	background-image: url(../images/hd_bottom_bg.jpg);
	background-repeat: repeat-x;
}
.hd_imagebg {
	background-image: url(../images/hd_image.jpg);
	background-repeat: no-repeat;
}
.ct_middlebg {
	background-image: url(../images/ct_middlebg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.ct_rightbg {
	background-image: url(../images/ct_rightbg.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.nav_middlebg {
	background-image: url(../images/nav_middlebg.jpg);
	background-repeat: repeat-y;
}
.nav_leftbg {
	background-image: url(../images/nav_leftbg.jpg);
	background-repeat: repeat-y;
}
.navright_middlebg {
	background-image: url(../images/navright_middlebg.jpg);
	background-repeat: repeat-y;
}
.navright_leftbg {
	background-image: url(../images/navright_leftbg.jpg);
	background-repeat: repeat-y;
}
.ft_middlebg {
	background-image: url(../images/ft_middlebg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.ft_topbg {
	background-image: url(../images/ft_topbg.jpg);
	background-repeat: repeat-x;
}
.ft_bottombg {
	background-image: url(../images/ft_bottombg.jpg);
	background-repeat: repeat-x;
}
.ft_leftmiddlebg {
	background-image: url(../images/ft_leftmiddle.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.ft_rightmiddlebg {
	background-image: url(../images/ft_rightmiddle.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.ft_rightbg {
	background-image: url(../images/ft_rightbg.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
table.logintable {
  border: 0px solid #cccccc;
  padding: 5px;
  margin-left: 2px;
  margin-bottom: 0px;
}
div.mosFormLabel label{ 
	width:100px;
	padding: 5px; 
	float:left; 
}
table.subscribe {
  width: 100%;
	padding: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 1px solid #999999;
}

table.subscribe td {
	padding: 5px;
	margin: 0px;
	vertical-align:top;
	border: 1px solid #999999;
}

table.moduletable-whosonline {
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.moduletable-whosonline th {
	background: url(../images/subhead_bg.gif) repeat-x;
	color: #333333;
	vertical-align: middle;
	text-align: left;
	padding-top: 0px;
	padding-left: 7px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}
table.moduletable-whosonline td {
	font-size: 11px;
	padding-left:7px;
	margin_left: 0px;
	font-weight: normal;
}

/** class suffix for volume **/

table.contentpaneopen-volume {
  width: 100%;
	padding: 5px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}

table.contentpaneopen-volume td {
   padding-right: 5px;
   padding-left: 0px;
   padding-bottom: 0px;
}

table.contentpaneopen-volume td.componentheading-volume {
	padding-left: 4px;
}

table.contentpane-volume {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpane-volume td {
	margin: 0px;
	padding: 10px;
}

table.contentpane-volume td.componentheading-volume {
	padding-left: 4px;
}

.componentheading-volume {
	background: url(../images/componenthead.gif) top left repeat-x;
	color: #333333;
	text-align: left;
	vertical-align: middle;
	padding-top: 8px;
	padding-bottom: 7px;
	padding-left: 7px;
	height: 30px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	border-top: 0px dotted #cccccc;
	border_bottom: 0px dotted #cccccc;
	white-space: nowrap;
	margin-bottom: 5px;
}
.contentheading-volume {
	height: 30px;
	background: url(../images/contenthead.gif) top left no-repeat;
	color: #999900;
	text-indent: 20px;
	font-weight: bold;
	font-size: 11px;
	border-bottom: 1px solid #cccccc;
	white-space: nowrap;
}
/** END OF class suffix for volume **/

a.mainlevel-ygs:link, a.mainlevel-ygs:visited {
	display: block;
	background: url(../images/right_bg.gif) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	padding-top: 5px;
	padding-left: 10px;
	height: 20px !important;
	height: 25px;
	width: 169px;
	text-decoration: none;
}

a.mainlevel-ygs:hover {
	background: url(../images/right_bg_over.gif) no-repeat;
	vertical-align: left;
	text-decoration: none;
	color: #333333;
}

a.sublevel-ygs:link, a.sublevel-ygs:visited {
	padding-left: 1px;
	vertical-align: middle;
	padding-bottom: 1px;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-align: left;
	line-height: 200%
}

a.sublevel-ygs:hover {
	color: #333333;
	text-decoration: none;
}
.componentheading-ygs {
	background: url(../images/componenthead.gif) top left repeat-x;
	color: #333333;
	text-align: left;
	vertical-align: middle;
	padding-top: 8px;
	padding-bottom: 7px;
	padding-left: 7px;
	padding-right: 0px;
	height: 30px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	border-top: 0px dotted #cccccc;
	border_bottom: 0px dotted #cccccc;
	white-space: nowrap;
	margin-bottom: 5px;
}
table.moduletable-ygs {
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.moduletable-ygs th {
	background: url(../images/subhead_bg.gif) repeat-x;
	color: #333333;
	vertical-align: middle;
	text-align: left;
	padding-top: 0px;
	padding-left: 7px;
	height: 23px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}
table.moduletable-ygs td {
	font-size: 11px;
	padding-left:0px;
	padding-right:0px;
	margin_left: 0px;
	font-weight: normal;
}
/* stylics */
#stylics, #stylics div {
	overflow:auto;
	height:133px;
	font-size: 0.7em;
}
#sd {
	cursor:pointer;
	letter-spacing:1px;
	font-size: 0.9em;
	color:#FF6600;
}
/* tooltip styling */
.tooltip {
	display:none;
	background:url(../images/bg_stylics.png);
	height:173px;
	padding:30px 30px 10px 30px;
	width:410px;
	font: 0.8em/1.2 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#ffffff;
	z-index:9;
}


.tooltip a:link, .tooltip a:visited {
	color:#990000;
}