/* UCLA SCHOOL OF THEATER, FILM & TELEVISION
   Navigation CSS
   - Good for Firefox 2.0 Win/Mac, Explorer 6, Explorer 7, Safari 2 Mac, Safari 3 Win/Mac
   ------------------------- */

#navigation {
	background:#111;
	width:960px;
	height:80px;
	margin:0 auto;
	font-family:Helvetica, Arial;
}

#headerPortals { width:720px; height:32px; display:block; overflow:hidden; clear:both; background:#111; }
#headerPortals ul.navigation { width:400px; float:left; display:inline; }

// required
.nav, .nav * { margin:0; padding:0; list-style:none; }
.nav { line-height:1.0; }
.nav ul { position:absolute; top:-999em; width:162px; border-bottom:2px solid #111; }
.nav ul li, .nav a { width:100%; }
.nav li { float:left; position:relative; z-index:99; }
.nav a { display:block; }
.nav li:hover ul, ul.nav li.sfHover ul { top:2.5em; }
.nav li:hover li ul, .nav li.sfHover li ul { top:-999em; }
.nav li li:hover ul, ul.nav li li.sfHover ul { left:9.45em; top:-1px; }
.superfish li:hover ul, .superfish li li:hover ul { top:-999em; }

// custom
.nav { float:left; margin-bottom:0; }
.nav li {
	background:#222;
	width:25%;
	height:48px;
	}
	.nav li#navPrograms { width:180px; }
		.nav li#navPrograms a:hover { color:#536895; }
	.nav li#navDirectory { width:180px; }
		.nav li#navDirectory a:hover { color:#536895; }
	.nav li#navSchool { width:180px; }
		.nav li#navSchool a:hover { color:#536895; }
	.nav li#navInformation { width:180px; }
		.nav li#navInformation a:hover { color:#536895; }
.nav a, .nav a:link, .nav a:visited {
	color: #ccc;
	text-decoration:none;
	font-size:1.5em;
	}
.nav li li {
	width:162px;
	overflow:hidden;
	height:auto;
	}
.nav li li a, .nav li li a:link, .nav li li a:visited {
	font-size:0.9em;
	height:auto;
	width:126px; /* 162 - 16 - 16 - 2 - 2 */
	padding:5px 16px;
	border-left:2px solid #111;
	border-right:2px solid #111;
	}
.nav li:hover, .nav li.sfHover,
.nav a:hover, .nav a:active {
	background:#fff;
	text-decoration:none;
	}
.nav li:hover ul, ul.nav li.sfHover ul { top:48px; }
.nav li li {
	background:#111;
	}
.nav li li li {
	background:#333;
	}
.nav #navInformation {
	left:auto;
	right:0;
	}

/* Portals */

ul.navigation { float:left; display:inline; width:540px; height:32px; margin:0; padding:0; font-size:110%; list-style-type:none; overflow:hidden; }
	#ft ul.navigation { height:auto; overflow:visible; }
ul.navigation li { float:left; display:inline; padding:0; margin:0; }
ul.navigation li a, ul.navigation li a:link, ul.navigation li a:visited { width:auto; display:block; color:#fff; text-decoration:none; margin:0; padding:6px 16px; border-right:2px solid #222; }
ul.navigation li a:hover, ul.navigation li a:active { color:#ffb300; text-decoration:underline; }
ul.navigation span { padding:0.25em 1em; }

/* Breadcrumbs */

div.crumbs { height:25px; font-size:0.9em; background:#29344a; display:block; text-transform:uppercase; overflow:hidden; }
div.crumbs ul.navigation li.parent a { background:#111; }
div.crumbs ul.navigation li a, div.crumbs ul.navigation li a:link, div.crumbs ul.navigation li a:visited { border-right:2px solid #111; }
div.crumbs ul.navigation li a:hover, div.crumbs ul.navigation li a:active { background:#111; }

/* Search */

#searchbox { float:right; width:320px; display:block; color:#ffb300; background:#111; overflow:hidden; }
#searchbox form { width:320px; padding:0; margin:0; background:#111; }
#searchbox form input { float:left; display:inline; padding:0; margin:0; }
#searchbox form input.searchboxQuery { width:130px; border:0; padding:5px; }
#searchbox form input.searchboxGo { width:180px; float:right; }

#hd .searchbox, #hd .announcement { width:480px; float:right; padding:10px 0 0; margin:10px 0 0; }
#hd .announcement h4 { margin-top:5px; }
#hd .searchbox form { padding:0; margin:0; }

/* Footer */

#ft { font-size:90%; color:#999; }

	/* Boxed Navigation */

#ft ul.navigation { width:auto; padding:0; list-style-type:none; display:block; margin:0; overflow:visible; }
#ft ul.navigation li { float:left; padding:0 2px 0 0; margin:0; }
#ft ul.navigation li.first a:hover { background:#222; }
#ft ul.navigation li a, #ft ul.navigation li a:link, #ft ul.navigation li a:visited, #ft ul.navigation li span { font-weight:bold; display:block; padding:5px; border-right:0; }
	#ft ul.navigation li a, #ft ul.navigation li a:link, #ft ul.navigation li a:visited, #ft ul.navigation li span { border-left:2px solid #222; }
	#ft ul.navigation li.first a { color:#fff; font-weight:normal; text-decoration:underline; border-left:0; }

#ft a { color:#793; font-weight:bold; text-decoration:none; }
#ft a:hover { color:#a9e800; background:#111; text-decoration:underline; }
#ft a.active { color:#ffb300; }

#ft a.first { color:#999; padding:2px; font-weight:normal; }
#ft a.first:hover { color:#fff; background:#222; }

	/* Disclaimer Navigation */

#ft ul.disclaimer { width:auto; padding:0; display:block; }

#ft ul.disclaimer li { float:left; padding: 0; margin: 0; }

#ft ul.disclaimer li div { padding:10px 0 0 10px; }
#ft ul.disclaimer li.double { width:190px; }
#ft ul.disclaimer li.triple { width:286px; }

#ft ul.disclaimer li a { color:#793; }
#ft ul.disclaimer li a:hover { color:#a9e800; }

/* Tabs */

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(tab.png) no-repeat;
}
.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #27537a;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    color: #000;
}
.ui-tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 1px;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100% -150px;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -50px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-panel {
    border-top: 1px solid #97a5b0;
    padding: 1em 8px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}


/* Sitemap */

.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	background-color: white;
	margin-top: 4px;
}

.treeview .hitarea {
	background: url(/img/icons/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }

.treeview li { background: url(/img/icons/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(/img/icons/treeview-default.gif); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview-red li { background-image: url(/img/icons/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(/img/icons/treeview-red.gif); } 

.treeview-black li { background-image: url(/img/icons/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(/img/icons/treeview-black.gif); }  

.treeview-gray li { background-image: url(/img/icons/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(/img/icons/treeview-gray.gif); } 

.treeview-famfamfam li { background-image: url(/img/icons/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(/img/icons/treeview-famfamfam.gif); } 


.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(/img/icons/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(images/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(/img/icons/file.gif) 0 0 no-repeat; }



.pagination {
            font-size: 80%;
        }
        
.pagination a {
    text-decoration: none;
	border: solid 1px #AAE;
	color: #15B;
}

.pagination a, .pagination span {
    display: block;
    float: left;
    padding: 0.3em 0.5em;
    margin-right: 5px;
	margin-bottom: 5px;
}

.pagination .current {
    background: #26B;
    color: #fff;
	border: solid 1px #AAE;
}

.pagination .current.prev, .pagination .current.next{
	color:#999;
	border-color:#999;
	background:#fff;
}
