/* ACCESSIBILITY ASSISTANCE */
.assist {
    position: absolute;
    left:     0px;
    top:     -500px;
}
/* body {
    padding: 0;
    border:  0;
    margin:  0;
     
    background: -webkit-linear-gradient(#e0e0e0, white);
	background: -o-linear-gradient(#e0e0e0, white);
	background: -moz-linear-gradient(#e0e0e0, white);
	background: linear-gradient(#e0e0e0, white);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e0e0e0', endColorstr='#ffffff');
	background-repeat: no-repeat;

    font-family: Arial, Helvetica, sans-serif;
    font-size:   0.9em;
    color:       #282828;
    line-height: 1.3em;
} gus    */

h1 { font-size: 1.6em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.0em; }

.wrapper {
    padding:       0;
    border-bottom: 1px solid #ccc; 
    margin:        0 auto; /* auto center horizontal */
    width:         955px;
}
#tableWrapper {
	display: table;
	background-color: #0a1e5e;
}
/* BANNER PANE */
.BannerPane {

    background-color: #000066;
    border-bottom: 1px solid white;
    height: 45px;
    width: 100%;
}
/* For the UF and Libraries logos and the search box*/
.uflogo {
	margin:0;
	padding:0;
	float:left;
	width:54px;
	height:42px;
	overflow:hidden;
	position:relative;
}
.uflogo span {
	display:block;
	position:absolute;
	left:0;
	top:0;
	z-index:11; 
	width:54px;
	height:42px;
	margin:0;
	padding:0;
	background: url('_images/uflogo.png') top left no-repeat;
}
.liblogo {
	float:left;
	margin:0;
	padding:0;
	width:288px;
	height:42px;
	overflow:hidden;
	position:relative;
}	
.liblogo span {
	display:block;
	position:absolute;
	left:0;
	top:0;
	z-index:11; 
	width:288px;
	height:42px;
	margin:0;
	padding:0;
	background:url('/_images/liblogo.png') top left no-repeat;
}
.BannerPane .searchbox {
  float:right; 
  padding-top: 12px;
}
.BannerPane .gobutton { 
  padding: 1px; 
  color: #555555; 
}

/* TOPNAV PANE */
.TopNavPane {
    border-top: 2px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #f3f8fe;
    width: 100%;
}

/*  LOGIN DIV */
.user a:link, 
.user a:visited,
.user a:hover,
.user a:active  {
  color: black;
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: none;
  float: right;
}
 
/* LEFT SIDEBAR PANE */
.LeftSidebarPane {
    float: left;
    margin:  0;
    border:  0;
    padding: 0;
    height: 100%;
    width: 240px;
	display: table-cell;
	vertical-align: top;
}
.LeftSidebarPane .side_nav {
    color: white;
    font-size: 1.0em;
    margin: 0;
    padding: 0;
}
.LeftSidebarPane .side_nav ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.LeftSidebarPane .side_nav li {
    border-bottom: 1px dotted #3973C4;
    padding: 0;
}
.LeftSidebarPane .side_nav li a:link,
.LeftSidebarPane .side_nav li a:visited, 
.LeftSidebarPane .side_nav li a:hover,
.LeftSidebarPane .side_nav li a:active {
  display: block;
  padding: 5px 5px 5px 15px;
  text-decoration: none;
  color: white;
}
.LeftSidebarPane .side_nav li a:link, 
.LeftSidebarPane .side_nav li a:visited {

}
.LeftSidebarPane .side_nav li a:hover, 
.LeftSidebarPane .side_nav li a:active {
    background-color: #1C3D7A;
}
.LeftSidebarPane .contactinfo {
  color: white;
  font-size: 0.9em;
  line-height: 140%;
  width: 210px;
  padding-left: 15px;
}
.LeftSidebarPane .contactinfo  a:link,
.LeftSidebarPane .contactinfo  a:visited,
.LeftSidebarPane .contactinfo  a:hover,
.LeftSidebarPane .contactinfo  a:active {
  color: white;
}

/* BREADCRUMBS PANE */
.BreadCrumbsPane {
    float: right;
    
    height: auto;
    width: 703px;
    padding: 0px 6px 0px 6px;
    
    background-color: white;
    font-size: .7em;
}

