 /* CSS needed for the ajax tooltip script */
.hlink{
cursor:help; 
}
#ajax_tooltipObj{
	z-index:1000000;
	text-align:left;
}
#ajax_tooltipObj div{
	position:relative;
}

/* If you don't want the arrow - Just set the width of this div to 1 or something like that and drop the background selectors from the CSS below */

#ajax_tooltipObj .ajax_tooltip_arrow{	/* Left div for the small arrow */
	/*background-image:url('/its/images/arrow.gif');*/
	width:10px;
	position:absolute;
	left:0px;
	top:0px;
	background-repeat:no-repeat;
	background-position:center left;
	z-index:1000005;
	height:60px;
}

#ajax_tooltipObj .ajax_tooltip_content{
	border:2px solid #396e06;	/* Border width */
	left:18px;	
	top:0px;
	position:absolute;
	width:150px;	/* Width of tooltip content */
	/*height:200px;*/	/* Height of tooltip content */
	background-color:#ffffff;	/* Background color */
	padding:3px;	/* Space between border and content */
	font-size:0.9em;	/* Font size of content */
	overflow:visible;	/* Show overflow content */
	z-index:1000001;
}


#top_nav {
top:130px;
}

#top_nav h1 {
float:left;
padding-bottom:4px;
padding-top:4px;
margin:0px 0 0px 0;
font-family: Arial, Helvetica, sans-serif;
font-size:1.4em;
background: #d9d9d9 url("../../images/icons/gradient-tab4.gif") repeat-x left top;
width:19.79%;
border-left:solid 1px #777777;
text-align:center;
white-space:discard;
}

#top_nav h1 a:link, #top_nav h1 a:visited  {
color:#396e06;
text-decoration:none;
white-space:discard;
background: #d9d9d9 url("../../images/icons/gradient-tab4.gif") repeat-x left top;
}
#top_nav h1 a:hover, #top_nav h1 a:active  {
background-color: #d5e7b5;
}

.drops {
position:absolute;
z-index:99;
background-color:#f8fcf3;
display:none;
top:123px;
float:left;
text-align:left;
width:15.80%;
padding-bottom:-20px;
}

.drops_side {
position:absolute;
z-index:10;
top:270px;
background:#5B5B5B url(../images/drops_bg.gif) repeat-x;
padding:5px 0px 1px 0px;
font-size:.7em;
white-space:nowrap;
display:none;
font-weight:normal;
}

.drops_more {
padding-right:15px;
background:url(../images/drops_more.gif) no-repeat right;
}

.drops_more_here {
padding-right:15px;
background:url(../images/drops_more.gif) no-repeat right;
font-weight:bold;
}
 

.drops ul, .drops_side ul {
list-style-image: none;
list-style-type: none;
font-size:1.2em;
margin:0px -5px -9px -9px;
padding:0px 9px 9px 9px;
font-family:Arial, Helvetica, sans-serif;
}

.drops ul a:link, .drops ul a:visited, .drops_side ul a:link, .drops_side ul a:visited  {
color:#396e06;
text-decoration:none;
display:block;
width:100%;
}
/*.drops li a:hover, .drops li a:active, .drops_side ul a:hover, .drops_side ul a:active  {
background-color: #D5E7B5;
text-decoration: none;
}*/

.drops ul li a, .drops_side ul li a {
padding-top:4px;
padding-bottom:4px;
padding-left:2px;
padding-right:-5px;
width:100%;
border-bottom:solid 1px #777777;
border-right:solid 1px #777777;
border-left:solid 1px #777777;
}

.drops ul li a:hover, .drops_side ul li a {
background-color: #D5E7B5;
text-decoration: none;
width:100%;
}

#drops_hider {
position:absolute;
z-index:5;
left:0px;
top:133px;
width:100%;
height:100%;
display:none;
background:url("../../images/icons/spacer.gif");
}
#drops_hider_top {
position:absolute;
z-index:5;
left:0px;
top:0px;
width:100%;
height:100px;
display:none;
background:url("../../images/icons/spacer.gif");	
}



