/* 
    UFL DotNetNuke basic left-side-nav style sheet.

    \\cns-uflib-web1\dotnetnuke\Portals\_default\Skins\UFL_Sidebar\skin.css  
        
*/

/* ACCESSIBILITY ASSISTANCE */
.assist {
    position: absolute;
    left:     0px;
    top:     -500px;
}

body {
    padding: 0;
    border:  0;
    margin:  0;
	background: -webkit-linear-gradient(gray, white);
	background: -o-linear-gradient(gray, white);
	background: -moz-linear-gradient(gray, white);
	background: linear-gradient(gray, white);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#cccccc', endColorstr='#ffffff');
	background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size:   .9em;
    color:       #282828;
    line-height: 1.3em;
}

.wrapper {
    padding:       0;
/*    border-right:  1px solid #ccc; */
/*    border-left:   1px solid #ccc; */
/*    border-bottom: 1px solid #ccc; */
    margin:        0 auto; /* auto center horizontal */

    width:         1000px;
}
#contentWrapperTableCell {
	display: table-cell;
	vertical-align: top;
	background-color: white;
}
#tableWrapper {
	display: table;
	background-color: #0a1e5e;
}

/* BANNER PANE */
.BannerPane {

    background-color: #000066;
    border-bottom: 1px solid white;
    height: 45px;
    width: 100%;
/* pre-Bald/Jud style
    margin: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1px;
    height: 40px;
    background: #113e98 ; 
*/
}
/* 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 {
    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 #3166AF;
    display: block;
    padding: 0;
    text-decoration: none;
    color: white;
}

.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: 748px;
    padding: 6px;
    
    background-color: white;
    font-size: .7em;
}

/* 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:      720px;
    background: white; 
}
.Content ul {
    margin: 0;
    padding: 10px 0 20px 20px;
}
.Content li {
    margin: 0;
    padding-bottom: 10px;
    padding-left: 10px;
}
.line-height-shorter {
    line-height: 0.8em; /* relative to BODY */
}

.clear {
    height: 0;
    clear: both;
}

.SkinObject { /* overrides default.css */
  font: 1.0em normal;
  font-family: Arial, Helvetica, sans-serif;
}

img {
	border: none;
}
#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;
}
.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 {
border-bottom: 1px dotted #888888;
}
#accordion .childList a.active {
background-color: #888888;
}
#accordion a.active {
background-color: #888888;
}


