/* common table elements */

/* table for buttons at top of view pages */
.buttonwrapper {
	margin: 10px 0px auto auto;
	}
	
#page-title {
/*	color:#ffe6cc;*/
	color:#fff;
	padding:0;
	margin:0;
	}

#page-title-event {
/*	color:#ffe6cc;*/
	color:#fff;
	padding:0;
	margin:0;
	background-image: url(../images/homepage/calendar_orange_22.gif);
	background-repeat: no-repeat;
	background-position: right;
	}

#page-title-directory {
/*	color:#ffe6cc;*/
	color:#fff;
	padding:0;
	margin: 0px;
	background-image: url(../images/homepage/directory_orange_22.gif);
	background-repeat: no-repeat;
	background-position: right;
	}

#page-title-job {
/*	color:#ffe6cc;*/
	color:#fff;
	padding:0;
	margin:0;
	background-image: url(../images/homepage/jobboard_orange_22.gif);
	background-repeat: no-repeat;
	background-position: right;
	}

#page-title-myhome {
/*	color:#ffe6cc;*/
	padding:0;
	margin:0;
	background-image: url(../images/homepage/myhome_orange_22.gif);
	background-repeat: no-repeat;
	background-position: right;
	}

#page-title-myitems {
/*	color:#ffe6cc;*/
	color:#fff;
	padding:0;
	margin:0;
	background-image: url(../images/homepage/myitems_22.gif);
	background-repeat: no-repeat;
	background-position: right;
	}

#page-title-aboutus {
/*	color:#ffe6cc;*/
	color:#fff;
	padding:0;
	margin:0;
	background-image: url(../images/homepage/script2.gif);
	background-repeat: no-repeat;
	background-position: right;
	}

#page-title-contactus {
/*	color:#ffe6cc;*/
	color:#fff;
	padding:0;
	margin:0;
	background-image: url(../images/homepage/contact_orange_22.gif);
	background-repeat: no-repeat;
	background-position: right;
	}

#upcoming {
	color:#000;
	padding-left:10px;
	}

.date {
	font-weight:bold;
	}

.eventname {
	font-size:12px;
	font-weight:bold;
	}

.eventresults {
	font-size:11px;
	}

.eventresults thead {
	font-weight:bold;
	}

.eventresults tbody td {
	background:#ddd;
	border-bottom:1px solid #eee;
	}

.eventresults tbody td.on{
	background:#fff;
	}

#search {
	color:#002aaf;
	padding:0;
	margin:0;
	}

#item_title {
	color:#002aaf;
	font-weight:bold;
	}

#result {
	color:#000;
	padding-left:10px;
	}

td.pagedescriptor {
	padding:10px;
	}

#listing {
	border:1px solid #999;
	font-size:10px;
	}

#listing thead td {
	background-color:#ffe6cc;
	padding:2px;
	font-weight:bold;
	}

#listing thead td.head {
	background-color:transparent;
	font-size:11px;
	/*font-weight:normal;*/
	}

#listing td{
	background-color:#fff;
	padding:2px;
	}

#credits {
	color:#000;
	font-weight:bold;
	}

/* search table elements */

.listcheck {
	background-color:#eee;
	}

.quickfind a {
	/*font-size:11px;*/
	}

.quickfind {
	margin-bottom:10px;
	padding:5px 20px;
	}

table#searchtable td,
table#searchlist td {
	padding:1px;
	}

table#searchlist tfoot,
table#searchlist tfoot td {
	background-color:transparent;
	}

table#featured td {
	background-color:#eee; 
	}

table#featured tfoot,
table#featured tfoot td {
	background-color:transparent;
	}

.admin,
a.admin,
span.button a.admin {
	color:#DC0004;
	}

span.button a.admin {
	background-color:#eee;
	}

/* common to all create edit and view forms */
.label {
	font-weight:bold;
	vertical-align:top;
	text-align:right;
	}

span.view_label {
	font-weight: bold;
	vertical-align: bottom;
	text-align: right;
	line-height: 2.0;
	}

span.value {
	vertical-align: middle;
	line-height: 2.0;
	}
	
span.multi_line_value {
	line-height: normal;
	}

span.title {
	line-height: 2.0;
	font-weight:bold;
	}

span.button2 {
	margin:2px;
	}

span.button2 a,
span.button2 a:link,
span.button2 a:visited {
	background-color:#ff8400;
	padding:1px 5px 2px 5px;
	text-decoration:none;
	border:1px solid #ccc;
	font-weight:normal;
	color:#ffc;
	font-size:11px;
	margin: 2px;
	}


span.button2 a:hover {
	background-color:#fff;
	color:#ff8400;
	} 


span.button a,
span.button a:link,
span.button a:visited {
	background-color:#ff8400;
	padding:0 5px 0 5px;
	text-decoration:none;
	border:1px solid #ccc;
	font-weight:normal;
	color:#ffc;
	}


span.button a:hover {
	background-color:#fff;
	color:#ff8400;
	} 

