/*
  03-07-2013  OK  search forms are changed to use DIVs instead of TABLE
01-07-2014  OK rightTrDsplLabel
24-09-2014  OK  loading animation
24-09-2014  OK  colorbox.css
14-03-2016  OK  menuSection margin-top: 20px
12-11-2018  OK  Minor changes to style
*/
/* 
    Document   : first
    Created on : Mar 9, 2012, 12:17:43 PM
    Author     : oleg
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#firstwrapper{
  margin:auto;

  width:1024px;
  *width:73.05em
}
#firstwrapperPrint{
  margin:auto;
  text-align:left;

  width:974px;
  *width:73.05em
}

.yui3-u-1-5 {    
  padding-top: 3px;     
}
.yui3-u-4-5 {   
}

.yui3-u-1-7 {
  display: inline-block;
  zoom: 1; *display: inline; /* IE < 8: fake inline-block */
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  width: 14.2%;
}

/*html,body{min-height: 101%;}*/

body{
  text-align:left;	
  /*background: #f5f7ef*/
}
body{font-size:1rem;line-height:1.15;}
body{font-family: "Montserrat", "Calibri", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;}

/* This only works with JavaScript, 
  if it's not present, don't show loader */
.no-js #progressBar { display: none;  }
.js #progressBar {  display: inline; }
#progressBar{
  display:  none;
  z-index: 1000;
  position: absolute;
  top:  50%;
  left: 47%;
} 

h2, h3{  
  color: #007c66;  
}
h3{
  margin: 0;
}



strong{
  font-weight: bold
}

form select{
  margin: 2px 3px 1px 1px;
  padding:2px 2px 2px 0; max-width:100%
}

#ft{
  margin-top: 5px;
}

.menuTopText2{
  padding-left: 5px;
}
 
.labelTextTable, .labelBblgView, .titleSectionExpandBar, .titleGroup{
  font-weight: normal;
}

.titleGroup{  
  color: #004b8f;  
  text-decoration: none;
}

.titleFilter{
  color: #000000;  
  font-weight: bold;
}

.filterExtLabel{
  color: #0074BF;  
  font-weight: bold;
}

.resultsEntryLbl{
  display: inline-block;
  font-weight: bold;
  margin: 3px 0 3px 0  
}

.resultsEntryData{
  font-weight: normal;
  margin: 3px 0 3px 0
}

.linksLbl{
  padding: 3px 0 0 0;
}

.messageText{
  color: red;
  font-weight: bold;
}

.nonPrefTerms{
  color: #000000;
  display: inline-block
}

.hghlghtText{
  color: red;
  display: inline-block
}

.rssTitle a{
  
  font-size: 16px;  
}



.resultBtns{
  text-align: right;
  margin: 10px 0 10px 0;
}
.rmsResultsSearchBox{
  padding-top: 5px;
}

.button, .buttonLong, .buttonMouseOver, .buttonStats{
  background-color: #004b8f;
  
  padding-top: 3px;
	padding-bottom: 3px;

	margin-left: 1px;

	cursor: pointer;	
	color: #FFFFFF;
  border: 1px solid #ffffff;
}

.buttonMouseOver {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #004b8f;
}

.button{
  width: 60px;
}
.buttonLong, .buttonMouseOver{
  width: 120px;
  border-radius: 3px;
  vertical-align: middle;
}
.buttonStats{
  width: 20px;
  margin: 2px;
  padding: 0;
}
.buttonRMSdropDown{
  position:absolute; 
  width:120px; 
  z-index:1; 
  border: 1px none #000000; 
  overflow: visible; 
  display: none;
}

.btnSearch, .btnHelp, .btnClear, .btnSearchAdv, .btnHelpAdv, .btnClearAdv, .btnPrint, .btnMail, .btnSave,
  .btnRsrv, .btnApply, .btnDwnld, .btnAdd, .btnDelete, .btnKey{
  cursor: pointer;
  border: 0;
  background-color: #ffffff;
}

.btnSearch{
  background-image: url("../images/Search.png");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}
