@charset "UTF-8";


.TabbedPanels {
	float: left;
	clear: none;
	width: 530px;  /* can NOT be a % percent ---clay*/
	/*font-size:75%;
	line-height:normal;*/
	background-image: url(http://library.msstate.edu/newlib/SpryAssets/bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	color: #FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
	/*line-height: 24px; how tall the tabs are */
	font-variant: normal;
	list-style:none;
	height:118px;
	margin-top: 2px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
	z-index: 1;
}


.TabbedPanelsTabGroup {
	margin: 8px 0px 0px 1px; /* tab alignment *****/
	padding: 0px;
	list-style:none;
}


.TabbedPanelsTab {

	float: left;
	
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	/*margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;*/
	margin:0;
	padding:0;
	
	/****clay -top right image ***/
	background-image: url(http://library.msstate.edu/newlib/SpryAssets/right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	
	/****clay -top right image ***/
}
.TabbedPanelsTab a {
	/*font-size:13px; */
	font-size:90%;
	display:block;
	background:url("http://library.msstate.edu/newlib/SpryAssets/left.gif")/****clay  <---mail left image **/
    no-repeat left top;
	padding:8px 11px;/****clay 
							   first measure--one of 2 tab height 
	                           second measure --tab font spacing
				     ***/
    }


.TabbedPanelsTabHover {
/****clay -top right image HOVER***/
background-image:url(http://library.msstate.edu/newlib/SpryAssets/right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
/****clay -top right image HOVER ***/


.TabbedPanelsTabSelected {
	
	background-image:url(http://library.msstate.edu/newlib/SpryAssets/right_on2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom:0px;

	/************clay tab selected image ********/
}


.TabbedPanelsTab a {
	color: #FFFFFF;
	text-decoration: none;
}


.TabbedPanelsContentGroup {
	clear: both;

	/*background-color: #660000;*/
}







.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}


.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}


.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}


.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;

}




.textbox {
	background-color:#ffffff;
	width:340px;
	font:normal 16px "Trebuchet MS";
	color: 000;
	padding:5px 4px;
	margin: 4px 8px;
}
/* clay quick search button */
.buttons {
	/*font-size:16px;*/
	/*
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	padding-top: 0px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 20px;
	width: 150px;*/
	font:normal 18px "Trebuchet MS";
	cursor:pointer;
	border:outset 1px #ccc;
	background:#000;
	color:#000;
	font-weight:bold;
	padding: 4px 4px;
	background:url(formbg.gif) repeat-x left top;
	background-color: #000000;
	width:125px;
	
	
	 }

#TabbedPanelsTab ul {
  margin:0;
  padding:10px 0;
  list-style:none;
	background-color: #333333;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: left;
	background-repeat: no-repeat;
	background-position: left top;
  }
#TabbedPanelsTab li {
	float:left;
	list-style:none;
/*	background:url("left.gif") no-repeat left top;  */
	margin:0;
	padding:0 0 0 9px;
	
	
  }
#TabbedPanelsTab a {
  float:left;
  display:block;
  background:url("http://library.msstate.edu/newlib/SpryAssets/right2.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
  }


/****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

/* for content dm headers-- the class 'buttons' interferes with the inherent cdm button styling */
.cdmbuttons {
	/*font-size:16px;*/
	/*
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	padding-top: 0px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 20px;
	width: 150px;*/
	font:normal 18px "Trebuchet MS";
	cursor:pointer;
	border:outset 1px #ccc;
	background:#000;
	color:#000;
	font-weight:bold;
	padding: 4px 4px;
	background:url(formbg.gif) repeat-x left top;
	background-color: #000000;
	width:125px;
	
	
	 }



 
 

