table.button_table td {
	border: 1px solid gray;
	padding: 2px 4px 2px 4px;
	margin-right: 30px;
}

table.bordered_table td {
	border: 1px solid gray;
	padding: 2px 4px 2px 4px;
}


table.actiontable {
	border: 1px solid gray;
	border-collapse: collapse;
	background-color: #FFFFF0;
	font-family: Verdana, Arial; 
	font-size: x-small;	
	margin-left: 2px;
	height: 30px;
}

table.actiontable th {
	border: 0px inset gray;
	background-color: #FAF0E6;
}


table.actiontable td {
	border: 0px inset gray;
	vertical-align: middle;
	padding: 10px;
}

table.actiontable td a {
	font-size: 10px;
	font-weight: bold;
}

table.defaulttable {
	border: 1px solid gray;
	border-collapse: collapse;
	background-color: #FFFFFF;
	font-family: Verdana, Arial; 
	font-size: x-small;	
	margin-left: 2px;
}

table.defaulttable th {

	border: 1px inset gray;
	background-color: #FF9933;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
}

table.defaulttable td {

	border: 1px inset gray;
}

table.defaulttablesmall {


	border: 1px solid gray;

	border-collapse: collapse;

	background-color: #F5F4F0;

	font-family: Verdana, Arial; 

	font-size: xx-small;	
}

table.defaulttablesmall th {

	border: 1px inset gray;

	background-color: #FAF0E6;

}

table.defaulttablesmall td {

	border: 1px inset gray;
}

table.defaulttable2 {


	border: 1px solid gray;

	border-collapse: collapse;

	background-color: #FFFFF4;

	font-family: Verdana, Arial; 

	font-size: x-small;	
}

table.defaulttable2 th {

	border: 1px inset gray;

	background-color: #FFFDD7;

}

table.defaulttable2 td {

	border: 1px inset gray;
}

table.newtable {
	border: 0px;
	width: 100%;
	background-color:#FF9933;
	margin-top: 1px;
}

table.newtable td {
	background-color:#FFFFCB;
	padding: 10px;
	margin-right: 1px;
	text-align: center;
}

table.newtable td a {
	color: #005075;
	font-size: 12px;
	font-weight: bold;
}

table.formtable {


	border: 1px solid gray;

	border-collapse: collapse;

	background-color: #EEF4F0;

	font-family: Verdana, Arial; 

	font-size: x-small;	
}

table.formtable th {

	border: 1px inset gray;

	background-color: #AAADD6;

}

table.formtable td {

	border: 1px inset gray;
}

a#active_menu {
	color: #963232;
}

a#active_menu:hover{
	color: #963232;
}

/* --Default Class Settings -- */
.mainlevel {
		font-weight: bold;
		font-size: 10px;
		}

a.mainlevel:link, a.mainlevel:visited, a.mainlevel:active {
		text-decoration: none;
		color: #565658;
		padding-left: 20px;
		padding-top: 7px;
		width: 160px;
		height: 28px;
		display:block;
		background-image: url(../images/button.gif);
		background-repeat: no-repeat;
		}
a.mainlevel:hover {
		text-decoration: underline;	
		}
		
#active_menu {
		background-image: url(../images/buttonactive.gif);
		}

a.pathway:link, a.pathway:visited {
	color: #000000;
	font-weight: normal;
}

a.pathway:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}

a.sublevel:link, a.sublevel:visited {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: .01em;
}

a.sublevel:hover {
	color: #333333;
	font-size: 10px;
}

a:link, a:visited {
	color: #963232;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a.category:link, a.category:visited {
	color: #333333;
	font-weight: bold;
}

a.category:hover {
	color: #963232;
}

/* For content item titles that are hyperlink instead of Read On */
a.contentpagetitle:link, a.contentpagetitle:visited {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}

a.contentpagetitle:hover {
	color: #963232;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
}

.blog_more {
			color: #000000;
	margin: 25px 30px 20px 18px;
	padding: 0 5px 0 20px;
	
}
.blog_more-2col {
	color: #000000;
	margin: 25px 30px 20px 18px;
	padding: 0 5px 0 20px;
	
}


table.moduletable {
	border-bottom: solid 0px #000000;
	border-left: solid 0px #000000;
	border-right: solid 0px #000000;
	border-top: solid 0px #000000;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 8px 0px;
	width: 160px;
}