/*

--------- TABLE OF CONTENTS -------
- General/Global
- Wrapper DIV20a
- Header
- Footer
- Menus / Outer Columns
- Main Content
- News / Events
- Forms
- Tables
- Tabbed search
- Print Settings

---------- General/Global ---------- */
body {
margin: 0;
padding:0px;
font: 63.8% Arial, Helvetica, sans-serif;
text-align: left;
background-color: #fff;
height:100%
}
h1, h2, h3, h4, h5, h6 {
padding: 0;
font-weight: bold;
line-height: 1.2em;
font-family:"Arial Narrow", "Franklin Gothic Medium", Helvetica, sans-serif;
}

h2, h3, h4, h5, h6 {
margin-bottom:0;
}


ul, ol {
margin-top: 0;
margin-bottom: 1.4em;
}

ol ul, ul ol, ol ol, ul ul {
margin-top: 0;
margin-bottom: 0;
}

img {
border: none;
}

a {
color: #396E06;
}

form {
margin: 0;
padding: 0;
}

img {
border: none;
}

p {
margin-bottom: 0em;

}

a {
color: #396E06;
}

hr {
height: 0;
border: none;
border-top: 1px solid #ddd;	
clear: both;
margin: 0;
padding: 0;
}



/*blockquote {
margin: 1.4em 0;
padding: 0 0 0 37px;
background: #fff url("../images/quote.gif") no-repeat 0 0;
font-style: italic;
color: #666;
clear: both;
}

blockquote img {
float: right;
padding: 3px;
border: 1px solid #ddd;
background: #fff;
margin: 0 0 1em 1em;
}*/

.hide { display: none; }
.hidden { display: none; }

.here { font-weight: bold;}

.red    
{    
    color: #FF0000;    
}  
.red a   
{    
    color: #FF0000;    
}  

input.buttons {
	padding-right: 0px; padding-left: 0px; padding-bottom: 0px; font: bold 1.0em Verdana,Sans-serif; vertical-align: top; color: #ffffff; padding-top: 0px; cursor:auto; height: inherit;  
background: #d9d9d9 url("../../images/icons/gradient-tab2.gif") repeat-x left top;
}

input.buttons:hover {
	color: #ffce00; 
}

r_sup, r_sup a {
color: #FF0000;
}
.code {
font-family:"Courier New",serif;
}
/* ---------- Wrapper DIVs ---------- */

#menuAndContent-20-60-20 {
float: left;
width: 75%;
clear:both;
}

#menu-20-60-20 {
float: left;
width: 28%;
}

#menu-20-80,
#menu-20-40-40 {
float: left;
width: 21%;
}

#content-20-60-20 {
float: right;
width: 70%;
padding: 0px;
margin: 7px 0px 0px 0px;
background: #fff;
}

#content-20-80,
#content-20-40-40 {
float: right;
width: 77%;
padding-right: 0px;
margin-top: 7px;
margin-left: 0px;
}

#content-100 {
padding-left: 10px;
padding-right: 10px;
}

#content-20-80 #container,
#content-20-40-40 #container {
float: left;
width: 92%;
}

#content-20-40-40 #body #leftBody {
position: relative;
margin: 0px 3px 20px 0px;
float: left;
width: 47%;
}

#content-20-40-40 #body #rightBody {
position: relative;
margin: 0px 3px 0px 20px;
float: left;
width: 47%;
}



/* ----------  Header  ---------- */

#top {
position: relative;
z-index: 0;
height: 58px;
width: 100%;
padding: 0;
margin: 0;
background: #fff url("../../images/icons/masthead.jpg") no-repeat right top;
}

#top #uofs {
position: absolute;
top: 10px;
left: 10px;
}

#masthead {
border-top: 1px solid #ddd;
border-bottom: 1px solid #ccc;
float: left;
clear: both;
margin: 0;
padding: 0;
width: 100%;
color: #777;
background: #d9d9d9 url("../../images/icons/gradient-tab4.gif") repeat-x left top;
}

#masthead h1 { 
margin: 0;
padding: 6px 5px 6px 10px;
font-size: 2.2em;
float: left;
}

#masthead a { 
text-decoration: none;
}
#breadcrumbs {
margin: 1.3em 30em 0 0;
padding: 0;
font-size: 1.1em;
line-height: 1.4em;
}

#breadcrumbs a:hover { 
text-decoration: underline;
}


