/**
 * Base.css - contains default styles for the new ISU theme.
 * 
 * @version  0.12.2
 * @link     http://www.sample.iastate.edu/
 * @package  PHPTemplate
 */

/*=======================================================*/
/*== Typography =========================================*/
/*=======================================================*/

header, footer, section, aside, nav, article, hgroup, figure, figcaption{
	display: block;
}

html{
	overflow-y: scroll;
}

body{
	background: #f4f3e8;
	color: #444;
	font: 12px/1.5 arial, sans-serif;
	margin: 0 0 12px;
}

a{
	color: #900;
	text-decoration: underline;
}

a:hover {
	color: #4169e1;
	text-decoration: underline;
}

a img{
	border: 0;
}

h1, h2, h3, h4, h5, h6{
	margin-top: 0;
	margin-bottom: 6px;
}

h1{
	color: #222;
	font-size: 20px;
	line-height: normal;
}

h1 > a{
	color: #666;
	text-decoration: none;
}

h1 > a:hover{
	border-bottom: 1px solid #666;
	color: #333;
}

h2{
	font-size: 16px;
	line-height: 1.125;
}

h3{
	font-size: 14px;
	line-height: 1.286;
}

h4{
	font-size: 12px;
	line-height: 1.5;
}

p, ul, ol, dl{
	margin-top: 0;
	margin-bottom: 12px;
}

ul, ol{
	margin-left: 0;
	padding-left: 22px;
}

ul ul, ul ol, ol ul, ol ol{
	margin-bottom: 0;
}

ul{
	list-style: disc;
}

ol{
	list-style: decimal;
}

ul.no-bullets, ol.no-bullets{
	list-style: none;
	padding-left: 0;
}

ul.right{
	text-align: right;
}

ul.hlist > li{
	display: inline-block;
	vertical-align: bottom;
}

.lt-ie8 ul.hlist > li{
	display: inline;
	zoom: 1;
}

dl > dt + dt,
dl > dd + dt{
	margin-top: 6px;
}

dl > dt{
	font-weight: bold;
}

dl > dd{
	margin-left: 24px;
}

hr{
	border: 0;
	border-top: 1px solid #ccc;
	height: 0;
	margin: 16px 0;
}

small{
	font-size: 11px;
}

.figure{
	margin: 0 0 6px;
}

blockquote{
	margin: 0 0 3px;
}

cite{
	display: block;
	font-size: 11px;
}

.clear{
	clear: both;
}

.lt-ie8 .clearfix, .grid-row{
	zoom: 1;
}

.clearfix:before, .clearfix:after, .grid-row:before, .grid-row:after{
	clear: both;
	content: '';
	display: table;
}

.nowrap{
	white-space: nowrap;
}

.photo-left{
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
}

.photo-right{
	float: right;
	margin-left: 3px;
	margin-bottom: 3px;
}

/*=======================================================*/
/*== Layout =============================================*/
/*=======================================================*/

#container, .fwrapper{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/*=======================================================*/
/*== Grids ==============================================*/
/*=======================================================*/

