@charset "utf-8";
/* CSS Document */


/* root element for tabs  */
ul.tabs1 { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	border-bottom:1px solid #bbb;	
	height:30px;
}

/* single tab */
ul.tabs1 li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs1 a { 
	background: url(/images/gray_tabs.png) no-repeat 0px 0px;
	_background: url(/images/gray_tabs.jpg) no-repeat 0px 0px;
	font-size:9px;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 134px;
	text-align:center;	
	text-decoration:none;
	color:#333;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

ul.tabs1 a:active, ul.tabs1 a:focus {
    outline:none;
}


/* when mouse enters the tab move the background image */
ul.tabs1 a:hover {
	background-position: 0px -31px;	
	color:#fff;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs1 a.current, ul.tabs1 a.current:hover, ul.tabs1 li.current a {
	background-position: 0px -62px;		
	cursor:default !important; 
	color:#000 !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs1 a.s 			{ background-position: 0px 0px; width:134px; }
ul.tabs1 a.s:hover { background-position: 0px -31px; }
ul.tabs1 a.s.current { background-position: 0px -62px; }

/* width 2 */
/* ul.tabs1 a.l 			{ background-position: -248px -0px; width:174px; }
ul.tabs1 a.l:hover, ul.tabs1 a.l:visited { background-position: -248px -31px; }
ul.tabs1 a.l.current { background-position: -248px -62px; } */


/* width 3 */
/* ul.tabs1 a.xl 			{ background-position: 0 -0px; width:248px; }
ul.tabs1 a.xl:hover, ul.tabs1 a.xl:visited { background-position: 0 -31px; }
ul.tabs1 a.xl.current { background-position: 0 -62px; } */


/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;	
	
}

/* tab pane styling */
div.panes div.pane_content {
	display:none;		
	padding:15px 10px;
	border:1px solid #bbb;
	border-top:0;
	height:300px;
	font-size:14px;
	background-color:#fff;
	/* min-height:270px; */
	
	
}

div.panes div.pane_content ul {
	padding:0px 0px 0px 17px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:-7px;
	margin-right:0px;
	/* list-style-type:disc; */
	
}

div.panes div.pane_content ul li {
	padding:0px 0px 0px 0px;
	margin-top:3px;
	margin-bottom:0px;
	margin-left:10px;
	margin-right:0px;
	list-style:outside;
	list-style-type:decimal;
}

div.panes div.tabsLogo {text-align:center; margin-top:7px;}

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

a:focus {
  -moz-outline-style:none;
}

#mp1 {margin:10px 0 -10px 0;}
#mp1 .module_mostBox , #mp1 .module_publicationsBox {width:320px; margin-left:6px; margin-bottom:5px;}
.module_mostBox ul li {font-weight:bold;}
.module_mostBox ul li span {font-weight:normal;}
.module_publicationsBox, .module_mostBox {margin:10px 0 0 0; float:left;}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