/* ---------------- Footer ---------------- */

#footer {
width: 100%;
float: left;
padding: 0 0 50px 0;
margin: 20px 0 0 0;
border-top: 1px solid #ddd;
font-size: 1.1em;
text-align: center;
color: #777;
}

#footer a {
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}



/* ----------  Menus / Outer Columns  ---------- */

#rightColumn {
float: right;
width: 22.9%;
padding-right: 5px;
}

.leftMenu,
#rightColumn {
font-size: 1.1em;
}

.leftMenu a,
#rightColumn a {
text-decoration: none;
}

.leftMenu a:hover,
#rightColumn a:hover {
text-decoration: underline;
}

.leftMenu h2,
#rightColumn h2 {
margin: 10px 7px 0px 0px;
padding: 4px 4px;
border-bottom: 1px solid #fff;
font-weight: bold;
font-size: 1.1em;
color: #fff;
background: #d9d9d9 url("../../images/icons/gradient-tab2.gif") repeat-x left top;
}
#rightColumn h2 {
	margin-left:7px;
	margin-right:0px;
}
#rightColumn .contact {
margin-left:7px;
margin-right:0px;
padding: 4px 0px 4px 4px;
}

.leftMenu h2 a,
#rightColumn h2 a {
color: #fff;
display: block;
width: 100%;
}

.leftMenu h2 a:hover,
#rightColumn h2 a:hover {
color: #fff;
text-decoration: none;
background: none;
}
.menucell {
		text-align: left; 
		padding-right: 3pt; 
}

.leftMenu ul,
#rightColumn ul {
margin: 0 7px 0 0;
padding: 0;
}
#rightColumn ul {
margin: 0;

}
.leftMenu ul li,
#rightColumn ul li {
list-style-type: none;
padding: 0;
margin: 0;
width: 100%;
border: none;
display: inline;
}

.leftMenu ul li a,
#rightColumn ul li a {
display: block;
padding: 3px 10px;
margin: 0;
border-bottom: 1px solid #fff;
background: #efefef;
line-height: 1.3em;
}
#rightColumn ul li a {
	margin-left:7px;
	margin-right:0px;
}
.leftMenu ul a:hover,
#rightColumn ul a:hover {
background-color: #D5E7B5;
text-decoration: none;
}

.leftMenu ul ul {
margin: 0;
border-bottom: 1px solid #fff;
}

.leftMenu ul ul a {
background-color: #fff;
border-top: 1px solid #ddd;
border-bottom: none;
padding-left: 36px;
}

.leftMenu ul ul ul, #rightColumn ul ul ul {
	margin: 2px 0 8px 35px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.leftMenu ul ul ul a, #rightColumn ul ul ul a {
	border-top: none;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #ddd;
	background-color: #e9efdf;
	padding-left: 7px;
}
.leftMenu ul ul ul ul, #rightColumn ul ul ul ul {
	margin: 0;
	border: none;
}
.leftMenu ul ul ul ul a, #rightColumn ul ul ul ul a {
	background-color: #fff;
	border-left: 1px solid #fff;
	border-top: 1px solid #ddd;
	padding-left: 20px;
}
#rightColumn .contact {
	margin-left:7px;
	margin-right:0px;
padding: 4px 0px 4px 4px;
border-bottom: 1px solid #fff;
}

#rightColumn .contact img{
margin-right:10px;
padding:3px;
}


#rightColumn .caption {
margin-left:15px;
}

#rightColumn form,
.leftMenu form {
padding: 7px 10px;
margin: 0 7px 0 0;
border: 1px solid #ddd;
}

#rightColumn textarea
#rightColumn select,
.leftMenu select,
.leftMenu textarea {
width: 85%;
font: normal 0.95em Arial, Helvetica, sans-serif;
}
#rightColumn #moreQuickLinks {
	overflow: hidden;
}

#rightColumn #quicklinks {
padding: 10px;
margin: 0px 0px 0px 7px;
background: #efefef;
border: none;
}

#rightColumn #quicklinks select {
width: 100%;
font-size: 0.95em;
}

#rightColumn input.buttons,
.leftMenu input.buttons {
width: auto;
font-weight: bold;
font-size: 1.1em;
}