@media screen {

.hwrapper{
	min-width: 960px;
}

.grid-fluid, .grids{
	margin-left: auto;
	margin-right: auto;
}

.grid-fluid, .grids{
	width: 960px
}

.grid-fluid .grid-left{
	float: left;
}
.grid-fluid .grid-right{
	float: right;
}

.grid-1,
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6,
.grid-7,
.grid-8,
.grid-9,
.grid-10,
.grid-11,
.grid-12,
.grid-13,
.grid-14,
.grid-15,
.grid-16,
.grid-17,
.grid-18,
.grid-19,
.grid-20{
	float: left;
	margin-left: 20px;
}

.grid-1{ width: 27px; }
.grid-2{ width: 74px; }
.grid-3{ width: 121px; }
.grid-4{ width: 168px; }
.grid-5{ width: 215px; }
.grid-6{ width: 262px; }
.grid-7{ width: 309px; }
.grid-8{ width: 356px; }
.grid-9{ width: 403px; }
.grid-10{ width: 450px; }
.grid-11{ width: 497px; }
.grid-12{ width: 544px; }
.grid-13{ width: 591px; }
.grid-14{ width: 638px; }
.grid-15{ width: 685px; }
.grid-16{ width: 732px; }
.grid-17{ width: 779px; }
.grid-18{ width: 826px; }
.grid-19{ width: 873px; }
.grid-20{ width: 920px; }

.grid-row{
	margin-left: -20px
}

#left-sidebar.grid-1{ width: 47px; }
#left-sidebar.grid-2{ width: 94px; }
#left-sidebar.grid-3{ width: 141px; }
#left-sidebar.grid-4{ width: 188px; }
#left-sidebar.grid-5{ width: 235px; }
#left-sidebar.grid-6{ width: 282px; }
#left-sidebar.grid-7{ width: 329px; }
#left-sidebar.grid-8{ width: 376px; }
#left-sidebar.grid-9{ width: 423px; }
#left-sidebar.grid-10{ width: 470px; }

}

.gutter{
	margin-left: 20px;
	margin-right: 20px;
}

.gutter.first{
	margin-left: 0 !important;
}

.gutter.last{
	margin-right: 0 !important;
}

.gutter-left{
	margin-left: 20px;
}

.gutter-right{
	margin-right: 20px;
}

/*=======================================================*/
/*== Modules ============================================*/
/*=======================================================*/

.skip a{
	background-color: #eadf9c;
	border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: -999em;
	width: 200px;
}

.skip a:focus{
	top: 0;
}

/*-- Tables --*/

table.gray, table.cream{
	border-collapse: collapse;
	border-spacing: 0;
}

table.full-width{
	width: 100%;
}

table.gray th, table.gray td{
	border: 1px solid #bbb;
	border-width: 1px 0;
	padding: 2px 6px;
	text-align: left;
	vertical-align: top;
}

table.gray thead tr th{
	background-color: #e3e3e3;
	border-color: #aaa;
}

table.gray tbody th{
	background-color: #eee;
	border-color: #a7a7a7;
}

table.gray tr.dark-title th{
	background-color: #4a4a4a;
	border-color: #222;
	color: #eee;
}

table.gray tbody tr:nth-child(even) td,
table.gray tbody tr.even td{
	background-color: #f8f8f8;
}

table.gray tbody tr:nth-child(odd) td,
table.gray tbody tr.odd td{
	background-color: #fff;
}

table.gray tbody tr td.ops,
table.cream tbody tr td.ops{
	min-width: 20%;
	white-space: nowrap;
}

table.cream th, table.cream td{
	border: 1px solid #c1b78f;
	border-width: 1px 0;
	padding: 2px 6px;
	text-align: left;
	vertical-align: top;
}

table.cream thead th{
	background-color: #f5e39a;
	border-color: #c63600;
	color: #333;
}

table.cream tbody th{
	background-color: #f3ecd4;
	border-color: #aea581;
}

table.cream tbody td{
	border-color: #c1b78f;
}

table.cream tbody tr:nth-child(even) td,
table.cream tbody tr.even td{
	background: #f8f8f0;
}

table.cream tbody tr:nth-child(odd) td,
table.cream tbody tr.odd td{
	background: #fff;
}

table.cream tbody tr td.ops a + a{
	margin-left: 10px;
}

table.cream tbody a{
	text-decoration: none;
}

table.cream tbody a:hover{
	text-decoration: underline;
}

/*-- Forms --*/

dl.inline-layout,
dl.table-layout{
	overflow: hidden;
}

dl.block-layout > dt > label.required:after,
dl.inline-layout > dt > label.required:after,
dl.table-layout > dt > label.required:after{
	color: darkred;
	content: ' *';
}

dl.block-layout > dd > fieldset,
dl.table-layout > dd > fieldset{
	background-color: #f9f9f9;
	border: 1px solid #ccc;
	margin: 0;
	padding: 6px 9px;
}

dl.block-layout > dd > fieldset > dl.block-layout,
dl.table-layout > dd > fieldset > dl.block-layout{
	margin-bottom: 0;
}