.btnSearchAdv{
  background-image: url("../images/Search50.png");
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}
.btnHelp{
  background-image: url("../images/buttonAsk.png");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;  
}
.btnClear{
  background-image: url("../images/Clear.png");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;  
}
.btnHelpAdv{
  background-image: url("../images/buttonAsk50.png");
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;  
}
.btnClearAdv{
  background-image: url("../images/Clear50.png");
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;  
}
.btnPrint{
  background-image: url("../images/Print.png");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}
.btnMail{
  background-image: url("../images/Messages.png");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}
.btnSave{
  background-image: url("../images/Save.png");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}
.btnRsrv{
  background-image: url("../images/Reserve.png");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}
.btnApply{
  background-image: url("../images/Apply.png");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}
.btnDwnld{
  background-image: url("../images/download2.png");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}
.btnAdd{
  background-image: url("../images/Add.png");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}
.btnDelete{
  background-image: url("../images/Delete.png");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}
.btnKey{
  background-image: url("../images/key.gif");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

.buttonPressed{  
  padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 1px;
	cursor:  none;
	color: #cccccc;
  border: 1px solid #cccccc;
}

.recorddelemeter{
  margin-bottom: 10px;
  width: 100%
}

.midBar{  
  padding: 3px 0 3px 3px;
  background-color:#004b8f;
  color: #ffffff
}

.banner{
  width: 99%;
  background-color:#004b8f;
  margin-top: 1px;
 
  color: #ffffff;
  padding: 3px 0 3px 3px;  
}
.banner-light{
  width: 99%;
  border: 1px solid #004b8f;
  background-color:#ffffff;
  margin-top: 1px;  
  color: #000000;
  padding: 3px 0 3px 3px;  
}
.banner .image, .banner-light .image{
  display: inline-block;
  vertical-align: middle;
  width: 10px
}
.banner .labelBnr, .banner-light .labelBnr{
  display: inline-block;
  vertical-align: middle;
  
}

.autoCmplDsplLabel, .rightTrDsplLabel{  
  text-align: right;
  display: inline;
  padding: 0 5px 0 5px;
  cursor: default;
}

.spacer{
  height: 10px;
}
.spacer2{
  height: 20px;
}
.spacer3{
  height: 30px;
}
.spacer4{
  height: 40px;
}
.spacerSmall{
  height: 2px;
}

.searchHints, .helptext{
  margin: 5px 0 5px 0;
  font-family: Helvetica, Arial, sans-serif;
}

img{
  cursor: pointer;
  border:0
}

.commentAllocated{
  /*background: #ffde00;*/
  background: #ffff66;
  padding: 10px;
  margin: 3px 0 3px 50px;
}

.commentPatron{
  background: #e2e2e2;
  padding: 10px;
  margin: 3px 0 3px 0;
}

.commentLStaff{
  border: #e2e2e2 1px solid;
  padding: 10px;
  margin: 3px 0 3px 50px;
}

.highlighresult{
  font-weight:bold; background-color:#EEE8AA; font-weight: normal
}

#proview-token
{
  color: red; 
  font-weight: bold; 
  padding-top: 10px; 
  padding-bottom: 10px;
}

a:link {color: #0074BF; text-decoration: none}
a:visited{color: #0074BF; text-decoration: none}
a:hover {text-decoration: underline}

a:link.SkipNav, a:visited.SkipNav {
  color: #FFFFFF; /* same color as background */
  text-decoration: none;
  
}
a:active.SkipNav, a:focus.SkipNav {
  /* Becomes visible & underlined 
     when user tabs to it. 
    :active pseudo-class necessary for IE 
    :focus pseudo-class necessary for Mozilla 
  */
  color: #ffffff; 
  text-decoration: underline;
  background-color:#999999;
  padding: 5px;
}


.complementaryLeft{
  background-color: #EEEEEE;  
}

/************** CSS Upgrade Feb 2016 ****************/
/**************** IE 9 has restriction on number of css includes. Some css files have been moved here*/
.titlePage1{
  font-family: Helvetica, Arial, sans-serif;
  color: #555;
  font-size: 150%;
  font-weight: bold;
  text-decoration: none;
  font-style: normal;
}
.titlePage2{
  font-family: Helvetica, Arial, sans-serif;
  color: #555;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  font-style: normal;
}
.titlePage3{
  font-family: Helvetica, Arial, sans-serif;
  color: #555;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  font-style: italic;
}
.titleGroup{
  font-family: Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
}
.titleGroupPlain{
  font-family: Helvetica, Arial, sans-serif;
  color: #000000;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
}
.titleSectionExpandBar{
  font-family: Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}
.titleSectionExpandBarNoCursor{
  font-family: Helvetica, Arial, sans-serif;
  color: #555;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
}
.titleSection{
  font-family: Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
}
.titleFullRecord{
  font-family: Helvetica, Arial, sans-serif;
  color: #555;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
}
.titleSectionNobold{
  font-family: Helvetica, Arial, sans-serif;

  font-size: 12pt;
  text-decoration: none;
}

ul, li{
  /*font-family: Helvetica, Arial, sans-serif;*/
}

a:link.titleSection, a:visited.titleSection {
  color: #FFFFFF; /* same color as background */
  text-decoration: none;
  font-size: 10pt;
}

.searchFormThree{
width: 99%;
position:relative;
}

tr.searchFormThreeRow1{
height: 5px;
}

tr.searchFormThreeRow2{
height: 1px;
}

td.searchFormThreeCell1{
width: 110px;
text-align: Left;
}

td.searchFormThreeCell2{
text-align: Left;
}

td.searchFormThreeCell3{
  width: 176px;
  text-align: Center;
}

.searchFormThreeCell1, .searchFormThreeCell2, .searchFormThreeCell3{
border-style : solid;
border-width : 0px 0px 0px 0px;
border-color : #EEEEEE;
padding :  3px 3px 3px 3px;
}

#leftcolumn {	
  float: left;
  PADDING-BOTTOM: 0px;
  WIDTH: 180px;
  PADDING-TOP: 0px;
  border-color: #ffffff;
  border-style: solid;
  border-width: 0px 1px 0px 0px;
  HEIGHT: 100%;
}

#HPbodyblock{
  MARGIN-BOTTOM: 20px;
  MARGIN-LEFT: 183px;
  MARGIN-RIGHT: 183px;
  MARGIN-TOP: 5px;
  PADDING-BOTTOM: 0px;
  PADDING-RIGHT: 0px;
  PADDING-LEFT: 0px;
  PADDING-TOP: 0px;
  HEIGHT: 100%;	  
}

#QuickSearch { 
  PADDING: 0 0 0 0;
  MARGIN: 0 0 0 0;
  WIDTH: 100%;
}
#QuickSearchData {
  margin: 5px 0 5px 0;
  BORDER-RIGHT: #666666 1px solid;
  BORDER-LEFT: #666666 1px solid;
  BORDER-TOP: #666666 1px solid;
  BORDER-BOTTOM: #666666 1px solid;
  HEIGHT: 80px;  
}