span.buttonsearch a,
span.buttonsearch a:link,
span.buttonsearch a:visited {
	background-image:url(../images/buttons/search_off.gif);
	padding:0 10px 0 10px;
	/*text-decoration:none;*/
	/*border:1px solid #ccc;
	font-weight:normal;*/
	/*color:#ffc;*/
	}


span.buttonsearch a:hover {
	background-color:#fff;
	color:#ff8400;
	} 

/*  */


/* create edit forms */

.companylogo {
	margin-right:150px;
	padding-top:20px;
	}

/* dashboard specific elements */
table#buycredits td {
	padding:10px;
	}

/* buttons */

#back_white a {
	background-image:url(../images/buttons/back_white_off.gif);
	background-repeat: no-repeat;
	height: 20px;
   	width: 50px;
    	text-align: center;
    	line-height: 100%;
    	list-style-type: none;
	display:block;
	}

#back_white a:link, #back_white li a:visited {  
	}

#back_white a:hover {
	background-image: url(../images/buttons/back_white_on.gif); 
	background-repeat:no-repeat;
	}

#email_white a {
	background-image:url(../images/buttons/email_white_off.gif);
	background-repeat: no-repeat;
	height: 20px;
   	width: 120px;
    	text-align: center;
    	line-height: 100%;
    	list-style-type: none;
	display: block;
	}

#email_white a:link, #back_white li a:visited {  
	}

#email_white a:hover {
	background-image: url(../images/buttons/email_white_on.gif); 
	background-repeat:no-repeat;
	}

#reminder_white a {
	background-image:url(../images/buttons/reminder_white_off.gif);
	background-repeat: no-repeat;
	height: 20px;
   	width: 150px;
    	text-align: center;
    	line-height: 100%;
    	list-style-type: none;
	display: block;
	}

#reminder_white a:link, #back_white li a:visited {  
	}

#reminder_white a:hover {
	background-image: url(../images/buttons/reminder_white_on.gif); 
	background-repeat:no-repeat;
	}

#search_white a {
	background-image:url(../images/buttons/search_white_off.gif);
	background-repeat: no-repeat;
	height: 20px;
   	width: 60px;
    	text-align: center;
    	line-height: 100%;
    	list-style-type: none;
	display: block;
	}


#search_white a:link, #back_white li a:visited {  
	}

#search_white a:hover {
	background-image: url(../images/buttons/search_white_on.gif); 
	background-repeat:no-repeat;
	}

#search_blue a {
	background-image: url(../images/buttons/search_blue_off.gif);
	background-repeat: no-repeat;
	height: 20px;
   	width: 60px;
    	text-align: center;
    	line-height: 100%;
    	list-style-type: none;
	display: block;
	}

#search_blue a:link, #back_white li a:visited {  
	}

#search_blue a:hover {
	background-image: url(../images/buttons/search_blue_on.gif);
	background-repeat: no-repeat;
	}

#email_gray a {
	background-image:url(../images/buttons/email_off.gif);
	background-repeat: no-repeat;
	height: 20px;
   	width: 115px;
    	text-align: center;
    	line-height: 100%;
    	list-style-type: none;
	display: block;
	}

#email_gray a:link, #back_white li a:visited {  
	}

#email_gray a:hover {
	background-image: url(../images/buttons/email_on.gif); 
	background-repeat:no-repeat;
	}

#print_gray a {
	background-image:url(../images/buttons/print_off.gif);
	background-repeat: no-repeat;
	height: 20px;
   	width: 50px;
    	text-align: center;
    	line-height: 100%;
    	list-style-type: none;
	display:block;
	}

#print_gray a:link, #back_white li a:visited {  
	}

#print_gray a:hover {
	background-image: url(../images/buttons/print_on.gif); 
	background-repeat:no-repeat;
	}

#search_gray a {
	background-image:url(../images/buttons/search_off.gif);
	background-repeat: no-repeat;
	height: 20px;
   	width: 60px;
    	text-align: center;
    	line-height: 100%;
    	list-style-type: none;
	display: block;
	}

#search_gray a:link, #back_white li a:visited {  
	}

#search_gray a:hover {
	background-image: url(../images/buttons/search_on.gif); 
	background-repeat:no-repeat;
	}

#submit_white a {
	background-image:url(../images/buttons/submit_white_off.gif);
	background-repeat: no-repeat;
	height: 20px;
   	width: 60px;
    	text-align: center;
    	line-height: 100%;
    	list-style-type: none;
	display: block;
	}

#submit_white  a:link, #back_white li a:visited {  
	}

#submit_white  a:hover {
	background-image: url(../images/buttons/submit_white_on.gif); 
	background-repeat:no-repeat;
	}

.cancel_white a {
	background-image:url(../images/buttons/cancel_white_off.gif);
	background-repeat: no-repeat;
	height: 20px;
   	width: 60px;
    	text-align: center;
    	line-height: 100%;
    	list-style-type: none;
	display: block;
	}

.cancel_white a:link, #back_white li a:visited {  
	}

.cancel_white a:hover {
	background-image: url(../images/buttons/cancel_white_on.gif); 
	background-repeat:no-repeat;
	}

.subtitle {
	font-weight:bold;
}