table.moduletable td {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

table.moduletable th {
	color: #963232;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
	text-align: left;
	width: 100%;
}



.button {
	background-color: #333333;
	border: 1px solid #C0C0C0;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 18px;
	padding: 0px 0px 2px 0px;
}

.buttonheading{
	padding-right: 20px;
}

.contentheading, .componentheading,.contentheading-2col,.componentheading-2col {
	color: #963232;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: regular;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: left;
}

.contentpane {
	color: #000000;
	margin: 25px 30px 20px 18px;
	padding: 0 5px 0 10px;
	width: 520px;
	width: 500px!important;
}

.contentpane-2col{
		color: #000000;
	margin: 25px 30px 20px 18px;
	padding: 0 5px 0 10px;

}

.contentpaneopen {
	color: #000000;
	margin: 25px 30px 20px 18px;
	padding: 0 5px 0 10px;
	width: 520px;
	width: 500px!important;
	
}

.contentpaneopen-2col {
		color: #000000;
	margin: 25px 30px 20px 18px;
	padding: 0 5px 0 10px;

}

.createdate {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
}

.inputbox {
	background-color: #FFFAFA;
	border: 1px solid #C0C0C0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px 0px 2px 0px;
}

/* Text passed with mosmsg url parameter */
.message {
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}

.moscode {
	background-color: #F0F0F0;
}

.offtab {
	background-color: #E5E5E5;
	border-bottom: solid 1px #D5D5D5;
	border-left: outset 2px #E0E0E0;
	border-right: outset 2px #E0E0E0;
	border-top: outset 2px #E0E0E0;
	cursor: hand;
	font-weight: normal;
	text-align: center;
}

/* Styles for dhtml tabbed-pages */
.ontab {
	background-color: #FFAE00;
	border-bottom: solid 1px #D5D5D5;
	border-left: outset 2px #FF9900;
	border-right: outset 2px #808080;
	border-top: outset 2px #FF9900;
	color: #FFFFFF;
	cursor: hand;
	font-weight: bold;
	text-align: center;
}

.pagetext {
	display: none;
	position: relative;
	top: 0;
	visibility: hidden;
}

.pathway {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.poll {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
.readon {
			color: #000000;
	margin: 25px 30px 20px 18px;
	padding: 0 5px 0 10px;
}
.readon-2col {
			color: #000000;
	margin: 25px 30px 20px 18px;
	padding: 0 5px 0 10px;
}

.sectiontableentry1 {
}

.sectiontableentry2 {
}

.sectiontableheader {
	color: #000000;
	font-weight: bold;
}

.small {
	color: #963232;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: medium;
	text-decoration: none;
}

.smalldark {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

.tabheading {
	background-color: #FFAE00;
	text-align: left;
}

.tabpadding {
}

.title, .title-2col {
	color: #7B8DA1;
	font-family: sans-serif;
	font-size: 24px;
	font-weight: bold;
}
.contenttoc, .contenttoc-2col{
	padding: 8px 8px 8px 8px;
	margin: 8px 8px 8px 8px;
	border: 1px dashed #963232;
}

/* custom layout stuff */


#content {
	background: #FFFFFF;
	background-image: url(../images/march2005.jpg);
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 580px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	position: relative;
	text-align: left; 
	width: 775px!important;
	width: 775px;
}
#content_space, #content_space-2col{
	padding: 3px 0px 0px 35px;
}





#flashnav{
	height: 75px;
	left: 2px;
	position: absolute;
	top: -46px;
	width: 775px;
}

#jbl_magic_leftcol{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 390px;
	left: 35px;
	margin-left: 10px;
	position: absolute;
	text-align: left;
	text-indent: 2px;
	top: 130px;
	width: 300px;
	z-index: 13;
}

#jbl_magic_leftmenu {
	height: 370px;
	left: 15px;
	overflow: hidden;
	position: absolute;
	top: 138px;
	width: 160px;
	z-index: 13;
}

#jbl_magic_maincontent{
	clear: both;
	height: 437px!important;
	height: 443px;
	left: 150px;
	overflow: auto; 
	overflow-x: hidden;
	padding: 3px 0px 3px 0px;
	position: absolute;
	text-indent: 20px; 
	top: 70px;
	width: 615px!important;
	width: 615px;
	z-index: 12;
}

table#jbl_magic_maincontent{
	width:500px!important;
}




#left_menu{
	padding: 0px 0px 0px 0px;
	position: absolute;
	width: 160px;
}

#left_menu_space{
	line-height: 16px;
	padding: 3px 0px 0px 0px;
}

#material_image img {
	max-width: 150px;
}

#div_moreoptions_line {
	margin-top: 20px;
	clear: both;
}

#div_moreoptions_line span._title {
	font-weight: bold;
	width: 50px;
	float: left;
}

#div_moreoptions_line span._options {
	width: 200px;
	float: right;
	clear: both;
}

#divmoreoptions_line {
	margin-top: 20px;
	clear: both;
	width: 300px;
}

#divmoreoptions_line span._title {
	font-weight: bold;
	width: 50px;
	float: left;
}

#divmoreoptions_line span._options {
	width: 200px;
	float: right;
	clear: both;
}
