/*** /Intranet/Styles/Wrap6/calendar_control.css/ ***/

#CalendarControlIFrame {
  display: none;
  left: 0px;
  position: absolute;
  top: 0px;
  height: 250px;
  width: 250px;
  z-index: 99;
}

#CalendarControl {
  position:absolute;
  background-color:#FFF;
  margin:0;
  padding:0;
  display:none;
  z-index: 100;
}

#CalendarControl table {
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 8pt;
  border-left: 1px solid #336;
  border-right: 1px solid #336;
}

#CalendarControl th {
  font-weight: normal;
}

#CalendarControl th a {
  font-weight: normal;
  text-decoration: none;
  color: #FFF;
  padding: 1px;
}

#CalendarControl td {
  text-align: center;
}

#CalendarControl .header {
  background-color: #336;
}

#CalendarControl .weekday {
  background-color: #DDD;
  color: #000;
}

#CalendarControl .weekend {
  background-color: #FFC;
  color: #000;
}

#CalendarControl .current {
  border: 1px solid #339;
  background-color: #336;
  color: #FFF;
}

#CalendarControl .weekday,
#CalendarControl .weekend,
#CalendarControl .current {
  display: block;
  text-decoration: none;
  border: 1px solid #FFF;
  width: 2em;
}

#CalendarControl .weekday:hover,
#CalendarControl .weekend:hover,
#CalendarControl .current:hover {
  color: #FFF;
  background-color: #336;
  border: 1px solid #999;
}

#CalendarControl .previous {
  text-align: left;
}

#CalendarControl .next {
  text-align: right;
}

#CalendarControl .previous,
#CalendarControl .next {
  padding: 1px 3px 1px 3px;
  font-size: 1.4em;
}

#CalendarControl .previous a,
#CalendarControl .next a {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}

#CalendarControl .title {
  text-align: center;
  font-weight: bold;
  color: #FFF;
}

#CalendarControl .empty {
  background-color: #CCC;
  border: 1px solid #FFF;
}

/*** /Intranet/Styles/Wrap6/dragndrop.css/ ***/

.drop-point {
  clear: both;
  text-align: center;
  background-color: transparent;
  color: #CCC;
  font-size: 5px;
  line-height: 6px;
}

.column {
  border: 1px solid #EEE;
  z-index: 1;
}

.column-toolbar {
   background-image: url(/Intranet/IntranetImages/toolbar_background.gif);
   background-position: top;
   background-repeat: repeat-x;
   padding: 0px;
} 

.column-toolbar img {
   margin: 3px 5px 3px 0px;
   border: none;
}

.box-container {
  position: relative;
  top: 0px;
  left: 0px;
}

.box {
   border: 1px solid #DDD;
   background-color: #FFF;
   position: relative;
   top: 0px;
   left: 0px;
}

.box-toolbar {
   background-image: url(/Intranet/IntranetImages/toolbar_background.gif);
   background-position: top;
   background-repeat: repeat-x;
   padding: 0px;
   cursor: move;
} 

.box-toolbar td {
  vertical-align: top;
}

.box-toolbar img {
   margin: 3px 5px 3px 0px;
   border: none;
}

.box-toolbar a {
   display: inline;
}

.box-toolbar-title {
   margin: 4px;
}

.box-label {
   font-weight: bold;
   padding: 2px 0px 2px 5px;
}

.box-title {
   display: none;
   font-weight: bold;
   font-size: 1.2em;
   padding: 4px;
}

.box-body {
   padding: 4px;
}

.box-body h1,
.box-body h2,
.box-body h3 {
  margin-top: 0px;
  padding-top: 0px;
}

.add-content-bar {
  border: 1px solid #EEE;
  padding: 5px;
}

.add-content-box {
  cursor: pointer;
  float: left;
  width: 10em;
  padding: 3px;
  margin: 3px;
  border: 1px solid #CCC;
  background-color: #EEE;
}

.appearance-sidebar-left,
.appearance-columns,
.appearance-sidebar-right {
  border: 1px solid #CCC;
}

.appearance-sidebar-left,
.appearance-sidebar-right {
  width: 13em;
  padding: 3px;
} 

.appearance-header {
  text-align: center;
  color: #BBB;
}

/*** /Intranet/Styles/Wrap6/editabletext.css/ ***/

.editable {
  background-color: #fea;
}
/*** /Intranet/Styles/Wrap6/intranet.css/ ***/

/* Hiding elements offscreen while keeping them available to screen readers. 
   from: https://www.paciellogroup.com/blog/2012/05/html5-accessibility-chops-hidden-and-aria-hidden/ */

.offscreen {
  clip: rect(1px 1px 1px 1px) !important; /* IE 6/7 */
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important; /* added line */
  width: 1px !important;
 }

.offscreen:focus {
  position:relative !important;
  clip:auto !important;
  width:auto !important;
  height:auto !important;
  overflow:auto !important;
}


/* Use on spans to create invisible spaces in the visible text of links displaying long URLs
   so that they will break to multiple lines on mobile phones.  */
   
.hidden-space {
  font-size: 1px !important;
}


#suggested-tags {
  margin: 2px 0px;
}

#suggested-tags a {
  padding: 0px 3px;
  color: blue;
  cursor: pointer;
}

#suggested-tags a:hover {
  text-decoration: underline;
  color: blue;
}

.selected-suggestion {
  background-color: #DDF;
}

#user-info {
  font-size: .9em;
  color: #FFF;
  padding: 1px 6px;
  margin: 0px;
}

