@import "reset.css";
@import "forms.css";
@import "http://fonts.googleapis.com/css?family=PT+Serif:regular,italic,bold,bolditalic";
html {
	height:100%;
}
body {
	height:100%;
	background-repeat:no-repeat;
	background:#333 url(../img/background.jpg) repeat;
	background:
		-webkit-gradient(linear, left top, right top, from(rgba(0,0,0,.25)), to(rgba(255,255,255,0))),
		-webkit-gradient(linear, right top, left top, from(rgba(0,0,0,.25)), to(rgba(255,255,255,0))),
		-webkit-gradient(linear, left center, right center, from(rgba(0,0,0,.25)), to(rgba(255,255,255,0))),
		-webkit-gradient(linear, right center, left center, from(rgba(0,0,0,.25)), to(rgba(255,255,255,0))),
		url(../img/background.jpg) repeat;
	background:
		-moz-linear-gradient(left top,rgba(0,0,0,.25) 0,rgba(255,255,255,0) 50%) fixed,
		-moz-linear-gradient(right top,rgba(0,0,0,.25) 0,rgba(255,255,255,0) 50%) fixed,
		-moz-linear-gradient(left center,rgba(0,0,0,.25) 0,rgba(255,255,255,0) 50%) fixed,
		-moz-linear-gradient(right center,rgba(0,0,0,.25) 0,rgba(255,255,255,0) 50%) fixed,
		url(../img/background.jpg) repeat;
	background:
		-ms-linear-gradient(left top,rgba(0,0,0,.25) 0,rgba(255,255,255,0) 50%) fixed,
		-ms-linear-gradient(right top,rgba(0,0,0,.25) 0,rgba(255,255,255,0) 50%) fixed,
		-ms-linear-gradient(left center,rgba(0,0,0,.25) 0,rgba(255,255,255,0) 50%) fixed,
		-ms-linear-gradient(right center,rgba(0,0,0,.25) 0,rgba(255,255,255,0) 50%) fixed,
		url(../img/background.jpg) repeat;
	background:
		-o-linear-gradient(left top,rgba(0,0,0,.25) 0,rgba(255,255,255,0) 50%) fixed,
		-o-linear-gradient(right top,rgba(0,0,0,.25) 0,rgba(255,255,255,0) 50%) fixed,
		-o-linear-gradient(left center,rgba(0,0,0,.25) 0,rgba(255,255,255,0) 50%) fixed,
		-o-linear-gradient(right center,rgba(0,0,0,.25) 0,rgba(255,255,255,0) 50%) fixed,
		url(../img/background.jpg) repeat;
	font-family:'PT Serif',Helvetica,Arial,sans-serif;
	color:#333;
}
#page {
	background:#FFF;
	width:660px;
	margin:35px auto;
	-webkit-box-shadow:0 0 8px #000;
	-moz-box-shadow:0 0 8px #000;
	box-shadow:0 0 8px #000;
}
.pop {
	-webkit-animation-name:pop;
    -webkit-animation-duration:.5s;
    -webkit-animation-iteration-count:1;
    -webkit-animation-timing-function:ease-in;
}
#ticker {
	font-size:14px;
	line-height:18px;
	padding:10px;
}
#title {
	font-weight:bold;
}
.headline {
	width:515px;
	text-align:right;
}
#ar-feature img {
	max-width:100%;
}
#menu {
	float:right;
	margin-top:4px;
}
#new-report #menu {
	margin-top:0;
}
#menu li {
	float:left;
}
#menu li a {
	font-size:12px;
	padding:6px 8px;
	background:#F5F5F5;
	border-bottom:1px solid #DDD;
	border-right:1px solid #EEE;
	color:#333;
}
#menu li a.last {
	border-right:0;
}
#menu li a:hover {
	background:#DDD;
	border-bottom-color:#999;
}
#space {
	height:1px;
	width:100%;
}
h1,h2,h3,form p,.text, fieldset {
	padding:0 20px 5px 20px;
}
h1 {
	font-size:24px;
	padding-top:20px;
}
h2 {
	font-size:20px;
}
h3 {
	font-size:18px;
	padding:0 0 5px 0;
}
h4 {
	font-size:16px;
	padding:5px 0 10px 0;
}
form p,.text {
	font-size:14px;
	line-height:18px;
	color:#666;
}
p.spacing {
	padding:10px 20px 15px;
}
p.hug-left {
	padding-left:0;
}
a, a:visited {
	color:#000;
	text-decoration:none;
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-ms-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;
}
a:hover,a:active,a:focus {
	color:#AD0000;
}
img {
	border:none;
	max-width:100%;
}
.left {
	float:left;
}
.right {
	float:right;
}
.group:before, .group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.hidden {
	display:none;
}
.toggle-data {
	background:#F2F2F2;
	padding:10px 20px;
	margin-top:10px;
	cursor:pointer;
}
.toggile-data img {
	position:relative;
	top:5px;
}
.toggle-data:hover {
	background:#DDD;
}
#list {
	margin-top:15px;
}
#list li a,#list li a:visited {
	display:block;
	background:#F2F2F2;
	padding:10px 20px;
	border-top:1px solid #CCC;
	cursor:pointer;
	font-weight:bold;
}
#list li a:hover,#list li a:active,#list li a:focus {
	color:#000;
	background:#DDD;
}
.term {
	float:right;
	font-size:11px;
	padding-top:3px;
	font-weight:normal;
}
.professor {
	font-size:13px;
	font-weight:normal;
	color:#666;
}
.description {
	float:right;
	font-size:11px;
	padding-top:3px;
	font-weight:normal;
}
.coming-soon {
	color:#666;
	font-weight:normal;
	font-size:13px;
}
#report {
	padding:0 20px 20px;
}
#report h2 {
	font-weight:normal;
	font-size:22px;
	padding:10px 0 5px;
	margin-top:40px;
	color:#000;
}
#report h2 span {
	font-weight:normal;
	font-size:18px;
	color:#999;
	float:right;
}
#report h3 {
	font-weight:normal;
	font-size:18px;
	padding:10px 0 5px;
	margin-bottom:10px;
	border-bottom:1px solid #DDD;
	color:#000;
}
#weekly-updates #report {
	padding-top:20px;
}
#report h3 span {
	font-weight:normal;
	font-size:16px;
	color:#999;
	float:right;
}
.expanded-goals {
	margin-top:40px;
}
#report p {
	font-size:14px;
	line-height:20px;
	padding-bottom:12px;
}
#report hr {
	width:40%;
	margin:40px auto;
	border:0;
	height:1px;
	background:#DDD;
}
.reg-list {
	margin:5px 30px;
	color:#666;
}
#report ul,.reg-list {
	list-style:disc inside;
}
#report ol {
	list-style:decimal inside;
}
#report ul li,#report ol li,.reg-list li {
	padding-bottom:5px;
	font-size:14px;
	line-height:20px;
}
#report p.note {
	padding-bottom:10px;
	font-size:12px;
	line-height:16px;
	font-style:italic;
	color:#666;
}
#filter-box {
	display:none;
	background:#FFF;
	width:660px;
	margin:0 auto;
	padding:10px 0;
	-webkit-box-shadow:0 0 8px #000;
	-moz-box-shadow:0 0 8px #000;
	box-shadow:0 0 8px #000;
}
.filter-fields {
	margin-bottom:15px;
}
.filter-column {
	width:300px;
}
.absence,#absences {
	margin-top:20px;
}
.absence .field {
	width:115px;
}
.absence .right {
	margin-top:5px;
}
.absence .right label {
	 padding-bottom:0;
}
#explanation {
	width:495px;
}
.mini-column {
	width:115px;
}
.column {
	margin:20px 0 0;
	width:330px;
}
.w-column {
	width:400px;
}
.combined-column {
	margin-bottom:20px;
	width:330px;
}
.field {
	margin:5px 0;
}
.checkfield {
	margin:25px 0 0;
}
.money-field {
	margin:5px 0;
}
.money-field input {
	width:100px;
	text-align:right;
}
#calculate {
	cursor:pointer;
}
#total-cost {
	font-weight:bold;
}
#add-dates {
	margin-top:10px;
}
#delphi-goals,#misc-fields {
	margin-top:25px;
}
.remove {
	font-size:12px;
	color:#666;
	float:right;
}
.textfield {
	margin:5px 0 20px;
}
.textfield textarea {
	height:75px;
	width:610px;
	resize:vertical;
}
label {
	float:none;
	display:block;
	width:auto;
	text-align:left;
	font-size:12px;
	line-height:16px;
	color:#333;
	padding-bottom:5px;
}
#file span {
	display:none;
	width:auto;
	text-align:left;
	font-size:12px;
	line-height:16px;
	color:#333;
	padding-bottom:5px;
}
.inline {
	display:inline;
}
.field input.checkbox {
	width:12px;
}
.actions {
	padding-left:20px;
}
.inline-inputs span.gap {
	font-size:12px;
	line-height:16px;
	color:#333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
form div.error {
	background:#FFF;
}
form div.error label {
	color:#333;
}
#wait {
	font-size:12px;
	color:#666;
	margin-left:15px;
	text-shadow:0 1px 1px #FFF;
}
.help-block a, .help-block a:visited {
	color:#BFBFBF;
}
.help-block a:active, .help-block a:focus, .help-block a:hover {
	color:#666;
}
#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}
#facebox .popup {
  position:relative;
  border:3px solid rgba(0,0,0,0);
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 18px rgba(0,0,0,0.4);
  -moz-box-shadow:0 0 18px rgba(0,0,0,0.4);
  box-shadow:0 0 18px rgba(0,0,0,0.4);
}
#facebox .content {
  display:table;
  width:700px;
  padding: 10px;
  background: #fff;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}
