/**
 * HTML5 ✰ Boilerplate
 *
 * style.css contains a reset, font normalization and some base styles.
 *
 * Credit is left where credit is due.
 * Much inspiration was taken from these projects:
 * - yui.yahooapis.com/2.8.1/build/base/base.css
 * - camendesign.com/design/
 * - praegnanz.de/weblog/htmlcssjs-kickstart
 */


/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

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

footer {
	display: block;
	background-color: #D72227;
	color: white;
	text-align: center;
	clear: both;
	height: 20px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,.75); 
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,.75); 
	box-shadow: 0px 2px 2px rgba(0,0,0,.75);
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #c00; margin: 1em 0; padding: 0; }

select { vertical-align: middle; }


/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

body { font:13px/1.231 sans-serif; *font-size:small; } /* Hack retained to preserve specificity */
select, input, textarea, button { font:99% sans-serif; }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }

/**
 * Minimal base styles.
 */

/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 10pt; line-height: 0; position: relative; }
sup { top: -0.25em; }
sub { bottom: -0.25em; }

pre {
	/* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
	white-space: pre; white-space: pre-wrap; word-wrap: break-word;
	padding: 15px;
}

textarea.contact {
	width: 300px;
	height: 120px;
	border: 1px solid #ffb515;
	padding: 5px;
	resize: none;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #FAF5F5;
	overflow: auto;
}

.ie6 legend, .ie7 legend { margin-left: -7px; } 

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; margin-left: 0px; }
input[type="checkbox"] { vertical-align: middle; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* Colors for form validity */
input:valid, textarea:valid, select:valid  {  }
input[type="text"]:invalid ,[type="email"]:invalid,[type="tel"]:invalid,[type="password"]:invalid, textarea:invalid, select:invalid {
   border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
::-moz-selection{ background: #0022FF; color:#fff; text-shadow: none; }
::selection { background:#0022FF; color:#fff; text-shadow: none; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #0022FF; }

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/**
 * You might tweak these..
 */

body {
	/* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
	color: #444;
	background-color: #EDE3C7
	/* Set your base font here, to apply evenly */
	/* font-family: Georgia, serif;  */
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }

a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }

a.diff {
	color: #5E5F5F;
	text-decoration: none;
}

a.diff:hover {
	color: #036;
}

a.footerlink {
	color: #fff;
	text-decoration: none;
}

a.footerlink:hover {
	color: #036;
}

/**
 * Primary styles
 *
 * Author: 
 */

.container {
	width: 900px;
	margin: 30px auto;
}

.main {
	background-color: #fff;
	padding: 10px;
	margin-top: -22px;
}

.mysettingsForm {font-size:14px;}

.loginTextbox {
	width: 200px;
	padding: 4px 6px;
	border: 2px solid #ffb515;
	font-size:18px;
	-webkit-box-shadow: inset 0px 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px 2px 2px rgba(0,0,0,0.2);
	box-shadow: inset 0px 2px 2px rgba(0,0,0,0.2);
}

.loginForm {
	font-size: 16px;
	width: 310px;
	padding: 15px 25px 0 90px;
	margin: 30px auto;
	overflow: hidden;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="password"] {
	padding: 3px 2px 1px;
	background-color: #FAF5F5;
	font-size: 12pt;
	border: 1px solid #ffb515;
	-webkit-box-shadow: inset 0px 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px 2px 2px rgba(0,0,0,0.2);
	box-shadow: inset 0px 2px 2px rgba(0,0,0,0.2);
}

select {
	padding: 0px 0px 0px;
	font-size: 12pt;
	border: 1px solid #ffb515;
	background-color: #FAF5F5;
	height: 25px;
	-webkit-box-shadow: inset 0px 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px 2px 2px rgba(0,0,0,0.2);
	box-shadow: inset 0px 2px 2px rgba(0,0,0,0.2);
}

sup { color: #f00; }

input:invalid, select:invalid, textarea:invalid {  border: 2px red solid; }
input[type=submit] { -moz-border-radius:  0px; -webkit-border-radius:  0px; border-radius:  0px; width: auto; }

input.loginbtn{ margin-right:20px; background: #fc9200 url(../images/alert-overlay.png) repeat-x; display: inline-block; padding: 4px 8px 5px; color: #fff; text-decoration: none; font-weight: bold; line-height: 1; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -moz-box-shadow: 0 1px 3px #999; -webkit-box-shadow: 0 1px 3px #999; box-shadow: 0 1px 3px #999; text-shadow: 0 -1px 1px #222; border: none; position: relative; cursor: pointer; float:left; font-size: 28px; font-family: "kaffeesatz-1","kaffeesatz-2",sans-serif; }
input.loginbtn:hover{ background-color: #ffb515; }

input.bigbtn{ background: #fc9200 repeat-x; padding: 4px 8px 4px; color: #fff; text-decoration: none; font-weight: bold; line-height: 1; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -moz-box-shadow: 0 1px 3px #999; -webkit-box-shadow: 0 1px 3px #999; box-shadow: 0 1px 3px #999; text-shadow: 0 -1px 1px #222; border: none; position: relative; cursor: pointer; font-size: 20px; font-family: "kaffeesatz-1","kaffeesatz-2",sans-serif; }
input.bigbtn:hover{ background-color: #ffb515; }

input.smallbtn{ background: #fc9200 repeat-x; padding: 4px 8px 4px; color: #fff; text-decoration: none; font-weight: bold; line-height: 1; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -moz-box-shadow: 0 1px 3px #999; -webkit-box-shadow: 0 1px 3px #999; box-shadow: 0 1px 3px #999; text-shadow: 0 -1px 1px #222; border: none; position: relative; cursor: pointer; font-size: 18px; font-family: "kaffeesatz-1","kaffeesatz-2",sans-serif; }
input.smallbtn:hover{ background-color: #ffb515; }

.small { font-size:10px; margin: 15px 0; }

.msg {
	padding: 5px;
	width: 600px;
	margin: 2px;
	color: #c00;
	border: 1px solid #c00;
	background-color: #FEF1ED;
	font: bold 13px  verdana;
}

.titlehdr {
	font: normal 22px arial, verdana;
	color: #c00;
	border-bottom: 1px solid #c00;
	margin-bottom: .5em;
}

.red {
	color:#E8514A;
	font-weight:bold;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
}

label.bolded {
	font-weight: bold;
	font-size: 11pt;
}

.contactlabels {
	float: left;
	width: 150px;
	margin-top: 5px;
	text-align: right;
	margin-right: 10px;
}

#modifyprogramtable {
  	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 14px;
	margin-top: 1em;
	margin-left:auto; 
	margin-right:auto;
	width: 550px;
	border-collapse: collapse;
}

#modifyusertable {
  	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 14px;
	margin-top: 1em;
	margin-left:auto;
	margin-right:auto;
	width: 500px;
	border-collapse: collapse;
}

#usercount {
	float: right;
	position: relative;
}

.leftcolumn {
    float: left;
	width: 125px;
}

.searchlabels {
    float: left;
	width: 90px;
	margin-top: 5px;
}

.leftcolumn550 {
	float: left;
	width: 550px;
	padding-top: 3px;
	padding-bottom: 4px;
}

.rightcolumnmargin {
    float: left;
    margin: 0.75em 0;
}

.rightcolumn {
	float: left;
}

hr.white { display: block; height: 1px; border: 0; border-top: 1px solid #fff; margin: 1em 0; padding: 0; }
hr.gold { display: block; height: 1px; border: 0; border-top: 1px solid #F2B415; margin: 1em 0; padding: 0; }

#box-table-a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin-top: 1em;
	margin-left:auto; 
	margin-right:auto;
	text-align: center;
	border-collapse: collapse;
}

#box-table-a th {
	font-size: 13px;
	font-weight: normal;
	padding: 6px;
	background: #D72227;
	border-bottom: 1px solid #fff;
	color: #FFFFFF;
	border-right: 1px solid #fff;
}

#box-table-a td {
	padding: 6px;
	background: #EDE3C7; 
	border-bottom: 1px solid #fff;
	color: #c00;
	border-top: 1px solid transparent;
	border-right: 1px solid #fff;
}

#box-table-a tr:hover td {
	background: #FF4C50;
	color: #FFFFFF;
}

#centerform {
	margin-left: 75px;
	width: 600px;
}

.labelswidth250 {
	float: left;
	text-align: right;
	width: 250px;
	margin-top: 5px;
	margin-right: 10px;
}

#createbutton {
	margin-left: 320px;
}

.modifyprogramlabels {
	float: left;
	text-align: right;
	width: 150px;
	margin-top: 5px;
	margin-right: 10px;
	color: #FFFFFF;
}

.labelswidth75 {
	float: left;
	width: 75px;
	margin-top: 4px;
}

.labelswidth100 {
	float: left;
	margin-top: 5px;
	width: 100px;
	text-align: right;
	margin-right: 4px;
}

.labelswidth125 {
	float: left;
	width: 125px;
	margin-top: 4px;
}

.labelswidth160 {
	float: left;
	width: 160px;
	margin-top: 4px;
}

.labelswidth200 {
	float: left;
	width: 200px;
	margin-top: 4px;
}

.labelswidth300 {
	float: left;
	width: 250px;
}

label.error { 
	width: 250px; 
	display: inline; 
	color: red;
}

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
    margin-bottom: 1.5em;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
	margin-bottom: 1.5em;
}

.passwordlabels {
	float: left;
	width: 150px;
	margin-top: 4px;
}

input.bttn {
	text-decoration:none;
	cursor:pointer;
	font-size:9pt;
	padding:0 8px;
	font-weight:bold;
	height:30px;
	line-height:30px;
	display:inline-block;
	outline:0;
	color:#444;
	background-color:#f5f5f5;
	background-image:-webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image:-moz-linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image:linear-gradient(top,#f5f5f5,#f1f1f1);
	border:1px solid #d9d9d9;
	border:1px solid rgba(0,0,0,0.1);
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}

input.bttn:hover {
	border:1px solid #c6c6c6;
	border:1px solid rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	position:relative;
	z-index:1;
}

input.bttn:active {
	-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);
}

/* .red */
input.red {
	color:#fff;
	background-color:#d14836;
	border:1px solid transparent;
	background-image:-webkit-linear-gradient(top,#dd4b39,#d14836);
	background-image:-moz-linear-gradient(top,#dd4b39,#d14836);
	background-image:linear-gradient(top,#dd4b39,#d14836);
}

input.red:hover {
	background-color:#c53727;
	border:1px solid #b0281a;
	background-image:-webkit-linear-gradient(top,#dd4b39,#c53727);
	background-image:-moz-linear-gradient(top,#dd4b39,#c53727);
	background-image:linear-gradient(top,#dd4b39,#c53727);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.2);
	box-shadow:0 1px 2px rgba(0,0,0,0.2);
}

input.red:active {
	-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.2);
	box-shadow:inset 0 1px 2px rgba(0,0,0,0.2);	
}

/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }



/**
 * Media queries for responsive design.
 *
 * These follow after primary styles so they will successfully override.
 */

@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */

}

/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
  .noPrint {display:none; }
  div.printheader {top: 0; text-align: center; display: block; margin-bottom: 20px;}
  footer {display: none;}
  nav {display: none;}
  #topNav {display: none;}
  #harvLogo {display: none;}
  #logoTitle {display: none;}
  #box-table-a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin-top: 1em;
	margin-left:auto; 
	margin-right:auto;
	text-align: center;
	border-collapse: collapse; }
  #box-table-a th {
	font-size: 13px;
	font-weight: normal;
	padding: 6px;
	background: #D72227;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	color: #FFFFFF; }
  #box-table-a td {
	padding: 6px;
	background: #EDE3C7;
	border-bottom: 1px solid #fff;
	color: #FF4C50;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000; }
}

@media screen {
    div.printheader {
		display: none;
		float: middle;
	}
}