#user-info a {
  color: #FFF;
}

#user-info a:hover {
  color: #FC0;
}

#search a {
  color: #fff;
  display: block;
  text-align: right;
  padding: 4px;
}

img {
  border: 0px;
}

.public {
  color: #3A3;
  margin-left: 5px;
}

div.public {
  border: 1px solid #CEC;
  background-color: #CFC;
  padding: 5px;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  margin-left: 0px;
}

.restricted {
  color: #C33;
  margin-left: 5px;
}

div.restricted {
  border: 1px solid #ECC; 
  background-color: #FCC;
  padding: 5px;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  margin-left: 0px;  
}

/*** Admin Bar ***/

.admin-link-new {
  float: right;
  text-align: right;
  width: 8em;
  text-transform: uppercase;
  padding: 12px 15px 12px 10px;
  font-size: .7em;
  background-color: #FFF;
  color: #333;
  vertical-align: top;
}

.admin-link-new {
  color: #333;
  text-decoration: none;
}

.admin-link-new:hover {
  text-decoration: underline;
}

#admin-link-edit-page {
  background: transparent url(/Intranet/IntranetImages/toolbar_edit.gif) right center no-repeat;
  margin-right: 12px;
}

#admin-block {
  padding: 5px 15px 0px 15px;
}

#admin-block h2 {
}

#admin-bar {
  background-color: #FEA;
  padding: 5px;
}

#admin-bar a {
  padding: 2px 10px 2px 5px;
  border-right: 1px solid #666;
  text-decoration: none;
  color: #000;
}

#admin-bar a:hover {
  text-decoration: underline;
}

#admin-bar a.active {
  font-weight: bold;
}

#admin-bar a.last {
  border-right: none;
}

#admin-bar a#folder-up {
  padding: 0px;
  border: 0px;
}

/*** Alert Messages ***/

#alert,
#logged-out {
  background-color: #FCC;
  padding: 3px;
  font-weight: bold;
  margin: 10px 0px 5px 0px;
}


/*** Draft, Published, Archived Status ***/

.folder-listing .draft, 
.folder-listing .published, 
.folder-listing .archived {
  text-align: center;
  font-weight: normal;
  padding: 3px;
}

.folder-listing .draft {
  border: 1px solid #996;
  background-color: #FFC;
  color: #996;
}
  
.folder-listing .published {
  border: 1px solid #696;
  background-color: #CFC;
  color: #696;
}

.folder-listing .archived {
  border: 1px solid #966;
  background-color: #FCC;
  color: #966;
}

/*** Admin Page Titles ***/

.object-title {
  color: #666;
}

.template-title {
}

/*** Browse Folder Table ***/

th input {
  font-weight: normal;
}

.login-error {
  text-align: center;
  font-weight: bold;
  color: red;
}

/*** Edit Forms ***/

.rule td h2 {
  border-bottom: 1px solid #ccc;
  font-size: 1.3em;
  color: #333;
  padding: 3px;
}

.form-label,
.form-optional {
  vertical-align: top;
  padding-top: .2em;
  padding-right: .5em;
  font-weight: bold;
}

.form-label {
  font-weight: bold;
  text-align: right;
}

.form-optional {
  font-style: italic;
  text-align: right;
  color: #666;
}

.form-help {
  font-weight: normal;
  color: #666;
  font-size: .9em;
  font-style: italic;
}

.form-sysadmin {
  background-color: #eee;
}

/*** Folder Listings ***/

.folder-listing td {
  vertical-align: top;
}

.help-box {
  padding: 5px;
  color: #333;
  margin-bottom: 10px;
}
/*** /Intranet/Styles/Wrap6/layout.css/ ***/

* {
  outline: none;
}

body {
  font-family: arial, sans-serif;
  font-size: 100%;
  line-height: 18px;
  text-align: center;  
  background: url(/Intranet/IntranetImages/gradient5.jpg) top left repeat-x fixed #e2e2e2;
  margin: 0px 0px 10px 0px;
}

table, 
textarea,
input {
  font-family: inherit;
  font-size: inherit;
}

pre {
  font-size: 1.2em;
  margin-left: 20px;
}

a {
  outline: none;
}

a:focus,
button:focus {
  border: 1px solid blue !important;
}

img {
  border: none;
}

dt {}

dd {
  margin: .5em 0 1em 1.5em;
}

#layout {
  padding-top: 0 !important;
  text-align: left;
  width: 96%;
  margin: 0px auto;
  min-width: 850px;
  background-color: #FFF;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, .3), -3px 3px 10px rgba(0, 0, 0, .3);  
}

#header {
  position: relative;
  background: #222 url(/Intranet/IntranetImages/head_bg.jpg) top left no-repeat;
  height: 100px;
  
  /* IE 6 z-index fix. */
  z-index: 999;
}

#home-link {
  position: absolute;
  height: 65px;
  width: 400px;
  left: 200px;
  top: 5px;
}

#purdue-link {
  position: absolute;
  height: 60px;
  width: 160px;
  top: 0px;
  left: 0px;
}

#search {
  position: absolute;
  width: 30em;
  top: 10px;
  right: 10px;
  text-align: right;
  font-size: .825em;
}

#search-field {
  width: 12em;
}

#content-container {
  position: relative;
  padding-bottom: 10px;
}

#content-container h1 {
  line-height: 32px;
}

h1:first-child {
  margin-top: 0px;
}

#copyright {
  z-index: -1000;
}