.return_to_directory a {
        background-image: url(../images/buttons/returntodirectory_white_off.gif);
        background-repeat: no-repeat;
        width: 160px;
        height: 19px;
    	text-align: center;
    	line-height: 100%;
    	list-style-type: none;
	display: block;
}

.return_to_directory a:link {
}

.return_to_directory a:hover {
        background-image: url(../images/buttons/returntodirectory_white_on.gif);
        background-repeat: no-repeat;
}

.return_to_calendar a {
        background-image: url(../images/buttons/returntocalendar_white_off.gif);
        background-repeat: no-repeat;
        width: 160px;
        height: 19px;
        text-align: center;
        line-height: 100%;
        list-style-type: none;
        display: block;
}

.return_to_calendar a:link {
}

.return_to_calendar a:hover {
        background-image: url(../images/buttons/returntocalendar_white_on.gif);
        background-repeat: no-repeat;
}

.return_to_jobs a {
        background-image: url(../images/buttons/returntojobs_white_off.gif);
        background-repeat: no-repeat;
        width: 160px;
        height: 19px;
        text-align: center;
        line-height: 100%;
        list-style-type: none;
        display: block;
}

.return_to_jobs a:link {
}

.return_to_jobs a:hover {
        background-image: url(../images/buttons/returntojobs_white_on.gif);
        background-repeat: no-repeat;
}

.reset_white a {
        background-image: url(../images/buttons/reset_white_off.gif);
        background-repeat: no-repeat;
        width: 59px;
        height: 19px;
        text-align: center;
        line-height: 100%;
        list-style-type: none;
        display: block;
}

.reset_white a:link {}

.reset_white a:hover {
        background-image: url(../images/buttons/reset_white_on.gif);
        background-repeat: no-repeat;
}

.continue_white a {
        background-image: url(../images/buttons/continue_white_off.gif);
        background-repeat: no-repeat;
        width: 64px;
        height: 18px;
        text-align: center;
        line-height: 100%;
        list-style-type: none;
        display: block;
}

.continue_white a:link {}

.continue_white a:hover {
        background-image: url(../images/buttons/continue_white_on.gif);
        background-repeat: no-repeat;
}

.preview_white a {
        background-image: url(../images/buttons/preview_white_off.gif);
        background-repeat: no-repeat;
        width: 57px;
        height: 19px;
        text-align: center;
        line-height: 100%;
        list-style-type: none;
        display: block;
}

.preview_white a:link {}

.preview_white a:hover {
        background-image: url(../images/buttons/preview_white_on.gif);
        background-repeat: no-repeat;
}

.edit_white a {
        background-image: url(../images/buttons/edit_white_off.gif);
        background-repeat: no-repeat;
        width: 42px;
        height: 19px;
        text-align: center;
        line-height: 100%;
        list-style-type: none;
        display: block;
}

.edit_white a:link {}

.edit_white a:hover {
        background-image: url(../images/buttons/edit_white_on.gif);
        background-repeat: no-repeat;
}

.becomeamember_orange a {
        background-image: url(../images/buttons/becomeamember_orange_off.gif);
        background-repeat: no-repeat;
        width: 160px;
        height: 19px;
        line-height: 100%;
        list-style-type: none;
        display: block;
}

.becomeamember_orange a:link {}

.becomeamember_orange a:hover {
        background-image: url(../images/buttons/becomeamember_orange_on.gif);
        background-repeat: no-repeat;
}

.becomeamember_white a {
        background-image: url(../images/buttons/becomeamember_white_off.gif);
        background-repeat: no-repeat;
        width: 160px;
        height: 19px;
        text-align: center;
        line-height: 100%;
        list-style-type: none;
        display: block;
}

.becomeamember_white a:link {}

.becomeamember_white a:hover {
        background-image: url(../images/buttons/becomeamember_white_on.gif);
        background-repeat: no-repeat;
}

.buyeventcredits a {
        background-image: url(../images/buttons/buyeventcredits_off.gif);
        background-repeat: no-repeat;
        width: 120px;
        height: 19px;
        text-align: center;
        line-height: 100%;
        list-style-type: none;
        display: block;
}

.buyeventcredits a:link {}

.buyeventcredits a:hover {
        background-image: url(../images/buttons/buyeventcredits_on.gif);
        background-repeat: no-repeat;
}

.createeventlisting a {
        background-image: url(../images/buttons/createeventlisting_off.gif);
        background-repeat: no-repeat;
        width: 160px;
        height: 19px;
        text-align: center;
        line-height: 100%;
        list-style-type: none;
        display: block;
}

.createeventlisting a:link {}

.createeventlisting a:hover {
        background-image: url(../images/buttons/createeventlisting_on.gif);
        background-repeat: no-repeat;
}

.buyjobcredits a {
        background-image: url(../images/buttons/buyjobcredits_off.gif);
        background-repeat: no-repeat;
        width: 115px;
        height: 19px;
        text-align: center;
        line-height: 100%;
        list-style-type: none;
        display: block;
}

.buyjobcredits a:link {}

.buyjobcredits a:hover {
        background-image: url(../images/buttons/buyjobcredits_on.gif);
        background-repeat: no-repeat;
}

