/* custom stuff */
html {
        height: 100%;
        margin-bottom: 1px;
}

:focus { -moz-outline-style: none; }

form {
        margin: 0;
        padding: 0;
}

body {
	margin: 0px 0px 0px 0px;
	height: 100%;
	font-size: 76%;
}		

a:link, a:visited {
	color: #1B57B1; 
	text-decoration: none;
}

a:hover {
	color: #900;
	text-decoration: none;
}

div, p, table, td, th {
	font-family: Tahoma,Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	font-size: 1em;
	color: #333;
}

span.pathway {
	display: block;
	margin-bottom: 15px;
}


div.componentheading {
        padding-left: 0px;
}

h3, .componentheading, table.moduletable th {
        margin: 0;
        font-weight: bold;
        font-family: Helvetica ,Arial,sans-serif;
        font-size: 1em;
        color: #333;
        padding-left: 0px;
	margin-bottom: 10px;
        text-align: left;
}

a.readon {
	margin-top: 10px;
	display: block;
	float: left;
	padding-right: 20px;
	line-height: 14px;
	height: 16px;
	font-weight: bold;
}

h1 {
	padding: 0;
	font-family:Helvetica ,Arial,sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: bottom;
	color: #666;
	text-align: left;
	width: 100%;	
}

h2, .contentheading {
	padding: 0;
	font-family:Helvetica ,Arial,sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	vertical-align: bottom;
	color: #1B57B1;
	text-align: left;
	width: 100%;
}

table.blog td.contentheading {
        padding-top: 15px;
}

table.contenttoc {
        margin: 5px;
        border: 1px solid #ccc;
        background: #fff;
        padding: 5px;
}

table.contenttoc td {
        padding: 0 5px;
}

td.buttonheading {
	
}

td.sectiontableheader {
        background: #efefef;
        color: #333;
        font-weight: bold;
        padding: 4px;
        border-right: 1px solid #fff;
}

tr.sectiontableentry1 td, tr.sectiontableentry2 td {
        padding: 4px;
}

td.sectiontableentry1, td.sectiontableentry2{
        padding: 3px;
}

table.contentpane {
        width: 100%;
}

.small {
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.modifydate {
        height: 20px;
        vertical-align: bottom;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;
}

.clr {
	clear: both;
}

#page_bg {
	height: 100%; 
	padding: 10px 0;
	margin-bottom: 1px;
}

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;
        font-size: 10px;
        border-top: 1px solid #cccccc;
}

/** some content stuff **/
div#wrapper {
	margin-left: auto;
	margin-right: auto;
	min-width: 750px;
	max-width: 1050px;
	_width: expression(((document.body.clientWidth)) < 750? "750px": ((document.body.clientWidth)) > 1050? "1050px": "auto" );
}

div#wrapper_r {
	padding-bottom: 8px;
}

div#tabarea {
	background: url(../images/jos_tab_bg.png) 0 0 repeat-x;
	margin: 20px 10px;
}

div#tabarea_l {
	background: url(../images/jos_tab_cap.png) 0 0 no-repeat;
	padding-left: 1px;
}

div#tabarea_r {
	height: 42px;
	background: url(../images/jos_tab_cap.png) 100% 0 no-repeat;
	padding-right: 1px;
}

div#footer_r div {
	text-align: center;
	padding-top: 8px;
	font-size: .90em;
	color: #aaa;
}

div#footer_r a:link, div#footer_r a:visited  {
	color: #999;
}

table.adminform textarea {
        width: 540px;
        height: 400px;
        font-size: 1em;
        color: #000099;
}

div.search input {
	width: 145px;
	border: 1px solid #ccc;
	margin: 15px 0 10px 0;
}

/** css buttons **/
#css_buttons {
	width: auto;
	white-space: nowrap;
	float: right;
	margin-top: 85px;
	padding-right: 20px;
}

#css_buttons a {
	margin-right: 1px;
}

/** tab menu stuff **/
#tabarea li.active_menu {
	background: url(../images/jos_tab_on_end.png) no-repeat;
}

#tabmenu li a {
	background-position: 100% 0; 
}

#greymenu {
	white-space: nowrap;
}