#facebox .content h2, #facebox .content h3, #facebox .content p {
	padding:0;
	color:#666;
	padding-bottom:10px;
}
#facebox .content p {
	font-size:14px;
	line-height:20px;
}
#facebox .content h2, #facebox .content h3 {
	color:#333;
}
#facebox .content ul {
	list-style:disc inside;
	margin-left:10px;
}
#facebox .content ol {
	margin-left:10px;
	list-style:decimal inside;
}
#facebox .content ul li,#facebox .content ol li {
	padding-bottom:10px;
	color:#666;
	font-size:14px;
	line-height:20px;
}
#facebox .content > p:first-child {
  margin-top:0;
}
#facebox .content > p:last-child {
  margin-bottom:0;
}
#facebox .close {
  position:absolute;
  top:5px;
  right:5px;
  padding:2px;
  background:#fff;
}
#facebox .close img {
  opacity:0.3;
}
#facebox .close:hover img {
  opacity:1.0;
}
#facebox .loading {
  text-align: center;
}
#facebox .image {
  text-align: center;
}
#facebox img {
  border: 0;
  margin: 0;
}
#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.facebox_hide {
  z-index:-100;
}
.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

@-webkit-keyframes pop {
    from {
        -webkit-transform: scale(.1);
        opacity: 0;
    }
    85% {
        -webkit-transform: scale(1.05);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(1);
    }
}