#WelcomeText{
  border-style: solid; 
  border-color: #0066cc;
  border-width: 1px 1px 1px 1px; 
  HEIGHT: 107px;         
  overflow: auto;
  padding: 5px;
}

#NewItems { 
  MARGIN-TOP: 3px;   
  PADDING-TOP: 0px; 
}

#NewItemsData {    
  BORDER-RIGHT: #666666 1px solid;
  BORDER-LEFT: #666666 1px solid;
  BORDER-TOP: #666666 1px solid;
  BORDER-BOTTOM: #666666 1px solid;
  HEIGHT: 158px;
  PADDING-RIGHT: 0px; 
  PADDING-LEFT: 0px; 		
  PADDING-BOTTOM: 3px; 
  PADDING-TOP: 3px; 
  overflow: auto;
  padding: 5px;  
  
}

#HidhlightedItems {
  MARGIN-TOP: 3px;
  PADDING-TOP: 0px;
}

#HidhlightedItemsData {
  BORDER-RIGHT: #666666 1px solid;
  BORDER-LEFT: #666666 1px solid;
  BORDER-TOP: #666666 1px solid;
  BORDER-BOTTOM: #666666 1px solid;
  HEIGHT: 158px;
  PADDING-RIGHT: 0px;
  PADDING-LEFT: 0px;
  PADDING-BOTTOM: 3px;
  PADDING-TOP: 3px;
  overflow: auto;
  padding: 5px;
}