/* PORTALBANNERPANE */
.PortalBannerPane {
    float:   right;
    height:  0px;
    width:   0px; 
    padding:   0px;
    border:   none;
    margin:    0px;
}

/* CONTENT PANE */
/* Cannot name the selector ContentPane: it's a dnn keyword to make panes editable. */
.Content {
    float:          right;
    padding-right:  20px;
    padding-bottom: 20px;
    padding-left:   20px;
    height:         auto;    
    width:          915px;  /*675*/
    background:     #EEFFDA; 
}
.Content ul {
    margin: 0;
    padding: 10px 0 20px 20px;
}
.Content li {
    margin: 0;
    padding-bottom: 10px;
    padding-left: 10px;
}
#contentWrapperTableCell {
	display: table-cell;
	vertical-align: top;
	background-color: white;
}	
.line-height-shorter {
    line-height: 0.8em; /* relative to BODY */
}

/* FOOTER PANE */
.FooterPane {
    clear: both;
    margin: 0 auto;
    border-top: solid 1px #ccc;
    padding: 0;
    background: white;
    font-size: 0.9em;
}
.FooterPane ul {
    list-style: none;
    margin: 0;
    padding: 10px 0 20px 10px;
}
.FooterPane li {
    display: inline;
    margin: 0;
    padding: 0 5px;
    border-right: solid #000 1px;
}
.FooterPane li.lastitem {
    border-right: none;
}
.FooterPane p {
    height: auto;
    padding: 5px 10px;
}
.FooterPane a:link {
    text-decoration: none;
    color: #0021a5;
}
.FooterPane a:visited {
    text-decoration: none;
    color: #0021a5;
}
.FooterPane a:hover {
    text-decoration: underline;
    color: #ff4a00;
}
#wordmark {
    float: right;
    margin: 0 10px 0px 0px;
    padding-top: 0;
}
#wordmark img {
    height: 43px;
    width: 155px;
}
#copyright {
    color: #787878;
    margin-top: 0;
    padding: 0 10px;
    line-height: 1.2em;
}
#copyright a:link {
    color: #787878;
}
#copyright a:visited {
    color: #787878;
}
#copyright a:hover {
    color: #000000;
}
.inText a:link {
    text-decoration: none;
    border-bottom: 1px dashed #0021a5;
}
.inText a:visited {
    text-decoration: none;
    border-bottom: 1px dashed #0021a5;
}
.inText a:hover {
    text-decoration: none;
    border-bottom: none;
}
#copyright .inText a:link {
    color: #0021a5;
    text-decoration: none;
    border-bottom: 1px dashed #0021a5;
}
#copyright .inText a:visited {
    color: #0021a5;
    text-decoration: none;
    border-bottom: 1px dashed #0021a5;
}
#copyright .inText a:hover {
    color: #ff4a00;
    text-decoration: none;
    border-bottom: 1px dashed #ff4a00;
}
.clear {
    height: 0;
    clear: both;
}

.SkinObject { /* overrides default.css */
  font: 1.0em normal;
  font-family: Arial, Helvetica, sans-serif;
}

p.subjectguides {
    line-height: 0.8em;
}

img {
	border: none;
}
/************************
Style for Accordion Menu 
*************************/
#accordion a { 
	color: white;
	padding: 5px 5px 5px 15px;
	font-weight: normal;
	text-decoration: none;
	display: block;
}
#accordion h3 {
	padding: 0;
	font-size: 1.0em;
	margin: 0;
}
#accordion a:hover {
	background-color: #1C3D7A;
}
#accordion .childList a {
	color: white;
	background-color: #444444;	
	padding: 5px 5px 5px 30px;
}
#accordion2 .grandchildList a {
	padding: 5px 5px 5px 45px;
}
#accordion2 h4 {
	padding: 0;
	font-size: 1.0em;
	margin: 0;
}
.arrow-down {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff;
    position: relative;
    top: .6em;
    left: .6em;
}
#accordion .childList a:hover {
	background-color: #888888;
}
#accordion .childList li, #accordion2 h4 {
	border-bottom: 1px dotted #888888;
}
#accordion ul.childList  {
	background-color: #444444;
}