.leftMenu #focusOn {
padding: 0px;
list-style: none;
margin-top: 10px;
}

.leftMenu #focusOn a {
text-decoration: none;
display: block;
padding: 0px;
height: 60px;
margin: 0 0 2px 0;
border: 1px solid #ddd;
float: left;
width: 99%;
}

.leftMenu #focusOn a:hover {
border: 1px solid #B8E960;
}

.leftMenu #focusOn #become {
background: #efefef url("../images/become.gif") no-repeat;
}

.leftMenu #focusOn #huskie {
background: #efefef url("../images/huskie.jpg") no-repeat;
} 

.leftMenu #focusOn #cls  {
background: #efefef url("../images/cls.jpg") no-repeat;
}

.leftMenu #focusOn #campaign  {
background: #efefef url("../images/campaign.jpg") no-repeat;
}

.leftMenu #focusOn #congress  {				
background: #efefef url("../images/congress.jpg") no-repeat;
}

.leftMenu #focusOn #shop  {
background: #efefef url("../images/shop_main_graphic.gif") no-repeat;
} 

.leftMenu #focusOn span {
display: none;
}


.rightPic {
width: 91%;
padding-right: 11px;
height: 100px;
margin-top: 10px;
max-width: 236px;
background: none;
}
.leftPic {
width: 91%;
padding-right: 11px;
height: 100px;
margin-top: 10px;
max-width: 236px;
background: none;
}
.rightPic a {
display: block;
height: 100px;
background: none;
}

.rightPicCaption {	
background: #efefef;
margin-top: 1px;
padding: 2px 2px 2px 7px;
width: 92%;
max-width: 235px;
color: #777;
border: 1px solid #ddd;
}


#quicklinks_box {
	
	padding-right: 3px;
	padding-left: 3px;
	margin-bottom: 15px;
	padding-bottom: 7px;
	font: bold 1.0em Verdana,Sans-serif;
	color: #376841;
	padding-top: 7px;
	background-color: #f1f3f2;
	width: 95%;
	text-align: center;
	border-bottom: #396e06 1px solid; border-top: #396e06 1px solid; border-left: #396e06 1px solid; border-right: #396e06 1px solid;
	z-index:0;
	
}
#quicklinks select {
	font: 0.9em Verdana, sans-serif; width: 80%; overflow:scroll;
}


#help {
	
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 15px;
	padding-bottom: 7px;
	font: bold 1.0em Verdana,Sans-serif;
	color: #376841;
	padding-top: 7px;
	background-color: #f1f3f2;
	width: 95%;
	text-align: center;
        float: right;
	border-bottom: #396e06 1px solid; border-top: #396e06 1px solid; border-left: #396e06 1px solid; border-right: #396e06 1px solid;
}


#rightColumn .contact {
	margin-left:7px;
	margin-right:0px;
padding: 4px 0px 4px 4px;
border-bottom: 1px solid #fff;
background: #efefef;		
}

/* ---------------- News and Announcements ---------------- */
.announcements {
	font: 0.9em arial,Sans-serif; width:95%; margin-left: 14px; margin-right: 0px;
}
.announcements p {
	margin: 0px 0px 0px 0px;
        padding:0px 0px 0px 0px;
}
.announcements li {
	margin-left: 0px; 
	margin-right: 0px;
	padding-left: 0px;
	list-style-type: none;
}

.announcements a {
	text-decoration: none; font: 1.2em arial, sans-serif; 
}
.announcements a:hover{
	text-decoration: underline;
}
.specialEvent {
	font: 1.0em arial,Sans-serif; width:95%; margin-left: 14px; margin-right: 0px;
}
.specialEvent img{ width: 95%;
}
.specialEvent p {
	margin: 0px 0px 0px 0px;
        padding:0px 0px 0px 0px;
}
.specialEvent li {
	margin-left: 0px; 
	margin-right: 0px;
	padding-left: 0px;
	list-style-type: none;
}