#rightcolumn{
  RIGHT: 0px;
  TOP: 130px;
  MARGIN-BOTTOM: 0px; 
  MARGIN-LEFT: 0px; 
  MARGIN-RIGHT: 5px; 
  MARGIN-TOP: 1px; 	
  PADDING-BOTTOM: 0px; 
  PADDING-RIGHT: 0px; 
  PADDING-LEFT: 0px; 		
  PADDING-TOP: 0px;		
  HEIGHT: 100%;	
  WIDTH: 170px;							
  TEXT-ALIGN: left;
  POSITION: absolute;   
}

#LatestNews {
  VERTICAL-ALIGN: top; 
  PADDING-RIGHT: 0px; 
  PADDING-LEFT: 0px; 		
  PADDING-BOTTOM: 0px; 
  PADDING-TOP: 0px; 
  MARGIN-BOTTOM: 4px; 
  MARGIN-LEFT: 0px; 
  MARGIN-RIGHT: 0px; 
  MARGIN-TOP: 0px;   
  WIDTH: 100%; 	  
}
#LatestNewsData {
  BORDER-RIGHT: #666666 1px solid;
  BORDER-LEFT: #666666 1px solid;
  BORDER-TOP: #666666 1px solid;
  BORDER-BOTTOM: #666666 1px solid;
  padding: 3px;
  
}

#rightHelp{  
  /*border-style: solid; 
  border-color: #666666; 
  border-width: 1px 1px 1px 1px;*/ 					
  
  
  margin: 10px 0 0 0;	
  padding: 5px; 
  	
  width: 180px;	  
  overflow: hidden;	
}

.searchFormFive{
width: 99%;
position:relative;
}
tr.searchFormFiveRow1{
height: 5px;
}
td.searchFormFiveCell1{
/*background-color: #FFFFFF;*/
width: 120px;
text-align: Right;
padding: 0px 0px 0px 0px;
}
td.searchFormFiveCell1B{
background-color: #0066cc;
width: 120px;
text-align: Right;
padding: 0px 0px 0px 0px;
}
td.searchFormFiveCell2{
/*background-color: #FFFFFF;*/
width: 370px;
text-align: Left;
}
td.searchFormFiveCell2B{
background-color: #0066cc;
width: 370px;
text-align: Left;
}
td.searchFormFiveCell3{
/*background-color: #FFFFFF;*/
width: 15px;
text-align: center;
}
td.searchFormFiveCell3B{
background-color: #0066cc;
width: 15px;
text-align: center;
}
td.searchFormFiveCell4{
/*background-color: #FFFFFF;*/
width: 240px;
text-align: left;
}
td.searchFormFiveCell4B{
background-color: #0066cc;
width: 240px;
text-align: left;
}
td.searchFormFiveCell5{
/*background-color: #FFFFFF;*/
width: 20px;
text-align: Center;
}
td.searchFormFiveCell5B{
background-color: #0066cc;
width: 20px;
text-align: Center;
}

.searchFormFiveCell1, .searchFormFiveCell2, .searchFormFiveCell3,
.searchFormFiveCell4, .searchFormFiveCell5{
border-style : solid;
border-width : 0px 0px 0px 0px;
border-color : #0066cc;
padding :  3px 3px 3px 3px;
}
.searchFormFiveCell1B, .searchFormFiveCell2B, .searchFormFiveCell3B,
.searchFormFiveCell4B, .searchFormFiveCell5B{
border-color : #0066cc;
border-style : solid;
border-width : 0px 0px 0px 0px;
padding :  3px 3px 3px 3px;
}

.midBar{
  width: 100%;
  position: relative;
  margin-bottom: 10px
}

tr.midBarRow{
height: 5px;
}

tr.midBarRow1{
height: 20px;
}