/**** TAB MENUS ****/

.tabs {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  font-size: .825em;
}

.tabs li {
  margin: 0px 2px;
  width: 7.5em;
  display: block;
  float: left;
}

.tabs li a {
  display: block;
  padding: 3px 5px;
  color: #000;
  background: #CCC url(/Intranet/IntranetImages/tab_background.gif) top left repeat-x;
  text-decoration: none;
  font-weight: bold;
}

.tabs li.active a {
  background-color: #fff;
  background-image: none;
}

.tabs li.open a {
  background-color: #f2f2f2;
  background-image: none;
  /* background: #dedede url(/Intranet/IntranetImages/tab_background_hilight.gif) top left repeat-x;  */
}

.tabs li .drop-menu {
  display: none;
  position: absolute;
  background-color: #f2f2f2;
  width: 20em;
  margin-left: -4px;
  border-left: 4px solid #333;
  border-bottom: 8px solid #333;
  padding-bottom: 8px;
  -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, .3);
}

.tabs li.open .drop-menu {
  display: block;
}

.tabs li.open h1,
.tabs li.open h2,
.tabs li.open h3 {
  font-size: 1.05em;
  background-color: #333;
  padding: 4px 8px;
  margin: 4px 0px 4px 0px;
}

.tabs li.open .drop-menu a,
.tabs li .drop-menu a {
  background-image: none;
  background-color: #f2f2f2;
  color: #333;
  padding: 4px;
  margin: 0px 10px;
  font-weight: normal;
  border-bottom: 1px dotted #BBB;
}

.tabs li .drop-menu a:hover {
  text-decoration: underline;
  background-color: #FFF; 
}

#left-tabs {
  position: absolute;
  bottom: 0px;
  left: 8px;
}

#right-tabs {
  position: absolute;
  bottom: 0px;
  right: 5px;
}

#right-tabs.tabs li a {
  background: #333 url(/Intranet/IntranetImages/tab_background_dark.gif) top left repeat-x;
  color: #FFF;
}

#right-tabs.tabs li.open a {
  background: #727272 url(/Intranet/IntranetImages/tab_background_dark_hilight.gif) top left repeat-x;
}

#right-tabs.tabs li .drop-menu {
  background-color: #727272;
  border-right: 4px solid #C9AB6F;
  border-bottom: 8px solid #C9AB6F;
  border-left: none;
}

#right-tabs.tabs li.open .drop-menu a {
  background-image: none;
  border-bottom: 1px dotted #999;
}

#right-tabs.tabs li.open .drop-menu a:hover {
  background-color: #555555;
}

#BookmarksLink {
  width: 9em;
}  

#AdministrationLink {
  width: 8em;
}

#right-tabs.tabs li#BookmarksLink .drop-menu {
  margin-left: -11em;
}

#right-tabs.tabs li#PublicSitesLink .drop-menu {
  margin-left: -12.5em;
}

.tabs .rule {
  border-top: 2px solid #BBB;
  padding: 0px;
  height: 1px;
  margin: -1px 10px 0px 10px;
}

/**** BREADCRUMBS ****/

#breadcrumbs {
  padding: 12px 5px 12px 10px;
  font-size: .7em;
  background-color: #FFF;
  color: #333;
  vertical-align: top;
}

#breadcrumbs a {
  color: #333;
  text-decoration: none;
}

#breadcrumbs a:hover {
  text-decoration: underline;
}

/**** SIDEBAR LEFT ****/

#sidebar-left-container {
  float: left;
  width: 180px;
  font-size: .75em; 
}

.no-leftbar #sidebar-left-container {
  display: none;
}

#sidebar-left {
  margin-left: 10px;
}

#sidebar-left .menu {
  background-color: #EEE;
  border-left: 3px solid #333;
  margin-bottom: 10px;
  padding-bottom: 2px;
}

#sidebar-left .menu h1,
#sidebar-left .menu h2,
#sidebar-left .menu h3 {
  font-size: 1.05em;
  background-color: #333;
  color: #fff;
  padding: 4px 8px;
  margin: 0px 0px 2px 0px;
}

#sidebar-left .menu hr {
  display: none;
}

#sidebar-left .menu a {
  display: block;
  padding: 4px 2px 4px 2px;
  margin: 0 8px 0 8px;
  color: #333;
  text-decoration: none;
  border-bottom: 1px dotted #BBB;
}

#sidebar-left .menu a:last-child,
#sidebar-left .menu a.last {
  border-bottom: 0;
}

#sidebar-left .menu a:hover {
  text-decoration: underline;
  background-color: #fff;
}

/**** SIDEBAR RIGHT ****/

#sidebar-right-container  {
  color: #333333;
  width: 220px;
  background-color: #fff;
}

#sidebar-right-container.no-rightbar {
  display: none;
}

#sidebar-right {
  padding-right: 10px;
  font-size: .8em;  
}

/**

#sidebar-right h1,
#sidebar-right h2,
#sidebar-right h3 {
  font-size: 1.1em;
  border-bottom: 1px solid #aaa;
  padding: 4px 5px;
  margin: 15px 0px 2px 0px;
}

#sidebar-right p, 
#sidebar-right ol li, 
#sidebar-right ul li, 
#sidebar-right a,
#sidebar-right form,
#sidebar-right td {
  line-height: 1.2em;
  text-decoration: none;
  display: block;
  
  padding: 4px 5px;
  margin: 0px 0px;
  border-bottom: 1px dotted #ccc;
  color: #33A;
}

#sidebar-right a:hover {
  background-color: #f2f2f2;
}

#sidebar-right p a {
  display: inline;
  padding: 0;
}

#sidebar-right .event_intro,
#sidebar-right .event-date {
  display: block;
  line-height: 1.25em;
  padding: 0 0 .25em 1em;
  margin: 0;
}
**/