#greymenu li a {
	background-position: 0 0;
}

#tabarea a:link, #tabarea a:visited {
        font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
	float:left;
        display:block;
        padding: 7px 20px 10px 20px;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
}

#tabarea a:hover, #tabarea a:active {
        color: #fff;
        background: url(../images/jos_tab_bg_hover.png) repeat-x;
}

#tabmenu {
	padding: 0;
	white-space: nowrap;
	float: left;
        width: 100%;
}

#tabmenu ul {
	float: left;
        margin: 0;
        padding: 0;
        list-style: none;
}

#tabmenu li {
	float: left;
	margin: 0;
	padding: 0;
}

/* grey menu */
#greymenu {
	padding: 0;
	white-space: nowrap;
	float: right;
}

#greymenu ul {
	float: left;
        margin: 0;
        padding: 0;
        list-style: none;
}

#greymenu li {
	float: left;
	margin: 0;
	padding: 0;
}

/* top module stuff */
#topmodule {
	padding: 8px 10px;
	width: auto !important;
	width: 100%;
}

#whitebox {
	margin: 0 18px 0px 18px;
	background: #fff;
	width: auto !important;
	width: 100%;
}

#whitebox div {
	text-align: left;
}

#whitebox_t {
}

#whitebox_tl {
}

#whitebox_tr {
	height: 8px;
	overflow: hidden;
}

#whitebox_m {
	width: auto !important;
	width: 100%;
	padding: 1px 8px;
}

#whitebox_b {
	background: url(../images/jos_greyline.png) 0 100% repeat-x;
}

#whitebox_bl {
	background: url(../images/jos_box_white_bl.png) 0 0 no-repeat;
}

#whitebox_br {
	height: 8px;
	overflow: hidden;
	background: url(../images/jos_box_white_br.png) 100% 0 no-repeat;
}

#area {
	padding-top: 0px;
}

ul.submenu ul {
	margin: 0 0 5px 0;
}

#leftcolumn {
	padding: 0;
	margin: 0;
	width: 20%;
	float:left;
}

#maincolumn {
	margin-left: 20%;
	float: none;
	padding-left: 25px;
	width: auto !important;
	width: 100%;
}

table.blog span.article_seperator {
	display: block;
	height: 20px;
}

table.nopad {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}

table.nopad td.middle_pad {
	width: 20px;
}

/* red */
#tabarea li.red {
	background: url(../images/jos_tab_off_red.png) 0 0 repeat-x;
}

#tabarea li.red_active_menu a {
	background: url(../images/jos_tab_on_red.png) 0 0 repeat-x;
}

/* purple */
#tabarea li.purple {
	background: url(../images/jos_tab_off_purple.png) 0 0 repeat-x;
}

#tabarea li.purple_active_menu a {
	background: url(../images/jos_tab_on_purple.png) 0 0 repeat-x;
}

/* blue */
#tabarea li.blue {
	background: url(../images/jos_tab_off_blue.png) 0 0 repeat-x;
}

#tabarea li.blue_active_menu a {
	background: url(../images/jos_tab_on_blue.png) 0 0 repeat-x;
}

/* green */
#tabarea li.green {
	background: url(../images/jos_tab_off_green.png) 0 0 repeat-x;
}

#tabarea li.green_active_menu a {
	background: url(../images/jos_tab_on_green.png) 0 0 repeat-x;
}

/* yellow */
#tabarea li.yellow {
	background: url(../images/jos_tab_off_yellow.png) 0 0 repeat-x;
}

#tabarea li.yellow_active_menu a {
	background: url(../images/jos_tab_on_yellow.png) 0 0 repeat-x;
}

/* orange */
#tabarea li.orange {
	background: url(../images/jos_tab_off_orange.png) 0 0 repeat-x;
}

#tabarea li.orange_active_menu a {
	background: url(../images/jos_tab_on_orange.png) 0 0 repeat-x;
}

/* grey */
#tabarea li.grey {
	background: url(../images/jos_tab_off_grey.png) 0 0 repeat-x;
}

#tabarea li.grey_active_menu a {
	background: url(../images/jos_tab_on_grey.png) 0 0 repeat-x;
}