.createjoblisting a {
        background-image: url(../images/buttons/createjoblisting_off.gif);
        background-repeat: no-repeat;
        width: 160px;
        height: 19px;
        text-align: center;
        line-height: 100%;
        list-style-type: none;
        display: block;
}

.createjoblisting a:link {}

.createjoblisting a:hover {
        background-image: url(../images/buttons/createjoblisting_on.gif);
        background-repeat: no-repeat;
}

.posttalententry a {
        background-image: url(../images/buttons/posttalententry_off.gif);
        background-repeat: no-repeat;
        width: 123px;
        height: 18px;
        text-align: center;
        line-height: 100%;
        list-style-type: none;
        display: block;
}

.posttalententry a:link {}

.posttalententry a:hover {
        background-image: url(../images/buttons/posttalententry_on.gif);
        background-repeat: no-repeat;
}

        
/*------------------------------------------------*/


body.page,
body {
	margin:0px 0px 0px 0px;
	padding:0px;
	background:transparent url('../images/jsu-bg.gif');
	font-family:Arial,Helvetica;
	font-size:12px;
	}
a.paginationLink {
	font-size: 9pt;
	}

.homeText {
	color: #666;
	}

a.browseLink:link {
	font-weight: bold;
	}

a.browseLink:visited {
	font-weight: bold;
	}

a.browseLink:hover {
	font-weight: bold;
	}
	
.tableAlignment {
	padding-left: 25px;
	}

.topquotes {
	padding-right: 0px;
	}

.mainlogo {
	padding-right:15px;
	}

.login {
	margin: 5px 5px 0px 5px;
	vertical-align: bottom;
	}
	
.loggedin {
	margin: 5px 5px 0px 5px;
	vertical-align: bottom;
	color: #a00;
        font-weight: bold;
        font-size: 8pt;
	}

.login input {
	/*width: 80px;*/
	}

.login .login_submit {
	width: 50px;
	}

.gray {
	color:gray;
	}

.warningtext {

	color:#c00;
	font-size:11px;
	}

.darkred {
	color: #c00;
	}

.message {
	color: #c00;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 5px;
	}

textarea, select {
	background-color: #fff;
	}

input {
	background-color:#ffc;
	/*border:1px solid #ccc;*/
	}

td {
	}

h1 { font-size: 1.5em; margin: .4em 0; display:block;}
h2 { font-size: 1.4em; margin: .3em 0; color:#666; }
h3 { font-size: 1.3em; margin: .2em 0; }
h4 { font-size: 1.2em; margin: .2em 0; }
h5 { font-size: 1.1em; margin: .2em 0; }
h6 { font-size: 1em; margin: .2em 0; }

ul {
	list-style-image: url(../images/or-dot.gif);
	}

.BabLoginMenuBackground,
.first,
.first ul{
	list-style-image: none;
	}

a img {
	border:0;
	}

a:visited,
a:link {
	color:#002aaf;
	text-decoration:none;
	}

a:hover {
	color:#ff8400;
	}

hr.clear {
	clear:both;
	visibility:hidden;
	}

h1.title {
        color: #fff;
	margin: 0px;
	padding: 0px;
	}

h2.title {
	font-family:Arial,Helvetica;
	font-size:1.5em;
	font-weight:bold;
	color:#039;
	/*padding-left:25px;*/
	/* background:transparent url('../images/puce5.gif') no-repeat 4px 50%;*/
	}

h2.msgerror {
	font-family:Arial,Helvetica;
	font-size:1.3em;
	font-weight:bold;
	color:#f00;
	padding-left:40px;
	background:transparent url('../images/puce6.gif') no-repeat 25px 50%;
	}

#wrapper {
	width:995px;
	margin: 10px auto 0px auto;
	padding:0 0 10px 0;
/* 	background:#FFF url('../images/box_logobg.gif') no-repeat bottom right; */
	background-color:#fff;
	border:1px solid #999;
	}

#footer {
	width:995px;
	margin: 30px auto 0px auto;
	padding:5px;
	background-color:transparent;
	border:1px solid #999;
	color:#777;
	}

#footernew {
	border:1px solid #999;
	margin: 30px auto 0px auto;
	background-color:transparent;
	color:#777;
	width:995px;
	}

#advertisers {
	height:100px;
	background-repeat:no-repeat;
	}

#headnews {
	position:relative;
	padding-left:350px;
	padding-top:10px;
	width:100%;
	font-size:11px;
	color:#666;
	height:85px;
	vertical-align:baseline;
	text-align:left;
	}

#leftcontent {
	position: absolute;
	left:0px;
	top:85px;
	width:155px;
	}

#left_menu_btn {
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	top:0px;
	right:-30px;
	background:#eee url('../images/puce2.gif') no-repeat 50% 50%;
	cursor:pointer;
	}

#centercontent {
        width: 835px;
	padding:0px 5px 0px 5px;
	/*margin-right:165px;*/
	margin-left:10px;
	voice-family: "\"}\"";
	voice-family:inherit;
	}

#rightcontent {
	/* bug ie5.0 */
	}

#rightcontent {
	width:165px;