/*** CONTENT HEADER ***/

#content-header {
  margin: 0px 10px 10px 200px;
  overflow: hidden;
}

.no-leftbar #content-header {
  margin-left: 20px;
}

/**** BODY ****/

#body-container {
  margin: 0px 240px 0px 200px;
  z-index: 1;
}

.no-rightbar #body-container {
  margin-right: 20px;
}

.no-leftbar #body-container {
  margin-left: 20px;
}

#body {
  width: 100%;
  float: left;
  font-family: verdana, sans-serif;  
  font-size: .75em;
  color: #333;
  background-color: #fff;
}

#body h1,
#body h2,
#body h3,
#body h4 {
  font-family: arial, sans-serif;
}

/*** PHOTO PLACEMENT ***/

.left-photo {
  float: left;
  width: 200px;
  padding: 0;
  margin: 2em 2em 1em 0;
  border: 1px solid #ccc;
  border-left: 0;
  border-top: 0;
}

.right_photo,
.right-photo {
  float: right;
  width: 200px;
  padding: 0;
  margin: 2em 0 1em 2em;
  border: 1px solid #ccc;
  border-right: 0;
  border-top: 0;
}

.right_photo p,
.left_photo p,
.right-photo p,
.left-photo p {
  font-size: .9em;
  width: 95%;
  line-height: 1.2em;
  margin: 10px;  
  padding: 0;
}

/**** FOOTER ****/

#footer {
  text-align: left;
  width: 96%;  
  margin: 10px auto;
  background: #FFF url(/Intranet/IntranetImages/purdue_engineering.jpg) bottom right no-repeat;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, .3), -3px 3px 10px rgba(0, 0, 0, .3);  
}

#footer .footer-column-container {
  width: 25%;
  float: left;
}

#footer .footer-column-container .footer-column {
  margin: 10px 0px 10px 10px;
  padding-right: 10px;
  border-right: 1px solid #CCC;
  font-size: .825em;
  color: #666;  
}

#footer .footer-column-container .last {
  border-right: none;
}

#footer .footer-column h2 {
  font-size: 1.1em;
  margin: 0px;
  padding: .4em 0px;
  
  color: #777;
  border: none;
}

#footer .footer-column ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#footer .footer-column ul li {
  margin: 0px 0px 6px 8px;
  padding: 0px;
  font-size: .7em;
  text-transform: uppercase;
}

#footer a {
  color: #333;
  border-bottom: 1px solid #CCC;
  text-decoration: none;
}

#footer a:hover {
  border-bottom: 1px solid #FC0;
  color: #000;
}

#sub-footer {
  width: 95%;
  margin: 0px auto;
  
  text-align: left;
  position: relative;
  font-size: .725em;
  padding-bottom: 10px;
  color: #333;  
}

#sub-footer a {
  color: #333;
  text-decoration: none;
}

#sub-footer a:hover {
  text-decoration: underline;
}

#sub-footer #non-discrimination-policy a {
  text-decoration: underline;
}

/*** SIDEBAR TOOLS ***/

#tools {
  font-size: .9em;
  color: #333;
  margin: 1em 0px 0px 13px;
}

#print-friendly-link {
  white-space: nowrap;
}

#short-url-link,
#short-url {
  margin-top: 1em;
}

#short-url-link div,
#short-url div {
  font-size: .8em;
}

#short-url input {
  font-size: .8em;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  width: 95%;
}

#print-friendly-link a,
#print-friendly-link a:visited,
#short-url-link a,
#short-url-link a:visited,
#short-url a,
#short-url a:visited,
#site-feed a,
#site-feed a:visited {
  color: #333;
  text-decoration: none;
  display: inline;
  padding: 0px;
  margin: 0px;
}

#print-friendly-link a:hover,
#short-url-link a:hover,
#short-url a:hover,
#site-feed a:hover {
  text-decoration: underline;
}

#print-friendly-link a img,
#site-feed a img {
  position: relative;
  top: 5px;
  padding: 3px 3px 3px .35em;
  border: 1px solid #fff;
  background-color: #fff;
}

#date-time {
  text-align: right;
  font-size: 10px;
  color: #333;
  padding-right: 10px;
}

/**** FIX FOR GROUPS OF FLOATING ELEMENTS ****/

.float-group:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
 
.float-group {
  display: inline-block;
}
 
html[xmlns] .float-group {
  display: block;
}
 
* html .float-group {
  height: 1%;
}

/**** SIMPLE TABLE ****/

.simple-table {
  border-collapse: collapse;
  border-spacing: 0px;
  width: 100%;
}

.simple-table th,
.simple-table td {
  border-bottom: 1px solid #AAA;
  padding: 4px;
}

.simple-table th {
  font-weight: bold;
  vertical-align: bottom;
}

/**** UTILITIES ****/

/* 
  Allows long, visible URLs to wrap so that they won't break out of
  their containers on mobile devices. Source:
  https://css-tricks.com/snippets/css/prevent-long-urls-from-breaking-out-of-container/
*/

.wrap-urls {

  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}
/*** /Intranet/ObjectTypes/Folder/ ***/

/*** Folder View ***/