dl.block-layout > dd > fieldset > dl.inline-layout,
dl.table-layout > dd > fieldset > dl.inline-layout{
	margin-bottom: -6px;
}

dl.block-layout > dd > fieldset > dl.table-layout,
dl.table-layout > dd > fieldset > dl.table-layout{
	margin-bottom: 3px;
}

dl.block-layout > dd > fieldset > legend,
dl.table-layout > dd > fieldset > legend{
	font-weight: bold;
}

dl.block-layout > dd > ul.errors,
dl.inline-layout > dd > ul.errors,
dl.table-layout > dd > ul.errors{
	color: darkred;
	list-style: none;
	margin: 3px 0 0;
	padding: 0;
}

dl.block-layout > dd > p,
dl.inline-layout > dd > p,
dl.table-layout > dd > p{
	margin: 1px 0 0;
}

dl.block-layout > dd > .hint,
dl.inline-layout > dd > .hint,
dl.table-layout > dd > .hint{
	color: #555;
	font-style: italic;
}

dl.inline-layout > dt{
	float: left;
	margin-top: 2px;
}

dl.inline-layout > dt > label{
	display: block;
	font-weight: bold;
	margin-right: 4px;
}

dl.inline-layout > dd{
	float: left;
	margin: 0 6px 6px 0;
}

dl.block-layout > dt > label{
	font-weight: bold;
}

dl.block-layout > dd{
	margin: 0 0 6px;
}

dl.table-layout > dt{
	clear: left;
	float: left;
	margin-top: 1px;
	width: 19%;
}

dl.table-layout > dt > label{
	display: block;
	font-weight: bold;
	margin-right: 6px;
	text-align: right;
}

dl.table-layout > dd{
	float: left;
	margin: 0 0 6px;
	width: 80%;
}

/*-- Notifications --*/

.notify-msg{
	background-color: #d5edf8;
	border: 1px solid #7fb8d2;
	color: #1c4f66;
	margin-bottom: 12px;
	padding: 6px 9px;
}

.notify-msg.warning{
	background-color: #fcfcc4;
	border-color: #cccb4a;
	color: #626114;
}

.notify-msg.error{
	background-color: #f9ccd4;
	border-color: #d27988;
	color: #651321;
}

.notify-msg.success{
	background-color: #e3f9cc;
	border-color: #84bc49;
	color: #385916;
}

#loading{
	background-color: #eadf9c;
	border: 1px solid #cdbe5c;
	border-radius: 0 0 3px 3px;
	border-top: 0;
	display: none;
	font-size: 13px;
	font-weight: bold;
	left: 0;
	margin: auto;
	padding: 0 0 2px;
	position: fixed;
	right: 0;
	text-align: center;
	top: 0;
	width: 200px;
}

/*-- Pagination --*/

.pagination{
	overflow: hidden;
}

.pagination .prev, .pagination .next, .pagination .page{
	border-radius: 3px;
	float: left;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.2s, color 0.2s;
	-moz-transition: background-color 0.2s, color 0.2s;
	-webkit-transition: background-color 0.2s, color 0.2s;
}

.pagination .prev, .pagination .next{
	background-color: #444;
	border: 1px solid #444;
	color: #fff;
	font-weight: bold;
	min-width: 10px;
	padding: 2px 6px;
}

.pagination .prev span, .pagination .next span{
	display: block;
	margin: -1px 0 1px;
}

.pagination .prev{
	margin-right: 3px;
}

.pagination .next{
	margin-left: 3px;
}

.pagination .prev:hover, .pagination .next:hover{
	background-color: #777;
}

.pagination .page{
	color: #cb1a2a;
	margin: 0 3px;
	min-width: 24px;
	padding: 3px 0;
}

.pagination .page.sep{
	color: #444;
	margin: 0;
	min-width: 0;
}

.pagination a.page:hover, .pagination .active{
	background-color: #cb1a2a;
	color: #fff;
}

/*-- Red Ribbon --*/