.specialEvent a {
	text-decoration: none; font: 1.2em arial, sans-serif; 
}
.specialEvent a:hover{
	text-decoration: underline;
}
.rss_box {
	font-size: small; 
	margin-left: 10px; 
	margin-right: 0px;
}
.rss_box a:hover{
	text-decoration: underline;
}
.rss_items {
	margin-top:7px;
	padding-left:0px; 
	margin-left:0px;
	color:#000000;
	font-size: 75%;
}
p.rss_title {
	padding-bottom:10px;
}
.rss_title {
	text-decoration: none;
	font-family: verdana, sans-serif;
	background-color:#ffffff;
	color:#396e06;
	font-weight:normal;
	margin-left: 0px;
	padding:0em;
	text-align: left;
	padding-bottom:10px;
}

.rss_item  {
  font-family: verdana, sans-serif;
  font-weight : normal;
  list-style:none;
  padding-bottom:0em;
padding-left:5px;
}

.rss_item a {
	text-decoration: none;
	color:#396e06;
	font-size: 13px;
	font-weight: normal;
	font-family: sans-serif;
}
.rss_item a:hover {
	text-decoration: underline;
}
.rss_date p {
	font-size: 9px;
	font-weight :normal;
	margin-left: 9px;
	color: #000000;
}

/* ----------- Main Content ----------- */
.body {
font-size: 1.2em;
line-height: 1.5em;
}

.body input, .body textarea, .body select {
font: 1em Arial, Helvetica, sans-serif;
}

.body a:hover {
background-color: #D5E7B5;
text-decoration: none;
}

.body h1
 {
margin: 0 0 1em 0;
border-bottom: 1px solid #fbdc14;
font-size: 1.8em;
color: #396E06;
}

.body h2 {
margin: 10px 0px 0px;
border: 1px solid #ddd;
padding: 4px 2px;
font-size: 1.4em;
background: #d9d9d9 url("../../images/icons/gradient-tab2.gif") repeat-x left top;
border-bottom: 1px solid #ddd;
color: #FFFFFF;
}



.body h3 {
margin: 0;
border: 1px solid #ddd;
padding: 4px 4px;
margin-bottom:10px;
font-size: 1.4em;
background: #d9d9d9 url("../../images/icons/gradient-tab4.gif") repeat-x left top;
border-bottom: 1px solid #ddd;
color: #396E06;
font:bold;
}


.body h4 {
clear: both; padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 10px 0px 0px; font: bold medium arial, sans-serif; color: #396e06; padding-top: 0px
}

.body h5 {
clear: both; padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 10px 0px 0px; font: bold small arial, sans-serif; color: #396e06; padding-top: 0px
}

.body ul {
list-style-image: url("../../images/icons/list.gif");
margin-top: 1em;
margin-bottom: 1em;
}


.body ol {
margin-top: 1em;
margin-bottom: 1em;
}

.body p {
margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
font-size: 1.1em;

}

.body textarea {
width: 80%;	
}

.body form ul {
list-style-image: url("../../images/icons/list.gif");
margin-left: 10px;
padding-left: 0;	
}

.body dl {
margin: 0;
padding: 0;
}

.body dt {
float: left;
font-weight: bold;
margin-right: 0.5em;
padding: 0;
}	

.body dd {
margin: 0;	
}

.body dd {
margin: 0;	
}

.backtotop {
float: right;
font: bold 0.8em Verdana, sans-serif;
text-decoration: none;
text-align: right;
padding-bottom: 10px;
}

.blockAnswer {
padding-left: 15px;
}



/*------ Photo 20-40-40 ----------*/
.newsEvents {
border: 1px solid #ddd;
}

.newsEvents label {
display: none;
}

.newsEvents a {
text-decoration: none;
}

.newsEvents a:hover {
text-decoration: underline;
}

.newsEvents p, .newsEvents form {
margin: 0;
padding: 7px 7px;
border-bottom: 1px solid #ddd;
}

.newsEvents form {
border: none;
padding-bottom: 0;
}

.newsEvents h3,
.newsEvents h4 {
margin: 0;
padding: 4px 7px;
font-size: 1.8em;
background: #d9d9d9 url("../../images/icons/gradient-tab4.gif") repeat-x left top;
border-bottom: 1px solid #ddd;
}

.newsEvents h4 {
font-size: 1em;
text-transform: uppercase;
color: #777;
}