.layout-block {
  clear: both;
  padding: 2px 2px .5em 2px;
  margin: 2px;
  border: 1px solid #FFF;
}

.layout-block h1,
.layout-block h2,
.layout-block h3 {
  margin-top: 0;
}

.layout-block h1 a,
.layout-block h2 a,
.layout-block h3 a {
  text-decoration: none;
}

.layout-block .box-title-lg,
.layout-block .box-title-md,
.layout-block .box-title-sm {
  margin-bottom: 15px;
}

.layout-block .title-link .box-title-lg,
.layout-block .title-link .box-title-md,
.layout-block .title-link .box-title-sm {
  margin-bottom: 0;
}

.layout-block .title-link {
  display: block;
  margin-bottom: 15px;
}

.layout-block-options {
  border-top: 1px solid #DDD;
  margin-top: 2px;
  padding: 2px;
  text-align: left;
  color: #DDD;
}

.layout-block-options a {
  display: inline;
  font-size: .8em;
  color: #AAA;
  text-decoration: none;
}

.layout-block-options a:hover {
  color: #000;
  text-decoration: underline;
}

.right-bar .layout-block {
  margin-bottom: 2px;
}

.saving-indicator {
  border: 1px solid #CCC;
  padding: 4px;
  text-align: center;
  margin-top: 8px;
  font-weight: bold;
}

/*** Edit menus ***/

.layout-block-options-edit-menu {
  border: 1px solid #DDD;
  margin: 0;
  padding: 4px 10px 4px 4px;
  text-align: left;
  color: #DDD;
  background-color: #fff;
  z-index: 1000;
}

.layout-block-options-edit-menu a {
  display: block;
  color: #000;
  font-size: 10px;
  line-height: 20px;
  text-decoration: none;
  padding: 0;
}

.layout-block-options-edit-menu a:hover {
  text-decoration: underline;
}

/*** Batching ***/

.folder-batch {
  text-align: center;
  padding: 5px;
}

.folder-batch-selected {
  font-weight: bold;
}

/*** Folder Display Options ***/

.folder-title {
}

.folder-title-container {
}

.folder-thumbnail {
  float: left;
  margin: 0 1em 1em 0;
}

.folder-description {
  margin-bottom: 1em;
}

/*** Calendar Styles - ptRenderCalendarMonth ***/

.month-calendar {
  border-top: 1px solid #999;
  border-left: 1px solid #999;
}

.month-calendar td {
  background-color: #FFF;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 2px;
  text-align: center;
}

.month-calendar .title td {
  font-weight: bold;
  background-color: #999;
  color: #FFF;
}

.month-calendar .active {
  font-weight: bold;
  background-color: #FC0;
}

.month-calendar .inactive {
  background-color: #EEE;
}

/*** Photo Gallery - ptRenderThumbs ***/

.folder-render-thumbs {
  text-align: center;
  padding: 5px;
}

.folder-render-thumb {
  margin: 4px;
  display: inline;
  text-align: center;
  vertical-align: middle;
}

.folder-render-thumb-image {
  height: 100px;
  width: 100px;
  text-align: center;
  background-color: #ddd;
}

.folder-render-thumb img {
  border: 2px solid #ddd;
}

.folder-render-thumb a {
  margin: 0px;
  padding: 0px;
}

.folder-render-thumb a:hover img {
  border: 2px solid #000;
}

.folder-render-thumb-options {
  padding-top: 3px;
  padding-bottom: 6px;
  font-size: .9em;
  line-height: 1em;
}

/*** Folder Listing - ptRenderBox ***/

.folder-listing {
  border: 1px solid #DDD;
  border-width: 1px 1px 0px 1px;
}

.folder-listing .header th {
  background-color: #DDD;
  padding: 3px;
  border-bottom: 1px solid #DDD;
}

.folder-listing .row-even ,
.folder-listing .row-odd {
  background-color: #FFF;
}

.folder-listing td {
  border-bottom: 1px solid #DDD;
  padding: 3px;
}

.folder-listing .row-odd {
  background-color: #F2F2F2;
}

.folder-listing .disabled td {
  background-color: #F2F2F2;
  color: #666;
}

.folder-listing .disabled th {
  color: #666;
}

.folder-listing-id {
  color: #666;
  font-style: italic;
  font-size: .9em;
}

.folder-listing .hilite {
  font-weight: bold;
  color: red;
}

/*** ptLayout ***/

.display-options-list td {
  padding-bottom: 1em;
}

.right-bar .layout-content-block {
  margin-bottom: 2px;
}

/*** Render as Title &amp; Links - ptRenderLinks ***/

.folder-render-links-box {
  padding: 0px;
  margin: 0px;
}

.folder-render-links-box .link-container {
}

.folder-render-links-box .link a:hover {
  background-image: none;
}

.folder-render-links-box div,
.link .link-container {
  line-height: 14px;
  margin-bottom: 7px;
}

.folder-render-links-box td {
  padding-bottom: .3em;
}

.folder-render-links-box img {
  margin-bottom: .5em;
  margin-right: 1em;
}

.folder-render-links-description {
  font-size: .9em;
  margin-left: .5em;
}

.folder-render-links-more {
  clear: both;
  padding: 3px;
}

.link-date {
  font-size: .88em;
  font-style: italic;
  padding: 0em 0em .1em .5em;
}

.folder-render-links-thumb {
  padding-right: .5em;
}

/*** Adding Objects ***/