/*	float:right;*/
	padding:10px 5px 0px 5px;
	}
	
#theheader {
	background:transparent url('../images/jsu-header.gif') no-repeat top left;
	}

#theheader .somestructure {
	padding-left:0px;
	height:105px;
	border-bottom: 1px solid #ccc;
	}
	
#ovfx_head {
	background:transparent url('../images/jsu-header.jpg') no-repeat top left;
	height:85px;
	text-align:center;
	padding:0;
	margin:0;
	border-bottom: 1px solid #ccc;
	}

#ovfx_head img.print {
	display:none;
	}

#ovfx_head h2 {
	color:#999;
	margin:0;
	padding:0;
	}

#ovfx_head h1 {
	font-size:25px;
	margin:0px;
	padding:0px;
	color:#666;
	}

#ovfx_page .bab_content table {
/* 	text-align:left; */
/*	margin:auto;*/
	}

#ovfx_menu {
	width:795px;
	font-size:11px;
	/*background:#fff url('../images/jsu-header-bot.gif') no-repeat top left;*/
	height:22px;
	/*border-top: 1px solid #ccc;*/
	/*border-bottom: 1px solid #ccc;*/
	}

#ovfx_menu ul {
	margin:0;
	padding:0;
	color:#ff8400;
	padding-left:10px;
	margin-top:0px;
	}

#ovfx_menu li {
	display:inline;
	float:left;
	padding-left:10px;
	padding-right:11px;
 	/*border-right:#ccc 2px solid;*/
	background:#fff url('../images/or-dot.gif') no-repeat 0% 55%;
	}

#ovfx_menu li a {
	display:block;
	color:#000;
	text-decoration:none;
	font-weight:bold;
	}

#ovfx_menu li.last a {
	border-right:none;
	}

#ovfx_menu li a:hover {
	color:#ff8400;
	}


#ctx_menu {
	margin:0 10px;
	padding:0;
	list-style-type:none;
	height:16px;
	border-bottom:#039 1px solid;
	/*display: none;*/
	}

#ctx_menu li {
	display:inline;
        /*display: none;*/
	}

#ctx_menu a:link,
#ctx_menu a:visited,
#ctx_menu span {
	display:block;
	float:left;
	padding:1px .8em;
	border:#039 1px solid;
	border-bottom:none;
	margin-left:.5em;
	text-decoration:none;
	background-color:#F3F3F3;
	color:#039;
	font-size:12px;
	height:14px;
	
	/*display: none;*/
	}

#ctx_menu a:hover {
	background-color:#fff;
	height:17px;
	position:relative;
	top:-3px;
	margin-bottom:-4px;
	border-top:#039 1px solid;
	}

#ctx_menu span {
	background-color:#fff;
	color:#000;
	height:17px;
	position:relative;
	top:-3px;
	margin-bottom:-4px;
	border-top:#039 1px solid;
	}

#ovfx_page {
	padding-top:1em;
	}


address {
	margin:10px 0 0 0;
	text-align:center;
	font-size:.9em;
	color:#777;
	}

address a:link, address a:visited {
	color:#777;
	}

.bab_section {
	margin-bottom:6px;
	}

.bab_section .bab_title {
	margin:0;
	border-bottom:1px solid #999;
	}

.bab_section .bab_title h4 {
/* 	padding-top:2px; */
	padding-bottom:1px;
	padding-left:4px;
	margin:0;
	color: #666;
	font-size: 1.5em;
	font-weight:bold;
	width:80%;
	
	}


.bab_section .bab_title a:link,
.bab_section .bab_title a:visited {
	position:relative;
	float:right;
	width:12px;
	height:12px;
	background-repeat:no-repeat;
	margin-right:5px;
	padding-bottom:5px;
	margin-bottom:5px;
	}

.bab_section .bab_title .nolink {
	display:none;
	}

.bab_section .bab_title a {
	background-image:url('../images/dropdown.gif');
	}

.bab_section .bab_title a.open {
	background-image:url('../images/dropup.gif');
	}

.bab_section .bab_title a.close:hover {
	background-image:url('../images/dropup.gif');
	}

.bab_section .bab_title a.open:hover {
	background-image:url('../images/dropdown.gif');
	}

.bab_section ul {
	padding:0;
	margin:.3em 0 0 0;
	list-style-type:none;
	}

.bab_section .bab_content h5 {
	font-weight:normal;
	text-align:center;
	margin:.3em 0;
	font-size:1em;
	}

.bab_section .bab_content h3 {
	font-weight:normal;
	text-align:left;
	margin:0;
	padding:0;
	font-size:12px;
	}

.bab_section table a:link,
.bab_section table a:visited {
	color:#039;
	}

.bab_section table a:hover {
	background-color:#D2EAFF;
	text-decoration:none;
	}

.bab_section ul a {
	color:#666;
	text-decoration:none;
	display:block;
	padding:1px;
	background:transparent url('../images/puce4.gif') no-repeat 5px 8px;
	padding-left:15px;
	}

.bab_section ul a:hover {
	background-color:#ccd8ff;
	color:#000;
	}

.bab_section ul li {
	display:inline;
	}