.newsEvents ul {
list-style: none;
padding: 0.5em 0;
margin: 0;
font-size: 1.2em;
border-bottom: 1px solid #ddd;
}

.newsEvents ul a {
text-decoration: none;
}

.newsEvents li {
background: #fff url("") no-repeat 8px 5px;
margin: 0;
padding: 4px 7px 4px 18px;

}

.newsEvents p img {
padding: 5px 2px;
}

.newsEvents a.moreLinks {
clear: both;
text-decoration: none;
width: auto;
display: block;
padding: 5px;
font-size: 1em;
color: #999;
}

.newsEvents a.moreLinks:hover {
text-decoration: none;
background-color: #D5E7B5;
color: #396e06;
}


/* ---------- Banners / Feature Pics ---------- */

#featurePicDiv {
position: relative;
overflow: hidden;
width: 100%;
padding: 0;
margin: 0;	
margin-bottom: 0.5em;
align: center;
}

#featurePicDiv a:hover{
text-decoration: none;	
}

#featurePic {
position: relative;
border-left: 3px solid #396e06;
}

#featureLink {
position: relative;
}

#logoLink {
display: none;
}

#picControls {
margin-bottom: 15px;
clear: left;
padding: 0;
margin-top: 0;
}

#picControls a {
text-decoration: none;
font-size: 1em;
}

#picControls a:hover {
background-color: #D5E7B5;
}


/* ----------- Tabbed widgets -------------- */


.tabbed-group {
padding: 0;
margin: 1em 0;
}


#rightColumn .tabbed-group {
margin-right: 10px;
}

#rightColumn .tabbed-group form, 
#rightColumn .tabbed-group p,
#rightColumn .tabbed-group ul {
width: auto;
border: none;
padding: 0;
background: none;
margin: 1em 0;
}


.tabbed-content {
padding: 0 1em;
margin: 0;
border: 1px solid #ddd;
clear: both;
}

.tabbed-nav,
ul.tabbed-nav {
margin: 0;
padding: 0;
border: none;
height: 1.9em;
}

ul.tabbed-nav {
height: 1.7em;
}

.tabbed-nav li,
.tabbed-nav li {
list-style: none;
display: inline;
margin: 0;
padding: 0;
}

.tabbed-nav li a,
.tabbed-nav li a {
padding: 0.2em 0.6em;
margin: 0 1px -1px 0;
display: block;
width: auto;
float: left;
font-size: 1em;
text-decoration: none;
border: 1px solid #ddd;
background: #fff url("../../images/icons/gradient-tab4.gif") repeat-x left -12px;
}

.body .tabbed-nav li a {
font-size: 0.95em;
}

.tabbed-nav li a:hover,
.tabbed-nav li a.active, {
background: #fff;
}

.tabbed-nav li a.active {
border-bottom: 1px solid #fff;
}
/* ----------- Tabbed search -------------- */

#tabbed-search {
position: absolute;
top: 39px;
right: 9px;
margin: 0;
padding: 0;
width: 50em;
z-index: 2;
font-size: 11px;
line-height: 16px;
text-align: right;
}

#tabbed-search .tabbed-content {
padding: 0 1em;
margin: 0;
border: 1px solid #ddd;
clear: both;
}

#tabbed-search .tabbed-nav {
margin: 0;
padding: 0;
border: none;
height: 1.9em;
float: right;
}

#tabbed-search .tabbed-nav li {
list-style: none;
display: inline;
margin: 0;
padding: 0;
}

#tabbed-search .tabbed-nav li a {
padding: 1px 6px;
margin: 0 1px -1px 0;
display: block;
width: auto;
float: left;
font-size: 1em;
text-decoration: none;
border: 1px solid #ddd;
border-bottom: none;
color: #fff;
background: #396e06 url("../../images/icons/gradient-tab2.gif") repeat-x left top;
}

#tabbed-search .tabbed-nav li a:hover,
#tabbed-search .tabbed-nav li a.active {
background: #fff url("../../images/icons/gradient-tab1.gif") repeat-x left top;
color: #396e06;
}

#tabbed-search .tabbed-nav li a.active {
border-bottom: 1px solid #fff;
}

#tabbed-search .tabbed-content a:hover {
text-decoration: underline;
}