.select-widget {
  display: block;
  text-decoration: none;
  color: #000;
  width: 100%;
  max-width: 300px;
  border: 1px solid #AAA;
  background-color: #EEE;
}

.select-widget span {
  float: left;
  padding: 4px;
}

.select-widget img {
  float: right;
  padding: 1px;
  margin: 4px;
  border: 1px solid #FFF;
  background-color: #EEE;
}

.select-widget:hover {
  text-decoration: none;
  background-color: #FEA;
  color: #333;
}

.select-widget:hover img {
  border: 1px solid #999;
  background-color: #FC0;
}

#AddObjectLink {
  width: 300px;
}

#AddObjectLink #AddObjectMenu {
  position: absolute;
  display: none;
  width: 600px;
  background: #EEE;
  border: 1px solid #AAA;
  margin-top: -1px;
  z-index: 1000;
}

#AddObjectLink #AddObjectMenu a {
  display: block;
  padding: 2px 4px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

#AddObjectLink #AddObjectMenu a:hover {
  background-color: #fff;
  border-color: #ccc;
}

#AddObjectLink #AddObjectMenu a .desc {
  font-weight: normal;
  font-size: .9em;
  color: #666;
}

#AddObjectLink #AddObjectMenu a:hover .desc {
  text-decoration: none;
}

#AddObjectLink.open #AddObjectMenu {
  position: absolute;
  display: block;
}


/*** Folder Comments ***/

.folder-comments {
  border: 1px solid #999;
  border-width: 1px 1px 0px 1px;
  width: 100%;
}

.folder-comments .row-even {
  background-color: #EEE;
}

.folder-comments .row-odd {
  background-color: #FFF;
}

.folder-comments td {
  border-bottom: 1px solid #999;
  vertical-align: top;
  padding: 5px;
}

.folder-comment-data {
  width: 150px;
}

.folder-comment-author {
  font-weight: bold;
}

.folder-comment-date {}

.folder-comment-subject {
  font-weight: bold;
  margin-bottom: 8px;
}

.folder-comment-body {}

.folder-comment-options {
  text-align: right;
}


/*** Access Control ***/

#access-help {
  margin-top: 1rem;
  padding-top: 1rem;
  max-width: 40rem;
}

#access-help h2 {
  margin-top: 1.5rem;
}


/**** Render Custom ****/

.sort-grab {
  display: block;
  border: 1px solid #999;
  background-color: #EFEFEF;
  padding: 1px;
  text-decoration: none;
  color: #000;
  font-weight: normal;
}

.sort-drop {
  display: block;
  z-index: 50;
  position: relative;
  top: -1.2em;
  border: 1px solid #999;
  background-color: #EFEFEF;
  padding: 1px;
  color: #000;
  font-weight: normal;
  text-decoration: none;
}

.render-method {
  padding: 3px;
  margin-left: 2em;
  margin-bottom: 2px;
  margin-top: 2px;
}

.help {
  padding: 0px;
  margin: 0px;
  font-size: .8em;
  font-weight: normal;
  font-style: italic;
  color: #666;
}

.access-view-link {
  text-decoration: none;
  color: #999;
}

.access-view-link:hover {
  color: #000;
  text-decoration: underline;
}

.event-container {
  margin-left: 1em;
}

.drop-point.active {
  background-color: green;
}


/*** 
  Upload File jQuery plugin CSS. Original code at:
  http://hayageek.github.io/jQuery-Upload-File/uploadfile.css
***/

.ajax-file-upload-wrapper {
  width: 500px;
  float: left;
  margin-right: 20px;
}

.ajax-file-upload-statusbar,
#ajax-file-upload-status .success,
#ajax-file-upload-status .error {
  margin: 10px 10px 5px 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 5px 5px 5px;
}

.ajax-file-upload-statusbar {
  border: 1px solid #0ba1b5;
}
#ajax-file-upload-status {
  margin-left: 520px;
}

#ajax-file-upload-status .success,
#ajax-file-upload-status .error {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #fff;
}

#ajax-file-upload-status .files li {
  font-size: 13px;
}

#ajax-file-upload-status .success {
  background-color: #77b55a;
}

#ajax-file-upload-status .error {
  background-color: #e4685d;
}

.ajax-file-upload-filename,
.ajax-file-upload-statusbar span {
  width: 100%;
  height: auto;
  margin: 0 5px 5px 10px;
  color: #807579;
}

.ajax-file-upload-progress {
  margin: 0 10px 5px 10px;
  position: relative;
  width: 250px;
  border: 1px solid #ddd;
  padding: 1px;
  border-radius: 3px;
  display: inline-block;
}

.ajax-file-upload-bar {
  background-color: #0ba1b5;
  width: 0;
  height: 20px;
  border-radius: 3px;
  color:#FFFFFF;
}

.ajax-file-upload-percent {
  position: absolute;
  display: inline-block;
  top: 3px;
  left: 48%;
}

.ajax-file-upload-red {
  -moz-box-shadow: inset 0 39px 0 -24px #e67a73;
  -webkit-box-shadow: inset 0 39px 0 -24px #e67a73;
  box-shadow: inset 0 39px 0 -24px #e67a73;
  background-color: #e4685d;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  color: #fff;
  font-family: arial;
  font-size: 13px;
  font-weight: normal;
  padding: 4px 15px;
  text-decoration: none;
  text-shadow: 0 1px 0 #b23e35;
  cursor: pointer;
  vertical-align: top;
  margin-right:5px;
}