#bab_usersection {
	background-color:#F7FFEB;
	border-bottom:#B9D987 1px solid;
	}

#bab_usersection .bab_title {
	color:#B9D987;
	}

#bab_usersection ul a {
	color:#330;
	}

#bab_usersection ul .addon a {
	background-color:#EEFAD2;
	}

#bab_usersection ul a:hover {
	background-color:#B9D987;
	}

#bab_adminsection {
	background-color:#FFF7F6;
	border-bottom:#f96 1px solid;
	}

#bab_adminsection .bab_title {
	color:#f96;
	}

#bab_adminsection ul a {
	color:#600;
	}

#bab_adminsection ul .addon a {
	background-color:#FFEDE7;
	}

#bab_adminsection ul a:hover {
	background-color:#f96;
	}

#bab_montha {
	background-color:#FFFBED;
	border-bottom:#ff8400 1px solid;
	}

#bab_montha .bab_title {
	background-color:#ff8400;
	}

#bab_montha table {
	width:95%;
	padding:0px;
	border-collapse:collapse;
	margin:0 auto;
	}

#bab_montha thead td {
	font-weight:bold;
	border-bottom:#ccc 1px solid;
	}

#bab_montha td {
	padding:1px;
	text-align:center;
	}

.BabCalendarCurrentDayNumberSection {
	border:#ccc 1px solid;
	background-color:#D2EAFF;
	}

/* topics sections, left only */

#leftcontent #bab_topicssection .bab_title {
	background-color:transparent;
	}

#leftcontent #bab_topicssection .bab_content h5 {
	display:none;
	}

#leftcontent #bab_topicssection .bab_content li a {
	background:#039 url('../images/puce2.gif') no-repeat 95% 50%;
	color:#fff;
	font-weight:bold;
	padding:5px 5px 5px 5px ;
	margin-bottom:1px;
	}

#leftcontent #bab_topicssection .bab_content li a:hover {
	background:#039 url('../images/puce3.gif') no-repeat 95% 50%;
	color:#ddd;
	}



/* calendar ++ */

.bab_cal_buttons {
	padding:.6em 0;
	background-color:#eee;
	margin-top:.5em;
	}

.bab_cal_buttons a {
	text-decoration:underline;
	padding:3px;
	color:#000;
	}

.bab_cal_buttons a:hover {
	color:#000;
	background-color:#fff;
	}

/* fileman ++ */

body.fileman#list #centercontent .bab_content a {
	text-decoration:none;
	}

body.fileman#list #centercontent .bab_content a:hover {
	color:#f60;
	}


/* topic */

#BabCategTitleNavigation {
	background-color:#F7FFEB;
	border:#B9D987 1px solid;
	margin:.5em .5% ;
	}

#BabCategTitleNavigation table {
	border-collapse:collapse;
	width:100%;
	height:20px;
	}

#BabCategTitleNavigation td {
	border:0;
	padding:0;
	margin:0;
	padding-left:.5em;
	}

#BabCategTitleNavigation p {
	padding:.2em .5em;
	margin:3px 4px;
	}

#BabCategTitleNavigation a {
	text-decoration:none;
	color:#000;
	}

#BabCategTitleNavigation a:hover {
	color:#930;
	}

#BabCategTitleNavigation .bab_buttons a {
	display:block;
	text-align:center;
	width:8em;
	background-color:#B9D987;
	padding:.2em .5em;
	margin:3px 4px;
	border:#879E63 1px solid;
	}

#BabCategTitleNavigation .bab_buttons a:hover {
	background-color:#ff8400;
	border:#F09C18 1px solid;
	}


ul.BabCategTitleNavigation {
	padding: 2.5em;
	margin: 2.5em 15%;
	border: #039 2px solid;
	background-color:#BFD7EF;
	list-style-type:square;
	color:#039;
	}

ul.BabCategTitleNavigation li {
	padding-bottom:.5em;
	}

ul.BabCategTitleNavigation li a,
ul.BabCategTitleNavigation li a:visited {
	text-decoration: none;
	color:#000;
	font-size:1.2em;
	}

ul.BabCategTitleNavigation li a:hover {
	text-decoration: underline;
	}

ul.BabCategTitleNavigation ul {
	font-weight: normal;
	font-style: italic;
	padding-left: 1em;
	margin:0;
	padding:0;
	list-style-type:none;
	}


body.page.articles .bab_repeat {
	margin:.5em 0;
	}


/* PUBLIC CORE CSS */


.BabCalendarBodyBadMonthBackground {
	background-color: #ccc;
	}

.BabContentBackground,
.BabMenuActiveBackground {
	 background-color: #fff;
	 color:#000;
	 }

.BabCalendarMenuActiveBackground {
	background-color: #fff; 
	color: #116; 
	font-weight: bold;
	}

.BabLoginCadreBackground { 
	background-color: #039;
	}
	 

.BabBodyTitleBackground,
.BabLoginMenuBackground { 
	background-color: #CCD8FF; 
	color: #000;
	}

.BabLoginMenuBackground a {
	text-decoration:none;
	font-weight:bold;
	}