.isu-red-ribbon{
	background-color: #cb1a2a;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABVCAYAAACICo5oAAAAI0lEQVQoz2NhAAIWfAQLXi42gpUU80hSTIRt1DaPvq7HrQMAVaYBmH7x3TUAAAAASUVORK5CYII=");
	background-image: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.28));
	background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.28));
	background-position: bottom center;
	background-repeat: repeat-x;
}

/*-- Dark Ribbon --*/

.isu-dark-ribbon{
	background-color: #4b4840;
	color: #fff;
}

.isu-dark-ribbon .hlist{
	font-size: 0;
	list-style: none;
	margin: 0;
}

.isu-dark-ribbon .hlist > li > a{
	color: #fff;
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding: 0 6px;
	text-decoration: none;
}

.isu-dark-ribbon .hlist.borders > li > a{
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
}

.isu-dark-ribbon .hlist > li > a:hover{
	text-decoration: underline;
}

.isu-alpha-index.hlist > li > a{
	border-radius: 2px;
	padding: 0 3px;
	min-width: 7px;
	text-align: center;
}

.isu-alpha-index.hlist > li > a:hover{
	text-decoration: none;
}

.isu-dark-ribbon .isu-alpha-index > li > a:hover{
	background: #777;
}

/*-- Navbar --*/

.isu-navbar{
	background-color: #69655b;
	border-bottom: 1px solid #5e5b52;
	border-top: 1px solid #3f3d37;
	margin-top: -2px;
	position: relative;
	z-index: 100;
}

.isu-navbar .navigation{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.isu-navbar .navigation > li{
	float: left;
	position: relative;
	text-align: center;
	width: 160px;
}

.isu-navbar .navigation > li > a{
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding: 4px;
	position: relative;
	text-decoration: none;
	z-index: 110;
}

.isu-navbar .navigation > li:hover > a{
	background-color: #817c71;
	z-index: 110;
}

.isu-navbar .navigation > li.selected > a{
	background-color: #3f3d37;
}

.isu-navbar .navigation ul{
	background-color: #fff;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
	display: none;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 4px 0;
	position: absolute;
	text-align: left;
	width: 100%;
	z-index: 100;
}

.lt-ie9 .isu-navbar .navigation ul{
	border: 1px solid #b7b7b7;
	border-width: 0 1px 1px;
	margin-left: -1px;
}

.isu-navbar .navigation > li:hover ul{
	display: block;
}

.isu-navbar .navigation ul a{
	border: 1px solid transparent;
	border-width: 1px 0;
	color: #666;
	display: block;
	padding: 4px 12px;
	text-decoration: none;
}

.isu-navbar .navigation ul a:hover{
	background-color: #ddd;
	border-color: #b7b7b7;
	color: #333;
}

.isu-navbar .navigation ul li.selected a{
	background-color: #e3e2d4;
	color: #333;
}

/*-- Breadcrumbs --*/

.isu-breadcrumbs{
	margin-bottom: 12px;
}

/*-- Titlebar --*/

.isu-titlebar h1{
	border-bottom: 1px solid #c8c2a7;
	font-size: 22px;
	font-weight: normal;
	margin: 0;
	padding: 6px 10px;
}

.isu-titlebar h1 > a{
	color: #444;
	text-decoration: none;
}

.isu-titlebar h1 > a:hover{
	color: #666;
	text-decoration: none;
}

/*-- Toolbar --*/

.toolbar{
	background-color: #efefea;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAbCAYAAAC9WOV0AAAAHklEQVQY02NhAAIWGMEIIpjgXCZcEoyoSnBKEG0oACP0AIWLLZ8oAAAAAElFTkSuQmCC");
	background-image: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.1));
	background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.1));
	background-position: bottom;
	background-repeat: repeat-x;
	border-radius: 3px;
	font-size: 11px;
	margin: 0 0 12px;
	overflow: hidden;
	padding: 4px;
}

.toolbar.sticky{
	border-radius: 0;
	left: 0;
	padding-left: 0;
	padding-right: 0;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
}