.ajax-file-upload-green {
  background-color: #77b55a;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 0;
  padding: 0;
  display: inline-block;
  color: #fff;
  font-family: arial;
  font-size: 13px;
  font-weight: normal;
  padding: 4px 15px;
  text-decoration: none;
  cursor: pointer;
  text-shadow: 0 1px 0 #5b8a3c;
  vertical-align: top;
  margin-right:5px;
}

.ajax-file-upload {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 20px;
  cursor:pointer; 
  line-height:25px;
  height:25px;
  margin:0 10px 10px 0;
  display: inline-block;
  background: #fff;
  border: 1px solid #e8e8e8;
  color: #888;
  text-decoration: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -moz-box-shadow: 0 2px 0 0 #e8e8e8;
  -webkit-box-shadow: 0 2px 0 0 #e8e8e8;
  box-shadow: 0 2px 0 0 #e8e8e8; 
  padding: 6px 10px 4px 10px; 
  color: #fff;
  background: #2f8ab9;
  border: none;
  -moz-box-shadow: 0 2px 0 0 #13648d;
  -webkit-box-shadow: 0 2px 0 0 #13648d;
  box-shadow: 0 2px 0 0 #13648d; 
  vertical-align:middle;  
  }
  
.ajax-file-upload:hover {
  background: #3396c9;
  -moz-box-shadow: 0 2px 0 0 #15719f;
  -webkit-box-shadow: 0 2px 0 0 #15719f;
  box-shadow: 0 2px 0 0 #15719f;
}

.ajax-upload-dragdrop {
  border:2px dotted #A5A5C7;
  color: #DADCE3;
  text-align:left;
  vertical-align:middle;
  padding:10px 0 0 10px;
}
/*** /Intranet/ObjectTypes/HTMLDocument/ ***/

form.edit tr.rule.publication,
form.edit tr.publication .form-help {
  display: none;
}

body.cke_show_borders {
  background-color: #fff !important;
  background: none !important;
}

.cke_contents textarea {
  white-space: normal !important;
}
/*** /Intranet/ObjectTypes/Form/ ***/

button.preview {
  display: none;
}

.form-block {
  margin-bottom: 10px;
}

.example {
  color: #666;
  margin: .5em 0 .5em 0;
}

.required .form-question {
  font-weight: bold;
}

.response-details h2 {
  margin-top: 1.5em;
  padding: 3px;
  background-color: #eee;
}

.response-details .form-question {
  margin-bottom: .5em;
  font-size: 1.2em;
  font-weight: bold;
}

.response-details .matrix-question {
  margin-bottom: .3em;
  font-weight: bold;
}

.question-details td,
.question-details th {
  text-align: left;
  vertical-align: bottom;
  border-bottom: 1px solid #ccc;
  padding: 3px;
}

.question-details .form-question {
  font-size: 1.2em;
  font-weight: bold;
  background-color: #eee;
}

.question-details .indent {
  width: 2em;
  border-bottom: 0;
}

.form-response {
  margin-left: 10px;
}

.form-matrix-table {
  border-spacing: 0px;
  border-collapse: collapse;
}

.form-matrix-table td,
.form-matrix-table th {
  vertical-align: bottom;
  padding: 5px 2px;
  border-bottom: 1px solid #CCC;
}

.form-matrix-table .form-matrix-question {
  width: 80%;
  text-align: left;
}

.form-matrix-table .form-matrix-row-last td {
  border-bottom: none;
}

.form-matrix-scale-option {
  text-align: center;
}

.form-matrix-scale-divider {
  border-right: 1px solid #CCC;
}

.form-widget textarea,
.singleline-text input {
  font: inherit;
}

.matrix-set {
  margin-top: 2em;
}

.form-widget textarea {
  width: 99%;
}

.form-field-error {
  position: relative;
  left: -3px;
  padding: 3px;
  background-color: #fdd;
  border: 1px solid #c00;
}

.form-field-error-message {
  padding-top: .5em;
  color: #666;
}

.form-question {
  font-weight: bold;
}

/*** Editable text styles ***/

.editable-text {
  padding: 1px;
}

.edit-buttons,
.form-option {
  white-space: nowrap;
}

.edit-buttons,
.edit-buttons input,
.edit-buttons .edit-button {
  font-size: 9px;
}

.editor {
  width: 100%;
  font-size: 11px;
}

.editor input[type='text'],
.editor textarea {
  width: 90%;
  font-size: 11px;
}

.editor textarea {
  height: 10em;
}

.ajax-table {
  border-collapse: collapse;
}

.ajax-table tr.ajax-table-header th {
  background-position: left center;
  background-repeat: no-repeat;
}

.ajax-table td {
  vertical-align: top;
  text-align: left;
  border-top: 1px solid #ccc;
}

.ajax-table .form-question {
  display: none;
}

.ajax-table-controls {
  position: relative;
  text-align: left;
}

.ajax-table-indicator {
  position: absolute;
  left: 50%;
}

.ajax-table-buttons {
  position: relative;
  float: left;
  text-align: left;
  white-space: nowrap;
  padding: 0 2em 0 0;
}

.ajax-table-buttons h4 {
  padding: 1em 0 3px 0
}

/*** Response detail views ***/

.response-details input:disabled {
  color: #000 !important;
}

/*** Saved Views for Export to Excel/CSV ***/

.saved-view {
  position: relative;
  clear: both;
  padding: 3px 0 3px 0;
  border-bottom: 1px solid #ccc;
}

.saved-view strong {
  padding-right: 1.5em;
}