@media handheld and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 600px){
	.description,#space,#file .field,#export,#wait {
		display:none;
	}
	#facebox .content {
		width:100%;
	}
	body {
		background:#FFF none;
	}
	.left,.right {
		float:none;
		margin-bottom:15px;
	}
	#ticker {
		padding:0 10px;
	}
	.headline {
		width:100%;
		text-align:left;
	}
	#page,#filter-box {
		-webkit-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;
		width:100%;
		padding:10px 0 0;
		margin:0;
	}
	.w-column,.filter-column {
		width:250px;
	}
	.textfield textarea {
		width:270px;
	}
	#file span {
		display:block;
	}
	.inline-inputs input.small {
		width:75px;
		margin:4px 4px 4px 0;
	}
	.inline-inputs .gap {
		display:block;
	}
	.inline-inputs input.mini {
		width:53px;
	}
	.actions {
		margin-bottom:0;
	}
	.actions .right {
		margin-bottom:0;
	}
	.btn,input[type="button"], input[type="reset"], input[type="submit"] {
		width:100%;
		padding:10px 0;
		margin-bottom:10px;
		display:block;
	}
	#menu {
		margin:0 0 30px;
	}
	#new-report #menu {
		margin-top:5px;
	}
	#menu li a {
		font-size:14px;
		padding:8px 10px;
	}
	#list li a {
		padding:20px 0;
		text-align:center;
	}
}

.full-callout {
  margin: 10px 0;
  border: 2px solid #C2D1D3;
  padding:15px;
  background: #F6F8F8;
  background: rgba(194,209,211,0.15);
  font-size:  15px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: bold;
}

.portalMessage, .message {
  background: #F7F7F7;
  border-left: 5px solid #CCC;
  font-size: 13px;
  line-height: 18px;
  margin: 15px 0;
  padding: 12px 10px 10px;
}

.notice {
  background: #FBF4E2;
  background: rgba(229,181,58,.15);
  border-left-color: #E5B53A;
}