#tabbed-search form {
margin: 8px 0;
padding: 0;
float: right;
}

#tabbed-search .tabbed-content {
padding: 0;
background: none;
border: none;
text-align: right;
line-height: 16px;
}

#tabbed-search input {
background: #fff;
border: 1px solid #aaa;
padding:  2px;
font-size: 11px;
}

#search input,
#peoplesearch input {
background: #fff url("../../images/icons/search_small.gif") no-repeat 3px 3px;
padding-left: 16px;
}

#tabbed-search input.buttons {
margin: 0;
background: #396e06;
padding: 1px 4px;
border-color: #ddd;
font-size: 11px;
}

#tabbed-search fieldset {
padding: 0;
margin: 0;
border: none;
}


/* ---------------- Print Settings ---------------- */



@media print {
	#menuAndContent-20-60-20,
	#content-20-60-20,
	#content-20-80,
	.body {
	width: 100%;
	float: none;
	}
	#search,
	#breadcrumbs,
	#tabbed-search,
	#menu-20-60-20,
	#menu-20-80,
	#rightColumn,
	#masthead,
	#footer,
	#bookmarks {
	display: none;
	}
	.body ul {
	list-style-image: none; 
	list-style-type: disc;
	}

}
.date {
                 margin: 0;
                 margin-top: 1ex;
                 font-size: 1.3em ;
                 width: 100% ;
                 font-weight: bold;
                 color:  #396e06;
                 font-family: "Trebuchet MS", Verdana,"Bitstream Vera 
Sans","Lucida Sans Unicode","Lucida 
Grande",Arial,Geneva,Lucida,Helvetica,sans-serif;
}
.item_title{
                 margin: 0;
                 margin-top: 1ex;
                 margin-left: -3ex;
                 font-size: 1.2em;
                 font-weight: normal;
                 color: #aa0000;
                 font-family: "Trebuchet MS", Verdana,"Bitstream Vera 
Sans","Lucida Sans Unicode","Lucida 
Grande",Arial,Geneva,Lucida,Helvetica,sans-serif;
}
.item_time {
         font-weight: bold;
}
.item_dtls, .item_dtls a {
         color: #aaa;
}
.item_dtls a {
         text-decoration: none;
         font-size: 0.9em;
}
.item {
                 margin-bottom: 0.5ex ;
                 margin-top: 0 ;
                 padding-left: 6ex;
                 padding-right: 0em;
         }

#blog {
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
	font: bold 1.0em Verdana,Sans-serif;
	color: #376841;
	background-color: #f1f3f2;
	text-align: center;
	float: right;
	border-bottom: #396e06 1px solid; border-top: #396e06 1px solid; border-left: #396e06 1px solid; border-right: #396e06 1px solid;
}
#blog a {
	background-color: #f1f3f2; font: bold 1.0em Verdana,Sans-serif;
}
#blogSmall {
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 8px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	font: bold 1.0em Verdana,Sans-serif;
	color: #376841;
	background-color: #f1f3f2;
	text-align: center;
	float: right;
	border-bottom: #396e06 1px solid; border-top: #396e06 1px solid; border-left: #396e06 1px solid; border-right: #396e06 1px solid;
}
#mits, #paws {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
	font: bold 1.0em Verdana,Sans-serif;
	color: #376841;
	background-color: #f1f3f2;
	text-align: center;
	float: right;
	border-bottom: #396e06 1px solid; border-top: #396e06 1px solid; border-left: #396e06 1px solid; border-right: #396e06 1px solid;
}
#mits, #paws a {
	background-color: #f1f3f2;
}
/* bbce is for the include to be used for announcements on the blackboard index page its/includes/bbce*/
.bbce {
	color: #ff0000; padding-top: 1px; padding-bottom:10px;
}

/*******   map location   ************/
.map h5 {
	color: #396e06; font: 1.1em Verdana, sans-serif; font-weight: bold; 
}
.map p {
		padding-left: 2px; padding-right: 2px; padding-bottom: 0px; color: #000000; padding-top: 0px; text-decoration: none
}
.mapTable {
		padding-left: 10px; padding-right: 0px; padding-bottom: 0px; color: #000000; padding-top: 0px; text-decoration: none
}