.toolbar .button{
	color: #444;
	float: left;
	margin: 0 6px;
	padding: 2px 9px 1px;
	text-decoration: none;
}

.toolbar .button-group .button{
	background-color: #efefea;
	border: 1px solid #aaa;
	margin: 0;
	padding: 1px 8px 0px;
}

.toolbar .button:hover{
	text-decoration: underline;
}

.toolbar .button.active{
	background-color: #777;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAQCAYAAADXnxW3AAAAHElEQVQY02NhYGCoZAESP1CJ71jEcEqAxX6CCQA5vw9BVGDSpgAAAABJRU5ErkJggg==");
	background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.5), transparent);
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), transparent);
	background-position: top;
	background-repeat: repeat-x;
	border-radius: 12px;
	color: #fff;
	text-decoration: none;
}

.toolbar .button-group{
	float: left;
	margin: 0 6px;
}

.toolbar.sticky .button,
.toolbar.sticky .button-group{
	display: inline-block;
	float: none;
}

.toolbar .button-group .button{
	border-radius: 0;
	position: relative;
	z-index: 10;
}

.toolbar .button-group .button + .button{
	margin-left: -1px;
}

.toolbar .button-group .button:hover{
	background-color: #d6d6d2;
	text-decoration: none;
}

.toolbar .button-group .button.active{
	background-color: #777;
	border-color: #555;
	z-index: 20;
}

.toolbar .button-group .button:first-child,
.toolbar .button-group .button.first{
	border-bottom-left-radius: 12px;
	border-top-left-radius: 12px;
	padding-left: 12px;
}

.toolbar .button-group .button:last-child,
.toolbar .button-group .button.last{
	border-bottom-right-radius: 12px;
	border-top-right-radius: 12px;
	padding-right: 12px;
}

/*-- Figure --*/

.figure{
	border: 1px solid #c8c2a7;
	box-shadow: 0 0 4px #ddd;
	-moz-box-shadow: 0 0 4px #ddd;
	-webkit-box-shadow: 0 0 4px #ddd;
	margin: 0 0 6px;
	overflow: hidden;
}

.figure.no-border{
	border: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.figure.left, .figure.right, .figure.anchor{
	margin-bottom: 12px;
}

.figure.left{
	float: left;
	margin-right: 12px;
}

.figure.right{
	float: right;
	margin-left: 12px;
}

.figure img{
	float: left;
	padding: 3px;
}

.figure img + img, .figure a + a img{
	padding-left: 0;
}

.figure .caption{
	background: #f2f2f2;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	clear: left;
	font-size: 11px;
	margin: 3px;
	padding: 2px;
}

.figure.anchor{
	border-right: 0;
	border-top: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	float: right;
	margin-left: 12px;
	margin-right: -20px;
	margin-top: -12px;
}

.figure.anchor .caption{
	text-align: center;
}

/*-- Scroller --*/

.isu-scroller{
	overflow: hidden;
	position: relative;
}

.isu-scroller > .slide-container{
	position: relative;
	z-index: 10;
}

.isu-scroller > .slide-container > ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.isu-scroller > .slide-container > ul > li{
	display: none;
	position: absolute;
}

.isu-scroller > .slide-container > ul > li.active{
	display: block;
}

.isu-scroller > .nav-container{
	position: absolute;
	z-index: 20;
}

.isu-scroller > .nav-container > ul{
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.isu-scroller > .nav-container > ul > li > span{
	cursor: pointer;
}

/*-- Profiler --*/

.isu-profiler{
	background-color: #eee;
	background-image: -moz-linear-gradient(#f2f2f2, #c9c9c9);
	background-image: -ms-linear-gradient(#f2f2f2, #c9c9c9);
	background-image: -o-linear-gradient(#f2f2f2, #c9c9c9);
	background-image: -webkit-linear-gradient(#f2f2f2, #c9c9c9);
	border-top: 1px solid #aaa;
	bottom: 0;
	position: fixed;
	width: 100%;
}

.isu-profiler .metric{
	border-left: 1px solid #aaa;
	float: left;
	line-height: 28px;
	padding: 3px 12px;
}

.isu-profiler .metric:first-child{
	border-left: 0;
}

.isu-profiler .metric img,
.isu-profiler .metric strong,
.isu-profiler .metric span{
	vertical-align: middle;
}

.isu-profiler .metric img{
	margin-right: 3px;
}

/*=======================================================*/
/*== Header =============================================*/
/*=======================================================*/

.hwrapper{
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAQCAYAAADXnxW3AAAAHElEQVQY02NhYGCwYQESv+HEH1QuEcR/EMEAJgAn3g1Btm9kDwAAAABJRU5ErkJggg%3D%3D") repeat-x bottom center;
	margin-bottom: -10px;
	padding-bottom: 16px;
}

#top-strip .hlist{
	padding: 4px 0;
}

#top-strip .hlist.left{
	float: left;
}

#top-strip .hlist.right{
	float: right;
}

#top-strip .isu-alpha-index{
	margin-right: 3px;
}

#top-strip .hlist.borders.left > li > a{
	border-right: 0;
}

#top-strip .hlist.borders.right > li + li > a{
	border-left: 0;
}

