﻿body {
	/*font-family: Arial, Helvetica, sans-serif;*/
}

img {
	border:0;
}

.csstable::before {
    content: "";
} 

.csstable {
	border-collapse: collapse;
	font-size: 12px;
	margin: 6px 0px 6px 0px;
	text-align: left;
	border: 1px solid #c1c1c1;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
	width:100%;
	position: relative;
	clear: both;
}
.csstable .bolded {
	font-weight: bold;
}
.csstable table {
	border-spacing: 2px 2px;
}
.csstable tr {
	border-color: inherit;
	display: table-row;
	vertical-align: inherit;
}
.csstable>tbody>tr {
	border-bottom: 1px solid #d5d5d5;
}
.csstable tr.odd {
	background-color: #f4f4f4;
}
.csstable tbody tr {
	background-color: #fff;
}
.csstable td {
	color: #535353;
	padding: 8px;
}
.csstable thead {
	border-color: inherit;
	display: table-header-group;
	vertical-align: middle;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d9d9d9), to(#f4f4f4));
	background: -moz-linear-gradient(-90deg, #d9d9d9, #f4f4f4);
	background-color: #d9d9d9;
}
.csstable th {
	color: #262626;
	font-size: 14px;
	font-weight: normal;
	padding: 8px;
	font-weight: bold;
}
#calTable thead {
	background-image: url('../images/tablesorter_arrow.gif');
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}			
#accordion, #accordion_s  {
	margin: 10px 0 0;
	outline: none;
}
#accordion H2, #accordion_s H2 {
	background: #4d4d4d;
	color: white;
	cursor: pointer;
	font: 14px Helvetica, Arial, sans-serif;
	line-height: 16px;
	margin: 0 0 8px 0;
	padding: 5px;
	font-weight: bold;
	border: 0px solid #c1c1c1;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
}

#accordion .content p, #accordion_s .content p {
	margin: 0.5em 0;
	padding: 0 6px 8px 6px;
}
#accordion .sessiontitle, #accordion_s .sessiontitle {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d9d9d9), to(#f4f4f4));
	background: -moz-linear-gradient(-90deg, #d9d9d9, #f4f4f4);
	background-color: #d9d9d9;
	color: #000000;
	cursor: pointer;
	font: 12px Helvetica, Arial, sans-serif;
	font-family: Arial, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	line-height: 16px;
	margin: 0 0 8px 30px;
	padding: 5px;
	font-weight: bold;
	border: 1px solid #c1c1c1;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
}

.listingdate {
	font-weight: bold;
	font-size: 17px;
	padding: 5px;
	background-color: #cecece;
	margin-bottom: 2px;
}

.listingcontent{
	font-size: 14px;
	padding: 5px;
	background-color: #ededed;
	margin-bottom: 2px;
}

.listingfile {
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
	background-color: #ededed;
	margin-top: -2px;
}

.listingfile a:link {
	text-decoration: none;
	color: #315e9c;
}

.listingfile a:link:before {
	content: url('//sharp.cloud-cme.com/images/agenda_pdf.png');
	margin-right: 5px;
}


/* UW specific table styles for their calendar */

.uw_table {
	width: 100%;
	font-family: Verdana, Tahoma, 'DejaVu Sans', sans-serif;
	font-size: 12px;
	border-collapse: collapse;
}
.uw_table th {
	text-align: left;
	background-color: rgb(215, 206, 182);
	text-transform: uppercase;
	font-size: 10px;
}
.uw_table .title {
	color: rgb(82, 99, 102);
	font-weight: bold;
}
.uw_table tr {
	border: 1px solid #e5e5e5 !important;
}
.uw_table .heading {
	text-align: left;
	background-color: rgb(215, 206, 182);
	text-transform: uppercase;
	font-size: 10px;
}

/* agenda menu buttons */
.daybutton {
	position: relative;
	float: left;
	top: 0px;
	z-index: 2;
	width: 100px;
	height: 40px;
	margin-right: 2px;
	padding: 10px;
	text-align: center;
	background:	#494949;
	color: #d6d6d6;
	font-weight: bold;
	font-size: 14px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.35);
}
.daybuttonselected {
	position: relative;
	float: left;
	top: 0px;
	z-index: 2;
	width: 100px;
	height: 40px;
	margin-right: 2px;
	padding: 10px;
	text-align: center;
	background: #46abea; /* Old browsers */
	background: -moz-linear-gradient(top,  #46abea 0%, #164b6a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#46abea), color-stop(100%,#164b6a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #46abea 0%,#164b6a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #46abea 0%,#164b6a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #46abea 0%,#164b6a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #46abea 0%,#164b6a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46abea', endColorstr='#164b6a',GradientType=0 ); /* IE6-9 */
	color: #121212;
	font-weight: bold;
	font-size: 14px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.dDate a:link, .dDate a:visited {
	color: #ffffff !important;
	text-decoration: none;
}

.regBtn {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #006dcc;
	background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
	background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
	background-image: -o-linear-gradient(top, #0088cc, #0044cc);
	background-image: linear-gradient(to bottom, #0088cc, #0044cc);
	background-repeat: repeat-x;
	border-color: #0044cc #0044cc #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	padding: 2px 10px;
	font-size: 11.9px;
	-webkit-border-radius: 3px;
	 -moz-border-radius: 3px;
	      border-radius: 3px;
}

.regBtn:hover,
.regBtn:focus,
.regBtn:active,
.regBtn.active,
.regBtn.disabled,
.regBtn[disabled] {
  color: #ffffff;
  background-color: #0033dd;
  border-color: #ffffff;
}

/* Faculty listing blocks */

.facultyblock {
	width: 47%;
	margin-right: 1%;
	margin-bottom: 12px;
	float: left;
	padding: 6px;
	min-height: 100px;
	border: 0px solid rgba(0,0,0,0.05);
}
.grid-item { 
	width: 95%; 
	padding: 2%;
	font-size: 14px;
}
.grid-item a:link {
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 4px;
	position: relative;
}

.rwd-table {
  margin: 0;
  min-width: 100%;
  border-collapse: collapse !important;
}
.rwd-table tr {
  border: 1px solid #e8e8e8 !important;
  clear: both;
}
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
  border-bottom: none !important;
}
.rwd-table td:first-child {
  padding-top: .5em;
}
.rwd-table td:last-child {
  padding-bottom: .5em;
}

@media (min-width: 3000px) {
  .rwd-table td:before {
    display: none;
  }
}
.rwd-table th, .rwd-table td {
  text-align: left;
}
@media (min-width: 3000px) {
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child, .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }
}

.rwd-table {
  overflow: hidden;
}
.rwd-table th, .rwd-table td {
  margin: .5em 1em;
}
@media (min-width: 3000px) {
  .rwd-table th, .rwd-table td {
    padding: 1em !important;
  }
}
.rwd-table th, .rwd-table td:before {
  color: #63676b;
}

.videoButtonArea {
    width: 100%;
    background-color: #F5F5F5;
    padding: 8px;
    min-height: 30px;
    clear: both;
    margin-top: 8px;
}

.activitytitle {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}