td.midBarCell1{
background-color: #0066cc;
height: 20px;
width: 20px;
text-align: Right;
}

td.midBarCell2{
background-color: #0066cc;
height: 20px;
width: 100%;
text-align: Left;
}

td.midBarCell3{
background-color: #0066cc;
text-align: Left;
}

.midBar{
border-style : solid;
border-width : 1px 0px 1px 0px;
border-color : #0066cc;
}


.sectionFooter{
width: 99%;
position: relative;
}

td.sectionFooterCell1{
/*background-color: #FFFFFF;*/
height: 1px;
width: 20px;
text-align: Left;
vertical-align: bottom;
}

td.sectionFooterCell2{
/*background-color: #FFFFFF;*/
width: 100%;
text-align: Left;
}

td.sectionFooterCell3{
/*background-color: #FFFFFF;*/
width: 280px;
text-align: Right;
}

td.sectionFooterCell4{
/*background-color: #FFFFFF;*/
width: 20px;
text-align: Right;
vertical-align: bottom;
}


.SavedSearches{
width: 99%; 
position:relative;
}

td.SavedSearchesCell1{
background-color: #FFFFFF;
text-align: Left;
}

td.SavedSearchesCell2{
background-color: #FFFFFF;
width: 91px;
text-align: Center;
vertical-align: top;
}


.userEntryForm{
width: 99%;
position:relative;
}
tr.userEntryFormRow1{
height: 5px;
}
tr.userEntryFormRow2{
height: 1px;
}
td.userEntryFormCell1{
/*background-color: #FFFFFF;*/
width: 140px;
text-align: Right;
padding: 0px 10px 0px 0px;
}
td.userEntryFormCell2{
/*background-color: #FFFFFF;*/
text-align: Left;
}
.userEntryFormCell3{
/*background-color: #FFFFFF;*/
width: 91px;
text-align: Left;
}

.userEntryFormCell1, .userEntryFormCell2, .userEntryFormCell3{
border-style : solid;
border-width : 0px 0px 0px 0px;
border-color : #EEEEEE;
padding :  3px 3px 3px 3px;
}

/************** CSS Upgrade Feb 2016 ****************/

.fa-youtube-square,  .fa-facebook, .fa-twitter{
  color: #FFFFFF; 
  text-decoration: none;
}

table {
  border: none
}

td {
  border: none;
  padding: 0
}

#menuSection table {
  width: auto;
  font-family: verdana, "Montserrat", "Calibri", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  color: #000000;
  /*color: #555;*/
  font-size: 13px;  
}

#menuSection table td{
  padding: 1px 0 1px 0;
}

#menuSection table .standartTreeImage{
  /*padding: 0 0 2px 0*/
}

#menuSection {
  margin: 0 0 0 0;	
  padding: 5px; 
  margin-top: 15px
}

input[type="email"], input[type="number"], input[type="password"], 
input[type="search"], input[type="tel"], input[type="text"], 
input[type="url"], input[type="color"], input[type="date"], 
input[type="datetime"], input[type="datetime-local"], 
input[type="month"], input[type="time"], input[type="week"] {
  line-height: 16px;
  font-size: 10pt;
  padding: 2px 0 2px 0
}

select{
  line-height: none;
  padding: 0;
  font-size: 10pt;
}

.button, .buttonLong{
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-size: 12pt
}

.g-title {
  font-size: 0.9rem;
  text-transform: uppercase;
}
  
#roksearch_search_str {
    background: #fff url(../images/search-icon.png) 98% 50% no-repeat;
    border: 1px solid #dfdfdf;
}

/*
overwrite callisto 21
Used in dhxForm
*/
th{
  background: #ffffff
}

/* --------------------------------------Upgrade June 2017--------------------------------------*/

.clickableBanner {
  width: 99%;
  /*background-color: #002868;
  color: #ffffff;*/

  background-color: #0066cc;
  border: none;
  color: #ffffff;

  

  padding: 3px 0 3px 10px;  
  cursor: pointer;
  font-size: 15px;
  font-weight: normal;

  background-image: url('../css/images/images_SquareOnGrey/ButtonCollapseRollup.gif');
  background-repeat: no-repeat;
  background-position: right 10px center;
}