#top-strip .hlist.borders.left > li.first > a{
	border-left: 0;
	padding-left: 0;
}

#top-strip .hlist.borders.right > li.last > a{
	border-right: 0;
	padding-right: 0;
}

/*=======================================================*/

#ribbon{
	border-top: 1px solid #888;
	border-bottom: 6px solid #dfbd00;
}

#ribbon a{
	outline: none;
}

#ribbon .nameplate{
	display: block;
	height: 32px;
	margin-top: 14px;
	margin-bottom: 9px;
	overflow: hidden;
	width: 390px;
}

#ribbon .sub-title{
	color: #fff;
	font-size: 16px;
	font-family: lucida grande, lucida sans unicode, arial, sans-serif;
	font-weight: normal;
	line-height: 1.125;
	margin-top: 0;
	margin-bottom: 14px;
	text-shadow: 0 1px 3px #333;
}

#ribbon .sub-title > a{
	color: #fff;
	text-decoration: none;
}

#ribbon .sub-title > a:hover{
	text-shadow: 0 0 6px rgba(255, 255, 255, 0.4), 0 1px 3px #333;
}

#ribbon .sub-title.site-tagline{
	text-align: right;
}

.isu-search-form{
	font-size: 0;
	margin-top: 19px;
	margin-bottom: 0;
	text-align: right;
}

.isu-search-form > input[type="text"]{
	background: #97141f;
	background: rgba(0, 0, 0, 0.18);
	border: 2px solid #dfbd00;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
	color: #fff;
	height: 16px;
	line-height: 16px;
	margin: 0;
	padding: 1px;
	width: 180px;
}

.isu-search-form > input[type="text"]::-webkit-input-placeholder{
	color: #fff;
}

.isu-search-form > input[type="submit"]{
	background: #dfbd00 url(../img/sprite.png) no-repeat 0 -65px;
	border: 0;
	cursor: pointer;
	height: 22px;
	margin: 0 0 0 -1px;
	padding: 0;
	vertical-align: bottom;
	width: 22px;
}

.lt-ie8 .isu-search-form > input[type="submit"]{
	vertical-align: baseline;
}

.isu-search-form > a{
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	color: #fff;
	display: inline-block;
	font-size: 11px;
	margin-left: 6px;
	margin-top: 2px;
	padding-right: 6px;
}

.isu-search-form > a:last-child{
	border-right: 0;
	padding-right: 0;
}

/*=======================================================*/
/*== Content ============================================*/
/*=======================================================*/

#container{
	background: #fff;
	border: 1px solid #c8c2a7;
}

#content{
	margin-top: 12px;
	margin-bottom: 12px;
	min-height: 480px;
}

/*=======================================================*/
/*== Sidebars ===========================================*/
/*=======================================================*/

#left-sidebar{
	margin-bottom: 150px;
	margin-left: 0;
}