/* links */
#tabmenu li.red_active_menu a:link, #tabmenu li.blue_active_menu a:link, #tabmenu li.purple_active_menu a:link, #tabmenu li.green_active_menu a:link, #tabmenu li.grey_active_menu a, #tabmenu li.yellow_active_menu a, #tabmenu li.orange_active_menu a {
	color: #fff;
}

#tabmenu li.red_active_menu a:visited, #tabmenu li.blue_active_menu a:visited, #tabmenu li.purple_active_menu a:visited, #tabmenu li.green_active_menu a:visited, #tabmenu li.grey_active_menu a, #tabmenu li.yellow_active_menu a, #tabmenu li.orange_active_menu a {
	color: #fff;
}

#tabmenu li.red_active_menu a:hover, #tabmenu li.blue_active_menu a:hover, #tabmenu li.purple_active_menu a:hover, #tabmenu li.green_active_menu a:hover, #tabmenu li.grey_active_menu a:hover, #tabmenu li.yellow_active_menu a:hover, #tabmenu li.orange_active_menu 

/* content styles */

table.contentpaneopen li {
	margin-bottom: 5px;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

table.contentpaneopen h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

table.summary td {
	padding: 0 10px;
	color: #1B57B1
}

table.summary li {
	margin-bottom: 5px;
}

table.summary td h2 {
	margin-top: 0;
	padding-top: 0;
	line-height: 150%;
}

table.summary td.bullets {
	padding-left: 30px;
	text-align: left;
}

table.roadmap {
	border-collapse: collapse;
	border: 1px solid #ccc;
}

table.roadmap td, table.roadmap th {
	border: 1px solid #ccc;
}

table.roadmap th {
	background: #ddd;
	padding: 5px;
}

table.roadmap td {
	background: #f7f7f7;
	padding: 5px;
}

div.sponsorlogo {
	float: left;
	width: 200px;
	text-align: right;
}

div.sponsorblurb {
	margin-left: 200px;
	margin-bottom: 20px;
}

div.sponsorblurb h3{
	font-size: 1.2em;
}

span.underline {
	display:block;
	height: 1px;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}

td.faq_entry li {
	margin-bottom: 20px;
}

td.faq_entry h2, td.introtext h2, td.searchbox {
	display: inline;
	margin: 0;
}

td.faq_entry p {
	padding-top: 5px;
}

pre {
	font-size: 11px;
	border: 1px solid #ddd;
	border-left: 10px solid #d5dce7;
	padding: 10px;
	background: #f6f6f6;
}

form div.search-center {
	align: center;
}

table.topbox td {
	padding: 0;
}

table.topbox table.moduletable {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

table.topbox table.moduletable td {
	padding: 0;
}

table.topbox ul.newsfeed {
	margin: 0;
}

a.contentpagetitle {
	font-weight: bold;
}

table.content_table {
        width: 100%;
	padding: 0px;
	margin: 0px;
}

table.content_table td {
	padding: 0px;
	margin: 0px;
}

table td.body_left {
        padding: 0px 2px 2px 2px; 
	background: #fff;
}

table td.body_right {
	padding: 0px 2px 2px 2px;
	background: #fff;
	border-left: 1px dotted #ccc;
}

#left_outer {
        float: left;
	padding-left: 1px;
	padding-right: 1px;
	width: 190px ;
	margin: 0px;
}

#left_inner {
        float: none !important;
        float: left;
	padding-left: 1px;
	padding-right: 1px;
	margin: 0px;
}

#banner_inner {
        background: url(../images/header.png) no-repeat;
	float: left;
	padding: 0px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	width: 660px;
	height: 120px;
	margin-bottom: 10px;
}

.user1_inner {
	border: 1px solid #cccccc;
        float: none !important;
        float: left;
	margin: 0px;
	padding: 2px;
}

.user2_inner {
	border: 1px solid #cccccc;
        float: none !important;
        float: left;
	margin: 0px;
	padding: 2px;
}

.user8_inner {
        float: none !important;
        float: left;
	margin: 0px;
	padding: 0px;
}

#pathway_text {
	color: #000000;
        overflow: hidden;
	display: block;
	height: 25px;
	line-height: 25px !important;
	line-height: 22px;
	padding-left: 0px;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 2px;
}