.BabLoginMenuBackground a:hover {
	color:#000;
	text-decoration:underline;
	}


.BabSiteAdminFontBackground,
.BabTopicsBackground,
.BabTopicsButtonBackground {
	background-color: #fff; 
	color: #000;i
	}

.Babhighlight { 
	background-color: #f00;
	}


/* background and font error messages  */
.BabErrorMessage {
	background-color: #fff; 
	color: #f33;  
	font-weight: bold;
	}
	
.BabWarningBodyBackground  {
	background-color: #fff; 
	color: #000;  
	font-weight: bold;
	}

.BabWarningBodyBackground a:Link,
.BabWarningBodyBackground a:Visited { 
	color: #00c; 
	font-weight: bold;
	}

.BabWarningBodyBackground a:Hover {
	color: #FF3333; 
	}

/* admin letterlist users/contacts */
.BabLetterlists { 
	color: #000000; 
	background-color: #FFFFFF;  
	font-weight: bold;
	}

.BabLetterlists a:link,
a.BabAlphabetLink:Link,
a.BabAlphabetLink:Visited { 
	color: #039; 
	font-weight: bold;
	}
.BabLetterlists a:Hover,
a.BabAlphabetLink:Hover { 
	color: #000;
	}

a.BabNameEmailLink,
a.BabNameEmailLink:Link,
a.BabTitleSmall,
a.BabTitleSmall:Link { 
	color: #000000;
	}
a.BabNameEmailLink:Hover,
a.BabTitleSmall:Hover { 
	color: #0000CC;
	}



/* notes,faq,eventeditor,vacation */
a.BabEventFaqLink,
a.BabEventFaqLink:Link { 
	color: #039;  
	font-weight: bold;
	}
	
a.BabEventFaqLink:Hover { 
	color: #FF3333;
 	}

a.BabContentLinkColor:Link,
a.BabContentLinkColor:Visited,
a.BabSummaryLinkColor:Link,
a.BabSummaryLinkColor:Visited {
	color: #0000CC;
	}
a.BabContentLinkColor:Hover,
a.BabSummaryLinkColor:Hover,
.BabSummaryNbrMessage {
	color: #FF3333;
	}





/**************** ARTICLES ****************************/
/* titles */
.BabTopicsTitleBackground {
	background-color: #FFCC99; 
	color: #000;  
	font-weight: bold;
	padding:.05em .5em;
	}
/* font and background articles */

.BabTopicsAuthorBackground {
	border-bottom:#ccc 1px solid;
	color:#ccc;
	}

.BabMonthCalendarCurentDayBackground {
	background-color: #E6E6F7; 
	color: #000000; 
	}

.BabArticleSpacing { 
	height: 5px; 
	}

a.BabTopicsFooterLink,
a.BabTopicsFooterLink:Link,
a.BabTopicsFooterLink:Visited { 
	color: #4990B1; 
	text-decoration: none;
	}
	
a.BabTopicsFooterLink:Hover {
	text-decoration: underline;
	}
	

.BabTopicsAuthorBackground {
	padding:0;
	padding-top:5px;
	}



a.BabTopicsFooterMoreLink:Link,
a.BabTopicsFooterMoreLink:Visited { 
	color: #000;
	text-decoration: none;
	border:#ccc 1px solid;
	padding:1px 4px;
	border-width:1px 1px 0 1px;
	background:#fff;
	margin-right:1em;
	position:relative;
	font-weight:bold;
	}

	
a.BabTopicsFooterMoreLink:Hover { 
	background-color:#ff8400;
	border-color:#ff8400;
	}

.BabTopicsTitleNavigation {
	color: #555; 
	font-weight: bold ; 
	text-decoration: underline;
	}


/********** AGENDA **** CALENDAR ******************************/



.BabCalendarBodyBackground,
.Blackbg { 
	background-color: #000000; 
	}



/*names of the days on top of monthcalendar*/
.BabCalendarDays { 
	background-color: #181A91; 
	color: #FFFFFF;  
	font-weight: bold;
	}

.BabMonthCalendarEventHourfont { 
	background-color: #FFFFFF; 
	color: #039; 
	}




/***************** MAIL ******************************/

/* white background  in use on inbox  groups  - plus links */
.BabMailBackground { 
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
	}


/***************** FORUMS**********************************/

/*threads*/
.BabForumBackground,
.HeaderDayCalendar { 
	background-color: #FFFFFF;  
	}
.BabForumBackground1 {
	background-color: #F3F3F3;
	}

	

a.BabForumNavigation,
a.BabForumNavigation:Link,
a.BabForumNavigation:Visited { 
	color: #111166; 
	font-weight: bold;
	}
	
a.BabForumNavigation:Hover {
	color: #039;
	}

 /*posts*/
.BabForumTopicsNavTitle,
.BabForumTopicsNavDate, 
.BabForumTopicsNavAuthor {
	background-color: #E6E6F7; 
	color: #111166;  
	font-weight: bold;
	}

a.BabForumTopicsConfirm,
a.BabForumTopicsConfirm:Link,
a.BabForumTopicsConfirm:Visited { 
	color: #4990B1; 
	text-decoration: none;
	}