#left-sidebar ul.navigation, #left-sidebar ul.navigation ul{
	list-style: none;
	margin: 0 0 12px;
	padding: 0;
}

#left-sidebar ul.navigation ul{
	margin-bottom: 0;
}

#left-sidebar ul.navigation span,
#left-sidebar ul.navigation a{
	border-bottom: 1px solid #c8c2a7;
	color: #222;
	display: block;
	padding: 2px 10px;
}

#left-sidebar ul.navigation a{
	text-decoration: none;
	-moz-transition: background-color 0.2s;
	-webkit-transition: background-color 0.2s;
}

#left-sidebar ul.navigation li.selected > a{
	color: #fff;
	font-weight: bold;
}

/* First level */

#left-sidebar ul.navigation > li > span,
#left-sidebar ul.navigation > li.selected > a{
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAZCAYAAADwkER/AAAAIElEQVQY02NgYGBgZIIRTKgEM5yFTRZNHSMqC5ssumIAF1EAYnirD50AAAAASUVORK5CYII%3D");
	background-image: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.2));
	background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.2));
	background-position: bottom center;
	background-repeat: repeat-x;
}

#left-sidebar ul.navigation > li > span{
	background-color: #666;
	border-color: #555;
	color: #fff;
	cursor: default;
	font-weight: bold;
}

#left-sidebar ul.navigation > li > a:hover{
	background-color: #d8d5cb;
}

#left-sidebar ul.navigation > li.selected > a{
	background-color: #cb1a2a;
	border-color: #930e1c;
}

/* Second level */

#left-sidebar ul.navigation > li > ul > li > a{
	background-color: #ccc;
	background-color: rgba(0, 0, 0, 0.2);
	border-color: #a7a7a7;
	padding-left: 20px;
}

#left-sidebar ul.navigation > li > ul > li > a:hover{
	background-color: #b8b8b8;
}

#left-sidebar ul.navigation > li > ul > li.selected > a{
	background-color: #999;
	border-color: #808080;
}

/* Third level */

#left-sidebar ul.navigation > li > ul > li > ul > li > a{
	background-color: #e6e6e6;
	background-color: rgba(0, 0, 0, 0.1);
	border-color: #bfbfbf;
	padding-left: 30px;
}

#left-sidebar ul.navigation > li > ul > li > ul > li > a:hover{
	background-color: #d9d9d9;
}

#left-sidebar ul.navigation > li > ul > li > ul > li.selected > a{
	background-color: #aba69a;
	border-color: #918d83;
}

/*==============*/

#left-sidebar ul.navigation{
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAABCAYAAADq6085AAAAHklEQVQY02NkAILb144zAyluIOaCYm4kPojmhIkBAHLiAuZ155StAAAAAElFTkSuQmCC") repeat-y right center;
}