#pathway_text img {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 6px;
}

table td.body_outer {
	padding-left: 10px;
	padding-right: 10px;
	background: #ffffff;
}

#right_outer {
        float: left;
	padding-left: 1px;
	padding-right: 1px;
	width: 250px ;
	margin: 0px;
}

#right_inner {
	float: none !important;
	padding-left: 1px;
	padding-right: 1px;
	margin: 0px;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(../images/menu_bg.png) no-repeat;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	text-align: left;
	padding-top: 5px;
	padding-left: 10px;
	height: 24px !important;
	height: 29px;
	width: auto;
	text-decoration: none;
	text-transform: lowercase;
}

a.mainlevel:hover {
        font-size: 1.1em;
	background: url(../images/menu_bg_hover.png) no-repeat;
	text-decoration: none;
	color: #999;
	padding-left: 20px;
}

a.mainlevel#active_menu {
	color: #666;
	font-weight: bold;
}

a.mainlevel#active_menu:hover {
	color: #999;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 5px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #fefefe;
	text-align: left;
}

a.sublevel:hover {
	color: #E6FF5B;
	font-size: 110%;
	text-decoration: none;
}

a.sublevel#active_menu {
	color: #fff;
}

.componentheading {
	color: #000000;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;

}

.contentcolumn {
	padding-right: 5px;
}

.contentheading {
	height: 50px;
	color: #1e4b97;
	font-weight: bold;
	font-size: 15px;
	white-space: nowrap;
        text-transform: uppercase;
}

td.contentheading  td {
	margin-left: 20px;
}

.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

div.moduletable {
	padding: 5px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	border-bottom: 1px solid #f3f3f3;
}

table.moduletable th, div.moduletable h3 {
	color: #333;
	text-align: left;
	padding-left: 4px;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

table.pollstableborder td {
        padding: 2px;
}

#search_outer {
	float: left;
	width: 165px;
}

#search_inner {
        border: 1px solid #cccccc;
	padding: 0px;
        height: 21px !important;
        height: 23px;
        overflow: hidden;
}

#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: #1e4b97;
}

.button {
        color: #1e4b97;
        font-family: Arial, Hevlvetica, sans-serif;
        text-align: center;
        font-size: 11px;
        font-weight: bold;
        border-left: 1px solid #eee;
        border-top: 1px solid #eee;
        border-right: 1px solid #aaa;
        border-bottom: 1px solid #aaa;
        width: auto;
        background: url(../images/button_bg.png) repeat-x;
        padding: 0px 5px;
        line-height: 14px !important;
        line-height: 12px;
        height: 22px !important;
        height: 20px;
        margin: 1px;
}

.button:hover {
        color: #333;
        background: url(../images/button_bg_hover.png) repeat-x;
}

.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}

ul {
        margin: 0;
        padding: 0;
        list-style: none;
}

li {
        line-height: 15px;
        padding-left: 15px;
        padding-top: 0px;
        margin-left: 5px;
        background-image: url(../images/arrow.png);
        background-repeat: no-repeat;
        background-position: 0px 2px;
}

ul#mainlevel-nav {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

ul#mainlevel-nav li {
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 11px;
	line-height: 21px;
	white-space: nowrap;
	border-right: 1px solid #cccccc;
}

ul#mainlevel-nav li a {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #333333;
	background: transparent;
}

a.mainlevel-nav {
	padding-left: 12px;
	padding-right: 8px;
	text-decoration: none;
	color: #555;
	background: transparent;
	text-transform: lowercase;
	font-weight: normal;
}

a.mainlevel-nav:hover {
	padding-left: 7px;
	padding-right: 13px;
	color: #f07;
}

div#top_menu_r {
	padding-top: 5px;
}

table.contentpaneopen p{
	font-size: 13px;
}

table.contentpaneopen li{
	font-size: 12px;
}

table.contentpaneopen {
        width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpaneopen td {
        padding-right: 5px;
}

table.contentpaneopen td.componentheading {
	padding-left: 4px;
}

table.contentpaneopen fieldset {
	border: 0px;
	border-bottom: 1px solid #eee;
}

table.contentpane {
        width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}