.saved-view .buttons {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}

.saved-view input {
  margin: 0 0 0 2em;
}

/*** Instance list ***/

.folder-listing.archived .status {
  text-decoration: line-through;
}

/*** Edit Instance ***/

.archived .status {
  text-decoration: line-through;
}

/*** General warnings ***/

.warning {
  background-color: #fdd;
  padding: 5px;
}
/*** /Intranet/ObjectTypes/Forum/ ***/

/* Styles for the old table-based listing

.forum .row-even td {
  background-color: #EEE;
}

.forum .row-odd td {
  background-color: #efefef;
}

.forum .header th {
  color: #000;
  background-color: #FFE88C;
}

*/

.forum-name-date {
  position: relative;
  top: -2em;
}

.forum-name {
  font-weight: bold;
}

.forum-date,
.forum-moderation-notice,
.forum-last-post {
  padding-left: 2em;
  color: #666;
  font-size: .9em;
  font-style: italic;
}

.forum-subject {
  font-weight: bold;
  font-size: 1.2em;
}

.forum-quote {
  margin: 0 0 1.5em 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1em 0;
  font-size: .8em;
  color: #555;
}

.forum-quote-name {
  font-weight: bold;
}

.forum-quote-body {
}

.forum-subject,
.forum-body {
  padding: 0 0 10px 0;
}

.forum-files li {
  list-style-image: url(/Intranet/IntranetImages/file.gif);
  margin: 3px;
}

.forum-options {
  clear: both;
  margin-bottom: 5px;
  line-height: 2em;
}

.forum-link-label {
  font-size: .8em;
}

.forum-link-group {
  display: inline block;
  white-space: nowrap;
  padding-right: 2em;
}

.forum-link {
  margin: 0 2px 0 0;
  padding: 2px 5px;
  border: 1px solid #ccc;
  background-color: #eee;
  color: #333;
  text-decoration: none;
  border-radius: 5px;
}

.forum-options .admin-link {
  background-color: #fea;
}

.forum-new-thread-link,
.forum-link.forum-reply-link,
.forum-link.forum-quote-link {
  background-color: #fff;
}

.forum-link a {
  font-weight: bold;
  color: #333;
  text-decoration: none;
}

.forum-replies {
  margin-top: 1em;
}

.forum-last-post {
}

.forum-last-post a {
  text-decoration: none;
  font-size: .9em;
  color: #000;
}

.forum-unapproved-num {
  font-weight: bold;
  color: #b04545;
}

/* New styles added when switched from tables to divs */

.forum-thread-topic, 
.forum-reply {
  margin: 3.5em 0 1em;
  padding: 0 1em 1em 1em;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.forum-thread-topic {
  margin-top: 4.5em;
}

.forum-reply {
  margin-left: 4em;
  background-color: #efefef;
}

.reply-indent {
  margin-left: 4em;
}

.forum-thread-topic.forum-unapproved,
.forum-reply.forum-unapproved {
  background-color: #ffeaea;
}
/*** /Intranet/ObjectTypes/RDBListing/ ***/

.people-listing td {
  border-bottom: 1px solid #CCC;
}

.people-listing .row-last td {
  border-bottom: 0px;
}

.parts-list {
  width: 100%;
}

.parts-list td,
.parts-list th {
  text-align: left;
  vertical-align: top;
}

.parts-list th {
  font-size: .9em;
  width: 15%;
  white-space: nowrap;
  padding-right: 1em;
  border-bottom: 0;
}

.parts-list td {
  border-bottom: 0;
}

#rdb-parts-form {
  border: 0;
}

#rdb-parts-form td {
  padding: 1px 1em 1px 0;
  border: 0;
}

.rdb-example-url {
  padding-left: 2em;
  color: #666;
  font-style: italic;
}

.rdb-disabled {
  color: #666;
}

/* part-specific styles */

.rdb-info-1011 {
  font-style: italic;
}
/*** /Intranet/ObjectTypes/RSSReader/ ***/

.rss-render-links-details {
  margin-left: 10px;
}

.rss-render-links-details a {
  display: block;
  padding-bottom: .3em;

}

.rss-render-links-details div {
  margin-left: 1em;
  margin-bottom: 5px;
}

.rss-render-links-details div.description a {
  display: inline;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
/*** /Intranet/ObjectTypes/SavedSearch/ ***/

.saved-search-list .link {
  padding-left: 15px;
  padding-bottom: 10px;
}
 
.saved-search-list .title {
  padding-bottom: 5px;
  padding-left: 5px;
}
/*** /Intranet/Tools/ECNAccountInfo/ ***/

.account {
  border: 1px solid #CCC;
  margin-bottom: 4px;
}

.account .row-odd td {
  border-top: 1px solid #CCC;
}

.account .row-even td {
  background-color: #F6F6F6;
  border-top: 1px solid #CCC;
}
/*** /Intranet/Tools/PurdueDirectory/ ***/

.directory-entry {
  border-bottom: 1px solid #CCC;
  padding-bottom: 3px;
  margin-top: 3px;
}

.directory-name {
  font-weight: bold;
}

.directory-department {
  margin-left: 10px;
  font-style: italic;
  font-size: .8em;
}

.directory-phone {
  margin-left: 10px;
  font-size: .8em;
}

.directory-email {
  margin-left: 10px;
  font-size: .8em;
}

.directory-fqn {
  margin-left: 10px;
  font-size: .8em;
}

.directory-clear {
  font-size: .8em;
  text-align: right;
}