#left-sidebar ul.navigation:after{
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAACWCAYAAADT79iZAAADjUlEQVRo3s1Zy3LbQAwDsR/fX259cS9JR14RBCTl0IMmnkii+QTAdb3f718AXgD+HK5X8/n31+fX1+fjvRcBEEAdLm5/v6+1PfPxHA//vGJ0v1/dixxeXMIjsrlRwkv1bB0N1RAChRHuoSV5mb6Ae46mcOxnfiVwCtGFjz1HKqlJQf6FtsI+Uq3B7xuYmq0xcOonBt/MaTSODUnTK2XGA2pEKhgbdqF18U8z11aOylXj1clDDnNVBmKqm7Wx2Y4d3PRcG9rUlEuETmwv42LZP6p3fHE1xlSSx9AwJNf2G4McdBU9fSnDflHXx4hM7T8lHM6jSsDeEWRCjpJFUuqpieum3MCU3HL/PlNJH3E30HnEhN+mB9aQH05MuxtASI7Vgb8jzO7e6jyCeHk5atq9UZWC8BCqjxCw7IjZNYTQIcPqGlKNgxMWktcwlHm5Do95y/DdSEcMQqvOozLXpFKkRysYVAkjTqmpMKUaKaMb23QkdFRX1UjC9eNS44CrzPDWpGoVMi71PAMmjZYdBso12ZxIoTKcrgQ+d9xig780eN3lbzGYrUTB2e61U690drKCts/RrKCdtm63Tje0DqdOS41StQ5B5b7WkcG6sx3BjULTtK2qdeioEl9Xt+pvr9F5NEErAjZph7YaHRl1vlvFK0BN6VGp7p0K4nZ9DMY+tGYnjdlIGxd6JawxtcM6JhvhzjERxYnXgPBQReFRAmSYyJQGi5yiK6VqbS4UlrPpC7cRVbJBWomn5o7hjFnOSwA/ktBOxkygb+UxLkhlOnk8oaZcRRGIBdsGbJaZhBBaxea4jMn9q1ujXEdpquSSXXuyIWRwfGTfMeel3OzJxtCQHNaHNrRkrZJJV6ExTHp1hhBwPCfptxvCBdknPUqAvz1g6Awli8ypurshuBcwHPoiCM+JLSYeTduSzBGC0st1fQptUrblDLnwJPjDhBf9GugMpXzHKbRkzYLzCBdYF5NHCFmXiUfpEkjnkZM0UR8hkDZMDQHZsZkNDQnnp4bSI7JKPaKDl8SQO86IPAKCffaKIfsbUmIo+nUrNeRWsMijhFl4x5A8iMKN8CI6chh+efod9FrKTrv8VtXwBGqTFsDVqgFGB9wJ7RbUTnOHu8lW0Hs5tGlobxl61Nl2XO4YkicRuOkVn4YmD32fhnbbI0D8UvMkR4+q1lbuiUf/T/m7PD029DhHp4T/VGj8qdDqL/SUIYq3/kI5AAAAAElFTkSuQmCC") no-repeat bottom right;
	content: '';
	display: block;
	height: 150px;
	margin-bottom: -150px;
}

#left-sidebar .sidebar-item{
	margin: 12px 6px;
}

#right-sidebar .sidebar-item{
	margin-bottom: 12px;
	margin-top: 12px;
}

.sidebar-item h3.title{
	border-bottom: 2px solid #dfbd00;
}

.sidebar-item h4.title{
	background: #f5e39a;
	border-top: 2px solid #dfbd00;
	margin-bottom: 4px;
	padding: 1px 4px;
}

#right-sidebar ul{
	margin-bottom: 3px;
}

/*=======================================================*/
/*== Footer =============================================*/
/*=======================================================*/

.fwrapper{
	border-top: 1px dashed #9d9d9d;
	margin-top: 6px;
}

#footer{
	background-color: #cec9bb;
	margin-top: 6px;
	padding-bottom: 12px;
	padding-top: 12px;
}

#footer .nameplate{
	border-right: 1px dashed #939086;
	display: block;
	height: 33px;
	padding-left: 9px;
	padding-right: 9px;
	overflow: hidden;
	position: relative;
	width: 102px;
}

#footer .nameplate > img{
	left: -9px;
	position: relative;
	top: -32px;
}

#footer p{
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	margin: 0 9px;
}

#footer p:first-child{
	margin-bottom: 1px;
}

/*=======================================================*/
/*== Misc ===============================================*/
/*=======================================================*/

.flush-bottom{
	margin-bottom: 0;
}

.flush-top{
	margin-top: 3px;
}

.printonly{
	display: none;
}

/*=======================================================*/
/*== Print ==============================================*/
/*=======================================================*/

@media print {

.noprint{
	display: none;
}

.printonly{
	display: inherit;
}

.gutter{
	margin: 0;
}

.hwrapper, #left-sidebar, #right-sidebar, #footer .first{
	display: none;
}

#container{
	background: none;
	padding-top: 0;
}

a{
	color: blue;
}

#container, #container > .grids, #content{
	border: 0;
	margin: 0;
	width: auto;
}

.figure{
	border: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.figure img, .figure > .caption{
	margin: 0;
	padding: 0;
	text-align: left;
}

#footer p{
	font-weight: normal;
	margin-left: 0;
	margin-right: 0;
}

}