a.BabForumTopicsConfirm:Hover 
	{ 
	text-decoration: underline;
	}

a.BabForumTopicsNavContribution:Link,
a.BabForumTopicsNavContribution:Visited { 
	color: #000000;
	}
a.BabForumTopicsNavContribution:Hover { 
	color: #0000CC;
	}

.BabForumTopicsNavTreeBody { 
	background-color:#FFFFFF; 
	color: #000000;   
	font-weight: bold;
	}
	

.BabForumTopicsNavTreeLive {
	background-color:#FFFFFF;
	color:#FF3333;
	font-weight:bold;
	}
	

/************* ADMINISTRATION SITES*************/

.BabSiteAdminTitleFontBackground,
.BabFaqTitleFontBg,
.BabTopicsAdminListTitle {
	background-color: #ff8400; 
	color: #000 ; 
	font-weight: bold;
	}

	
.BabSiteAdminSmall {
	background-color: #D1D1D9; 
	color: #111166 ;  
	font-weight: bold; 
	}


.BabSiteAdminFont { 
	color: #000; 
	}


/********* FAQ **** NOTES ********************************/
a.BabFaqLink,
a.BabFaqLink:Link,
a.BabFaqLink:Visited { 
	color: #0000CC; 
	font-weight: bold;
	}
	
a.BabFaqLink:Hover { 
	color: #FF3333; 
	}

.BabFaqQuestion { 
	background-color: #FFFFFF; 
	color: #0000CC;
	font-weight: bold;
	}





a.BabTopicsAdminTitleLink,
a.BabTopicsAdminTitleLink:Link,
a.BabTopicsAdminTitleLink:Visited { 
	color: #111166; 
	font-weight: bold;
	}
	
a.BabTopicsAdminTitleLink:Hover { 
	color: #039;
	}

/********** JSU Round Courners Boxes **********/
.container {margin: 5px; padding-bottom: 2px;}
.bl {background: url(../images/bl-eee.gif) 0 100% #eee no-repeat; margin-bottom: 2px;}
.br {background: url(../images/br-eee.gif) 100% 100% no-repeat;}
.tl {background: url(../images/tl-eee.gif) 0 0 no-repeat;}
.tr {background: url(../images/tr-eee.gif) 100% 0 no-repeat; padding:10px;}

.bl-or {background: url(../images/bl-or.gif) 0 100% #ff8400 no-repeat;}
.br-or {background: url(../images/br-or.gif) 100% 100% no-repeat;}
.tl-or {background: url(../images/tl-or.gif) 0 0 no-repeat;}
.tr-or {background: url(../images/tr-or.gif) 100% 0 no-repeat; padding:7px;color:#fff;}

.bl-or-l {background: url(../images/bl-or-l.gif) 0 100% #ffe6cc no-repeat;}
.br-or-l {background: url(../images/br-or-l.gif) 100% 100% no-repeat;}
.tl-or-l {background: url(../images/tl-or-l.gif) 0 0 no-repeat;}
.tr-or-l {background: url(../images/tr-or-l.gif) 100% 0 no-repeat; padding:10px;}

.tr-or-l h1{
 	color:#ff8400;
	}

.bl-blue-l {background: url(../images/bl-blue-l.gif) 0 100% #ccd8ff no-repeat;}
.br-blue-l {background: url(../images/br-blue-l.gif) 100% 100% no-repeat;}
.tl-blue-l {background: url(../images/tl-blue-l.gif) 0 0 no-repeat;}
.tr-blue-l {background: url(../images/tr-blue-l.gif) 100% 0 no-repeat; padding:10px;}

.tr-blue-l h1{
 	color:#002aaf;
	}

.tr-blue-l h6{
        color: #002aaf;
        }


.logobg {background: url('../images/box_logobg2.gif') no-repeat 100% 100%;}
.clear {font-size: 1px; height: 1px;}

a.or {
	background: url(../images/arrow-or-off.gif) 0 50% no-repeat;
	padding:8px;	
	}

a.or:hover {
	background: url(../images/arrow-or-on.gif) 0 50% no-repeat;
	}

/* homepage */

#home-boxes {
	background-color:transparent;
	}

#home-boxes td.box1,
#home-boxes td.box2,
#home-boxes td.box3 {
	vertical-align:top;
	}


.top-box {
	margin: 0px 0px 0px 15px;
	}

.print_gray a {
	background-image:url(../../images/buttons/print_off.gif);
	background-repeat: no-repeat;
	height: 20px;
   	width: 50px;
    	text-align: center;
    	line-height: 100%;
    	list-style-type: none;
	}

.print_gray a:link, #back_white li a:visited {  
	}

.print_gray a:hover {
	background-image: url(../../images/buttons/print_on.gif); 
	background-repeat:no-repeat;
	}

/* Orange nav header */

.orange_nav {
        font-size: 9pt;
        color: #FFFFFF;
        margin: 0px;
        padding: 0px;
        }

.orange_nav a {
        }

.orange_nav a:hover {
        color: #FFFFFF;
        }
        
input.no_style {
        background-color: ButtonFace;
        }