.clickableBannerPlus {
  width: 99%;
  /*background-color: #002868;
  color: #ffffff;*/

  background-color: #0066cc;
  border: none;
  color: #ffffff;

  

  padding: 3px 0 3px 10px;  
  cursor: pointer;
  font-size: 15px;
  font-weight: normal;

  background-image: url('../css/images/images_SquareOnGrey/ButtonExpandRollup.gif');

  background-repeat: no-repeat;

  /*background-size: 3%;*/
  background-position: right 10px center;
}

.clickableBanner:hover {
  background-color: #0066cc;
  color: #ffffff;
}

.summaryRowHeader{
  text-align: right;
  padding-right: 20px
}

.show-less-Manuscript, .show-more-Manuscript, .show-less-ManuscriptTemp, .show-more-ManuscriptTemp,
  .show-less-Newscutter, .show-more-Newscutter, .show-less-Library, .show-more-Library{
  color: #a9363a;
  cursor: pointer;
  font-weight: bold
}

label{
  text-align: right;
  display: block;
  padding: 5px 10px 5px 5px;
  cursor: pointer;
  font-family: Helvetica, Arial, sans-serif;
  color: #000000;
  font-size: 10pt;
  font-weight: bold;
}

.helpImg{
  float: right
}




#item_links_tabs {
  width: 100%;
  
  /*border-bottom: 1px solid #cccccc*/
}

#j_item_links_tabs{
  width: 100%;
  height: 37px;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor{
  padding: 0.1em 1em;
}

.ui-tabs .ui-tabs-panel{
  padding: 1.4em 0.4em;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: 0;
	padding-bottom: 0;
  background: #ffffff;
     
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active span{
  color: #465560;
  cursor: pointer;
     
}

.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}

.ui-widget {  	
	font-family: Helvetica, Arial, sans-serif;
  font-size: 10pt;
	font-weight: normal;
  text-decoration: none;
  
}

.ui-widget-header {
  border: none;
  background: #ffffff;
  
}

/**OK  Used in full record tabs. Change in sepparate pages if required. I.e. advanced search autocomplete ***/
.ui-widget-content {
	border: none;
	background: #ffffff;
	
}

/* Interaction states
----------------------------------*/

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #0066cc;
  
  background: #0066cc;
  font-weight: normal;
  color: #ffffff;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #ffffff;
	text-decoration: none;
  cursor: pointer;
  text-align: center;
  font-family: Arial;
  font-weight: bold
}


/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 0;
}

.ui-tabs-nav li.ui-tabs-active {
  margin-bottom: 0.2em;
  padding-bottom: 0;
  /*border-right: 1px solid white;*/
  
}

.ui-tabs-nav li.ui-tabs-active a{
  color: #000000
}

.ui-tabs.ui-tabs-vertical {
  padding: 0;
  /*width: 42em;*/
}
.ui-tabs.ui-tabs-vertical .ui-widget-header {
  border: none;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav {
  float: left;
  /*width: 10em;*/
  background: #D4D0C8;
  border-radius: 4px 0 0 4px;
  /*border-right: 1px solid gray;*/
  border-right: none;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li {
  clear: left;
  width: 100%;
  margin: 0.2em 0;
  border: 1px solid gray;
  border-width: 1px 0 1px 1px;
  border-radius: 4px 0 0 4px;
  overflow: hidden;
  position: relative;
  right: -2px;
  z-index: 2;
  
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li a {
  display: block;
  width: 100%;
  padding: 0.6em 1em;  
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li a:hover {
  cursor: pointer;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: 0.2em;
  padding-bottom: 0;
  border-right: 1px solid white;  
  
}

.ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active a{
  color: #000000
}

.ui-tabs.ui-tabs-vertical .ui-tabs-nav li:last-child {
  margin-bottom: 10px;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-panel {
  float: left;
  width: 50em;
  border-left: 1px solid gray;
  border-radius: 0;
  position: relative;
  left: -1px;
}

